
/*** Spinner Start ***/
/*** 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;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.display-4, .display-5, .display-6 {
    font-weight: 800;
    letter-spacing: -1px;
}

p {
    line-height: 1.8;
    color: #6c757d;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--bs-primary);
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease;
    z-index: 99;
    background: linear-gradient(135deg, var(--bs-primary), #0056b3) !important;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: all 0.4s ease;
    border-radius: 8px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0056b3, #003d82);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.btn-dark {
    background: linear-gradient(135deg, #343a40, #1a1d1f);
    border: none;
    color: var(--bs-white);
}

.btn-dark:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 58, 64, 0.3);
}

.btn-light {
    color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
    background: transparent;
}

.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    transform: translateY(-2px);
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #1ebe5d);
    color: white;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
    background: linear-gradient(135deg, #1ebe5d, #15a347);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    transform: translateY(-2px);
}

.btn-call {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.btn-call:hover {
    background: linear-gradient(135deg, #0056b3, #003d82);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
}
/*** Button End ***/

/*** Navbar Start ***/
.nav-bar {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.sticky-top {
    transition: all 0.4s ease;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 0.5px;
    color: var(--bs-dark);
    font-size: 15px;
    font-weight: 600;
    outline: none;
    transition: all 0.4s ease;
}

.navbar-light .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--bs-primary), #17a2b8);
    transition: width 0.4s ease;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after {
    width: 100%;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 140px;
    transition: all 0.4s ease;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 110px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: linear-gradient(135deg, var(--bs-primary), #17a2b8);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: all 0.4s ease;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: all 0.4s ease;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 2px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}


@media (min-width: 1200px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 700px;
    }
}

@media (max-width: 1199px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 1200px;
    }
}

.header-carousel .owl-nav .owl-prev {
    display: none;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -60px;
    right: 50%;
    transform: translateY(-50%);
    margin-right: -60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}

.header-carousel .owl-nav .owl-next i {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: carousel-next-btn;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    transition: 1s;
}

@keyframes carousel-next-btn {
    0%  {margin-top: 35%;}
    50%  {margin-bottom: 70%;}
    100% {margin-top: 35%;}
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

.carousel-caption .ticket-form {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {width: 100%; height: 100%;}

    25% {width: 115%; height: 115%;}

    50% {width: 130%; height: 130%;}

    75% {width: 120%; height: 120%;}

    100% {width: 100%; height: 100%;}
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.feature-item .feature-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    bottom: 0; 
    left: 0;
    margin-top: 0;
    margin-right: 0; 
    background: rgba(0, 0, 0, 0.7); 
    border-radius: 10px;
    z-index: 2;
}

.feature-item .feature-content .feature-content-inner {
    position: relative;
    z-index: 5;
}
/*** Feature End ***/


/*** Service Start ***/
.service {
    position: relative;
    overflow: hidden;
    background-image: url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.service .service-section {
    position: relative;
    z-index: 5;
}

.service .service-days {
    border-radius: 15px;
    background: var(--bs-white);
}

.service .service-item {
    position: relative;
    height: 100%;
    text-align: center;
    border-radius: 15px;
    background: var(--bs-white);
    z-index: 1;
    overflow: hidden;
    border: 1px solid #e9ecef;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.service .service-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--bs-primary), #17a2b8);
    transition: left 0.4s ease;
    z-index: 0;
}

.service .service-item:hover {
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.2);
    transform: translateY(-8px);
    border-color: var(--bs-primary);
}

.service .service-item:hover::before {
    left: 0;
}

.service .service-item i {
    color: var(--bs-primary);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.service .service-item:hover i {
    color: var(--bs-white);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;
}

.service .service-item .service-content p {
    transition: all 0.4s ease;
}

.service .service-item:hover .service-content p {
    color: var(--bs-white);
}

.service .service-item .service-content a.h4 {
    transition: all 0.4s ease;
    color: var(--bs-dark);
}

.service .service-item:hover .service-content a.h4 {
    color: var(--bs-white);
}
/*** Service End ***/

/* Contact Us Buttons*/
/* Wrapper to center the buttons */
.contact-buttons-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* Contact Buttons Styling */
.contact-buttons-wrapper .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 28px;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.contact-buttons-wrapper .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

/* Form Styling */
.form-control, .form-select {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.form-control:focus, .form-select:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.ticket-form {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.agent-section {
  text-align: center;
  margin-bottom: 30px;
}

.agent-banner {
  padding: 20px;
  border-radius: 8px;
}



.agent-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Show desktop version by default, hide mobile */
.desktop-img { display: block; }
.mobile-img { display: none; }

/* On small screens, swap */
@media (max-width: 768px) {
  .desktop-img { display: none; }
  .mobile-img { display: block; }
}



/* Button Base Styles */
.contact-buttons-wrapper .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Masonry layout that preserves original video sizes */
.video-masonry {
  column-gap: 1.25rem;           /* space between columns */
  column-count: 1;               /* mobile default */
}

@media (min-width: 576px) { .video-masonry { column-count: 2; } }
@media (min-width: 992px) { .video-masonry { column-count: 3; } }

.video-card {
  break-inside: avoid;           /* keep each card intact across columns */
  margin-bottom: 1.25rem;
  display: inline-block;         /* required for masonry with columns */
  width: 100%;
}

.video-card video {
  display: block;
  width: 100%;                   /* fill the card width */
  height: auto;                  /* keep original aspect ratio */
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* Optional hover polish */
.video-card video {
  transition: transform 200ms ease;
}
.video-card:hover video { transform: translateY(-2px); }


/* WhatsApp Button */
.btn-whatsapp {
    background-color: #25D366;
    color: white;
}
.btn-whatsapp:hover {
    background-color: #1ebe5d;
}

/* Call Button */
.btn-call {
    background-color: #007bff;
    color: white;
}
.btn-call:hover {
    background-color: #0056b3;
}

/* Icon Styling */
.contact-buttons-wrapper i {
    font-size: 16px;
}


/* Contact Us Buttons *


/*** Attractions Start ***/
.attractions {
    position: relative;
    overflow: hidden;
}

.attractions::after {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
    z-index: -2;
    animation-name: attraction-image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes attraction-image-zoom {
    0%  {width: 100%;}
    25% {width: 115%;}
    50% {width: 130%;}
    75% {width: 120%;}
    100% {width: 100%;}
}

.attractions .attractions-section {
    position: relative;
    z-index: 3;
}

.attractions .attractions-item {
    position: relative;
    border-radius: 15px;
    transition: all 0.4s ease;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.attractions .attractions-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: rgba(0, 0, 0, .7);
    transition: all 0.4s ease;
    z-index: 2;
}

.attractions .attractions-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 123, 255, 0.25);
}

.attractions .attractions-item:hover:after {
    height: 100%;
}

.attractions .attractions-item .attractions-name {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    color: var(--bs-white);
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 3;
    opacity: 0;
}

.attractions .attractions-item:hover .attractions-name {
    opacity: 1;
}

.attractions-carousel .owl-stage-outer {
    margin-top: 58px;
}

.attractions .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.attractions .owl-nav .owl-prev:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.attractions .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.attractions .owl-nav .owl-next:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
}

/* Floating WhatsApp button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    animation: bounce 2s infinite;

    /* scaled another 30% larger */
    width: 101px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 48px;           /* icon size scaling up */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.whatsapp-float i {
    font-size: 54px;
}

@keyframes bounce {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
/*** Attractions End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 15px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery .gallery-item img {
    transition: all 0.4s ease;
}

.gallery .gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 123, 255, 0.25);
}

.gallery .gallery-item:hover img {
    transform: scale(1.15);
}

.gallery .gallery-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    background: rgba(0, 123, 255, 0.2);
    transition: all 0.4s ease;
    z-index: 1;
}

.gallery .gallery-item:hover::after {
    width: 100%;
    height: 100%;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    z-index: 5;
    opacity: 0;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.blog .blog-item .blog-img .blog-category {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 5;
}

.blog .blog-item .blog-img .blog-date {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: var(--bs-white);
    z-index: 5;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    background: var(--bs-primary);
    border-radius: 10px;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover:after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.team .team-item .team-content .team-icon {
    background: var(--bs-light);
    border-radius: 10px;
    display: flex;
    display: inline-flex;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-primary);
}

.team .team-item .team-content p {
    color: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-content p {
    color: var(--bs-body);
}
/*** Team End ***/

/*** Areas We Serve Start ***/
.area-card {
    position: relative;
    background: var(--bs-white);
    border-radius: 15px;
    padding: 30px 25px;
    border: 1px solid #e9ecef;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.area-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), #17a2b8);
    transition: left 0.4s ease;
    z-index: 1;
}

.area-card:hover::before {
    left: 0;
}

.area-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: var(--bs-primary);
    transform: translateY(-5px);
}

.area-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--bs-primary), #17a2b8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--bs-white);
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.area-card:hover .area-icon {
    transform: scale(1.15) rotate(-5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.area-content h3 {
    color: var(--bs-dark);
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.25rem;
}

.area-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.area-list li {
    padding: 8px 0;
    color: #6c757d;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.area-list li i {
    font-size: 0.8rem;
    color: var(--bs-primary);
}

.area-card:hover .area-list li {
    color: var(--bs-dark);
    padding-left: 8px;
}

.areas-cta {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.08), rgba(23, 162, 184, 0.08)) !important;
    border: 2px solid #e9ecef;
    transition: all 0.4s ease;
    margin-top: 40px;
}

.areas-cta:hover {
    border-color: var(--bs-primary);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.15);
}

.areas-cta h3 {
    color: var(--bs-dark);
    font-weight: 700;
    font-size: 1.75rem;
}

.areas-cta p {
    color: #6c757d;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .area-card {
        padding: 25px 20px;
    }

    .area-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .area-content h3 {
        font-size: 1.1rem;
    }

    .areas-cta h3 {
        font-size: 1.5rem;
    }
}
/*** Areas We Serve End ***/

/*** Testimonial Start ***/
.testimonial {
    position: relative;
    overflow: hidden;
}

.testimonial::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

.testimonial::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    z-index: -1;
}

.testimonial .testimonial-carousel .testimonial-item {
    text-align: center;
    border-radius: 15px;
    background: rgba(26, 29, 31, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial .testimonial-carousel .testimonial-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 123, 255, 0.2);
}

.testimonial-carousel .testimonial-item .testimonial-inner {
    display: flex;
    justify-content: center;
}

.testimonial-item .testimonial-inner .testimonial-img {
    position: relative;
}

.testimonial-item .testimonial-inner .testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 3px solid var(--bs-primary);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}

.testimonial-item .testimonial-inner .testimonial-img .testimonial-quote {
    position: absolute;
    top: 0;
    left: -25px;
    color: var(--bs-white);
    background: linear-gradient(135deg, var(--bs-primary), #17a2b8);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-light);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: -22px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: -210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev {
    font-size: 50px;
    margin-right: 80px;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-next {
    font-size: 50px;
    margin-left: 80px;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}
/*** Testimonial End ***/

/*** Counter Items Start ***/
.counter-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.counter-item.bg-primary {
    background: linear-gradient(135deg, var(--bs-primary), #0056b3) !important;
}

.counter-item.bg-dark {
    background: linear-gradient(135deg, #343a40, #1a1d1f) !important;
}

.counter-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 123, 255, 0.3);
}

.counter-item-icon {
    transition: all 0.4s ease;
}

.counter-item:hover .counter-item-icon {
    transform: scale(1.2) rotate(5deg);
}
/*** Counter Items End ***/

/*** Pricing Items Start ***/
.pricing-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-item.bg-dark {
    background: linear-gradient(135deg, #343a40, #1a1d1f) !important;
}

.pricing-item.bg-primary {
    background: linear-gradient(135deg, var(--bs-primary), #0056b3) !important;
    position: relative;
    z-index: 1;
}

.pricing-item.bg-primary::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, var(--bs-primary), #17a2b8);
    z-index: -1;
    border-radius: 15px;
}

.pricing-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 123, 255, 0.25);
}

.pricing-item.bg-primary:hover {
    box-shadow: 0 12px 40px rgba(0, 123, 255, 0.4);
}

.pricing-item h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing-item .pb-4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/*** Pricing Items End ***/

/*** Footer Start ***/
.footer {
    background: linear-gradient(135deg, #1a1d1f, #2c3e50);
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 123, 255, 0.1), transparent);
    border-radius: 50%;
    z-index: 0;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.footer .footer-item a {
    line-height: 35px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    font-weight: 500;
}

.footer .footer-item p {
    line-height: 35px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
    padding-left: 5px;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: all 0.3s ease;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}

.footer .footer-item .opening-date {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-item .opening-date .opening-clock {
    display: flex;
    align-items: center;
    line-height: 35px;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, #1a1d1f, #2c3e50);
    position: relative;
    z-index: 2;
}
/*** copyright end ***/

/*** Modern Enhancements ***/
/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
}

/* Section heading styles */
section h1, section h2 {
    position: relative;
    margin-bottom: 3rem;
}

section > .text-center h4 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

section > .text-center h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--bs-primary), #17a2b8);
    border-radius: 2px;
}

/* Smooth fade-in animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wow {
    animation-name: fadeInUp !important;
    animation-duration: 0.8s !important;
}

/* Improved spacing */
body {
    overflow-x: hidden;
}

section {
    padding: 60px 0;
}

@media (max-width: 768px) {
    section {
        padding: 40px 0;
    }
}

/* Shadow classes */
.shadow-soft {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

.shadow-medium {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

.shadow-large {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
}
/*** Modern Enhancements End ***/


/* ===============================
   NAVBAR – CLEAN FINAL LOGO FIX
================================ */

/* Base navbar */
.navbar {
    min-height: 90px;
    display: flex;
    align-items: center;
}

/* Brand container */
.navbar-brand {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
    margin-right: 30px;
}

/* Logo image */
.navbar-brand img {
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    transition: all 0.3s ease;
}

/* Sticky navbar state */
.sticky-top .navbar {
    min-height: 75px;
}

.sticky-top .navbar-brand img {
    max-height: 110px;
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand img {
        max-height: 64px;
    }
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .navbar {
        min-height: 70px;
    }

    .navbar-brand img {
        max-height: 55px;
    }
}

/* Mobile overrides for navbar-light */
@media (max-width: 767px) {
    .navbar-light .navbar-brand img {
        max-height: 55px;
    }

    .sticky-top .navbar-light .navbar-brand img {
        max-height: 55px;
    }
}

/* Tablet overrides for navbar-light */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-light .navbar-brand img {
        max-height: 64px;
    }

    .sticky-top .navbar-light .navbar-brand img {
        max-height: 64px;
    }
}
