.elementor-236 .elementor-element.elementor-element-e9db77d{padding:0px 0px 0px 0px;}.elementor-236 .elementor-element.elementor-element-e9db77d .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:59px;color:#C18A16;}.elementor-236 .elementor-element.elementor-element-c45c714{margin:-16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-236 .elementor-element.elementor-element-c45c714 .elementor-heading-title{font-size:20px;font-weight:400;color:#FFFFFF;}.elementor-236 .elementor-element.elementor-element-0eb7001{--spacer-size:200px;}/* Start custom CSS for html, class: .elementor-element-f0721db *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   EVENTS SECTION
========================================= */

.events-plan-section {
    position: relative;

    width: 100%;

    padding: 35px 35px 30px;

    background: #f8f8f6;

    overflow: hidden;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   SECTION HEADING
========================================= */

.events-heading {
    position: relative;

    z-index: 2;

    text-align: center;

    margin-bottom: 25px;
}


.events-heading span {
    display: block;

    color: #b77c14;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 5px;
}


.events-heading h2 {
    color: #173d2b;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(35px, 3.2vw, 48px);

    font-weight: 700;

    line-height: 1.1;
}


/* Gold Line */

.heading-line {
    width: 38px;

    height: 2px;

    background: #d39a1b;

    margin: 8px auto 10px;
}


.events-heading p {
    color: #4f4f4f;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.55;
}


/* =========================================
   GRID
========================================= */

.events-grid {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1450px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 12px;
}


/* =========================================
   EVENT CARD
========================================= */

.event-card {
    position: relative;

    min-height: 260px;

    background: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 6px;

    overflow: hidden;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.03);

    transition: all 0.3s ease;
}


.event-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.08);
}


/* =========================================
   IMAGE
========================================= */

.event-image {
    width: 100%;

    height: 128px;

    background: #e8e8e5;

    overflow: hidden;
}


.event-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;
}


/* =========================================
   ICON CIRCLE
========================================= */

.event-icon {
    position: absolute;

    z-index: 3;

    left: 50%;

    top: 104px;

    transform: translateX(-50%);

    width: 58px;

    height: 58px;

    border-radius: 50%;

    background: #ffffff;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #c98d14;

    font-size: 28px;

    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.03);
}


/* =========================================
   CARD CONTENT
========================================= */

.event-content {
    padding: 37px 15px 18px;

    text-align: center;
}


.event-content h3 {
    color: #234333;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(21px, 1.7vw, 25px);

    font-weight: 700;

    line-height: 1.1;

    margin-bottom: 7px;
}


.event-content p {
    color: #565656;

    font-size: 13px;

    line-height: 1.55;

    font-weight: 400;
}


/* =========================================
   DECORATIVE LEAVES
========================================= */

.leaf {
    position: absolute;

    width: 180px;

    height: 180px;

    opacity: 0.2;

    pointer-events: none;
}


.leaf-left {
    left: -75px;

    top: 0;

    border-radius: 50%;

    border: 1px solid #b7a16e;

    transform: rotate(30deg);
}


.leaf-right {
    right: -75px;

    top: 0;

    border-radius: 50%;

    border: 1px solid #b7a16e;

    transform: rotate(-30deg);
}


/* =========================================
   PLAN YOUR WEDDING CTA
========================================= */

.wedding-cta {
    position: relative;

    width: 100%;

    min-height: 250px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    padding: 50px 35px;

    font-family: "Poppins", sans-serif;

    background:
        linear-gradient(
            90deg,
            rgba(2, 38, 25, 0.98),
            rgba(5, 55, 37, 0.96)
        );
}


/* Background Pattern */

.wedding-cta::before {
    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(201, 141, 20, 0.08),
            transparent 35%
        ),
        radial-gradient(
            circle at 80% 50%,
            rgba(201, 141, 20, 0.08),
            transparent 35%
        );

    pointer-events: none;
}


.wedding-cta-content {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1250px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 50px;
}


/* =========================================
   CTA TEXT
========================================= */

.cta-text span {
    display: block;

    color: #d7a22a;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 10px;
}


.cta-text h2 {
    color: #ffffff;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(38px, 4vw, 56px);

    font-weight: 700;

    line-height: 1.05;

    margin-bottom: 12px;
}


.cta-text p {
    max-width: 650px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   CTA BUTTON
========================================= */

.wedding-cta-button {
    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    min-width: 235px;

    padding: 18px 25px;

    background: #d69a20;

    color: #ffffff;

    text-decoration: none;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 0.8px;

    border-radius: 3px;

    transition: all 0.3s ease;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.2);
}


.wedding-cta-button i {
    font-size: 14px;

    transition: transform 0.3s ease;
}


.wedding-cta-button:hover {
    background: #efb438;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.28);
}


.wedding-cta-button:hover i {
    transform: translateX(5px);
}


/* =========================================
   CTA DECORATIVE LEAVES
========================================= */

.cta-leaf {
    position: absolute;

    width: 230px;

    height: 230px;

    opacity: 0.12;

    border: 2px solid #d6a229;

    border-radius: 50%;

    pointer-events: none;
}


.cta-leaf-left {
    left: -130px;

    bottom: -100px;
}


.cta-leaf-right {
    right: -130px;

    top: -100px;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {

    .events-plan-section {
        padding-left: 50px;
        padding-right: 50px;
    }


    .event-image {
        height: 150px;
    }


    .event-icon {
        top: 126px;
    }


    .event-card {
        min-height: 285px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .events-plan-section {
        padding: 35px 25px;
    }


    .events-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 18px;
    }


    .event-image {
        height: 180px;
    }


    .event-icon {
        top: 156px;
    }


    .event-card {
        min-height: 290px;
    }


    .event-content {
        padding-top: 42px;
    }


    /* CTA */

    .wedding-cta {
        padding: 45px 30px;
    }


    .wedding-cta-content {
        gap: 30px;
    }


    .wedding-cta-button {
        min-width: 210px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .events-plan-section {
        padding: 30px 15px;
    }


    .events-heading {
        margin-bottom: 25px;
    }


    .events-heading span {
        font-size: 11px;

        letter-spacing: 1.5px;
    }


    .events-heading h2 {
        font-size: 34px;

        line-height: 1.15;
    }


    .events-heading p {
        font-size: 13px;

        padding: 0 8px;
    }


    .events-heading br {
        display: none;
    }


    .events-grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }


    .event-card {
        min-height: 270px;
    }


    .event-image {
        height: 175px;
    }


    .event-icon {
        top: 151px;

        width: 58px;

        height: 58px;
    }


    .event-content {
        padding-top: 38px;
    }


    .event-content h3 {
        font-size: 25px;
    }


    .event-content p {
        font-size: 13px;
    }


    /* =====================================
       MOBILE CTA
    ===================================== */

    .wedding-cta {
        min-height: auto;

        padding: 55px 20px;

        text-align: center;
    }


    .wedding-cta-content {
        flex-direction: column;

        gap: 30px;

        text-align: center;
    }


    .cta-text h2 {
        font-size: 40px;
    }


    .cta-text p {
        font-size: 14px;
    }


    .wedding-cta-button {
        width: 100%;

        max-width: 280px;

        min-width: auto;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {

    .events-plan-section {
        padding-left: 12px;
        padding-right: 12px;
    }


    .events-heading h2 {
        font-size: 30px;
    }


    .event-image {
        height: 160px;
    }


    .event-icon {
        top: 136px;
    }


    .cta-text h2 {
        font-size: 34px;
    }

}/* End custom CSS */