
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.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-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
/* Default navbar styles */
.navbar-light {
    position: fixed; /* Fixes the navbar at the top */
    top: 0; /* Align it to the top of the viewport */
    left: 0;
    width: 100%; /* Ensures it spans the entire width */
    z-index: 999; /* Brings the navbar above other content */
    transition: .5s;
    background-color: var(--bs-white); /* Add a background to make it visible */
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

/* Navbar link styles */
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 35px 15px;
    color: var(--bs-black) !important; /* Default black text */
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

/* Hover effect for navbar links */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important; /* White text on hover */
    background-color: var(--bs-primary) !important; /* Primary background on hover */
}

.navbar-nav a{
    /* font-weight: */
}
/* Adjustments for smaller screens */
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-black) !important; /* Black text for mobile */
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--bs-white) !important; /* White text on hover for mobile */
        background-color: var(--bs-primary) !important; /* Primary background on hover for mobile */
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;

}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

@media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }
    
    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: #007BFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
    filter: brightness(80%);
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-secondary) !important;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}
/*** About End ***/



/*** Destination Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.5s;

}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
    opacity: 0;
    transition: 0.5s;
}

.destination .tab-class .nav-item {
    padding: 0 0 20px 0;
}
/* .destination .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
} */

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
    bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
}
/*** Destination End ***/


/*** Packages Start ***/
.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

.packages .packages-item .packages-img .packages-info {
    background: rgba(0, 0, 0, .3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
    color: var(--bs-white);
    transition: 0.5s;
}

.packages .packages-item .packages-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    border-radius: 10px !important;
    visibility: hidden;
    transition: 0.7s;
    z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
    width: 100%;
    height: 100%;
    border: 300px solid;
    border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
    visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
    color: var(--bs-white) !important;

}

.packages .packages-item .packages-img img {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
    transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
    position: absolute;
    width: 100px; 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%);
    display: inline-block;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    z-index: 5;
}

.packages .packages-carousel {
    position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}
/*** Packages End ***/


/*** Explore Tour Start ***/
.ExploreTour .tab-class .nav-item {
    padding: 0 0 20px 0;
}
/* .ExploreTour .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.ExploreTour .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
} */


/* National Tour Start */
.ExploreTour #NationalTab-1 .national-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #NationalTab-1 .national-item img {
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #NationalTab-1 .national-item .national-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #NationalTab-1 .national-item .national-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
    opacity: 1;
}

.ExploreTour #NationalTab-1 .national-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

/* International Tour Start */
.ExploreTour #InternationalTab-2 .international-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .international-item img {
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #InternationalTab-2 .international-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.ExploreTour #InternationalTab-2 .international-item .international-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #InternationalTab-2 .international-item .international-content .international-info a {
    font-size: 14px;
}

.ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-plus-icon {
    opacity: 1;
}

/* carousel Start */
.ExploreTour #InternationalTab-2 .InternationalTour-carousel .international-item {
    position: relative;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}
/*** Explore Tour End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
   opacity: 1;
   margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: rgba(19, 53, 123, 0.8);
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
/* .gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
} */
/* 
.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
} */

/*** Gallery End ***/

/*** Tour Booking Start ***/
.booking {
    background: linear-gradient(rgba(19, 53, 123, .8), rgba(19, 53, 123, .8)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}


.booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.booking .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}



/*** Tour Booking end ***/

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
    position: relative;
}

.guide .guide-item .guide-img .guide-icon {
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translate(-50%, -50%);
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
    z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgba(19, 53, 123, .5);
}

.guide .guide-item .guide-img-efects img {
    transition: 0.5s;
}
.guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
}

.guide .guide-item .guide-title {
    position: relative;
    background: var(--bs-light);
    transition: 0.5s;
}

.guide .guide-item .guide-title::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
    height: 100%;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    color: var(--bs-white);
}
/*** Travel Guide End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, .2);
    color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
    height: 100%;
    background: rgba(19, 53, 123, .6);
    opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
}
/*** Blog End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px; 
    height: 100px; 
    top: 0; left: 50%; 
    transform: translate(-50%, -50%);
    border: 3px solid var(--bs-primary); 
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white); 
    border-style: dotted;
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/

/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(rgba(19, 53, 123, .6), rgba(19, 53, 123, .6)), url(../img/subscribe-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
   
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/
/* Crousel Start */
.hero-header {
    padding: 20px 0;
    background-color:white;
    color: white;
}
.screenshot-carousel-container {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.screenshot-carousel {
    position: relative;
    width: 253px;
    height: 500px;
    padding: 15px;
    margin-right: 30px;
}
.screenshot-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.screenshot-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    border-radius: 15px;
    transition: .5s;
}

.screenshot-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
    background: #FFFFFF;
    border-radius: 5px;
}

.screenshot-carousel .owl-dot.active {
    box-shadow: 0 0 10px var(--dark);
}
.owl-prev, .owl-next {
    display: none !important;
}
@keyframes slideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.hero-header h1 {
    animation: slideInDown 1s ease-out;
}

.hero-header p {
    animation: slideInDown 1.5s ease-out;
}

/* Crousel End */

/* Services STart */
html {
    font-size: 14px;
  }
  
  .container {
    font-size: 14px;
    color: #666666;
    font-family: "Open Sans";
  }
  
  .card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card-custom:hover {
    transform: scale(1.05); /* Adjust scale value as needed */
    box-shadow: 0 0 25px rgba(10, 10, 10, 0.5);
  }
  
  .card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
  }
  
  .card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
  }
  
  .card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px; 
  }
  
/* Services End */

/* GEt Sypport */
.Support {
            background: linear-gradient(rgba(19, 53, 123, .6), rgba(19, 53, 123, .6)), url('../img/carousel-1.jpg');
            background-attachment: fixed;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
            padding: 5% 0;
        }

        .Support .subscribe-title {
            text-transform: uppercase;
            color: var(--bs-white);
        }

        .Support .subscribe-title::before, 
        .Support .subscribe-title::after {
            content: "";
            position: absolute;
            top: 50%;
            border: 1px solid var(--bs-white) !important;
        }


        .Support .subscribe-title::after {
            width: 50px;
            left: 0;
            transform: translateY(-50%);
            margin-left: -50px;
        }

        .form-control, .btn {
            border-radius: 50px;
        }
        /* Custom CSS for the dropdown */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background-color: #ddd;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px; /* Bottom distance */
    right: 20px; /* Right distance */
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  
  /* WhatsApp logo style */
  .whatsapp-button img {
    width: 35px;
    height: 35px;
  }
  
  /* Hover effect */
  .whatsapp-button:hover {
    background-color: #128C7E;
    transform: scale(1.1); /* Slight scale-up on hover */
  }
  
  /* Responsive styling for smaller screens */
  @media (max-width: 768px) {
    .whatsapp-button {
        width: 50px;
        height: 50px;
        bottom: 1rem;
    }
  
    .whatsapp-button img {
        width: 30px;
        height: 30px;
    }
  }
  
  @media (max-width: 480px) {
    .whatsapp-button {
        width: 45px;
        height: 45px;
        bottom: 1.5rem;
    }
  
    .whatsapp-button img {
        width: 25px;
        height: 25px;
    }
  }

  /* Index */

.call-button {
position: fixed;
bottom: 6.5rem; /* Bottom distance */
right: 20px; /* Right distance */
width: 60px; /* Default width */
height: 60px; /* Default height */
background-color: #5270FF;
border-radius: 50%;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease-in-out;
}

.call-button img {
width: 50%; /* Image size */
height: auto; /* Maintain aspect ratio */
}


/* Media query for tablets */
@media (max-width: 1023px) and (min-width: 768px) {
.call-button {
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 60px; /* Default width */
    height: 60px; /* Default height */
    bottom: 6rem; /* Adjust bottom position */
    right: 20px;
}
}

/* Media query for mobile devices */
@media (max-width: 768px) {
.call-button {
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 50px; /* Further reduced size for mobile */
    height: 50px; /* Further reduced size for mobile */
    /* margin-bottom: 1rem !important; */
    right: 3% !important;
}

.call-button .images {
    width: 40px !important;
    height: 30px !important;
}
}
/* Media query for extra-small mobile devices */
@media (max-width: 480px) {
.call-button {
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 45px; /* Further reduced size for mobile */
    height: 45px; /* Further reduced size for mobile */
    /* margin-bottom: 1rem !important; */
    right: 4% !important;
    bottom: 5rem;
}

.call-button .images {
    width: 30px !important;
    height: 20px !important;
}
}
@media (max-width: 424px) {
.call-button {
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 45px; /* Further reduced size for mobile */
    height: 45px; /* Further reduced size for mobile */
    /* margin-bottom: 1rem !important; */
    right: 5% !important;
    bottom: 5rem;
}

.call-button .images {
    width: 30px !important;
    height: 20px !important;
}
}
@media (max-width: 337px) {
.call-button {
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 45px; /* Further reduced size for mobile */
    height: 45px; /* Further reduced size for mobile */
    /* margin-bottom: 1rem !important; */
    right: 5% !important;
    bottom: 5rem;
}

.call-button .images {
    width: 30px !important;
    height: 20px !important;
}
}
@media (max-width: 330px) {
.call-button {
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 45px; /* Further reduced size for mobile */
    height: 45px; /* Further reduced size for mobile */
    /* margin-bottom: 1rem !important; */
    right: 6.5% !important;
    bottom: 5rem;
}

.call-button .images {
    width: 30px !important;
    height: 20px !important;
}
}
  /* Why Hire US */
  .scrolling-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; /* Allows items to wrap onto multiple lines if needed */
    overflow-x: auto; /* Adds horizontal scrolling if items exceed container width */
    padding: 20px;
  }
  
  .feature-item {
    flex: 1 1 30%; /* Allows items to grow and shrink, with a base width of 30% */
    color: #fff; /* White text color for contrast */
    margin: 10px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 0.1px solid black;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effects */
  }
  
  .feature-item h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  
  .feature-item p {
    font-size: 1rem;
    line-height: 1.4;
    color: #7D7D7D;
  }
  
  .feature-item:hover {
    transform: scale(1.05); /* Slightly zooms in the card on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Darker shadow on hover for emphasis */
  cursor: pointer;
  }
  
  
  @media (max-width: 768px) {
    .feature-item {
      flex: 1 1 100%; /* Full width on smaller screens */
      margin: 10px 0; /* Reduced margin for stacked layout */
    }
  }
  /*  */
  
        @media (max-width: 767.98px) {
            .hero-header h1 {
                font-size: 2rem;
            }
            .hero-header p {
                font-size: 0.875rem;
            }
            .hero-header .btn {
                font-size: 0.875rem;
                padding: 0.5rem 1rem;
            }
        }
        @media (max-width:575px) {
            .hero-header  {
               width: 100%;
            }
            .hero-header h1 {
                font-size: 4rem !important;
                width: 100%;
            }
        }
    .hero-header {
        padding: 60px 0;
        overflow: hidden;
    }
    
    .text-white {
        color: #fff;
    }
    
    .btn-light-gradient, .btn-secondary-gradient {
        background-color: white;
    }
    
    @media (max-width: 991px) {
        .hero-header .text-lg-start {
            text-align: center !important;
        }
        .hero-header .justify-content-lg-end {
            justify-content: center !important;
        }
        .hero-header .animated {
            margin-bottom: 1rem;
        }
        .hero-header .screenshot-carousel-container {
            margin-top: 2rem;
        }
    }
    
    @media (max-width: 768px) {
        .hero-header h1 {
            font-size: 2.5rem !important;
        }
        .hero-header p {
            font-size: 1.25rem !important;
        }
        .hero-header .btn {
            font-size: 1rem !important;
            padding: 0.75rem 1.5rem !important;
        }
        .hero-header .screenshot-carousel-container {
            margin-top: 2rem !important;
        }
    }
    
    @media (max-width: 576px) {
        .hero-header h1 {
            font-size: 2.5rem !important;
            margin-top: 40px;
            padding: 2px;
        }
        .hero-header p {
            font-size: 1.2rem !important;
        }
        .hero-header .btn {
            font-size: 0.875rem !important;
            padding: 0.5rem 1rem !important;
        }
        .hero-header .screenshot-carousel-container {
            margin-top: 1rem !important;
        }
        .hero-header .col-lg-8, .hero-header .col-lg-4 {
            margin-bottom: 1rem;
        }
        .hero-header .owl-carousel .item img {
            margin-top: 0 !important;
        }
    }
    @media (max-width: 576px) {
        .hero-header .screenshot-carousel-container img {
           justify-content: center;
           height: 25rem;
           margin-right: 0px;
        }
    }
    @media (max-width: 576px) {
        .no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    margin-right: 0px;
}
           
        }
    /* Additional styles to center the image properly */
    .screenshot-carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 6rem; /* Adjust margin if necessary */
    }
    
    .owl-carousel .item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .owl-carousel .item img {
        border-radius: 2rem;
    }
    /* icon  */
  /* Add margin for spacing between icons */
.icon-item {
    margin-bottom: 30px;  /* Add some space between rows */
}

/* Ensure the icon and text are centered within the item */
.icon-item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.icon-item:hover img {
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon-item p {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 0;
}

/* Adjust icon and text spacing for small screens */
@media (max-width: 576px) {
    .icon-item img {
        width: 48px;
        height: 48px;
    }

    .icon-item p {
        font-size: 12px;
    }
}

/* Add horizontal spacing between icons */
.row .col-lg-2,
.row .col-md-4,
.row .col-sm-6,
.row .col-12 {
    padding-left: 15px;
    padding-right: 15px;
}
/* Start Code For Library */
.section-title {
    font-size: 3rem;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title .highlight {
    color: #fdbd2a;
}

.culture-nav .nav-link {
    font-size: 1.2rem;
    color: black;
    margin: 0 15px;
}

.culture-nav .nav-link:hover,
.culture-nav .nav-link.active {
    color: #fdbd2a;
}

.culture-item {
    border-radius: 15px;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.culture-item:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }

    .culture-nav .nav-link {
        font-size: 1rem;
        margin: 0 10px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 2rem;
    }

    .culture-nav .nav-link {
        font-size: 0.9rem;
        margin: 0 5px;
    }
}

.header {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.header span {
    color: #c04848;
}

.sub-text {
    text-align: center;
    width: 50%;
    margin: 0 auto 5%;
}

.single-service {
    padding: 35px;
    transition: all 0.5s ease;
    background-color: #71717120;
    text-align: center; /* Center align text */
}

.img-area {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
}

.single-service h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0; /* Add some margin for spacing */
}

.single-service h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0; /* Add some margin for spacing */
}

.socials {
    margin-top: 1rem; /* Adjust margin if needed */
}

.socials a {
    color: #717171; /* Default color */
    transition: color 0.3s ease; /* Optional: smooth transition */
    text-decoration: none; /* Remove underline from links */
    margin: 0 15px; /* Space between icons */
}

.single-service:hover {
    background: radial-gradient(circle, #c04848, #480048);
    color: #fff; /* Change text color to white on hover */
}

.single-service:hover h2,
.single-service:hover h4,
.single-service:hover .socials a {
    color: white; /* Change color to white on hover for all text and icons */
}

.culture-nav {
    padding: 10px 0; /* Add some padding to the top and bottom */
}

.culture-nav .nav {
    display: inline-flex; /* Use inline-flex to make nav items inline and allow scrolling */
}

.culture-nav .nav-item {
    flex-shrink: 0; /* Prevent items from shrinking */
}

.culture-nav .nav-link {
    padding: 10px 20px; /* Add padding for touch targets */
    margin-right: 10px; /* Space between tabs */
    text-decoration: none; /* Remove underline from links */
}

.culture-nav .nav-link:hover {
    background-color: #e9ecef; /* Light background on hover */
    border-radius: 5px; /* Rounded corners for the hover effect */
}

@media (max-width: 768px) {
    .culture-nav {
        overflow-x: auto; /* Enable horizontal scrolling */
        white-space: nowrap; /* Prevent line breaks in the navigation */
    }
}
/* Gradient Button Styling */
.btn-gradient {
    background: linear-gradient(45deg, #007bff, #00d4ff);
    color: #fff !important;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.btn-gradient:hover {
    background: linear-gradient(45deg, #0056b3, #00aaff);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}