
/*** 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 ***/

body {
    overflow-x: hidden;
}
.back-to-top {
    position: fixed;
	right: 0px;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 200;
}

/*** 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 ***/

/* Navbar styles without 'navbar-light' class */

/* General navbar link styles */
/* Navbar general styles */
.container-fluid.py-5 {
    padding-top: 80px; /* Adjust this value based on the height of your navbar */
}
.section-content {
    margin-top: 100px; /* Adjust this based on the navbar height */
}
.navbar {
    transition: background-color 0.3s, padding 0.3s;
	
}

.navbar .navbar-nav .nav-link {
    font-family: 'poppins', sans-serif;
    position: relative;
    padding: 25px 15px;
    color: var(--bs-dark) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}
.navbar-nav .nav-link {
    transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}

.navbar .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.navbar .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
}

/* On scroll, navbar changes to white background with black text */
.navbar.scroll-active {
    background-color: white !important;
    padding: 15px 15px;
}

.navbar.scroll-active .navbar-nav .nav-link {
    color: black !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
	background-color: var(--bs-primary);
	transform: scale(1.1);
}

.navbar.scroll-active .navbar-brand img {
    max-height: 45px;
}

/* Dropdown menu */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

/* Media Queries for responsiveness */
@media (max-width: 991.98px) {
    .navbar {
        background-color: var(--bs-white);
        position: fixed;
        top: 0;
        width: 100%;
    }

    .navbar .navbar-nav .nav-link {
        color: var(--bs-dark) !important;
        padding: 10px 0;
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--bs-primary) !important;
    }

    .navbar .navbar-brand img {
        max-height: 45px;
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header {
    margin-top: 80px; /* Adjust this to the height of your navbar */
}
.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 Here Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    /**background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/breadcrumb-bg.jpg); **/
	background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

.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 ***/


/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}
.service .service-content-inner:hover {
    position: relative;
    background: var(--bs-primary) !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: var(--bs-white) !important;
}
/*** Service 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 ***/









/***** merging prev next End********/



/*** Explore Villas 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);
	
	background: rgba(0, 0, 0, 0.1);
	*/
	background: rgba(19, 53, 123, 0.4);
}

.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/tour-booking-bg.jpg); ***/
    background: linear-gradient(rgba(19, 53, 123, .8), rgba(19, 53, 123, .8));
    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 ***/


/* flip effect start **/
.card-grid {
  position: relative;
  width: 100%;
  height: 300px; /* Adjust size as needed */
  perspective: 1000px; /* Ensure proper 3D effect */
}

.card-grid .front,
.card-grid .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s;
  display: flex;
  flex-direction: column;
}

.card-grid .back {
  transform: rotateY(180deg);
  background: var(--bs-primary);
  color: var(--bs-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
}

.card-grid .back .description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 10px;
}

.card-grid .back .name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}

.card-grid .back .designation {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0px;
  font-weight: bold;
  text-decoration: underline;
}


/* Add any additional styling you need */


/* flip effect end **/

/*** 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: linear-gradient(rgba(19, 53, 123, .6), rgba(19, 53, 123, .6));
    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 {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/


/***** Our Team says css start*********/


/* Fixed card dimensions */
.our-team-section .card {
    width: 350px;               /* Fixed width */
    height: 380px;              /* Fixed height */
    perspective: 1000px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: auto;               /* Center the card inside the item */
    border: none;
}

/* Carousel item centers the card */
.our-team-section .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

/* Flip animation container */
.our-team-section .flip-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
    position: relative;
}

/* Both sides of the flip */
.our-team-section .flip-front,
.our-team-section .flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Image with fixed width and height, no stretch */
.our-team-section .team-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Flip back content */
.our-team-section .flip-back {
    background: var(--bs-primary);
    color: var(--bs-white);
    transform: rotateY(180deg);
    flex-direction: column;
    padding: 15px;
    text-align: center;
}

.our-team-section .flip-back h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

/* Flip effect on hover */
.our-team-section .card:hover .flip-inner {
    transform: rotateY(180deg);
}

.our-team-section .owl-nav {
    position: absolute;
    top: 50%; /* Position the buttons above the carousel */
	overflow: visible;
    left: 0; /* Ensure the buttons are aligned with the left edge */
    width: 100%;
    display: flex;
    justify-content: space-between; /* Align buttons to the edges */
    pointer-events: none; /* Prevent blocking interactions */
    z-index: 1030; /* Ensure buttons are on top */
    padding: 0 15px; /* Add padding to prevent overlap with edges */
    box-sizing: border-box; /* Ensure padding doesn't affect the overall width */
	
}

.our-team-section .owl-nav button.owl-prev, 
.our-team-section .owl-nav button.owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: background-color 0.5s;
    pointer-events: all; /* Enable interactions on buttons */
}

.our-team-section .owl-nav button.owl-prev {
    margin-left: 0; /* Ensure no extra spacing from the left edge */
}

.our-team-section .owl-nav button.owl-next {
    margin-right: 0; /* Ensure no extra spacing from the right edge */
}

.our-team-section.owl-nav button.owl-prev:hover, 
.our-team-section .owl-nav button.owl-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.our-team-section .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.our-team-section .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #ddd;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.our-team-section .owl-dot.active {
    background-color: #007bff;
}

/* Ensure the buttons are visible even if the items cannot be scrolled */
.our-team-section .owl-carousel .owl-nav.disabled {
    display: flex; /* Keep the nav visible, even when disabled */
    justify-content: space-between;
    pointer-events: none; /* Prevent the disabled state from blocking interactions */
}


/* Carousel nav and dot styles remain unchanged */


/***** Our Team says css end*********/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

/******** for villas only nav buttons ******* start *********/

/*** Explore villas Start ***/
.ExploreVillas .tab-class .nav-item {
    padding: 0 0 0 0;
	overflow: hidden;
}
.ExploreVillas .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.ExploreVillas .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

/*************** Projects css start**********************/
.projects-section .card.scroll-in {
    opacity: 1;
    transform: translateY(0);
}

.projects-section .owl-carousel {
    overflow: hidden;
    width: 100%;
}

.projects-section .item {
    overflow: visible; /* Ensures the entire card is visible when it scales up */
    width: 100%;
    padding: 10px 10px; /* Adds more padding to prevent border overlap */
    box-sizing: border-box; /* Ensures padding is included in the width */
}

.projects-section .card {
    transform: translateY(20px);
    width: 95%;
    border-radius: 10px;
    margin: 0 auto; /* Center the card within the carousel item */
    filter: grayscale(100%);
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, border-color 0.4s ease-in-out, filter 0.5s ease-in-out;
    z-index: 1;
    position: relative;
    overflow: hidden; /* Hide overflow within the card */
}

.projects-section .card::before {
    content: '';
    position: absolute;
    top: -5px; /* Adjust this to control how much space the gradient border occupies */
    left: -5px; /* Adjust this to control how much space the gradient border occupies */
    width: calc(100% + 10px); /* Ensure the border spans beyond the card */
    height: calc(100% + 10px); /* Ensure the border spans beyond the card */
    border-radius: 15px; /* Adjust this to match the card's border-radius plus some extra for the border effect */
    background-image: conic-gradient(#ff4545, #00ff99, #006aff, #ff0095, #ff4545);
    filter: blur(1.5rem); /* Blurs the gradient to create a border effect */
    z-index: -1; /* Ensure it is behind the card */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.4s ease-in-out; /* Smooth transition for the border effect */
}

.projects-section .card:hover::before {
    opacity: 1; /* Show gradient border on hover */
}

.projects-section .card:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    filter: grayscale(0%);
    cursor: pointer;
    z-index: 10; /* Ensure the hovered card appears above other elements */
     /* Prevent the top border from being clipped */
    margin-bottom: 10px; /* Prevent the bottom border from being clipped */
    border-radius: 10px;
    color: white;
	
}

.projects-section .owl-nav {
    position: absolute;
    top: 50%; /* Position the buttons above the carousel */
	overflow: visible;
    left: 0; /* Ensure the buttons are aligned with the left edge */
    width: 100%;
    display: flex;
    justify-content: space-between; /* Align buttons to the edges */
    pointer-events: none; /* Prevent blocking interactions */
    z-index: 1030; /* Ensure buttons are on top */
    padding: 0 15px; /* Add padding to prevent overlap with edges */
    box-sizing: border-box; /* Ensure padding doesn't affect the overall width */
	
}

.projects-section .owl-nav button.owl-prev, 
.projects-section .owl-nav button.owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: background-color 0.5s;
    pointer-events: all; /* Enable interactions on buttons */
}

.projects-section .owl-nav button.owl-prev {
    margin-left: 0; /* Ensure no extra spacing from the left edge */
}

.projects-section .owl-nav button.owl-next {
    margin-right: 0; /* Ensure no extra spacing from the right edge */
}

.projects-section.owl-nav button.owl-prev:hover, 
.projects-section .owl-nav button.owl-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.projects-section .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.projects-section .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #ddd;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.projects-section .owl-dot.active {
    background-color: #007bff;
}

/* Ensure the buttons are visible even if the items cannot be scrolled */
.projects-section .owl-carousel .owl-nav.disabled {
    display: flex; /* Keep the nav visible, even when disabled */
    justify-content: space-between;
    pointer-events: none; /* Prevent the disabled state from blocking interactions */
}
/*************** projects css end**********************/





/**************** about us start ********/

 .stats-section {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.stat {
    opacity: 1;
    transform: translateY(30px); /* Move the stat down initially */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.stat.visible {
    opacity: 1;
    transform: translateY(0); /* Move the stat to its original position */
}
.stat-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(145deg, #434343, #2b2b2b);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.stat h2 {
    font-size: 2.5rem;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.stat p {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

@media (max-width: 767px) {
    .stat-circle {
        width: 120px;
        height: 120px;
    }

    .stat h2 {
        font-size: 2rem;
    }
}


/**************** about us end ********/
/* Initial hidden state */
.scroll-in {
    opacity: 0;
	transform: translateX(-200px);
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Visible state when scrolled into view */
.scroll-in.visible {
    opacity: 1;
	transform: translateX(0px);
    transform: translateY(0);
}

/** logo start ********/
.logo-container {
    display: flex; /* Use flexbox for horizontal alignment */
    align-items: center; /* Vertically center items */
    gap: 10px; /* Space between logo and text */
    position: relative;
    top: 0px; /* Adjust as needed */
    z-index: 1000; /* Ensure it appears above other content */
}

.logo-img {
    max-width: 70px; /* Adjust size as needed */
    height: auto;
}

.logo-text {
    font-size: 1.5rem; /* Adjust font size as needed */
    margin: 0; /* Remove default margin */
    
    position: absolute; /* Position relative to .logo-container */
    top: 10px; /* Align to the top of .logo-container */
    left: 80px; /* Adjust horizontal position from the left edge of .logo-container */
    
    /* Optional: Additional styling */
    background: transparent; /* Ensure text background doesn't interfere */
    padding: 0; /* Optional: Adjust padding if needed */
}

/**** new log start ********/
.custom_logo_text{
	 font-family: 'Poppins', sans-serif; 
	 width: fit-content;
	 top: 15px;
	 left: 50px;
	
 }
 .custom_logo_text_location{
	font-family: 'Roboto', sans-serif; 
	 width: fit-content;
	 top: 0px; 
	 left: 50px;
 }
 .logo_size{
	 width: 50px; 
	 height: 50px;
	 
 }

 .font_format{
	font-family: "Poppins", sans-serif; 
 }
/**** new log end ********/


/** logo end ********/

/********** full page description start *******/
.description {
            white-space: pre-wrap; /* This preserves both spaces and new lines */
   }
   
 /********** full page description end *******/  
 
 /******** rainbow animation **********/
 /*
 .rainbowText{
 font-family: 'Segoe UI', Arial;	 
 letter-spacing: 1px;
 background-image: linear-gradient(90deg, #575757 0%,#575757 25%, white 75%, #575757 100%);
 
 animation: rainbow-animation 100s linear infinite;
 }
 @keyframes rainbow-animation {
	 
	 to{
		 background-Position: 1000vh;
	 }
 }
 */ 
 /*
 .rainbowText{
	 font-family: 'Roboto', sans-serif;
	 letter-spacing: 1px;
	 background: linear-gradient( to left, blue,red,yellow,green,violet,orange,black);
	 font-size: 30px;
	 -webkit-text-stroke: 1px #ffff;
	 width: fit-content;
	 top: 20px;
	 
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	animation: rainbow-animation 5s linear infinite; 
 }
 
 @keyframes rainbow-animation {
	 to{
		 background-Position-x: 320px;
	 }
 }
 */
 /*** Below is the adjustment between the navbar and after the container**/
 .full-img-container {
    margin-top: 80px;  /* Adjust this to the height of your navbar */
}

/******* below is for mobile view for margin size *************/

@media (max-width: 991.98px) {
.px-smu-5 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

}

/**** fav icon blinker *********/

.blinking-logo {
    animation: smoothBlink 2.5s ease-in-out infinite;
    opacity: 0.8;
}

@keyframes smoothBlink {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}



/**** Chairman code start ******/

/* Base styles for small mobile screens (up to 375px) */
.profile {
  width: 85vw;
  height: 100vw;
  max-width: 40rem;
  max-height: 40rem;
  margin: 5vw auto 0 auto; /* top margin & center horizontally */
  position: relative;
  border-radius: 5vw;
}	

.profile .profile-img {
  width: 100%;
  height: auto;
  max-width: 70vw;
  max-height: 45rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* Dots - base style */
.profile .dots-1,
.profile .dots-2,
.profile .dots-3,
.profile .dots-4 {
  position: absolute;
  width: 5vw;
}

.profile .dots-1 {
  right: 2vw;
  top: 4vw;
}
.profile .dots-2 {
  right: -5vw;
  top: 6vw;
}
.profile .dots-3 {
  left: 2vw;
  bottom: 6vw;
}
.profile .dots-4 {
  left: -5vw;
  bottom: 4vw;
}

/* Dot colors */
.profile .dots-1 svg,
.profile .dots-3 svg {
  fill: #fff;
}
.profile .dots-2 svg,
.profile .dots-4 svg {
  fill: #1e30f3;
}

/* Responsive tweaks for larger screens */
@media (min-width: 576px) {
  .profile {
    width: 70vw;
    height: 90vw;
  }

  .profile .profile-img {
    max-width: 60vw;
  }
}

@media (min-width: 768px) {
  .profile {
    width: 60vw;
    height: 70vw;
  }

  .profile .profile-img {
    max-width: 50vw;
  }

  .profile .dots-1,
  .profile .dots-2,
  .profile .dots-3,
  .profile .dots-4 {
    width: 3vw;
  }
}

@media (min-width: 992px) {
  .profile {
    width: 35vw;
    height: 46vw;
  }

  .profile .profile-img {
    max-width: 35vw;
  }

    .profile .dots-1 {
    right: 1vw;
    width: 2vw;
  }
  .profile .dots-2 {
    right: -2vw;
    width: 2vw;
  }
  .profile .dots-3 {
    left: 1vw;
    width: 2vw;
  }
  .profile .dots-4 {
    left: -2vw;
    width: 2vw;
  }
}

@media (min-width: 1200px) {
  .profile {
    width: 30vw;
    height: 30vw;
  }

  .profile .profile-img {
    max-width: 23vw;
	padding: 10px;
  }

  .profile .dots-1 {
    right: 1vw;
  }
  .profile .dots-2 {
    right: -2vw;
  }
  .profile .dots-3 {
    left: 1vw;
  }
  .profile .dots-4 {
    left: -2vw;
  }
}

@media (min-width: 2560px) {
  .profile {
    width: 30vw;
    height: 32vw;
    max-width: 50rem;
    max-height: 50rem;
  }

  .profile .profile-img {
    max-width: 25vw;
    max-height: 40rem;
	padding: 10px;
  }

  .profile .dots-1,
  .profile .dots-2,
  .profile .dots-3,
  .profile .dots-4 {
    width: 1.2vw;
  }

  .profile .dots-1 {
    right: 0.75vw;
    top: 2vw;
  }

  .profile .dots-2 {
    right: -1.5vw;
    top: 3vw;
  }

  .profile .dots-3 {
    left: 0.75vw;
    bottom: 3vw;
  }

  .profile .dots-4 {
    left: -1.5vw;
    bottom: 2vw;
  }
}






 .bg-gradient-primary-to-secondary {
  background: #1e30f3;
  /* background: linear-gradient(135deg, #1e30f3 0%, #e21e80 100%); */
  background-color: #a19695;

}

/*
.bg-gradient-primary-to-secondary {
  background: linear-gradient(
    135deg,
    #a93f44 0%,
    #d26e3e 50%,
    #399c2d 100%
  );
}
*/
 
/**** Chairman code end ******/