.elementor-288 .elementor-element.elementor-element-e9db77d{padding:0px 0px 0px 0px;}.elementor-288 .elementor-element.elementor-element-e9db77d .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:59px;color:#C18A16;}.elementor-288 .elementor-element.elementor-element-c45c714{margin:-16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-288 .elementor-element.elementor-element-c45c714 .elementor-heading-title{font-size:20px;font-weight:400;color:#FFFFFF;}.elementor-288 .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;
}


/* =========================================
   SECTION
========================================= */

.about-service-section {
    position: relative;

    width: 100%;

    background: #f7f7f5;

    padding: 45px 55px;

    overflow: hidden;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   MAIN CONTAINER
========================================= */

.service-container {
    position: relative;

    z-index: 2;

    max-width: 1450px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 36% 64%;

    align-items: center;

    gap: 35px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.service-content {
    padding-left: 20px;
}


/* =========================================
   SMALL LABEL
========================================= */

.service-label {
    display: flex;

    align-items: center;

    gap: 10px;

    color: #bd831d;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1.8px;

    margin-bottom: 12px;
}


.service-label span {
    width: 35px;

    height: 2px;

    background: #c99122;

    display: block;
}


/* =========================================
   HEADING
========================================= */

.service-content h2 {
    color: #1d3d2e;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(38px, 3.2vw, 58px);

    font-weight: 700;

    line-height: 0.95;

    margin-bottom: 18px;
}


/* =========================================
   DESCRIPTION
========================================= */

.service-content p {
    color: #555555;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.75;

    margin-bottom: 28px;
}


/* =========================================
   BUTTON
========================================= */

.service-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

    min-width: 205px;

    padding: 16px 24px;

    background: #123d2d;

    color: #ffffff;

    text-decoration: none;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.2px;

    border-radius: 3px;

    transition: all 0.3s ease;
}


.service-btn span {
    font-size: 18px;

    line-height: 1;
}


.service-btn:hover {
    background: #c58b1d;

    transform: translateY(-2px);
}


/* =========================================
   IMAGE GALLERY
========================================= */

.service-gallery {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 8px;

    width: 100%;
}


/* =========================================
   GALLERY CARD
========================================= */

.gallery-card {
    position: relative;

    height: 185px;

    overflow: hidden;

    border-radius: 4px;

    background: #d9d8d3;
}


/* =========================================
   IMAGE
========================================= */

.gallery-card img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}


/* Empty Image Placeholder */

.gallery-card img[src=""] {
    opacity: 0;
}


/* =========================================
   OVERLAY
========================================= */

.gallery-overlay {
    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 45%;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.72),
        rgba(0, 0, 0, 0)
    );

    pointer-events: none;
}


/* =========================================
   IMAGE TITLE
========================================= */

.gallery-card h3 {
    position: absolute;

    left: 18px;

    bottom: 14px;

    z-index: 2;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 600;

    line-height: 1.2;

    text-shadow: 0 2px 5px rgba(0,0,0,0.35);
}


/* =========================================
   HOVER
========================================= */

.gallery-card:hover img {
    transform: scale(1.06);
}


/* =========================================
   DECORATIVE LEAVES
========================================= */

.decor-leaves {
    position: absolute;

    pointer-events: none;

    opacity: 0.28;
}


.leaves-left {
    width: 220px;

    height: 300px;

    left: -130px;

    bottom: -80px;

    border-right: 2px solid #c8ae72;

    border-radius: 50%;

    transform: rotate(25deg);
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {

    .about-service-section {
        padding: 55px 70px;
    }


    .service-container {
        gap: 50px;
    }


    .gallery-card {
        height: 215px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .about-service-section {
        padding: 45px 30px;
    }


    .service-container {
        grid-template-columns: 38% 62%;

        gap: 25px;
    }


    .service-content {
        padding-left: 0;
    }


    .service-content h2 {
        font-size: 42px;
    }


    .service-content p {
        font-size: 13px;
    }


    .service-content p br {
        display: none;
    }


    .gallery-card {
        height: 160px;
    }


    .gallery-card h3 {
        font-size: 14px;

        left: 14px;

        bottom: 12px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .about-service-section {
        padding: 40px 20px;
    }


    .service-container {
        display: flex;

        flex-direction: column;

        gap: 30px;
    }


    .service-content {
        width: 100%;

        text-align: left;
    }


    .service-label {
        font-size: 11px;

        letter-spacing: 1.5px;
    }


    .service-content h2 {
        font-size: 42px;

        line-height: 1;
    }


    .service-content p {
        font-size: 13px;

        line-height: 1.7;

        margin-bottom: 24px;
    }


    .service-gallery {
        width: 100%;

        grid-template-columns: repeat(2, 1fr);

        gap: 8px;
    }


    .gallery-card {
        height: 145px;
    }


    .gallery-card h3 {
        font-size: 13px;

        left: 12px;

        bottom: 10px;
    }


    .service-btn {
        min-width: 210px;

        padding: 15px 20px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .about-service-section {
        padding: 35px 15px;
    }


    .service-content h2 {
        font-size: 36px;
    }


    .service-content p {
        font-size: 12.5px;
    }


    .service-gallery {
        grid-template-columns: 1fr;

        gap: 10px;
    }


    .gallery-card {
        height: 190px;
    }


    .gallery-card h3 {
        font-size: 15px;
    }


    .service-btn {
        width: 100%;

        max-width: 230px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85b1232 *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   MAIN SECTION
========================================= */

.planning-process-section {
    width: 100%;
    position: relative;

    padding: 18px 5% 24px;

    background: #ffffff;

    overflow: hidden;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   HEADING
========================================= */

.process-heading {
    position: relative;

    z-index: 2;

    text-align: center;

    margin-bottom: 12px;
}


.process-heading span {
    display: block;

    color: #c58a1b;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 2px;
}


.process-heading h2 {
    color: #203f31;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(28px, 2.8vw, 38px);

    font-weight: 700;

    line-height: 1.1;
}


/* Gold Line */

.process-heading-line {
    width: 38px;

    height: 2px;

    background: #cf941d;

    margin: 8px auto 0;
}


/* =========================================
   PROCESS WRAPPER
========================================= */

.process-wrapper {
    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    position: relative;

    z-index: 2;
}


/* =========================================
   DOTTED CONNECTING LINE
========================================= */

.process-wrapper::before {
    content: "";

    position: absolute;

    top: 42px;

    left: 9%;

    right: 9%;

    border-top: 1px dashed #aeb7b1;

    z-index: 0;
}


/* =========================================
   PROCESS STEP
========================================= */

.process-step {
    position: relative;

    z-index: 2;

    width: 20%;

    text-align: center;

    display: flex;

    flex-direction: column;

    align-items: center;
}


/* =========================================
   ICON CIRCLE
========================================= */

.process-icon {
    width: 62px;

    height: 62px;

    border-radius: 50%;

    background: #073d2b;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #d29a20;

    font-size: 23px;

    margin-bottom: 5px;

    box-shadow:
        0 5px 15px rgba(7, 61, 43, 0.08);
}


/* =========================================
   STEP NUMBER
========================================= */

.step-number {
    color: #5c625e;

    font-size: 10px;

    font-weight: 500;

    margin-bottom: 5px;

    letter-spacing: 0.5px;
}


/* =========================================
   STEP TITLE
========================================= */

.process-step h3 {
    color: #293c34;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 500;

    line-height: 1.4;

    max-width: 170px;
}


/* =========================================
   DECORATIVE LEAF
========================================= */

.process-leaf {
    position: absolute;

    left: -80px;

    top: -35px;

    width: 150px;

    height: 150px;

    opacity: 0.18;

    pointer-events: none;
}


.process-leaf::before {
    content: "";

    position: absolute;

    width: 2px;

    height: 170px;

    background: #bda879;

    left: 80px;

    top: -15px;

    transform: rotate(35deg);
}


.process-leaf::after {
    content: "";

    position: absolute;

    width: 70px;

    height: 115px;

    border: 1px solid #bda879;

    border-radius: 100% 0 100% 0;

    left: 28px;

    top: 20px;

    transform: rotate(-20deg);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .planning-process-section {
        padding: 35px 25px;
    }


    .process-wrapper {
        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 35px 20px;
    }


    .process-step {
        width: 100%;
    }


    .process-wrapper::before {
        display: none;
    }


    .process-heading {
        margin-bottom: 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .planning-process-section {
        padding: 35px 15px;
    }


    .process-heading span {
        font-size: 10px;

        letter-spacing: 1.5px;
    }


    .process-heading h2 {
        font-size: 31px;

        line-height: 1.15;

        padding: 0 10px;
    }


    .process-wrapper {
        grid-template-columns: repeat(2, 1fr);

        gap: 30px 15px;
    }


    .process-icon {
        width: 65px;

        height: 65px;

        font-size: 23px;
    }


    .process-step h3 {
        font-size: 12px;
    }


    .process-leaf {
        display: none;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {

    .process-wrapper {
        grid-template-columns: 1fr;
    }


    .process-icon {
        width: 70px;

        height: 70px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d974ff *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   SECTION
========================================= */

.offer-section {
    width: 100%;
    padding: 18px 30px 30px;
    background: #f8f8f6;
    font-family: "Poppins", sans-serif;
}


/* =========================================
   HEADING
========================================= */

.offer-heading {
    text-align: center;
    margin-bottom: 14px;
}


.offer-heading span {
    display: block;
    color: #bd831d;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.8px;
    margin-bottom: 3px;
}


.offer-heading h2 {
    color: #1d3d2e;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(26px, 2.5vw, 38px);
    font-weight: 700;
    line-height: 1.1;
}


.heading-line {
    width: 42px;
    height: 2px;
    background: #c99122;
    margin: 7px auto 0;
}


/* =========================================
   GRID
========================================= */

.offer-grid {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}


/* =========================================
   CARD
========================================= */

.offer-card {
    background: #ffffff;
    border: 1px solid #e8e8e5;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.025);

    transition: all 0.3s ease;
}


.offer-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}


/* =========================================
   IMAGE
========================================= */

.offer-image {
    width: 100%;
    height: 145px;
    background: #deded9;
    overflow: hidden;
}


.offer-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transition: transform 0.4s ease;
}


/* Blank image placeholder */

.offer-image img[src=""] {
    opacity: 0;
}


.offer-card:hover img {
    transform: scale(1.06);
}


/* =========================================
   CONTENT
========================================= */

.offer-content {
    padding: 12px 12px 18px;
}


.offer-content h3 {
    color: #213c2e;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 8px;
}


.offer-content p {
    color: #666666;

    font-size: 11px;

    font-weight: 400;

    line-height: 1.6;

    margin-bottom: 14px;
}


/* =========================================
   BUTTON
========================================= */

.offer-content a {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 9px 20px;

    border: 1px solid #c99122;

    border-radius: 3px;

    color: #243d30;

    text-decoration: none;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 0.8px;

    transition: all 0.3s ease;
}


.offer-content a span {
    font-size: 14px;
}


.offer-content a:hover {
    background: #123d2d;

    border-color: #123d2d;

    color: #ffffff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .offer-section {
        padding: 35px 25px;
    }


    .offer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }


    .offer-image {
        height: 190px;
    }


    .offer-content h3 {
        font-size: 23px;
    }


    .offer-content p {
        font-size: 13px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .offer-section {
        padding: 30px 15px;
    }


    .offer-heading {
        margin-bottom: 25px;
    }


    .offer-heading h2 {
        font-size: 32px;
    }


    .offer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .offer-image {
        height: 210px;
    }


    .offer-content {
        padding: 18px 15px 22px;
    }


    .offer-content h3 {
        font-size: 24px;
    }


    .offer-content p {
        font-size: 13px;
    }


    .offer-content a {
        padding: 11px 24px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {

    .offer-heading h2 {
        font-size: 28px;
    }


    .offer-image {
        height: 180px;
    }

}/* End custom CSS */