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

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.common-padding {
    padding: 0 20px !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 350 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* navbar ends */
/* =====================================
   NAVBAR STYLING
===================================== */
.custom-navbar {
  background: #ffffff;
  padding: 3px 0 !important;
  box-shadow: 0 2px 8px rgb(89 82 82 / 27%)
}

.nav-logo {
  height: auto;
  width:135px;
}

.navbar-nav .nav-link {
  color: #1a1a1c !important;
  font-weight: 400;
  padding: 0px 10px 10px 3px;
  font-size: 17px;
}

.navbar-nav .nav-link.active {
  color: #230756 !important;
  transition: 0.3s;
  font-weight: 700;
  font-size: 16px;
}
/* Change text color on hover */
.navbar-nav .nav-link:hover {
  color: #edc729 !important;
}

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

.navbar .btn-outline-success {
  font-size: 20px;
  border-width: 2px;
  font-weight: 300;
  width: 7rem;
}

.middle-bar {
  margin: 5px auto;
}
.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #002244;
  display: block;
  transition: all 0.2s;
}
/* Hamburger default */
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0deg);
}

/* X animation */
.navbar-toggler:not(.collapsed) .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler:not(.collapsed) .middle-bar {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

/* no outline */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
/* navbar ends */

/* footer starts */
.footer_logo{
  width:125px;
  height:auto;
}
.text-color {
  color: #2b0e67;
}
.text-color1 {
  color: #1a1a1c;
}
.text-color2 {
  color: #979797;
}
.fs-20 {
  font-size: 20px;
}
.footer-section {
  background: #f3f0f6;
  color: #333;
  position: relative;
  padding-top: 120px; /* space for overlap */
}
/* TOP BANNER */
.expert-arrow {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-bottom: 1px;
    transition: 0.3s ease;
}
.expert-bar {
  background: #2b0e67;
  border-radius: 12px;
  width: 100%;
  /* margin: 0 auto; */
  position: absolute;
  top: -40px; /* pulls it upward (overlap) */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 10px 0px;
  max-width: 1500px;
}
.quick-bottom {
  margin-bottom: 30px;
}

/* INPUT FIELD */
/* INPUT FIELD */
.expert-input {
  border: none;
  padding: 12px 0px 12px 20px;
  border-radius: 30px;
  background: rgba(240, 240, 240, 0.2);
  color: #fff;
  flex: 1;
  font-size: 14px;
}

/* Remove focus styles */
.expert-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Placeholder color - default */
.expert-input::placeholder {
  color: #e3e3e3;
  opacity: 1;
}

/* Placeholder color on focus */
.expert-input:focus::placeholder {
  color: #000 !important;
  opacity: 1;
}

/* .form-control {
  width: auto !important;
} */
/* BUTTON SAME HEIGHT AS INPUT */
.btn-talk-now {
  padding: 12px 30px !important;
  border-radius: 28px !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff !important;
  color: #230756 !important; /* button text color */
  border: none !important;
  transition: color 0.3s ease;
}

/* Yellow sliding background (comes from bottom to top) */
.btn-talk-now::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%; /* starts hidden below */
  width: 100%;
  height: 100%;
  background: #edc729;
  z-index: -1;
  transition: all 0.4s ease;
}

/* Hover — slide UP */
.btn-talk-now:hover::before {
  bottom: 0;
}

/* Text turns dark on yellow background */
.btn-talk-now:hover {
  color: #230756 !important;
}

.social-icons img {
  width: auto;
  height: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.social-icons img:hover {
  opacity: 0.7;
}

/* SOCIAL ICONS */
.social-icons i {
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.social-icons i:hover {
  color: #2b0e67;
}

/* QUICK LINKS */
.footer-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.footer-list li::before {
  content: "•";
  color: #2b0e67;
  font-size: 22px;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0; /* PERFECT alignment */
  line-height: 1;
}
.footer-list a {
    position: relative;
    text-decoration: none;
    color: #444;
    font-size: 14px;
}
 
.footer-list a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #2b0e67;
    /* underline color */
    transition: width 0.3s ease;
}
 
.footer-list a:hover::after {
    width: 100%;
}
.contact-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* CONTACT BOX (Right Card) */
.contact-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  border: 1px solid #e4e0ea;
  box-shadow: 0px 0px 15px 0px rgba(146, 131, 170, 0.3);
}

.contact-box .btn-dark {
  position: relative;
  background: #2b0e67 !important;
  border-radius: 30px !important;
  text-align: left;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  width:100%;
  text-align:center;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
  border: none !important;      
  box-shadow: none !important; 
}

/* Hover background animation */
.contact-box .btn-dark::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #edc729;
  z-index: -1;
  transition: bottom 0.4s ease;
}

/* Hover state */
.contact-box .btn-dark:hover::before {
  bottom: 0;
}

.contact-box .btn-dark:hover {
  color: #230756;
}

/* Remove blue outline on click */
.contact-box .btn-dark:focus,
.contact-box .btn-dark:active {
  outline: none !important;
  box-shadow: none !important;
}
/* HORIZONTAL LINE */
footer hr {
  opacity: 1;
  border: 2px solid #ddd2ee99;
}
/* footer ends */
/* =====================================
   HERO BANNER STYLING
===================================== */

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(10, 0, 40, 0.65); */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 28.5px;
  margin-top: 23px;
  margin-bottom: 18px;
  /* display: flex; */
  align-items: center;
  gap: 6px;
  font-weight: 700;
}
/* icon beside "nationwide" */
.inline-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.hero-description {
  font-size: 17.5px;
  line-height: 1.6;
  max-width: 920px;
  font-weight: 500;
}

.hero-btn {
  background-color: #230756 !important;
  border: none !important;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.hero-btn,
.hero-btn-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

/* Sliding Yellow Background */
.hero-btn::before,
.hero-btn-outline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #edc729;
  z-index: -1;
  transition: all 0.4s ease;
}

/* Hover → Slide UP */
.hero-btn:hover::before,
.hero-btn-outline:hover::before {
  bottom: 0;
}

/* Color change on top of yellow */
.hero-btn:hover,
.hero-btn-outline:hover {
  color: #230756 !important;
}
.hero-btn,
.hero-btn:hover,
.hero-btn:focus,
.hero-btn:active {
  color: #fff !important; /* KEEP WHITE ALWAYS */
}

.hero-btn-outline {
  border: 2px solid #edc729 !important;
  border-radius: 50px;
  padding: 12px 28px;
  font-size: 16px;
  background: transparent;
  color: #fff;
  font-weight: 700;
}

.hero-btn-outline {
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 16px;
  border-width: 2px !important;
}
.yellow-outline {
  border-color: #edc729 !important;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}
.talk-expert {
  color: #edc729 !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.expert-arrow {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-bottom: 1px;
  transition: 0.3s ease; /* smooth hover */
}

.talk-expert:hover {
  color: #fff !important;
}

/* Make image white on hover */
.talk-expert:hover .expert-arrow {
  filter: brightness(0) invert(1);
}


/* Abdul code starts*/
/* Tablet */

/*--------------------------------------------*/

/* -------------------------
    FEATURE SECTION & SIDE CARDS
--------------------------*/



.features-wrapper {
  position: relative;
  padding: 50px 0;
  margin: 0 auto;
  background: #fff;
  overflow: hidden; /* IMPORTANT */
}

/* Remove side padding on desktop where side-cards appear */

.side-card-1 {
  background: #f5f4fa;
  border-radius: 0 12px 12px 0;
  display: block;
  width: 120px;
  flex-shrink: 0;
  box-shadow: 2px 0px 8px 3px rgba(0, 0, 0, 0.1);
}

.side-card-2 {
  background: #f5f4fa;
  border-radius: 12px 0 0 12px;
  display: block;
  width: 120px;
  flex-shrink: 0;
  box-shadow: -4px 0px 6px 2px rgba(0, 0, 0, 0.1);
}
.features {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 35px;
  flex: 1;
  row-gap: 40px;
}
/* Desktop: 3 columns */

.feature-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}


/* Smooth zoom animation */
.feature-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Zoom image only when card is hovered */
.feature-card:hover img {
  transform: scale(1.1); /* adjust zoom level if needed */
}

/* Keep image clipped inside card */
.feature-card {
  overflow: hidden;
}

.feature-content {
  padding: 25px 25px 45px 25px;
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #230756;
  margin-bottom: 15px;
}

.feature-text {
  font-size: 18.5px;
  font-weight: 500;
  color: #1a1a1c;
  line-height: 1.5;
}

/* -------------------------
    STATS SECTION
--------------------------*/
.stats-wrapper {
  background: #f3f0f6;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 120px;
  /* max-width: 1400px;
  margin-left: auto;
  margin-right: auto; */
}
.common-padding-feature{
  margin-bottom: 100px;
}
.stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  text-align: center;
}

/* >768px: 4 columns */

.stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #230756;
}

.stat-label {
  margin-top: 5px;
  font-size: 17px;
  color: #535353;
  font-weight: 500;
}

/* Abdul code ends */
@media screen and (min-width: 320px) and (max-width: 375px) {
  .hero-section {
    position: relative;
    /* background-image: url("../images/banner_sm_bg.webp"); */
    background-size: cover;
    background-position: top center;
    color: #fff;
    padding: 50px 0;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-subtitle {
    font-size: 18px;
  }

  .stats-padding {
    padding: 0 20px;
  }
  .common-padding {
    padding: 0 20px !important;
  }

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

  .stat-label {
    font-size: 15px;
  }
   .feature-content {
    padding: 25px 25px 25px 25px;
  }
 .feature-text {
    font-size: 16px;
  }
  /* footer starts */
    /* QUICK LINKS ALIGN TOP WITH PARAGRAPH */
  .set-column {
    margin-top: 40px; /* aligns exactly with screenshot */
  }
  .padding_sec {
    position: relative;
    top: -135px;
    left: 0;
    /* margin: 0px 50px; */
  }
  .expert-bar {
    background: #2b0e67;
    border-radius: 12px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 10px 23px;
  }
  /* footer ends */
}
@media screen and (min-width: 320px) and (max-width: 395px) {
  .hero-section {
    position: relative;
    /* background-image: url("../images/banner_sm_bg.webp"); */
    background-size: cover;
    background-position: top center;
    background-repeat:no-repeat;
    color: #fff;
    padding: 50px 0;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .stats-padding {
    padding: 0 20px;
  }
  .common-padding {
    padding: 0 20px !important;
  }
  .common-padding-feature {
    padding: 0 20px !important;
  }
  .hero-btn-outline {
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 15px;
    border-width: 2px !important;
  }
  .stats-wrapper {
    background: #f3f0f6;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 150px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .common-padding-feature{
     margin-bottom: 150px;
  }
    .feature-content {
    padding: 25px 25px 25px 25px;
  }
 .feature-text {
    font-size: 16px;
  }
   .features-wrapper

 {
    position: relative;
    padding: 40px 0;
  }
  /* footer starts */
   /* QUICK LINKS ALIGN TOP WITH PARAGRAPH */
  .set-column {
    margin-top: 40px; 
  }
  .padding_sec {
    position: relative;
    top: -280px;
    left: 0;
    /* margin: 0px 30px; */
  }
  .expert-bar {
    background: #2b0e67;
    border-radius: 12px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 10px 22px;
  }
  /* footer ends */
}

@media screen and (min-width: 320px) and (max-width: 395.99px) {
  .side-card-1 {
    display: none;
  }

  .side-card-2 {
    display: none;
  }
}

@media screen and (min-width: 396px) and (max-width: 768px) {
  .hero-section {
    position: relative;
    /* background-image: url("../images/banner_sm_bg.webp"); */
    background-size: cover;
    background-position: top center;
    background-repeat:no-repeat;
    color: #fff;
    padding: 50px 0;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .stats-padding {
    padding: 0 30px;
  }
  .common-padding {
    padding: 0 30px !important;
  }
  .common-padding-feature {
    padding: 0 20px !important;
  }
  .common-padding-feature{
        margin-bottom: 160px !important;
  }
  .features-wrapper

 {
    position: relative;
    padding: 40px 0;
  }
  .side-card-1 {
    display: none;
  }

  .side-card-2 {
    display: none;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-wrapper {
    background: #f3f0f6;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 180px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  /* .features-wrapper{
    margin-bottom: 180px !important;
  } */
  .feature-content {
    padding: 25px 25px 25px 25px;
  }
 .feature-text {
    font-size: 16px;
  }
  /* footer starts */
   /* QUICK LINKS ALIGN TOP WITH PARAGRAPH */
  .set-column {
    margin-top: 40px; /* aligns exactly with screenshot */
  }
  .padding_sec {
    position: relative;
    top: -185px;
    left: 0;
    /* margin: 0px 30px; */
  }
  .expert-bar {
    background: #2b0e67;
    border-radius: 12px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 10px 23px;
  }
  /* footer ends */
}

@media screen and (min-width: 768px) and (max-width: 991.95px) {
  .hero-section {
    position: relative;
    /* background-image: url("../images/banner_sm_bg.webp"); */
    background-size: cover;
    background-position:top center;
    background-repeat:no-repeat;
    color: #fff;
    padding: 120px 0;
  }
  .stats-wrapper {
    background: #f3f0f6;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 140px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .common-padding-feature{
    margin-bottom: 140px !important;
  }
 .feature-content {
    padding: 25px 25px 25px 25px;
}
  .feature-text {
    font-size: 16px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .common-padding {
    padding: 0 60px !important;
  }
  .common-padding-feature {
    padding: 0 60px !important;
  }
  .stats-padding {
    padding: 0 60px !important;
  }
  .stat-number {
    font-size: 30px;
  }

  .stat-label {
    font-size: 16px;
  }
  .side-card-1 {
    display: none;
  }

  .side-card-2 {
    display: none;
  }
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-card:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }
  .stats {
    grid-template-columns: repeat(4, 1fr);
  }
  /* footer starts */
  /* QUICK LINKS ALIGN TOP WITH PARAGRAPH */
  .set-column {
    margin-top: 40px; /* aligns exactly with screenshot */
  }
  .padding_sec {
    position: relative;
    top: -135px;
    left: 0;
    /* margin: 0px 50px; */
  }
  .expert-bar {
    background: #2b0e67;
    border-radius: 12px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 10px 40px;
  }
  .talk_size{
    font-size:18px !important;
  }
  /* footer ends */
}
/* Mobile menu divider line */
@media (max-width: 991.98px) {
  #navbarMenu {
    border-top: 2px solid rgba(0, 0, 0, 0.15);
    margin-top: 12px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 992px) {
  /* navbar css starts */
  .navbar-nav .nav-link {
    color: #1a1a1c;
    font-weight: 400;
    padding: 10px 18px;
    font-size: 14px;
  }
  /* navbar css ends */
  
  .common-padding {
    padding: 0px 70px !important;
    max-width: 1500px;
  }
  .navbar-nav .nav-link {
    color: #1a1a1c;
    font-weight: 400;
    padding: 10px 18px;
    font-size: 14px;
  }
  .new_div {
    background: #f5f4fa;
  }

  .hero-subtitle {
    font-size:18px;
  }
  .new_div .bg-white {
    background: #fff;
    box-shadow: none;
    padding: 0 15px;
  }
  .hero-section {
    position: relative;
    /* background-image: url("../images/banner_bg.webp"); */
    background-size: cover;
    background-position: center;
    /* min-height: 80vh; */
    background-size: 100% 100%;
    color: #fff;
    padding: 120px 0;
  }

  .common-padding-feature {
    padding: 0 !important;
  }
  .stats-padding {
    padding: 0 100px !important;
  }
  .stat-number {
    font-size: 28px;
  }

  .stat-label {
    font-size: 16px;
  }
  .features {
    grid-template-columns: repeat(3, 1fr);
  }
  .stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .feature-text {
    font-size: 14.5px;
    font-weight: 500;
    color: #1a1a1c;
    line-height: 1.5;
  }
  /* footer starts */
 /* QUICK LINKS ALIGN TOP WITH PARAGRAPH */
  .set-column {
    margin-top: 150px; /* aligns exactly with screenshot */
  }
  .padding_sec {
    position: relative;
    top: -135px;
    left: 0;
    /* margin: 0px 120px; */
  }
  .expert-input {
    border: none;
    padding: 12px 140px 12px 20px;
    border-radius: 30px;
    background: rgba(240, 240, 240, 0.2);
    color: #fff;
    flex: 1;
    font-size: 14px;
  }
  .set-space {
    margin-bottom:8px;
  }
  /* footer ends */
}
@media (min-width: 1440px) {
  /* navbar css starts */
  .navbar ul li {
    margin: auto 0.5rem;
  }
  .navbar-nav .nav-link {
    color: #1a1a1c;
    font-weight: 400;
    padding: 10px 18px;
    font-size: 16px;
  }
  /* navbar css ends  */

   .hero-subtitle {
    font-size:28.5px;
  }
  .stat-number {
    font-size: 35px;
  }

  .stat-label {
    font-size: 20px;
  }
  .feature-text {
    font-size: 18.5px;
    font-weight: 500;
    color: #1a1a1c;
    line-height: 1.5;
  }
  /* footer starts */
    .footer_contact{
    display:flex;
    gap:37px;
  }
  .set-column {
    padding-left: 35px;
  }
  .padding_sec {
    position: relative;
    top: -135px;
    left: 0;
    /* margin: 0px 140px; */
  }
  .set-space {
    margin-bottom:0px;
  }
}
@media (min-width: 1200px) {
  .features-wrapper {
    padding: 50px 0;
  }
  .common-padding {
    padding: 0px 70px !important;
    max-width: 1500px;
  }
}
