@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
      --primary: #292e72;
      --accent: #f30a1c;
      --dark: #101828;
      --text: #1f2937;
      --muted: #667085;
      --line: #e7eaf3;
      --bg: #f7f8fc;
      --white: #ffffff;
      --soft-primary: rgba(41, 46, 114, 0.08);
      --soft-accent: rgba(243, 10, 28, 0.08);
      --shadow: 0 12px 35px rgba(16, 24, 40, 0.08);
    }
       body {
      font-family: 'Inter', sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top left, rgba(41, 46, 114, 0.06), transparent 28%),
        radial-gradient(circle at top right, rgba(243, 10, 28, 0.05), transparent 20%),
        linear-gradient(180deg, #fbfcff 0%, #f7f8fc 100%);
        overflow-x: hidden;
    }

     a {
      text-decoration: none;
    }

.section-padding {
    padding: 90px 0;
    padding-bottom: 0px;
}

    .section-title {
      font-size: 2rem;
      font-weight: 800;
      color: var(--primary);
      margin-bottom: 12px;
      letter-spacing: -0.02em;
    }

    .section-subtitle {
      color: var(--muted);
      max-width: 700px;
      margin: 0 auto 40px;
      font-size: 15px;
    }

    .eyebrow {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 14px;
    }


.h1,
.h2 {
  font-family: "Unna", serif;
  font-weight: 700;

}

a.navbar-brand.navbar-repo.header-logo {
  width: 19%;
}

.header-logo img {
    width: 109%;
    background: white;
    padding: 2px;
    border-radius: 10px;
}

.header-contact-wraper.header-contact-wraper-repo {
    padding: 6px 0px;
    z-index: 999;
    overflow: hidden;
    width: 100%;
    background: white;
}


.header-contact-wraper {
  padding: 11px 0px;
  /* position: fixed; */
  z-index: 111;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.sticky-header {
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: black;
}


.login-btn-cov {
    background: transparent linear-gradient(0deg, #0a116b 0%, #08126f 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 8px 31px;
    color: white;
    border: none;
    font-weight: 600;
    margin-top: 2px;
    margin-left: 11px;
}

a.nav-link.main-header-link {
  font-size: 16px;
  margin-left: 11px;
  font-weight: 500;
  color: white;
}

/* From Uiverse.io by zjssun */
.login-btn-cov {
  position: relative;
  padding: 9px 27px;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #7d2ae8;
  transition: all 0.2s ease;
}

.login-btn-cov:active {
  transform: scale(0.96);
}

.login-btn-cov:before,
.login-btn-cov:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.login-btn-cov:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.login-btn-cov:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}


.footer-section-main-wrapper {
    border-top: 1px solid;
    padding-top: 45px;
    background: #262b6c;
    margin-top: 50px;
    color: white;
}

ul.footer-list {
  list-style: none;
  padding-left: 0px;
  padding-top: 15px;
}

ul.footer-list p {
  margin-bottom: 7px;
}

li.footer-set2-list {
  margin-bottom: 15px;
  font-size: 16px;
}

ul.footer-service-list {
  list-style: none;
  padding-left: 2px;
  margin-top: 22px;
  font-size: 17px;
}

li.footer-set2-list a {
    color: white;
}

.footer-logo img {
  width: 50%;
  margin-bottom: 21px;
}

.footer-set {
  margin-top: 22px;
}

.footer-botm-image img {
  width: 37%;
}

.footer-botm-image {
  margin: 21px auto;
  text-align: center;
}

.footer-para {
  text-align: center;

  padding: 20px 0px;
}

.footer-para p {
  margin-bottom: 0px;
  font-weight: 600;
  color: white;
}

.footer-set h4 {
  font-size: 18px;
  text-decoration: underline;
}

.footer-social-link {
    margin: 0px 9px;
    font-size: 22px;
    color: white;
}

.social-links-cover {
  display: flex;
  justify-content: start;
}

.footer-set1 {
  border-right: 2px dotted #53275f;
}

.footer-para {
    background: #262b6c;
    border-top: 1px solid;
}

.footer-set h4 {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid;
    width: fit-content;
}

li.footer-set2-list i {
  color: #de751d;
  font-size: 23px;
}

.footer-main-cover {
  padding-bottom: 20px;
}


/*----------------- new hero section----------------- */

/* Hero */
    .hero {
      padding: 90px 0 70px;
      position: relative;
    }

 .hero h1 {
    font-size: 39px;
    line-height: 1.05;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 18px;
}

    .hero h1 .accent {
      color: var(--accent);
    }

    .hero p {
      color: var(--muted);
      font-size: 16px;
      line-height: 1.75;
      max-width: 560px;
      margin-bottom: 28px;
    }

    .hero-points {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }
.btn-main {
    background: var(--accent);
    color: #fff;
    border: 1px solid var(--accent);
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.3s ease;
}
.btn-outline-pro {
    background: transparent;
    color: var(--primary);
    border: 1px solid rgba(41, 46, 114, 0.18);
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.3s ease;
}
    .hero-points span {
      background: #fff;
      border: 1px solid var(--line);
      padding: 10px 14px;
      border-radius: 999px;
      font-size: 13px;
      color: var(--primary);
      font-weight: 600;
      box-shadow: 0 8px 20px rgba(16, 24, 40, 0.04);
    }

    .hero-card {
      background: #fff;
      border: 1px solid rgba(41, 46, 114, 0.08);
      border-radius: 22px;
      overflow: hidden;
      box-shadow: var(--shadow);
      position: relative;
    }

    .hero-image {
      min-height: 420px;
      background:
        linear-gradient(to right, rgba(41,46,114,0.74), rgba(41,46,114,0.38)),
        url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
      position: relative;
    }

    .hero-badge {
      position: absolute;
      top: 24px;
      left: 24px;
      background: rgba(255,255,255,0.14);
      border: 1px solid rgba(255,255,255,0.18);
      color: #fff;
      padding: 10px 14px;
      border-radius: 10px;
      font-size: 13px;
      font-weight: 700;
      backdrop-filter: blur(8px);
    }

    .hero-overlay-card {
      position: absolute;
      bottom: 24px;
      left: 24px;
      right: 24px;
      background: rgba(255,255,255,0.95);
      border-radius: 16px;
      padding: 18px 20px;
      box-shadow: 0 10px 24px rgba(16, 24, 40, 0.10);
    }

    .hero-overlay-card h6 {
      font-size: 15px;
      margin-bottom: 8px;
      color: var(--primary);
      font-weight: 800;
    }

    .hero-overlay-card p {
      margin: 0;
      font-size: 13px;
      line-height: 1.6;
      color: var(--muted);
    }

    .hero-stats {
      margin-top: 18px;
    }

    .stat-box {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 8px 18px rgba(16, 24, 40, 0.04);
      height: 100%;
    }

    .stat-box h4 {
      margin: 0 0 6px;
      color: var(--primary);
      font-size: 1.5rem;
      font-weight: 800;
    }

    .stat-box p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
    }

    /* Cards */

    .service-section {
    padding: 90px 0;
    background: radial-gradient(900px 500px at 10% -10%, rgba(41,46,114,.12), transparent 60%),        radial-gradient(700px 380px at 95% 0%, rgba(243,10,28,.10), transparent 55%),        var(--bg);
}
 .service-card, .adv-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 26px;
    height: inherit;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(16, 24, 40, 0.04);
    margin-bottom: 38px;
}



    .service-card:hover,
    .adv-card:hover,
    .partner-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 35px rgba(16, 24, 40, 0.08);
      border-color: rgba(41, 46, 114, 0.18);
    }

    .icon-box {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--soft-primary), var(--soft-accent));
      color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin-bottom: 18px;
    }

   .service-card h5, .adv-card h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 12px;
}

    .service-card p,
    .adv-card p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: 16px;
    }

    .text-link {
      color: var(--accent);
      font-size: 14px;
      font-weight: 700;
    }

    .text-link:hover {
      color: var(--primary);
    }

    .section-head {
      text-align: center;
      margin-bottom: 44px;
    }

    

    /* Advantage section background */
.advantage-wrap {
    background: #262b6c;
    border-top: 1px solid rgba(41,46,114,0.06);
    border-bottom: 1px solid rgba(41,46,114,0.06);
}
.adv-title{
    color: white;
}

    /* Consultation */
    .consult-box {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 24px;
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .consult-side {
      background: linear-gradient(160deg, var(--primary), #1f235b);
      color: #fff;
      padding: 40px 34px;
      height: 100%;
    }

    .consult-side h3 {
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 14px;
    }

    .consult-side p {
      color: rgba(255,255,255,0.82);
      line-height: 1.7;
      margin-bottom: 24px;
      font-size: 15px;
    }

    .consult-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .consult-list li {
      margin-bottom: 14px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14px;
      color: rgba(255,255,255,0.92);
    }

    .consult-list i {
      color: #fff;
      margin-top: 2px;
    }

    .consult-form {
      padding: 36px;
      background: #fff;
    }

    .form-label {
      font-size: 12px;
      font-weight: 700;
      color: var(--primary);
      margin-bottom: 8px;
      text-transform: uppercase;
      letter-spacing: .04em;
    }

    .form-control,
    .form-select {
      min-height: 50px;
      border-radius: 12px;
      border: 1px solid #dbe1ee;
      font-size: 14px;
      padding: 12px 14px;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: rgba(41, 46, 114, 0.45);
      box-shadow: 0 0 0 0.25rem rgba(41, 46, 114, 0.08);
    }

    .mini-panel {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 24px;
      height: 100%;
    }

    .mini-panel h6 {
      font-size: 15px;
      font-weight: 800;
      color: var(--primary);
      margin-bottom: 16px;
    }

    .mini-panel ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .mini-panel ul li {
      padding: 10px 0;
      border-bottom: 1px solid #edf0f6;
      color: var(--muted);
      font-size: 14px;
    }

    .mini-panel ul li:last-child {
      border-bottom: 0;
    }






.our-partner-section-cov{
    background: white;   
    margin-top: 50px;
    padding: 30px 0px;
}

.our-partner-main-wraper {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.swiper-slide .partner-card-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .partner-card-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-card-slide {
  background: white;
  /* box-shadow: 0px -1px 8px -1px lightgray; */
  padding: 10px;
  margin: 9px 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.our-partner-main-wraper {
  width: 100%;
  max-width: 1200px;
  /* Adjust as needed */
}

.our-partner-section {
    height: 100%;
    width: 100%;
    margin: 27px 0px;
    padding-bottom: 23px;
    background: white;
    padding-top: 37px;
}
 .partner-card {
    /* background: #fff; */
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 0px;
    height: inherit;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(16, 24, 40, 0.04);
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}

.partner-card-slide {
  width: 327px !important;
  margin-right: 20px;
  width: 30% !important;
  margin-left: 17px;
  background: white;
  margin-right: 14px !important;
}

.partner-main-title {
    font-size: 28px;
    height: fit-content;
    line-height: 1.4;
    min-width: 10px;
    position: static;
    color: #1c1b17;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 16px;
    margin-left: 0;
}

.card-image.partner-card-img {
  width: 185px;
  border: none;
}

.card.partner-card {
  width: 46%;
  border: none;
}


 @media (max-width: 991px) {
      .hero {
        padding-top: 50px;
      }

      .hero h1 {
        font-size: 2.6rem;
      }

      .hero-image {
        min-height: 320px;
      }

      .section-padding {
        padding: 70px 0;
      }
    }

    @media (max-width: 575px) {
      .hero h1 {
        font-size: 2.15rem;
      }

      .consult-side,
      .consult-form {
        padding: 28px 22px;
      }
    }




/* pos style */
.pos-container {
  padding: 104px 28px;
  width: 86%;
  border-radius: 18px;
  background: white;
  margin-left: 136px;
  box-shadow: #40bffa 0px 4px 12px -2px;
  border: 1px solid #bebebe;
}

.pos-right-side-wraper {
  width: 90%;
}

.pos-left-side-left-box-image img {
  object-fit: contain;
  background: white;
  left: -130px;
  width: 124%;
  height: 414px;
  position: absolute;
  border-radius: 30px;
  box-shadow: #0095d9 0px 4px 12px -5px;
}

.pos-left-side-left-box-image-wrapper img {
  width: 124%;
  height: 414px;
  position: absolute;
  border-radius: 30px;
  box-shadow: #0095d9 0px 4px 12px;
  object-fit: contain;
  background: white;
  margin-left: -145px;
  box-shadow: #0095d9 0px 4px 9px -3px;
}

.pos-left-side-right-box-container {
  background: white;
  margin: 26px 0;
  padding: 14px 0px;
  width: 123%;
  margin-left: -56px;
  text-align: center;
  border-radius: 16px;
  box-shadow: #0095d9 0px 3px 5px -2px;
}

.pos-form-wraper {
  background: white;
}

.pos-form-wraper .form-group .form-control {
  font-size: 14px;
  border-radius: 11px;
  height: 44px;
  box-shadow: rgb(179 179 179 / 20%) 0px 7px 29px 0px inset;
}

.pos-form-wraper .border-btn {
  width: 100%;
  background: #000000;
  border-radius: 10px;
  height: 47px;
  color: white;
  margin-top: 31px;
  font-weight: 600;
}

.pos-wraper {
  /* background: url("/image/pos-background-image.jpg"); */
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap {
  position: relative;
}

.pos-left-side-content span {
  color: #0095d9;
}

.pos-title {
  font-size: 30px;
  font-weight: 700;
}

.pos-left-side-right-box-name {
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
}

.pos-left-side-right-box-image img {
  width: 31%;
}

.pos-left-side-content {
  margin-top: -79px !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  margin-bottom: 19px !important;
  padding: 0px !important;
  text-transform: uppercase;
}

/* button#submiit_btn {
  margin: 30px 0;
  margin-bottom: 0px;
} */
.pos-form-wraper h3 {
  font-size: 23px;
  font-weight: bold;
  text-decoration: underline;
}

.pos-form-wraper label {
  font-weight: 600;
  font-size: 15px;
  margin-left: 8px;
}

.testimonialSwiper {
  width: 100%;
  padding: 20px 0;
  overflow-x: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-card {
  width: 100%;
  max-width: 400px;
}

.testimonial-card-cov {
  padding: 20px;
  text-align: start;
  box-shadow: 0px 2px 6px -2px lightgray !important;
  border-radius: 25px;
  padding-bottom: 11px;
}

.quotes.text-body-tertiary.testimonial-quote {
  font-size: 23px;
  color: #0095da;
}

img.testimonial-profi-img {
  width: 23%;
  border-radius: 50%;
}

span.star-img img {
  width: 92%;
  margin-top: 9px;
}

span.star-img {
  margin-left: 3px;
}

.testimonial-right-repo .card-title {
  margin-bottom: 0px;
}

.testimonial-right-repo {
  margin-left: 20px;
}

.card-body.testimonial-cd-body {
  padding: 19px 2px;
  padding-top: 8px;
}

.quotes.text-body-tertiary.testimonial-quote {
  font-size: 36px;
  color: #0095da;
}

/* blog section */

.blog-right-banner img {
  width: 100%;
}

.blog-left-banner {
  width: 178%;
}

.blog-left-card1-content-cov {
  display: flex;
}

.blog-left-banner img {
  width: 100%;
}

.blog-left-card1-content-cov {
  margin-bottom: 20px;
}

.blog-left-card1-content-cov h5 {
  color: #0095d9;
  font-weight: 700;
  font-size: 21px;
  font-family: 'Atlassian Sans';
}

.blog-right-content-cov h5 {
  font-size: 23px;
  color: #0095d9;
  font-weight: 700;
  font-family: 'Atlassian Sans';
}

h1.blog-main-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  font-family: 'Atlassian Sans';
}







/* contact us section */




.contact-us-mail-links {
  margin-left: 0px;
}


.contact-us-address p {
  font-size: 15px;
  color: white;
  font-weight: 500;
}

.contact-us-links p a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.contact-us-mail-links p a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.contact-detail-cover {
  background: #000000;
  padding: 42px;
  border-radius: 26px;
  padding-bottom: 36px;
  border-bottom: 5px solid #3fc0fb;
}

p.about-contact {
  color: white;
  font-size: 13px;
}

.contact-us-form-wraper input {
  height: 47px;
  border-radius: 13px;
  box-shadow: 0px 4px 2px -3px #dadada;
  padding: 19px;
  font-size: 13px;
  border: none;
  background: #fffbfb;
}

.contact-us-form-wraper input {
  height: 47px;
  border-radius: 13px;
  box-shadow: 0px 4px 2px -3px #dadada;
  padding: 19px;
  font-size: 13px;
  border: none;
  background: #fffbfb;
}

.sub-btn-cov {
  padding: 11px 40px;
  border: none;
  background: linear-gradient(354deg, #14a2e4, #14a2e4);
  color: white;
  font-weight: 700;
  border-radius: 48px;
  margin-top: 16px;
  font-size: 14px;
}

.contact-us-form-wraper h3 {
  font-weight: 700;
  font-size: 29px;
  color: #14a2e4;
}

.contact-detatis-main-wrapper {
  height: 100%;
  width: 100%;
  margin: 34px 0px;
}

.contact-top-header-wraper {
  height: 350px;
  /* background: #fbd092; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/images/frontend-images/contact-bg.png);
  background-size: cover;
  background-position: center;
}

.contact-top-header-wraper h2 {
  color: white;
  font-size: 39px;
  font-weight: 800;
}

.contact-us-form-wraper p {
  font-size: 15px;
}

.contact-us-add-icon img {
  height: 20px;
}

.contact-adress-cov h4 {
  color: #27afee;
  font-weight: 700;
  font-family: 'Atlassian Sans';
  font-size: 20px;
}

.contact-us-links h4 {
  color: #27afee;
  font-weight: 700;
  font-family: 'Atlassian Sans';
  font-size: 20px;
}

.contact-us-mail-cov h4 {
  color: #27afee;
  font-weight: 700;
  font-size: 20px;
}

.contact-form-header h6 {
  background: #14a2e4;
  color: white;
  border-radius: 41px;
  width: max-content;
  padding: 7px 17px;
  font-size: 13px;
  text-transform: capitalize;
}

.contact-form-header h2 {
  color: #29b0ef;
  font-weight: 700;
  font-size: 26px;
  margin: 32px 0px;
  margin-top: 15px;
}

.contact-us-social-links-cov {
  display: flex;
  color: white;
}

.contact-us-social-link1 {
  margin: 0px 13px;
  font-size: 17px;
}

.contact-us-social-link {
  font-size: 17px;
}

.contact-us-social-links h4 {
  color: #2bb2f0;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Atlassian Sans';
}

.contact-us-social-link a {
  color: white;
}

.contact-us-social-link1 a {
  color: white;
}


@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-logo img {
    width: 83%;
    background: white;
    padding: 5px;
    border-radius: 6px;
  }

  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgb(0 0 0 / 10%);
    background: white;
  }

  .hero-main-title {
    text-align: center;
    font-size: 23px;
    margin: 23px 0px;
    color: white;
    font-family: 'Atlassian Sans';
  }

  .product-box-icon img {
    width: 44px;
  }

  .product-box-cov {
    background: white;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    height: 134px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .product-box-cov {
    background: white;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    height: 111px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .product-name {
    position: absolute;
    bottom: 0px;
    left: 31px;
    background: transparent linear-gradient(277deg, #f9c834 0%, #f2c723 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(277deg, #e4940b 0%, #fba308 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(277deg, #e4940b 0%, #fba308 100%) 0% 0% no-repeat padding-box;
    padding: 3px 24px;
    border-radius: 10px 10px 0px 0px;
    font-size: 13px;
  }

  .product-name h5 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 11px;
    color: white;
  }

  .swiper.mySwiper.our-partner-main-wraper.swiper-initialized.swiper-horizontal {
    padding-bottom: 27px;
    margin-bottom: 20px;
  }

  .stats {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
  }

  .static-icon-cov img {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    color: white;
    border-radius: 29px;
    height: 48px;
  }

  .stats-box-cov {
    box-shadow: none;
    padding: 20px;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 33px;
    height: 190px;
  }

  .count-cov-no {
    display: inline-flex;
    margin: 14px 0px;
    color: #35005f;
    color: #341050;
    color: #341050;
    font-size: 24px;
    margin-bottom: 5px;
  }

  .count-cov h5 {
    font-size: 11px;
    color: black;
    padding-left: 0px;
    font-weight: 700;
    margin-bottom: 2px;
  }

  .statics-main-cover h1 {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: black;
    font-family: 'Atlassian Sans';
  }

  .static-icon-cov {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    width: 58%;
    margin-left: 16px;
  }

  .count-cov-no1 {
    display: inline-flex;
    margin: 14px 0px;
    color: #35005F;
    font-size: 23px;
    margin-bottom: 5px;
  }

  .statics-main-wrapper {
    /* background: linear-gradient(359.07deg, #FFFFFF 0.8%, #a4f6f36b 99.2%); */
    color: black;
    padding: 64px 0px;
    height: 100%;
    width: 100%;
    padding-bottom: 0px;
    position: relative;
  }

  .why-choose-main-wraper {
    height: 100%;
    width: 100%;
    position: relative;
    margin: 100px 0px;
    margin-bottom: 42px;
    margin-top: 0px;
  }

  h1.why-main-title {
    text-align: center;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Atlassian Sans';
    font-size: 22px;
  }

  .why-choose-banner img {
    width: 100%;
    display: none;
  }

  .testimonial-section {
    max-width: 100%;
    margin: auto;
    padding: 39px 20px;
    padding-top: 0px;
  }

  h2.testimonial-main-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    font-family: 'Atlassian Sans';
    font-weight: 600;
  }

  .quotes.text-body-tertiary.testimonial-quote {
    font-size: 26px;
    color: #0095da;
  }

  img.testimonial-profi-img {
    width: 18%;
    border-radius: 50%;
  }

  span.star-img img {
    width: 71%;
    margin-top: 9px;
  }

  .testimonial-right-repo .card-title {
    margin-bottom: 0px;
    font-size: 13px;
  }

  h1.blog-main-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Atlassian Sans';
    margin-bottom: 20px;
  }

  .blog-right-content-cov h5 {
    font-size: 17px;
    color: #0095d9;
    font-weight: 700;
    font-family: 'Atlassian Sans';
  }

  .blog-right-content-cov {
    margin: 10px 0px;
    margin-bottom: 31px;
  }

  .blog-left-card1-content-cov {
    display: flex;
    flex-direction: column;
  }

  .blog-left-banner {
    width: 100%;
  }

  .footer-set1 {
    border-right: none;
  }

  .footer-para p {
    margin-bottom: 0px;
    font-weight: 600;
    color: white;
    font-size: 13px;
  }

  .home-main-cover {
    position: relative;
    z-index: 99;
    height: 100%;
    padding: 46px 0px;
    padding-top: 67px;
  }

  div#main-app {
    margin-top: 30px !important;
  }

  .insurance-facility-btn-box-health button.premium-price-quote-btn-health {
    margin: 0 auto;
  }

  .share-quote-main-cover-wrapper .card {
    bottom: -15px;
}
}

.card {
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 0rem;
}

div#main-app {
  margin-top: 100px;
}

.compare-blade-loader {
  width: 100vw;
  height: 100vh;
  /* background-color: rgba(250, 243, 243, 0.5); */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 999999999999 !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.compare-blade-loader video {
  width: 220px;
  display: flex;
  justify-content: center;
  margin: auto;
  border-radius: 20px;
}

.compare-blade-loader .health-tip {
  font-size: 17px;
  color: darkslateblue;
  font-weight: 600;
  background: white;
  padding: 15px 32px;
  width: 28%;
  text-align: center;
  border-radius: 30px;
  position: absolute;
}
.pos-sub-btn-box button {
  padding: 10px 18px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}
.pos-sub-btn-box {
  margin-top: 26px;
}
li.nav-item .pos-login-btn {
  border: none;
  background: transparent;
}
button.btn.pos-sub-btn {
  background: #2cb2f0;
  color: white;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-arrow {
    font-size: 0.8rem;
    color: white;
}

.dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 105%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 165px;
    z-index: 9999999999999999;
}

.dropdown-menu-custom a {
    display: block;
    padding: 10px 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.dropdown-menu-custom a:hover {
    background: #f5f5f5;
}



/* Main */
    .page-section {
      padding: 70px 0 90px;
    }

    .section-tag {
      display: inline-block;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(41, 46, 114, 0.08);
      color: var(--primary);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 18px;
    }

    .hero-title {
      font-size: 3rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      color: var(--primary);
      margin-bottom: 18px;
    }

    .lead-copy,
    .sub-copy {
      color: var(--muted);
      line-height: 1.8;
      font-size: 15px;
      margin-bottom: 16px;
    }

    .content-panel {
      padding-right: 10px;
    }

    .coverage-head {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 1.1rem;
      font-weight: 800;
      color: var(--text);
      margin: 24px 0 18px;
    }

    .coverage-head i {
      color: var(--primary);
      font-size: 18px;
    }

    .coverage-item {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 14px 16px;
      display: flex;
      align-items: center;
      gap: 12px;
      height: 100%;
      transition: 0.3s ease;
      box-shadow: 0 10px 22px rgba(17, 24, 39, 0.04);
    }

    .coverage-item:hover {
      transform: translateY(-4px);
      border-color: rgba(243, 10, 28, 0.22);
      box-shadow: 0 18px 30px rgba(17, 24, 39, 0.08);
    }

    .coverage-item i {
      color: var(--primary);
      font-size: 18px;
      flex-shrink: 0;
    }

    .coverage-item span {
      font-weight: 600;
      color: #1f2937;
      font-size: 15px;
    }

    /* Process Card */
    .process-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 28px;
      margin-top: 36px;
      box-shadow: var(--shadow);
    }

    .block-title {
      font-size: 1.45rem;
      font-weight: 800;
      color: var(--primary);
      margin-bottom: 24px;
    }

    .process-list {
      position: relative;
      padding-left: 26px;
    }

    .process-list::before {
      content: "";
      position: absolute;
      left: 31px !important;
      top: 8px;
      bottom: 8px;
      width: 2px;
      background: linear-gradient(var(--primary), rgba(243, 10, 28, 0.6));
    }

    .process-item {
      position: relative;
      padding-left: 28px;
      margin-bottom: 24px;
    }

    .process-item:last-child {
      margin-bottom: 0;
    }

    .process-item::before {
      content: "";
      position: absolute;
      left: -1px;
      top: 5px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #fff;
      border: 3px solid var(--primary);
      box-shadow: 0 0 0 5px rgba(41, 46, 114, 0.08);
    }

    .process-item h6 {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 6px;
    }

    .process-item p {
      margin: 0;
      font-size: 14px;
      line-height: 1.75;
      color: var(--muted);
    }

    /* Claims Card */
    .claims-card {
      margin-top: 28px;
      background: linear-gradient(135deg, #2c327e, #171d55);
      color: #fff;
      border-radius: 24px;
      padding: 30px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 22px 50px rgba(23, 29, 85, 0.24);
    }

    .claims-card::before {
      content: "";
      position: absolute;
      top: -40px;
      right: -40px;
      width: 180px;
      height: 180px;
      background: radial-gradient(circle, rgba(243, 10, 28, 0.22), transparent 60%);
    }

    .claims-icon {
      width: 58px;
      height: 58px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.14);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      position: relative;
      z-index: 2;
    }

    .claims-icon i {
      font-size: 22px;
      color: #fff;
    }

    .claims-card h3 {
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 12px;
      position: relative;
      z-index: 2;
    }

    .claims-card p {
      color: rgba(255, 255, 255, 0.84);
      line-height: 1.8;
      margin-bottom: 0;
      position: relative;
      z-index: 2;
    }

    .claims-note {
      margin-top: 18px;
      padding: 14px 16px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
      font-size: 14px;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.9);
      position: relative;
      z-index: 2;
    }

    /* Advisor Form */
    .advisor-card {
      background: rgba(255, 255, 255, 0.92);
      border: 1px solid rgba(41, 46, 114, 0.1);
      border-radius: 28px;
      padding: 34px;
      box-shadow: var(--shadow);
      backdrop-filter: blur(8px);
      position: sticky;
      top: 110px;
    }

    .form-tag {
      display: inline-block;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(243, 10, 28, 0.08);
      color: var(--accent);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 16px;
    }

    .advisor-card h2 {
      font-size: 2rem;
      font-weight: 800;
      color: var(--primary);
      margin-bottom: 10px;
    }

    .advisor-card p {
      color: var(--muted);
      line-height: 1.75;
      font-size: 15px;
      margin-bottom: 24px;
    }

    .form-label {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--primary);
      letter-spacing: 0.04em;
      margin-bottom: 8px;
    }

    .form-control {
      min-height: 52px;
      border-radius: 14px;
      border: 1px solid rgba(41, 46, 114, 0.12);
      font-size: 14px;
      padding: 0.85rem 1rem;
      background: #fff;
    }

    textarea.form-control {
      min-height: 120px;
      resize: none;
    }

    .form-control:focus {
      border-color: rgba(41, 46, 114, 0.35);
      box-shadow: 0 0 0 0.25rem rgba(41, 46, 114, 0.08);
    }

    .btn-submit {
      background: var(--primary);
      color: #fff;
      border: 1px solid var(--primary);
      min-height: 54px;
      border-radius: 14px;
      font-weight: 700;
      width: 100%;
      transition: 0.3s ease;
    }

    .btn-submit:hover {
      background: #222660;
      border-color: #222660;
      color: #fff;
      transform: translateY(-2px);
    }

    /* Why Choose */
    .why-card {
      margin-top: 32px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 26px;
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .why-header {
      background: linear-gradient(90deg, var(--accent), #c80a18);
      color: #fff;
      padding: 18px 26px;
      font-size: 1.75rem;
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .why-body {
      padding: 26px;
    }

    .why-list {
      list-style: none;
      padding: 0;
      margin: 0 0 18px;
    }

    .why-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 12px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.75;
    }

    .why-list i {
      color: var(--accent);
      margin-top: 4px;
      flex-shrink: 0;
    }

    .why-note {
      border-top: 1px solid #edf0f6;
      padding-top: 18px;
      margin: 0;
      font-weight: 700;
      color: var(--primary);
      line-height: 1.8;
    }

    /* Simple entrance */
    .fade-up {
      animation: fadeUp 0.8s ease both;
    }
    
    

    .delay-1 { animation-delay: .12s; }
    .delay-2 { animation-delay: .24s; }
    .delay-3 { animation-delay: .36s; }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(22px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 991px) {
      .page-section {
        padding: 50px 0 70px;
      }

      .hero-title {
        font-size: 2.4rem;
      }

      .advisor-card {
        position: static;
      }
    }

    @media (max-width: 575px) {
      .hero-title {
        font-size: 2rem;
      }

      .advisor-card,
      .process-card,
      .claims-card,
      .why-body {
        padding: 22px;
      }

      .why-header {
        font-size: 1.45rem;
        padding: 16px 22px;
      }
    }


    