/* ============================= */
/* HEADER */
/* ============================= */

/* Header Base */

html, body {
  overflow-y: auto !important;
}
* {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sitename
{
  color: sitename;
}
.main-header {
  position: relative;
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 60px;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  transition: all 0.3s ease;
  z-index: 1000;
}

/* Sticky Effect */
.main-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.logo {
  display: flex;
  align-items: center;
}

/* SVG Logo */
.logo-svg {
  height: 36px;
  fill: #0041ff;
}
h1{
  color: #fff;
}

.logo-svg text {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  fill: #0041ff;
}

/* Navigation */
.nav-links a {
  margin-left: 25px;
  text-decoration: none;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  position: relative;
}

.nav-links a.active {
  color: #333;        /* your brand color */
  font-weight: 700;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #0a66ff;
}

.nav-links a:hover {
  color: #0041ff;
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}


/* Header Responsive */
@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 80px;
    right: 0;
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    
    display: none;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    margin: 12px 0;
  }

  .menu-toggle {
    display: block;
  }
}

/* ============================= */
/* HERO SECTION */
/* ============================= */

/* HERO BACKGROUND IMAGE â€“ FULL WIDTH */
/* .hero {
  position: relative;
  background-image: url("../assets/images/Untitled\ design\ \(36\).png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 60px;
  max-width: none;
  box-sizing: border-box;
} */

.hero {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  background-image: url("../assets/images/Untitled\ design\ \(36\).png");
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  justify-content: space-between;
  padding: 0 60px;
}
/* HERO BACKGROUND IMAGE â€“ FULL WIDTH */

/* LEFT BLOCK â€“ TEXT */
.hero-content {
  width: 60%;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-contentnew {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-bg
{
  position: relative;
  left: 100px;
  width: 200px;
  height: 500px;
}


/* ============================= */
/* HERO SECTION abt */
/* ============================= */

/* HERO BACKGROUND IMAGE â€“ FULL WIDTH */
.heroabt {
  position: relative;
  background-image: url("../assets/images/about1.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  width: 100%;
  min-height: 400px;

  display: flex;
  align-items: center;
  gap: 40px;

  padding: 0 60px;
}
.herocnt {
  position: relative;
  background-image: url("../assets/images/about1.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 height: 100vh;
  width: 100%;
  min-height: 400px;

  display: flex;
  align-items: center;
  gap: 40px;

  padding: 0 60px;
}
.heroblg {
  position: relative;
  background-image: url("../assets/images/blog.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 height: 100vh;
  width: 100%;
  min-height: 400px;

  display: flex;
  align-items: center;
  gap: 40px;

  padding: 0 60px;
}

/* HERO BACKGROUND IMAGE â€“ FULL WIDTH */

#hero-contabt {
  width: 70%;
 color: #ddd; 
 font-size: 18px;
}

.m1
{
  color: #fdfdfd;
  font-size: 44px;
}
.m2
{
  color: #c0539f;
  font-size: 44px;
}

.heroblg p
{
  width: 500px;
 color: #e6e5e5;
}
/* LEFT BLOCK â€“ TEXT */
.hero-content {
  width: 60%;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content h1 span
{
  color: #cc269a;;
}
#hero-cont1
{
  color: #ffffff;
}


#hero-cont2
{
  color: #ffffff;
}
.abtwhy
{
  width: 480px;
  font-size: 18px;
  text-align: center;
}
.abtwhy-content {
  
  justify-content: center;
  align-items: center;
}
.approach-container-ui
{
  justify-content: center;
}



.hero-content h1 {
  font-family: sans-serif;
  font-size: 44px;
  line-height: 0.8;
  margin-bottom: 16px;
  
}

.hero-content p {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  max-width: 520px;
}

/* RIGHT BLOCK â€“ VIDEO / ANIMATION */
.hero-media {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.hero-video {
  width: 95%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#head2{
  text-align: center;
  font-family: sans-serif;
  font-size: 40px;
} 
#cont1{
  color: rgb(18, 35, 187);
 
}
#abtcont1{
  color: rgb(249, 249, 250);
 
}

#goodh2{
  color: #cc269a;
}

#cont2 {
  max-width: 720px;              /* centered narrow text block */
  margin: 40px auto;
  text-align: center;
  /* Font styling */
  font-size: 62px;
  font-family: sans-serif;
  
}

#cont2 p {
  font-size: 16px;                 /* unchanged */
  line-height: -1.2;                /* closer to image */
  color: #333;                     /* unchanged */
  font-weight: 400;                /* unchanged */
  margin: 0;                /* unchanged */
  margin-bottom: 15px;             /* unchanged */
  /* font-family: 'Poppins', 'Inter', Arial, sans-serif; */
  letter-spacing: 0.3px;           /* added â€“ matches image feel */
  text-align: center;              /* required to match screenshot */
}
#cont2 p strong,
#cont2 p b {
  font-weight: 600;
}

#cont2 p:first-child {
  margin-bottom: 4px;  
  font-size: 18px; /* Standard body text size */
  font-weight: 400; /* Normal weight */
}
/* Specific styles for the second paragraph (the emphasis line) */
#cont2 p:last-child {
  color: #333; 
  font-size: 18px; /* Slightly larger size */
  font-weight: 500; /* Bold weight for emphasis */
  margin-bottom: 0; /* Remove bottom margin from the last element in the container */
}
.blog2 p {
  max-width: 500px;
  margin: 0 auto 26px;
  padding: 0 15px;
  text-align: center;
  font-size: 18px;
  
}


body.header-sticky {
  padding-top: 80px;   /* same as header height */
}

.benfit
{
  background-color: #dcdcdc;
}

.moreknow
{
  position: relative;
  top: -50px;
}

/*card features*/
.features {
  max-width: 1200px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 90px;          /* more vertical spacing like image */
  column-gap: 120px;     /* more space between left & right */
  text-align: center;
}
.featuresavl {
  max-width: 1200px;
  
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 90px;          /* more vertical spacing like image */
  column-gap: 120px;     /* more space between left & right */
  text-align: center;
  position: relative;
  top: 50px;
}
.card {
  position: relative;
  top: -70px;
  border-radius: 16px;
  padding: 70px 24px 32px;   /* top padding leaves space for image */
  text-align: center;
  
}

/* Image container */
.card-icon {
  position: absolute;
  top: -32px;               /* half outside the card */
  left: 50%;
  transform: translateX(-50%);
  
  padding: 14px;
  border-radius: 50%;
  
}

.card-icon img {
  width: 48px;
  height: 48px;
  display: block;
}

.card img {
  width: 120px;             /* closer to image scale */
  height: auto;
  margin-bottom: 10px;
}

.card h3 {
  font-size: 18px;
  font-family: sans-serif;
  /* width: max-content; */
  color: #0b0f8a;           /* exact brand blue from image */
  margin-bottom: 12px;
}


.card p {
  max-width: 340px;      /* â­ KEY FIX: controls paragraph width */
  margin: 0 auto;        /* center paragraph */
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;           /* softer + closer to image */
  font-family: sans-serif;
}

.features2{
  max-width: 1200px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;          /* more vertical spacing like image */
  column-gap: 50px;     /* more space between left & right */
  text-align: center;
}

.blogscrd{
  max-width: 1200px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;          /* more vertical spacing like image */
  column-gap: 50px;     /* more space between left & right */
  text-align: center;
}
.blogscrd img
{
  width: 200px; 
}
.blogscrd h3
{
  font-size: 25px; 
  color: #0a34b4;
  width: max-content;
}

.card2 img {
  width: 100px;           /* icon size similar to image */
  margin-bottom: 5px;
}

#cont3{
  text-align: center;
}

#cont3 {
  text-align: center;
  margin: 60px auto;
}

#help1 {
  font-family: sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #0b1a5a;   /* dark blue like image */
  margin-bottom: 20px;
}

/* Button style */
.btn-contact {
  display: inline-block;
  padding: 14px 40px;
  background-color: #ff4fc3; /* pink */
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  font-family: sans-serif;
  border-radius: 30px; /* pill shape */
  transition: background-color 0.3s ease;
}

/* Hover effect */
.btn-contact:hover {
  background-color: #e63bb0;
}

.approach-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

#partnercont
{
  text-align: center;
  font-size: 18px;
  
}
.partner-bg
{
  background-color: #e6e5e5;
}

/*card features*/
/* .partners {
  max-width: 1200px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 90px;          
  column-gap: 120px;    
  text-align: center;
}
.partners2 {
  max-width: 1200px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 90px;          
  column-gap: 120px;     
  text-align: center;
} */

.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  /* centers second row */
  gap: 30px;
}

.card3 {
  flex: 0 0 calc(33.333% - 30px); /* 3 items per row */
  display: flex;
  justify-content: center;
  flex-direction: column;     /* image on top, text below */
  align-items: center;        /* center both */
}


.card3 img {
  /*width: 180px;           /* icon size similar to image */
  margin-bottom: 20px;
}

.card3 h3 {
  font-size: 22px;
  font-family: sans-serif;
  font-weight: 700;
  color: #0b1a5a;        /* deep blue */
  margin-bottom: 12px;
}

.card3 p {
  max-width: 340px;      /* â­ KEY FIX: controls paragraph width */
  margin: 0 auto;        /* center paragraph */
  font-size: 15px;
  line-height: 1.7;
  color: #555555;        /* softer gray */
}



.approach-section {
  background: #050b7a;
  padding: 80px 20px;
  color: #fff;
}

.approach-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.approach-content {
  display: flex;
  flex-direction: column;
  justify-content: center;   /* âœ… THIS is the key line */
}


/* Left Image */
.approach-image img {
  max-width: 100%;
  height: auto;
 
  /*border: 2px solid red; */  /* for visibility */
}
.approach-image {
  width: 50%;
}

/* Right Content */
.approach-content h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

.approach-content h2 span {
  color: #ff4fc3;
}

.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.step-number {
  font-size: 55px;
  font-weight: bold;
  color: #ff6aa2;
  margin-right: 20px;
}

.step-text h4 {
  margin: 0 0 8px;
  font-size: 21px;
}

.step-text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #dcdcdc;
}


/*aboutcard features*/
.featuresabt {
  max-width: 1200px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 90px;          /* more vertical spacing like image */
  column-gap: 120px;     /* more space between left & right */
  text-align: center;
}

.cardabt img {
  width: 180px;           /* icon size similar to image */
  margin-bottom: 20px;
}

.cardabt h3 {
  font-size: 25px;
  
  font-weight: 700;
  color: #e0e0e0;        /* deep blue */
  margin-bottom: 12px;
}

.cardabt p {
  max-width: 340px;      /* â­ KEY FIX: controls paragraph width */
  margin: 0 auto;        /* center paragraph */
  font-size: 18px;
  
  color: #fffefe;        /* softer gray */
}
/* SECTION */
.who-we-are {
  padding: 80px 60px;
  background: #fff;
}

/* MAIN LAYOUT */
.who-container {
  display: flex;
  align-items: stretch;
  
  gap: 180px;
}

/* IMAGE COLLAGE */
.image-collage {
  position: relative;
  width: 420px;
  height: 520px;
  left: 100px;
}

.image-collage img {
  position: absolute;
  width: 260px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  object-fit: cover;
}

/* IMAGE POSITIONS */
.img-1 {
  top: 0;
  right: 0;
}

.img-2 {
  top: 150px;
  left: 0;
}

.img-3 {
  bottom: 0;
  right: 40px;
}
.cardnumb
{
  color: #ff4fc3;
  font-size: 44px;
}

/* CONTENT */
.who-content {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.who-content h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #0a1b4d;
}

.who-content h2 span {
  color: #ff4fc3;
}

.item {
  margin-bottom: 24px;
}

.item h4 {
  font-size: 25px;
  margin-bottom: 6px;
  color: #0a1b4d;
}

.item p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

/* ===================== */
/* ðŸ“± MOBILE RESPONSIVE */
/* ===================== */
@media (max-width: 900px) {
  .who-container {
    flex-direction: column;
    gap: 40px;
  }
  

  .image-collage {
    position: relative;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .image-collage img {
    position: static;
    width: 100%;
  }

  .who-we-are {
    padding: 50px 20px;
  }

  .who-content h2 {
    text-align: center;
  }
}

/* ============================= */
/* TESTIMONIALS */
/* ============================= */

.testimonials {
 
  text-align: center;
  background: #ffffff;
}

.testi-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}
#clicon
{
  width: 300px;
}

.testi-title .pink {
  color: #ff4fc3;
}

.testi-title .blue {
  color: #0b1a5a;
}

.testi-subtitle {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 80px;
}

/* Testimonials list */
.testi-list {
  max-width: 700px;   /* ðŸ”‘ narrower container */
  margin: 0 auto;     /* center horizontally */
}


/* Individual card */
.testi-card {
  display: flex;
  align-items: flex-start;
  position: relative;
  left: 100px;
  gap: 30px;
  margin-bottom: 60px;
  text-align: left;
}

/* Client image */
.testi-card img {
  width: 200px;
  height: 325px;
  
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

/* Content */
.testi-content h4 {
  font-size: 25px;
  font-weight: 700;
  color: #0b1a5a;
  margin-bottom: 10px;
}

.testi-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {
  .testi-title {
    font-size: 36px;
  }

  .testi-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
  left: 15px;
  }

  .testi-content {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .testi-title {
    font-size: 30px;
  }
  .hero_main_h1
  {
    position: relative;
    text-align: left;
    width: 500px;
    margin: -2px;
   
  }
  .hero_main_h1_ver2
  {
   font-size: 21px !important;
  }
  .testi-subtitle {
    font-size: 14px;
  }
}
.hero-media
{
  position: relative !important;
  left: 50px !important;
}
/* SECTION */
.founder-section {
  padding: 80px 60px;
  background: #fff;
}
.founder-content h6{
  font-size: 18px;
  width: 500px;
  color: rgb(51, 113, 124);
}
/* MAIN LAYOUT */
.founder-container {
  display: flex;
  align-items: stretch; /* important */
  gap: 80px;
}

/* IMAGE */
.founder-image img {
  position: relative;
  left: 100px;
  width: 420px;
  top: 0px;
  border-radius: 16px;
  object-fit: cover;
}

/* CONTENT */
.founder-content {
  position: relative;
  left: 100px;
  display: flex;
  align-items: center; /* vertical centering */
}

.data-content {
  position: relative;
  left: 100px;
  display: flex;
  align-items: center; /* vertical centering */
}

.founder-content h4 {
  font-size: 25px;
  color: #0a1b4d;
  margin-bottom: 10px;
}

.founder-content p {
  font-size: 15px;
  color: #555;
 
  margin-bottom: 24px;
  max-width: 520px;
}
.founder-content p:not(:last-child) {
  margin-bottom: 6px;
}


.data-content h4 {
  font-size: 25px;
  color: #0a1b4d;
  margin-bottom: 10px;
}

.data-content h2{
  font-size: 25px;
  color: #a7177c;
  margin-bottom: 10px;
}

.data-content p {
  font-size: 18px;
  color: #555;
 
  margin-bottom: 24px;
  max-width: 320px;
}
/* ===================== */
/* ðŸ“± MOBILE RESPONSIVE */
/* ===================== */
@media (max-width: 900px) {
  .founder-container {
    flex-direction: column;
    gap: 40px;
  }


  .founder-image img {
    position: relative;
    left: 0px;
    width: 100%;
  }

  .founder-content {
    position: relative;
    left: 0px;
    align-items: flex-start;
  }
  .data-content {
    position: relative;
    left: 0px;
    align-items: flex-start;
  }
  .founder-section {
    padding: 50px 20px;
  }
}


/* ============================= */
/* CONTACT SECTION */
/* ============================= */

.contact-section {
  
  background: #050b7a;
  color: #ffffff;
  padding: 100px 60px 40px;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

/* FORM */
.contact-form {
  width: 45%;
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-size: 14px;
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  background: #e7e8ec;
  border: none;
  padding: 14px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form button {
  width: 140px;
  padding: 12px;
  border-radius: 30px;
  border: none;
  background: #ff4fc3;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.contact-form button:hover {
  background: #e63bb0;
}

/* IMAGE */
.contact-image {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}

.contact-image img {
  max-width: 420px;
  width: 100%;
}

/* ============================= */
/* FOOTER */
/* ============================= */

.footer {
  max-width: 1200px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-logo {
  font-size: 36px;
  font-weight: 800;
}

.footer-info {
  display: flex;
  gap: 60px;
}

.footer-info h4 {
  font-size: 25px;
  color: #ff4fc3;
  margin-bottom: 10px;
}

.footer-info p {
  font-size: 18px;
  line-height: 1.6;
  color: #ddd;
}



/* ============================= */
/* FOOTER â€“ MOBILE FIX */
/* ============================= */

@media (max-width: 768px) {

  .footer {
    padding: 40px 20px;
    text-align: center;
  }

  .footer-info {
    flex-direction: column;   /* KEY FIX */
    align-items: center;
    gap: 20px;
  }

  .footer-info div {
    max-width: 100%;
  }

  .footer-logo {
    text-align: center;
  }
  .footer-hours {
    position: relative;
    left: 0px;
  }

}

.endstat
{
  text-align: center;
  position: relative;
  bottom: -30px;
}
.endstat2
{
  position: relative;
  top: 40px;
  text-align: center;
}

.map-section {
  width: 50%;
  position: relative;
  left: 650px;
  margin-top: -250px;
}

.map-section iframe {
  width: 100%;
  height: 380px;
  border: 0;
}




/* âœ… Mobile Responsive */



/* ============================= */
/* HERO RESPONSIVE */
/* ============================= */

/* Tablet */
@media (max-width: 1024px) {
  /* .hero {
    gap: 24px;
  } */

  .hero-content {
    width: 45%;
  }

  .hero-media {
    width: 55%;
  }

  .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .map-section iframe {
    height: 260px;
  }
}


/* Mobile */
@media (max-width: 768px) {
  /* .hero {
    flex-direction: column;
    padding: 80px 30px;
    text-align: center;
  } */

  .hero-content,
  .hero-media {
    width: 100%;
    height: auto;
  }

  .hero-content {
    min-height: 180px;
    align-items: center;
  }

  .hero-content h1 {
    font-size: 29px;
  }

  .hero-content p {
    font-size: 16px;
    margin: 0 auto;
  }

  .hero-media {
    min-height: 220px;
  }

  .hero-video {
    max-height: 260px;
  }
}

/* Small Phones */
@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 21px;
    
  }
  /* .hero_main_h1 {
    position: static;
    width: 100%;
    max-width: 100%;
    text-align: center;
  } */
  
  .hero-content p {
    font-size: 14px;
  }
  .testi-card img
  {
    width: 293px;
  }
}

@media (max-width: 768px) {
  .features {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}

@media (max-width: 768px) {
  .approach-container {
    flex-direction: column;
    text-align: center;
  }

  .step {
    flex-direction: column;
    align-items: center;
  }

  .step-number {
    margin-bottom: 10px;
  }

  .approach-content h2 {
    font-size: 32px;
   
  }
  .step {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .approach-content p,h4 {
    text-align: left;
    font-size: 16px;
   
  }
  .step-number
  {
    text-align: left !important;
  }
  .features2
  {
    max-width: 1200px;
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    column-gap: 50px;
    text-align: center;
  }
  #clicon
  {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #cont2 {
    margin: 40px 20px;
  }

  #cont2 p {
    font-size: 15px;
    line-height: 1.8;
  }
}
/* .partners > .card3:nth-last-child(2) {
  grid-column: 2;
} */

/* ============================= */
/* PARTNERS â€“ MOBILE RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {
  /* .partners {
    grid-template-columns: repeat(1, 1fr); 
    column-gap: 20px;
    row-gap: 30px;
    margin: 40px 20px;
  }
  .partners2 {
    grid-template-columns: repeat(1, 1fr); 
    column-gap: 20px;
    row-gap: 30px;
    margin: 40px 20px;
  } */

  .card3 img {
    width: 120px;   /* ðŸ”‘ key fix */
    max-width: 100%;
    margin-bottom: 10px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  /* .partners {
    grid-template-columns: 1fr; 
  } */
  .card3 {
    flex: 0 0 100%;
  }
  .card3 img {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .heroabt {
    flex-direction: column;
    padding: 80px 20px;
    text-align: center;
  }

  .hero-contentnew {
    width: 100%;
    align-items: center;
  }

  #hero-contabt {
    width: 100%;
   
  }

  .hero-media {
    width: 100%;
    justify-content: center;
  }

  .hero-media img {
    width: 100%;
    max-width: 320px;
  }
  .featuresavl {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 40px;
    height: 500px;
    
  }
  .featuresavl .card {
    padding: 10px 5px;
  }

  .cardnumb {
    font-size: 36px;
  }

  .featuresavl .card h3 {
    font-size: 16px;
  }
}


@media (max-width: 480px) {
  .featuresavl {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 15px;
  }
}


.logo-link {
  display: flex;
  align-items: left;
  /* gap: 10px; */
  gap: 8px;
  text-decoration: none;
}

.logo-img {
  height: 28px;       /* adjust as needed */
  width: auto;
}
.logimg {
  height: 30px;      /* adjust as needed */
  
}

.sitename {
  font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
  color: #0041ff;        /* match your theme */
}

.locate > p
{
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px auto;
}

/* .locate {
  padding: 80px 60px;
  max-width: 1100px;
  margin: auto;
} */

/* .loc {
  color: #2a3cdf;
  font-size: 40px;
  text-align: center;
  margin-bottom: 15px;
}

.locate > p {
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}

.locate h4 {
  font-size: 25px;
  color: #0041ff;
  margin-top: 40px;
}

.locate p {
  font-size: 18px;
  width: 600px;
} */

/* 
@media (max-width: 768px) {
  .locate {
    padding: 60px 20px;
    text-align: center;
  }

  .loc {
    font-size: 28px;
  }

  .locate h4 {
    font-size: 18px;
    margin-top: 25px;
  }

  .map-section iframe {
    height: 250px;
  }
}

@media (max-width: 480px) {
 .locate {
  padding: 60px 20px;
} */
/* 
.loc {
  text-align: center;
}

.map-section iframe {
  width: 100%;
  height: 250px;
}

} */


@media (max-width: 768px) {
  /* .locate * {
    position: static !important;
    left: auto !important;
    top: 500px !important;
  } */
}
.blog-section {
  padding: 80px 60px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1200px;
  margin: auto;
}

.blog-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
}

.blog-card h3 {
  font-size: 25px;
  margin: 18px 0 10px;
  color: #000;
}

.blog-card p {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}

.blog-meta {
  font-size: 13px;
  color: #777;
}
@media (max-width: 768px) {
  .blog-section {
    padding: 60px 20px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .blog-card img {
    height: 220px;
  }
}

@media (max-width: 480px) {
  .blog-card h3 {
    font-size: 18px;
  }

  .blog-card p {
    font-size: 13px;
  }
}
.read-more {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #2a3cdf;
  text-decoration: none;
  font-weight: 500;
}

.read-more:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .approach-section {
    padding: 60px 20px;
  }

  .abtwhy {
    font-size: 15px;
    width: 335px;
  }

  .featuresabt {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .cardabt img {
    height: 50px;
  }

  .cardabt h3 {
    font-size: 16px;
  }

  .cardabt p {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .founder-image{
    font-size: 15px !important;
  }
}
@media (max-width: 992px) {
  .m1 {
    font-size: 48px;
  }

  .hero-blognew p {
    font-size: 14px;
  }
  .benfit {
    padding: 60px 40px;
  }

  #head2 {
    font-size: 34px;
  }

  .blogscrd {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  }

@media (max-width: 576px) {
  .heroblg {
    min-height: auto;
    padding: 60px 20px;
  }

  .m1 {
    font-size: 36px;
  }

  .hero-blognew p {
    font-size: 15px;
    width: 300px;
  }
  
}

@media (max-width: 576px) {
  .benfit {
    padding: 50px 20px;
    height: -50px;
  }

  #head2 {
    font-size: 28px;
  }
  .subscription
  {
    font-size: 15px !important;
  }
  .blog2 p {
    font-size: 15px;
  }

  .blogscrd {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-blognew p {
    font-size: 15px;
    width: 300px;
  }

  .blogcard2 img {
    
  }

  .blogcard2 h3 {
    font-size: 16px;
  }
}
.blogcard2 {
  display: flex;
  flex-direction: column;
  align-items: center;     /* centers image + h3 horizontally */
  text-align: center;      /* centers text inside h3 */
}
.blogcard2 h3 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
}


@media (max-width: 992px) {
  .moreknow {
    padding: 60px 40px;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .blog-card img {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .moreknow {
    padding: 50px 20px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .blog-card img {
    height: 180px;
  }

  .blog-card h3 {
    font-size: 16px;
  }

  .blog-card p {
    font-size: 13px;
  }

  .read-more {
    font-size: 13px;
  }
}

.heroabt hr {
  width:460px;
}

/* =========================
   STATS TOP
========================= */

.stats-section {
  padding: 60px 20px;
}

.stats-top {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.stat-box h2 {
  font-size: 60px;
  color: #ff3ea5;
  margin-bottom: 10px;
}

.stat-box h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 8px;
}

.stat-box p {
  font-size: 14px;
  color: #555;
}

/* =========================
   DATA SECTION
========================= */

.data-section {
  background: #0b0c88;
  padding: 80px 20px;
  color: #fff;
}

.data-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.data-left h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.data-left h2 span {
  color: #ff3ea5;
}

.data-left p {
  font-size: 15px;
  line-height: 1.7;
  color: #dcdcff;
  max-width: 500px;
}

.data-stats {
  display: flex;
  gap: 50px;
  margin-top: 40px;
}

.data-stats h3 {
  font-size: 50px;
  color: #ff3ea5;
}

.data-stats p {
  font-size: 25px;
  color: #cfd2ff;
}

.data-right img {
  width: 100%;
  max-width: 420px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 992px) {
  .stats-top {
    grid-template-columns: 1fr 1fr;
  }

  .data-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .data-left p {
    margin: auto;
  }

  .data-stats {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 576px) {
  .stats-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .data-left h2 {
    font-size: 32px;
  }

  .data-stats {
    flex-direction: column;
    gap: 20px;
  }

  .data-right img {
    max-width: 100%;
  }
}
/* Base */
.service {
  padding: 80px 20px;
}

.service-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.service-container.reverse {
  flex-direction: row-reverse;
}

.service-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
}

.service-content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #0a1c80;
}
.aichat
{
  font-size: 25px !important;
}
.service-content h2 span {
  color: #ff4fbf;
  font-size: 25px;
}

.service-content p {
  max-width: 520px;
  font-size: 18px;
  margin: 20px 0 40px;
  color: #444;
}

/* Stats */
.stats {
  display: flex;
  gap: 60px;
}

.stats h3 {
  font-size: 42px;
  color: #ff4fbf;
  margin-bottom: 5px;
}

.stats p {
  font-size: 15px;
  color: #0a1c80;
  font-weight: 600;
}

/* Visualization section */
.visualization {
  background: linear-gradient(135deg, #050b8d, #02044f);
}

.visualization .service-content h2,
.visualization .service-content p,
.visualization .stats p {
  color: #fff;
}

/* Tablet */
@media (max-width: 992px) {
  .service-container {
    flex-direction: column;
    text-align: center;
  }

  .stats {
    justify-content: center;
  }

  .service-content p {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .service-content h2 {
    font-size: 25px;
  }

  .stats {
    flex-direction: column;
    gap: 25px;
  }

  .stats h3 {
    font-size: 32px;
  }
}

/* ===============================
   HERO SLIDER
================================ */
.hero-slider {
  width: 100%;
  height: 520px;
  background: #050c66;
  overflow: hidden;
  position: relative;
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-left h5
{
  font-size: 44px;
}

/* SLIDE */
.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 80px;
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s ease;
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

/* LEFT CONTENT */
.hero-left {
  width: 55%;
  color: #fff;
}

.founder-content h6{
  font-size: 18px;
  width: 500px;
  color: rgb(51, 113, 124);
}
.hero-left h5 {
  font-size: 44px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.hero-left h1 {
  font-size: 44px;
  margin-bottom: 20px;
}

.hero-left h1 span {
  color: #e66db4;
}

.hero-left p {
  width: 85%;
  
  font-size: 18px;
  color: #dcdcdc;
}

/* RIGHT IMAGE */
.hero-right {
  width: 45%;
  display: flex;
  justify-content: center;
}

.hero-right img {
  width: 90%;
  max-width: 420px;
  border-radius: 20px;
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 768px) {
  .hero-slider {
    height: auto;
    padding: 60px 0;
  }

  .slide {
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
  }
  .hero-contentnew {
    align-items: flex-start; /* left-align all child elements in the flex column */
    text-align: left;        /* ensure text inside elements is left-aligned */
  }

  .hero-contentnew h1 {
    margin-left: 0;          /* remove any extra indentation if needed */
  }
  .hero {
    background-image: url(../assets/images/conthero.avif) !important; /* remove image */
    background-color: #050b7a;        /* plain blue */
    height: 70vh;
    min-height: 70vh;
    max-height: 70vh;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  
  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-left h1 {
    font-size: 36px;
  }

  .hero-left p {
    width: 100%;
  }

  .hero-right img {
    margin-top: 30px;
    width: 85%;
  }
}
.pricing-section {
  padding: 80px 6%;
  background: #fafafa;
}

.pricing-title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.badge {
  background: #8b0000;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  margin-left: 10px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.pricing-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.pricing-card {
  margin: 15px 0 20px;
  font-size: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  text-align: left;
}

.pricing-card img {
  width: 40px;
  margin-bottom: 15px;
}

.pricing-card h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.pricing-card p {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
}

.pricing-card hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 12px 0;
}

.pricing-card button {
  margin-top: 25px;
  padding: 12px 28px;
  background: #1e88e5;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.pricing-card button:hover {
  background: #1565c0;
}

.featured {
  transform: translateY(-10px);
}

/* ================= MOBILE ================= */
@media (max-width: 992px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid.two {
    grid-template-columns: 1fr;
  }

  .featured {
    transform: none;
  }
}
.hero-blognew p
{
  font-size: 18px !important;
}
.bl23{
  height: 115px;
  content: cover;
}

@media (max-width: 768px) {
.featuresval
{

}
  .hero-slider {
    height: auto;
    min-height: 520px;         /* keeps slider height */
  }
  .subscription
  {
    font-size: 20px;
  }
  .slide {
    position: absolute;        /* KEEP absolute */
    inset: 0;
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .hero-left h5 {
    font-size: 16px;
  }

  .hero-left h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .hero-left p {
    font-size: 15px;
  }

  .hero-right {
    margin-top: 20px;
  }

  .hero-right img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.pricing-features {
  list-style: disc;
  padding-left: 20px;
  margin: 20px 0;
}

.pricing-features li {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.5;
}
/* Calculator box */
.calc-box {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

/* Input */
.calc-input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* Button */
.calc-btn {
  padding: 10px 18px;
  border-radius: 6px;
  border: none;
  background: #1a73e8;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.calc-btn:hover {
  background: #0f5bd6;
}

/* Mobile */
@media (max-width: 480px) {
  .calc-box {
    flex-direction: column;
  }
}
/* ==============================
   DESKTOP / NORMAL WEB SCREENS
================================ */
@media (min-width: 1024px) {

  .service-container {
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .service-content {
    /* flex: 0 0 70%; */
  }

  .service-image {
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
  }

  .service-image img {
    max-width: 100%;
  }

  /* Alternating layout */
  .service:nth-of-type(even) .service-container {
    flex-direction: row-reverse;
    
  }
  .service:nth-of-type(odd)  {
    background-color: #bfbfca;
    
  }
  
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  cursor: pointer;
}
/* FAQ FIX */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 500px; /* large enough for content */
}

.faq-icon {
  float: right;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg); /* + becomes Ã— */
}
.faq-answer p
{
  position: relative;
  left: 40px;
}
.hero-media
{
  font-size:25px ;
  animation: forwards;
  
  /* background-color: white; */
  text-align: left;
  color: white;

}
/* =============================
   CALCULATOR FIELD â€“ 50/50 LAYOUT
============================= */
.pricing-card .field-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  width: 100%;
  box-sizing: border-box;
}

/* Label = 75% */
.pricing-card .field-row label {
  flex: 0 0 70%;
  max-width: 70%;
  font-size: 15px;
  color: #444;
}

/* Input = remaining space (~25%) */
.pricing-card .field-row input {
  flex: 1;          /* NOT 25% */
  min-width: 0;     /* CRITICAL to stop overflow */
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* =============================
   MOBILE â€“ STACK VERTICALLY
============================= */

@media (max-width: 576px) {
  .pricing-card .field-row {
    flex-direction: column;
    align-items: stretch;
  }
  .sitename
  {
    font-size: 19px;
  }

  .pricing-card .field-row label,
  .pricing-card .field-row input {
    flex: 100%;
    width: 100%;
  }
}
.pricing-card .field-row select {
  flex: 1;
  min-width: 0;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  background: #fff;
}
/* .hero {
  display: flex;
  align-items: center;
  min-height: 90vh;
} */

.hero-content,
.hero-media {
  width: 50%;
}

.hero-video {
  position: relative;
  height: 300px;
}

/* Floating positions for desktop */
.hero-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-points li {
  position: absolute;
  font-weight: 500;
  font-size: 20px;
  color: #fdfdfd;
}

/* Individual positioning */
.hero-points li:nth-child(1) {
  font-size: 18px;
  top: 5%;
  left: -9%;
}

.hero-points li:nth-child(2) {
  font-size: 18px;
  top: 46%;
  left: -11%;
}

.hero-points li:nth-child(3) {
  font-size: 18px;
  top: 57%;
  left: 21%;
}

.hero-points li:nth-child(4) {
  font-size: 18px;
  top: 28%;
  left: -25%;
}
@media (max-width: 768px) {
  /* .hero {
    flex-direction: column;
    text-align: left;
  } */

  .hero-content,
  .hero-media {
    width: 100%;
  }

  .hero-video {
    height: auto;
    margin-top: 20px;
  }

  .hero-points {
    position: static;
    list-style: disc;
    padding-left: 20px;
  }

  .hero-points li {
    position: static;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {

  /* Stack everything */
  .contact-container {
    display: flex;
    flex-direction: column;
  }

  /* Move image to top */
  
.contact-image
{
  display: none;
}
  

  /* Form full width */
  .contact-form {
    width: 100%;
    text-align: left;
  }

  /* Left align all form elements */
  .contact-form label,
  .contact-form input,
  .contact-form textarea,
  .contact-form button {
    width: 100%;
    text-align: left;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;   
    text-align: left;
  }
  .endstat
  {
    width: max-content;
    position: relative;
    left: -47px;
  }
  .footer-info > div {
    width: 100%;
  }
  .contact-form button {
    width: 100px; 
    text-align: center;
    align-self: flex-start;
  }
  .footer-info h4,
  .footer-info p {
    text-align: left;
  }

}
/* ============================= */
/* HERO ABOUT SECTION â€“ MOBILE FIX */
/* ============================= */
@media (max-width: 768px) {
  .heroabt {
    flex-direction: column;        /* stack text and image vertically */
    padding: 60px 20px;           /* reduce padding on mobile */
    text-align: center;            /* center text */
    min-height: auto;              /* remove fixed height */
    gap: 30px;                     /* spacing between text and image */
  }

  .hero-contentnew {
    width: 100%;                   /* full width */
    align-items: center;           /* center headings & paragraph */
  }

  .hero-contentnew h1.m1,
  .hero-contentnew h1.m2 {
    font-size: 28px;               /* smaller headings */
    line-height: 1.2;
  }

  #hero-contabt {
    width: 100%;                   /* full width for text */
    font-size: 16px;               /* smaller paragraph text */
    line-height: 1.6;
    color: #fff;                   /* ensure text is readable on background */
    margin: 0 auto;
  }

  .abt_img_ver {
    width: 100%;
    display: flex;
    justify-content: center;       /* center the image */
  }

  .abt_img_ver img {
    width: 90%;                    /* limit max width */
    max-width: 320px;              /* prevent oversized image */
    height: auto;
    border-radius: 12px;           /* optional rounding */
  }
}

/* Small phones */
@media (max-width: 480px) {
  .hero-contentnew h1.m1,
  .hero-contentnew h1.m2 {
        text-align: left;          /* smaller headings */
  }
  .hero-contentnew h1 {
    align-items: flex-start; /* left-align headings on tablet/mobile */
  }
  #hero-contabt {
    font-size: 14px;               /* smaller paragraph text */
    line-height: 1.5;
    text-align: left;
  }

  .abt_img_ver img {
    max-width: 280px;
  }
}

/* Base styles for desktop */
.locate {
  padding: 40px 20px;
}

.locate h1.loc {
  text-align: center; /* desktop center */
  margin-bottom: 15px;
  color: #cc269a;
}

.locate p {
  text-align: left; /* desktop center */
  max-width: 600px;
  /* margin: 0 auto 20px auto; */
}

.locate > div {
  margin-bottom: 20px;
}

.map-section iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

/* Mobile styles */
@media (max-width: 768px) {
  .locate h1.loc,
  .locate p,
  .locate h4,
  .locate > div p {
    text-align: left; /* left align everything */
    
    margin: 0 0 10px;
  }

  .locate p {
    max-width: 100%; /* full width on mobile */
  }

  .locate > div {
    margin-bottom: 25px;
  }

  .map-section iframe {
    height: 300px; /* smaller map for mobile */
  }
}
.block-points p::before {
  content: "âœ“";
  color:  #ff4fc3;;
  font-size: 18px;
}
.block-info{
  font-size: 18px;
}

/* Make ONLY the icon + first paragraph side-by-side */
.pricing-card img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.pricing-card > p:first-of-type {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  /* text-transform: uppercase; */
  /* color: #6b7280; */
}

/* Optional spacing below the row */
.pricing-card img,
.pricing-card > p:first-of-type {
  margin-bottom: 10px;
}
/* Base layout */
.logo-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

/* Images */
.logo-img {
  max-height: 40px;
  width: auto;
}

.logimg {
  max-height: 32px;
}

/* Text */
.logo-link h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .logo-link {
    gap: 6px;
  }
  .logo h2 {
    position: static;           /* 🔥 remove top: 7px */
    font-size: 15px;
    line-height: 1;
    margin: 0;
    white-space: nowrap;        /* prevent wrap */
  }

  .logo-img {
    max-height: 28px;
  }

  .logimg {
    max-height: 24px;
  }

  .logo-link h2 {
    font-size: 16px;
    top: 0; /* override inline top */
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .logo-link {
    flex-wrap: wrap;
  }

  .logo-link h2 {
    /* width: 100%; */
    font-size: 15px;
    text-align: left;
    position: relative;
    top: 6px;
    /* left: 123px; */
    color: #11516e;
  }
  .testi-list h5{
    text-align: left;
  }
}
/* =============================
   HERO – FINAL OVERRIDE FIX
============================= */

/* .hero {
  min-height: 70vh;             
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
} */

/* REMOVE forced full height */
.hero-content {
  height: auto !important;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Right side */
.hero-media {
  width: 40%;
  position: static !important;   /* ✅ remove left shifting */
}

/* Headings scale properly */
.hero-content h1 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
}

/* Text */
#hero-cont1 {
  max-width: 520px;
  /* font-size: 16px; */
  line-height: 1.6;
}
/* @media (max-width: 768px) {
  .hero {
    height: 70vh;               
    min-height: 70vh;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
  }

  .hero-content,
  .hero-media {
    width: 100%;
    height: auto;
  }

  .hero-content {
    align-items: center;
  }

  .hero_main_h1 {
    position: static !important;  
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-media {
    margin-top: 20px;
  }
} */
@media (max-width: 768px) {

  /* HERO WRAPPER */
  /* .hero {
    height: auto;              
    min-height: 70vh;          
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
    overflow: visible;        
  } */

  /* CONTENT + MEDIA STACK */
  .hero-content,
  .hero-media {
    width: 100%;
    height: auto;
  }

  .hero-content {
    align-items: center;
  }

  /* FIX: MAIN HERO LINE VISIBILITY */
  /* .hero_main_h1 {
    position: static !important;
    width: 100% !important;      
    max-width: 100% !important;
    margin: 0 auto 10px auto;
    padding: 0 16px;
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 2;
  } */

  .hero_main_h1 h1 {
    font-size: clamp(22px, 6vw, 40px);
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  /* OTHER HERO HEADINGS */
  .hero-content h1 {
    font-size: 21px;
   
  }

  /* MEDIA SECTION */
  .hero-media {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .main-header {
    padding: 10px 16px;   /* 🔥 reduce vertical padding */
    min-height: auto;
  }
}
.logo-name
{
  position: relative; 
  top: 7px; 
  color: #11516e;
}

.hero_main_h1
{
 width: 700px;
 margin: 2px;
}
.partner-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #050505;
}
.client_info_mers
{
  font-size: 16px;
  color:  #ff4fc3;
}

/* contact response styles */
.form-message {
  margin-top: 12px;
  font-size: 16px;
}

.form-message.success {
  color: #ffffff;
}

.form-message.error {
  color: coral;
}

button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}