@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 :root {
      --bg-body: #ffffff;
      --info-card:linear-gradient(to bottom, #dfecff70, #00b5ad29);
      --fcard: linear-gradient(to bottom, #dfecff70, #00b5ad29);
      --text-color:#000000;
      --text-color1:#002B5C;
      --top-heading:#ffffff;
      --features:url("../images/bg1.png") center/cover no-repeat;
      --textboxbg: #ffffff;
      --textboxcolor:#000000;
      --herobg:linear-gradient(180deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
      --calltitle:#000000;
    }

    /* Dark Theme */
    [data-theme="dark"] {
      --bg-body: #081222;
      --info-card:#001B3F;
      --fcard: linear-gradient(90deg, #00B5AD, #00D2CB) !important;
      --text-color:#ffffff;
      --text-color1:#ffffff;
      --top-heading:#ffffff;
      --features:#081222;
      --textboxbg: #000000;
      --textboxcolor:#ffffff;
      --herobg:linear-gradient(rgba(0, 43, 92, 0.6), rgba(0, 43, 92, 0.6)), url(../images/bghero.png) center / cover no-repeat;
    }

    body {
      background: var(--bg-body);
      color: var(--text-color);
      font-family: "Poppins", sans-serif;
    }
  

    h1, h2, h4 {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      color: var(--text-color);
    }
    .calltitle{
        color:var(--calltitle);
    }
    .topheadings{
        color: var(--top-heading);
    }
    
    .companyname{
        color: var(--text-color1);
        text-decoration:none;
        font-size:20px;
    }
    .navbar {
      height: 80px;
    }

    
     .headback{
      background: var(--bg-body);  
    }
    .sticky-top{
       background: var(--bg-body);  
    }
   .nav-link {
    color: var(--text-color1);
    font-weight: 500;
   }
   .nav-link:focus, .nav-link:hover {
      color: var(--text-color1);
    font-weight: 500;
   }
    .hero {
      background: linear-gradient(rgba(0, 43, 92, 0.6), rgba(0, 43, 92, 0.6)),
                  url("../images/bghero.png") center/cover no-repeat;
      height: 95vh;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
    }
    .hero1 {
      background: linear-gradient(rgba(0, 43, 92, 0.6), rgba(0, 43, 92, 0.6)),
                  url("../images/bg-hero1.png") center/cover no-repeat;
      
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
    }
    .btn-primary-navy {
      background-color: #002B5C !important;
      border: none;
      border-radius: 8px;
      height: 40px;
     padding: 7px 20px;
       color: #fff !important;
    }
    .btn-outline-navy {
      border: 2px solid #002B5C;
      color: var(--text-color1);
      border-radius: 8px;
      height: 40px;
      padding: 7px 20px;
    }
    .btn-turquoise {
      background: linear-gradient(90deg, #00B5AD, #00D2CB) !important;
      color: #fff !important;
      border: none;
      border-radius: 8px;
      height: 50px;
      padding: 0 30px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    .features{
      background: var(--features);
    }
    .features .card {
      border: none;
    padding: 20px;
    border-radius: 12px;
        background: none;
    background: var(--fcard);
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    }
    .destination{
        background:var(--bg-body);
    }
    .nav-link:focus, .nav-link:hover{
        
    }
    .how-it-works {
      background: #002B5C;
      color: #fff;
      padding: 80px 20px;
    }
     .timeline {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
  }
  
  .timeline::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
  }
  .timeline-step {
    flex: 1;
    min-width: 180px;
    padding: 0 10px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #00B5AD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, background 0.3s ease;
  }
  .icon-circle:hover {
    transform: translateY(-6px);
    background: #00D2CB;
  }
  .timeline-step h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .ptb-100{
    padding-top:60px;
    padding-bottom:100px;
  }
  .ptb-60{
    padding-top:60px;
    padding-bottom:80px;
  }
  .trans{
        transform: translateY(60px);
  }

  .trans1{
        transform: translateY(10px);
  }
  .trans2{
        transform: translateY(65px);
  }
  .borderr
  {
    border-right:3px solid #CBDEF4;
  }


  /* Responsive stacking for mobile */
  @media (max-width: 768px) {
    
    .timeline::before {
      content: none;
    }
    .timeline-step {
      margin-bottom: 40px;
    }

    .trans{
        transform: translateY(0px);
  }

  .trans1{
        transform: translateY(0px);
  }
  .trans2{
        transform: translateY(0px);
  }
  .borderr
  {
    border-right:none;
  }

  .features .card{
    padding:0px;
  }
  .features .card h4{
   font-size:18px;
  }

  .navbar-collapse {
    
    background: #fff;
    padding: 20px;
    }
    

  }
    .access-section {
      padding: 80px 20px;
    }
    .callout {
      background: #00B5AD;
      color: #fff;
      padding: 60px 20px;
    }
    .f-list{
      list-style-type: none;
      padding-left:0px;
    }
    .f-list li{
      padding-bottom:15px;
    }
    .f-list li a{
      text-decoration: none;
      font-weight:400;
      font-size:16px;
    }
    .footer-top {
      background: #001B3F;
      color: #fff;
      padding: 60px 20px;
    }
    .footer-bottom {
      background: var(--body-color);
      padding:10px 0px 0px 0px;
    }

    .footer a {
      color: #fff;
      text-decoration: none;
    }
    .social a{
      color: #001B3F;
      text-decoration: none;
      background:#fff;
          padding: 5px 8px;
      border-radius:5px;
    }
    .f-title{
          font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 12px;
    }
    
    /****** company site Css *****/
    /* Toggle Button */
    .theme-toggle {
      border: none;
      background: transparent;
      font-size: 1.3rem;
      cursor: pointer;
      color: var(--text-color);
    }
   
    /* Promo banner */
    .promo{
          padding: 22px 20px;
    border-radius: 20px;
    border: 5px solid #053e80;
    background: #011271;
    }
    .promo h5{ margin:0; font-weight:700; }
    .promo p{ margin:4px 0 0; color:#fff; }

    /* Booking panel */
    .booking-wrap{
      background: var(--info-card);
      border-radius:18px;
      box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
      padding: 26px 20px;

    }
    .pill-tabs .nav-link{
      border-radius:999px;
      background:#dbe7ff;
      color:#1e3a8a;
      font-weight:600;
      padding:8px 16px;
      display:flex; gap:8px; align-items:center;
    }
    .pill-tabs .nav-link.active{
      background: #002b5c;
      color:#fff;
      box-shadow: 0 6px 16px rgba(22,93,255,.35);
    }
  
    .form-control, .form-select{
      border: 1px solid #e8e5e5;
      height:44px;
      box-shadow: none !important;
       color: var(--textboxcolor);
       background:var(--textboxbg);
     
    }
    .btn-primary{
      background: linear-gradient(180deg, var(--brand) 0%, var(--brand-2) 100%);
      border:0;
      font-weight:700;
      height:46px;
    }
    .btn-primary:hover{ filter: brightness(.96); }

    /* Sections */
    .section-title{
      text-align:center;
      font-weight:800;
      margin:32px 0 16px;
    }

    /* Cards */
    .info-card{
     
      color: var(--text-color);
      border-radius:14px;
      box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
       background: var(--info-card);
      padding:18px;
      height:100%;
      border: 2px solid #002b5c1f;
    }
    .info-card h5{ margin:6px 0 4px; font-weight:800; }
    .info-card p{ color:var(--muted); font-size:.94rem; }
    .info-card .link{
      font-weight:700; color:var(--brand); text-decoration:none;
    }
    .tiny-img{
      width:36px; height:36px; border-radius:999px; object-fit:cover; margin-right:8px;
    }

    /* Badges on offer cards */
    .deal-badge{
      font-size:.72rem;
      font-weight:800;
      border-radius:999px;
      padding:4px 8px;
    }
    .deal-sale{ background:#fff1f2; color:#e11d48; border:1px solid #fecdd3; }
    .deal-off{ background:#eef6ff; color:#1d4ed8; border:1px solid #c7d2fe; }
    .deal-new{ background:#ecfdf5; color:#059669; border:1px solid #a7f3d0; }

    
    .footer-title{
      font-weight:700; font-size:1.2rem; margin-bottom:12px;
    }
    .footer-link{
      color:#fff; text-decoration:none; display:block; margin:6px 0;
    }
    
    .copyright{
      color:#9aa6b2; font-size:.88rem;
    }
    /****** End this ****/
    
    
    