/********** Template CSS **********/
/*:root {
    --primary: #86B817;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}*/



:root {
    --primary: #25d3e0;
    --secondary: #479de5;
    --light: #F5F5F5;
    --dark: #14141F;
}


.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 70px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/gallery/contact-header-banner.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.delhi-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://akshardham.com/newdelhi/wp-content/uploads/2015/02/akshardham_mandir_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.agra-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://cdn.pixabay.com/photo/2020/04/17/12/42/humayun-5055050_1280.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jaipur-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://www.jaipurstuff.com/wp-content/uploads/2019/03/top-attractions-in-jaipur.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shimla-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://upload.wikimedia.org/wikipedia/commons/2/20/Shimla_Panorama.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nainital-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://cdn.getyourguide.com/img/tour/cf26d3838367977c53823dd7800c2f8ce56885af79fd79903b149e8f526d222d.jpg/99.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jaisalmer-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://www.tourmyindia.com/images/cultural-benner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.delhi-darshan-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://i.ytimg.com/vi/6DrqRzB02-A/maxresdefault.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.golden-darshan-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://www.fundayholidays.com/wp-content/uploads/2020/06/City-Palace-Jaipur-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.himachal-tour-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://i.pinimg.com/originals/f0/d5/b7/f0d5b7bc9405519349a20836acf4a313.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.rajasthan-tour-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbkuqtteUiH9t17bee5ZTcZfUUa9IRaAk_mi5NL0JHDN8VDqJJ21ZBzY0qEmShfuCBj7YyKATLW3dtW0eQKQUcJuWxihN9yFBZVARsrTV6BSY3YFJYGjKMcConT-1lS8xx8U-Uwm6Gwwc/s1600/Agra-fort.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.trith-dham-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://cdn.getyourguide.com/img/tour/5374dbc80f978b47432e09f9bad9fd9096c48be9ffd5a11a0ed0f8f23632a05e.png/148.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.char-dham-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://www.tourism-of-india.com/pictures/travel_guide/attractions/gangotri-head-132.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.punjab-tour-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://media2.thrillophilia.com/images/photos/000/004/265/original/amritsar_punjab.jpg?w=1400&h=320&dpr=1.5);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.delhi-sameday-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://www.sushanttravels.com/uploads/gblWOH8_DELHI_BANNER.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.agra-sameday-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://i.ytimg.com/vi/xQcNhGZo9Ls/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGEAgUShlMA8=&amp;rs=AOn4CLDLU1DjmSssBuJLPLprWbRCVMg2_Q);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mathura-sameday-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://img.veenaworld.com/group-tours/india/uttar-pradesh/upmg/upgm-bnn-upmg-362025.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jaipur-sameday-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://cdn.getyourguide.com/img/tour/4380522509d8ca003f24877efd932aacfe991197c4d6716117a6de1c622cb399.jpg/145.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.haridwar-rishikesh-sameday-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://upload.wikimedia.org/wikipedia/commons/2/29/Har_ki_pauri_panoramic_view1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.khatu-shyam-sameday-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(https://holidaytravelindia.org/wp-content/uploads/2023/10/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
        font-size: 30px;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}





/*............................Slider.................................................*/


.hero-slider {
  position: relative;
}

/* IMAGE HEIGHT */
.hero-slider .carousel-item img {
  height: 95vh;
  object-fit: cover;
  filter: brightness(60%);
}

/* TEXT */
.carousel-caption {
  bottom: 50%;
  transform: translateY(50%);
  text-align: left;
}

.carousel-caption h1 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.carousel-caption p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* BUTTON */
.btn-main {
  background: #5980e8;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-main:hover {
  background: #fff;
  color: #000;
}

/* ANIMATION */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE */
@media(max-width:768px){

  .hero-slider .carousel-item img {
    height: 70vh;
  }

  .carousel-caption {
    text-align: center;
    bottom: 40%;
  }

  .carousel-caption h1 {
    font-size: 28px;
  }

  .carousel-caption p {
    font-size: 14px;
  }
}




.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
/*  background: linear-gradient(to right, rgba(0,0,0,0.6), transparent);*/
}


.carousel-caption h1 {
  animation: fadeUp 1s ease;
}

.carousel-caption p {
  animation: fadeUp 1.3s ease;
}


/*..............................................................................................*/

.img-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* IMAGE */
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease, filter 0.5s ease;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

/* HOVER ZOOM */
.img-box:hover img {
  transform: scale(1.1);
  filter: brightness(80%);
}

/* OVERLAY GRADIENT */
.img-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
  opacity: 0;
  transition: 0.5s;
}

.img-box:hover::before {
  opacity: 1;
}

/*.img-box img {
  animation: zoomIn 6s ease-in-out infinite alternate;
}

@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}*/



/*...................................Packages slider............................................*/


.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 700;
}

.sec-sub {
  color: #777;
  font-size: 14px;
}

/* CARD */
.package-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  border: 1px solid rgba(89,128,232,0.1);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.package-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.package-content {
  padding: 20px;
}

.package-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
  color: #222;
  transition: 0.3s;
}

.package-content span {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

/* SUBTLE DIVIDER */
.package-content::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #5980e8;
  margin: 10px 0 15px;
  transition: 0.3s;
}

/* HOVER */
.package-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}


/* BUTTON WRAPPER */
.package-btns {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

/* READ MORE */
.btn-read {
  flex: 1;
  text-align: center;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #444;
  background: #fff;
  transition: all 0.3s ease;
}

.btn-read:hover {
  border-color: #5980e8;
  color: #5980e8;
}

/* BOOK NOW */
.btn-book {
  flex: 1;
  text-align: center;
  padding: 8px;
  border-radius: 30px;
  background: #5980e8;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-book i {
  margin-left: 5px;
  transition: 0.3s;
}

.btn-book:hover {
  background: #fff;
  border: 1px solid #5980e8;
}

.btn-book:hover i {
  transform: translateX(4px);
}

/* HOVER EFFECT ON CARD */
.package-card:hover h5 {
  color: #5980e8;
}

.package-card:hover .package-content::after {
  width: 70px;
}

@media(max-width:576px){
  .package-btns {
    flex-direction: column;
  }
}


.package-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

/* IMAGE */
.package-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: transform 0.8s ease;
  filter: contrast(105%) saturate(105%);
}

/* SMOOTH ZOOM (premium feel) */
.package-card:hover .package-img img {
  transform: scale(1.08);
}

/* SOFT OVERLAY */
.package-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
  opacity: 0;
  transition: 0.4s;
}

.package-card:hover .package-img::after {
  opacity: 1;
}





/*..........................................Testimonials................................*/


.rt-testimonial-wrap{
    background:#f8fafc;
    padding:90px 0;
}

.rt-heading{
    margin-bottom:70px;
}

.rt-top-text{
    display:inline-block;
    font-size:15px;
    font-weight:700;
    letter-spacing:4px;
    color:#2563eb;
    margin-bottom:15px;
}

.rt-main-title{
    font-size:52px;
    font-weight:800;
    line-height:1.2;
    color:#111827;
    margin-bottom:18px;
}

.rt-main-title span{
    color:#2563eb;
}

.rt-desc{
    font-size:18px;
    color:#6b7280;
    max-width:700px;
    margin:0 auto;
    line-height:1.8;
}

.rt-single-card{
    max-width:950px;
    margin:auto;
    text-align:center;
    background:#fff;
    border-radius:25px;
    padding:50px 40px;
    box-shadow:0 15px 50px rgba(0,0,0,0.08);
    position:relative;
    overflow:hidden;
}

.rt-single-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#2563eb,#60a5fa);
}

.rt-quote-icon{
    font-size:55px;
    color:#2563eb;
    margin-bottom:15px;
}

.rt-stars{
    margin-bottom:20px;
}

.rt-stars i{
    color:#fbbf24;
    margin:0 2px;
}

.rt-single-card p{
    font-size:16px;
    line-height:1.9;
    color:#374151;
    margin-bottom:30px;
    font-style:italic;
}

.rt-user{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
}

.rt-user img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #2563eb;
}

.rt-user h5{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#111827;
}

.rt-user span{
    font-size:14px;
    color:#6b7280;
}

.carousel-control-prev,
.carousel-control-next{
    width:auto;
}

.carousel-control-prev i,
.carousel-control-next i{
    font-size:40px;
    color:#2563eb;
}

@media(max-width:768px){
    .rt-main-title{
        font-size:36px;
    }
    .rt-single-card{
        padding:35px 20px;
    }
    .rt-single-card p{
        font-size:16px;
    }
}




/*.................................................................................*/


.pg-gallery-section{
    padding:100px 0;
    background:linear-gradient(135deg,#0f172a,#1e293b);
    overflow:hidden;
}

.pg-heading span{
    color:#38bdf8;
    letter-spacing:3px;
    font-weight:600;
}
.pg-heading h2{
    color:#fff;
    font-size:50px;
    font-weight:800;
}
.pg-heading h2 span{
    color:#38bdf8;
}
.pg-heading p{
    color:#cbd5e1;
    margin-bottom:60px;
}

.pg-gallery-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:25px;
}

.pg-item{
    width:100%;
    height:300px !important;
    border-radius:20px;
    overflow:hidden;
    background:#111;

    opacity:0;
    transform:translateY(60px) scale(0.95);
    animation:smoothFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    will-change: transform, opacity;
}

.pg-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:20px;
    transition:transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.pg-item:hover img{
    transform:scale(1.08);
}

/* Smooth stagger delays */
.pg-item:nth-child(1){ animation-delay:0.1s; }
.pg-item:nth-child(2){ animation-delay:0.25s; }
.pg-item:nth-child(3){ animation-delay:0.4s; }
.pg-item:nth-child(4){ animation-delay:0.55s; }
.pg-item:nth-child(5){ animation-delay:0.7s; }
.pg-item:nth-child(6){ animation-delay:0.85s; }

@keyframes smoothFadeUp{
    0%{
        opacity:0;
        transform:translateY(60px) scale(0.95);
    }
    100%{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}


.pg-view-more{
    margin-top:50px;
}

.pg-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:14px 35px;
    background:linear-gradient(90deg,#2563eb,#60a5fa);
    color:#fff;
    font-size:16px;
    font-weight:600;
    border-radius:50px;
    text-decoration:none;
    transition:all 0.4s ease;
    box-shadow:0 10px 25px rgba(37,99,235,0.25);
}

.pg-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(37,99,235,0.35);
    color:#fff;
}

.pg-btn i{
    transition:0.4s;
}

.pg-btn:hover i{
    transform:translateX(5px);
}




.pg-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:0.5s;
    color:#fff;
}

.pg-overlay i{
    font-size:35px;
    margin-bottom:10px;
}

.pg-item:hover .pg-overlay{
    opacity:1;
}


.pg-modal .modal-content{
    background: transparent;
    border: none;
    text-align: center;
    position: relative;
    animation: smoothZoom 0.4s ease;
}

.pg-modal .modal-dialog{
    max-width: 850px;
}

.pg-modal{
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(10px);
}

#popupImg{
    max-width: 100%;
    max-height: 85vh;
    border-radius: 20px;
    border: 4px solid rgba(255,255,255,0.15);
    box-shadow: 
        0 20px 60px rgba(0,0,0,0.6),
        0 0 30px rgba(37,99,235,0.25);
    transition: transform 0.4s ease;
}

#popupImg:hover{
    transform: scale(1.02);
}

@keyframes smoothZoom{
    from{
        opacity:0;
        transform:scale(0.85);
    }
    to{
        opacity:1;
        transform:scale(1);
    }
}

.pg-close-btn{
    position:absolute;
    top:15px;
    right:15px;
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,0.95);
    color:#111;
    font-size:20px;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.3);
    transition:0.3s;
}

.pg-close-btn:hover{
    background:#2563eb;
    color:#fff;
    transform:rotate(90deg);
}

@keyframes zoomIn{
    from{
        transform:scale(0.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}



@media(max-width:768px){
    .pg-gallery-grid{
        grid-template-columns:1fr;
    }
}





/*........................................................................................*/


.about-premium {
  background: #f8fafc;
}

.ap-title {
  font-weight: 600;
  font-size: 32px;
  color: #0f172a;
}

.ap-subtitle {
  max-width: 600px;
  margin: auto;
  color: #64748b;
}

.ap-heading {
  font-weight: 600;
  margin-bottom: 10px;
  color: #1e293b;
}

.ap-card {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: 0.3s;
}

.ap-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.ap-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.ap-img {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


.about-premium {
  font-family: 'Inter', sans-serif;
}


.ap-header {
  max-width: 700px;
  margin: auto;
}

.ap-tag {
  display: inline-block;
  font-size: 13px;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.ap-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.5px;
  color: #0f172a;
}

.ap-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #64748b;
}



.ap-about-luxury {
  max-width: 1250px;
  margin: auto;
}

/* Badge */
.ap-badge {
  font-size: 12px;
  font-weight: 500;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

/* Big Title */
.ap-title-lg {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  color: #0f172a;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

/* Highlight Text */
.ap-text-lg {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 15px;
}

/* Normal Text */
.ap-text {
  font-size: 15px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 12px;
}

/* Quote Box (Luxury feel) */
.ap-quote {
  border-left: 3px solid #2563eb;
  padding: 18px 20px;
  margin: 25px 0;
  background: #f8fafc;
  border-radius: 8px;
  font-style: italic;
  color: #334155;
}

/* Image Box */
.ap-image-box {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

/* Image */
.ap-img {
  width: 100%;
  border-radius: 14px;
  transition: 0.5s ease;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

/* Subtle Hover */
.ap-img:hover {
  transform: scale(1.04);
}


/* Wrapper */
.ap-lux-wrapper {
  position: relative;
  padding: 20px;
}

/* Glow Effect */
.ap-glow {
  position: absolute;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(37,99,235,0.2), transparent);
  top: -30px;
  right: -30px;
  z-index: 1;
  filter: blur(60px);
}

/* Card */
.ap-lux-card {
  position: relative;
  z-index: 2;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  transition: 0.6s ease;
}

/* Image */
.ap-lux-img {
  width: 100%;
  display: block;
  border-radius: 18px;
  transition: transform 0.7s ease;
}

/* Glass Overlay */
.ap-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.05)
  );
  opacity: 0;
  transition: 0.4s ease;
}

/* Floating Badge */
.ap-badge-float {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 500;
  color: #0f172a;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* Hover Effects */
.ap-lux-card:hover {
  transform: translateY(-10px);
}

.ap-lux-card:hover .ap-lux-img {
  transform: scale(1.06);
}

.ap-lux-card:hover .ap-overlay {
  opacity: 1;
}


/* Section */
.ap-services-lux {
  max-width: 1250px;
  margin: auto;
}

/* Top label */
.ap-sub-label {
  font-size: 13px;
  color: #2563eb;
  background: rgba(37,99,235,0.08);
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
}

/* Card */
.ap-service-card {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  padding: 25px 20px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: 0.4s ease;
  height: 100%;
  position: relative;
}

/* Icon */
.ap-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

/* Title */
.ap-service-card h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f172a;
}

/* Text */
.ap-service-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* Hover Effect */
.ap-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border-color: #2563eb;
}


.ap-heading-lux {
  font-size: 26px;
  font-weight: 600;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: -0.3px;
}

.ap-heading-line {
  width: 30px;
  height: 2px;
  background: #2563eb;
  display: inline-block;
}


/* Section */
.ap-why-lux {
  max-width: 1250px;
  margin: auto;
}

/* Card */
.ap-why-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: 0.4s ease;
  height: 100%;
  position: relative;
}

/* Icon */
.ap-why-icon {
  width: 40px;
  height: 40px;
  background: rgba(37,99,235,0.1);
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  margin-bottom: 12px;
}

/* Title */
.ap-why-card h6 {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
}

/* Text */
.ap-why-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* Hover */
.ap-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border-color: #2563eb;
}



.ap-mv-ultimate-fluid {
  position: relative;
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
}

/* Full Width Background */
.ap-mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;   /* FULL WIDTH */
  height: 100%;
  background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e') center/cover no-repeat;
  z-index: 1;
}

/* Overlay */
.ap-mv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(2,6,23,0.75),
    rgba(2,6,23,0.85)
  );
}

/* Content above bg */
.ap-mv-ultimate-fluid .container {
  position: relative;
  z-index: 2;
}

/* Glass card same */
.ap-mv-glass {
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 40px;
  border-radius: 18px;
  color: #fff;
}


/* Section */
.ap-mv-ultimate {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

/* Background Image */
.ap-mv-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e') center/cover no-repeat;
  z-index: 1;
}

/* Dark Overlay */
.ap-mv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(2,6,23,0.75),
    rgba(2,6,23,0.85)
  );
}

/* Content */
.ap-mv-ultimate .container {
  position: relative;
  z-index: 2;
}

/* Glass Card */
.ap-mv-glass {
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 40px;
  border-radius: 18px;
  color: #fff;
  transition: 0.5s ease;
}

/* Tag */
.ap-mv-tag {
  font-size: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #93c5fd;
  font-weight: 900;
}

/* Heading */
.ap-mv-glass h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 15px 0;
  line-height: 1.3;
  color: wheat;
}

/* Text */
.ap-mv-glass p {
  font-size: 15px;
  color: #e2e8f0;
  line-height: 1.8;
}

/* Hover */
.ap-mv-glass:hover {
  transform: translateY(-8px);
  border-color: #2563eb;
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

/* Responsive */
@media(max-width:768px) {
  .ap-mv-glass {
    padding: 25px;
  }

  .ap-mv-glass h2 {
    font-size: 22px;
  }
}



/* Section */
.ap-commitment-ultra {
  position: relative;
  padding: 65px 0;
/*  background: radial-gradient(circle at top, #0f172a, #020617);*/
  overflow: hidden;
}

/* Glow Effect */
.ap-commitment-glow {
  position: absolute;
  width: 400px;
  height: 400px;
/*  background: radial-gradient(circle, rgba(37,99,235,0.25), transparent);*/
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(80px);
  z-index: 1;
}

/* Card */
.ap-commitment-card {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: auto;
  padding: 60px 50px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

/* Label */
.ap-commitment-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #010408;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 800;
/*  color: #93c5fd;*/
}

/* Title */
.ap-commitment-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #c5a15d;
/*  color: #ffffff;*/
  margin-bottom: 15px;
}

/* Text */
.ap-commitment-text {
  font-size: 16px;
  line-height: 1.8;
  color: #56575a;
/*  color: #cbd5f5;*/
}

/* Hover (very subtle) */
.ap-commitment-card:hover {
  transform: translateY(-6px);
  transition: 0.4s ease;
  box-shadow: 0 40px 100px rgba(0,0,0,0.45);
}

/* Responsive */
@media(max-width:768px) {
  .ap-commitment-card {
    padding: 40px 25px;
  }

  .ap-commitment-title {
    font-size: 26px;
  }
}




/*............................................Destination.............................................*/


/* Section */



/* Content box */
.ap-dest-content {
  max-width: 720px;   /* narrow = premium */
}

/* Tag */
.ap-dest-tag {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 10px;
  display: inline-block;
}

/* Title */
.ap-dest-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  color: #0f172a;
  margin-bottom: 15px;
}

/* Text */
.ap-dest-text {
  font-size: 15px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 15px;
}

.ap-dest-content {
  padding-left: 20px;
}


@media (min-width: 992px) {
  .ap-dest-content {
    margin-left: 40px;
  }
}



/* Gallery Grid */
.ap-dest-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* Images */
.ap-dest-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  transition: 0.4s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Hover */
.ap-dest-gallery img:hover {
  transform: scale(1.05);
}

/* First image bigger */
.ap-dest-gallery img:first-child {
  grid-column: span 2;
  height: 300px;
}


/* Slider Image */
.ap-dest-slider img {
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

/* Arrows */
.ap-arrow {
  font-size: 28px;
  color: #fff;
  background: rgba(0,0,0,0.4);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* Hide default icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

/* Hover */
.carousel-control-prev:hover .ap-arrow,
.carousel-control-next:hover .ap-arrow {
  background: rgba(0,0,0,0.7);
}


.carousel-control-prev,
.carousel-control-next {
  display: none;
}


/* Remove default absolute positioning */
.ap-dots-below {
  position: static;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

/* Dots style */
.ap-dots-below button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5f5;
  border: none;
  margin: 0 5px;
  transition: 0.3s;
}

/* Active */
.ap-dots-below .active {
  background: #2563eb;
  transform: scale(1.2);
}

.ap-dots-below {
  gap: 6px;
}

.ap-dots-below button {
  width: 8px;
  height: 8px;
}

.ap-dots-below .active {
  width: 8px;
  height: 5px;
  border-radius: 10px;
}

/* Bootstrap default ko override karo */
.carousel-indicators [data-bs-target] {
  background-color: #000 !important;  /* BLACK DOT */
  opacity: 1 !important;              /* full visible */
}

/* Active dot */
.carousel-indicators .active {
  background-color: #5980e8 !important;
  opacity: 1 !important;
}




/*...................................................................Dropdown Menu............................................*/


/* Dropdown Box */
.ap-dropdown-menu {
  min-width: 280px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  background: #fff;
}

/* Each Item */
.ap-drop-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
}

/* Icon */
.ap-drop-icon {
  width: 38px;
  height: 38px;
  background: #f1f5f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Text */
.ap-drop-item h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

.ap-drop-item span {
  font-size: 12px;
  color: #64748b;
}

/* Hover Effect */
.ap-drop-item:hover {
  background: #f8fafc;
  transform: translateX(5px);
}

/* Smooth dropdown */
.ap-dropdown-menu {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
  display: block;
  visibility: hidden;
}

.ap-dropdown-menu {
  transition: all 0.3s ease;
}

/* Show on hover (desktop) */
@media(min-width:992px){
  .ap-dropdown:hover .ap-dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

@media(max-width:991px){

  .ap-dropdown-menu {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    display: none; /* default hidden */
  }

  .ap-dropdown-menu.show {
    display: block; /* jab click ho */
  }

}





/*..............................................................................Tour packages.............................................*/


.td-gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}

/* Main Image */
.td-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Right Side */
.td-side-imgs {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}

.td-side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Overlay Buttons */
.td-last {
  position: relative;
}

.td-overlay-btns {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  gap: 10px;
}

.td-overlay-btns button {
  background: rgba(255,255,255,0.9);
  border: none;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.td-overlay-btns button:hover {
  background: #000;
  color: #fff;
}

/* Responsive */
@media(max-width: 768px) {
  .td-gallery-grid {
    grid-template-columns: 1fr;
  }

  .td-side-imgs {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}

.tour-details {
  background: #f8f9fb;
  font-family: 'Poppins', sans-serif;
}

/* Image */
.td-gallery .main-img {
  border-radius: 12px;
  width: 100%;
}

/* Title */
.td-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Info Box */
.td-info-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.td-info-box span {
  font-weight: 600;
  color: #000;
}

/* Tabs */
.td-tabs {
  border-bottom: 1px solid #ddd;
}

.td-tabs button {
  background: none;
  border: none;
  padding: 10px 15px;
  font-weight: 500;
  color: #555;
}

.td-tabs button.active {
  color: #000;
  border-bottom: 2px solid #000;
}

/* Content */
.td-content {
  margin-top: 20px;
}

.td-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Booking Box */
.td-booking {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: sticky;
  top: 100px;
  margin-top: 25px;
}

.td-booking h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.td-booking .form-control {
  margin-bottom: 12px;
  height: 45px;
  border-radius: 6px;
}

.td-booking button {
  background: #000;
  color: #fff;
  height: 45px;
  border-radius: 6px;
  border: none;
}

.td-booking button:hover {
  background: #333;
}


.td-tabs .nav-link {
  border: none;
  color: #777;
  font-weight: 500;
}

.td-tabs .nav-link.active {
  color: #000;
  border-bottom: 2px solid #000;
  background: transparent;
}


/* Grid */
.td-gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
}

/* Images common */
.td-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.5s ease;
}

/* Image containers */
.td-main-img,
.td-side-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

/* Hover zoom effect */
.td-main-img:hover img,
.td-side-img:hover img {
  transform: scale(1.08);
}

/* Luxury shadow */
.td-main-img,
.td-side-img {
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
}

/* Right images */
.td-side-imgs {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

/* Overlay dark gradient */
.td-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  opacity: 0;
  transition: 0.4s;
  border-radius: 16px;
}

/* Show overlay on hover */
.td-last:hover .td-overlay {
  opacity: 1;
}

/* Buttons container */
.td-overlay-btns {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  gap: 10px;
}

/* Premium buttons */
.td-overlay-btns button {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
}

.td-overlay-btns button:hover {
  background: #fff;
  color: #000;
}

/* Responsive */
@media(max-width: 768px) {
  .td-gallery-grid {
    grid-template-columns: 1fr;
  }

  .td-side-imgs {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}


.td-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.td-lightbox img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 10px;
}

.td-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* Arrows */
.td-prev,
.td-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}

.td-prev { left: 20px; }
.td-next { right: 20px; }






/* Header */
.td-tour-header{
  margin-top: 10px;
}

.td-tour-tag{
  display: inline-block;
  background: rgba(37,99,235,0.1);
  color: #2563eb;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 12px;
}

.td-title{
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}

.td-location{
  color: #64748b;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Price Box */
.td-price-box{
  background: #fff;
  padding: 18px 24px;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  min-width: 180px;
  text-align: center;
}

.td-price-box span{
  color: #64748b;
  font-size: 13px;
}

.td-price-box h3{
  font-size: 34px;
  font-weight: 700;
  margin: 4px 0;
  color: #0f172a;
}

.td-price-box small{
  color: #94a3b8;
  font-size: 12px;
}

/* Info Box */
.td-info-box{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

/* Info Item */
.td-info-item{
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border-radius: 14px;
  transition: 0.3s;
  background: #f8fafc;
}

.td-info-item:hover{
  transform: translateY(-4px);
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* Icon */
.td-info-icon{
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 14px;
  background: linear-gradient(135deg, #5587e6, #46a0e5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* Text */
.td-info-item span{
  display: block;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 4px;
}

.td-info-item h6{
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
}

/* Mobile */
@media(max-width:768px){

  .td-title{
    font-size: 30px;
  }

  .td-price-box{
    width: 100%;
  }

  .td-info-box{
    padding: 20px;
  }

}


/* Wrapper */
.td-tabs-wrapper{
  margin-bottom: 30px;
}

/* Tabs Container */
.td-tabs{
  gap: 14px;
  border: none;
  flex-wrap: wrap;
}

/* Nav Item */
.td-tabs .nav-item{
  border: none;
}

/* Button Style */
.td-tabs .nav-link{
  border: none !important;
  background: #fff;
  border-radius: 14px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #64748b;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.35s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Icons */
.td-tabs .nav-link i{
  font-size: 18px;
}

/* Hover */
.td-tabs .nav-link:hover{
  transform: translateY(-3px);
  color: #2563eb;
  box-shadow: 0 10px 30px rgba(37,99,235,0.15);
}

/* Active */
.td-tabs .nav-link.active{
  background: linear-gradient(135deg,#2563eb,#1d4ed8);
  color: #fff !important;
  box-shadow: 0 12px 35px rgba(37,99,235,0.35);
}

/* Active Hover */
.td-tabs .nav-link.active:hover{
  transform: translateY(-3px);
}

/* Mobile */
@media(max-width:768px){

  .td-tabs{
    gap: 10px;
  }

  .td-tabs .nav-link{
    padding: 12px 16px;
    font-size: 14px;
  }

}


/* Popup */
.td-video-popup{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

/* Box */
.td-video-box{
  width: 85%;
  max-width: 900px;
  position: relative;
  z-index: 2;
}

/* VIDEO */
#tdVideoFrame{
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  display: block;
  border-radius: 12px;
  background: #000;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

/* CLOSE */
.td-video-close{
  position: absolute;
  top: -45px;
  right: 0;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  z-index: 5;
}



/*...........................................................Tour Packages.........................................*/


/* Section */
.tp-package-section{
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

/* Heading */
.tp-heading .tp-tag{
  display: inline-block;
  padding: 6px 16px;
  background: rgba(37,99,235,0.1);
  color: #2563eb;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}

.tp-heading h2{
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

.tp-heading p{
  color: #64748b;
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
}

/* Card */
.tp-package-card{
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  transition: 0.4s ease;
  box-shadow: 0 10px 35px rgba(0,0,0,0.06);
  height: 100%;
}

.tp-package-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Image */
.tp-package-img{
  overflow: hidden;
}

.tp-package-img img{
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: 0.5s ease;
}

.tp-package-card:hover img{
  transform: scale(1.08);
}

/* Content */
.tp-package-content{
  padding: 24px;
}

.tp-location{
  font-size: 13px;
  color: #2563eb;
  font-weight: 600;
}

.tp-package-content h4{
  font-size: 22px;
  font-weight: 700;
  margin: 14px 0;
  color: #0f172a;
}

.tp-package-content p{
  color: #64748b;
  line-height: 1.7;
  font-size: 15px;
}

/* Button */
.tp-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
  transition: 0.3s;
}

.tp-btn:hover{
  color: #2563eb;
  gap: 12px;
}

/* Responsive */
@media(max-width:768px){

  .tp-heading h2{
    font-size: 30px;
  }

  .tp-package-content{
    padding: 20px;
  }

}


/* Card */
.premium-card{
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  transition: 0.45s ease;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  height: 100%;
}

.premium-card:hover{
  transform: translateY(-12px);
  box-shadow: 0 22px 60px rgba(0,0,0,0.14);
}

/* Image */
.tp-package-img{
  position: relative;
  overflow: hidden;
}

.tp-package-img img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.6s ease;
}

.premium-card:hover img{
  transform: scale(1.08);
}

/* Overlay */
.tp-img-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
  rgba(0,0,0,0.65),
  rgba(0,0,0,0.08));
}

/* Badge */
.tp-badge{
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.2);
}

/* Rating */
.tp-rating{
  position: absolute;
  top: 18px;
  right: 18px;
  background: #fff;
  color: #0f172a;
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tp-rating i{
  color: #f59e0b;
}

/* Content */
.tp-package-content{
  padding: 28px;
}

/* Row */
.tp-location-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

/* Location */
.tp-location{
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
}

/* Type */
.tp-tour-type{
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 30px;
}

/* Title */
.tp-package-content h4{
  font-size: 25px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 14px;
}

/* Description */
.tp-package-content p{
  color: #64748b;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 22px;
}

/* Features */
.tp-feature-list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.tp-feature-list span{
  background: #f8fafc;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 12px;
  color: #0f172a;
  font-weight: 500;
}

.tp-feature-list i{
  color: #22c55e;
  margin-right: 5px;
}

/* Button */
.tp-btn-wrap{
  margin-top: 10px;
}

.tp-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg,#2563eb,#1d4ed8);
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 600;
  transition: 0.35s ease;
}

.tp-btn:hover{
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(37,99,235,0.3);
}

/* Responsive */
@media(max-width:768px){

  .tp-package-content{
    padding: 22px;
  }

  .tp-package-content h4{
    font-size: 22px;
  }

  .tp-package-img img{
    height: 240px;
  }

}










/* ========================================================================================
   FOOTER GALLERY
========================= */

.fg-title{
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Gallery Item */

.fg-item{
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  height: 90px;
  background: #111827;
}

/* Image */

.fg-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
  display: block;
}

/* Hover */

.fg-item:hover img{
  transform: scale(1.1);
}

/* Overlay */

.fg-item::before{
  content: "\F52A";
  font-family: bootstrap-icons;
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transition: 0.4s ease;
  z-index: 2;

  /* IMPORTANT */
  pointer-events: none;
}

.fg-item:hover::before{
  opacity: 1;
}

/* =========================
   POPUP
========================= */

.fg-popup{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.94);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  padding: 20px;
}

/* Popup Image */

.fg-popup img{
  max-width: 92%;
  max-height: 90vh;
  border-radius: 16px;
  object-fit: contain;
  animation: fgZoom 0.4s ease;
}

/* Close */

.fg-close{
  position: absolute;
  top: 25px;
  right: 35px;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
  z-index: 2;
}

/* Animation */

@keyframes fgZoom{

  from{
    transform: scale(0.8);
    opacity: 0;
  }

  to{
    transform: scale(1);
    opacity: 1;
  }

}

/* Mobile */

@media(max-width:768px){

  .fg-item{
    height: 75px;
  }

  .fg-close{
    right: 20px;
    font-size: 34px;
  }

}



/*=======================================================*/

.tab-pane h3{
font-size: 20px;
    color: #535353;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.tab-pane p{
font-size: 15px;
   letter-spacing: 1px;
   color: #6a6a6a;
   line-height: 26px;
   text-align: justify;
}



/*==========================================================================*/

/* =========================
   GALLERY SECTION
========================= */

.mg-gallery-section{
    padding: 40px 0;
/*    background: #f5f5f5;*/
}

/* TITLE */

.mg-title{
    text-align: center;
    margin-bottom: 50px;
}

.mg-title h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.mg-title p{
    color: #777;
    font-size: 16px;
}

/* =========================
   MASONRY GALLERY
========================= */

.mg-gallery{
    column-count: 4;
    column-gap: 18px;
}

/* ITEM */

.mg-item{
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 24px;
    cursor: pointer;
    break-inside: avoid;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* IMAGE */

.mg-item img{
    width: 100%;
    display: block;
    transition: .5s ease;
}

/* HOVER */

.mg-item:hover img{
    transform: scale(1.05);
}

/* OVERLAY EFFECT */

.mg-item::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
    rgba(0,0,0,0.25),
    transparent);
    opacity: 0;
    transition: .4s;
}

.mg-item:hover::after{
    opacity: 1;
}

/* =========================
   POPUP
========================= */

.new-gallery-popup{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.94);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: .4s;

    z-index: 99999999;

    padding: 20px;
}

.new-gallery-popup img{
    max-width: 90%;
    max-height: 90vh;
    border-radius: 20px;
}

/* CLOSE */

.new-gallery-close{
    position: absolute;
    top: 20px;
    right: 35px;

    color: #fff;
    font-size: 50px;

    cursor: pointer;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .mg-gallery{
        column-count: 3;
    }

}

@media(max-width:768px){

    .mg-gallery{
        column-count: 2;
    }

    .mg-title h2{
        font-size: 30px;
    }

}

@media(max-width:480px){

    .mg-gallery{
        column-count: 1;
    }

}



.mg-item{
    position: relative;
    z-index: 1;
}

.mg-item img{
    position: relative;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto !important;
}


/* =========================
   POPUP
========================= */

#popupTest{
    display:none;

    position:fixed;
    inset:0;

    background:rgba(0,0,0,.96);

    z-index:99999999;

    align-items:center;
    justify-content:center;

    padding:30px;
}

/* IMAGE */

#popupTest img{
    max-width:90%;
    max-height:90vh;

    border-radius:20px;

    box-shadow:0 20px 60px rgba(0,0,0,.5);

    animation: popupZoom .4s ease;
}

/* ZOOM EFFECT */

@keyframes popupZoom{

    from{
        transform:scale(.8);
        opacity:0;
    }

    to{
        transform:scale(1);
        opacity:1;
    }

}

/* CLOSE */

#popupTest .popup-close{
    position:absolute;

    top:20px;
    right:35px;

    color:#fff;

    font-size:55px;

    cursor:pointer;

    z-index:999;
}

/* ARROWS */

.popup-arrow{
    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:60px;
    height:60px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;

    cursor:pointer;

    transition:.3s;

    z-index:999;
}

/* HOVER */

.popup-arrow:hover{
    background:#d40000;
}

/* LEFT */

.popup-prev{
    left:25px;
}

/* RIGHT */

.popup-next{
    right:25px;
}

/* MOBILE */

@media(max-width:768px){

    .popup-arrow{
        width:45px;
        height:45px;
        font-size:22px;
    }

    #popupTest .popup-close{
        font-size:42px;
        right:20px;
    }

}




/*===========================================Smae package==============================================*/


/* =========================
   TOUR PACKAGE SECTION
========================= */

.tour-pack-sec{

    padding: 120px 0;

    background:
    linear-gradient(
    135deg,
    #f8fbff 0%,
    #ffffff 100%
    );

    overflow: hidden;
}

/* =========================
   HEAD
========================= */

.tour-sec-head{

    text-align: center;

    margin-bottom: 60px;
}

.tour-sec-head span{

    display: inline-block;

    padding: 10px 22px;

    border-radius: 50px;

    background:
    rgba(37,99,235,.08);

    color: #2563eb;

    font-weight: 700;

    font-size: 14px;

    margin-bottom: 18px;
}

.tour-sec-head h2{

    font-size: 54px;

    font-weight: 900;

    color: #111827;

    margin-bottom: 18px;
}

.tour-sec-head p{

    color: #64748b;

    font-size: 16px;

    line-height: 1.9;
}

/* =========================
   CARD
========================= */

.tour-card{

    background: #fff;

    border-radius: 34px;

    overflow: hidden;

    box-shadow:
    0 20px 60px rgba(0,0,0,.08);

    transition: .45s ease;
}

/* HOVER */

.tour-card:hover{

    transform:
    translateY(-12px);
}

/* IMAGE */

.tour-card-img{

    position: relative;

    height: 260px;

    overflow: hidden;
}

.tour-card-img img{

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: .6s ease;
}

/* HOVER */

.tour-card:hover .tour-card-img img{

    transform: scale(1.08);
}

/* BADGE */

.tour-badge{

    position: absolute;

    top: 20px;
    left: 20px;

    padding: 10px 18px;

    border-radius: 50px;

    background:
    linear-gradient(
    135deg,
    #2563eb,
    #60a5fa
    );

    color: #fff;

    font-size: 13px;

    font-weight: 700;
}

/* CONTENT */

.tour-card-content{

    padding: 25px;
}

/* TITLE */

.tour-card-content h3{

    font-size: 25px;

    font-weight: 800;

    color: #111827;

    margin-bottom: 14px;
}

/* TEXT */

.tour-card-content p{

    color: #64748b;

    line-height: 1.5;

    margin-bottom: 15px;
    font-size: 14px;
}

/* =========================
   PRICE
========================= */

.tour-price-wrap{

    display: flex;

    gap: 18px;

    margin-bottom: 28px;
}

/* ITEM */

.tour-price{

    flex: 1;

    padding: 14px;

    border-radius: 20px;

    background:
    #f8fbff;

    text-align: center;
}

.tour-price span{

    display: block;

    color: #64748b;

    font-size: 13px;

    margin-bottom: 10px;
}

.tour-price h4{

    font-size: 25px;

    font-weight: 900;

    color: #2563eb;
}

/* BUTTON */

.tour-btn{

    width: 100%;

    height: 58px;

    border-radius: 18px;

    background:
    linear-gradient(
    135deg,
    #2563eb,
    #60a5fa
    );

    color: #fff;

    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    font-weight: 700;

    transition: .4s ease;
}

/* HOVER */

.tour-btn:hover{

    transform:
    translateY(-4px);
}

/* =========================
   ARROWS
========================= */

.tour-next,
.tour-prev{

    position: absolute;

    top: 50%;

    transform:
    translateY(-50%);

    width: 58px;
    height: 58px;

    border-radius: 50%;

    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 20;

    cursor: pointer;

    box-shadow:
    0 15px 45px rgba(0,0,0,.15);
}

/* LEFT */

.tour-prev{

    left: -25px;
}

/* RIGHT */

.tour-next{

    right: -25px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .tour-sec-head h2{

        font-size: 38px;
    }

    .tour-price-wrap{

        flex-direction: column;
    }

    .tour-next,
    .tour-prev{

        display: none;
    }

}


/* =========================
   BUTTON WRAP
========================= */

.tour-btn-wrap{

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 16px;
}

/* =========================
   COMMON BUTTON
========================= */

.tour-btn-wrap a{

    flex: 1;

    height: 56px;

    border-radius: 16px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;

    transition: .4s ease;
}

/* =========================
   READ MORE
========================= */

.tour-read-btn{

    background:
    #f1f5f9;

    color: #111827;

    border:
    1px solid rgba(15,23,42,.08);
}

/* HOVER */

.tour-read-btn:hover{

    background:
    #e2e8f0;

    transform:
    translateY(-4px);
}

/* =========================
   BOOK NOW
========================= */

.tour-book-btn{

    background:
    linear-gradient(
    135deg,
    #2563eb,
    #60a5fa
    );

    color: #fff;

    box-shadow:
    0 15px 35px rgba(37,99,235,.25);
}

/* HOVER */

.tour-book-btn:hover{

    transform:
    translateY(-4px);

    box-shadow:
    0 20px 45px rgba(37,99,235,.35);
}

/* =========================
   MOBILE
========================= */

@media(max-width:576px){

    .tour-btn-wrap{

        flex-direction: column;
    }

    .tour-btn-wrap a{

        width: 100%;
    }

}




/*================================================Term & COndition==============================*/



/* IMPORTANT */

.tdGallerySlider{

    width: 100%;

    overflow: hidden;
}

.swiper-wrapper{

    display: flex;
}

.swiper-slide{

    flex-shrink: 0;

    width: 100%;
}

/* =========================
   GALLERY GRID
========================= */

.td-gallery-grid{

    display: grid;

    grid-template-columns: 2fr 1fr;

    gap: 15px;

    height: 520px;
}

/* =========================
   LEFT IMAGE
========================= */

.td-main-img{

    height: 520px;

    overflow: hidden;

    border-radius: 24px;
}

/* =========================
   RIGHT SIDE
========================= */

.td-side-imgs{

    display: flex;

    flex-direction: column;

    gap: 15px;

    height: 520px;
}

/* SMALL IMAGES */

.td-side-img{

    flex: 1;

    overflow: hidden;

    border-radius: 24px;
}

/* =========================
   COMMON IMAGE
========================= */

.td-gallery-img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .td-gallery-grid{

        grid-template-columns: 1fr;

        height: auto;
    }

    .td-main-img{

        height: 300px;
    }

    .td-side-imgs{

        height: auto;
    }

    .td-side-img{

        height: 145px;
    }

}




/*======================================Term & Conditions=============================*/

/* =========================
   TERMS PAGE
========================= */

.tc-page{

    padding: 100px 0;

    background: #f7f8fc;
}

/* CONTAINER */

.container{

    width: 90%;

    max-width: 1200px;

    margin: auto;
}

/* =========================
   HEADING
========================= */

.tc-head{

    text-align: center;

    margin-bottom: 60px;
}

.tc-subtitle{

    display: inline-block;

    padding: 10px 22px;

    background: rgba(0,123,255,0.08);

    color: #007bff;

    border-radius: 50px;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 18px;
}

.tc-head h1{

    font-size: 48px;

    color: #111;

    margin-bottom: 20px;

    font-weight: 800;
}

.tc-head p{

    font-size: 17px;

    color: #666;

    max-width: 750px;

    margin: auto;

    line-height: 1.8;
}

/* =========================
   GRID
========================= */

.tc-wrapper{

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 30px;
}

/* =========================
   BOX
========================= */

.tc-box{

    background: #fff;

    padding: 35px;

    border-radius: 24px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.06);

    transition: 0.4s ease;
}

.tc-box:hover{

    transform: translateY(-8px);

    box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

.tc-box h3{

    font-size: 24px;

    margin-bottom: 15px;

    color: #111;

    font-weight: 700;
}

.tc-box p{

    color: #666;

    line-height: 1.9;

    font-size: 16px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .tc-wrapper{

        grid-template-columns: 1fr;
    }

    .tc-head h1{

        font-size: 34px;
    }

}



/*===========================================Privacy Policy=============================*/

/* =========================
   PRIVACY POLICY PAGE
========================= */

.pp-page{

    padding: 100px 0;

    background: #f5f7fb;
}

/* CONTAINER */

.pp-container{

    width: 90%;

    max-width: 1200px;

    margin: auto;
}

/* =========================
   HEADING
========================= */

.pp-head{

    text-align: center;

    margin-bottom: 60px;
}

.pp-subtitle{

    display: inline-block;

    padding: 10px 22px;

    background: rgba(0,123,255,0.08);

    color: #007bff;

    border-radius: 50px;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 18px;
}

.pp-head h1{

    font-size: 48px;

    font-weight: 800;

    color: #111;

    margin-bottom: 20px;
}

.pp-head p{

    font-size: 17px;

    color: #666;

    line-height: 1.8;

    max-width: 760px;

    margin: auto;
}

/* =========================
   GRID
========================= */

.pp-wrapper{

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 30px;
}

/* =========================
   BOX
========================= */

.pp-box{

    background: #fff;

    padding: 35px;

    border-radius: 24px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.06);

    transition: 0.4s ease;
}

.pp-box:hover{

    transform: translateY(-8px);

    box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

.pp-box h3{

    font-size: 24px;

    margin-bottom: 18px;

    color: #111;

    font-weight: 700;
}

.pp-box p{

    font-size: 16px;

    line-height: 1.9;

    color: #666;
}

/* LIST */

.pp-box ul{

    padding-left: 18px;
}

.pp-box ul li{

    margin-bottom: 12px;

    color: #666;

    line-height: 1.7;
}

/* FULL WIDTH */

.full-width{

    grid-column: 1 / -1;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .pp-wrapper{

        grid-template-columns: 1fr;
    }

    .pp-head h1{

        font-size: 34px;
    }

    .full-width{

        grid-column: auto;
    }

}




/*==========================================Thank You========================*/


body{

    margin:0;
    padding:0;

    background:linear-gradient(135deg,#f5f7ff,#eef3ff);
}

/* THANK YOU SECTION */

.thankyou-page{

    min-height:70vh;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:10px 10px;
}


.thankyou-box{

            background:#fff;

            padding:60px 40px;

            border-radius:30px;

            text-align:center;

            max-width:600px;

            width:90%;

            box-shadow:0 15px 50px rgba(0,0,0,0.08);
        }

        .thankyou-icon{

            width:90px;
            height:90px;

            background:#28a745;

            color:#fff;

            margin:auto;

            border-radius:50%;

            display:flex;
            align-items:center;
            justify-content:center;

            font-size:40px;

            margin-bottom:25px;
        }

        .thankyou-box h1{

            font-size:42px;

            color:#111;

            margin-bottom:20px;
        }

        .thankyou-box p{

            font-size:17px;

            color:#666;

            line-height:1.8;

            margin-bottom:35px;
        }

        .thankyou-btn{

            display:inline-block;

            padding:15px 35px;

            background:#007bff;

            color:#fff;

            text-decoration:none;

            border-radius:50px;

            font-size:16px;

            font-weight:600;

            transition:0.4s;
        }

        .thankyou-btn:hover{

            background:#0056cc;

            transform:translateY(-4px);
        }




/*============================================FAQ============================*/


/* =========================
   FAQ SECTION
========================= */

.faq-section{

    padding:100px 0;

    background:#f7f9fc;
}

/* CONTAINER */

.container{

    width:90%;

    max-width:1200px;

    margin:auto;
}

/* =========================
   HEADING
========================= */

.faq-head{

    text-align:center;

    margin-bottom:60px;
}

.faq-subtitle{

    display:inline-block;

    padding:10px 22px;

    background:rgba(0,123,255,0.08);

    color:#007bff;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:18px;
}

.faq-head h2{

    font-size:46px;

    color:#111;

    margin-bottom:18px;

    font-weight:800;
}

.faq-head p{

    max-width:760px;

    margin:auto;

    color:#666;

    line-height:1.8;

    font-size:17px;
}

/* =========================
   FAQ WRAPPER
========================= */

.faq-wrapper{

    max-width:900px;

    margin:auto;
}

/* FAQ ITEM */

.faq-item{

    background:#fff;

    border-radius:20px;

    margin-bottom:22px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,0.06);

    transition:0.4s ease;
}

.faq-item:hover{

    transform:translateY(-4px);
}

/* QUESTION */

.faq-question{

    padding:25px 30px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    cursor:pointer;
}

.faq-question h3{

    font-size:22px;

    color:#111;

    font-weight:700;
}

.faq-question span{

    font-size:28px;

    color:#007bff;

    font-weight:700;
}

/* ANSWER */

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:0.4s ease;
}

.faq-answer p{

    padding:0 30px 30px;

    color:#666;

    line-height:1.9;

    font-size:16px;
}

/* ACTIVE */

.faq-item.active .faq-answer{

    max-height:300px;
}

.faq-item.active .faq-question span{

    transform:rotate(45deg);
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .faq-head h2{

        font-size:34px;
    }

    .faq-question h3{

        font-size:18px;
    }

}



/*=====================================Whatsapp link===================================*/

.whatsapp-chat{
  position: fixed;
  right: 20px;
  bottom: 300px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  text-decoration: none;
  z-index: 9999;

  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  transition: 0.3s;
}

/* Hover */
.whatsapp-chat:hover{
  transform: scale(1.1);
  background: #1ebe5d;
}