/********** Template CSS **********/
:root {
    --primary: #1E60AA;
    --secondary: #FF4917;
    --light: #EDF1FC;
    --dark: #17224D;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
/* .top-bar {
    height: 75px;
    padding: 0 4rem;
} */

.nav-bar {
    position: relative;
    padding: 0 4.75rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #FFFFFF;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}


/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Booking ***/
.video {
    position: relative;
    padding: 8rem 0 12rem 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video .btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-bottom: 4rem;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}



/* === Main Container === */
.whatsapp-button {
    position: fixed;
    bottom: 120px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    z-index: 9999;
    cursor: pointer;
    animation: wFloat 3.5s ease-in-out infinite;
    transform-origin: center;
}

/* === Icon (BIGGER + more premium gradient) === */
.whatsapp-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #7cffc4, #00a651 75%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-shadow: 0 18px 36px rgba(0,0,0,0.35);
    position: relative;
    transition: transform .35s ease, box-shadow .35s ease;
}

.whatsapp-icon img {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.4));
}

/* Pulse Circle */
.whatsapp-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(124, 255, 196, 0.55);
    animation: pulseRing 2.2s infinite ease-out;
}

/* === Text Bubble (BIGGER + STRONGER COLOR) === */
.whatsapp-text {
    position: relative;
    padding: 14px 26px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    white-space: nowrap;

    /* Attention-grabbing gradient background */
    background: linear-gradient(135deg, #fff, #ecfff7 40%, #cafff0 100%);

    /* Darker text for contrast */
    color: #006640;

    /* Stronger shadow for visibility */
    box-shadow: 0 12px 28px rgba(0,0,0,0.25);

    /* Glossy border */
    border: 2px solid rgba(0, 166, 81, 0.25);
    backdrop-filter: blur(4px);

    /* Animation intro + glow */
    opacity: 0;
    transform: translateX(18px) scale(0.95);
    animation:
        textIntro 0.7s 0.3s ease-out forwards,
        textGlow 3s 1.1s ease-in-out infinite alternate;
}

/* Bubble Arrow */
.whatsapp-text::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

/* === Hover Effects === */
.whatsapp-button:hover .whatsapp-icon {
    transform: scale(1.12) rotate(-4deg);
    box-shadow: 0 20px 45px rgba(0,0,0,0.45);
}

.whatsapp-button:hover .whatsapp-text {
    box-shadow: 0 16px 34px rgba(0,0,0,0.30);
}

/* === Animations === */
@keyframes wFloat {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

@keyframes pulseRing {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes textIntro {
    0% { opacity: 0; transform: translateX(25px) scale(0.9); }
    100% { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes textGlow {
    0% { box-shadow: 0 10px 26px rgba(0,0,0,0.2); }
    100% { box-shadow: 0 14px 36px rgba(0,0,0,0.32); }
}

/* Mobile Optimization */
@media (max-width: 576px) {
    .whatsapp-button {
        bottom: 95px;
        right: 18px;
        gap: 10px;
    }
    .whatsapp-icon {
        width: 70px;
        height: 70px;
    }
    .whatsapp-text {
        font-size: 14px;
        padding: 10px 18px;
    }
}



/* ===== CREATIVE SUNSET CTA BUTTON ===== */
.offerte-btn-crea {
    display: inline-block;
    padding: 14px 34px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.5px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff !important;

    /* Premium gradient (sunset orange → deep red) */
    background: linear-gradient(135deg, #ffb347, #ff7e2f, #ff3c00);
    
    /* Strong but soft shadow */
    box-shadow: 0 10px 24px rgba(255, 80, 0, 0.35);

    /* Slight inner glow */
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    
    animation: offrPulse 2.3s infinite ease-in-out;
}

/* Shine streak */
.offerte-btn-crea::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.28);
    transform: skewX(-20deg);
    transition: 0.7s;
}

.offerte-btn-crea:hover::after {
    left: 130%;
}

/* Hover explosion effect */
.offerte-btn-crea:hover {
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 15px 34px rgba(255, 80, 0, 0.45);
}

/* Pulse animation */
@keyframes offrPulse {
    0% {
        box-shadow: 0 10px 24px rgba(255, 80, 0, 0.35);
    }
    50% {
        box-shadow: 0 16px 34px rgba(255, 80, 0, 0.52);
    }
    100% {
        box-shadow: 0 10px 24px rgba(255, 80, 0, 0.35);
    }
}

/* Emergency Box Enhancement */
.emergency-box {
    border-radius: 6px;
}

/* Ensure clean spacing */
.gap-4 {
    gap: 1.8rem !important;
}


/* ===== RESPONSIVE FIX FOR MOBILE NAVBAR CTA ===== */
@media (max-width: 991.98px) {
    .header-cta-group {
        flex-direction: column;          /* stack vertically */
        align-items: stretch;
        gap: 12px;
        width: 100%;
        margin-top: 1rem;
    }

    .header-cta-group .emergency-link,
    .header-cta-group .offerte-btn-crea {
        width: 100%;
    }

    .emergency-box {
        border-radius: 10px;
        justify-content: flex-start;
        padding: 10px 14px;
    }

    .emergency-box p {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .emergency-box h5 {
        font-size: 15px;
    }

    .offerte-btn-crea {
        text-align: center;
        padding: 11px 18px;
        font-size: 15px;
        box-shadow: 0 8px 18px rgba(255, 80, 0, 0.35);
    }
}

/* tiny screens if needed */
@media (max-width: 575.98px) {
    .header-cta-group {
        gap: 10px;
    }

    .emergency-box {
        padding: 9px 12px;
    }

    .offerte-btn-crea {
        padding: 10px 16px;
        font-size: 14px;
    }
}




/* Let the top bar grow with the logo instead of cutting it */
.top-bar {
    height: auto !important;
    padding: 4px 1rem !important;
}

/* Make the brand a flex container so logo is centered vertically */
.topbar-brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

/* BIG but SAFE logo */
.att-logo {
    max-height: 100px;      /* big but not crazy */
    width: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 3px 3px rgba(0,0,0,0.18));
    transition: transform .25s ease, filter .25s ease;
}

.att-logo:hover {
    transform: scale(1.04);
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.25));
}

/* Slightly smaller on medium screens */
@media (max-width: 1200px) {
    .att-logo {
        max-height: 60px;
    }
}


/* ===== TEAM CARD (MODERN PROFESSIONAL STYLE) ===== */
.team-card {
    width: 360px;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform .35s ease, box-shadow .35s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.18);
}

/* Photo area */
.team-img {
    position: relative;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-bottom: 3px solid #ff7e2f;
}

/* Badge */
.experience-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #ff7e2f;
    color: #fff;
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Info section */
.team-info {
    padding: 20px;
    text-align: center;
}

.tech-name {
    font-size: 20px;
    font-weight: 800;
    color: #0d2b6b;
}

.tech-role {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

/* Social icons */
.team-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #edf2ff;
    border-radius: 50%;
    margin: 0 5px;
    color: #0d2b6b;
    font-size: 16px;
    transition: background .3s ease, color .3s ease, transform .3s ease;
}

.team-social a:hover {
    background: #ff7e2f;
    color: #fff;
    transform: translateY(-4px);
}




/* ===== HERO OVERLAY & CONTENT ===== */
.hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(0, 22, 60, 0.75) 0%,
        rgba(0, 22, 60, 0.35) 45%,
        rgba(0, 0, 0, 0.15) 100%
    );
}

.hero-content {
    backdrop-filter: blur(3px);
}

/* ===== HERO CTA BUTTON ===== */
.btn-hero-primary {
    position: relative;
    overflow: hidden;
    border-radius: 999px;
    border: none;

    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: none;
    font-size: 16px;

    color: #fff !important;
    background: linear-gradient(135deg, #ffb347, #ff7e2f, #ff3c00);
    box-shadow: 0 10px 26px rgba(255, 90, 0, 0.45);

    transition: all 0.3s ease;
    animation: heroPulse 2.4s infinite ease-in-out;
}

/* Shine effect */
.btn-hero-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: 0.7s;
}

.btn-hero-primary:hover::after {
    left: 130%;
}

/* Hover transform */
.btn-hero-primary:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 16px 32px rgba(255, 90, 0, 0.55);
}

/* Pulse animation */
@keyframes heroPulse {
    0% {
        box-shadow: 0 10px 26px rgba(255, 90, 0, 0.4);
    }
    50% {
        box-shadow: 0 16px 36px rgba(255, 90, 0, 0.6);
    }
    100% {
        box-shadow: 0 10px 26px rgba(255, 90, 0, 0.4);
    }
}

/* Mobile: keep text readable */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 0.95rem;
    }
    .btn-hero-primary {
        width: 100%;
        text-align: center;
    }
}




/* ===== ABOUT IMAGES EXTRA STYLE ===== */
.about-main-img {
    border-radius: 24px;
}

.about-small-img {
    border-radius: 18px;
}

/* Call box styling */
.about-call-box {
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* ===== FACT SECTION GRADIENT ===== */
.fact-section {
    background: radial-gradient(circle at top left, #10306b 0%, #020710 55%, #000000 100%);
}

/* Fact cards */
.fact-card {
    padding: 20px 10px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.04),
        rgba(255, 255, 255, 0.01)
    );
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.fact-card i {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}

.fact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.55);
    border-color: rgba(255, 190, 120, 0.8);
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .about-call-box {
        justify-content: center;
        text-align: left;
    }
}




.service-icon-wrapper {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #e9eef5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}





/* ===== CONTACT PAGE STYLING ===== */

.contact-info-wrap {
    padding-right: 1rem;
}

/* Pills / badges */
.contact-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: #e9f3ff;
    color: #17427e;
    font-size: 0.78rem;
    font-weight: 600;
}

/* Info items */
.contact-info-list {
    margin-bottom: 1.5rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 0.8rem;
}

.contact-info-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f3f6ff;
    color: #17427e;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

/* Map card */
.contact-map-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
}

.contact-map {
    border: 0;
    width: 100%;
    height: 260px;
}

/* Form card */
.contact-form-card {
    background: #f4f7ff;
    border-radius: 26px;
    padding: 2.5rem 2.3rem;
    box-shadow: 0 22px 55px rgba(4, 26, 61, 0.18);
}

/* Inputs nicer focus */
.contact-form-card .form-control {
    border-radius: 12px;
    border: 1px solid #dde3f2;
}

.contact-form-card .form-control:focus {
    border-color: #17427e;
    box-shadow: 0 0 0 0.15rem rgba(23, 66, 126, 0.15);
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .contact-info-wrap {
        padding-right: 0;
    }
    .contact-form-card {
        margin-top: 1.5rem;
        border-radius: 22px;
        padding: 2rem 1.7rem;
    }
    .contact-map {
        height: 230px;
    }
}




/* === Service detail CTA buttons === */
.service-cta-group .btn {
    border-radius: 999px;
    padding: 0.8rem 1.4rem;
    font-size: 0.95rem;
    white-space: normal;
}

/* Blue call button – keep it solid */
.service-cta-call {
    min-width: 230px;
    box-shadow: 0 8px 18px rgba(7, 40, 110, 0.25);
}

/* Orange booking button */
.btn-cta-orange {
    background: linear-gradient(135deg, #ff8a00 0%, #ff6320 50%, #ff9b32 100%);
    border: none;
    color: #fff;
    min-width: 260px;
    padding: 0.75rem 1.7rem;
    box-shadow: 0 12px 26px rgba(255, 99, 32, 0.45);
    text-align: left;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

/* two-line text inside orange button */
.btn-cta-orange .service-cta-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.9;
}

.btn-cta-orange .service-cta-title {
    font-size: 0.98rem;
    font-weight: 700;
}

/* Hover / focus state */
.btn-cta-orange:hover,
.btn-cta-orange:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(255, 99, 32, 0.6);
    filter: brightness(1.03);
    color: #fff;
}

/* Mobile: stack nicely */
@media (max-width: 768px) {
    .service-cta-group {
        flex-direction: column;
    }

    .service-cta-group .btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .btn-cta-orange {
        text-align: center;
    }
}



.booking-card {
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}




.page-header-privacy {
    padding: 70px 0;
    background: radial-gradient(circle at top left, #ff7b3a 0, #ff7b3a 18%, #004d99 60%, #002b5c 100%);
    color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    position: relative;
    z-index: 1;
}

.page-header-privacy::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.08), transparent);
    opacity: 0.4;
    pointer-events: none;
}

.text-orange {
    color: #ff7b3a;
}

.privacy-card {
    margin-top: 40px;
    line-height: 1.6;
}

.privacy-card h3 {
    margin-top: 1.75rem;
}
