* {
    box-sizing: border-box;
    max-width: 100%;
}
/*body {
  background: red !important;
}*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: Arial, sans-serif;
  background: #f4f6f8;
  margin: 0;
  overflow-x: hidden;
}

.card {
  background: white;
  padding: 40px;
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

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

h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 20px;
  color: #555;
}

input,
button {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  font-size: 16px;
}

input {
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  background: #1f4ed8;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background: #163bb7;
}
.cta-btn {
  display: inline-block;
  margin-bottom: 30px;
  padding: 14px 28px;
  background: #1f4ed8;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
}

.cta-btn:hover {
  background: #163bb7;
}
/* ================= NAVBAR ================= */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  font-size: 16px;
}



.navbar-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.nav-logo img {
  width: 260px; 
  height: auto;
}


.nav-logo {
  display: flex;
  align-items: center;
}

/* Menu */
.nav-menu {
  list-style: none;
  display: flex;
  gap: 22px;
  align-items: center;
}


.nav-item .nav-link {
  color: #374151;
  text-decoration: none;
  font-weight: 500;
  padding: 8px;
  transition: color 0.3s ease;
  margin-bottom: 40px;
}

.nav-item .nav-link:hover {
  color: #111827;
}

/* CTA Link */
.nav-cta {
  background-color: #2563eb;
  color: white !important;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

.nav-cta:hover {
  background-color: #1e40af;
}

/* Hamburger (hidden on desktop) */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
    padding: 10px;
  cursor: pointer;
  z-index: 2000;
}

.nav-toggle span {
  height:10px;
  width: 40px;  
  background: #111827;
  border-radius: 3px;
}

/* =====================================
   MOBILE navbar 
====================================== */
@media (max-width: 768px) {
  .call-btn {
    display: block ;
    background-color: #16a34a;
    display: inline-block;
    text-align: center;
    padding: 14px 28px;
    background-color: #2563eb;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
  }
  .nav-cta {
    display: none !important;
  }
  .nav-logo img {
    width: 70%;
    height: auto;
  }
  .nav-toggle {
    display: flex;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%; 
    width: 70%;
    height: 100vh;
    background: white;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 30px;
    transition: left 0.35s ease;
    box-shadow: 4px 0 20px rgba(0,0,0,0.15);
  }
  .nav-menu.show {
  right: 0;
}
 .nav-item {
    margin-bottom: 20px;
  }
 .nav-link {
    font-size: 200%;
    padding: 12px 0;
  }
}

/* ================= HERO SECTION ================= */
.hero {
  background-size: cover;     
  background-position: center;
  background-repeat: no-repeat;
}
.form-section {
  background-color: #f9fafb;
  padding: 100px 20px;
  min-height: 100vh;      
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logo {
  width: 30%;      
  height: 30%;    
  object-fit: fill;
  margin-bottom: 20px;
}

/* ================= REVIEWS CAROUSEL ================= */

.reviews-carousel-section {
  text-align: center;
  padding: 80px 20px;
  background: #ffffff;
}

.carousel-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.review-card {
  background: #f9fafb;
  padding: 30px 22px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.07);
}

.carousel-dots {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.carousel-dot {
  height: 10px;
  width: 10px;
  background: #cbd5e1;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-dot.active {
  background: #2563eb;
}
/* ================= HERO SECTION ================= */

.hero-section {
  position: relative;
  width: 100%;
  min-height: 1050px;
  display: flex;
  align-items: center;
  padding-top:100px;
  padding-bottom: 100px;

  /* Background image */
  background-image: url("images/HeroBgImg.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

/* Light fade overlay left → right */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.98) 25%,  /* strong white left */
    rgba(255, 255, 255, 0.85) 40%,
    rgba(255, 255, 255, 0) 60%,     /* transparent mid */
    rgba(255, 255, 255, 0.1) 80%,   /* soft light fade right */
    rgba(255, 255, 255, 0.3) 95%    /* gentle fade before edge */
  );
  
  pointer-events: none;
}

/* Content container on the left */
.hero-content {
  position: relative;
  max-width: 650px;
  height: auto;
  z-index: 1;
  margin-left: 10%;
}

/* Headline */
.hero-content h1 {
  font-size: 42px;
  margin-bottom: 18px;
  font-weight: 700;
  color: #111827;
}

/* Supporting text */
.hero-content p {
  font-size: 18px;
  margin-bottom: 25px;
  color: #4b5563;
}


/* Hero CTA button */
.hero-button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #2563eb;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.hero-button:hover {
  background-color: #1e40af;
  transform: translateY(-2px);
}
/* ================= MOBILE CALL BUTTON LOGIC ================= */

/* Desktop */
.call-btn {
  display: none !important;
  background-color: #16a34a;
}
.form-btn {
  display: inline-block !important;
}

/* Mobile */
@media (max-width: 768px) {
  .call-btn {
    display: block !important;
    background-color: #16a34a;
  }
  .form-btn {
    display: none !important;
  }
  .hero-section {
    min-height: auto;
    padding: 120px 20px 60px;
    background-position: center;
  }

  .hero-section::before {
    background: rgba(255,255,255,0.92);
  }

  .hero-content {
    margin-left: 0;
    text-align: center;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-button {
    width: 100%;
    display: block;
  }

  /* Keep your button styling */
  .hero-button {
    width: 100%;
    text-align: center;
    padding: 14px 0;
    font-size: 18px;
  }
}
/* ----------------------------------------------------------- */
.success-message {
  display: none;
  margin-top: 15px;
  color: #16a34a; 
  font-weight: 600;
  text-align: center;
}

/* Textarea styling to match form inputs */
textarea {
  width: 100%;
  padding: 12px;
  font-family: inherit;
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid #ccc;
  resize: vertical; /* allows resizing only up/down */ 
}

textarea::placeholder {
  color: #333;
  opacity: 12;
}

/* ================= ABOUT US SECTION ================= */

.about-section {
  background-color: #ffffff;
  padding: 90px 20px;
  text-align: center;
}

.about-container {
  max-width: 850px;
  margin: 0 auto;
}

.about-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #111827;
}

.about-section p {
  font-size: 18px;
  color: #4b5563;
  line-height: 1.6;
}

/* ================= SERVICES SECTION ================= */

.services-section {
  background-color: #f9fafb;
  padding: 90px 20px;
  text-align: center;
}

.services-section h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #111827;
}

.services-container {
  max-width: 1100px;
  margin: 0 auto;
}

.services-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.services-list li {
  background: #ffffff;
  padding: 30px 30px 30px 40px;
  border-radius: 14px;
  border-left: 6px solid #2563eb;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.services-list h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111827;
}

.services-list p {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}

.services-list li {
  background: #ffffff;
  padding: 30px 30px 30px 40px;
  border-radius: 14px;
  border-left: 6px solid #2563eb;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Glow + lift on hover */
.services-list li:hover {
  transform: translateY(-6px);
  box-shadow: 
    0 12px 25px rgba(0, 0, 0, 0.12),  /* softer deeper shadow */
    0 0 20px rgba(37, 99, 235, 0.3);   /* blue glow effect */
}

/* Mobile: 1 column */
@media (max-width: 768px) {
  .services-list {
    grid-template-columns: 1fr;
  }
}


/* ================= CTA SECTION ================= */

.cta-section {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* IMAGE */

.cta-image {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-20%);
}
@media (max-width: 768px) {
  .cta-image {
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
  }
}


/* FADE OVERLAY */

.cta-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to right,
    rgba(255,255,255,0.95) 30%,
    rgba(255,255,255,0.85) 45%,
    rgba(255,255,255,0) 65%
  );
}

/* CONTENT */

.cta-content {
  position: relative;
  max-width: 600px;
  margin-left: 8%;
  z-index: 2;
}

.cta-content h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #111827;
}

.cta-content p {
  font-size: 18px;
  margin-bottom: 25px;
  color: #374151;
}

/* BUTTON */

.cta-button {
  display: inline-block;
  padding: 14px 28px;
  background: #2563eb;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.cta-button:hover {
  background: #1e40af;
}

/* ================= CTA mobile SECTION ================= */

@media (max-width: 768px) {

  .cta-section {
    height: 500px;
    justify-content: center;
    text-align: center;
  }

  .cta-content {
    margin-left: 0;
    padding: 0 20px;
  }

  .cta-image {
    width: 100%;
    height: 100%;
    object-position: right;
  }

  .cta-overlay {
    background: rgba(255,255,255,0.9);
  }

}


/* ================= MIRRORED LEGAL CTA ================= */

.cta-legal {
  padding: 100px 20px; /* slightly tighter than first */
  background-image: url("images/ctaimg2.jpg"); /* new image */
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

/* Reverse fade direction */
.cta-legal::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.95) 40%,
    rgba(255, 255, 255, 0.7) 55%,
    rgba(255, 255, 255, 0.0) 75%
  );
}

/* Move text to right side */
.cta-content-right {
  margin-left: auto;
  margin-right: 8%;
  text-align: left;
}

/* ================= CTA MOBLIE SECTION ================= */

@media (max-width: 768px) {

  .cta-section {
    padding: 70px 20px;
    background-position: center;
  }

  .cta-section::before {
    background: rgba(255, 255, 255, 0.9);
  }

  .cta-content {
    margin-left: 0;
  }

  .cta-content h2 {
    font-size: 28px;
  }

  .cta-button {
    width: 100%;
    text-align: center;
  }
}


/* ================= FOOTER ================= */

.site-footer {
  background-color: white; /* deep corporate gray */
  color: #f9fafb;
  padding-top: 60px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.footer-info h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: black;
}

.footer-info p {
  margin-bottom: 10px;
  font-size: 16px;
  color: black;
}

.footer-bottom {
  text-align: center;
  padding: 20px;
  background-color:white;
  font-size: 14px;
  color: #9ca3af;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  width: 25%; /* adjust size if needed */
  height: 25%;
}   

/* ================= THANK YOU PAGE ================= */

.thank-you-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  text-align: center;
  padding: 20px;
}

.thank-you-container {
  max-width: 600px;
}

.thank-you-container h1 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #111827;
}

.thank-you-container p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #4b5563;
}

/* ================= Stat Bar ================= */
.stats-bar {
  background: #f4f4f4;        
  padding: 70px 20px;          
  display: grid;                
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;                 
  align-items: center;        
}

.stat {
  display: flex;                 
  align-items: center;     
  flex-wrap: wrap;   
  gap: 18px;                  
  justify-content: center;      
  padding: 10px;             
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}


.stat:hover {
  transform: translateY(-6px);  
  box-shadow: 0 10px 25px rgba(0,0,0,0.12); 
  border-radius: 14px;           
}


.icon {
  width: 78px;               
  height: 78px;
  border-radius: 16px;       
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;                
  font-size: 30px;             
  flex-shrink: 0;              
}


.stat-text h3 {
  margin: 0;
  font-size: 28px;             
  font-weight: 800;            
  letter-spacing: -0.5px;      
  line-height: 1.1;
}


.stat-text p {
  margin: 6px 0 0 0;
  font-size: 16px;
  color: #555;                 
  font-weight: 600;
}
/* ================= Stat Bar mobile ================= */
@media (max-width: 768px) {
  .stats-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 28px 16px;
    background: #f8fafc;
  }

  .stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 20px 14px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    text-align: center;
    width: 100%;
  }

  .icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
    margin-bottom: 12px;
  }

  .stat-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .stat-text h3 {
    margin: 0;
    font-size: 24px;
    margin-bottom: 4px;
  }

  .stat-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
}


/* =====================================
   HOW IT WORKS SECTION
====================================== */

.process-section {
  padding: 90px 20px;
  background: #ffffff;
}

.process-header {
  text-align: center;
  margin-bottom: 70px;
}

.process-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.process-header p {
  color: #666;
  font-size: 16px;
}


/* =====================================
   PROCESS STEPS GRID
====================================== */

.process-steps {
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;

  position: relative;
}


/* =====================================
   CONNECTING LINE (DESKTOP)
====================================== */

.process-line {
  position: absolute;
  top: 55px;
  left: 8%;
  width: 84%;
  height: 3px;
  background: #e6e6e6;
  z-index: 0;
}


/* =====================================
   PROCESS CARD
====================================== */

.process-card {
  background: white;
  border-radius: 14px;
  padding: 35px 25px;

  text-align: center;

  box-shadow: 0 10px 25px rgba(0,0,0,0.08);

  position: relative;
  z-index: 1;

  transition: transform .3s ease, box-shadow .3s ease;
}

/* Hover effect */
.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}


/* =====================================
   ICON STYLE
====================================== */

.process-icon {
  width: 70px;
  height: 70px;

  border-radius: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: white;
  font-size: 28px;

  margin: auto;
  margin-bottom: 18px;
}


/* =====================================
   TEXT
====================================== */

.process-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.process-card p {
  font-size: 15px;
  color: #666;
}


/* =====================================
   TABLET
====================================== */

@media (max-width: 1000px) {

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-line {
    display: none;
  }

}


/* =====================================
   MOBILE
====================================== */
@media (max-width: 700px) {
  .process-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }

}

