:root {
  /* --brand1:#6B2DF1; */
  /* --brand2:#3A8CFF; */
  --brand1: #8500cb;
  --brand2: #008ee0;
  --gradient: linear-gradient(135deg, var(--brand1), var(--brand2));
  --text-dark: #0b1a2b;
  --text-light: white;
  --muted: #7b8aa3;
  --radius: 14px;
  --card-shadow: 0 6px 18px rgba(20, 30, 50, 0.08);
  --paragraph-text: #333;
  --text-dark1: #2c3e50;
  --text-muted: #6c757d;
  --border1: #dee2e6;

  /* font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; */
  font-family: "Poppins", sans-serif;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}


/* Optional: For better spacing on very small screens */
@media (max-width: 480px) {
  .hero-stats {
    gap: 15px;
  }

  .hero-stats .stat {
    flex: 0 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

/* Navbar */
.navbar-brand .logo {
  width: 80px;
  height: 80px;
}

.brand-text {
  font-weight: 700;
  color: var(--text-dark);
  margin-left: 6px;
}

.nav-link {
  color: var(--text-dark) !important;
}

.hero-card,
#mission,
#core_values {
  background-color: #f1f5f9;
}

/* about us page start */
#about {
  background-color: white;
}

.value-card {
  background-color: white;
  box-shadow: var(--card-shadow);
  padding: 20px;
  border-radius: 20px;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(20, 30, 50, 0.15);
}

.timeline {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 0;
}

.timeline-item {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.timeline-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-wrapper {
  max-width: 75%;
  /* margin: 40px auto; */
  padding: 0 15px;
}

.timeline-container {
  max-width: 90%;
  margin: 0 auto;
}

.year {
  background: linear-gradient(135deg, #2f6aff, #7d3cff);
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 8px;
  width: fit-content;
}

.line {
  width: 3px;
  height: 30px;
  background-color: #d3dbe6;
  margin: 3px auto 0 auto;
}

.timeline-left {
  display: flex;
  flex-direction: column;
}

.timeline-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.timeline-content p {
  margin: 5px 0 0;
  color: #556170;
  font-size: 15px;
}

/* Mobile responsive */
@media (max-width: 767px) {
  body {
    padding: 20px 10px;
  }

  .year {
    font-size: 12px;
    padding: 4px 12px;
  }

  .line {
    height: 0px;
  }

  .timeline-container h5 {
    font-size: 1rem;
  }

  .timeline-container p {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  .timeline-wrapper {
    padding: 0 10px;
  }

  .year {
    font-size: 11px;
    /* padding: 3px 10px; */
  }

  .line {
    height: 0px;
  }

  .dx-box .d-flex {
    display: inline-block !important;
    margin: 0px;
  }
}

/* about us page end */
.navbar .nav-link.active {
  color: var(--brand1) !important;
  font-weight: 600;
  position: relative;
  display: inline-block; /* make width match text */
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2.5px;
  width: 100%;
  border-radius: 3px;

  background: linear-gradient(90deg,
      var(--brand1),
      var(--brand2),
      transparent);
}


/* HERO */
.hero-section {
  height: 88vh;
  min-height: 640px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-section1 {
  height: 50vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(assets/about\ image.png);
  background-size: cover;
  background-position: center;
}

.card-image {
  position: absolute;
  left: -1rem;
  bottom: -1.5rem;
  background-color: #ffffff;
  padding: 20px;
  margin: 10px;
  border-radius: 20px;
  border: solid 2px;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.45) saturate(0.9);
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 18, 35, 0.55), rgba(8, 12, 20, 0.6));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  max-width: 900px;
  /* margin: auto; */
}

/* HERO TITLE */
.hero-title {
  font-weight: 750;
  font-size: 4.5rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-shadow: 0 6px 30px rgba(2, 6, 23, 0.45);
}

.hero-sub {
  font-size: 1.15rem;
  margin-top: 1rem;
  color: #dfefff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA BUTTONS */
.hero-ctas {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.hero-btn {
  min-width: 200px;
}

.calci-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  opacity: 0.85;
}

/* Gradient button */
.btn-gradient {
  background: var(--gradient);
  border: none;
  color: white !important;
  padding: 0.8rem 1.6rem !important;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(107, 45, 241, 0.18);
  transition: all .2s ease;
  font-weight: 600;
}
.btn-gradient2 {
  border: 6px solid #000;
  color: white;
  padding: 0.8rem 1.6rem;
  border-radius: 10px;
  transition: all .2s ease;
}
/* .gradient-border {
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--gradient) border-box;
  border: 2px solid transparent;
} */
@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

/* .calc-nav {
  display: inline-block !important; 
  width:auto !important;
    min-width: 0;                      
  max-width: none;
  padding: 8px 20px !important;
  white-space: nowrap;              
  border-radius: 999px;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
      var(--angle),
      var(--brand1) 0%,
      #f6f6f6 20%,
      var(--brand2) 40%,
      var(--brand1) 60%,
      #f6f6f6 80%,
      var(--brand2) 100%
    ) border-box;

  color: #000 !important;
  font-weight: 600;
  animation: borderSpin 6s linear infinite;
  box-shadow: 0 0 10px rgba(0, 142, 224, 0.35);
} */
/* ===============================
   STEP BUTTON CONTAINER
================================ */
.step-buttons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 20px;
}

.step-buttons button {
  width: 100%;
  min-width: auto; 
}

.step-buttons .prev-btn {
  background-color: #fff !important;
  color: #b748f3;
  padding: 10px 22px;
  border-radius: 6px;
  box-shadow: #1f2937 0px 3px 3px;
}

.step-buttons .next-btn {
  background-color: #b748f3 !important;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .step-buttons {
    flex-direction: column;  /* stack buttons vertically */
    gap: 12px;               /* space between buttons */
    margin: 15px 0;          /* adjust margin */
  }

  .step-buttons button {
    width: 100%;            /* full width inside calculator */
    min-width: auto;        /* remove previous min-width */
  }
}


/* ===============================
   HOVER EFFECTS
================================ */
.next-btn:hover {
  background-color: #0b5ed7;
}

.prev-btn:hover {
  background-color: #5c636a;
}

/* ===============================
   PREVENT OLD BUTTON STYLES
================================ */
/* .step-buttons button {
  all: unset;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
} */
.calcicard.selected {
  border: 2px solid #0d6efd;
  background-color: #e9f2ff;
}



@keyframes borderSpin {
  to { --angle: 360deg; }
}


/* Soft blink (not flashy) */
@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0.2; }
  100% { opacity: 1; }
}

.btn-gradient:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(71, 14, 195, 0.7);
}

.btn-gradient1:hover {
  color: #e6e5e5;
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(71, 14, 195, 0.7);
  transform: scale(1.05);
}

.btn-gradient1 {
  background: var(--gradient);
  border: none;
  color: white;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(107, 45, 241, 0.18);
}

.bg-banner {
  background: linear-gradient(-180deg, #2b5dfd, #8e3cf3);
  /* background: linear-gradient( 90deg, #4C1BCE, #0CA2FF); */
  /* background-size: cover;
  background-position: center; */
  bottom: -120px;
  z-index: 2;

}

/* Hero Stats */
.hero-stats {
  /* position: absolute; */
  left: 0;
  right: 0;
  bottom: -120px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 150px;
  flex-wrap: wrap;
}

.stat h2 {
  /* color: var(--brand2); */
  color: #f6f6f6;
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 0;
}

.stat p {
  /* color: #cfe6ff; */
  color: #fff;
  font-size: 0.95rem;
  margin: 0;
}

/* Sections */
.section-sub {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;

  /* Gradient text */
  background: linear-gradient(90deg, var(--brand2), var(--brand1));
  -webkit-background-clip: text;
  color: transparent;
}

/* Line before text */
.section-sub::before {
  content: "";
  width: 35px;
  height: 1.5px;
  background: linear-gradient(90deg, #008EE0, #8500CB);
  display: inline-block;
  border-radius: 50px;
  margin: 0px 10px 5px 0px;
}

.section-sub.line-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  margin: 0px 10px 5px 0px;
}
.section-sub.line-center::before,
.section-sub.line-center::after {
  content: "";
  flex: 1;
  height: 1.5px;
  background: linear-gradient(90deg, #008EE0, #8500CB);
  max-width: 35px;
  border-radius: 50px;
  margin: 0px 0px 0px 0px;
}
.section-sub.line-center1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  margin: 0px 10px 5px 0px;
}
.section-sub.line-center1::before,
.section-sub.line-center1::after {
  content: "";
  flex: 1;
  height: 1.5px !important;
  background: #fff;
  max-width: 35px;
  border-radius: 50px;
  margin: 0px 0px 0px 0px;
  
}


.section-title {
  font-weight: 750;
  /* font-size: 2.5rem; */
  margin-bottom: 0.75rem;
}

.text-gradient1 {
  background: linear-gradient(90deg, #008EE0, #8500CB);
  -webkit-background-clip: text;
  color: transparent;
}

.about-img {
  /* max-height: 400px; */
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.about-img1 {
  /* max-height: 400px; */
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
/* Service cards */
.service-card {
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  border: none;
}


/* ================================
   SERVICES SECTION STYLING
================================ */

#services {
  position: relative;
  background-color: #f8fafc;
}

#services .card {
  border: none;
  border-radius: var(--radius);
  background: #fff;
  /* box-shadow: var(--card-shadow); */
  transition: all 0.35s ease;
  /* max-width: 250px; */
  text-align: left;
  height: 100%;
  margin-right: 10px;
  border: solid, #e9e9e9;
}

#services .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(20, 30, 50, 0.15);
}

#services .card img {
  object-fit: cover;
  transition: transform 0.3s ease;
}

#services .card:hover img {
  transform: scale(1.05);
}

#services span {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
  /* text-align: center; */
  line-height: 1.5;
  /* padding: 0 10px; */
}

#services a i {
  color: var(--brand1);
  transition: transform 0.3s ease;
}

#services .card:hover a i {
  transform: translateX(5px);
  color: var(--brand2);
}

.other-services {
  background-color: white !important;
}

/* ================================
   CAROUSEL CONTROLS
================================ */

#servicesCarousel .carousel-control-prev,
#servicesCarousel .carousel-control-next {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  top: 45%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

#servicesCarousel .carousel-control-prev {
  left: -25px;
}

#servicesCarousel .carousel-control-next {
  right: -25px;
}

#servicesCarousel .carousel-control-prev-icon,
#servicesCarousel .carousel-control-next-icon {
  filter: invert(1);
}

/* ================================
   RESPONSIVE BEHAVIOR
================================ */

/* Tablet */
@media (max-width: 991px) {
  #services .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

.about-img {
    margin-top:-90px !important;
  }
  .foundermsg{
    margin-right:-20px !important;
  }
  #servicesCarousel .carousel-control-prev {
    left: 0;
  }

  #servicesCarousel .carousel-control-next {
    right: 0;
  }
}
.btn-gradient1{
  margin-top:20px;
}
/* Mobile */

@media (max-width: 576px) {

  #services .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #services .card {
    padding: 25px !important;
    margin-bottom: 10px !important;
  }

  #services .card img {
    width: 50px;
    height: 50px;
  }

  /* Reduce spacing inside carousel */
  #servicesCarousel .carousel-inner {
    padding: 15px !important;
    /* reduce inner padding */
  }

  /* Hide arrows on mobile */
  #servicesCarousel .carousel-control-prev,
  #servicesCarousel .carousel-control-next {
    display: none;
    width: 35px;
    height: 35px;
  }
}



.icon-box {
  font-size: 1.25rem;
  background: linear-gradient(180deg, #f1f0ff, #f8f6ff);
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
}

/* Why choose */
.why-choose {
  background: linear-gradient(135deg, #2b5dfd, #8e3cf3);
  color: white;
}

.core-card {
  /* background-image: url(assets/choose.png); */
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(assets/choose.png);
  background-size: cover;
  background-position: center;
  height: 350px;
  /* width: 350px; */
  border-radius: 12px;
  padding: 2rem;
  /* margin-left: 30px; */
}

.ms-card {
  min-height: 400px;
  border-radius: 22px;
  padding: 2rem;
  /* margin-left: 30px; */
}

.space-list li {
  margin-bottom: 20px;
}

.space-listf li {
  margin-bottom: 10px;
}

/* Line before text */
.section-sub.text-white::before {
  content: "";
  width: 35px;
  height: 2px;
  background: var(--text-light);
  display: inline-block;
  border-radius: 50px;
}

/* .why-choose p {
  text-align: justify;
} */
/* .core-card {
  margin-left: 10px;
} */

/* Project cards */
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 250px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.project-card:hover {
  transform: scale(1.05);
}

.project-card:hover img {
  transform: scale(1.1);
}

.project-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  z-index: 10;
  padding: 20px;
  padding-top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(112, 112, 112, 0.1));
  border-radius: 8px;
}


#testimonials {
  background-color: #eeedee;
}

/* Testimonials */
.testimonial-card {
  border-radius: 14px;
  box-shadow: var(--card-shadow);
}


body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: #f8f9fa;
  padding: 0px;
  margin: 0px;
}

.py-5 {
  padding: 60px 0;
}

.section-sub {
  /* color: #667eea; */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
}

.section-title {
  /* font-size: 36px; */
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.text-gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Testimonial Card Styles */
.testimonial-card {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  margin: 0 10px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.quote-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 48px;
  color: #008EE04D;
  line-height: 1;
}

.stars {
  color: #fbbf24;
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: 4px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 18px;
  flex-shrink: 0;
}

.avatar1 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667eea;
  font-weight: 600;
  font-size: 32px;
  /* flex-shrink: 0; */
}

.author-section {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author-info {
  flex-grow: 1;
}

#footer-top {
  background: linear-gradient(90deg, #008EE0, #8500CB);
  color: white;
}

/* CTA Banner */
.cta-banner {
  background: linear-gradient(90deg, #008EE0, #8500CB);
  color: white;
  border-radius: 16px;
  max-width: 1000px;
}

.cta-box {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));

}

.ready {
  color: #8a38f5;
  /* font-weight: 600; */
}

/* Footer */
.footer {
  background: #260C58;
  color: #c6d2e6 !important;
}

.footer-logo {
  width: 64px;
}

.footer a {
  text-decoration: none;
  color: #c6d2e6 !important;
}

/* Floating whatsapp */
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.whatsapp-float img {
  width: 28px;
  filter: brightness(0) invert(1);
}

/* ✅ Mobile & Tablet Responsive */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .hero-section {
    min-height: 520px;
    height: auto;
    padding-bottom: 80px;
  }

  .hero-stats {
    position: relative;
    bottom: 0;
    margin-top: 40px;
    gap: 40px;
  }
}

@media (max-width: 576px) {

  .hero-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .hero-sub {
    font-size: 0.95rem;
    padding: 0 8px;
  }

  .hero-ctas {
    flex-direction: column;
    gap: 15px;
  }

  .btn {
    gap: 15px;
    margin-bottom: 15px;
  }

  .hero-btn {
    width: 80%;
    max-width: 260px;
  }

  .hero-stats {
    flex-direction: column;
    gap: 20px;
  }

  .stat h2 {
    font-size: 1.5rem;
  }

  .stat p {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 20px;
  }

}


/* FORM */

.container-main {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.header-text {
  text-align: center;
  margin-bottom: 10px;
}

.header-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.5px;
}

.step-indicator {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

.form-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
}

.form-section {
  flex: 1;
  padding: 50px 40px;
  border-right: 1px solid #e5e5e5;
}

.info-section {
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fafafa;
}

.step {
  display: none;
}

.step.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.question-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
}

.options-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}


        .option-btn { 
            display: block;
            padding: 0.9rem 1rem;
            border: 1px solid var(--border1);
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: white!important;
            text-align: center;
            flex: 0 1 auto;
            min-width: 95px;
            max-width: 180px;
        }

        .option-btn:hover {
            border-color: var(--brand1)!important;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(133, 0, 203, 0.15) !important;
        }
/* .option-btn:hover {
  background: #fff5f5 !important;
} */

.option-btn.selected {
  background: var(--gradient);
  color: white;
}

.option-btn input {
  display: none;
}

.illustration {
  width: 100%;
  max-width: 280px;
  margin-bottom: 30px;
}

.info-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.info-text {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  text-align: center;
}

.form-group {
  margin-bottom: 25px;
}

.form-label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  transition: border-color 0.3s;
}

.form-input:focus {
  outline: none;
  border-color: var(--gradient);
}

.btn-container {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn-back {
  padding: 1px 30px;
  border: 1px solid #ddd;
  background: white;
  color: #666;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-back:hover {
  border-color: #999;
  color: #333;
}

.btn-continue {
  padding: 12px 40px;
  border: none;
  /* background: #d32f2f; */
  background: var(--gradient);
  color: white;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-continue:hover {
  background: var(--brand2);
}

@media (max-width: 968px) {
  .form-card {
    flex-direction: column;
  }

  .form-section {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .options-container {
    flex-direction: column;
  }

  .option-btn {
    width: 100%;
  }
}

/* calculator form styles */


.calcihero {
  height: 50vh;
  display: grid;
  place-content: center;
  text-align: center;
  padding:40px;
}

.calcihero h1 {
  font-size: 2.5rem;
}

.calcihero p {
  opacity: 0.8;
}

.calcihero button {
  margin-top: 20px;
  padding: 14px 28px;
  border-radius: 30px;
  border: none;
  background: var(--gradient);
  color: #ffffff;
  font-size: 18px;
  font-weight:100px;
  cursor: pointer;
}

/* Overlay */
.calcioverlay {
  position: fixed;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}




/* Calculator box */
.calculator {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.calcicard {
  background: rgba(133, 0, 203, 0.08);
  border: 2px solid #dddbdb;
}
.calcihero {
  text-align: center;
  padding: 80px 20px;
}

#openCalc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 220px;
  padding: 14px 32px;
}


/* Progress */
.progress {
  height: 6px;
  background: rgba(255,255,255,0.15);
  border-radius: 10px;
  margin-bottom: 20px;
}

.bar {
  height: 100%;
  width: 0%;
  background: var(--gradient);
  border-radius: 10px;
  transition: 0.3s;
}

/* Steps */
.calcistep {
  display: none;
}

.calcistep.active {
  display: block;
}

h4 {
  margin-bottom: 20px;
}

/* Cards */
.cards {
  display: grid;
  gap: 15px;
}

.calcicard {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.12);
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}

.calcicard:hover {
  background: rgba(255,255,255,0.22);
  transform: translateY(-2px);
}
.calcicard:focus{
  outline: none;
    box-shadow:
   
    0 0 0 2px rgba(0, 142, 224, 0.35) !important;
}

/* Inputs */
input {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: none;
  margin-bottom: 15px;
  font-size: 16px;
  border: 2px solid #dddbdb;
}
/* Remove default focus outline */
input:focus,
button:focus {
  outline: none;
}

/* Custom branded focus style */
input:focus {
  border: 2px solid transparent;
  background-clip: padding-box;

  box-shadow:
   
    0 0 0 2px rgba(0, 142, 224, 0.35);
}

.inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Buttons */
button {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  border: none;
  /* background: var(--gradient); */
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
 
}

/* Result */
.result {
  background: #f7f6f6;
  padding: 18px;
  border-radius: 14px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* .step-buttons {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    gap:10px;
} */

/* .prev-btn {
    background-color: #ddd !important;
    color: #fff !important;
} */

/* .next-btn {
    background: var(--gradient)!important;
    color: white !important;
} */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Reset toggler completely */
.navbar-toggler {
  background: transparent !important;
  border: 2px solid transparent;  /* default invisible border */
  border-radius: 12px;
  padding: 0.25rem 0.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  outline: none !important;      /* remove default focus outline */
  box-shadow: none !important;   /* remove default focus shadow */
}

/* Toggler icon */
.navbar-toggler-icon {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}

/* When toggler is expanded / selected */
.navbar-toggler:not(.collapsed) {
  border-image: linear-gradient(135deg, var(--brand1), var(--brand2)) 1;
  outline: none !important;
  box-shadow: none !important;
}

/* Ensure toggler never shows gray focus border */
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
/* Mobile view: center navbar links */
@media (max-width: 991px) { /* Bootstrap lg breakpoint */
    /* Center all links inside the collapse */
    #mainNav .navbar-nav {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
        flex-direction: column; /* stack links vertically */
        gap: 15px; /* space between links */
    }
    .toppad{
      padding-top:-20px;
    }
    .justifytext{
      text-align: justify;
      padding:0 20px;
      
    }
    /* Hide "Get a Quote" button on mobile */
    .quote-btn,
    .quote-btn a {
        display: none !important;
    }
    /* Center nav-links individually */
    #mainNav .nav-item {
        text-align: center;
        width: 100%;
    }
    /* .contact-row1:first-of-type {
      align-items: flex-start;
    }

    .contact-row1:first-of-type .contact-text1 {
      line-height: 1.7 ;
    } */
}
.step-header {
  display: inline-flex;      /* NOT flex */
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 20px;
  
}
.contact-row {
  gap: 14px;
}

.contact-row i {
  font-size: 18px;
  margin-top: 2px;   /* aligns icon nicely with text */
  flex-shrink: 0;
}

.back-arrow {
  all: unset;                /* removes button default styles */
  display: inline-flex;      /* icon-size only */
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: auto;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  color: #0d6efd;
  font-size: 18px;
}

.step-title {
  margin: 0;
  margin-right: auto;
  line-height: 1.2;
  white-space: nowrap;       /* prevents wrapping weirdness */
}

.calcclose {
  cursor: pointer !important;
  font-size: 24px !important;
  color: #535252 !important;
  text-align:right !important;
}

.calcclose:hover {
opacity: 0.7 !important;
}


/* Grid-based contact layout */
.contact-row1 {
  display: grid;
  grid-template-columns: 24px 1fr; /* fixed icon width + flexible text */
  gap: 12px;
  margin-bottom: 14px;
  align-items: start;
}

.contact-row1 i {
  font-size: 18px;
  text-align: left; /* Change from center to left */
  margin-top: 2px;
  justify-self: start; /* Align icon to the left of its column */
}

.contact-text1 {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  display: block;
  word-wrap: break-word;
  text-align: left;
}

/* Address specific - already handles multi-line */
.contact-row1:first-of-type .contact-text1 {
  line-height: 1.7;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .contact-row1 {
    grid-template-columns: 22px 1fr;
    gap: 10px;
    margin-bottom: 12px;
  }
  
  .contact-row1 i {
    font-size: 16px;
  }
  
  .contact-text1 {
    font-size: 13px;
  }
  .contact-head{
    text-align: left !important;
  }
}
/* Company Details Grid Layout */
.company-detail-row {
    display: grid;
    grid-template-columns: 24px 1fr; /* fixed icon column + flexible text */
    gap: 12px;
    align-items: start;
    margin-bottom: 16px;
}

.company-detail-row:last-child {
    margin-bottom: 0;
}

.company-detail-row i {
    font-size: 18px; /* uniform icon size */
    color: #6c757d; /* text-muted color */
    margin-top: 2px; /* align with first line of text */
    text-align: left;
}

.company-detail-text {
    color: #6c757d; /* text-muted color */
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .company-detail-row {
        grid-template-columns: 22px 1fr;
        gap: 10px;
        margin-bottom: 14px;
    }
    
    .company-detail-row i {
        font-size: 16px;
    }
    
    .company-detail-text {
        font-size: 13px;
    }
}
.formsubmit{
  text-decoration: none;
  color:#fff;
}
/* Tablet + Mobile: Quick Links + Services side by side */
@media (max-width: 991.98px) {
  footer .col-md-2 {
    flex: 0 0 50% !important;   /* each column takes 50% width */
    max-width: 50% !important;
    margin-bottom: 1rem;        /* spacing below */
    text-align: center;           /* links aligned left */
  }

  footer .col-md-2 .space-listf {
    padding-left: 20px !important;
  }

  /* center the logo on mobile */
  @media (max-width: 767.98px) {
    .footer-logo {
      display: block;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .footer-contact {
      text-align: center;
    }

    /* Optional: reduce padding on very small screens */
    footer .col-md-2 .space-listf {
      padding-left: 10px !important;
    }
  }
}
/* ================================
   FOOTER RESPONSIVE FIX (NO HTML CHANGE)
================================ */

/* Desktop: keep default bootstrap behavior */
@media (min-width: 992px) {
  footer .col-md-4,
  footer .col-md-2 {
    text-align: left;
  }
}

/* Mobile & Tablet */
@media (max-width: 991.98px) {

  /* Center everything by default */
  footer {
    text-align: center;
  }
  
  /* ROW 1: Logo + About (full width) */
  footer .col-md-4:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }

  footer .col-md-4:first-child .row {
    justify-content: center;
    text-align: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  /* ROW 2: Quick Links + Services (2 columns) */
  footer .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }

  footer .col-md-2 ul {
    padding-left: 0;
  }

  /* ROW 3: Contact Us (full width) */
  footer .footer-contact {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1.5rem;
    text-align: left !important;
  }

  /* Center contact icons + text */
  .contact-row1 {
    justify-content: left;
    grid-template-columns: 20px auto;
  }

  .contact-text1 {
    text-align: left; /* keeps address readable */
  }
}
/* Align Quick Links & Services text exactly under headings (mobile) */
@media (max-width: 991.98px) {

  footer .quick-links {
    text-align: left !important; /* keep heading centered */
  }

  footer .quick-links h5 {
    text-align: left !important;
     margin-left:8px;
  }

  footer .quick-links ul {
    display: inline-block !important;   /* key line */
    text-align: left !important;        /* aligns list with heading start */
    padding-left: 0 !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 991.98px) {

  footer .quick-links1 {
    text-align: left !important; /* keep heading centered */
  }

  footer .quick-links1 h5 {
    text-align: left !important;
    margin-left:10px;
  }

  footer .quick-links1 ul {
    display: inline-block !important;   /* key line */
    text-align: left !important;        /* aligns list with heading start */
    padding-left: 0 !important;
    margin: 0 auto !important;
  }
}

        /* Main Container */
        .container-main {
            max-width: 1100px;
            margin: 2rem auto;
            padding: 0 1rem;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .header-text {
            margin-bottom: 1.5rem;
            text-align: center;
        }

        .header-title {
            font-weight: 700;
            font-size: 2rem;
            background: linear-gradient(135deg, var(--brand1) 0%, var(--brand2) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
        }

        /* Step Indicator */
        .step-indicator {
            font-weight: 600;
            font-size: 0.85rem;
            color: var(--brand1);
            letter-spacing: 1.5px;
            margin-bottom: 1.5rem;
            text-align: center;
        }

        /* Form Card */
        .form-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .form-layout {
            display: flex;
            flex-direction: column;
        }

        .form-section {
            padding: 1rem;
            flex: 1;
        }

        .info-section {
            padding: 2rem;
            background: linear-gradient(135deg, #f8f4ff 0%, #e8f4fd 100%);
            border-top: 1px solid rgba(133, 0, 203, 0.1);
            position: relative;
            overflow: hidden;
        }

        /* Decorative circles */
        .info-section::before {
            content: '';
            position: absolute;
            top: -100px;
            right: -100px;
            width: 250px;
            height: 250px;
            background: linear-gradient(135deg, rgba(133, 0, 203, 0.08) 0%, rgba(0, 142, 224, 0.08) 100%);
            border-radius: 50%;
            z-index: 0;
        }

        .info-section::after {
            content: '';
            position: absolute;
            bottom: -80px;
            left: -80px;
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, rgba(0, 142, 224, 0.08) 0%, rgba(133, 0, 203, 0.08) 100%);
            border-radius: 50%;
            z-index: 0;
        }

        .info-content {
            position: relative;
            z-index: 1;
        }

        .info-title {
            font-weight: 700;
            font-size: 1.5rem;
            background: linear-gradient(135deg, var(--brand1) 0%, var(--brand2) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem;
            text-align: center;
        }

        .info-text {
            font-size: 0.95rem;
            line-height: 1.7;
            color: var(--text-muted);
            text-align: center;
            margin-bottom: 2rem;
        }

        /* Contact Section */
        .contact-section {
            background: white;
            border-radius: 10px;
            padding: 1.5rem;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            margin-top: 1.5rem;
        }

        .contact-title {
            font-weight: 600;
            font-size: 1.1rem;
            color: var(--text-dark);
            margin-bottom: 1.2rem;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .contact-title i {
            color: var(--brand1);
            font-size: 1.2rem;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            padding: 0.8rem;
            border-radius: 8px;
            transition: all 0.3s ease;
            margin-bottom: 0.6rem;
            background: #f8f9fa;
        }

        .contact-item:hover {
            background: linear-gradient(135deg, rgba(133, 0, 203, 0.05) 0%, rgba(0, 142, 224, 0.05) 100%);
            transform: translateX(3px);
        }

        .contact-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, var(--brand1) 0%, var(--brand2) 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .contact-icon i {
            color: white;
            font-size: 1rem;
        }

        .contact-details {
            flex: 1;
        }

        .contact-label {
            font-size: 0.7rem;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 0.15rem;
            font-weight: 600;
        }

        .contact-value {
            font-weight: 600;
            color: var(--text-dark);
            font-size: 0.9rem;
        }

        .contact-value a {
            color: var(--text-dark);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-value a:hover {
            color: var(--brand1);
        }

        /* Step Management */
        .step {
            display: none;
        }

        .step.active {
            display: block;
        }

        /* Question Header */
        .question-header {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 2rem;
            position: relative;
        }

        .back-arrow {
            cursor: pointer;
            font-size: 1.6rem;
            color: var(--brand1);
            transition: all 0.3s ease;
            position: absolute;
            left: 0;
            display: none;
        }

        .back-arrow.visible {
            display: block;
        }

        .back-arrow:hover {
            transform: translateX(-4px);
            color: var(--brand2);
        }

        .question-title {
            font-weight: 700;
            font-size: 1.4rem;
            color: var(--text-dark);

            margin-bottom: 1.5rem;

        }

        .question-title {
            width: 100%;
            max-width: 450px;
            /* same as inputs */
            margin-left: auto;
            margin-right: auto;
            text-align: left;
        }


        /* Center all form content */
        .form-content-center {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        /* Options Container */
       .options-container {
            display: flex;
            gap: 1rem;
            margin-bottom: 2rem;
            width: 100%;
            max-width: 450px;
            justify-content: flex-start;
        }


        /* Option Button */
        .option-btn {
            display: block;
            padding: 0.9rem 1rem;
            border: 1px solid var(--border1);
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: white!important;
            text-align: center;
            flex: 0 1 auto;
            min-width: 95px;
            max-width: 180px;
        }

        .option-btn:hover {
            border-color: var(--brand1)!important;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(133, 0, 203, 0.15);
        }

        .option-btn input {
            display: none;
        }

        .option-btn span {
            font-weight: 500;
            font-size: 0.85rem;
            color: var(--text-dark);
            display: block;

        }

        .option-btn.selected {
            background: #f0e6ff;
            border-color: #cf78fd;
            /* box-shadow: 0 4px 16px rgba(133, 0, 203, 0.2); */
        }



        /* Form Controls */
        .form-group {
            margin-bottom: 1.2rem;
            width: 100%;
            max-width: 450px;
        }

        .form-label {
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 0.4rem;
            font-size: 0.9rem;
            display: block;
            text-align: left;
        }

        .form-control {
            border: 1px solid var(--border1);
            border-radius: 8px;
            padding: 0.8rem 1rem;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            background: white;
            width: 100%;
            text-align: left;
        }

        .form-control:focus {
            border-color: var(--brand1);
            box-shadow: 0 0 0 3px rgba(133, 0, 203, 0.1);
            outline: none;
        }

        .form-control::placeholder {
            color: #adb5bd;
        }

        /* Result Display */
        .result {
            background: linear-gradient(135deg, #f8f4ff 0%, #e8f4fd 100%);
            border-radius: 12px;
            padding: 2rem;
            text-align: center;
            border: 2px solid rgba(133, 0, 203, 0.15);
            margin-bottom: 1.5rem;
            
        }

        .result-label {
            font-size: 0.85rem;
            color: var(--text-muted);
            margin-bottom: 0.4rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
        }

        .result-amount {
            font-size: 2.5rem;
            font-weight: 800;
            background: linear-gradient(135deg, var(--brand1) 0%, var(--brand2) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin: 0.8rem 0;
            line-height: 1.2;
             white-space: normal !important;        /* allow wrapping */
            overflow-wrap: anywhere !important;    /* break long numbers */
            word-break: break-word !important; 
        }

        .result-details {
            display: grid;
            grid-template-rows: repeat(3, 1fr);
            gap: 0.8rem;
            margin-top: 1.5rem;
        }

        .result-detail-item {
            background: white;
            padding: 1rem;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .result-detail-label {
            font-size: 0.7rem;
            color: var(--text-muted);
            margin-bottom: 0.3rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-weight: 600;
        }

        .result-detail-value {

            font-weight: 700;
            font-size: 1rem;
            color: var(--text-dark);

            white-space: normal !important;        /* allow wrapping */
            overflow-wrap: anywhere !important;    /* break long numbers */
            word-break: break-word !important;     /* safe fallback */
            max-width: 100%;
        }

        /* Continue Button */
        .btn-continue {
            width: 100%;
            max-width: 450px;
            background: linear-gradient(135deg, var(--brand1) 0%, var(--brand2) 100%);
            color: white;
            border: none;
            padding: 0.9rem 1.5rem;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 8px;
            margin-top: 1.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 6px 20px rgba(133, 0, 203, 0.3);
        }

        .btn-continue:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(133, 0, 203, 0.4);
        }

        .btn-continue:active {
            transform: translateY(-1px);
        }

        /* Desktop Layout */
        @media (min-width: 992px) {
            .container-main {
                margin: 3rem auto;
                padding: 0 1.5rem;
            }

            .header-title {
                font-size: 2.5rem;
            }

            .question-title {
                font-size: 1.3rem;
            }

            .form-layout {
                flex-direction: row;
            }

            .form-section {
                flex: 1.2;
                padding: 2.5rem;
            }

            .info-section {
                border-top: none;
                border-left: 1px solid rgba(133, 0, 203, 0.1);
                flex: 0.8;
                padding: 3rem;
            }

            .result-amount {
                font-size: 3.5rem;
            }

            .result {
                padding: 2.5rem;
            }

            .option-btn span {
                font-size: 1rem;
            }

            .form-control {
                font-size: 1rem;
                padding: 0.9rem 1.2rem;
            }

            .info-title {
                font-size: 1.8rem;
            }

            .info-text {
                font-size: 1rem;
            }
        }

        /* Tablet Adjustments */
        @media (min-width: 768px) and (max-width: 991px) {
            .header-title {
                font-size: 2.2rem;
            }

            .question-title {
                font-size: 1rem;
            }

            .result-amount {
                font-size: 3rem;
            }

            .form-section,
            .info-section {
                padding: 2rem;
            }
        }

        /* Mobile Optimizations */
        @media (max-width: 767px) {
            .navbar {
                padding: 0.6rem 0;
            }

            .logo {
                height: 35px;
            }

            .brand-text {
                font-size: 1.1rem;
            }

            .nav-link {
                font-size: 0.9rem;
                padding: 0.4rem 0.6rem !important;
            }

            .btn-gradient {
                font-size: 0.9rem;
                padding: 0.4rem 1rem;
            }
            .hero-btn{
              font-size: 0.9rem;
            }
            .container-main {
                margin: 1.5rem auto;
                padding: 0 0.8rem;
            }

            .header-title {
                font-size: 1.6rem;
            }

            .step-indicator {
                font-size: 0.75rem;
                margin-bottom: 1rem;
            }

            .form-section,
            .info-section {
                padding: 1.5rem;
            }

            .question-title {
                font-size: 1rem;
                margin-bottom: 1.2rem;
            }

            .back-arrow {
                font-size: 1.4rem;
            }

            .question-header {
                margin-bottom: 1.5rem;
            }

            .options-container {
                gap: 0.7rem;
                margin-bottom: 1.5rem;
                flex-direction: row;
                max-width: 100%;
            }

            .option-btn {
                padding: 0.8rem 0.7rem;
                min-width: 100px;
                max-width: 100px;
                flex: 1;
            }

            .option-btn span {
                font-size: 0.75rem !important;


            }

            .form-group {
                margin-bottom: 1rem;
            }

            .form-label {
                font-size: 0.85rem;
            }

            .form-control {
                padding: 0.75rem 0.9rem;
                font-size: 0.9rem;
            }

            .btn-continue {
                padding: 0.85rem 1.2rem;
                font-size: 0.95rem;
                margin-top: 1.2rem;
            }

            .result {
                padding: 1.5rem;
                margin-bottom: 1.2rem;
            }

            .result-label {
                font-size: 0.75rem;
            }

            .result-amount {
                font-size: 2rem;
                margin: 0.6rem 0;
            }

            .result-details {
                gap: 0.6rem;
                margin-top: 1.2rem;
                grid-template-rows: repeat(3, 1fr);
            }

            .result-detail-item {
                padding: 0.8rem;
            }

            .result-detail-label {
                font-size: 0.65rem;
            }

            .result-detail-value {
                font-size: 0.8rem;
            }

            .info-title {
                font-size: 1.3rem;
                margin-bottom: 0.8rem;
            }

            .info-text {
                font-size: 0.9rem;
                line-height: 1.6;
                margin-bottom: 1.5rem;
            }

            .contact-section {
                padding: 1.2rem;
                margin-top: 1.2rem;
            }

            .contact-title {
                font-size: 1rem;
                margin-bottom: 1rem;
            }

            .contact-title i {
                font-size: 1.1rem;
            }

            .contact-item {
                padding: 0.7rem;
                margin-bottom: 0.5rem;
            }

            .contact-icon {
                width: 36px;
                height: 36px;
            }

            .contact-icon i {
                font-size: 0.9rem;
            }

            .contact-label {
                font-size: 0.65rem;
            }

            .contact-value {
                font-size: 0.85rem;
            }
        }

        /* Extra Small Devices */
        @media (max-width: 375px) {
            .header-title {
                font-size: 1.4rem;
            }

            .question-title {
                font-size: 1rem;
            }

            .result-amount {
                font-size: 1.8rem;
            }

            .option-btn {
                padding: 0.7rem 0.5rem;
                min-width: 85px;
                max-width: 85px;
            }

            .option-btn span {
                font-size: 0.85rem;
            }

            .form-control {
                font-size: 0.85rem;
            }
        }

        @media (min-width: 992px) {

            .calci-hero,
            .form-content-center {
                padding-top: 1rem !important;
                padding-bottom: 1rem;
            }

            .step {
                margin-top: 0;
                margin-bottom: 0;
            }
        }
   