 /* Navbar */
        .custom-navbar{
            background: #fff;
            padding: 14px 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        .navbar-brand img{
           
            width: 180px;
        }

        .navbar-nav .nav-link{
            color: #111;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            margin: 0 10px;
            transition: 0.3s;
        }

        .navbar-nav .nav-link:hover{
            color: #0d6efd;
        }

        .join-btn{
            background: #ed6700;
            color: #fff !important;
            padding: 10px 28px!important;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 0;
        }

        .btn-join .join-btn{
          font-size: 16px;
        }

        .join-btn:hover{
            background: #1d1261;
        }

        /* Mobile menu */
        .offcanvas-start{
            width: 280px;
            transition: transform 0.5s ease-in-out;
        }

        .offcanvas-header{
            border-bottom: 1px solid #eee;
        }

        .offcanvas-body .nav-link{
            padding: 14px 0;
            border-bottom: 1px solid #f1f1f1;
            font-size: 15px;
        }

        .navbar-toggler{
            border: none;
            box-shadow: none !important;
        }

        .navbar-toggler-icon{
            width: 1.8em;
            height: 1.8em;
        }

        @media (max-width: 991px){
            .desktop-btn{
                display: none;
            }
        }

        @media (min-width: 992px){
            .mobile-btn{
                display: none;
            }
        }

     


        .notice-wrapper {
    background: #0b3b8f;
    overflow: hidden;
    width: 100%;
    padding: 12px 0;
    white-space: nowrap;
}

.notice-track {
    display: flex;
    width: max-content;
    animation: ticker 35s linear infinite;
}

.notice-content {
    display: flex;
    align-items: center;
}

.notice-content span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding-right: 80px;
    flex-shrink: 0;
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.33%);
    }
}

@media(max-width:768px){
    .notice-content span{
        font-size: 13px;
        padding-right: 50px;
    }
}

  .htoa-section{
      padding:70px 0;
      background:#f4f4f4;
    }

    .main-heading{
      font-size:45px;
      line-height:1.1;
      font-weight:400;
      color:#000;
      margin-bottom:20px;
    }

    .main-heading strong{
      font-weight:700;
      color:#05001b;
    }

    .desc{
      font-size:16px;
      
      color:#171717;
     
      
    }

    /* Right Side */
    .logo-title{
      text-align:center;
      margin-bottom:30px;
    }

    .logo-title h2{
      font-size:72px;
      font-weight:500;
      color:#1846a3;
      letter-spacing:2px;
      margin-bottom:0;
      font-family: serif;
    }

    .logo-title p{
      font-size:18px;
      letter-spacing:2px;
      color:#111;
      margin-top:-5px;
      text-transform: lowercase;
    }

    .stats-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:28px;
    }

    .stat-card{
      background:#fff;
      border:2px solid #5ea1ff;
      border-radius:20px;
      padding:12px 10px;
      display:flex;
      align-items:center;
      gap:20px;
      transition:all .35s ease;
      cursor:pointer;
      
    }

    .stat-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 40px rgba(0,0,0,0.12);
      border-color:#1d72ff;
      background:#fdfdfd;
    }

    .icon-box{
      width:60px;
      height:60px;
      background:#1976ff;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      flex-shrink:0;
      transition:0.3s;
    }

    .stat-card:hover .icon-box{
      transform:scale(1.08) rotate(4deg);
    }

    .icon-box i{
      color:#fff;
      font-size:28px;
    }

    .stat-number{
      font-size:30px;
      font-weight:700;
      color:#111;
      line-height:1;
      margin-bottom:8px;
    }

    .stat-label{
      font-size:15px;
      font-weight:600;
      color:#6b6b6b;
      text-transform:uppercase;
      letter-spacing:0.5px;
      line-height:1.4;
    }

    @media(max-width:1200px){
      .main-heading{
        font-size:40px;
      }

      .logo-title h2{
        font-size:60px;
      }
    }

    @media(max-width:991px){

      .htoa-section{
        padding:50px 0;
      }

      .left-content{
        margin-bottom:60px;
      }

      .main-heading{
        font-size:48px;
      }

      .desc{
        font-size:18px;
      }

      .logo-title h2{
        font-size:54px;
      }
    }

    @media(max-width:767px){

      .main-heading{
        font-size:35px;
      }

      .desc{
        font-size:16px;
      }

      .stats-grid{
        grid-template-columns:1fr;
      }

      .logo-title h2{
        font-size:46px;
      }

      .logo-title p{
        font-size:15px;
      }

      .stat-number{
        font-size:34px;
      }
    }

    .logo-title p{
        margin-bottom: 0px!important;
    }

    .destination-section{
  position:relative;
  overflow:hidden;
  padding:70px 0 80px;
  background:
  radial-gradient(circle at top center, rgba(52,115,255,0.35), transparent 25%),
  radial-gradient(circle at bottom left, rgba(255,255,255,0.06), transparent 20%),
  #461b75;
}

/* TITLE */

.section-title{
  text-align:center;
  margin-bottom:55px;
}

.section-title h2{
  color:#fff;
  font-size:40px;
  font-weight:800;
  line-height:1;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:12px;
  font-family:cursive;
}

.section-title p{
  color:#f3eefe;
  font-size:20px;
  font-weight:400;
}

/* DESTINATION GRID */

.destination-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}

/* CARD */

.destination-card{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  transition:0.4s ease;
}

.destination-img{
  position:relative;
  overflow:hidden;
  border-radius:18px;
}

.destination-img img{
  width:100%;
  height:170px;
  object-fit:cover;
  transition:0.5s ease;
  display:block;
}

/* OVERLAY */

.destination-img::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,0.45), transparent);
  opacity:0;
  transition:0.4s;
  z-index:1;
}

.destination-card:hover .destination-img::before{
  opacity:1;
}

/* HOVER EFFECT */

.destination-card:hover img{
  transform:scale(1.1) rotate(1deg);
}

.destination-card:hover{
  transform:translateY(-10px);
}

/* TITLE */

.destination-name{
  text-align:center;
  color:#fff;
  font-size:20PX;
  font-weight:500;
  margin-top:16px;
  letter-spacing:1px;
  text-transform:uppercase;
}

/* BUTTON */

.view-btn-wrap{
  text-align:center;
  margin-top:45px;
}

.view-btn{
  display:inline-block;
  padding:14px 42px;
  border-radius:50px;
  background:#ffd633;
  color:#111;
  font-size:20px;
  font-weight:600;
  text-decoration:none;
  transition:0.35s ease;
  letter-spacing:1px;
}

.view-btn:hover{
  background:#fff;
  transform:translateY(-5px);
  box-shadow:0 12px 25px rgba(0,0,0,0.2);
}

/* MAP */

.map-wrap{
  position:relative;
  text-align:center;
}

.map-wrap img{
  width:100%;
  max-width:500px;
  opacity:0.9;
  filter:brightness(1.1);
}

/* RESPONSIVE */

@media(max-width:1200px){

  .section-title h2{
    font-size:48px;
  }

  .section-title p{
    font-size:18px;
  }

}

@media(max-width:991px){

  .destination-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .map-wrap{
    margin-top:60px;
  }

}

@media(max-width:767px){

  .destination-grid{
    grid-template-columns:1fr;
  }

  .section-title h2{
    font-size:38px;
  }

  .section-title p{
    font-size:15px;
    line-height:1.6;
  }

  .destination-name{
    font-size:18px;
  }

  .view-btn{
    font-size:18px;
    padding:12px 34px;
  }

}
/* Section */
.info-section{
    padding:70px 0;
    border-top:4px solid #4b1d78;
    background:#f7f7f7;
}

/* NAV PILLS */
.custom-tabs{
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:45px;
}

.custom-tabs .nav-link{
    background:#fff;
    color:#111;
    border:1px solid #e8e8e8;
    border-radius:10px;
    padding:10px 18px;
    font-size:15px;
    font-weight:500;
    min-width:200px;
    text-align:center;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
    transition:all .35s ease;
}

.custom-tabs .nav-link:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 20px rgba(0,0,0,0.08);
}

.custom-tabs .nav-link.active{
    background:#2d5b9a;
    color:#fff;
    border-color:#2d5b9a;
}

/* Content */
.tab-pane{
    animation:fadeSlide .5s ease;
}

@keyframes fadeSlide{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.content-title{
    color:#2d5b9a;
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.content-text{
    font-size:18px;
    line-height:1.8;
    color:#222;
}

/* Image */
.info-image{
    overflow:hidden;
    border-radius:22px;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.info-image img{
    width:100%;
    border-radius:22px;
    transition:.5s;
    display:block;
}

.info-image:hover img{
    transform:scale(1.06);
}

/* Mobile */
@media(max-width:991px){
    .custom-tabs .nav-link{
        min-width:100%;
    }

    .content-title{
        font-size:32px;
    }

    .content-text{
        font-size:16px;
    }

    .info-image{
        margin-top:30px;
    }
}

/* =========================
   PROCESS SECTION
========================= */

.ga-process-section{
    position:relative;
    overflow:hidden;
    padding:90px 0;
    background:linear-gradient(135deg,#1f4d88 0%, #295b9d 45%, #1b457b 100%);
}

/* Background Glow */

.ga-process-section::before{
    content:'';
    position:absolute;
    width:700px;
    height:700px;
    background:radial-gradient(circle, rgba(255,255,255,0.10), transparent 70%);
    top:-250px;
    right:-200px;
    border-radius:50%;
}

.ga-process-section::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:radial-gradient(circle, rgba(255,255,255,0.06), transparent 70%);
    bottom:-200px;
    left:-150px;
    border-radius:50%;
}

/* Title */

.ga-process-title{
    text-align:center;
    margin-bottom:70px;
    position:relative;
    z-index:2;
}

.ga-process-title h2{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin-bottom:18px;
}

.ga-process-title p{
    color:rgba(255,255,255,0.8);
    font-size:18px;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

/* Timeline */

.ga-process-wrapper{
    position:relative;
    z-index:2;
}

/* Center Line */

.ga-process-line{
    position:absolute;
    top:70px;
    left:0;
    width:100%;
    height:4px;
    background:rgba(255,255,255,0.18);
    z-index:0;
}

/* Card */

.ga-process-card{
    position:relative;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.22);
    backdrop-filter:blur(8px);
    border-radius:28px;
    padding:20px 15px;
    height:100%;
    transition:0.45s ease;
    overflow:hidden;
}

/* Hover Glow */

.ga-process-card::before{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    background:radial-gradient(circle, rgba(255,255,255,0.16), transparent 70%);
    top:-80px;
    right:-80px;
    opacity:0;
    transition:0.5s;
}

.ga-process-card:hover::before{
    opacity:1;
}

.ga-process-card:hover{
    
    border-color:rgba(255,255,255,0.45);
    box-shadow:0 18px 45px rgba(0,0,0,0.22);
}

/* Step Number */

.ga-step-badge{
    position:absolute;
    top:-24px;
    left:50%;
    transform:translateX(-50%);
    width:54px;
    height:54px;
    background:#fff;
    color:#1f4d88;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
    box-shadow:0 10px 25px rgba(0,0,0,0.18);
}

/* Icon */

.ga-process-icon{
    width:78px;
    height:78px;
    border-radius:22px;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.2);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:20px auto 28px;
    transition:0.4s;
}

.ga-process-card:hover .ga-process-icon{
    transform:rotate(8deg) scale(1.08);
    background:#fff;
}

.ga-process-icon i{
    font-size:30px;
    color:#fff;
    transition:0.4s;
}

.ga-process-card:hover .ga-process-icon i{
    color:#1f4d88;
}

/* Text */

.ga-process-card h3{
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:500;
    margin-bottom:18px;
    line-height:1.4;
}

.ga-process-card p{
    color:rgba(255,255,255,0.82);
    text-align:center;
    font-size:16px;
    margin-bottom:0;
}

/* Responsive */

@media(max-width:1199px){

    .ga-process-title h2{
        font-size:42px;
    }

    .ga-process-card h3{
        font-size:24px;
    }

}

@media(max-width:991px){

    .ga-process-line{
        display:none;
    }

    .ga-process-card{
        margin-top:25px;
    }

    .ga-process-title{
        margin-bottom:45px;
    }

}

@media(max-width:767px){

    .ga-process-section{
        padding:70px 0;
    }

    .ga-process-title h2{
        font-size:34px;
    }

    .ga-process-title p{
        font-size:15px;
    }

    .ga-process-card{
        padding:35px 22px;
    }

    .ga-process-card h3{
        font-size:21px;
    }

    .ga-process-card p{
        font-size:14px;
    }

}

/* =========================
       TEAM SECTION
    ========================== */

    .vb-team-section{
      padding:100px 0;
      background:linear-gradient(to bottom, #f7fbff, #edf5ff);
    }

    .vb-team-subtitle{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:14px;
      color:#2563eb;
      font-size:15px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:1px;
      margin-bottom:15px;
    }

    .vb-team-subtitle::before,
    .vb-team-subtitle::after{
      content:"";
      width:55px;
      height:2px;
      background:#2563eb;
      display:block;
      border-radius:20px;
    }

    .vb-team-title{
      text-align:center;
      font-size:50px;
      font-weight:700;
      color:#0f172a;
      line-height:1.1;
      margin-bottom:70px;
    }

    /* =========================
       CARD
    ========================== */

    .vb-team-card{
      background:#ffffff;
      border-radius:28px;
      
      overflow:hidden;
      transition:0.4s ease;
      border:1px solid rgba(37,99,235,0.08);
      box-shadow:0 10px 35px rgba(37,99,235,0.08);
      height:100%;
    }

    .vb-team-card:hover{
      transform:translateY(-10px);
      box-shadow:0 20px 50px rgba(37,99,235,0.18);
    }

    .vb-team-image-wrap{
     
     
      position:relative;
      padding: 19px 19px 0px;
    background: #f5f5f5;
    }

    .vb-team-image{
      width:100%;
     
      object-fit:cover;
      transition:0.5s ease;
    }

    .vb-team-card:hover .vb-team-image{
      transform:scale(1.06);
    }

    .vb-team-content{
      padding:15px;
      text-align:center;
    }

    .vb-team-name{
      font-size:18px;
      font-weight:600;
      color:#0f172a;
      margin-bottom:8px;
    }

    .vb-post-name{
      font-size: 20px;
       font-weight:700;
       color: #ed6700;
    }

    .vb-team-role{
      font-size:14px;
      color:#2563eb;
      font-weight:500;
    
    }

    /* =========================
       SOCIAL ICONS
    ========================== */

    .vb-social-list{
      display:flex;
      justify-content:center;
      gap:14px;
    }

    .vb-social-link{
      width:48px;
      height:48px;
      border-radius:50%;
      border:2px solid #dbeafe;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#2563eb;
      font-size:18px;
      text-decoration:none;
      transition:0.35s ease;
      background:#fff;
    }

    .vb-social-link:hover{
      background:#2563eb;
      color:#fff;
      border-color:#2563eb;
      transform:translateY(-4px);
    }

    /* =========================
       RESPONSIVE
    ========================== */

    @media(max-width:1200px){
      .vb-team-title{
        font-size:52px;
      }
    }

    @media(max-width:992px){
      .vb-team-title{
        font-size:42px;
      }

     
    }

    @media(max-width:768px){
      .vb-team-section{
        padding:70px 0;
      }

      .vb-team-title{
        font-size:34px;
      }

      .vb-team-name{
        font-size:24px;
      }

      .vb-team-role{
        font-size:16px;
      }
    }

     /* =========================
       PARTNER SECTION
    ========================== */

    .vb-partner-section{
      padding:80px 0;
     
    }

    .vb-partner-title{
      text-align:center;
      font-size:54px;
      font-weight:800;
      color:#0f172a;
      margin-bottom:60px;
    }

    /* =========================
       GRID TABLE
    ========================== */

   

    .vb-partner-item{
      /* height:190px; */
      display:flex;
      align-items:center;
      justify-content:center;
      background:#ffffff;
      border-top:1px solid #d9e7ff;
      border-right:1px solid #d9e7ff;
       border-left:1px solid #d9e7ff;
      border-bottom:1px solid #d9e7ff!important;
      transition:0.35s ease;
      padding:15px;
      position:relative;
    }

    .vb-partner-item:hover{
      background:#f4f8ff;
      transform:scale(1.02);
    }

    /* remove right border from every 6th item */
    .vb-partner-item:nth-child(6n){
      border-right:none;
    }

    /* remove bottom border from last row */
    .vb-partner-item:nth-last-child(-n+6){
      border-bottom:none;
    }

    .vb-partner-logo{
      
      width:100%;
      object-fit:contain;
      opacity:0.85;
      transition:0.3s ease;
      filter:grayscale(20%);
    }

    .vb-partner-item:hover .vb-partner-logo{
      opacity:1;
      transform:scale(1.05);
      filter:grayscale(0%);
    }

    /* =========================
       RESPONSIVE
    ========================== */

    @media(max-width:991px){

      .vb-partner-title{
        font-size:42px;
      }

      .vb-partner-item{
        height:160px;
      }

      /* tablet 3 column */
      .vb-partner-item:nth-child(6n){
        border-right:1px solid #d9e7ff;
      }

      .vb-partner-item:nth-last-child(-n+6){
        border-bottom:1px solid #d9e7ff;
      }

      .vb-partner-item:nth-child(3n){
        border-right:none;
      }

      .vb-partner-item:nth-last-child(-n+3){
        border-bottom:none;
      }

    }

    @media(max-width:576px){

      .vb-partner-section{
        padding:70px 0;
      }

      .vb-partner-title{
        font-size:34px;
      }

      .vb-partner-item{
        height:140px;
      }

      /* mobile 2 column */
      .vb-partner-item:nth-child(3n){
        border-right:1px solid #d9e7ff;
      }

      .vb-partner-item:nth-last-child(-n+3){
        border-bottom:1px solid #d9e7ff;
      }

      .vb-partner-item:nth-child(2n){
        border-right:none;
      }

      .vb-partner-item:nth-last-child(-n+2){
        border-bottom:none;
      }

    }

     a{
      text-decoration:none;
    }

    /* ===================================
       FOOTER
    ==================================== */

    .vb-footer{
      position:relative;
      overflow:hidden;
      padding-top:70px;
      color:#fff;
      background:url('../img/footer-banner.png') center center/cover no-repeat;
    }

    .vb-footer::before{
      content:"";
      position:absolute;
      inset:0;
      background:rgba(4, 17, 32, 0.82);
      backdrop-filter:blur(2px);
    }

    .vb-footer-container{
      position:relative;
      z-index:2;
    }

    /* ===================================
       SOCIAL
    ==================================== */

    .vb-footer-social-wrap{
      text-align:center;
      margin-bottom:60px;
    }

    .vb-footer-title{
      font-family:'Permanent Marker',cursive;
      font-size:45px;
      color:#ffc93c;
      margin-bottom:30px;
      letter-spacing:1px;
    }

    .vb-footer-social{
      display:flex;
      justify-content:center;
      gap:18px;
      flex-wrap:wrap;
    }

    .vb-social-icon{
      width:52px;
      height:52px;
      border-radius:18px;
      background:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      transition:0.35s ease;
      box-shadow:0 10px 25px rgba(0,0,0,0.25);
    }

    .vb-social-icon:hover{
      transform:translateY(-8px) scale(1.05);
    }

    .vb-facebook{
      color:#1877f2;
    }

    .vb-instagram{
      color:#ff0069;
    }

    .vb-twitter{
      color:#121212;
    }

    .vb-youtube{
      color:#ff0000;
    }

    .vb-whatsapp{
      color:#16c60c;
    }

    .vb-linked-in{
    color:#00639d;
    }

    /* ===================================
       FOOTER CONTENT
    ==================================== */

    .vb-footer-content{
      padding-bottom:55px;
    }

    .vb-footer-heading{
      font-size:28px;
      font-weight:700;
      margin-bottom:28px;
      color:#fff;
    }

    .vb-footer-links{
      list-style:none;
      padding:0;
      margin:0;
    }

    .vb-footer-links li{
      margin-bottom:16px;
    }

    .vb-footer-links a{
      color:rgba(255,255,255,0.88);
      font-size:16px;
      font-weight:400;
      transition:0.3s ease;
      display:inline-block;
    }

    .vb-footer-links a:hover{
      color:#ffc93c;
      transform:translateX(6px);
    }

    /* ===================================
       OFFICE
    ==================================== */

    .vb-office-box h4{
      font-size:28px;
      font-weight:700;
      margin-bottom:28px;
    }

    .vb-office-info{
      display:flex;
      gap:14px;
      margin-bottom:18px;
      color:rgba(255,255,255,0.9);
      font-size:16px;
      line-height:1.7;
    }

    .vb-office-info i{
      color:#ffc93c;
      margin-top:8px;
      min-width:20px;
    }

     .vb-office-info a{
      color:rgba(255,255,255,0.9);
     }

    /* ===================================
       MAP
    ==================================== */

    .vb-map{
      width:100%;
      height:290px;
      border-radius:12px;
      overflow:hidden;
      border:3px solid rgba(255,255,255,0.15);
      box-shadow:0 10px 30px rgba(0,0,0,0.35);
    }

    .vb-map iframe{
      width:100%;
      height:100%;
      border:0;
    }

    /* ===================================
       COPYRIGHT
    ==================================== */

    .vb-footer-bottom{
      position:relative;
      z-index:2;
      border-top:1px solid rgba(255,255,255,0.15);
      padding:20px 0;
      text-align:center;
    }

    .vb-footer-bottom p{
      color:rgba(255,255,255,0.8);
      font-size:16px;
      margin-bottom:10px;
    }

    /* ===================================
       RESPONSIVE
    ==================================== */

    @media(max-width:991px){

      .vb-footer-title{
        font-size:44px;
      }

      .vb-footer-heading,
      .vb-office-box h4{
        font-size:32px;
      }

      .vb-footer-links a,
      .vb-office-info,
      .vb-footer-bottom p{
        font-size:18px;
      }

      .vb-social-icon{
        width:60px;
        height:60px;
        font-size:28px;
      }

      .vb-map{
        margin-top:30px;
      }

      .vb-footer-social{
      display:flex;
      justify-content:center;
      gap:10px;
      flex-wrap:wrap;
    }

    }

    @media(max-width:576px){

      .vb-footer{
        padding-top:50px;
      }

      .vb-footer-title{
        font-size:30px;
      }

      .vb-footer-heading,
      .vb-office-box h4{
        font-size:26px;
      }

      .vb-footer-links a,
      .vb-office-info,
      .vb-footer-bottom p{
        font-size:16px;
      }

      .vb-social-icon{
        width:44px;
        height:44px;
        border-radius:10px;
        font-size:24px;
      }

    }


    

    @media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 94%;
    }
}


.hto-terms-section{

padding:80px 0;

}

.hto-terms-card{

background:#fff;
border-radius:18px;
padding:45px;
box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.hto-title{

font-size:36px;
font-weight:700;
color:#0b5ed7;
margin-bottom:10px;

}

.hto-subtitle{

font-size:16px;
color:#666;
margin-bottom:35px;

}

.hto-list{

list-style:none;
padding:0;
margin:0;

}

.hto-list li{

display:flex;
align-items:flex-start;
gap:15px;
padding:15px 0;
border-bottom:1px solid #eee;
font-size:16px;
color:#444;
line-height:28px;

}

.hto-list li:last-child{

border-bottom:none;

}

.hto-list i{

color:#198754;
font-size:18px;
margin-top:5px;

}

.hto-note{

margin-top:35px;
background:#fff8e5;
border-left:5px solid #ffc107;
padding:20px;
border-radius:10px;
font-size:15px;
color:#555;

}

@media(max-width:768px){

.hto-title{

font-size:28px;

}

.hto-terms-card{

padding:25px;

}

.hto-list li{

font-size:15px;

}

}