.ast-primary-header-bar {
  display: block;
  z-index: 999 !important;
}
.how_it_works{
  padding:51px 150px 102px 150px;
}

/* ===========================
   📱 Responsive Hero Buttons
=========================== */
.hero-buttons br {
  display: none;
}

/* Tablet (≤ 991px) */
@media (max-width: 991px) {
  .btn-primary,
  .btn-outline {
    padding: 14px 28px;
    font-size: 16px;
  }
}

/* Mobile (≤ 575px) */
@media (max-width: 575px) {
.our_frm_title h2{
  margin-left:0px !important;
}
.our-happy-clients,.how_it_works,.frm_section{
  padding:0px !important;
}
  .hero-buttons {
    flex-direction: column;
    align-items: stretch; /* full width buttons */
    gap: 12px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .hero-buttons a {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
  }

  .btn-primary {
    background-color: #445E93;
    border: none;
  }

  .btn-outline {
    border: 2px solid #445E93;
    background: transparent;
  }

  /* Reduce card padding to balance */
  .hero-card {
    padding: 30px 25px;
  }


 
  .hero-card {
    
    border-radius: 16px;
  }

  .hero-card h1 {
    font-size: 26px !important;
    line-height: 1.3;
  }

  .hero-card p {
    font-size: 15px !important;
    margin-bottom: 20px;
  }
}

.btn-primary {
  background-color:#445E93;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 600;
}

.btn-outline {
  background: transparent;
  border: 2px solid #445E93;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 600;
  transition: 0.3s;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.1);
}
.eyebrow {
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 800;
    color: #e9d5ff;
}
/* ✅ HERO CARD BOX */
.hero-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 35px;
  max-width: 740px;
  margin: auto;
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
 
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header-bar-wrap {
  position: relative;
  z-index: 999 !important;
}
.hero-buttons { display: flex; gap: 14px; margin-top: 30px;flex-wrap: wrap; }
.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
  min-height: 90px;
  border-bottom: 1px solid #ffffff7a;
}

#page .site-content {
  flex-grow: 1;
  background-color: #efefef;
}

/* Fix overflow issue */
body {
  overflow-x: hidden !important;
}

/* ===== Our Happy Clients Section ===== */
.our-happy-clients {
  text-align: center;
  padding: 60px 140px;
  background-color: #fff;
}
.frm_section{
  
   padding:0 150px 0 150px;
}


/* Responsive layout */
@media (max-width: 992px) {
  .our-happy-clients .wpb_column {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) {
  body {
    overflow-x: hidden !important;
  }
}

html {
  overflow-x: hidden;
}

p, h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.05em;
}

a {
  text-decoration: none;
}
/* ---------------------------
   WHY CHOOSE / WHAT WE DO SECTION - FINAL POLISHED VERSION
----------------------------*/

.why-choose-section {

  padding: 27px 125px; /* top-bottom + left-right padding */
  max-width: 1200px;  /* keep content centered */
  margin: 0 auto;     /* center the whole block */
}

/* Heading and Subtext */
.why-choose-section h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111827;
  margin-left:42px;
  margin-bottom: 12px;
  
}

.why-choose-section p {
  font-size: 18px;
   margin-left:42px;
  color: #6b7280;
  
  margin-bottom: 60px;
}

/* Card Container (WPBakery inner row) */
.why-choose-section .wpb_row {
  display: flex;
  flex-wrap: wrap;
  
}

/* Individual Card */
.why-choose-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  padding: 5px 17px 24px 26px;
  flex: 1 1 calc(33.333% - 40px);
  min-width: 320px;
  text-align: left;
  transition: all 0.3s ease;
}

.why-choose-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

/* Icon Box */
.why-choose-card .icon-box {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #f4f2ff, #fff8ff);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.why-choose-card .icon-box img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Card Title & Paragraph */
.why-choose-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.why-choose-card p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .why-choose-section {
    padding: 60px 30px;
  }
}

@media (max-width: 1024px) {
  .why-choose-card {
    flex: 1 1 calc(45% - 40px);
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .why-choose-section {
    padding: 50px 20px;
  }
  .why-choose-card {
    flex: 1 1 100%;
    padding: 32px 28px;
  }
  
}