.elementor-223 .elementor-element.elementor-element-d540668{--display:flex;--margin-top:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-223 .elementor-element.elementor-element-f2945c6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-223 .elementor-element.elementor-element-f2945c6:not(.elementor-motion-effects-element-type-background), .elementor-223 .elementor-element.elementor-element-f2945c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFBF8;}@media(min-width:768px){.elementor-223 .elementor-element.elementor-element-f2945c6{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-9d70c85 */.services-hero {
    background: linear-gradient(135deg, #234E52 0%, #18393D 100%);
    padding: 200px 8% 140px 8%;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

.services-hero-container {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.07);
    color: #C89B5E;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 1.15;
    margin: 0 0 30px 0;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.hero-title span {
    color: #C89B5E;
    font-style: italic;
}

.hero-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.9;
    max-width: 760px;
    margin: 0 auto 0 auto;
    font-weight: 400;
}

/* --- RESPONSIVE MEDIA QUERIES --- */
@media (max-width: 991px) {
    .services-hero {
        padding: 140px 6% 100px 6%;
    }

    .hero-title {
        font-size: 56px;
    }

    .hero-desc {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .services-hero {
        padding: 120px 24px 80px 24px;
    }

    .hero-badge {
        margin-bottom: 30px;
    }

    .hero-title {
        font-size: 40px;
        line-height: 1.25;
        margin-bottom: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eefe237 */.services-page-section {
    padding:50px 0;
    background-color: #FCFBF8;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.services-page-section *, 
.services-page-section *::before, 
.services-page-section *::after {
    box-sizing: border-box;
}

.services-page-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-page-heading {
    max-width: 800px;
    margin: 0 auto 70px auto;
    text-align: center;
}

.services-page-subtitle {
    color: #B88A48;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 16px;
}

.services-page-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: #222;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.services-page-heading h2 span {
    font-style: italic;
    color: #B88A48;
}

.services-page-heading p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.services-tabs-wrapper {
    position: relative;
    max-width: fit-content;
    margin: 0 auto 60px auto;
}

.services-mobile-toggle {
    display: none;
    width: 100%;
    background: #234E52;
    color: #FFFFFF;
    border: none;
    padding: 16px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 25px rgba(35, 78, 82, 0.15);
}

.services-mobile-toggle i {
    transition: transform 0.3s ease;
}

.services-mobile-toggle.open i {
    transform: rotate(180deg);
}

.services-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 8px;
    border-radius: 100px;
    border: 1px solid rgba(230, 222, 210, 0.6);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02);
}

.tab-trigger {
    background: transparent;
    border: none;
    outline: none;
    padding: 14px 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.5px;
    transition: all 0.35s ease;
}

.tab-trigger i {
    font-size: 14px;
    color: #888888;
    transition: all 0.35s ease;
}

.tab-trigger:hover {
    background-color: #234E52;
    color: #fff;
}

.tab-trigger:hover i {
    color: #C89B5E;
}

.tab-trigger.active {
    background: #234E52;
    color: #FFFFFF;
    box-shadow: 0 10px 25px rgba(35, 78, 82, 0.15);
}

.tab-trigger.active i {
    color: #C89B5E;
}

.tab-panel {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.services-panel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.service-card {
    background: #fff;
    padding: 45px 35px;
    text-align: center;
    border-radius: 8px;
    transition: .35s;
    border: 1px solid #ECECEC;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px auto;
    border-radius: 50%;
    border: 2px solid #B88A48;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    flex-shrink: 0;
}

.service-icon i {
    font-size: 30px;
    color: #B88A48;
    transition: .35s;
}

.service-card:hover .service-icon {
    background: #B88A48;
}

.service-card:hover .service-icon i {
    color: #fff;
}

.service-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #222;
    margin-bottom: 15px;
    margin-top: 0;
}

.service-card p {
    font-family: Poppins, sans-serif;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    margin: 0;
}

.services-page-action-block {
    text-align: center;
    margin-top: 70px;
}

@media (max-width: 1200px) {
    .services-panel-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .services-page-section {
        padding: 100px 0;
    }

    .services-tabs-wrapper {
        width: 100%;
        max-width: 480px;
    }

    .services-mobile-toggle {
        display: flex;
    }

    .services-tabs-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        z-index: 10;
        border-radius: 12px;
        padding: 10px;
        background: #FFFFFF;
        border: 1px solid #EAE5DC;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        gap: 4px;
    }

    .services-tabs-nav.open {
        display: flex;
    }

    .tab-trigger {
        width: 100%;
        justify-content: flex-start;
        border-radius: 8px;
        padding: 14px 20px;
    }
}

@media (max-width: 768px) {
    .services-panel-grid {
        grid-template-columns: 1fr;
    }

    .services-page-heading h2 {
        font-size: 36px;
    }

    .services-page-section {
        padding: 80px 0;
    }

    .view-services-btn {
        padding: 14px 30px;
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d132415 */.elementor-223 .elementor-element.elementor-element-d132415 a{
    text-decoration:none;
}

.service-page-cta{
    margin-top:80px;
    padding:45px 50px;
    background:linear-gradient(135deg,#234E52 0%,#18393D 100%);
    border-radius:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.service-page-cta-content{
    flex:1;
}

.service-page-cta-content span{
    display:block;
    color:#C89B5E;
    font-family:'Poppins',sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.service-page-cta-content h3{
    margin:0;
    color:#fff;
    font-family:'Playfair Display',serif;
    font-size:38px;
    line-height:1.3;
    font-weight:600;
}

.service-page-cta-action{
    flex-shrink:0;
}

.service-page-whatsapp-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:16px 34px;
    background:#C89B5E;
    color:#fff;
    text-decoration:none;
    border-radius:10px;
    font-family:'Poppins',sans-serif;
    font-size:15px;
    font-weight:600;
    transition:all .35s ease;
    box-shadow:0 15px 35px rgba(200,155,94,.35);
}

.service-page-whatsapp-btn i{
    font-size:18px;
}

.service-page-whatsapp-btn:hover{
    background:#B88A48;
    color:#fff;
    
}
@media(max-width:991px){

    .service-page-cta{
        flex-direction:column;
        text-align:center;
        padding:35px 25px;
    }

    .service-page-cta-content h3{
        font-size:30px;
    }

    .service-page-cta-action{
        width:100%;
    }

    .service-page-whatsapp-btn{
        width:100%;
    }
}
@media(max-width:768px){

    .service-page-cta{
        margin-top:60px;
        padding:30px 20px;
    }

    .service-page-cta-content h3{
        font-size:26px;
    }

}/* End custom CSS */