/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Five
Author: Muzammal
Template: twentytwentyfive
Version: 1.0
Text Domain: twentytwentyfive-child
*/
/* ===== CHATBOT BUTTON ===== */
#chatbot-btn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #4285F4; /* Google Blue */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

#chatbot-btn .material-icons {
    font-size: 28px;
    color: #fff;
}

/* ===== CHATBOT BOX ===== */
#chatbot-box {
    position: fixed;
    bottom: 210px;
    right: 20px;
    width: 300px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    display: none;
    z-index: 9999;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* Header */
.chatbot-header {
    background: #4285F4;
    color: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.chatbot-header .material-icons {
    font-size: 22px;
}

#chatbot-close {
    margin-left: auto;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* Body */
.chatbot-body {
    padding: 14px;
    font-size: 14px;
}

.bot-msg {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 8px;
}

/* Footer */
.chatbot-footer {
    padding: 12px;
    border-top: 1px solid #eee;
    text-align: center;
}

#helpBtn {
    background: #4285F4;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 20px;
    cursor: pointer;
}

/* ===== CALL + WHATSAPP ===== */
.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-call,
.float-whatsapp {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    text-decoration: none;
}

.float-call {
    background: #0b8457;
}

.float-whatsapp {
    background: #25D366;
}

.float-call .material-icons,
.float-whatsapp .material-icons {
    font-size: 24px;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 15px;
}

.certificate-grid img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Mobile */
@media (max-width: 575px) {
  .certificate-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .certificate-grid img {
    max-width: 150px;
  }
}

    body{
      margin:0;
      font-family: "Poppins", sans-serif;
      color:#08303a;
      background:#fff;
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
    }
   .container{
    max-width: 1320px !important;
   }
.about-hero-section {
	overflow: hidden;
}
.footer-bg {
    background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/assets/images/2263.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


    section#testimonial-area\ \ mali {
    padding: 40px 0;
}
 
section.about-hero-section.py-5 {
    background: #eef1ff;
}
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show { color:#2185d8; }

    /* Top bar */
    .top-bar{
      background:#e9fbf6;
      border-bottom:1px solid rgba(0,0,0,0.06);
      font-size:0.95rem;
    }
    .top-left { color:#2f606a; display:flex; gap:0.85rem; align-items:center; flex-wrap:wrap; }
    .top-left .info-item { display:flex; align-items:center; gap:.45rem; white-space:nowrap; }
    .top-left .vr{ width:1px; height:18px; background:rgba(0,0,0,0.06); display:inline-block; margin:0 10px; }
    .top-right { display:flex; align-items:center; gap:25px; }
    .top-right a{ color:#2f606a; font-size:1.2rem; text-decoration:none; }

    /* Header band */
    .header-bg{
      background:#39586b;
      color:#f7fbff;
      position:relative;
      overflow:visible;
    }
/* REMOVE UNDERLINE FROM NAV LINKS (FULL FIX) */
.navbar-nav .nav-link,
.navbar-nav .menu-item a {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    color: white;
}

.navbar-nav .nav-link:hover,
.navbar-nav .menu-item a:hover {
    text-decoration: none !important;
}

    /* Navbar */
    .navbar-custom{ padding:0; align-items:center; }
    .logo-img{ height:84px; width:auto; display:block; object-fit:contain; }

    /* center nav */
    .nav-center{
      display:flex;
      gap:1.7rem;
      align-items:center;
      list-style:none;
      margin:0;
      padding-left:0;
    }
    .nav-link{
      color:rgba(255,255,255,0.95);
      text-decoration:none;
      padding:.5rem 0;
      font-weight:500;
      transition:color .12s ease, transform .12s ease;
      position:relative;
    }
    .nav-link:hover{ color:#d7f3ee; transform:translateY(-3px); }
   
    /* CTA */
    .btn-cta{
      display:inline-flex;
      align-items:center;
      gap:.6rem;
      background: #ecfffc;
      border:1px solid #9adedd;
      color:#05434b;
      padding:.55rem .95rem;
      border-radius:12px;
      font-weight:600;
      text-decoration:none;
    }
    .btn-cta:hover{ transform:translateY(-3px); text-decoration:none; }

   
/* --- Hero carousel improvements --- */
#hero-section { width:100%; overflow:hidden; }
.hero-slide{
  height:70vh;
  min-height:380px;
  display:flex;
  align-items:center;
  position:relative;
  background-size:cover;
  background-position:center;
  transition:background-position .6s ease;
}


/* keep caption area static and consistent */
.hero-content{
  position:relative;
  z-index:2;
  max-width:680px;
  margin-left:6vw;
  color:#fff;
  display:flex;
  align-items:center;
  height:100%;
}

/* inner card to keep content grouped and static sizing */
.hero-card{
  background: rgba(255,255,255,0.03); /* subtle glass */
  padding:22px 26px;
  border-radius:12px;
  backdrop-filter: blur(4px);
  max-width:560px;
}

/* static heading sizes */
.hero-card h1{ font-size:2.2rem; margin:0 0 .35rem; line-height:1.02; font-weight:800; color:black; }
.hero-card p{ font-size:1.1rem; margin:0 0 1rem; color:black; }

/* slide CTA */
.slide-cta{ display:inline-flex; align-items:center; gap:.6rem; background:#ecfffc; border:1px solid #9adedd; color:#05434b; padding:.45rem .8rem; border-radius:10px; font-weight:600; text-decoration:none; }

/* indicators contrast */
.carousel-indicators [data-bs-target]{
  width:10px; height:10px; border-radius:50%;
  background:rgba(255,255,255,0.6);
  border:none;
}
.carousel-indicators .active{ background:#fff; transform:scale(1.15); }

/* ensure controls are visible against images */
.carousel-control-next-icon, .carousel-control-prev-icon{ filter:invert(1) drop-shadow(0 2px 6px rgba(0,0,0,0.35)); }

/* Responsive adjustments */
@media (max-width: 991px){
  .hero-content{ margin-left:4vw; max-width:72%; }
  .hero-card h1{ font-size:2rem; }
  .hero-card p{ font-size:1rem; }
  .hero-slide{ height:55vh; }
}
@media (max-width: 420px){
  .hero-content{ margin-left:3vw; max-width:92%; justify-content:center; text-align:center; }
  .hero-card{ padding:16px; }
  .hero-card h1{ font-size:1.6rem; }
  .hero-card p{ font-size:.95rem; }
}


    /* Controls */
    .carousel-control-next-icon, .carousel-control-prev-icon { filter:invert(1); }

    /* Small screen adjustments (<= 767px) */
    @media (max-width: 767px) {
		.service-content{
			text-align: justify;
		}
      #hero-section { width:100%; overflow:hidden; height: 300px;}
      .why-Choose-us-content img{
      width: 300px;
    }

      /* hide the top bar for cramped mobile */
      .top-bar { display:none; }

    

      /* logo smaller and centered */
      .logo-img { height:52px; margin:0; }

      /* navbar: make the nav links vertical when collapsed (Bootstrap already collapses) */
      .navbar-custom .navbar-collapse { background:transparent; padding-top:8px; }
      .nav-center { flex-direction:column; gap:0.25rem; align-items:flex-start; padding-left:0.25rem; }
      .nav-center .nav-link { padding:.45rem .25rem; font-size:1rem; }
      .nav-link.active::after { bottom: -8px; }

      /* show mobile CTA in header, hide desktop CTA */
      .ms-auto.d-none.d-lg-block { display:none !important; }
      .d-lg-none.w-100.mt-3.text-center { display:none !important; }

      /* hero: smaller height, center text */
      .hero-slide { height:52vh; align-items:center; padding:32px 0; }
      .hero-content { margin-left:5%; max-width:90%; text-align:center; left:0; transform:none; }
      .hero-content h1 { font-size:2.6rem; }
      .hero-content p { font-size:1rem; }

      /* footer: stack columns vertically */
      .footer-main .row { display:block; }
      .footer-main .col-lg-3, .footer-main .col-lg-2, .footer-main .col-md-6 { width:100%; margin-bottom:18px; }
      .footer-main p { max-width:100%; }

      /* whatsapp float smaller */
      .whatsapp-float { right:12px; bottom:12px; width:48px; height:48px; }

      /* navbar toggler visible and nicely spaced */
      .navbar-toggler { margin-left:auto; }
    }

    /* Extra small tweaks for very small phones */
    @media (max-width: 420px) {
      .hero-content h1 { font-size:2.1rem; }
      .hero-content p { font-size:0.95rem; }
    }

    /* about-hero section */
.about-hero-section { background: #fff; color: #08303a; }

/* Eyebrow */
.about-hero-content .eyebrow{
  display:inline-block;
  font-weight:700;
  color:#f6a800; /* warm accent */
  letter-spacing:.6px;
  margin-bottom:.6rem;
  font-size:.85rem;
}

/* Headline */
.about-hero-content h2{
  font-size:2.1rem;
  font-weight:800;
  margin-bottom:1rem;
  color:#111827;
  line-height:1.03;
}

/* Paragraphs */
.about-hero-content p{
  text-align: justify;
  font-size:1rem;
  color:#384048;
  line-height:1.7;
  margin-bottom:.9rem;
}

/* Buttons */
.about-hero-content .about-cta{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
  background:#ecfffc;
  border:1px solid #9adedd;
  color:#05434b;
  padding:.48rem .9rem;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
}
.about-hero-content .btn-link{
  color:#2185d8;
  text-decoration:none;
  font-weight:600;
}

/* Image card */
.about-hero-card{
  background: #fff;
  padding:14px;
  border-radius:20px;
  box-shadow: 0 8px 24px rgba(10,30,40,0.06);
  display:block;
  width:100%;
  height:100%;
}

/* Image styling - cover, responsive, rounded corners */
.about-hero-img{
  display:block;
  width:100%;
  height:100%;
  max-height:520px;
  object-fit:cover;
  border-radius:16px;
  box-shadow: 0 6px 18px rgba(10,30,40,0.06);
}

/* On very wide screens, limit the card height so image doesn't blow up */
@media (min-width:1200px){
  .about-hero-card{ max-height:560px; overflow:hidden; }
  .about-hero-img{ max-height:560px; }
}

/* Mobile adjustments */
@media (max-width:991.98px){
  .about-hero-card{ padding:10px; border-radius:14px; }
  .about-hero-img{ border-radius:12px; max-height:420px; }
  .about-hero-content h2{ font-size:1.75rem; }
  .about-hero-content p{ font-size:.98rem; max-width: 100ch; }
  .about-hero-content{ padding-bottom:6px; }
  .about-hero-content .eyebrow{ font-size:.8rem; margin-bottom:.45rem; }
}

/* Small phones */
@media (max-width:420px){
  .about-hero-img{ max-height:320px; }
  .about-hero-content h2{ font-size:1.45rem; }
  .about-hero-content p{ font-size:.95rem; }
}

/* Accessibility focus */
.about-hero-content a:focus, .about-hero-content button:focus, .about-hero-card:focus{
  outline: 3px solid rgba(33,133,216,0.18);
  outline-offset: 3px;
}

/* about end */




/*  SERVICE SECTION (PERFECT MATCH) */

/* Container spacing */
.services-section {
  background: #ffffff;
  padding: 60px 0;
}

/* Service Card */
.service-card {
  height: 300px;
  position: relative;
  background: #ffffff;
  padding: 70px 28px 45px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0px 20px 40px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 28px 50px rgba(0,0,0,0.12);
}

/* Yellow Hex Icon Background */
.service-icon {
  width: 90px;
  height: 90px;
  background: #2185d8;  /* exact yellow */
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  

}

/* Image inside Yellow Icon */
.service-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

/* Title */
.service-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #212529;
  margin-top: 30px;
  letter-spacing: 0.4px;
}

/* Description */
.service-card p {
  color: #6c757d;  /* soft grey */
  font-size: 0.95rem;
  margin-top: 10px;
  line-height: 1.65;
}

/* Yellow Button */
.service-btn {
  display: inline-block;
  background: #2185d8;
  color: white;
  padding: 10px 26px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: 0.2s;
  margin-top: 14px;
}

.service-btn:hover {
  background: #103e87;
}

.services-title {
  text-align: left;
  font-size: 2.4rem;
  color: #3b59ff;
    font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: 1px;
}


/* =============================
     MOBILE RESPONSIVENESS
   ============================= */
   @media (max-width: 768px) {
  .services-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .services-title {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}


@media (max-width: 991px) {

  .services-section .row { row-gap: 40px; }

  .service-card {
    max-width: 360px;
    margin: auto;
    padding: 60px 22px 38px;
    border-radius: 26px;
  }

  .service-icon {
    width: 76px;
    height: 76px;
    top: -38px;
    border-radius: 18px;
  }
  .service-icon img {
    width: 34px;
    height: 34px;
  }

  .service-card h4 {
    font-size: 1.05rem;
  }

  .service-card p {
    font-size: 0.94rem;
  }

  .service-btn {
    padding: 8px 22px;
    font-size: 0.85rem;
  }
}

@media (max-width: 420px) {

  .service-card {
    max-width: 320px;
    padding: 50px 16px 30px;
  }

  .service-icon {
    width: 68px;
    height: 68px;
    top: -34px;
  }
  .service-icon img {
    width: 30px;
    height: 30px;
  }

  .service-card h4 {
    font-size: 1rem;
  }

  .service-card p {
    font-size: 0.90rem;
  }

  .service-btn {
    padding: 8px 18px;
    font-size: 0.82rem;
  }
}



/* benefit End */



.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
 
}
.container-1 {
  
  color: black;
  border-radius: 20px;
}


.bg-gry{
    background-color: #f9fafb;
}
.feature-item{
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.feature-item::before{
    content: "";
    position: absolute;
    top: -142px;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 70%;
    background-color: #2185d8;
    border-radius: 50%;
}

.feature-item .ft-icon{position: relative;}

.feature-item .ft-icon i {
    color: #e83b3e;
    background-color: #fff;
    height: 97px;
    width: 100px;
    line-height: 97px;
    border-radius: 50%;
    font-size: 31px;
    transition: .5s;
}

.finix-text h6 {
    color: #2185d8;
    font-size: 18px;
    font-weight: 400;
}
.finix-text h2 {
    font-size: 37px;
    font-weight: 400;
}
.finix-text p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #606060;
    font-weight: 400;
    font-size: 16px;
}

.feature-item:hover{
    transform: translateY(-10px);
}
.feature-item:hover .ft-icon i {
    background-color:#2185d8 ;
    color: #fff;
}

.top-4{
    margin-top: -30px;
}
.finix-text{
    position: relative;
}
.play-animation-btn {
    height: 90px;
    width: 90px;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    font-size: 55px;
    color: #2185d8;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 262px;
    bottom: 55px;
}
.play-animation-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    background-color: #2185d8;
    border-radius:50% ;
    animation: playbtn 1.6s ease-out infinite;
}
@keyframes playbtn{
    0%,30%{
        transform: scale(0);
        opacity: 1;
    }
    
    50%{
        transform: scale(1.5);
        opacity: .7;
    }
    100%{
        transform: scale(2);
        opacity: 0;
    }
}

/* Header */
.dp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.dp-header h2 {
  color: #2185d8;
  font-size: 32px;
  margin: 0;
  
}

.dp-seeall {
  font-weight: 600;
  color: #586bff;
  text-decoration: none;
}

/* Carousel base */
.dp-carousel-wrap {
  position: relative;
}

.dp-carousel {
  overflow: hidden;
  padding: 10px 0;
}

.dp-track {
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease;
}

/* Card */
.dp-card {
  width: 300px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 16px;
  border: 2px solid rgba(34,197,94,0.1);
  padding: 16px;
}

.dp-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid #fff;
}

.dp-media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}



.dp-location {
  margin: 12px 0;
  font-weight: 600;
  color: #6b7280;
}

.dp-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(90deg, #586bff, #33d6b4);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
}

/* Arrows */
.dp-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  cursor: pointer;
}

.dp-prev { left: -12px; }
.dp-next { right: -12px; }

/* Dots */
.dp-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 8px;
}

.dp-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #cbd5e1;
}

.dp-dots .active {
  background: #586bff;
  transform: scale(1.1);
}

/* Desktop grid */
@media (min-width: 1000px) {
  .dp-carousel {
    overflow: visible;
  }

  .dp-track {
    transform: none !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .dp-arrow, .dp-dots {
    display: none;
  }

  .dp-card {
    width: 100%;
  }
}

/* Mobile adjustments */
@media (max-width: 500px) {
  .dp-card {
    width: 260px;
  }
  .dp-media img {
    height: 140px;
  }
}


    /*Packages end  */

    /*testimonial */
    .testimonial-card {
      border: 1px solid #eaeaea;
      border-radius: 12px;
      background: #fff;
      padding: 25px;
      min-height: 240px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 0 10px rgb(0 0 0 / 0.05);
      transition: box-shadow 0.3s ease;
    }
    .testimonial-card:hover {
      box-shadow: 0 8px 25px rgb(42 79 255 / 0.15);
    }
    .testimonial-card p {
      font-size: 1rem;
      color: #444;
     
      line-height: 1.5;
      flex-grow: 1;
    }
    .testimonial-profile {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    .profile-pic {
      flex-shrink: 0;
      width: 45px;
      height: 45px;
      background: #a8c2ff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #3b7bec;
    }
    .profile-pic svg {
      width: 24px;
      height: 24px;
    }
    .profile-info strong {
      font-weight: 700;
      font-size: 1.1rem;
      color: #222;
      display: block;
    }
    .profile-info span {
      color: #666;
      font-size: 0.95rem;
      margin-top: 2px;
      display: block;
    }
    .section-title {
      margin-bottom: 40px;
      text-align: center;
    }
    .section-title h2 {
      font-weight: 700;
      font-size: 1.9rem;
      display: inline-block;
      position: relative;
      padding-bottom: 6px;
      border-bottom: 3px solid #2a4fff;
      letter-spacing: 0.1em;
    }
    /* Carousel indicators styling */
    .carousel-indicators {
      justify-content: center;
      margin-top: 30px;
      gap: 14px;
      display: flex;
      padding-left: 0;
      list-style: none;
    }
    .carousel-indicators button {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: none;
      background-color: #ccc;
      transition: background-color 0.3s ease;
      cursor: pointer;
      padding: 0;
      appearance: none;
    }
    .carousel-indicators .active {
      background-color: #2a4fff;
    }
    /* Responsive adjustments: show 1 card per slide on small */
    @media (max-width: 767.98px) {
      .carousel-inner > .carousel-item > .row {
        flex-direction: column;
      }
      .carousel-inner > .carousel-item > .row > div {
        max-width: 100% !important;
        flex: 0 0 100% !important;
      }
    }

    /* tarnding packGE */
    .trending-section {
      padding: 2rem 1rem;
      background-color: #effff8;
    }
    .trending-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 2rem;
      padding: 0 1rem;
    }
    .trending-header h2 {
      color: #3b59ff;
      font-weight: 500;
    }
    .see-all-link {
      display: flex;
      align-items: center;
      font-weight: 500;
      font-size: 0.9rem;
      color: #3b59ff;
      text-decoration: none;
      cursor: pointer;
    }
    .see-all-link svg {
      margin-left: 0.3rem;
      stroke: #22c55e; /* Green arrow */
      stroke-width: 2;
    }
    .destination-item {
      text-align: center;
      margin-bottom: 1.5rem;
      color: #3b59ff;
      font-weight: 500;
      cursor: pointer;
      transition: transform 0.3s ease;
    }
    .destination-item:hover {
      transform: scale(1.05);
    }
    .destination-img {
      width: 140px;
      height: 140px;
      object-fit: cover;
      border-radius: 50%;
      margin: 0 auto 0.7rem auto;
      display: block;
      box-shadow: 0 4px 10px rgb(59 89 255 / 0.25);
    }
    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .destination-img {
        width: 90px;
        height: 90px;
      }
      .trending-header {
        padding: 0 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
      }
      .destination-item {
        margin-bottom: 1rem;
      }
    }
      /* treding plcase */
      .section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1.5rem;
      padding: 0 1rem;
    }

    .section-header h2 {
      color: #3347c6; /* Blue text color */
      font-weight: 500;
    }

    .see-all-link {
      color: #3347c6;
      text-decoration: none;
      font-weight: 500;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      gap: 0.25rem;
    }

    .see-all-link:hover {
      text-decoration: underline;
    }

    /* Card images styling */
    .package-card {
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      font-size: 0.95rem;
      text-shadow: 0 0 6px rgba(0,0,0,0.7);
    }

    .package-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.6);
      transition: filter 0.3s ease;
    }

    .package-card:hover img {
      filter: brightness(0.4);
    }

    .package-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      white-space: nowrap;
    }

    /* Custom grid layout using Bootstrap grid and rows */

    /* Heights to create the mosaic layout on desktop */
    /* Set min-heights for each column's cards */
    .tall-card {
      min-height: 380px;
    }

    .medium-card {
      min-height: 190px;
    }

    @media (max-width: 767.98px) {
      /* For small devices, stack cards with normal height */
      .tall-card,
      .medium-card {
        min-height: auto;
      }
    }

        /* Plain Banner */
  .plain-banner {
    width: 100%;
    height: 250px;       /* Desktop height */
    background: #5b8bf6; /* Banner color */
  }

  /* Tablet */
  @media (max-width: 767px) {
	  .navbar-nav{
		  gap: 15px;
	  }
	  .services-title{
		      text-align: center;

	  }
	   .tour-timeline:before {
        
		display: hidden !important;
    }
    .plain-banner {
      height: 200px;
    }
  }

  /* Mobile */
  @media (max-width: 480px) {
    .plain-banner {
      height: 160px;
    }
  }
     /* Packages start */
     .domestic-packages {
  padding: 40px 16px;
  background: #eef1ff;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}

/* Header */
.dp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.dp-header h2 {
  color: #2185d8;
  font-size: 28px;
  margin: 0;
}

.dp-seeall {
  font-weight: 600;
  color: #586bff;
  text-decoration: none;
  font-size: 14px;
}

/* Grid */
.dp-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

/* Card */
.dp-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(34,197,94,0.08);
  padding: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  box-shadow: 0 6px 18px rgba(16,24,40,0.04);
  transition: 0.18s ease;
}

.dp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(16,24,40,0.10);
}

/* Image */
.dp-media {
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid #ffffff;
  background: #f3f4f6;
  aspect-ratio: 16 / 9;
  margin-bottom: 12px;
}

.dp-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Location */
.dp-location {
  margin: 8px 0 12px;
  font-weight: 700;
  color: #6b7280;
  font-size: 15px;
}

/* Button */
.dp-btn {
  text-decoration: none !important; 
	text-align: center;
  width: 100%;
  padding: 12px;
  background: linear-gradient(90deg, #586bff, #33d6b4);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
}
/* MOBILE VIEW – show only 1 testimonial card */
@media (max-width: 767px) {
	.fleet-description {
    text-align: justify;
}
	
	.hero_section {
		padding: 110px 0 !important;
	}

  /* Hide all testimonial columns */
  #testimonialCarousel .carousel-item .col-md-4 {
    display: none;
  }

  /* Show only first card in each slide */
  #testimonialCarousel .carousel-item .col-md-4:first-child {
    display: block;
  }

}

/* Tablet View */
@media (max-width: 900px) {
  .dp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile View */
@media (max-width: 500px) {
  .dp-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .dp-card {
    min-height: auto;
  }

  .dp-media {
    aspect-ratio: 16/10;
  }
}


    /*Packages end  */

    :root{
    --accent1:#566bff;
    --accent2:#37d3b7;
    --footer-bg:#ffffff;
    --muted:#657787;
  }
  .site-footer{ font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, Arial; color:#153445; position:relative; overflow:hidden; }

  /* CTA band */
  .footer-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:28px 40px;
    background: linear-gradient(90deg, var(--accent1) 0%, #6aa8ff 40%, var(--accent2) 100%);
    color:white;
  }
  .footer-cta h3{
    margin:0; font-size:28px; font-weight:700;
  }
  .footer-cta .cta-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background: #fff;
    color: #0a6d50;
    padding:12px 18px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    box-shadow:0 6px 18px rgba(6,18,40,0.12);
  }
  .footer-cta .cta-btn img{ width:18px; height:18px; }

  /* Main footer area */
  .footer-main{
    background:var(--footer-bg);
    
    position:relative;
  }
  .footer-grid{
    display:grid;
    grid-template-columns: 260px 1fr 1fr 1fr 260px;
    gap:50px;
    align-items:start;
    max-width:1320px;
    margin:0 auto;
    padding: 40px 0;
  }

  /* Logo & description */
  .footer-logo{ display:flex; gap:16px; align-items:flex-start; }
  .footer-logo img{ width:110px; height:auto; object-fit:contain; }
  .footer-desc{ color:var(--muted); font-size:14px; line-height:1.6; max-width:220px; }

  /* Link columns */
  .footer-col h4{ font-size:16px; color:#123248; font-weight:600; }
  .footer-col ul{ list-style:none; padding:0; margin:0; }
  .footer-col li{ margin:10px 0; }
  .footer-col a{ color:#234b63; text-decoration:none; font-size:15px; }
  .footer-col a:hover{ text-decoration:underline; }

  /* Contact column */
  .contact-item{ display:flex; gap:10px; align-items:center; color:#345a6e; margin:10px 0; font-size:15px; }
  .contact-item svg{ width:18px; height:18px; opacity:0.85; }

  /* Bottom bar */
  .footer-bottom{
    border-top:1px solid #eef5fb;
    padding:18px 48px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:14px;
    color:var(--muted);
  }
  .developer-link{ color:#1e6bd6; text-decoration:none; font-weight:600; }
  .developer-link:hover{ text-decoration:underline; }

  /* Decorative illustration absolute */
  .footer-illustration{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:18px;
    width:1100px;
    max-width:1320px;
    opacity:1;
    pointer-events:none;
    z-index:0;
  }

  /* Make sure footer content sits above illustration */
  .footer-main, .footer-bottom, .footer-cta{ z-index:2; position:relative; }

  /* Responsive */
  @media (max-width:1100px){
    .footer-grid{ grid-template-columns: 1fr 1fr 1fr; }
    .footer-logo{ grid-column:1 / 2; }
    .footer-main{ padding-bottom:180px; }
    .footer-illustration{ width:980px; opacity:0.95; }
  }
  @media (max-width:820px){
    .footer-cta{ padding:20px; flex-direction:column; align-items:flex-start; gap:12px; }
    .footer-cta h3{ font-size:20px; }
    .footer-grid{ grid-template-columns: 1fr; }
    .footer-main{ padding: 0px 20px 0px; }
    .footer-illustration{ width:820px; opacity:0.85; bottom:8px; }
    .footer-bottom{ padding:12px 20px; flex-direction:column; gap:8px; align-items:flex-start; }
  }
  @media (max-width:420px){
    .footer-cta h3{ font-size:18px; }
    .footer-cta .cta-btn{ padding:10px 14px; font-size:14px; }
    .footer-desc{ max-width:100%; }
    .footer-illustration{ display:none; } /* hide big illustration on narrow phones */
  }
  /* ================================
   FLOATING CALL & WHATSAPP BUTTONS
================================ */

.floating-buttons a {
    position: fixed;
    bottom: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    text-decoration: none;
    transition: transform 0.3s ease;
}

/* Call Button (LEFT) */
.float-call {
    left: 20px;
    background: #0d6efd; /* Bootstrap blue */
}

/* WhatsApp Button (RIGHT) */
.float-whatsapp {
    right: 20px;
    background: #25D366;
}

/* Hover effect */
.floating-buttons a:hover {
    transform: scale(1.1);
}

/* Mobile friendly */
@media (max-width: 575px) {
    .floating-buttons a {
        width: 48px;
        height: 48px;
        font-size: 22px;
        bottom: 15px;
    }
}
