:root {
    --bs-srufous:#aa210f;
    --bs-swhite:#fff;
    --bs-sdark:#41403c;
    --bs-sorangebrown:#c5875e;
    --bs-sblack:#000;
    --bs-sgreen:green;
    --bs-overlyclr: #aa210fa8;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    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: 40px;
    height: 40px;
}

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

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.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;
}
.btn.btn-primary3 {
    color: var(--bs-swhite);
    border: none;
    border: 1px solid var(--bs-sorangebrown);
    background: var(--bs-sdark);
}

.btn.btn-primary3:hover {
    background: var(--bs-srufous);
    color: var(--bs-swhite);
}
.btn.btn-primary1 {
    color: var(--bs-sdark);
    border: none;
    border: 1px solid var(--bs-sorangebrown);
}

.btn.btn-primary1:hover {
    background: var(--bs-srufous);
    color: var(--bs-swhite);
}
.btn.btn-primary2 {
    color: var(--bs-swhite);
    border: none;
    background: var(--bs-sdark);
    border: 1px solid var(--bs-sorangebrown);
}

.btn.btn-primary2:hover {
    background: var(--bs-srufous);
    color: var(--bs-swhite);
}
.btn.btn-light {
    color: var(--bs-swhite);
    border: none;
    background: var(--bs-sdark);
    border: 1px solid var(--bs-sorangebrown);
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-srufous);
}

/*** Navbar Start ***/
.header-top .topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-swhite);
}

.header-top .topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 12px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
.topbar a {
    color: var(--bs-swhite) !important;
}
.topbar a:hover{
    color: var(--bs-sorangebrown) !important;
}
.border-primary1 {
    border-color: var(--bs-sorangebrown) !important;
}
.sticky-top.header-top {
    height: 113px;
    position: sticky;
    background: var(--bs-swhite);
}
.header-top {
    height: 113px;
    position: relative;
}
.header-top::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 16%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bs-swhite);
    z-index: 1;
}
@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 39px;
        top: 0;
        right: 0;
        background: var(--bs-sdark);
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }

    .navbar {
        justify-content: space-between;
    }

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 200px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }
    .navbar-brand-2 img {
        width: 135px;
        object-fit: cover;
    }
    .navbar-brand-2::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar.navbar-light {
        height: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: -20px;
    }
}

.nav-bar .navbar {
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;
}

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

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 6px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-left: 50px;
        background: var(--bs-light);
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}
.dropdown-item.active, .dropdown-item:active {
    background: var(--bs-srufous);
}
.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-srufous);
    color: var(--bs-swhite) !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.topbar .dropdown-item {
    color: #000 !important;
}
@media (min-width: 992px) {
    .navbar {
        padding: 10px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }

    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        padding: 25px 50px 25px 0;
        z-index: 99;
    }
    
    .navbar-brand::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 195px;
        height: 133px;
        top: -88px;
        right: 18px;
        background: #fff;
        transform: rotate(252deg);
        z-index: -1;
    }
    
    .navbar-brand::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 121px;
        top: -5px;
        right: 18px;
        background: var(--bs-sorangebrown);
        transform: rotate(-18deg);
        z-index: -1;
    }
    
    /* Three-tier dropdown styles */
    .dropdown-menu .dropdown-submenu {
        position: relative;
    }
    
    .dropdown-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        display: block;
        visibility: hidden !important;
        opacity: 0;
        transition: .5s;
    }
    
    .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible !important;
        opacity: 1;
    }
    
    .dropdown-menu .dropdown-submenu > a::after {
        border: none;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        float: right;
        margin-top: 1px;
    }
}

/* Mobile dropdown styles */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-submenu > .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        padding-left: 15px;
    }
    
    .dropdown-menu .dropdown-submenu > a::after {
        content: "\f107";
        float: right;
    }
    
    .dropdown-menu.show {
        display: block;
    }
}
/*** Navbar End ***/
/* carousel header slider */
.hero-section {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg-half-1 {
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.hero-shape-1 {
    background-color: var(--bs-srufous);
    width: 100px;
    height: 100%;
    left: 57%;
    top: 0;
    transform: translateY(-50%) skew(-24deg, 0deg);
    position: absolute;
    z-index: 2;
}

.hero-shape-1:before {
    background-color: var(--bs-sdark);
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
}

.carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    z-index: 3;
}

/* Fixed navigation button positioning */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: var(--bs-sdark);
    color: var(--bs-swhite) !important;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    /* bottom: 30px; */
    top: 50%;
    opacity: 1;
    z-index: 10;
}

.carousel-control-prev {
    left: 0;
    right: auto;
}

.carousel-control-next {
    right: 0;
    left: auto;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    box-shadow: inset 0 0 65px 0 var(--bs-srufous);
    color: var(--bs-swhite) !important;
    opacity: 1 !important;
}

.carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
    z-index: 10;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}
.fadeInLeft {
    animation: fadeInLeft 1s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@media (max-width: 991px) {
    .carousel-caption {
        padding-top: 45px;
    }
    
    .hero-section {
        height: 700px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 600px;
    }
    
    .hero-bg-half-1 {
        width: 100%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    
    .hero-shape-1 {
        left: 65%;
    }
    
    .display-2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        height: 500px;
    }
    
    .hero-bg-half-1 {
        width: 100%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    
    .hero-shape-1 {
        left: 75%;
        width: 80px;
    }
    
    .display-2 {
        font-size: 2rem;
    }
    
    .btn {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
        height: 50px;
        font-size: 22px;
        bottom: 20px;
    }
}

/*** 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/banner-img.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-swhite);
}
.bg-breadcrumb .text-primary1 {
    color: var(--bs-srufous);
}
/*** Single Page Hero Header End ***/

/*** Banner Start ***/

.banner .container {
    position: relative;
    z-index: 99;
}

.banner::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    top: -200px;
    left: 0;
    background: var(--bs-sorangebrown);
    transform: rotate(45deg);
    z-index: 1;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    bottom: -200px;
    right: 0;
    background: var(--bs-sorangebrown);
    transform: rotate(45deg);
    z-index: 1;
}

.banner .banner-design-1 {
    position: absolute;
    width: 30px;
    height: 500px;
    top: -165px;
    left: 0;
    background: var(--bs-sblack);
    transform: rotate(45deg);
    z-index: 2;
}

.banner .banner-design-2 {
    position: absolute;
    width: 30px;
    height: 500px;
    bottom: -165px;
    right: 0;
    background: var(--bs-sblack);
    transform: rotate(45deg);
    z-index: 2;
}
/*** Banner End ***/

/*** Service Start ***/
.service .nav .nav-item {
    width: 75%;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
}

.service .nav .nav-item a {
    display: flex;
    justify-content: center;
}


.owl-stage-outer {
    margin-right: -1px;
}
.service .nav-item a.active {
    background: var(--bs-primary);
}

.service .nav-item a span {
    color: var(--bs-dark);
}

.service .nav-item a.active span {
    color: var(--bs-white);
}
.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next, 
.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next, 
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 10px 35px;
    border: 1px solid var(--bs-sorangebrown);
    color: var(--bs-swhite);
    background: var(--bs-sdark);
    transition: 0.5s;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover, 
.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-srufous);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .service-carousel .owl-nav .owl-prev, .blog-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-prev {
        top: 0;
        left: -115px;
    }
    
    .service-carousel .owl-nav .owl-next, .blog-carousel .owl-nav .owl-next, .testimonial-carousel .owl-nav .owl-next {
        bottom: 0;
        left: -115px;
    }
}

@media (max-width: 991px) {
    .owl-stage-outer {
        margin-bottom: 70px;
    }
    .service-carousel .owl-nav .owl-prev, .blog-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-prev {
        bottom: -70px;
        left: 0;
    }

    .service-carousel .owl-nav .owl-next, .blog-carousel .owl-nav .owl-next, .testimonial-carousel .owl-nav .owl-next {
        bottom: -70px;
        right: 0;
    }

    .service .nav {
        display: flex;
        justify-content: center;
    }
}
/*** Service End ***/


/*** Blog Start ***/
.blog .blog-item {
    height: 100%;
    background: var(--bs-light);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    background: rgba(246, 138, 10, .3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    width: 100%;
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-heading {
    position: relative;
    background: var(--bs-white);
}

.blog .blog-item .blog-heading a.h4 {
    position: relative;
    width: 100%;
    display: inline-flex;
    transition: 0.5s;
    z-index: 2;
}

.blog .blog-item .blog-heading::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-heading::after {
    width: 100%;
    background: var(--bs-primary);
}

.blog .blog-item:hover .blog-heading a.h4 {
    color: var(--bs-swhite);
}

.blog .blog-item:hover .blog-heading a.h4:hover {
    color: var(--bs-sblack);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

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

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px; right: -100%;
    z-index: 9;
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
    right: 25px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(246, 138, 10, .2);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-content {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
/*** Team End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border: none;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-swhite);
    background: var(--bs-srufous);
    font-size: 18px;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-swhite);
    background: var(--bs-sdark);
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*** FAQs End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
}

.testimonial .testimonial-item .customer-text {
    border: 1px solid var(--bs-sorangebrown);
    border-top: none;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    color: var(--bs-swhite);
    background: var(--bs-sdark);
    border: 1px solid var(--bs-sorangebrown);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-swhite);
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 60px; 
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--bs-primary);
}
/*** Testimonial End ***/

/*** Footer Start ***/
.footer,.testimonial, .cta-section {
    background: var(--bs-sdark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-swhite);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-sorangebrown);
}

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-swhite);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-sorangebrown);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid var(--bs-sorangebrown);
    background: var(--bs-sdark);
}
/*** copyright end ***/
/* Destinations */
.destination-item img {
  transition: .5s;
}

.destination-item:hover img {
  transform: scale(1.3);
}

.destination-overlay {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--bs-overlyclr);
  border: 1px solid var(--bs-sorangebrown);
  transition: .5s;
  z-index: 1;
}

.destination-item:hover .destination-overlay {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
/* border-width: 30px; */
}
/* End Destinations */
/* start services */
.subtitle {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.9;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.service-tile {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-tile:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: var(--bs-srufous);
}
.service-tile:hover h3, .service-tile:hover i, .service-tile:hover p {
    color: var(--bs-swhite);
}
.service-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bs-sdark);
    margin-bottom: 10px;
}

.service-description {
    font-size: 0.95rem;
    color: var(--bs-sdark);
    line-height: 1.5;
}

/* Individual tile colors */
.hiking .service-icon, .trekking .service-icon, .skiing .service-icon,.tour .service-icon, .expeditions .service-icon,.adventure .service-icon, .wildlife .service-icon, .cultural .service-icon {
    color: var(--bs-srufous);
}
/* Responsive adjustments */
@media (max-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .service-tile {
        padding: 25px 15px;
    }
    
    .service-icon {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}
/* end services */
/* Tour packages */
.tour-rating {
    color: #000;
}
.tour-package {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.9);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
    margin-bottom: 30px;
    height: 100%;
}

.tour-package:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.tour-image {
    position: relative;
    overflow: hidden;
}

.tour-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tour-package:hover .tour-image img {
    transform: scale(1.45);
}

.tour-price {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: var(--bs-swhite);
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 700;
    color: var(--bs-sblack);
    font-size: 1.2rem;
}
.blog .tour-content {
    padding: 15px;
    min-height: 250px;
}
.tour-content {
    padding: 15px;
    min-height: 303px;
}
.tour-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bs-sblack);
}
.tour-title:hover {
    color: var(--bs-sorangebrown);
}
.tour-location {
    color: var(--bs-sblack);
    margin-bottom: 4px;
    font-weight: 500;
}

.tour-location i {
    margin-right: 5px;
    color: var(--bs-sorange);
}
.tour-duration {
    color: var(--bs-sblack);
    margin-bottom: 3px;
    font-size: 0.9rem;
}

.tour-duration i {
    margin-right: 5px;
    color: var(--bs-sorange);
}

.tour-description {
    color: var(--bs-sblack);
    margin-bottom: 10px;
    line-height: 1.6;
}

.tour-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-book {
    background: var(--bs-sdark);
    color: var(--bs-swhite);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid var(--bs-sorangebrown);
    transition: background 0.3s ease;
}

.btn-book:hover {
    background: var(--bs-srufous);
    color: var(--bs-swhite);
}
@media (max-width: 768px) {
    .tour-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn-book {
        width: 100%;
        text-align: center;
    }
}
/* End Tour packages */
/* start h4, h1, h3, p */
.about h1, .service h1, .blog h1, .destinations h1, .faq-section h1, .contact h1 {
    color: var(--bs-sdark);
}
.blog p, .about p, .destinations p, .service p, .faq-section p, .contact p, .faq-section .accordion-body {
    color: var(--bs-sblack);
}
.about h4, .service h4, .blog h4, .destinations h4, .faq-section h4, .testimonial h4, .contact h4 {
color: var(--bs-sorangebrown)
}
.popular-post h5 {
    color: var(--bs-sdark);
    font-weight: 700;
    font-size: 32px;
}
.popular-post .card-body h6 a {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bs-sblack);
}
.popular-post .card-body h6 a:hover {
    color: var(--bs-sorangebrown);
}
/* End h4, h1, p */
.abt-exp {
    background: var(--bs-sorangebrown);
}
.form-control {
    border: 1px solid var(--bs-sorangebrown);
}
.form-control:focus {
    border-color: none;
    box-shadow: none;
}
.contact .btn-primary {
    color: var(--bs-swhite);
    border: none;
    background: var(--bs-sdark);
    border: 1px solid var(--bs-sorangebrown);
}
.contact .btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-srufous);
}
.contact .text-primary{
    color: var(--bs-sdark) !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-swhite) !important;
}
/* Completely hide all Google Translate elements */
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-spinner,
.goog-te-spinner-pos,
.goog-te-gadget-simple,
svg[width="96px"][height="96px"],
iframe[title*="Google"],
iframe[src*="translate.google"] {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    opacity: 0 !important;
}

/* Fix body position */
body {
    top: 0 !important;
    position: static !important;
}

/* Ensure Google Translate select is hidden but functional */
.goog-te-combo {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Style for dropdown */
#languageDropdown {
    max-height: 400px;
    overflow-y: auto;
}

/* IMPORTANT: Prevent Google from translating your dropdown */
.notranslate {
    -webkit-translate: no !important;
    translate: none !important;
}

/* Optional: Style for active language in dropdown */