/********** 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 {
    padding: 0 4rem;
}

.nav-bar {
    position: relative;
    padding: 0 4rem;
    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: #FF8F00 !important;
}
/* Add inside navbar styles around line 116 */
.nav-phone-mustard {
    font-size: 16px;
    color: #FFFFFF !important;
    font-weight: 700;
    text-decoration: none;
    display: block;
    transition: opacity .3s;
}
.nav-phone-mustard:hover {
    opacity: 0.85;
}

@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/bg2.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);
}

/* Add at the top or bottom of style.css */
html {
    scroll-behavior: smooth;
}

/* Offset for section anchors to account for sticky navbar height */
#about, #service, #contact {
    scroll-margin-top: 85px;
}

.call-box {
    background: #ff9500;
    border-radius: 14px;
    margin: 8px 0;
    padding: 10px 22px;
    min-width: 190px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(255,149,0,.25);
}

.call-label {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.call-number {
    color: #fff !important;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
}

.logo-title{
    font-size: 1.75rem;
    color: #17224D;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}

.logo-subtitle{
    font-size: 0.70rem;
    color: #ff9500;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1;
}

.service-carousel .owl-item {
    display: flex;
}

.service-carousel .bg-light {
    width: 100%;
    min-height: 650px;
    display: flex;
    flex-direction: column;
}

.service-carousel h4 {
    min-height: 95px;
}

.service-carousel p:first-of-type {
    min-height: 170px;
}

.service-carousel .btn {
    margin-top: auto;
}

.contact-banner {
    background: url('../img/carousel-4.png') center center;
    background-size: cover;
    height: 500px;
    position: relative;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mustard-text {
    color: #af8419; /* Mustard Yellow */
    font-weight: 700;
}

/* Service Areas Section */
.service-area-section {
    background: #123B6D;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.service-area-subtitle {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 25px;
}

.service-area-title {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    max-width: 800px;
}

.service-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.service-area-badge {
    display: inline-block;
    padding: 14px 24px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 12px;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-area-badge:hover {
    background: rgba(255,255,255,0.22);
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px) {
    .service-area-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .service-area-title {
        font-size: 2.2rem;
    }

    .service-area-badge {
        font-size: 1rem;
        padding: 12px 18px;
    }
}

.service-area-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.footer {
    background: #20295A;
}

.footer h4 {
    font-weight: 700;
}

.footer p,
.footer a {
    font-size: 15px;
}

.footer .btn-link {
    display: block;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.footer .btn-link:hover {
    color: #0d6efd;
    padding-left: 8px;
}

.footer .btn-social {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .copyright {
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 25px 0;
}

.footer .copyright a {
    color: #fff;
}



.hours-card:hover{
    transform:translateY(-8px);
}

.hours-card i{
    color:#D4A017;
}

.hours-card h2{
    color:#D4A017;
    font-weight:800;
    margin-bottom:10px;
}

.hours-card p{
    color:#222;
}

.hours-card small{
    color:#666;
}

:root{
    --mustard:#D4A017;
}

.footer .btn-link:hover{
    color:var(--mustard);
    padding-left:8px;
}

.footer .copyright a:hover{
    color:var(--mustard);
}

.footer a:hover{
    color:var(--mustard);
}

.social-footer{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:30px;
}

.btn-social{

    width:50px;
    height:50px;

    border-radius:50%;
    border:2px solid #fff;

    display:flex;
    justify-content:center;
    align-items:center;

    transition:.35s;
}

.btn-social:hover{

    background:#D4A017;
    border-color:#D4A017;

    color:#fff;

    transform:translateY(-5px);
}

.footer-brand{
    gap:18px;
}
.footer-company{
    color:#fff;
    font-size:52px;
    font-weight:800;
    line-height:1;
    letter-spacing:2px;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.footer-company-sub{
    color:#d4a017;
    font-size:26px;
    font-weight:600;
    line-height:1.2;
}

.footer-logo{
    height:200px;
    margin-bottom: 0 !important;
    filter:drop-shadow(0 0 20px rgba(255,255,255,.25));
}

.footer-logo:hover{
    transform:scale(1.05);
}

/* ==========================
   Footer Bottom
==========================*/

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.12);

    padding:30px 0;

}

.bottom-item{

    display:flex;

    align-items:center;

    gap:18px;

    padding:10px 25px;

}

.bottom-icon{

    width:55px;

    height:55px;

    border:2px solid #D4A017;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#D4A017;

    font-size:22px;

    flex-shrink:0;

    transition:.35s;

}

.bottom-item:hover .bottom-icon{

    background:#D4A017;

    color:#fff;

    transform:rotate(10deg);

}

.bottom-item h6{

    color:#fff;

    font-weight:700;

    margin-bottom:4px;

}

.bottom-item p{

    color:#fff;

    font-size:17px;

    margin:0;

}

.bottom-item small{

    color:#cfcfcf;

    font-size:15px;

}

.border-start,
.border-end{

    border-color:rgba(255,255,255,.12)!important;

}

.text-warning{

    color:#D4A017!important;

}

/* Mobile */

@media(max-width:991px){

.bottom-item{

    border:none!important;

    justify-content:center;

    text-align:center;

}

}
.footer-company h3{
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 5px;
}

.footer-company h5{
    color:#D4A017 !important;
    ont-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 20px;
}
.footer-line{
    width:120px;
    height:3px;
    background:#D4A017;
    border-radius:50px;
    margin:25px 0;
}
.footer-about{
    color:#d8d8d8;
    line-height:1.9;
    max-width:360px;
    margin-bottom:30px !important;
}

/* ===========================
   COMPANY SECTION
=========================== */

.footer-company{

    max-width:340px;

}

.footer-logo{

    width:260px;

    height:auto;

    display:block;

    margin-bottom:35px;

}

.footer-divider{

    width:55px;

    height:3px;

    background:#D4A017;

    margin:18px 0 20px;

    border-radius:10px;

}

.footer-description{

    color:#d8d8d8;

    font-size:17px;

    line-height:2;

    margin-bottom:20px;

}

.footer-social{

    display:flex;

    gap:15px;

    margin-bottom:30px;

}

.footer-social .btn-social{

    width:48px;

    height:48px;

    border:1px solid rgba(255,255,255,.6);

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    transition:.3s;

}

.footer-social .btn-social:hover{

    background:#f4c66a;
    border-color:#d4a838;
    color:#fff
    transform:translateY(-4px);

}

.footer-call{

    display:flex;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

}

.footer-call-btn{

    background:#FFC107;

    color:#111;

    font-weight:700;

    padding:14px 28px;

    border-radius:6px;

    text-decoration:none;

    transition:.3s;

}

.footer-call-btn:hover{

    background:#fff;

    color:#20295A;

}

.footer-call-btn i{

    margin-right:8px;

}

.footer-phone{

    font-size:20px;

    font-weight:700;

    color:#fff;

}
.btn-social{

    width:52px;
    height:52px;

    border:2px solid rgba(255,255,255,.6);

    color:#fff;

    transition:.35s;
}

.btn-social:hover{

    background:#D4A017;
    border-color:#D4A017;

    color:#20295A;

    transform:translateY(-5px);
}
/* CONTACT SECTION */

.footer-heading{
    font-size:34px;
    font-weight:700;
    color:#fff;
    margin-bottom:30px;
    position:relative;
}

.footer-heading:after{
    content:"";
    width:55px;
    height:3px;
    background:#D4A017;
    display:block;
    margin-top:12px;
}

.footer-contact .contact-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:22px;
}

.footer-contact .contact-item i{
    color:#D4A017;
    font-size:18px;
    width:22px;
    margin-top:5px;
}

.footer-contact .contact-item span{
    color:#F5F5F5;
    font-size:16px;
    line-height:1.7;
}
/* SERVICES */

.footer-services a{

    display:flex;
    align-items:center;

    gap:12px;

    color:#F5F5F5;

    text-decoration:none;

    margin-bottom:18px;

    transition:.3s;

    font-size:16px;
}

.footer-services a i{

    color:#D4A017;

    transition:.3s;
}

.footer-services a:hover{

    color:#D4A017;

    padding-left:8px;
}

.footer-services a:hover i{

    transform:translateX(5px);
}
/*==========================
      HOURS CARD
==========================*/

.hours-card{

    background:#fff;

    border-radius:18px;

    padding:30px 22px;

    text-align:center;

    box-shadow:0 12px 35px rgba(0,0,0,.15);

    transition:.35s;

    position:relative;

    overflow:hidden;
}

.hours-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.22);
}

.hours-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:#D4A017;
}

.hours-circle{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#FFF5D9;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:0 auto 18px;
}

.hours-circle i{

    color:#D4A017;

    font-size:28px;
}

.hours-open{

    display:inline-block;

    background:#198754;

    color:#fff;

    font-size:12px;

    font-weight:700;

    padding:5px 14px;

    border-radius:30px;

    letter-spacing:1px;

    margin-bottom:12px;
}

.hours-title{

    color:#edeff7;

    font-size:42px;

    font-weight:800;

    margin-bottom:12px;
}

.hours-divider{

    width:50px;

    height:2px;

    background:#D4A017;

    margin:0 auto 15px;
}

.hours-days{

    color:#f9f3f3;

    font-weight:600;

    margin-bottom:8px;
}

.hours-card small{

    color:#fffdfd;

    line-height:1.6;
}
/* Fix column top-alignment */
.footer .row.g-5 {
    align-items: flex-start;
}

/* Remove extra bottom margin on logo so divider sits snug */
.footer-logo {
    margin-bottom: 20px; /* was 35px */
}

/* Hours card — remove auto vertical centering if any */
.col-lg-2 {
    align-self: flex-start;
}

/* Ensure heading in hours column matches other headings top spacing */
.col-lg-2 .footer-heading {
    margin-bottom: 20px;
}
/* Force all columns to align from the very top */
.footer .row.g-5 > [class*="col-"] {
    align-self: flex-start !important;
}

/* Hours card — push it down slightly to align with heading text baseline */
.col-lg-2 {
    align-self: flex-start !important;
}

/* ===========================
   WHATSAPP FLOATING BUTTON
=========================== */

.whatsapp-float {
    position: fixed;
    bottom: 35px;
    right: 30px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    cursor: pointer;
    filter: drop-shadow(0 6px 20px rgba(37, 211, 102, 0.45));
}

/* Green icon circle */
.whatsapp-icon {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

/* Label that slides in on hover */
.whatsapp-label {
    background: #fff;
    color: #128C7E;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 16px 8px 20px;
    border-radius: 30px 0 0 30px;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-width 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    margin-right: -10px;
    box-shadow: -4px 0 12px rgba(0,0,0,0.08);
}

/* Ping animation dot */
.whatsapp-ping {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: #ff4444;
    border-radius: 50%;
    border: 2px solid #fff;
    animation: ping 1.8s ease-in-out infinite;
}

@keyframes ping {
    0%   { transform: scale(1);   opacity: 1; }
    60%  { transform: scale(1.6); opacity: 0.3; }
    100% { transform: scale(1);   opacity: 1; }
}

/* Hover effects */
.whatsapp-float:hover .whatsapp-icon {
    transform: scale(1.1) rotate(-8deg);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
}

.whatsapp-float:hover .whatsapp-label {
    max-width: 160px;
    opacity: 1;
    padding: 8px 16px 8px 20px;
}

/* Mobile */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 25px;
        right: 20px;
    }

    .whatsapp-icon {
        width: 55px;
        height: 55px;
        font-size: 28px;
    }

    .whatsapp-label {
        display: none;
    }
}