/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --scale-factor: 0.9;
}

html {
  font-size: 90%;
  width: 100%;
  height: 100%;
}

body {
  color: #090c0f;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  min-height: 100vh;
  background-color: #ffffff;
  zoom: 0.9;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 1366px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* Button Styles */
.blue-button {
  min-width: 150px;
  padding: 5px 30px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #28447a;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease-in;
  white-space: nowrap;
  font-family: "Inter Tight", sans-serif;
}

a.blue-button {
  text-decoration: none;
  max-width: max-content;
}

.blue-button:hover {
  background-color: #ffffff;
  color: #28447a;
  border-color: #28447a;
}

@media only screen and (max-width: 767px) {
  .blue-button {
    height: 40px;
    font-size: 14px;
    line-height: 1.3;
  }
}

.white-button {
  min-width: 150px;
  padding: 5px 30px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  color: #28447a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease-in;
  white-space: nowrap;
  font-family: "Inter Tight", sans-serif;
}

a.outlined-button {
  text-decoration: none;
  max-width: max-content;
}

a.white-button {
  text-decoration: none;
  max-width: max-content;
}

.white-button:hover {
  border: 1px solid #ffffff;
  background-color: #28447a;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .white-button {
    height: 40px;
    font-size: 14px;
    line-height: 1.3;
  }
}

/* Landing Wrapper */
.landing-wrapper {
  padding: 0 0 30px;
  position: relative;
  padding-top: 70px;
  min-height: calc(100vh - 106px);
}

@media only screen and (max-width: 767px) {
  .landing-wrapper {
    padding: 66px 0 30px;
    min-height: auto;
  }
}

/* Banner Section */
.banner {
  padding: 60px 0 500px;
  min-height: calc(100vh + 100px);
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .banner {
    padding: 60px 0 350px;
    min-height: auto;
  }
}

.banner-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: fill;
  top: 30px;
  object-position: center;
}

@media only screen and (max-width: 1400px) {
  .banner-video {
    object-fit: cover;
    object-position: center;
    top: 76px;
  }
}

.banner-container {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .banner-container {
    padding: 0 25px;
  }
}

.banner-container h1 {
  font-weight: 400;
  font-size: 69px;
  line-height: 75px;
  text-align: center;
  margin-bottom: 28px;
  color: #000000;
}

@media only screen and (max-width: 991px) {
  .banner-container h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-container h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.banner-container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 28px;
  color: #000000;
}

@media only screen and (max-width: 991px) {
  .banner-container p {
    font-size: 16px;
    line-height: 24px;
  }
}

.banner-container a {
  margin: 0 auto;
}

/* Empower Section */
.empower-wrapper {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .empower-wrapper {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .empower-wrapper {
    padding: 40px 0;
  }
}

.empower-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .empower-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.empower-content .left-content h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 23px;
}

@media only screen and (max-width: 991px) {
  .empower-content .left-content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .empower-content .left-content h2 {
    font-size: 25px;
  }
}

.empower-content .left-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 23px;
}

@media only screen and (max-width: 991px) {
  .empower-content .left-content p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.empower-content .right-content {
  border: 1px solid #e9effd;
  position: relative;
  border-left: none;
  border-right: none;
}

.after-content-wrapper {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.after-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.after-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: #e9effd;
  z-index: 1;
}

.after-content:last-child {
  left: unset;
  right: -20px;
}

.after-content:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}

.after-content span {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  position: relative;
  left: 3px;
  top: 0;
  background: #e9effd;
  border-radius: 3px;
}

.after-content span:first-child {
  top: -5px;
}

.after-content span:last-child {
  top: 7px;
}

.empower-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.empower-card {
  padding: 25px;
}

@media only screen and (max-width: 767px) {
  .empower-card {
    padding: 15px;
  }
}

.empower-card .card-head {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .empower-card .card-head {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }
}

.empower-card .card-head .icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #e9effd;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .empower-card .card-head .icon {
    width: 30px;
    height: 30px;
    padding: 8px;
    margin: 0 auto;
  }
}

.empower-card .card-head h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .empower-card .card-head h3 {
    text-align: center;
  }
}

.empower-card .card-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #52525b;
}

@media only screen and (max-width: 767px) {
  .empower-card .card-body p {
    max-width: 300px;
    min-height: 100px;
    margin: 0 auto;
    text-align: center;
  }
}

.empower-card:nth-child(1),
.empower-card:nth-child(2) {
  border-bottom: 1px solid #e9effd;
}

/* Make Difference Section */
.make-difference-wrapper {
  padding: 100px 0;
  background-color: #28447a;
}

@media only screen and (max-width: 991px) {
  .make-difference-wrapper {
    padding: 60px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .make-difference-wrapper {
    padding: 40px 0 60px;
  }
}

.make-difference-wrapper .top-content {
  max-width: 588px;
  margin: 0 auto 28px;
}

.make-difference-wrapper .top-content h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .make-difference-wrapper .top-content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .make-difference-wrapper .top-content h2 {
    font-size: 25px;
  }
}

.make-difference-wrapper .top-content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .make-difference-wrapper .top-content p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.make-difference-wrapper .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .make-difference-wrapper .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .make-difference-wrapper .card-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.make-difference-wrapper .card {
  padding: 24px;
  border-radius: 10px;
}

.make-difference-wrapper .card .card-head {
  margin-bottom: 24px;
}

.make-difference-wrapper .card .card-body {
  max-width: 349px;
  color: #ffffff;
  position: relative;
}

.make-difference-wrapper .card .card-body h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 12px;
}

.make-difference-wrapper .card .card-body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  letter-spacing: 0.1px;
}

.make-difference-wrapper .card .card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 2px;
  height: 24px;
  background-color: #d8f999;
}

.make-difference-wrapper a {
  margin: 0 auto;
}

/* Legacy Section */
.legacy-wrapper {
  padding: 80px 0;
  border-top: 1px solid #e4e4e7;
  border-bottom: 1px solid #e4e4e7;
  background-color: #f1f5f9;
}

@media only screen and (max-width: 991px) {
  .legacy-wrapper {
    padding: 60px 0 80px;
  }
}

.legacy-wrapper .top-content {
  max-width: 488px;
  margin: 0 auto 60px;
}

.legacy-wrapper .top-content h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .legacy-wrapper .top-content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .legacy-wrapper .top-content h2 {
    font-size: 25px;
  }
}

.legacy-wrapper .top-content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

@media only screen and (max-width: 991px) {
  .legacy-wrapper .top-content p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.legacy-wrapper .card-wrapper {
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .legacy-wrapper .card-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .legacy-wrapper .card-wrapper img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .legacy-wrapper .card-wrapper {
    grid-template-columns: 1fr;
  }
}

.legacy-wrapper .card {
  box-shadow: 0px 16px 184px 0px #00000017;
  padding: 20px;
  border-radius: 20px;
}

.legacy-wrapper .card h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #e4e4e7;
}

.legacy-wrapper .card h3 b {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #28447a;
  margin-bottom: 12px;
}

.legacy-wrapper .card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  letter-spacing: 0.1px;
}

.legacy-wrapper a {
  margin: 0 auto;
}

/* Estate Planning Bundle Section */

.estate-planning-bundle-wrapper {
  padding: 100px 0;
  background-color: #f1f5f9;
}
@media only screen and (max-width: 991px) {
  .estate-planning-bundle-wrapper {
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .estate-planning-bundle-wrapper {
    padding: 40px 0 60px;
  }
}
.estate-planning-bundle-wrapper .content .head-content {
  text-align: center;
  max-width: 488px;
  margin: 0 auto 40px;
}
.estate-planning-bundle-wrapper .content .head-content h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .estate-planning-bundle-wrapper .content .head-content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .estate-planning-bundle-wrapper .content .head-content h2 {
    font-size: 25px;
  }
}
.estate-planning-bundle-wrapper .content .head-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .estate-planning-bundle-wrapper .content .head-content p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.estate-planning-bundle-wrapper .highlight {
  padding: 18px 30px;
  border: 1px solid #090c0f;
  border-radius: 10px;
  max-width: 649px;
  margin: 40px auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: center;
  color: #090c0f;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .estate-planning-bundle-wrapper .highlight {
    font-size: 16px;
    line-height: 1.3;
    margin: 30px auto 40px;
    padding: 16px 24px;
  }
}
.estate-planning-bundle-wrapper .blue-button {
  margin: 0 auto;
}

/* Trust and Will Cards Section */
.trust-will-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .trust-will-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.trust-will-cards .card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 25px 25px;
  box-shadow: 0px 16px 144px 0px rgba(0, 0, 0, 0.1215686275);
  position: relative;
}
.trust-will-cards .card .card-head {
  margin-bottom: 20px;
}
.trust-will-cards .card .card-head h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #000000;
}
.trust-will-cards .card .card-head p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
.trust-will-cards .card .card-body .price-wrapper {
  padding: 25px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 25px;
  align-items: center;
  display: flex;
}
.trust-will-cards .card .card-body .price-wrapper sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #090c0f;
  padding-top: 20px;
  padding-left: 5px;
}

@media only screen and (max-width: 991px) {
  .trust-will-cards .card .card-body .price-wrapper sub {
    font-size: 14px;
    line-height: 1.3;
    padding-top: 5px;
  }
}
.trust-will-cards .card .card-body .price-wrapper .separator {
  font-weight: 500;
  font-size: 55px;
  line-height: 60px;
  color: #28447a;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .trust-will-cards .card .card-body .price-wrapper .separator {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 991px) {
  .trust-will-cards .card .card-body .price-wrapper {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
.trust-will-cards .card .card-body .price-wrapper b {
  font-weight: 500;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2%;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .trust-will-cards .card .card-body .price-wrapper b {
    font-size: 45px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .trust-will-cards .card .card-body .price-wrapper b {
    font-size: 28px;
  }
}
.trust-will-cards .card .card-body .highlight-wrapper {
  background-color: #f1f5f9;
  border: 1px solid #28447a;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  align-self: center;
  gap: 10px;
  margin-bottom: 20px;
}
.trust-will-cards .card .card-body .highlight-wrapper .icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.trust-will-cards .card .card-body .highlight-wrapper .icon img {
  width: 100%;
  height: 100%;
}
.trust-will-cards .card .card-body .highlight-wrapper span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #090c0f;
}
.trust-will-cards .card .card-body .list-wrapper {
  display: grid;
  gap: 18px;
}
.trust-will-cards .card .card-body .list-wrapper p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #090c0f;
}
.trust-will-cards .card .card-body .list-wrapper ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  list-style-type: disc;
  padding-left: 25px;
}

@media only screen and (max-width: 991px) {
  .trust-will-cards .card .card-body .list-wrapper ul {
    gap: 10px;
    padding-left: 15px;
  }
}
.trust-will-cards .card .card-body .list-wrapper ul li {
  list-style-type: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #090c0f;
}
.trust-will-cards .card .card-body button {
  width: calc(100% - 50px);
  position: absolute;
  bottom: 25px;
}
/* Right Choice Section */
.right-choice-wrapper {
  padding: 100px 0;
  background-color: #28447a;
}

@media only screen and (max-width: 991px) {
  .right-choice-wrapper {
    padding: 60px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .right-choice-wrapper {
    padding: 40px 0px;
  }
}

.right-choice-wrapper .content .head-content {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 50px;
}

.right-choice-wrapper .content .head-content h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 24px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .right-choice-wrapper .content .head-content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .right-choice-wrapper .content .head-content h2 {
    font-size: 25px;
  }
}

.right-choice-wrapper .content .head-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  max-width: 550px;
}

@media only screen and (max-width: 991px) {
  .right-choice-wrapper .content .head-content p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.right-choice-wrapper .card-wrapper .card {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 639px;
  overflow: hidden;
  margin: 0 auto 40px;
  border: 2px solid #000000;
}

.right-choice-wrapper .card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  border-bottom: 2px solid #000000;
}

.right-choice-wrapper .card-row:last-child {
  border-bottom: none;
}

.right-choice-wrapper .card-row img {
  max-width: 150px;
}

@media only screen and (max-width: 767px) {
  .right-choice-wrapper .card-row img {
    max-width: 100px;
  }
}

.right-choice-wrapper .card-row b {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

@media only screen and (max-width: 991px) {
  .right-choice-wrapper .card-row b {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .right-choice-wrapper .card-row b {
    font-size: 14px;
    line-height: 1.3;
  }
}

.right-choice-wrapper .card-row-left {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  border-right: 2px solid #000000;
}

.right-choice-wrapper .card-row-left img {
  margin-right: 12px;
}

@media only screen and (max-width: 767px) {
  .right-choice-wrapper .card-row-left {
    padding: 10px;
    font-size: 12px;
    line-height: 1.3;
  }
}

.right-choice-wrapper .card-row-right {
  display: flex;
  align-items: center;
  padding: 18px 22px;
}

.right-choice-wrapper .card-row-right img {
  margin-right: 12px;
}

@media only screen and (max-width: 767px) {
  .right-choice-wrapper .card-row-right {
    padding: 10px;
    font-size: 12px;
    line-height: 1.3;
  }
}

/* Landing Review Section */
.landing-review-wrapper {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .landing-review-wrapper {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .landing-review-wrapper {
    padding: 40px 0;
  }
}

.landing-review-wrapper .content-head {
  text-align: center;
  margin-bottom: 24px;
  max-width: 100%;
  padding: 0 20px;
}

.landing-review-wrapper .content-head h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .landing-review-wrapper .content-head h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-review-wrapper .content-head h2 {
    font-size: 25px;
  }
}

/* Slick Slider Customization for Reviews */
.review-slider {
  width: 100%;
  margin: 0;
  /* padding: 0 60px; */
  max-width: calc(100% - 120px);
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 991px) {
  .review-slider {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .review-slider {
    max-width: 100%;
    margin: 0 !important;
  }
}

.review-slider .slick-slide {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.review-slider .slick-slide.slick-center {
  opacity: 1;
  background-color: #dbeafe;
}

.review-slider .slick-slide.slick-current {
  opacity: 1;
}

.review-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.review-slider .slick-prev,
.review-slider .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  transition: all 0.3s ease;

  &::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.review-slider .slick-prev {
  left: -50px;

  &::before {
    background: url("../images/angle-left-black.svg") no-repeat center center;
  }
}

.review-slider .slick-next {
  right: -50px;

  &::before {
    background: url("../images/angle-right-black.svg") no-repeat center center;
  }
}

.review-slider .slick-dots {
  bottom: 0px;
  position: relative;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .review-slider .slick-dots {
    margin-top: 20px;
  }
}

.review-slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background-color: #e2e8f0;
  border-radius: 50%;
}

.review-slider .slick-dots li button {
  display: none;
}

.review-slider .slick-dots li button:before {
  display: none;
}

.review-slider .slick-dots li.slick-active {
  background-color: #28447a;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .review-slider .slick-prev,
  .review-slider .slick-next {
    width: 40px;
    height: 40px;
  }

  .review-slider .slick-prev:before,
  .review-slider .slick-next:before {
    line-height: 36px;
    font-size: 16px;
  }

  .review-slider .slick-prev {
    left: 10px;
  }

  .review-slider .slick-next {
    right: 10px;
  }
}

.review-card {
  padding: 25px;
  width: 100%;
  /* max-width: 363px; */
  margin: 0 20px;
  background-color: #f1f5f9;
  border-radius: 16px;
  transition: all 0.3s ease;
  height: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 1300px) {
  .review-card {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 400px) {
  .review-card {
    margin: 0 !important;
  }
}

/* Active center card styling - full opacity and highlighted */
.review-slider .slick-center .review-card {
  background-color: #dbeafe;
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}

/* Non-active cards styling - maintain base styling */
.review-slider .slick-slide:not(.slick-center) .review-card {
  background-color: #dbeafe;
}

.review-card .icon {
  width: 33px;
  margin-bottom: 20px;
}

.review-card .review-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
  min-height: 70px;
}

.review-card .review-content .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .review-card .review-content .review-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.review-card .review-content .review-footer-left b {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: block;
}

.review-card .review-content .review-footer-left span {
  font-size: 14px;
  color: #64748b;
}

.review-card .review-content .review-footer-right {
  display: flex;
  align-items: center;
}

.review-card .review-content .review-footer-right img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

/* FAQ Section */
.faq-wrapper {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .faq-wrapper {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .faq-wrapper {
    padding: 40px 0;
  }
}

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

@media only screen and (max-width: 1370px) {
  .container-container {
    padding: 0 25px;
  }
}

.faq-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  background-color: #f1f5f9;
  padding: 60px;
  border-radius: 16px;
}

@media only screen and (max-width: 991px) {
  .faq-content {
    grid-template-columns: 1fr;
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-content {
    padding: 20px;
  }
}

.faq-content .left-content h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .faq-content .left-content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-content .left-content h2 {
    font-size: 25px;
  }
}

.faq-content .left-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .faq-content .left-content p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.faq-component {
  width: 100%;
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-item.active {
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
}

.faq-question:hover {
  background-color: #f9fafb;
}

.faq-question-text {
  flex: 1;
  padding-right: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

.faq-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #6b7280;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-icon svg {
  width: 20px;
  height: 20px;
}

.faq-answer {
  overflow: hidden;
  will-change: max-height;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease-out 0.1s;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
}

.faq-answer-content {
  padding: 13px 15px;
  color: #525252;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.faq-answer-content p {
  margin: 0;
  margin-bottom: 12px;
}

.faq-answer-content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .faq-question {
    padding: 16px 20px;
    font-size: 16px;
  }

  .faq-answer-content {
    padding: 16px 20px;
    font-size: 14px;
  }
}

/* Header Styles */
.landing-header {
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: none;
}

.landing-header .container-fluid {
  padding: 0 60px;
}

@media only screen and (max-width: 991px) {
  .landing-header .container-fluid {
    padding: 0 20px;
  }
}

.landing-header .header-content {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 147px 1fr 200px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (max-width: 991px) {
  .landing-header .header-content {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
}

.landing-header .header-content .logo {
  max-width: 147px;
}

.landing-header .logo a {
  display: inline-block;
}

.landing-header .logo img {
  width: 100%;
}

.landing-header .header-content .desktop-menu {
  display: block;
}

@media only screen and (max-width: 991px) {
  .landing-header .header-content .desktop-menu {
    display: none !important;
  }
}

.landing-header .header-content .list-wrapper ul {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  margin: 0 auto;
  gap: 31px;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.landing-header .header-content .list-wrapper ul li a {
  color: #475569;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.landing-header .header-content .list-wrapper ul li a:hover {
  color: #000;
}

.landing-header .header-content .header-btn-wrapper {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 16px;
}

.landing-header .header-content .header-btn-wrapper a {
  width: 100%;
  min-width: max-content;
  max-width: fit-content;
  padding: 10px;
  height: 40px;
}

.landing-header .header-content .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #475569;
  transition: color 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .landing-header .header-content .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.landing-header .header-content .mobile-menu-toggle:hover {
  color: #000;
}

.landing-header .header-content .mobile-menu-toggle svg {
  width: 24px;
  height: 24px;
}

/* Outlined Button */
.outlined-button {
  min-width: 150px;
  padding: 5px 30px;
  height: 45px;
  border-radius: 8px;
  background: #ffffff;
  color: #28447a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #28447a;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter Tight", sans-serif;
  text-decoration: none;
}

.outlined-button:hover {
  background-color: #28447a;
  color: #ffffff;
  border-color: #28447a;
}

.outlined-button:active {
  background-color: #000000;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .outlined-button {
    height: 40px;
    font-size: 16px;
    line-height: 1.3;
  }
}

/* Mobile Menu Overlay */
.landing-header .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

.landing-header .mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.landing-header .mobile-menu-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  z-index: 10000;
  display: flex;
  flex-direction: column;
}

.landing-header .mobile-menu-content.active {
  transform: translateX(0);
}

.landing-header .mobile-menu-content .mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.landing-header .mobile-menu-content .mobile-menu-header .logo {
  max-width: 147px;
}

.landing-header .mobile-menu-content .mobile-menu-header .mobile-menu-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #475569;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-header
  .mobile-menu-content
  .mobile-menu-header
  .mobile-menu-close:hover {
  color: #000;
}

.landing-header
  .mobile-menu-content
  .mobile-menu-header
  .mobile-menu-close
  svg {
  width: 24px;
  height: 24px;
}

.landing-header .mobile-menu-content .mobile-menu-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 25px;
  gap: 25px;
}

.landing-header .mobile-menu-content .mobile-menu-body .mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.landing-header .mobile-menu-content .mobile-menu-body .mobile-menu-list li a {
  color: #475569;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.landing-header
  .mobile-menu-content
  .mobile-menu-body
  .mobile-menu-list
  li
  a:hover {
  color: #000;
}

.landing-header .mobile-menu-content .mobile-menu-body .mobile-menu-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
  padding-top: 20px;
}

.landing-header .mobile-menu-content .mobile-menu-body .mobile-menu-buttons a {
  width: 100%;
  max-width: 100%;
  height: 48px;
}

/* Footer Styles */
footer {
  background-color: #28447a;
  border-top: none;
}

footer .footer-container {
  max-width: 1340px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 32px 0;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1390px) {
  footer .footer-container {
    padding: 32px 25px;
  }
}

@media only screen and (max-width: 1024px) {
  footer .footer-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-container {
    padding: 32px 25px;
  }
}

footer .footer-left {
  align-self: center;
  display: flex;
  flex-direction: column;
}

footer .footer-left img {
  height: auto;
  width: 150px;
}

footer .footer-left .links-wrapper {
  display: grid;
  grid-template-columns: 151px 1fr;
  align-items: center;
  gap: 38px;
}

@media only screen and (max-width: 1024px) {
  footer .footer-left .links-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  footer .footer-left .links-wrapper a {
    text-align: center;
    margin: 0 auto;
  }
}

footer .footer-left .footer-contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 26px;
}

@media only screen and (max-width: 1024px) {
  footer .footer-left .footer-contact-wrapper {
    grid-template-columns: 1fr;
  }
}

footer .footer-left .footer-contact {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 8px;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  footer .footer-left .footer-contact {
    max-width: fit-content;
    margin: 0 auto;
  }
}

footer .footer-left .footer-contact img {
  width: 100%;
}

footer .footer-left .footer-contact .footer-contact-info {
  display: grid;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  footer .footer-left .footer-contact .footer-contact-info {
    display: flex;
  }

  footer .footer-left .footer-contact .footer-contact-info span {
    padding-right: 5px;
  }
}

footer .footer-left .footer-contact .footer-contact-info span,
footer .footer-left .footer-contact .footer-contact-info a {
  color: #e9e9e9;
  font-size: 13px;
  line-height: 140%;
}

@media only screen and (max-width: 1024px) {
  footer .footer-left {
    flex-direction: column;
    justify-content: center;
  }

  footer .footer-left img {
    align-self: center;
  }
}

footer .footer-right {
  align-self: center;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  footer .footer-right {
    flex-direction: column-reverse;
    align-items: center;
  }
}

footer .footer-right .copy-right {
  color: #e9e9e9;
  text-align: right;
  font-size: 14px;
  line-height: 140%;
}

@media only screen and (max-width: 1024px) {
  footer .footer-right .copy-right {
    text-align: center;
  }
}

footer .footer-right .terms-condition {
  display: grid;
  grid-template-columns: auto 5px auto 5px auto;
  justify-content: flex-end;
  gap: 5px;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  footer .footer-right .terms-condition {
    justify-content: center;
    text-align: center;
  }
}

footer .footer-right .terms-condition span,
footer .footer-right .terms-condition a {
  align-self: center;
  color: #e9e9e9;
  text-align: right;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

footer .footer-right .terms-condition a {
  line-height: 22.4px;
  cursor: pointer;
}

footer .footer-right .terms-condition a:hover {
  color: #bbbbbb;
}

@media only screen and (max-width: 767px) {
  footer .footer-right .terms-condition a {
    font-size: 14px;
  }
}
