
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

    :root {
      --purple: #70236b;
      --blue:   #002f6d;
      --golden: #c78e47;
      --golden-lt: #e0b06e;
    }

    body { font-family: 'DM Sans', sans-serif; overflow-x: hidden; }

    /* ════════════════════════════
       TOP BAR  (exact from image)
    ════════════════════════════ */
    .topbar {
      background: var(--blue);
      border-bottom: 1px solid #eee;
      padding: 8px 0;
    }

    .topbar-inner {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 32px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .topbar-left {
      display: flex;
      align-items: center;
      gap: 24px;
    }

    .tb-item {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 13px;
      color: #fff;
    }

    .tb-item svg { color: var(--golden);
       flex-shrink: 0; }

    .topbar-socials {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .soc {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1.5px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      font-weight: 700;
      transition: all 0.2s;
    }

    .soc:hover { border-color: var(--golden); color: var(--golden); }

    /* ════════════════════════════
       MAIN HEADER (exact from img)
    ════════════════════════════ */
    header {
      background: #fff;
      position: sticky;
      top: 0;
      z-index: 300;
    }

    .header-inner {
      max-width: 1400px;
      margin: 0 auto;
      padding: 5px 32px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    /* Logo */


    .logo-icon img { 
        width: 100%;
        height: 100px; }


    /* Nav */
    nav { display: flex; align-items: center; gap: 0; }

    .nav-a {
      display: flex;
      align-items: center;
      gap: 3px;
      padding: 8px 14px;
      font-size: 13.5px;
      font-weight: 600;
      color: #222;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      border-radius: 6px;
      transition: color 0.2s;
    }

    .nav-a:hover { color: var(--purple); }

    .nav-a svg { opacity: 0.45; }

    /* Phone block */
    .phone-block {
      display: flex;
      align-items: center;
      gap: 11px;
      flex-shrink: 0;
    }

    .phone-ring {
      width: 46px;
      height: 46px;
      background: linear-gradient(135deg, var(--purple), #a0358a);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: ring-pulse 2.2s infinite;
      flex-shrink: 0;
    }

    @keyframes ring-pulse {
      0%   { box-shadow: 0 0 0 0 rgba(112,35,107,0.45); }
      70%  { box-shadow: 0 0 0 10px rgba(112,35,107,0); }
      100% { box-shadow: 0 0 0 0 rgba(112,35,107,0); }
    }

    .phone-ring svg { color: #fff; }

    .phone-info small { display: block; font-size: 11px; color: #888; }
    .phone-info strong { display: block; font-size: 17px; font-weight: 700; color: #111; }

    /* Appointment btn */
    .btn-appt {
      background: linear-gradient(135deg, var(--golden), #b07a30);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      padding: 12px 26px;
      border-radius: 40px;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 7px;
      transition: all 0.3s;
      box-shadow: 0 4px 18px rgba(199,142,71,0.4);
      flex-shrink: 0;
    }

    .btn-appt::before { content: '•'; font-size: 18px; line-height: 1; }
    .btn-appt::after  { content: '•'; font-size: 18px; line-height: 1; }

    .btn-appt:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(199,142,71,0.55); }

    /* ════════════════════════════
       BANNER — one unified gradient
    ════════════════════════════ */
    .banner {
      background: linear-gradient(120deg, var(--blue) 0%, #001845 35%, #3a0d5e 70%, var(--purple) 100%);
      min-height: 620px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }


    /* Glow blobs */
    .blob1 {
      position: absolute;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(199,142,71,0.18) 0%, transparent 65%);
      top: -100px; left: -80px;
      border-radius: 50%;
      pointer-events: none;
    }

    .blob2 {
      position: absolute;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(112,35,107,0.25) 0%, transparent 65%);
      bottom: -150px; right: 30%;
      border-radius: 50%;
      pointer-events: none;
    }


    .banner-content {
      max-width: 1400px;
      margin: 0 auto;
      padding: 80px 32px 100px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 60px;
      position: relative;
      z-index: 2;
      width: 100%;
      flex: 1;
    }

    /* ── LEFT ── */
    .b-left {
      flex: 1;
      max-width: 700px;
    }

    .b-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px;
      animation: fadeUp 0.6s ease both;
    }

    .eyebrow-bar {
      width: 28px; height: 2px;
      background: linear-gradient(90deg, var(--golden), var(--golden-lt));
      border-radius: 2px;
    }

    .eyebrow-txt {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      color: var(--golden-lt);
    }

    .b-h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 64px;
      font-weight: 700;
      line-height: 1.1;
      color: #fff;
      margin-bottom: 22px;
      animation: fadeUp 0.6s 0.08s ease both;
    }

    .b-h1 em {
      font-style: italic;
      font-weight: 600;
      background: linear-gradient(90deg, var(--golden), var(--golden-lt));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .b-desc {
      font-size: 15.5px;
      line-height: 1.8;
      color: rgba(255,255,255,0.6);
      font-weight: 300;
      max-width: 500px;
      margin-bottom: 38px;
      animation: fadeUp 0.6s 0.16s ease both;
    }

    .b-btns {
      display: flex;
      align-items: center;
      gap: 16px;
      animation: fadeUp 0.6s 0.24s ease both;
    }

    .btn-main {
      background: linear-gradient(135deg, var(--golden) 0%, #b07a30 100%);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      padding: 15px 34px;
      border-radius: 6px;
      text-decoration: none;
      transition: all 0.3s;
      box-shadow: 0 6px 24px rgba(199,142,71,0.45);
    }

    .btn-main:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(199,142,71,0.55); }

    .btn-sec {
      display: flex;
      align-items: center;
      gap: 10px;
      color: rgba(255,255,255,0.8);
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.25s;
    }

    .btn-sec:hover { color: var(--golden-lt); gap: 14px; }

    .play-circle {
      width: 42px; height: 42px;
      border-radius: 50%;
      border: 1.5px solid rgba(255,255,255,0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.25s;
    }

    .btn-sec:hover .play-circle { border-color: var(--golden); background: rgba(199,142,71,0.15); }

    

    /* ── RIGHT ── */
    .b-right {
      flex: 0 0 420px;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: fadeRight 0.7s 0.1s ease both;
    }

    /* Image frame with border effects */
    .img-frame {
      position: relative;
      width: 550px;
      height: 460px;
    }

    /* Corner border decorations */
    .img-frame::before {
      content: '';
      position: absolute;
      top: -14px; left: -14px;
      width: 80px; height: 80px;
      border-top: 2.5px solid var(--golden);
      border-left: 2.5px solid var(--golden);
      border-radius: 4px 0 0 0;
      z-index: 3;
    }

    .img-frame::after {
      content: '';
      position: absolute;
      bottom: -14px; right: -14px;
      width: 80px; height: 80px;
      border-bottom: 2.5px solid var(--golden);
      border-right: 2.5px solid var(--golden);
      border-radius: 0 0 4px 0;
      z-index: 3;
    }

    /* Purple offset shadow box */
    .img-shadow-box {
      position: absolute;
      top: 16px; left: 16px;
      width: 100%; height: 100%;
      border: 1.5px solid rgba(112,35,107,0.6);
      border-radius: 18px;
      z-index: 0;
    }

    /* Golden ring behind */
    .img-ring {
      position: absolute;
      top: -30px; right: -30px;
      width: 160px; height: 160px;
      border: 1px solid rgba(199,142,71,0.2);
      border-radius: 50%;
      z-index: 0;
    }

    .img-ring-inner {
      position: absolute;
      top: 20px; left: 20px;
      right: 20px; bottom: 20px;
      border: 1px solid rgba(199,142,71,0.15);
      border-radius: 50%;
    }

    /* Actual image container */
    .img-box {
      position: absolute;
      inset: 0;
      border-radius: 16px;
      overflow: hidden;
      z-index: 2;
      background: linear-gradient(160deg, rgba(0,47,109,0.6) 0%, rgba(112,35,107,0.5) 100%);
    }

    /* Placeholder image (travel/world themed) */
    .img-box-inner {
      width: 100%;
      height: 100%;
      background:
        linear-gradient(180deg, rgba(0,15,40,0.3) 0%, rgba(0,0,0,0.55) 100%),
        url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?w=760&q=80') center/cover no-repeat;
      border-radius: 16px;
    }

    /* Floating badge on image */
    .float-badge {
      position: absolute;
      bottom: 28px;
      left: -24px;
      background: #fff;
      border-radius: 14px;
      padding: 14px 20px;
      display: flex;
      align-items: center;
      gap: 12px;
      box-shadow: 0 12px 40px rgba(0,0,0,0.25);
      z-index: 4;
      animation: floatY 4s ease-in-out infinite;
    }

    @keyframes floatY {
      0%,100% { transform: translateY(0); }
      50%      { transform: translateY(-8px); }
    }

    .badge-icon {
      width: 40px; height: 40px;
      background: linear-gradient(135deg, var(--purple), #9b3595);
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }

    .badge-icon svg { color: #fff; }

    .badge-txt strong { display: block; font-size: 15px; font-weight: 700; color: #111; }
    .badge-txt small  { font-size: 11px; color: #888; }

    /* Top right floating tag */
    .float-tag {
      position: absolute;
      top: 28px;
      right: -20px;
      background: linear-gradient(135deg, var(--golden), #b07a30);
      color: #fff;
      font-size: 11.5px;
      font-weight: 700;
      letter-spacing: 0.5px;
      padding: 10px 18px;
      border-radius: 50px;
      box-shadow: 0 6px 20px rgba(199,142,71,0.45);
      z-index: 4;
      animation: floatY 5s 1s ease-in-out infinite;
    }

    /* ── MARQUEE RIBBON ── */
    .marquee-ribbon {
      background: linear-gradient(90deg, var(--purple) 0%, #5a1a55 50%, var(--purple) 100%);
      height: 50px;
      display: flex;
      align-items: center;
      overflow: hidden;
      position: relative;
      z-index: 2;
    }

    .marquee-track {
      display: flex;
      align-items: center;
      white-space: nowrap;
      animation: marquee 24s linear infinite;
    }

    .m-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 0 30px;
      font-size: 11.5px;
      font-weight: 600;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.7);
    }

    .m-dot {
      width: 5px; height: 5px;
      background: var(--golden);
      border-radius: 50%;
      flex-shrink: 0;
    }

    @keyframes marquee {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }

    /* ── Keyframes ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(26px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeRight {
      from { opacity: 0; transform: translateX(30px); }
      to   { opacity: 1; transform: translateX(0); }
    }



    .hm_aboutus{
      padding: 80px 15px;
    }

    .wrapper{
      width: 100%;
      max-width: 1400px;
      padding: 0px 32px;
      margin: 0px auto;
    }

    .about-row{
      display: flex;
      align-items: center;
      gap: 80px;
    }

    .about-content{
      width: 650px;
    }

    .about-imgs{
      width: calc(100% - 80px - 650px);
      display: flex;
      gap: 30px;
    }

    .about-imgs img{
      width: 100%;
      height: 100%;
      border-radius: 16px;
      object-fit: cover;
    }

    .about-content h2{
      font-family: 'Cormorant Garamond', serif;
      font-size: 60px;
      font-weight: 700;
      line-height: 1.1;
      color:var(--blue);
      margin-bottom: 22px;
      text-transform: capitalize;
    }

    .about-content h2 em{
      color: var(--golden);
    }

    .about-content p{
      font-size: 16px;
      line-height: 160%;
      padding-right: 50px;
      color: #666;
    }

    .approved-box{
      display: flex;
      align-items: center;
      gap: 20px;
      margin-top: 30px;
      padding-bottom: 30px;
      margin-bottom: 40px;
      border-bottom: 1px solid #ddd;
    }

    .approved-box ul{
      display: flex;
      list-style: none;
      margin: 0px;
      padding: 0px;
    }

    .approved-box ul li{
      width: 50px;
      height: 50px;
      border-radius: 50px;
      border: 2px solid var(--golden);
    }

    .approved-box ul li img{
      width: 100%;
      height: 100%;
      border-radius: 50px;
      object-fit: cover;
    }

    .approved-box ul li.numli{
      background-color: var(--purple);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 600;
    }

    .approved-box ul li:not(:first-child){
      margin-left: -15px
    }

    .approved-box h4{
      color: #222;
      font-size: 16px;
    }

    .approved-box p{
      font-size: 14px;
      color: #666;
    }

        .work-list{
          margin-bottom: 30px;
        }

    .work-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
}

.about-imgs .img-left {
  width: 60%;
  height: 550px;
}

.about-imgs .img-right {
 transform: translateY(35px);
  width: 40%;
  height: 350px;
  margin-left: -60px;
  border: 6px solid #fff;
  border-radius: 16px;
}

    .work-list ul li{
      color: #222;
      font-size: 15px;
      display: flex;
      align-items: center;
      gap: 5px;
    }



    .hm_services{
      padding: 100px 0px;
      position: relative;
       background-color: #efefef;
    }


.serv-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.serv-head h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--blue);
  margin-bottom: 22px;
  text-transform: capitalize;
  text-align: center;
}

.serv-head h2 em{
  color: var(--golden);
}

.serv-slider-main{
  margin-top: 40px
}

.visa-box {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.visa-box .txt-visa {
  padding: 30px;
}


.txt-visa .btn-sec{
  margin-top: 30px;
  color: var(--golden);
}

.txt-visa .btn-sec .play-circle{
  border-color: var(--golden);
}

.txt-visa h3 {
  font-size: 26px;
  color: var(--blue);
  margin-bottom: 15px;
}

.txt-visa p{
  font-size: 16px;
  line-height: 160%;
  color: #666;
}

.img-visa{
  width: 100%;
  overflow: hidden;
  height: 220px;
  position: relative;
  border-radius: 0px 0pxx 16px 16px;
}

.img-visa img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.5s;
  border-radius: 0px 0px 16px 16px;
}


.swiper.service_slider{
  border-radius: 16px;
}

.visa-box:hover .img-visa img{
  transform: scale(1.12);
}

.img-visa::after{
    background: linear-gradient(90deg, rgba(var(--white-rgb, 255, 255, 255), 0.13) 0px, rgba(var(--white-rgb, 255, 255, 255), 0.13) 77%, rgba(var(--white-rgb, 255, 255, 255), 0.3) 92%, rgba(var(--white-rgb, 255, 255, 255), 0));
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.5s ease 0s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  width: 200%;
}


.visa-box:hover .img-visa::after{
    left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.5s, 0.5s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}


.services-row-main .b-btns{
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}


.hm_chooseus{
  padding: 100px 0px
}

.chooseus-head{
  width: 100%;
  max-width: 100%;
}

.chooseus-head h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--blue);
  margin-bottom: 22px;
  text-transform: capitalize;
}

.chooseus-head h2 em{
  color: var(--golden);
}

.chooseus-head p{
  color: #666;
  font-size: 16px;
  line-height: 160%;
}

.choose-list{
  display: flex;
  gap: 20px;
  margin-top: 50px;
  position: relative;
  z-index: 10;
}

.choose-col {
  width: calc((100% - (3 * 30px))/4);
  padding: 30px;
  background: #fff;
  box-shadow: 0px 10px 10px #0001;
  border-radius: 16px;
  padding-bottom: 100px;
}

.choose-col .icon{
  width: 60px;
  height: 60px;
  background-color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-bottom: 25px;
}

.choose-col .icon img{
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.choose-col h4{
  color: #222;
  font-size: 20px;
  margin-bottom: 15px;
}

.choose-col p{
  color: #666;
  font-size: 16px;
  line-height: 160%;
}


.hm_chooseus{
  position: relative;
}

.hm_chooseus .wrapper{
  position: relative;
}

.hm_chooseus .thumb{
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -100px;
}

.hm_chooseus .thumb img{
  width: 100%;
  height: calc(100% + 200px);
  object-fit: cover;
  display: block;
}


.hm_chooseus::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 500px;
  width: 500px;
  background: linear-gradient(0deg, var(--golden) 0%, var(--purple) 100%);
  z-index: -1;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.2;
}


.choose-col.choose-col-last {
  background: linear-gradient(190deg,var(--blue) 0%, var(--purple) 100%);
}


.choose-col.choose-col-last .icon{
  background-color: #fff;
}

.choose-col.choose-col-last .icon img{
  filter: brightness(0);
}

.choose-col.choose-col-last h4,
.choose-col.choose-col-last p{
  color: #fff;
}


.hm_countcover{
  padding: 100px 0px;
  background-color: var(--blue);
}


.hm_countcover .serv-head h2{
  color: #fff;
}

.visa-offer-country-items{
  display: flex;
  list-style: none;
  gap: 20px;
  width: fit-content;
  transition: all 0.4s;
  margin: 0px auto;
  flex-wrap: wrap;
  justify-content: center;
}

.visa-offer-country-items li{
  transition: all 250ms ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 60px 37px;
  overflow: hidden;
  border-radius: 20px;
  min-height: 350px;
  width: calc((100% - (8 * 20px))/9);
  background: #00275b;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.visa-offer-country-items li:hover{
  background-color: var(--blue);
}

.visa-offer-country-item .country {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}


.visa-offer-country-item .country .icon{
  height: 80px;
  width: 80px;
  border-radius: 50px;
}

.visa-offer-country-item .country .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.visa-offer-country-item .country .content {
  display: flex;
  flex-direction: row-reverse;
  transition: all 0.3s;
}

.visa-offer-country-item .country h5 {
  margin-bottom: 3px;
  font-size: 20px;
  writing-mode: vertical-lr;
  color: #fff;
  transition: all 0.3s;
}


.visa-offer-country-item .country span{
  color: #fff;
  writing-mode: vertical-lr;
  transition: all 0.3s;
}


.hm_countssec{
  padding: 100px 0px;
}

.counts-row {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.counts-col{
  width: calc((100% - (3 * 50px))/4);
}

.counts-col h3{
  color: var(--blue);
  font-size: 74px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1;
}

.counts-col h4 {
  color: #222;
  font-size: 22px;
  padding-left: 20px;
  border-left: 5px solid var(--golden);
}

.countcoverrow {
  margin-top: 20px;
}

.hm_contactus {
  padding: 120px 0px;
  position: relative;
  background-color: var(--blue);
}

.hm_contactus .chooseus-head h2{
  color: #fff;
}

.hm_contactus .wrapper {
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
  position: relative;
}

.contact-form {
  width: 700px;
}

.contact-form h5{
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

form input,
form textarea,
form select{
  width: 100%;
  background-color: transparent !important;
  border: 0px !important;
  height: 42px;
  border-bottom: 1px solid #666 !important;
  color: #000;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}

form textarea{
  resize: none;
  height: 50px;
}

.main-form{
  padding:65px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 50px;
}

.main-form form button{
  background-color: var(--blue);
  height: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  border: 0px;
}

.contact-ques {
  padding:65px;
  background-image: linear-gradient(131deg, #080337 0%, #00255C 66%);
  width: 452px;
  position: relative;
  z-index: 10;
  border-radius: 20px;
}

.contact-ques h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-ques ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.contact-ques ul li{
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-ques ul li h4{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.contact-ques ul li p{
  color: #fff;
  font-size: 16px;
}

.contact-ques ul li .img{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--golden);
}

.hm_contactus::after {
  position: absolute;
  content: "";
  background: url(https://dev254.kodesolution.com/vizario/wp-content/uploads/2025/07/blog3.jpg);
  width: 25%;
  height: 100%;
  right: 0;
  top: 0;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.arrow-img {
  position: absolute;
  right: 470px;
  top: 200px;
}

.testimonials{
  padding: 100px 0px;
}

.test-coubts{
  display: flex;
  margin-top: 50px;
  gap: 20px;
}

.tst-count{
  padding: 30px;
  background-color: var(--blue);
  border-radius: 20px;
}

.testi-row {
  display: flex;
  gap: 150px;
}

.test-swiper {
  width: 650px;
  background-color: #edf2f5;
  border: 1px solid #00255c1a;
  border-radius: 10px;
  position: relative;
  padding: 42px 49px 49px;
}

.testi-box p {
  font-size: 18px;
  line-height: 170%;
  font-weight: 600;
  color: var(--blue);
}

.testi-details {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid #d0d0d0;
}

.tst-count h4 {
  color: var(--golden);
  font-size: 40px;
  margin-bottom: 10px;
}

.tst-count p{
  color: #fff;
  font-size: 16px;
  line-height: 160%;
}

.testi-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.txt h4 {
  font-size: 24px;
  color: var(--golden);
}

.testi-details{
  display: flex;
  align-items: center;
  gap: 15px;
}

.testi-details .txt p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

.testi-details img{
  width: 55px;
  height: 55px;
  border-radius: 50px;
}


.Cta-sec {
  padding: 250px 0px 30px 0px;
  background-image: url("https://dev254.kodesolution.com/vizario/wp-content/uploads/2025/10/bg7.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.Cta-sec::before{
background-image: linear-gradient(213deg, #00000000 54%, #00255C9E 87%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.Cta-sec::after{
  background-image: linear-gradient(178deg, #2E2E2E00 42%, #00255CFC 86%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.cta-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.cta-row h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.cta-row h2 em{
  color: var(--golden);
}

.btns {
  position: absolute;
  right: 40px;
  bottom: 40px;
}


footer{
  background-color: #02275D;
  position: relative;
  padding: 100px 0px 20px;
}

.footer-img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  pointer-events: none;
  opacity: 0.03;
}

.footer-img img{
  width: 100%;
  height: auto;
  display: block;
}

.footer-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
}

.footer-row{
  display: flex;
  gap: 50px;
}

.footer-col{
  width: calc((100% - (3 * 50px))/4);
}

.fot-head h3{
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.footer-col p{
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color:#fff;
}

.footer-links {
  list-style: none;
}

.footer-links{
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.footer-links li{
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color:#fff;
}

.footer-contact {
  margin-top: 30px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-contact li a{
    font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color:#fff;
  text-decoration: none;
}

.footer-contact li a{
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact li a .icon{
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-color: var(--golden);
  display: flex;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
}

.footer-contact li a .icon svg{
  width: 20px;
  height: 20px;
}

.footer-socials {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  list-style: none;
}

.footer-socials li{
    width: 40px;
  height: 40px;
  background: #22467b;
  display: flex;
  align-items: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s;
  color: #fff;
  justify-content: center;
}

.about-story{
  padding: 100px 0px;
}

.story-grid {
  display: flex;
  gap: 70px;
  align-items: center;
}

.story-visual,
.story-text {
  width: 50%;
}

.story-visual{
  position: relative;
}

.story-img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.story-mini {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: 130px;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
}

.story-mini img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-badge {
  position: absolute;
  bottom: -12px;
  right: -12px;
  background: var(--golden);
  color: #fff;
  padding: 10px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(201,146,42,.4);
}

.story-badge .n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.story-text h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--blue);
  margin-bottom: 22px;
  text-transform: capitalize;
}

.story-text h2 em{
  color: var(--golden);
}

.story-text .desc {
  margin: 10px 0;
  font-size: 16px;
  line-height: 160%;
  padding-right: 50px;
  color: #666;
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0px;
}

.pill {
  background: rgba(13,27,62,.06);
  color: #0d1b3e;
  border: 1px solid rgba(13,27,62,.1);
  font-size: 13px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pill::before {
  content: '✓';
  color: var(--golden);
  font-size: 10px;
  font-weight: 800;
}



.story-text .btn-sec{
  color: var(--golden);
}

.story-text .btn-sec .play-circle{
  border-color: var(--golden);
}

.story-text .b-btns {
  margin-top: 30px;
}

.inner-banner{
  padding: 50px 0px;
  min-height: 400px;
  background: linear-gradient(120deg, var(--blue) 0%, #001845 35%, #3a0d5e 70%, var(--purple) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}


.about-us-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.about-us-banner h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.about-us-banner h2 em{
  color: var(--golden);
}

.about-us-banner p{
  max-width: 1000px;
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}

.about-us-banner .disc{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-drive{
  padding: 100px 0px;
  background-color: #efefef;
}

.drive-row{
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.drive-row .card{
  width: calc((100% - (2 * 30px))/3);
  padding: 46px 38px 42px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.15);
background: linear-gradient(190deg,var(--blue) 0%, var(--purple) 100%);
 transition: all 0.4s;
 border-radius: 16px;
}

.drive-row .card:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(30, 20, 80, 0.32);
}

.drive-row .card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180,140,255,0.22) 0%, transparent 70%);
  pointer-events: none;
}


.icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  position: relative;
  z-index: 1;
}

.icon-wrap svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: rgba(255,255,255,0.9);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--golden-lt);
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}


.card-title {
  font-family: ca;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  font-family: 'Cormorant Garamond', serif;
}

.card-divider {
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, rgba(220,175,70,0.8), rgba(220,175,70,0.1));
  margin-bottom: 20px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  transition: width 0.4s ease;
}

.card-body {
  font-size: 16px;
  line-height: 1.78;
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.about-founders{
  padding: 100px 0px;
}

.founder-col .founder{
  display: flex;
  border: 1px solid #ece9e2;
  border-radius: 16px;
    background-color: #fff;
}

.founder-col .founder .founder-image{
  position: relative;
  width: 40%;
background: linear-gradient(190deg,var(--blue) 0%, var(--purple) 100%);
  padding: 10px;
  border-radius: 16px 0px 0px 16px;
}

.founder-col .founder .founder-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
    border-radius: 16px 0px 0px 16px;
}

.founder-col .founder .founder-content {
  padding: 52px 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(100% - 40%);
}

.founder-role {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: var(--golden-lt);
  margin-bottom: 15px;
}

.founder-name{
font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--blue);
  margin-bottom: 5px;
  text-transform: capitalize;
}

.founder-title {
  font-size: 14px;
  color: #6b7a94;
  font-weight: 400;
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}

.founder-bio {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  font-weight: 300;
  margin-bottom: 10px;
}

.founder-content .tags {
  display: flex;
  margin-top: 30px;
  gap: 10px;
  flex-wrap: wrap;
}

.founder-content .tags span{
  font-size: 11.5px;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 100px;
background: rgba(13,27,62,.06);
  color: #0d1b3e;
  border: 1px solid rgba(13,27,62,.1);
}

.founders-row {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.divider {
  width: 65px;
  height: 2px;
  background: linear-gradient(90deg, #1a2a6c, rgba(45,27,110,0.2));
  border-radius: 2px;
  margin-bottom: 28px;
  transition: width 0.4s ease;
}


.founder-col:nth-child(even) .founder{
  flex-direction: row-reverse;
}

.founder-col:nth-child(even) .founder-image,
.founder-col:nth-child(even) .founder-image img{
  border-radius: 0px 16px 16px 0px;
}


.hm_countssec-about{
  padding: 100px 0px 50px;
  border-bottom: 1px solid #efefef;
}

.about-choose{
  padding: 100px 0px;
   background-color: #efefef;
}

.why-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}


.why-item{
  display: flex;
  gap: 10PX;
  align-items: flex-start;
  background: #fff;
  padding: 15px 20px;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

.abchoose-row{
  display: flex;
  gap: 50px;
}

.abchhose-col-txt,
.abchhose-col-img{
  width: 50%;
}

.why-item h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 5px;
}

.why-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 35px;
  color: var(--golden);
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  min-width: 40px;
  opacity: .8;
}

.why-item p{
  color: #666;
  font-size: 14px;
  line-height: 160%;
}

.abchhose-col-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.footer-copy {
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
  color: #fff6;
  border-top: 1px solid #fffcfc38;
}

.contact-sec{
  padding: 100px 0px;
}

.contact-row{
  display: flex;
  gap: 50px;
}

.info-side,
.form-side{
  width: 50%;
}


.form-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 50px rgba(13,27,62,.1);
  padding: 50px 30px;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.frow {
  display: flex;
  gap: 20px;
}

.fg label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  color:var(--blue);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .38rem;
}

.fg input, .fg select, .fg textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #002f6d21;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #1a2340;
  width: 100%;
  background: #f5f7fa;
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.frow .fg {
  width: 100%;
}

#the-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.fg textarea {
  resize: none;
  min-height: 100px;
}

.consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 15px;
}

.consent label {
  font-size:14px;
  color: #666;
  line-height: 1.6;
  cursor: pointer;
}

.consent label a {
  color: var(--golden);
}

.form-card h3 {
  font-size: 26px;
  color: var(--blue);
  margin-bottom: 5px;
  line-height: 110%;
}

.form-card p{
  font-size: 14px;
  line-height: 160%;
  color: #666;
}


#the-form .btn-sub {
  background: linear-gradient(135deg, var(--golden) 0%, #b07a30 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 15px 34px;
  border-radius: 6px;
  border: 0px;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 6px 24px rgba(199,142,71,0.45);
}


.d-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.d-row {
  padding: 10px 15px;
  background: #f5f7fa;
  border-radius: 12px;
  border: 1px solid #0d1b3e1a;
}

.d-row div {
  display: flex;
  flex-direction: column;
}

.d-lbl {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--golden);
  display: block;
  margin-bottom: 5px;
}

.d-val{
  color: var(--blue);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}

.qucik-ans{
  padding: 100px 0px;
  background-color: #efefef;
}

.faq-s{
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  margin-top: 30px;
}

.faq-item {
  border-bottom: 1px solid #0d1b3e1a;
}

.faq-btn {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--blue);
  text-align: left;
}

.faq-ic {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: var(--blue);
  flex-shrink: 0;
  transition: all .25s;
}

.faq-item.open .faq-ic {
  background: var(--golden);
  color: #fff;
  transform: rotate(45deg);
}

.faq-ans {
  overflow: hidden;
  max-height: 0;
  transition: max-height .35s ease;
}

.faq-item.open .faq-ans {
  max-height: 180px;
}

.faq-ans p {
  padding: 0 0 1.2rem;
  color: #666;
  font-size: .87rem;
  line-height: 1.8;
}

.contact-map{
  padding: 100px;
}

.contact-map iframe{
  width: 100%;
  height: 400px;
  display: block;
}


.about-content .disc{
  display: flex;
  flex-direction: column;
  gap: 15px;
}


.service_slider .swiper-slide {
  height: auto;
}
.service_slider .swiper-slide .visa-box {
  height: 100%;
}

.visa-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.visa-box .img-visa{
  margin-top: auto;
}

.b-content p{
  color: #fff;
}


.card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.card-list li {
  color: #fff;
  font-size: 15px;
  line-height: 150%;
}

.about-founders .serv-head h2 span {
  font-size: 25px;
  line-height: 100%;
  display: block;
}

.founder-bio b {
  font-weight: 700;
  font-style: italic;
}

.services-main{
  padding: 100px 0px 0px;
}

.service-head h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--blue);
  margin-bottom: 22px;
  text-transform: capitalize;
}

.service-head h2 em{
  color: var(--golden);
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-col {
  background-image: url("https://wordpress.validthemes.net/visaco/wp-content/uploads/2025/07/map-mini.png");
  background-color: #EFEFEF;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: 1px solid #e7e7e7;
}

.service-col {
  width: calc((100% - (3 * 20px))/4);
}

.service-col.first {
  width: calc((100% - (2 * 20px))/3);
}

.service-head {
  width: calc(100% - 20px - 432px);
}

.service-col .top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.service-col .flag {
  position: relative;
  z-index: 1;
  padding: 5px;
}

.service-col .top img {
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 50px;
  object-fit: cover;
}

.service-col .flag::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 300%;
  background: #fff;
  z-index: -1;
  content: "";
  border-radius: 0 50px 50px 0;
}

.c_name {
  color: #222;
  font-size: 20px;
}

ul.list-style-one {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

ul.list-style-one li {
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
}

ul.list-style-one li::after {
position: absolute;
  left: 0;
  top: 4px;
  content: "✓";
  height: 16px;
  width: 16px;
  background: var(--purple);
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
}



/* RESPONSIVE */

/* Menu */
.hamburger {
  cursor: pointer;
  display:none;
}

.hamburger svg {
  height: 50px; /* contol overall size of icon */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke:var(--purple);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3; /* contol height of bars */
  transition:
    stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger.active svg {
  transform: rotate(-45deg);
}

.hamburger.active .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

/* Menu */


.privacy-policy{
  padding: 100px 0px;
}

.pp-main-wrap{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.policy-section{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.policy-section h3{
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--blue);
}

.policy-section p{
  color: #666;
  font-size: 16px;
  line-height: 160%;
}

.policy-section ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0px;
  padding-left: 15px;
}

.policy-section ul li{
    color: #666;
  font-size: 16px;
}



@media(max-width:1024px){

  .topbar{
    display: none;
  }

  .hamburger {
  cursor: pointer;
  display: inline-block;
  position: relative;
    z-index: 1;
}

.phone-block{
  display: flex;
  margin-left: auto;
}

nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  flex-direction: column;
    align-items: baseline;
    padding: 50px 0px;
  background: var(--blue);
  visibility: hidden;
  pointer-events: none;
  transition: all ease-in 0.4s;
}

.nav-a {
  color: #fff;
}

body:has(.hamburger.active) nav {
  visibility: visible;
  pointer-events: unset;
  left: 0;
}

body:has(.hamburger.active),
body:has(.hamburger.active) html{
  overflow: hidden !important;
}


body:has(.hamburger.active) .line{
  stroke: var(--golden);
}

.banner-content {
  padding: 60px 20px 80px;
  flex-direction: column;
  gap: 60px;
}

.b-left {
  width: 100%;
  max-width: 100%;
}

.b-desc {
  width: 100%;
  max-width: 100%;
}

.img-frame {
  position: relative;
  width: 400px;
  height: 460px;
}

.about-row {
  flex-direction: column;
  gap: 50px;
}

.about-content {
  width: 100%;
}

.about-imgs {
  width: 100%;
  display: flex;
  gap: 30px;
}

.hm_aboutus {
  padding: 80px 0px;
}

.wrapper {
  padding: 0px 20px;
}

.hm_services {
  padding: 80px 0px;
}

.hm_chooseus .thumb{
  display: none;
}

.hm_chooseus {
  padding: 80px 0px;
}

.choose-list {
  flex-wrap: wrap;
}

.choose-col {
  width: calc((100% - (2 * 30px))/3);
  padding-bottom: 50px;
}

.hm_countcover {
  padding: 80px 0px;
}

.visa-offer-country-items li {
  min-height: 300px;
  width: calc((100% - (5 * 20px))/6);
}

.counts-col h3 {
  color: var(--blue);
  font-size: 54px;
}

.counts-col h4 {
  font-size: 16px;
  padding-left: 10px;
}

.arrow-img {
display: none;
}

.hm_contactus {
  padding: 80px 0px;
}

.hm_contactus::after {
  width: 100%;
  height: 20%;
  right: 0;
  top: auto;
  bottom: 0;
}

.hm_contactus .wrapper {
  flex-direction: column;
  align-items: baseline;
}

.contact-form {
  width: 100%;
}

.contact-ques {
  width: 100%;
}

.testimonials {
  padding: 80px 0px;
}


.testi-row {
  flex-direction: column;
  gap: 50px;
}

.about-story {
  padding: 80px 0px;
}

.about-drive,
.about-choose,
.contact-sec,
.qucik-ans,
.about-founders {
  padding: 80px 0px;
}

.contact-map {
  padding: 80px 20px;
}

.services-main {
  padding: 80px 0px 0px;
}

.service-col {
  width: calc((100% - (1 * 20px))/2) !important;
}


.privacy-policy{
  padding: 80px 0px;
}


}


@media(max-width:767px){

  .logo-icon img {
  width: 100%;
  height: 60px;
  }

  .header-inner {
   padding: 5px 15px;
  }

  .hamburger svg {
    height: 40px;
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .footer-wrap {
   padding: 0px 20px;
  }

  .footer-row {
  flex-wrap: wrap;
}

  .footer-col {
  width: calc((100% - (1 * 50px))/2);
}

footer {
  padding: 50px 0px 20px;
}

.btn-appt {
  display: none;
}

.b-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
}

.b-btns {
  flex-direction: column;
}

.float-badge {
  left: -10px;
}

.img-ring {
  position: absolute;
  top: -40px;
  right: -10px;
}

.about-content h2 {
  font-size: 40px;
}

.hm_aboutus {
    padding: 50px 0px !important;
}

.about-imgs .img-left {
  width: 70%;
    height: 350px;
}

.about-imgs .img-right {
  height: 250px;
}

.about-content p{
  padding: 0px;
}

.approved-box {
  flex-direction: column;
  align-items: baseline;
  padding-bottom: 20px;
    margin-bottom: 20px;
}

.hm_services {
  padding: 50px 0px !important;
}

.serv-head h2 {
  font-size: 40px;
}

.serv-slider-main {
  margin-top: 10px;
}

.hm_chooseus,
.hm_countcover {
  padding: 50px 0px !important;
}

.chooseus-head h2 {
  font-size: 40px;
}

.choose-col {
    width: calc((100% - (1 * 30px))/2) !important;
    padding-bottom: 50px;
}

.visa-offer-country-items li {
  min-height: 300px;
  width: calc((100% - (2 * 20px))/3) !important;
}

.counts-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.counts-col {
  width: calc((100% - (3 * 30px))/4);
}

.counts-col h3 {
    color: var(--blue);
    font-size: 34px;
    margin-bottom: 20px;
}

.hm_countssec {
  padding: 60px 0px;
}

.hm_contactus {
  padding: 50px 0px;
}

.main-form,
.contact-ques{
  padding: 30px;
}

.testimonials {
  padding: 50px 0px;
}

.test-swiper {
  width: 100%;
  padding: 30px;
}

.btns{
  display: none;
}

.hm_chooseus{
  overflow: hidden;
}

.Cta-sec {
  padding: 120px 0px 30px 0px;
  background-image: url("https://dev254.kodesolution.com/vizario/wp-content/uploads/2025/10/bg7.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cta-row {
  flex-direction: column;
  gap: 40px;
  align-items: baseline;
}

.cta-row h2 {
  font-size: 40px;
}

.about-us-banner h2 {
  font-size: 44px;
}

.about-story {
  padding: 50px 0px;
}

.story-grid {
  flex-direction: column-reverse;
  gap: 40px;
}

.story-visual, .story-text {
  width: 100%;
}

.story-text h2 {
  font-size: 40px;
}

.story-text .desc {
  padding-right: 0px;
}

.story-img {
  height: 450px;
}

.about-drive,
.about-choose,
.qucik-ans,
.contact-sec,
.about-founders {
  padding: 50px 0px;
}

.serv-head h2 {
  font-size: 40px;
}

.drive-row {
  flex-wrap: wrap;
}


.drive-row .card {
  width: calc((100% - (1 * 30px))/2);
  padding: 20px;
}

.serv-head h2,
.chooseus-head h2 {
  font-size: 40px;
}

.founder-col .founder .founder-content {
  padding: 20px;
  width: 100%;
}

.founder-col .founder {
  flex-direction: column !important;
}

.founder-col .founder .founder-image{
  width: 100%;
  border-radius: 16px 16px 0px 0px;
}

.founder-col .founder .founder-image img{
  border-radius: 16px 16px 0px 0px;
}

.abchoose-row {
  flex-wrap: wrap;
}

.abchhose-col-txt, .abchhose-col-img {
  width: 100%;
}

.abchhose-col-img img {
  height: 400px;
}

.contact-row {
  flex-direction: column;
}

.info-side, .form-side {
  width: 100%;
}

.form-card{
  padding: 20px;
}

.form-card h3 {
  margin-bottom: 15px;
}

.faq-s {
  max-width: 100%;
  margin-top: 0px;
}

.contact-map {
  padding: 50px 20px;
}

.service-head h2{
  font-size: 40px;
}

.service-head {
  width: 100%;
}

.service-col {
  width: calc((100% - (1 * 20px))/2) !important;
}

.services-main{
  padding: 50px 0px 0px;
}


.privacy-policy{
  padding: 50px 0px;
}



}


@media(max-width:600px){
  .service-col {
  width: 100% !important;
  padding: 20px !important;
}
}


@media(max-width:478px){

  
  .footer-row {
 flex-direction: column;
 gap: 30px;
}

  .footer-col {
  width:100%;
}

.fot-head h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  margin-bottom: 15px;
}

.footer-copy {
  font-size: 14px;
}

.phone-block .phone-info {
  display: none;
}

.about-imgs .img-right {
  height: 200px;
}

.img-frame {
  position: relative;
  width: 300px;
  height: 400px;
}

.visa-box {
  gap: 0px;
}

.visa-box .img-visa {
  margin-top: 10px;
}

.txt-visa h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.visa-box .txt-visa {
  padding: 20px;
}

.b-h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
}


.txt h4 {
  font-size: 16px;
}

.choose-col {
    width: 100% !important;
    padding-bottom: 30px;
}

.visa-offer-country-item .country .icon {
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

.visa-offer-country-items li {
  padding: 20px;
  min-height: auto;
  width: calc((100% - (3 * 20px))/4) !important;
}

.choose-list {
  margin-top: 20px;
}


.counts-col {
    width: calc((100% - (1 * 30px))/2);
  }

  .contact-ques h3 {
  font-size: 22px;
}

.contact-ques ul li h4 {
  font-size: 18px;
}

.contact-ques ul li .img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}

.contact-ques ul li p {
  font-size: 15px;
  word-break: break-word;
}

.tst-count h4 {
  font-size: 26px;
}

.test-coubts {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  gap: 20px;
}

.visa-offer-country-item .country h5 {
  font-size: 16px;
}

.about-us-banner h2 {
  font-size: 38px;
}

.story-img {
  height: 350px;
}


.drive-row .card {
  width: 100%;
}


.drive-row {
    margin-top: 0px;
}

.founder-name {
  font-size: 26px;
}


.abchhose-col-img img {
  height: 350px;
}

.eyebrow-txt {
  font-size: 10px;
}

.frow {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.serv-head h2,
.serv-head h2,
.cta-row h2,
.serv-head h2,
.story-text h2,
.chooseus-head h2,
.service-head h2,
.chooseus-head h2,
.about-content h2 {
    font-size: 28px;
    line-height: 1.3;
}

.service-col {
  width: 100% !important;
  padding: 20px !important;
}

ul.list-style-one li {
  font-size: 15px;
}



}