.elementor-208 .elementor-element.elementor-element-e9db77d{padding:0px 0px 0px 0px;}.elementor-208 .elementor-element.elementor-element-e9db77d .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:59px;color:#C18A16;}.elementor-208 .elementor-element.elementor-element-c45c714{margin:-16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-208 .elementor-element.elementor-element-c45c714 .elementor-heading-title{font-size:20px;font-weight:400;color:#FFFFFF;}.elementor-208 .elementor-element.elementor-element-0eb7001{--spacer-size:200px;}.elementor-208 .elementor-element.elementor-element-78f27b9{--display:flex;}.elementor-208 .elementor-element.elementor-element-d1be408{--spacer-size:20px;}/* Start custom CSS for html, class: .elementor-element-f0721db *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   SERVICE ROW
========================================= */

.service-row {
    width: 100%;

    display: grid;
    grid-template-columns: 28% 72%;

    align-items: center;

    background: #f7f7f5;

    padding: 12px 30px 12px 30px;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   LEFT CONTENT
========================================= */

.service-info {
    padding-left: 0;
    padding-right: 28px;
}


/* =========================================
   HEADING AREA
========================================= */

.service-heading {
    display: flex;

    align-items: flex-start;

    gap: 20px;
}


/* =========================================
   ICON BOX
========================================= */

.service-icon {
    width: 78px;
    height: 78px;

    min-width: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #073c28;

    border-radius: 15px;

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.12),
        inset 0 0 10px rgba(255, 255, 255, 0.03);
}


.service-icon svg {
    width: 43px;
    height: 43px;

    fill: none;

    stroke: #d29a20;

    stroke-width: 2.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================
   TITLE
========================================= */

.service-title-area {
    padding-top: 2px;
}


.service-title-area h2 {
    color: #183c2c;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(28px, 2.1vw, 42px);

    font-weight: 700;

    line-height: 1.05;

    white-space: nowrap;
}


/* GOLD LINE */

.title-line {
    display: block;

    width: 38px;
    height: 2px;

    background: #d39a20;

    margin-top: 18px;
}


/* =========================================
   DESCRIPTION
========================================= */

.service-description {
    margin-top: 22px;
    margin-left: 98px;

    color: #4b4b4b;

    font-size: clamp(13px, 0.95vw, 16px);

    font-weight: 400;

    line-height: 1.65;
}


/* =========================================
   BUTTON
========================================= */

.enquire-btn {
    width: 195px;
    height: 42px;

    margin-top: 20px;
    margin-left: 98px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    background: #073c28;

    border-radius: 4px;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.3px;

    transition: all 0.3s ease;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}


.enquire-btn .arrow {
    color: #d39a20;

    font-size: 17px;

    line-height: 1;
}


.enquire-btn:hover {
    background: #0b5035;

    transform: translateY(-2px);
}


/* =========================================
   RIGHT IMAGE GALLERY
========================================= */

.service-gallery {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    width: 100%;
}


/* =========================================
   IMAGE BOX
========================================= */

.gallery-image {
    width: 100%;

    height: 230px;

    overflow: hidden;

    border-radius: 7px;

    background: #e5e5e2;

    border: 1px solid rgba(0, 0, 0, 0.04);
}


/* IMAGE */

.gallery-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    background: #e5e5e2;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .service-row {
        padding-left: 45px;
        padding-right: 45px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .service-row {
        grid-template-columns: 34% 66%;

        padding: 20px 25px;
    }


    .service-info {
        padding-right: 20px;
    }


    .service-heading {
        gap: 14px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 36px;
        height: 36px;
    }


    .service-description,
    .enquire-btn {
        margin-left: 79px;
    }


    .gallery-image {
        height: 190px;
    }


    .service-title-area h2 {
        white-space: normal;
    }

}


/* =========================================
   MOBILE / SMALL TABLET
========================================= */

@media (max-width: 767px) {

    .service-row {
        grid-template-columns: 1fr;

        padding: 35px 20px;

        gap: 30px;
    }


    /* LEFT CONTENT */

    .service-info {
        padding-right: 0;
    }


    .service-heading {
        gap: 15px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;
    }


    .service-title-area h2 {
        font-size: 34px;
    }


    .service-description {
        margin-left: 0;

        margin-top: 20px;

        font-size: 14px;
    }


    .enquire-btn {
        margin-left: 0;
    }


    /* GALLERY */

    .service-gallery {
        grid-template-columns: repeat(2, 1fr);

        gap: 10px;
    }


    .gallery-image {
        height: 180px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .service-row {
        padding: 30px 15px;
    }


    .service-heading {
        align-items: center;
    }


    .service-icon {
        width: 58px;
        height: 58px;

        min-width: 58px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 32px;
        height: 32px;
    }


    .service-title-area h2 {
        font-size: 29px;
    }


    .title-line {
        margin-top: 12px;
    }


    .service-description {
        font-size: 13px;

        line-height: 1.7;
    }


    .service-gallery {
        grid-template-columns: 1fr;
    }


    .gallery-image {
        height: 230px;
    }


    .enquire-btn {
        width: 185px;
        height: 44px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d9b6dd *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   SERVICE ROW
========================================= */

.service-row {
    width: 100%;

    display: grid;
    grid-template-columns: 28% 72%;

    align-items: center;

    background: #f7f7f5;

    padding: 12px 30px 12px 30px;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   LEFT CONTENT
========================================= */

.service-info {
    padding-left: 0;
    padding-right: 28px;
}


/* =========================================
   HEADING AREA
========================================= */

.service-heading {
    display: flex;

    align-items: flex-start;

    gap: 20px;
}


/* =========================================
   ICON BOX
========================================= */

.service-icon {
    width: 78px;
    height: 78px;

    min-width: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #073c28;

    border-radius: 15px;

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.12),
        inset 0 0 10px rgba(255, 255, 255, 0.03);
}


.service-icon svg {
    width: 43px;
    height: 43px;

    fill: none;

    stroke: #d29a20;

    stroke-width: 2.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================
   TITLE
========================================= */

.service-title-area {
    padding-top: 2px;
}


.service-title-area h2 {
    color: #183c2c;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(28px, 2.1vw, 42px);

    font-weight: 700;

    line-height: 1.05;

    white-space: nowrap;
}


/* GOLD LINE */

.title-line {
    display: block;

    width: 38px;
    height: 2px;

    background: #d39a20;

    margin-top: 18px;
}


/* =========================================
   DESCRIPTION
========================================= */

.service-description {
    margin-top: 22px;
    margin-left: 98px;

    color: #4b4b4b;

    font-size: clamp(13px, 0.95vw, 16px);

    font-weight: 400;

    line-height: 1.65;
}


/* =========================================
   BUTTON
========================================= */

.enquire-btn {
    width: 195px;
    height: 42px;

    margin-top: 20px;
    margin-left: 98px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    background: #073c28;

    border-radius: 4px;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.3px;

    transition: all 0.3s ease;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}


.enquire-btn .arrow {
    color: #d39a20;

    font-size: 17px;

    line-height: 1;
}


.enquire-btn:hover {
    background: #0b5035;

    transform: translateY(-2px);
}


/* =========================================
   RIGHT IMAGE GALLERY
========================================= */

.service-gallery {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    width: 100%;
}


/* =========================================
   IMAGE BOX
========================================= */

.gallery-image {
    width: 100%;

    height: 230px;

    overflow: hidden;

    border-radius: 7px;

    background: #e5e5e2;

    border: 1px solid rgba(0, 0, 0, 0.04);
}


/* IMAGE */

.gallery-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    background: #e5e5e2;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .service-row {
        padding-left: 45px;
        padding-right: 45px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .service-row {
        grid-template-columns: 34% 66%;

        padding: 20px 25px;
    }


    .service-info {
        padding-right: 20px;
    }


    .service-heading {
        gap: 14px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 36px;
        height: 36px;
    }


    .service-description,
    .enquire-btn {
        margin-left: 79px;
    }


    .gallery-image {
        height: 190px;
    }


    .service-title-area h2 {
        white-space: normal;
    }

}


/* =========================================
   MOBILE / SMALL TABLET
========================================= */

@media (max-width: 767px) {

    .service-row {
        grid-template-columns: 1fr;

        padding: 35px 20px;

        gap: 30px;
    }


    /* LEFT CONTENT */

    .service-info {
        padding-right: 0;
    }


    .service-heading {
        gap: 15px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;
    }


    .service-title-area h2 {
        font-size: 34px;
    }


    .service-description {
        margin-left: 0;

        margin-top: 20px;

        font-size: 14px;
    }


    .enquire-btn {
        margin-left: 0;
    }


    /* GALLERY */

    .service-gallery {
        grid-template-columns: repeat(2, 1fr);

        gap: 10px;
    }


    .gallery-image {
        height: 180px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .service-row {
        padding: 30px 15px;
    }


    .service-heading {
        align-items: center;
    }


    .service-icon {
        width: 58px;
        height: 58px;

        min-width: 58px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 32px;
        height: 32px;
    }


    .service-title-area h2 {
        font-size: 29px;
    }


    .title-line {
        margin-top: 12px;
    }


    .service-description {
        font-size: 13px;

        line-height: 1.7;
    }


    .service-gallery {
        grid-template-columns: 1fr;
    }


    .gallery-image {
        height: 230px;
    }


    .enquire-btn {
        width: 185px;
        height: 44px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f29c544 *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   SERVICE ROW
========================================= */

.service-row {
    width: 100%;

    display: grid;
    grid-template-columns: 28% 72%;

    align-items: center;

    background: #f7f7f5;

    padding: 12px 30px 12px 30px;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   LEFT CONTENT
========================================= */

.service-info {
    padding-left: 0;
    padding-right: 28px;
}


/* =========================================
   HEADING AREA
========================================= */

.service-heading {
    display: flex;

    align-items: flex-start;

    gap: 20px;
}


/* =========================================
   ICON BOX
========================================= */

.service-icon {
    width: 78px;
    height: 78px;

    min-width: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #073c28;

    border-radius: 15px;

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.12),
        inset 0 0 10px rgba(255, 255, 255, 0.03);
}


.service-icon svg {
    width: 43px;
    height: 43px;

    fill: none;

    stroke: #d29a20;

    stroke-width: 2.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================
   TITLE
========================================= */

.service-title-area {
    padding-top: 2px;
}


.service-title-area h2 {
    color: #183c2c;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(28px, 2.1vw, 42px);

    font-weight: 700;

    line-height: 1.05;

    white-space: nowrap;
}


/* GOLD LINE */

.title-line {
    display: block;

    width: 38px;
    height: 2px;

    background: #d39a20;

    margin-top: 18px;
}


/* =========================================
   DESCRIPTION
========================================= */

.service-description {
    margin-top: 22px;
    margin-left: 98px;

    color: #4b4b4b;

    font-size: clamp(13px, 0.95vw, 16px);

    font-weight: 400;

    line-height: 1.65;
}


/* =========================================
   BUTTON
========================================= */

.enquire-btn {
    width: 195px;
    height: 42px;

    margin-top: 20px;
    margin-left: 98px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    background: #073c28;

    border-radius: 4px;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.3px;

    transition: all 0.3s ease;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}


.enquire-btn .arrow {
    color: #d39a20;

    font-size: 17px;

    line-height: 1;
}


.enquire-btn:hover {
    background: #0b5035;

    transform: translateY(-2px);
}


/* =========================================
   RIGHT IMAGE GALLERY
========================================= */

.service-gallery {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    width: 100%;
}


/* =========================================
   IMAGE BOX
========================================= */

.gallery-image {
    width: 100%;

    height: 230px;

    overflow: hidden;

    border-radius: 7px;

    background: #e5e5e2;

    border: 1px solid rgba(0, 0, 0, 0.04);
}


/* IMAGE */

.gallery-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    background: #e5e5e2;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .service-row {
        padding-left: 45px;
        padding-right: 45px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .service-row {
        grid-template-columns: 34% 66%;

        padding: 20px 25px;
    }


    .service-info {
        padding-right: 20px;
    }


    .service-heading {
        gap: 14px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 36px;
        height: 36px;
    }


    .service-description,
    .enquire-btn {
        margin-left: 79px;
    }


    .gallery-image {
        height: 190px;
    }


    .service-title-area h2 {
        white-space: normal;
    }

}


/* =========================================
   MOBILE / SMALL TABLET
========================================= */

@media (max-width: 767px) {

    .service-row {
        grid-template-columns: 1fr;

        padding: 35px 20px;

        gap: 30px;
    }


    /* LEFT CONTENT */

    .service-info {
        padding-right: 0;
    }


    .service-heading {
        gap: 15px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;
    }


    .service-title-area h2 {
        font-size: 34px;
    }


    .service-description {
        margin-left: 0;

        margin-top: 20px;

        font-size: 14px;
    }


    .enquire-btn {
        margin-left: 0;
    }


    /* GALLERY */

    .service-gallery {
        grid-template-columns: repeat(2, 1fr);

        gap: 10px;
    }


    .gallery-image {
        height: 180px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .service-row {
        padding: 30px 15px;
    }


    .service-heading {
        align-items: center;
    }


    .service-icon {
        width: 58px;
        height: 58px;

        min-width: 58px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 32px;
        height: 32px;
    }


    .service-title-area h2 {
        font-size: 29px;
    }


    .title-line {
        margin-top: 12px;
    }


    .service-description {
        font-size: 13px;

        line-height: 1.7;
    }


    .service-gallery {
        grid-template-columns: 1fr;
    }


    .gallery-image {
        height: 230px;
    }


    .enquire-btn {
        width: 185px;
        height: 44px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46caf4d *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   SERVICE ROW
========================================= */

.service-row {
    width: 100%;

    display: grid;
    grid-template-columns: 28% 72%;

    align-items: center;

    background: #f7f7f5;

    padding: 12px 30px 12px 30px;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   LEFT CONTENT
========================================= */

.service-info {
    padding-left: 0;
    padding-right: 28px;
}


/* =========================================
   HEADING AREA
========================================= */

.service-heading {
    display: flex;

    align-items: flex-start;

    gap: 20px;
}


/* =========================================
   ICON BOX
========================================= */

.service-icon {
    width: 78px;
    height: 78px;

    min-width: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #073c28;

    border-radius: 15px;

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.12),
        inset 0 0 10px rgba(255, 255, 255, 0.03);
}


.service-icon svg {
    width: 43px;
    height: 43px;

    fill: none;

    stroke: #d29a20;

    stroke-width: 2.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================
   TITLE
========================================= */

.service-title-area {
    padding-top: 2px;
}


.service-title-area h2 {
    color: #183c2c;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(28px, 2.1vw, 42px);

    font-weight: 700;

    line-height: 1.05;

    white-space: nowrap;
}


/* GOLD LINE */

.title-line {
    display: block;

    width: 38px;
    height: 2px;

    background: #d39a20;

    margin-top: 18px;
}


/* =========================================
   DESCRIPTION
========================================= */

.service-description {
    margin-top: 22px;
    margin-left: 98px;

    color: #4b4b4b;

    font-size: clamp(13px, 0.95vw, 16px);

    font-weight: 400;

    line-height: 1.65;
}


/* =========================================
   BUTTON
========================================= */

.enquire-btn {
    width: 195px;
    height: 42px;

    margin-top: 20px;
    margin-left: 98px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    background: #073c28;

    border-radius: 4px;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.3px;

    transition: all 0.3s ease;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}


.enquire-btn .arrow {
    color: #d39a20;

    font-size: 17px;

    line-height: 1;
}


.enquire-btn:hover {
    background: #0b5035;

    transform: translateY(-2px);
}


/* =========================================
   RIGHT IMAGE GALLERY
========================================= */

.service-gallery {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    width: 100%;
}


/* =========================================
   IMAGE BOX
========================================= */

.gallery-image {
    width: 100%;

    height: 230px;

    overflow: hidden;

    border-radius: 7px;

    background: #e5e5e2;

    border: 1px solid rgba(0, 0, 0, 0.04);
}


/* IMAGE */

.gallery-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    background: #e5e5e2;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .service-row {
        padding-left: 45px;
        padding-right: 45px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .service-row {
        grid-template-columns: 34% 66%;

        padding: 20px 25px;
    }


    .service-info {
        padding-right: 20px;
    }


    .service-heading {
        gap: 14px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 36px;
        height: 36px;
    }


    .service-description,
    .enquire-btn {
        margin-left: 79px;
    }


    .gallery-image {
        height: 190px;
    }


    .service-title-area h2 {
        white-space: normal;
    }

}


/* =========================================
   MOBILE / SMALL TABLET
========================================= */

@media (max-width: 767px) {

    .service-row {
        grid-template-columns: 1fr;

        padding: 35px 20px;

        gap: 30px;
    }


    /* LEFT CONTENT */

    .service-info {
        padding-right: 0;
    }


    .service-heading {
        gap: 15px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;
    }


    .service-title-area h2 {
        font-size: 34px;
    }


    .service-description {
        margin-left: 0;

        margin-top: 20px;

        font-size: 14px;
    }


    .enquire-btn {
        margin-left: 0;
    }


    /* GALLERY */

    .service-gallery {
        grid-template-columns: repeat(2, 1fr);

        gap: 10px;
    }


    .gallery-image {
        height: 180px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .service-row {
        padding: 30px 15px;
    }


    .service-heading {
        align-items: center;
    }


    .service-icon {
        width: 58px;
        height: 58px;

        min-width: 58px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 32px;
        height: 32px;
    }


    .service-title-area h2 {
        font-size: 29px;
    }


    .title-line {
        margin-top: 12px;
    }


    .service-description {
        font-size: 13px;

        line-height: 1.7;
    }


    .service-gallery {
        grid-template-columns: 1fr;
    }


    .gallery-image {
        height: 230px;
    }


    .enquire-btn {
        width: 185px;
        height: 44px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc778cc *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   SERVICE ROW
========================================= */

.service-row {
    width: 100%;

    display: grid;
    grid-template-columns: 28% 72%;

    align-items: center;

    background: #f7f7f5;

    padding: 12px 30px 12px 30px;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   LEFT CONTENT
========================================= */

.service-info {
    padding-left: 0;
    padding-right: 28px;
}


/* =========================================
   HEADING AREA
========================================= */

.service-heading {
    display: flex;

    align-items: flex-start;

    gap: 20px;
}


/* =========================================
   ICON BOX
========================================= */

.service-icon {
    width: 78px;
    height: 78px;

    min-width: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #073c28;

    border-radius: 15px;

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.12),
        inset 0 0 10px rgba(255, 255, 255, 0.03);
}


.service-icon svg {
    width: 43px;
    height: 43px;

    fill: none;

    stroke: #d29a20;

    stroke-width: 2.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================
   TITLE
========================================= */

.service-title-area {
    padding-top: 2px;
}


.service-title-area h2 {
    color: #183c2c;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(28px, 2.1vw, 42px);

    font-weight: 700;

    line-height: 1.05;

    white-space: nowrap;
}


/* GOLD LINE */

.title-line {
    display: block;

    width: 38px;
    height: 2px;

    background: #d39a20;

    margin-top: 18px;
}


/* =========================================
   DESCRIPTION
========================================= */

.service-description {
    margin-top: 22px;
    margin-left: 98px;

    color: #4b4b4b;

    font-size: clamp(13px, 0.95vw, 16px);

    font-weight: 400;

    line-height: 1.65;
}


/* =========================================
   BUTTON
========================================= */

.enquire-btn {
    width: 195px;
    height: 42px;

    margin-top: 20px;
    margin-left: 98px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    background: #073c28;

    border-radius: 4px;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.3px;

    transition: all 0.3s ease;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}


.enquire-btn .arrow {
    color: #d39a20;

    font-size: 17px;

    line-height: 1;
}


.enquire-btn:hover {
    background: #0b5035;

    transform: translateY(-2px);
}


/* =========================================
   RIGHT IMAGE GALLERY
========================================= */

.service-gallery {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    width: 100%;
}


/* =========================================
   IMAGE BOX
========================================= */

.gallery-image {
    width: 100%;

    height: 230px;

    overflow: hidden;

    border-radius: 7px;

    background: #e5e5e2;

    border: 1px solid rgba(0, 0, 0, 0.04);
}


/* IMAGE */

.gallery-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    background: #e5e5e2;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .service-row {
        padding-left: 45px;
        padding-right: 45px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .service-row {
        grid-template-columns: 34% 66%;

        padding: 20px 25px;
    }


    .service-info {
        padding-right: 20px;
    }


    .service-heading {
        gap: 14px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 36px;
        height: 36px;
    }


    .service-description,
    .enquire-btn {
        margin-left: 79px;
    }


    .gallery-image {
        height: 190px;
    }


    .service-title-area h2 {
        white-space: normal;
    }

}


/* =========================================
   MOBILE / SMALL TABLET
========================================= */

@media (max-width: 767px) {

    .service-row {
        grid-template-columns: 1fr;

        padding: 35px 20px;

        gap: 30px;
    }


    /* LEFT CONTENT */

    .service-info {
        padding-right: 0;
    }


    .service-heading {
        gap: 15px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;
    }


    .service-title-area h2 {
        font-size: 34px;
    }


    .service-description {
        margin-left: 0;

        margin-top: 20px;

        font-size: 14px;
    }


    .enquire-btn {
        margin-left: 0;
    }


    /* GALLERY */

    .service-gallery {
        grid-template-columns: repeat(2, 1fr);

        gap: 10px;
    }


    .gallery-image {
        height: 180px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .service-row {
        padding: 30px 15px;
    }


    .service-heading {
        align-items: center;
    }


    .service-icon {
        width: 58px;
        height: 58px;

        min-width: 58px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 32px;
        height: 32px;
    }


    .service-title-area h2 {
        font-size: 29px;
    }


    .title-line {
        margin-top: 12px;
    }


    .service-description {
        font-size: 13px;

        line-height: 1.7;
    }


    .service-gallery {
        grid-template-columns: 1fr;
    }


    .gallery-image {
        height: 230px;
    }


    .enquire-btn {
        width: 185px;
        height: 44px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80d83b3 *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   SERVICE ROW
========================================= */

.service-row {
    width: 100%;

    display: grid;
    grid-template-columns: 28% 72%;

    align-items: center;

    background: #f7f7f5;

    padding: 12px 30px 12px 30px;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   LEFT CONTENT
========================================= */

.service-info {
    padding-left: 0;
    padding-right: 28px;
}


/* =========================================
   HEADING AREA
========================================= */

.service-heading {
    display: flex;

    align-items: flex-start;

    gap: 20px;
}


/* =========================================
   ICON BOX
========================================= */

.service-icon {
    width: 78px;
    height: 78px;

    min-width: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #073c28;

    border-radius: 15px;

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.12),
        inset 0 0 10px rgba(255, 255, 255, 0.03);
}


.service-icon svg {
    width: 43px;
    height: 43px;

    fill: none;

    stroke: #d29a20;

    stroke-width: 2.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================
   TITLE
========================================= */

.service-title-area {
    padding-top: 2px;
}


.service-title-area h2 {
    color: #183c2c;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(28px, 2.1vw, 42px);

    font-weight: 700;

    line-height: 1.05;

    white-space: nowrap;
}


/* GOLD LINE */

.title-line {
    display: block;

    width: 38px;
    height: 2px;

    background: #d39a20;

    margin-top: 18px;
}


/* =========================================
   DESCRIPTION
========================================= */

.service-description {
    margin-top: 22px;
    margin-left: 98px;

    color: #4b4b4b;

    font-size: clamp(13px, 0.95vw, 16px);

    font-weight: 400;

    line-height: 1.65;
}


/* =========================================
   BUTTON
========================================= */

.enquire-btn {
    width: 195px;
    height: 42px;

    margin-top: 20px;
    margin-left: 98px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    background: #073c28;

    border-radius: 4px;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.3px;

    transition: all 0.3s ease;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}


.enquire-btn .arrow {
    color: #d39a20;

    font-size: 17px;

    line-height: 1;
}


.enquire-btn:hover {
    background: #0b5035;

    transform: translateY(-2px);
}


/* =========================================
   RIGHT IMAGE GALLERY
========================================= */

.service-gallery {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    width: 100%;
}


/* =========================================
   IMAGE BOX
========================================= */

.gallery-image {
    width: 100%;

    height: 230px;

    overflow: hidden;

    border-radius: 7px;

    background: #e5e5e2;

    border: 1px solid rgba(0, 0, 0, 0.04);
}


/* IMAGE */

.gallery-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    background: #e5e5e2;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .service-row {
        padding-left: 45px;
        padding-right: 45px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .service-row {
        grid-template-columns: 34% 66%;

        padding: 20px 25px;
    }


    .service-info {
        padding-right: 20px;
    }


    .service-heading {
        gap: 14px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 36px;
        height: 36px;
    }


    .service-description,
    .enquire-btn {
        margin-left: 79px;
    }


    .gallery-image {
        height: 190px;
    }


    .service-title-area h2 {
        white-space: normal;
    }

}


/* =========================================
   MOBILE / SMALL TABLET
========================================= */

@media (max-width: 767px) {

    .service-row {
        grid-template-columns: 1fr;

        padding: 35px 20px;

        gap: 30px;
    }


    /* LEFT CONTENT */

    .service-info {
        padding-right: 0;
    }


    .service-heading {
        gap: 15px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;
    }


    .service-title-area h2 {
        font-size: 34px;
    }


    .service-description {
        margin-left: 0;

        margin-top: 20px;

        font-size: 14px;
    }


    .enquire-btn {
        margin-left: 0;
    }


    /* GALLERY */

    .service-gallery {
        grid-template-columns: repeat(2, 1fr);

        gap: 10px;
    }


    .gallery-image {
        height: 180px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .service-row {
        padding: 30px 15px;
    }


    .service-heading {
        align-items: center;
    }


    .service-icon {
        width: 58px;
        height: 58px;

        min-width: 58px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 32px;
        height: 32px;
    }


    .service-title-area h2 {
        font-size: 29px;
    }


    .title-line {
        margin-top: 12px;
    }


    .service-description {
        font-size: 13px;

        line-height: 1.7;
    }


    .service-gallery {
        grid-template-columns: 1fr;
    }


    .gallery-image {
        height: 230px;
    }


    .enquire-btn {
        width: 185px;
        height: 44px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-596b987 *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   SERVICE ROW
========================================= */

.service-row {
    width: 100%;

    display: grid;
    grid-template-columns: 28% 72%;

    align-items: center;

    background: #f7f7f5;

    padding: 12px 30px 12px 30px;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   LEFT CONTENT
========================================= */

.service-info {
    padding-left: 0;
    padding-right: 28px;
}


/* =========================================
   HEADING AREA
========================================= */

.service-heading {
    display: flex;

    align-items: flex-start;

    gap: 20px;
}


/* =========================================
   ICON BOX
========================================= */

.service-icon {
    width: 78px;
    height: 78px;

    min-width: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #073c28;

    border-radius: 15px;

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.12),
        inset 0 0 10px rgba(255, 255, 255, 0.03);
}


.service-icon svg {
    width: 43px;
    height: 43px;

    fill: none;

    stroke: #d29a20;

    stroke-width: 2.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================
   TITLE
========================================= */

.service-title-area {
    padding-top: 2px;
}


.service-title-area h2 {
    color: #183c2c;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(28px, 2.1vw, 42px);

    font-weight: 700;

    line-height: 1.05;

    white-space: nowrap;
}


/* GOLD LINE */

.title-line {
    display: block;

    width: 38px;
    height: 2px;

    background: #d39a20;

    margin-top: 18px;
}


/* =========================================
   DESCRIPTION
========================================= */

.service-description {
    margin-top: 22px;
    margin-left: 98px;

    color: #4b4b4b;

    font-size: clamp(13px, 0.95vw, 16px);

    font-weight: 400;

    line-height: 1.65;
}


/* =========================================
   BUTTON
========================================= */

.enquire-btn {
    width: 195px;
    height: 42px;

    margin-top: 20px;
    margin-left: 98px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    background: #073c28;

    border-radius: 4px;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.3px;

    transition: all 0.3s ease;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}


.enquire-btn .arrow {
    color: #d39a20;

    font-size: 17px;

    line-height: 1;
}


.enquire-btn:hover {
    background: #0b5035;

    transform: translateY(-2px);
}


/* =========================================
   RIGHT IMAGE GALLERY
========================================= */

.service-gallery {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    width: 100%;
}


/* =========================================
   IMAGE BOX
========================================= */

.gallery-image {
    width: 100%;

    height: 230px;

    overflow: hidden;

    border-radius: 7px;

    background: #e5e5e2;

    border: 1px solid rgba(0, 0, 0, 0.04);
}


/* IMAGE */

.gallery-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    background: #e5e5e2;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .service-row {
        padding-left: 45px;
        padding-right: 45px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .service-row {
        grid-template-columns: 34% 66%;

        padding: 20px 25px;
    }


    .service-info {
        padding-right: 20px;
    }


    .service-heading {
        gap: 14px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 36px;
        height: 36px;
    }


    .service-description,
    .enquire-btn {
        margin-left: 79px;
    }


    .gallery-image {
        height: 190px;
    }


    .service-title-area h2 {
        white-space: normal;
    }

}


/* =========================================
   MOBILE / SMALL TABLET
========================================= */

@media (max-width: 767px) {

    .service-row {
        grid-template-columns: 1fr;

        padding: 35px 20px;

        gap: 30px;
    }


    /* LEFT CONTENT */

    .service-info {
        padding-right: 0;
    }


    .service-heading {
        gap: 15px;
    }


    .service-icon {
        width: 65px;
        height: 65px;

        min-width: 65px;
    }


    .service-title-area h2 {
        font-size: 34px;
    }


    .service-description {
        margin-left: 0;

        margin-top: 20px;

        font-size: 14px;
    }


    .enquire-btn {
        margin-left: 0;
    }


    /* GALLERY */

    .service-gallery {
        grid-template-columns: repeat(2, 1fr);

        gap: 10px;
    }


    .gallery-image {
        height: 180px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .service-row {
        padding: 30px 15px;
    }


    .service-heading {
        align-items: center;
    }


    .service-icon {
        width: 58px;
        height: 58px;

        min-width: 58px;

        border-radius: 12px;
    }


    .service-icon svg {
        width: 32px;
        height: 32px;
    }


    .service-title-area h2 {
        font-size: 29px;
    }


    .title-line {
        margin-top: 12px;
    }


    .service-description {
        font-size: 13px;

        line-height: 1.7;
    }


    .service-gallery {
        grid-template-columns: 1fr;
    }


    .gallery-image {
        height: 230px;
    }


    .enquire-btn {
        width: 185px;
        height: 44px;
    }

}/* End custom CSS */