@import url("https://fonts.cdnfonts.com/css/ibm-plex-sans");

* {
  margin: 0;
  padding: 0;
  /* font-family: "IBM Plex Sans", sans-serif; */
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  color: #181a1e;
}

html {
  font-size: 0.625vw;
}

.container-fluid {
  padding: 0;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 480px) {
  .popup-content {
    width: 92%;
    margin-top: 20%;
    padding: 25px 24px;
  }
  .popup-title {
    font-size: 22px;
  }
}

/* Close button styling */
.close-btn {
  position: absolute;
  /* top: 0px; */
  right: 10px;
  font-size: 24px;
  /* font-weight: bold; */
  color: #333;
  cursor: pointer;
}

.close-btn:hover {
  color: #007bff;
  /* Match brand color */
}

/* Login button styling */
/* .login-btn {
  margin-left: 10px;
} */

.hamburger {
  display: none;
  position: fixed;
  /* Change made: Updated position */
  right: 5rem;
  /* Change made: Updated right position */
  /* background-color: #f4f4f4; */
  flex-direction: column;
  justify-content: center;
  /* Adjust as needed */
  width: 25px;
  height: 20px;
  padding: 17px;
  /* Adjust padding as needed */
  border-radius: 50%;
  align-items: center;
  z-index: 10000;
}

.nav-line {
  display: block;
  background-color: #000;
  width: 25px;
  margin: 0px 0 3px 0;
  /* Adjust spacing between spans */
  border-top: 3px solid black;
  box-sizing: border-box;
  transform-origin: center center;
}

.overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
  /* display: none; */
}

.overlay .menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay .menu .nav-link,
.overlay .menu .header-btn {
  display: block;
  margin: 10px 0;
  color: #64728d;
  text-decoration: none;
  padding-right: 0;
}

.overlay .menuFooter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #64728d;
}

.overlay .menuFooter p,
.overlay .menuFooter a {
  color: #64728d;
  margin: 5px 0;
  text-decoration: none;
  font-size: 8rem;
  font-weight: 700;
  font-family: "IBM Plex Sans";
}

.overlay .menu .header-btn span {
  color: #64728d;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
  display: block;
  right: 0;
}

/* .logo {

  width: 20%;
}

.logo img {
  width: 100%;
  max-width: 180px;
} */

.main-image {
  padding-top: 20px;
  text-align: end;
  padding-right: 50px;
}

.text p {
  display: none;
  font-size: 1.8rem;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  margin-top: -50px;
  margin-left: 350px;
  background: #f6f6f6;
  color: #181a1e;
  font-weight: 600;
  line-height: 1.2;
  z-index: 50;
  position: relative;
  border: 1px solid black;
  box-shadow: 10px 10px 4px #d9eafd;
}

.main-image-text {
  padding-top: 17px;
}

.main-image img {
  object-fit: cover;
  width: 21.458vw;
  height: 63vh;
  z-index: 0;
  border: 1px solid #111;
  border-radius: 300px 300px 0px 0px;
  box-shadow: 15px 25px 2px #d9eafd;
}

/* .homepage {
  position: relative;
  width: 100%;
  overflow-y: hidden;
} */
/* 
.homepage img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */
.home {
  position: relative;
  width: 100%;
}

.home .background-home {
  width: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  opacity: 0.65;
  z-index: -1;
}
.first .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.login-input-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.login-input-row label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.login-input-row input {
  width: auto;
  margin: 0px;
}

.head span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

.section-1 {
  background-color: transparent;
  padding: 60px 110px 120px 110px;
}

.group-1 h1 {
  color: #181a1e;
  line-height: 1.1;
  font-weight: 600;
  font-size: 6.6rem;
}

.group-1 p {
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #64728d;
}

.group-1 .icon-list {
  line-height: 25px;
  text-align: left;
  color: #004a9a;
  font-family: "Inter Tight", sans-serif;
}

.icon-list div {
  padding-bottom: 8px;
}

.group-1 .icon-list .icon-text {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}

.group-1 .icon-list .icon {
  font-size: 2.3rem;
  padding-right: 10px;
}

.group-1 .button1 a {
  padding: 15px 40px 15px 40px;
  background: #004a9a;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 7px;
}

.second {
  background: #004a9a;
  text-align: center;
  padding: 80px 50px;
  color: white;
}

.second h2 {
  font-size: 6.6rem;
  font-weight: 600;
}

.second p {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.second #border {
  border-right: 1px solid white;
}

.number {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  /* Ensure no wrapping on smaller screens */
}

.section3 {
  padding-top: 120px;
}

.section3 .col-sm-8 h2 span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

.section3 .container-fluid {
  padding-bottom: 20px;
  padding-left: 134px;
  padding-right: 136px;
  display: flex;
}

.section3:after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background: #181a1e66;
  margin: 0 auto;
  margin-top: 0;
  border-radius: 3px;
}

.section3 h2 {
  color: #181a1e;
  font-weight: 500;
  font-size: 5.6rem;
}

.section3 .button2 {
  text-align: end;
  padding-top: 75px;
}

.section3 .btn {
  background-color: #181a1e;
  color: white;
  padding: 20px;
  border-radius: 15px;
  font-size: 1.3rem;
  font-weight: 700;
}

.section3 .btn:hover {
  color: white;
}

.section-3 .container-fluid {
  margin-top: 25px;
  padding-left: 134px;
  padding-right: 136px;
  display: flex;
  column-gap: 15px;
}

.section-3 .container-fluid .box-1 {
  padding: 30px;
  background: #fff1aa;
  border-radius: 20px;
}

.section-3 .container-fluid .box-2 {
  background: #ffcfb5;
  border-radius: 20px;
  padding: 30px;
}

.section-3 .container-fluid .box-3 {
  background: #eedaff;
  border-radius: 20px;
  padding: 30px;
}

.section-3 h2 {
  font-size: 2.6rem;
  margin-bottom: 15px;
}

.section-3 p {
  font-size: 1.8rem;
  padding-bottom: 54px;
}

.button-flex-start {
  display: flex;
  justify-content: start;
}

.button-flex-end {
  display: flex;
  justify-content: end;
}

.box-1 .btn {
  padding: 10px 25px;
  border-radius: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid black;
  background: #fff1aa;
}

.box-2 .btn {
  border-radius: 15px;
  padding: 10px 25px;
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid black;
  background: #ffcfb5;
}

.box-3 .btn {
  padding: 10px 25px;
  border-radius: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid black;
  background: #eedaff;
}

.five {
  margin-top: 130px;
  margin-bottom: 160px;
  height: 500px;
}

.five .section5 h2 span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

.five .container-fluid {
  padding-left: 135px;
  padding-right: 135px;
}

.five .container-fluid .col-sm-6 {
  padding: 0px;
}

.five h2 {
  line-height: 1.2;
  font-size: 4.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.sixth h2 {
  line-height: 1.2;
  font-size: 4.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.group-2 {
  padding-left: 125px;
}

.group-2 p {
  margin-bottom: 40px;
  font-family: "Inter Tight", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.image-name {
  position: absolute;
  top: 44px;
  left: 48px;
  color: white;
}

.image-1 {
  text-align: justify;
}

.image-1 img {
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #d9eafd;
  width: 34.792vw;
  height: 56vh;
}

.image-2 {
  position: absolute;
  top: 260px;
  right: 0px;
}

.image-2 img {
  height: 26.1vh;
  border-radius: 20px;
  border: 1px solid black;
  box-shadow: 0px 10px 5px #d9eafd;
  width: 23.333vw;
}

.image-desc {
  position: absolute;
  top: 15px;
  left: 100px;
  color: white;
}

.image-3 img {
  object-fit: cover;
  width: 34.792vw;
  height: 56vh;
  border-radius: 20px;
  box-shadow: -5px 10px 5px #d9eafd;
}

.image-4 {
  position: absolute;
  top: 190px;
  left: -65px;
}

.image-4 img {
  width: 20.625vw;
  height: 51.3vh;
  border-radius: 20px;
  border: 1px solid black;
  box-shadow: -10px 10px 5px #d9eafd;
}

.group-2 .btn {
  border-radius: 15px;
  padding: 15px 30px;
  background: #004a9a;
  font-size: 1.3rem;
  font-weight: 700;
}

.group-3 {
  padding-right: 125px;
}

.group-3 h2 {
  line-height: 1.2;
  font-size: 4.4rem;
  font-weight: 500;
}

.group-3 p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.group-3 .btn {
  border-radius: 15px;
  padding: 20px;
  background: #004a9a;
  font-size: 1.3rem;
  font-weight: 700;
}

.group-4 {
  padding-left: 50px;
}

.feature {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lawsuit-feature {
  font-size: 60px;
  text-align: center;
}

.lawsuit-feature span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

.column {
  margin-top: 70px;
}

.column-1 {
  margin-top: 60px;
  margin-bottom: 50px;
}

.sixth .container-fluid {
  padding-left: 135px;
  padding-right: 135px;
}

.sixth {
  margin-top: 60px;
  margin-bottom: 150px;
}

.section6 {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .section6 {
    display: flex;
    /* ADDED */
    flex-wrap: nowrap;
    /* ADDED */
    align-items: center;
    /* ADDED */
    width: 100%;
  }

  .text-column,
  .image-column {
    flex: 1;
    /* ADDED */
  }

  .text-column {
    order: 1;
    /* ADDED */
    padding-right: 15px;
    /* ADDED */
  }

  .image-column {
    order: 2;
    /* ADDED */
    padding-left: 15px;
    /* ADDED */
  }
}

.eight {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.seven {
  background: #f1f5f9;
  margin-top: 250px;
  padding-top: 60px;
  padding-bottom: 70px;
  padding-left: 135px;
  padding-right: 135px;
}

.seven .col-sm-4 {
  padding-right: 50px;
}

.section7 h2 {
  font-weight: 500;
  color: #181a1e;
  font-size: 5.9rem;
}

.button7 {
  margin-top: 120px;
  text-align: center;
}

.button7 .btn {
  background-color: #004a9a;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 15px 30px;
}

.feature h4 {
  font-weight: 500;
  font-size: 2.5rem;
  color: #004a9a;
}

.feature p {
  font-size: 1.7rem;
  font-weight: 400;
  color: #64728d;
}

.section8 {
  margin-top: 10px;
  margin-bottom: 50px;
  width: 100%;
}

.case {
  min-height: 138px;
}

.latest-case {
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 500;
}

.case .latest-case span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

.case h2 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 82px;
  margin-top: 75px;
}

.case .eight-text p {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  max-width: 50%;
  margin: 20px auto;
  /* padding-left: 450px; */
  /* padding-right: 465px; */
  color: #64728d;
}

.group-5 {
  /* margin-top: 45px; */
}

.group-5 .home-cases {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  flex-direction: column;
}

/* .date-desc {
  display: flex;
  border: 1px solid var(--border-light);
  margin-bottom: 20px;
  border-radius: 12px;
} */

.date {
  padding: 20px 50px;
  background: #e8f3ff;
  margin: 12px;
  border-radius: 10px;
}

.date p {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

.description {
  padding-top: 5px;
  padding-left: 5px;
}

.description h4 {
  font-size: 16px;
  color: var(--accent-highlight);
  color: #004a9a;
  font-weight: 500;
}

.description p {
  font-size: 1.7rem;
  font-weight: 600;
  color: #64728d;
}

.nine .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center;
}

.call-to-action {
  background-color: #004a9a;
  padding-top: 120px;
  padding-bottom: 120px;
}

.call-to-action h2 {
  text-align: center;
  color: white;
  font-size: 5.8rem;
  line-height: 82px;
  font-weight: 500;
}

.call-to-action p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
  color: #f1f5f9;
  padding-bottom: 15px;
  padding-top: 15px;
}

.call-to-action .btn {
  background-color: #004a9a;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 15px;
  border: 1px solid white;
  color: white;
  padding: 15px 30px 15px 30px;
}

.call-to-action .row {
  padding-top: 50px;
}

.call-to-action .col-sm-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.app-store {
  text-align: end;
}

.app-store img {
  width: 11.771vw;
}

.play-store {
  text-align: justify;
}

.play-store img {
  width: 11.771vw;
}

/* .footer {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #cacaca;
}

.footer .container .col-sm-6 img {

  width: 60%;

}

.footer-menu {
  line-height: 1.9;
  font-weight: 700;
  font-size: 1.5rem;
  color: #64728d;
}

.footer-menu a {
  color: #64728d;
  text-decoration: none;
}

.footer h2 {
  font-size: 1.5rem;
  font-weight: 700;
} */

.footer {
  padding: 60px 0 25px;
  border-top: 1px solid #d9d9d9;
  background: #f7f8fc;
}

.footer .footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1340px;
  margin: auto;
}

.footer .footer-logo-block {
  width: 40%;
}

.footer .footer-links-block {
  width: 30%;
}

.footer .footer-logo-block img {
  width: 70%;
}

.footer .tagline {
  margin-top: 10px;
  font-size: 1.3rem;
  letter-spacing: 2px;
  color: #64728d;
  font-weight: 600;
}

.footer h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #00152c;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  text-decoration: none;
  color: #64728d;
  font-size: 1.45rem;
  transition: 0.3s ease;
}

.footer a:hover {
  color: #00152c;
  padding-left: 3px;
}

.footer .footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.footer .footer-bottom p {
  color: #778399;
  font-size: 1.3rem;
  margin: 0;
}

.social {
  font-size: 1.5rem;
  color: #64728d;
  font-weight: 700;
}

#check {
  display: none;
}

.mobile-logo img {
  padding-top: 50px;
  display: none;
  position: absolute;
}

.icons {
  color: black;
  right: 5%;
  font-size: 4.8rem;
  cursor: pointer;
  display: none;
  position: absolute;
}

.swiper {
  width: 100%;
  height: 100%;
  /* margin-bottom: 50px; */
}

/* .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.call-to-action h2 {
  color: #fff;
  font-size: 4.4rem;
  line-height: 1.2;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* registweer */
/* General Styles */
/* General Styles */
.register-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.register-form h2 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.register-form.col-md-8 {
  width: 100%;
  max-width: 800px;
  background-color: #f8f9fa;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.register-form h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.register-form .form-control {
  border-color: #ced4da;
}

.register-form .btn-primary {
  background-color: #004a9a;
  border-color: #004a9a;
}

.register-form .btn-primary:hover {
  background-color: #0056b3;
  border-color: #004d9a;
}

/* Tablet Styles */
@media (max-width: 991px) {
  .register-section {
    padding: 2rem;
  }

  .register-form.col-md-8 {
    max-width: 600px;
    padding: 2rem;
  }
}

/* Mobile Styles */
@media (max-width: 767px) {
  .register-section {
    padding: 1rem;
  }

  .register-form.col-md-8 {
    max-width: 400px;
    padding: 1.5rem;
  }

  .register-form .form-row {
    flex-direction: column;
  }

  .register-form .form-group.col-md-6 {
    width: 100%;
  }
}

/* about us css */

/* Faq page */
/* .FAQTxt {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

.form-row-custom {
  display: flex;
  gap: 10px;
}

.form-row-custom .form-group {
  flex: 1 1;
}

.accordion {
  display: flex;
  flex-direction: column;
  max-width: 991px;
  min-width: 320px;
  margin: 170px auto;
  padding: 0 0px;
}

.accordion h1 {
  color: #004a9a;
  font-size: 5.5rem;
  text-align: center;
  font-weight: 700;
}

.accordion-item {
  margin-top: 16px;
  border: 1px solid #fcfcfc;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.accordion-item .accordion-item-title {
  position: relative;
  height: 85px;
  border: 1px solid #004a9a;
  border-radius: 20px;
  margin: 0;
  display: flex;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 14px 20px;
  box-sizing: border-box;
  align-items: center;
}

.accordion-item .accordion-item-desc {
  display: none;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 400;
  color: #444;
  border-top: 1px dashed #ddd;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}

.accordion-item input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
  display: block;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
  color: #004a9a;
  content: "-";
  font-size: 3rem;
}

.accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
  color: #004a9a;
  content: "+";
  font-size: 3rem;
}

.accordion-item:first-child {
  margin-top: 0;
}

.accordion-item .icon {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .accordion {
    padding: 0 30px;
  }

  .accordion h1 {
    font-size: 10.5rem;
  }

  .accordion-item .accordion-item-title {
    height: 75px;
    font-size: 7rem;
  }

  .accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
    color: #004a9a;
    content: "+";
    font-size: 10rem;
  }

  .accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
    color: #004a9a;
    content: "-";
    font-size: 10rem;
  }

  .accordion-item .accordion-item-desc {
    display: none;
    font-size: 6.5rem;
  }
}

.search input[type="text"] {
  padding-left: 15px;
  width: 350px;
  height: 35px;
  border-radius: 25px;
  border: 2px solid #004a9a4d;
}

.search {
 
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search button {
  background-color: white;
  color: #004a9a4d;
  
  padding: 5px 10px;
  margin-right: 16px;
  font-size: 12px;
  border: none;
  cursor: pointer;
} */

/* contact page */

/* MAIN PAGE WRAPPER */
.articles-page {
  background-color: #f1f5f9;
}

.articles-section {
  padding-bottom: 120px;
}

/* HEADER SECTION */
.articles-header {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 40px 0;
}

.articles-header h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #00152c;
  margin-bottom: 10px;
}

.articles-header .subtag {
  color: #004a9a;
  font-size: 1.8rem;
  font-weight: 500;
}

/* ARTICLES CONTAINER CARD */
.articles-wrapper {
  width: 80%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 30px;
  padding: 60px 80px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

/* ARTICLES LIST */
.articles-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.articles-list li {
  padding: 25px 0;
  border-bottom: 1px solid #d7d7d7;
}

.articles-list li:last-child {
  border-bottom: none;
}

.article-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #004a9a;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.article-title:hover {
  color: #00152c;
}

.article-subtitle {
  font-size: 1.7rem;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .navbar {
    height: 7vh;
    padding: 0;
  }

  .navbar-menu {
    display: none;
  }

  .hamburger {
    display: flex !important;
    right: 20px;
    /* Change made: Added right position */
  }

  .overlay .indexlogo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .overlay .indexlogo img {
    height: 43rem;
  }

  .menu {
    position: absolute;
    /* top: 50px; */
    left: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    transition: 0.3s ease;
    z-index: 10;
    overflow: hidden;
  }

  .menu .nav-link {
    font-size: 15rem !important;
    margin: 10rem 0 !important;
    text-align: center;
    color: #64728d !important;
  }

  .footer .container .col-sm-6 img {
    /* height: 55rem; */
    /* margin-left: -25px; */
  }

  .indexlogo img {
    height: 50rem;
    /* margin-left: -15px; */
  }

  .footer .container .col-sm-6 {
    margin-left: -5px;
  }

  .app-store img,
  .play-store img {
    width: 24vw;
    height: 4vh;
  }

  .vision {
    opacity: 1;
  }

  .image-gallery .col-sm-6 {
    padding-left: 0 !important;
    padding-right: 40px !important;
  }

  .icons {
    display: inline-flex;
  }

  .section-1 {
    padding: 30px 30px 0px 30px;
  }

  .group-1 h1 {
    color: #181a1e;
    /* line-height: 1.5; */
    font-weight: 600;
    font-size: 15.5rem;
  }

  .group-1 p {
    font-family: "Inter Tight", sans-serif;
    font-size: 5.5rem;
    padding-top: 5px;
    font-weight: 600;
  }

  .text p {
    margin-left: 110px;
    margin-right: 20px;
    margin-bottom: 45px;
    font-size: 4.3rem;
  }

  .second h2 {
    font-size: 10.3rem;
  }

  .second p {
    font-size: 6.5rem;
  }

  .number {
    flex-direction: row;
  }

  .second {
    background: #004a9a;
    text-align: center;
    padding: 30px 30px;
    color: white;
  }

  .second .col-sm-4 {
    width: 33%;
  }

  .main-image {
    padding-top: 56px;
    text-align: center;
    padding-right: 0;
  }

  .main-image img {
    width: 50.229vw;
    height: 31vh;
    box-shadow: 10px 10px 2px #d9eafd;
  }

  .icon-list div {
    padding-bottom: 0;
  }

  .group-1 .icon-list .icon {
    font-size: 6rem;
  }

  .group-1 .button1 .btn {
    padding: 10px 25px;
    background: #004a9a;
    color: #ffffff;
    font-size: 4rem;
  }

  .group-1 .icon-list .icon-text {
    font-size: 5rem;
  }

  .section3 .container-fluid {
    display: unset;
    padding-left: 0;
    padding-right: 0;
  }

  .section3 .button2 {
    text-align: left;
    padding-top: 25px;
  }

  .section-3 .container-fluid {
    display: unset;
    padding-left: 0;
    padding-right: 0;
  }

  .second #border {
    border-right: 1px solid white;
  }

  .section-3 .container-fluid .box-1 {
    padding-top: 5px;
    margin: 30px;
  }

  .section-3 .container-fluid .box-2 {
    padding-top: 5px;
    margin: 30px;
  }

  .section-3 .container-fluid .box-3 {
    margin: 30px;
    padding-top: 5px;
  }

  .section3:after {
    margin-top: 15px;
    width: 95%;
  }

  .box-1 .btn {
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 4.8rem;
  }

  .box-2 .btn {
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 4.8rem;
  }

  .box-3 .btn {
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 4.8rem;
  }

  .box-1,
  .box-2,
  .box-3 {
    margin: 30px 15px;
  }

  .section-3 h2 {
    font-size: 4.5rem;
    margin-bottom: 10px;
  }

  .section-3 p {
    font-size: 5.7rem;
    padding-bottom: 40px;
  }

  .section3 {
    padding: 20px 30px 0 30px;
  }

  .section3 h2 {
    color: #181a1e;
    font-weight: 500;
    font-size: 8.6rem;
  }

  .section3 .btn {
    background-color: #181a1e;
    color: white;
    padding: 15px;
    border-radius: 15px;
    font-size: 4.3rem;
    font-weight: 700;
  }

  .five .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .five {
    margin-top: 0;
    margin-bottom: 0;
    height: unset;
    padding: 20px 30px 0 30px;
  }

  .five h2 {
    font-size: 9.5rem;
    height: unset;
  }

  .five h2 {
    font-size: 10rem;
  }

  .group-2 p {
    margin-bottom: 40px;
    font-family: "Inter Tight", sans-serif;
    font-size: 5.8rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
  }

  .eight .eight-text p {
    padding: 0;
    font-size: 1.4rem;
  }

  .image-1 img {
    width: auto;
    height: 25vh;
  }

  .image-2 img {
    width: 50.083vw;
    margin-top: -100px;
    margin-left: 181px;
    height: 21vh;
  }

  .image-name {
    position: absolute;
    top: 10px;
    left: 25px;
    color: white;
  }

  .group-2 {
    padding-left: 0px;
    margin-top: 170px;
  }

  .group-2 .btn {
    border-radius: 15px;
    padding: 15px 20px;
    background: #004a9a;
    font-size: 4rem;
    font-weight: 700;
  }

  .group-2 h2 {
    font-size: 38px;
  }

  .group-3 {
    margin-top: 0px;
    padding-left: 00px;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .group-3 h2 {
    font-size: 10rem;
  }

  .sixth {
    padding: 0px 30px;
    margin: 0;
  }

  .section6 {
    display: flex;
    /* padding: 40px 30px 0 30px; */
    flex-direction: column-reverse;
  }

  .group-3 p {
    line-height: 1.2;
    font-size: 5.8rem;
    padding-bottom: 10px;
  }

  .group-3 .btn {
    border-radius: 15px;
    padding: 15px 20px;
    background: #004a9a;
    font-size: 4rem;
    font-weight: 700;
  }

  .sixth .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .button7 .btn {
    border-radius: 15px;
    padding: 15px 20px;
    background: #004a9a;
    font-size: 4rem;
    font-weight: 700;
  }

  .seven {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section7 h2 {
    font-size: 13.6rem;
  }

  .column-1 {
    margin-top: 0;
  }

  .feature {
    margin-bottom: 25rem;
  }

  .feature p {
    font-size: 5.5rem;
  }

  .feature h4 {
    font-size: 8rem;
  }

  .button7 {
    margin-top: 10px;
  }

  .case h2 {
    font-size: 13.4rem;
    font-weight: 600;
  }

  .case .eight-text p {
    font-size: 5.7rem;
    font-weight: 600;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #64728d;
  }

  .eight .container {
    padding: 0 30px;
  }

  .group-5 .col-sm-10,
  .col-sm-6,
  .col-sm-8 {
    padding: 0;
  }

  .date {
    padding: 10px 30px;
    background: #e8f3ff;
    margin: 5px;
    border-radius: 10px;
  }

  .case p {
    font-size: 1.3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .date p {
    font-size: 5.5rem;
  }

  .description h4 {
    font-size: 5.5rem;
  }

  .description p {
    font-size: 4.5rem;
  }

  .image-3 img {
    width: auto;
    height: 25vh;
  }

  .group-4 {
    padding: 0;
    height: 165rem;
  }

  .image-desc {
    position: absolute;
    top: 10px;
    left: 40px;
  }

  .image-4 {
    left: 60px;
    width: 50%;
    top: 175px;
  }

  .image-4 img {
    width: 70vw;
    height: 20vh;
  }

  .lawsuit-feature {
    font-size: 52px;
  }

  .column {
    margin-bottom: 0;
  }

  .column .col-sm-4 {
    margin-bottom: 30px;
  }

  .column-1 .col-sm-4 {
    margin-bottom: 30px;
  }

  .call-to-action h2 {
    font-size: 10rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .call-to-action p {
    font-weight: 500;
    font-size: 5rem;
    padding: 0;
    margin-top: 0;
  }

  .call-to-action .btn {
    padding: 15px 20px;
    font-size: 4rem;
  }

  .call-to-action .row {
    display: flex;
    justify-content: center;
  }

  .call-to-action .col-sm-6 {
    padding: 15px 30px;
  }

  .app-store {
    text-align: center;
  }

  .play-store {
    text-align: center;
  }

  .footer h2 {
    font-size: 6.5rem;
  }

  .footer-menu {
    font-size: 5.5rem;
  }

  .social {
    font-size: 5.5rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .navbar {
    display: flex;
    height: 7.5vh;
    align-items: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .navbar-menu {
    width: 90%;
  }

  .navbar-menu .nav-link {
    font-size: 2.5rem;
    font-weight: 700;
    padding-right: 15px;
  }

  .indexlogo img {
    position: relative;
    right: 25px;
    height: 24rem;
  }

  .header-btn {
    width: 25rem !important;
  }

  .section-1 {
    background-color: #f1f5f9;
    padding: 50px 30px 70px 30px;
  }

  .group-1 p {
    font-family: "Inter Tight", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #64728d;
  }

  .icon-list div {
    padding-bottom: 0px;
  }

  .group-1 .icon-list .icon-text {
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 500;
  }

  .group-1 .icon-list .icon {
    font-size: 3.3rem;
    padding-right: 10px;
  }

  .group-1 .button1 .btn {
    padding: 10px 25px;
    background: #004a9a;
    color: #ffffff;
    font-size: 2rem;
  }

  .group-1 h1 {
    color: #181a1e;
    font-weight: 600;
    font-size: 8.35rem;
  }

  .main-image img {
    box-shadow: 15px 15px 2px #d9eafd;
    object-fit: cover;
    width: 23.188vw;
    height: 26vh;
  }

  .second {
    background: #004a9a;
    text-align: center;
    padding: 50px 30px;
  }

  .text p {
    margin-left: 175px;
    font-size: 2rem;
  }

  .second h2 {
    font-size: 6.3rem;
    font-weight: 600;
  }

  .second p {
    font-size: 3.2rem;
  }

  .section-3 h2 {
    font-size: 3rem;
  }

  .section3 {
    padding-top: 55px;
  }

  .section3 .button2 {
    text-align: end;
    padding-top: 30px;
  }

  .section3 h2 {
    color: #181a1e;
    font-weight: 500;
    font-size: 4.6rem;
  }

  .section3 .btn {
    background-color: #181a1e;
    color: white;
    padding: 15px 25px;
    font-size: 1.8rem;
  }

  .section-3 .container-fluid {
    margin-top: 25px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section3 .container-fluid {
    padding-bottom: 20px;
    padding-left: 100px;
  }

  .section-3 p {
    font-size: 2.6rem;
    padding-bottom: 54px;
  }

  .box-1 .btn {
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 2.2rem;
  }

  .box-2 .btn {
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 2.2rem;
  }

  .box-3 .btn {
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 2.2rem;
  }

  .five .container-fluid {
    padding-left: 110px;
  }

  .fourth h2 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .five {
    margin-top: 50px;
  }

  .five h2 {
    font-size: 5rem;
  }

  .five h2 {
    font-size: 4rem;
    font-weight: 500;
  }

  .image-1 img {
    height: 21vh;
    width: 25vh;
  }

  .image-name {
    position: absolute;
    top: 20px;
    left: 25px;
    color: white;
  }

  .image-name h5 {
    font-size: 1.8rem;
  }

  .image-name p {
    font-size: 1.8rem;
  }

  .image-2 {
    position: absolute;
    top: 193px;
    right: -50px;
  }

  .image-2 img {
    height: 10.1vh;
    border-radius: 20px;
    border: 1px solid black;
    box-shadow: 0px 10px 5px #d9eafd;
    width: 23.333vw;
  }

  .third .btn {
    font-size: 1rem;
  }

  .group-2 {
    padding-left: 70px;
  }

  .group-2 .btn {
    font-size: 2rem;
    padding: 10px 25px;
  }

  .group-3 .btn {
    font-size: 2rem;
    padding: 10px 25px;
  }

  .group-4 {
    padding-left: 0px;
  }

  .image-3 img {
    height: 21vh;
    width: 25vh;
  }

  .five {
    height: unset;
  }

  .sixth h2 {
    font-size: 4rem;
  }

  .image-desc {
    position: absolute;
    top: 10px;
    left: 30px;
  }

  .image-desc h5 {
    font-size: 1.8rem;
  }

  .image-desc p {
    font-size: 1.8rem;
  }

  .group-2 p {
    margin-bottom: 40px;
    font-family: "Inter Tight", sans-serif;
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .section6 {
    padding: 0px;
  }

  .sixth .container-fluid {
    padding-left: 110px;
  }

  .group-3 p {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .group-3 {
    padding-right: 0;
  }

  .image-4 {
    position: absolute;
    top: 170px;
    left: -25px;
  }

  .image-4 img {
    width: 20.625vw;
    height: 18.3vh;
  }

  .seven {
    background: #f1f5f9;
    margin-top: 180px;
    padding-bottom: 50px;
    padding-left: 110px;
    padding-right: 45px;
  }

  .seven .col-sm-4 {
    padding-right: 50px;
    padding-left: 0;
  }

  .column {
    margin-top: 55px;
  }

  .section7 h2 {
    font-size: 6.6rem;
  }

  .feature h4 {
    font-size: 3rem;
  }

  .feature p {
    font-size: 2.5rem;
  }

  .button7 {
    margin-top: 50px;
  }

  .button7 .btn {
    background-color: #004a9a;
    border-radius: 15px;
    font-size: 2rem;
    padding: 10px 25px;
  }

  .date {
    padding: 15px 40px;
    background: #e8f3ff;
    margin: 8px;
  }

  .description {
    padding-top: 5px;
  }

  .description h4 {
    font-size: 2.8rem;
  }

  .description p {
    font-size: 2.2rem;
  }

  .date p {
    font-size: 3rem;
  }

  .case h2 {
    font-size: 6.5rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 65px;
  }

  .case .eight-text p {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .case p {
    padding-left: 100px;
    padding-right: 100px;
  }

  .call-to-action h2 {
    font-size: 8.5rem;
  }

  .call-to-action p {
    font-size: 3rem;
  }

  .call-to-action .btn {
    background-color: #004a9a;
    font-size: 2.5rem;
  }

  .footer h2 {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .footer-menu {
    line-height: 1.9;
    font-weight: 700;
    font-size: 2.5rem;
    color: #64728d;
  }

  .social {
    font-size: 2.5rem;
  }
}

/* Button Css  */

.custom-button {
  position: relative;
  overflow: hidden;
  border: 1px solid #004a9a;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* height: 5rem; */
  /* width: 18rem; */
  font-size: 1.5rem;
  padding: 17px 22px;
  color: #ffffff;
  background-color: #004a9a;
  border-radius: 8px;
  transition:
    color 0.5s,
    background-color 0.5s;
  z-index: 1;
  cursor: pointer;
  font-weight: 700;
}

.button-flex {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}

.button-flex-two {
  display: flex;
  justify-content: end;
}

.login-signup {
  display: flex;
  align-items: center;
  gap: 15px;
  /* width: 20%; */
}

.custom-button-accent {
  position: relative;
  overflow: hidden;
  padding: 13px 23px !important;
  background-color: #175cd3;
  border-radius: 30px;
  color: white !important;
  border: 1px solid #175cd3;
  transition: all 0.2s ease;
  font-size: 1.7rem;
  font-size: 700;
}

.custom-button-accent .inner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.custom-button-accent .inner-btn i {
  font-size: 18px;
}

.custom-button-accent:hover {
  background-color: #fff;
  color: #111 !important;
  transition: all 0.2s ease;
}

.custom-button-blue {
  position: relative;
  overflow: hidden;
  padding: 17px 25px;
  background-color: #004a9a;
  border-radius: 8px;
  color: white;
  border: 1px solid #004a9a;
  transition: all 0.2s ease;
}

.custom-button-blue .inner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.custom-button-blue .inner-btn i {
  font-size: 18px;
}

.custom-button-white .inner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.custom-button-white .inner-btn i {
  font-size: 18px;
}
.custom-button-blue:hover {
  background-color: #fff;
  color: #111;
  transition: all 0.2s ease;
}

.custom-button-blue {
  position: relative;
  overflow: hidden;
  padding: 17px 25px;
  background-color: #00152c;
  border-radius: 8px;
  color: white;
  border: 1px solid #00152c;
  transition: all 0.2s ease;
}

.custom-button-blue:hover {
  background-color: #fff;
  color: #111;
  transition: all 0.2s ease;
  border: 1px solid rgb(172, 172, 172);
}

.custom-button-transparent {
  position: relative;
  overflow: hidden;
  padding: 17px 25px;
  background-color: transparent;
  border-radius: 8px;
  color: #00152c;
  border: 1px solid #111;
  transition: all 0.2s ease;
}

.custom-button-transparent:hover {
  background-color: #00152c;
  color: #fff;
  border: 1px solid #111;
  transition: all 0.2s ease;
}

.custom-button-blue span {
  font-size: 17px;
}

.custom-button-white {
  position: relative;
  overflow: hidden;
  padding: 17px 25px;
  background-color: #fff;
  border-radius: 8px;
  color: #111;
  border: 1px solid rgb(172, 172, 172);
  transition: all 0.2s ease;
}

.custom-button-white:hover {
  background-color: #00152c;
  color: #fff;
  transition: all 0.2s ease;
  border: 1px solid #111;
}

.custom-button-white span {
  font-size: 17px;
}

.footer-btn {
  border: 1px solid #ffffff;
}

.header-btn {
  color: #ffffff !important;
  width: 14rem;
}

/* .custom-button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  transition: bottom 0.3s ease-out;
  z-index: -1;
} */

/* .custom-button:hover::before {
  bottom: 0;
} */

.login-form-btn:hover {
  color: #fff !important;
}

.custom-button:hover {
  color: #004a9a;
  background-color: transparent;
  text-decoration: none;
}

.footer-btn:hover {
  color: #004a9a;
  background-color: white;
  text-decoration: none;
}

.header-btn:hover {
  color: #004a9a !important;
  background-color: white;
  text-decoration: none;
}

.navbar .login-btn:hover {
  color: #fff !important;
}

/* .custom-button:not(:hover)::before {
  bottom: -100%;
} */

@media (max-width: 767px) {
  .custom-button {
    height: 18rem;
    width: 60rem;
    font-size: 4.5rem;
  }

  .popup-content {
    margin-top: 50%;
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .custom-button {
    height: 8rem;
    width: 35rem;
    font-size: 3rem;
  }
}

/* Progress Bar Styles */
.register-form {
  margin-bottom: 100px;
}

#progressbar {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.two-label {
  display: flex !important;
  gap: 30px;
  /* Adjust the gap as needed */
}

#progressbar li {
  flex: 1;
  text-align: center;
  position: relative;
  font-size: 0.9rem;
  counter-increment: step;
}

#progressbar li:before {
  content: counter(step);
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #f0f0f0;
  color: transparent;
  color: #111;
  font-size: 14px;
}

#progressbar li.active:before {
  background: #004a9a;
  color: white;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f0f0f0;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: -1;
}

#progressbar li:first-child:after {
  display: none;
}

fieldset {
  display: none;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

fieldset.active {
  display: block;
}

.form-card {
  background: white;
  padding: 24px !important;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
}

.action-button {
  background: #004a9a;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  float: right;
  margin: 10px 0;
}

.action-button-previous {
  background: #6c757d;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  float: left;
  margin: 10px 0;
}

.success-card {
  text-align: center;
  padding: 4rem 2rem;
}

.success-icon {
  font-size: 4rem;
  color: #28a745;
  margin-bottom: 1rem;
}

.col-md-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 768px) {
  #progressbar {
    min-width: 100%;
    flex-direction: column;
  }

  #progressbar li {
    text-align: left;
    margin-bottom: 20px;
  }

  #progressbar li:before {
    position: absolute;
    left: 0;
  }

  #progressbar li:after {
    display: none;
  }

  #progressbar li strong {
    display: block;
    margin-left: 40px;
  }

  fieldset {
    min-width: 100% !important;
    min-height: 500px !important;
    padding: 8px;
  }

  .form-card {
    padding: 4rem;
  }

  .two-label {
    flex-direction: column;
    gap: 0 !important;
  }

  @media (max-width: 768px) {
    .register-form {
      width: 100% !important;
      padding: 10px;
      /* Optional: To add some spacing */
    }

    #progressbar {
      min-width: 100%;
      flex-direction: column;
      align-items: flex-start;
      padding-left: 20px;
      margin: 2rem 0;
    }

    #progressbar li {
      text-align: left;
      margin-bottom: 25px;
      position: relative;
      width: 100%;
      font-size: 14px;
    }

    #progressbar li:before {
      position: absolute;
      left: -35px;
      top: -5px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 14px;
    }

    #progressbar li strong {
      display: block;
      margin-left: 0;
      padding-left: 40px;
      position: relative;
      top: -3px;
    }

    fieldset {
      padding: 20px 15px !important;
    }

    .form-card {
      padding: 4rem;
      margin: 1rem 0;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .two-label {
      gap: 15px !important;
    }

    /* Input Fields Padding */
    .form-control {
      margin-bottom: 15px;
    }
  }

  @media (max-width: 480px) {
    /* Progress Bar Mobile Optimization */
    #progressbar {
      padding-left: 15px;
    }

    #progressbar li {
      font-size: 13px;
      margin-bottom: 30px;
    }

    #progressbar li:before {
      left: -30px;
      width: 22px;
      height: 22px;
      line-height: 22px;
    }

    #progressbar li strong {
      padding-left: 35px;
    }

    /* Form Padding for Small Screens */
    fieldset {
      padding: 15px 10px !important;
    }

    .form-card {
      padding: 1rem;
    }

    /* Button Adjustments */
    .action-button,
    .action-button-previous {
      padding: 12px 20px !important;
      font-size: 14px;
    }
  }

  /* Add these to existing styles */
  .form-control {
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    transition: all 0.3s ease;
  }

  .form-control:focus {
    border-color: #004a9a !important;
    box-shadow: 0 0 0 3px rgba(0, 74, 154, 0.1) !important;
  }

  #progressbar li:after {
    display: none !important;
    /* Remove connecting lines on mobile */
  }

  .seprat {
    min-height: 100px;
  }
}
