.hero-sectio-002 {
  padding: 130px 0 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-sectio-help {
    background: #0c2398;
    height: calc(100vh - 345px);
    display: flex;
    align-items: center;
}

.how-hero-section{
 padding: 180px 0 180px 0;
}

.hero-sectio-002::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #094fcf4a;
    z-index: 5;
}

.hero-sectio-002 .inner-content {
    position: relative;
    z-index: 9;
}

.hero-sectio-002 h1 {
  font-size: 48px;
  font-weight: 700;
 max-width: 820px;
    margin: 0 auto 16px;
    line-height: 58px;
  color: #fff;
  text-align: center;
}

.hero-sectio-002 p {
  font-size: 18px;
  max-width: 650px;
  color: #fff;
 margin: 0 auto 40px;
  text-align: center;
  line-height: 28px;
}

.hero-sectio-002 .search-box {
  width: 600px;
  max-width: 90%;
  position: relative;
  text-align: center;
  margin: 0 auto 30px;
}

.hero-sectio-002 .search-box input {
  width: 100%;
  padding: 18px 50px 18px 20px;
  font-size: 16px;
  border-radius: 10px;
  border: 2px solid #2f5cff;
  outline: none;
}

.hero-sectio-002 .location-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #094fcf;
  cursor: pointer;
}

.hero-sectio-002 .dft-btn{
    display: flex;
    justify-content: center;
}

.hero-sectio-002 .cta-btn {
  background: #094fcf;
  color: #fff;
  border: none;
  padding: 14px 36px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(47, 92, 255, 0.3);
  transition: 0.3s ease;
}

.hero-sectio-002 .cta-btn:hover {
  background: #2448cc;
}

.hero-sectio-help .btn-get{
   background: #fff;
  color: #000;
  border: none;
  padding: 14px 36px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(47, 92, 255, 0.3);
  transition: 0.3s ease;
}


.hero-sectio-002 .btn {
    height: 50px;
    padding: 0 34px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.hero-sectio-002 .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
}


.brand-section {
  padding: 80px 0;
  background: #fff;
  width: 100%;
}

.brand-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #000;
}

.brand-section .slider {
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.brand-section .slide-track {
  display: flex;
  will-change: transform;
}

.brand-section .slide {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-section .slide img {
  max-width: 200px;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
}




.testimonial-section {
  padding: 80px 0 80px 0;
  background: #0e2cc2;
}

.testimonial-inner {
  display: grid;
  grid-template-columns: 60% calc(40% - 50px);
  grid-gap: 50px;
  align-items: center;
}


.testimonial-section .image-wrapper {
  position: relative;
}

.testimonial-section .image-wrapper img {
  width: 100%;
  border-radius: 0 0 200px 200px;
}


.testimonial-section .testimonial-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.testimonial-section .img-box img {
  width: 40px;
  margin-bottom: 12px;
}

.testimonial-section .main-text {
  font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
    font-weight: 700;
    max-width: 672px;
    color: #fff;
}

.testimonial-section .author {
 font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
    font-weight: 500;
    max-width: 672px;
    color: #fff;
}

.testimonial-section .desc {
  font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
    font-weight: 500;
    max-width: 672px;
    color: #fff;
}

/* BUTTON */
.testimonial-section .cta-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(47, 92, 255, 0.35);
  transition: 0.3s;
}







/* ===== Section ===== */
.benefits-section {
    padding: 100px 20px;
    background: #f2f2f4;
    width: 100%;
}



.benefits-section .benefits__title {
    font-size: 34px;
    font-weight: 700;
     line-height: 44px;
     text-align: center;
     color: #000;
}

.benefits-section .benefits__dpe{
  font-size: 18px;
    font-weight: 700;
     line-height: 28px;
     text-align: center;
     color: #000;
    max-width: 800px;
    margin: 16px auto 0;
}

/* ===== Grid ===== */
.benefits-section .benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 100px;
}

/* ===== Card ===== */
.benefits-section .benefit-card {
    position: relative;
    padding: 60px 30px 40px;
    border: 2px solid #3654eb;
    border-radius: 0 0 60px 0;
    background-color: #f5f7fa;
}

/* ===== Icon ===== */
.benefits-section .benefit-card__icon {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    
    border-radius: 50%;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

/* ===== Card Content ===== */
.benefits-section .benefit-card__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.benefits-section .benefit-card__text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 28px;
    color: #333;
    text-align: center;
    font-weight: 600;
}

/* ===== Buttons & Links ===== */

.benefits-section .dft-btn{
    display: flex;
    justify-content: center;
}
.benefits-section .btn-primary {
    display: inline-block;
    padding: 14px 30px;
    background-color: #094fcf;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.benefits-section .btn-primary:hover {
    background-color: #1e36d8;
}

.benefits-section .link-primary {
    display: block;
    margin-top: 10px;
    color: #094fcf;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
}




/* ===== Section ===== */
.plans-section {
    padding: 80px 20px;
    width: 100%;
}



/* ===== Header ===== */
.plans-section .plans__header {
    text-align: center;
    max-width: 870px;
    margin: 0 auto 70px;
}

.plans-section .plans__title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
}

.plans-section .plans__subtitle {
  font-size: 20px;
    line-height: 28px;
    color: #444;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}

/* ===== Grid ===== */
.plans-section .plans__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 40px;
}

/* ===== Card ===== */
.plans-section .plan-card {
    text-align: center;
    padding: 10px 15px;
}

.plans-section .plan-card__icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.plans-section .plan-card__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.plans-section .plan-card__text {
    font-size: 18px;
    line-height: 28px;
    color: #555;
    font-weight: 400;
}

/* ===== Footer Note ===== */
.plans-section .plans__note {
    max-width: 600px;
    margin: 60px auto 0;
    font-size: 12px;
    color: #777;
    text-align: center;
}





/* ===== Section ===== */
.reviews-section {
    padding: 80px 20px;
    background: #f2f2f4;
    width: 100%;
}

.reviews-section .reviews__container {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 40px;
    align-items: center;
}

/* ===== Summary ===== */
.reviews-section .reviews__summary h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.reviews-section .stars {
    color: #00b67a;
    font-size: 22px;
    margin-bottom: 8px;
}

.reviews-section .reviews__count {
    font-size: 14px;
    margin-bottom: 12px;
}

.reviews-section .trustpilot {
    font-weight: 700;
    color: #00b67a;
}

/* Slider wrapper */
.reviews-section .reviews__slider-wrapper {
    position: relative;
    width: 100%;
}

/* Slider */
.reviews-section .reviews__slider {
    display: flex;
    gap: 24px;
    overflow-x: hidden; /* important */
}

/* Each card = 25% width (4 cards) */
.reviews-section .review-card {
    flex: 0 0 calc((100% - 72px) / 4);
    /* 72px = 3 gaps × 24px */
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.reviews-section .reviews__slider::-webkit-scrollbar {
    display: none;
}

/* ===== Card ===== */
.reviews-section .review-card {
    background: #fff;
}

.reviews-section .review-card__rating {
    color: #00b67a;
    font-size: 26px;
    margin-bottom: 10px;
}

.reviews-section .review-card__rating span {
    color: #666;
    font-size: 16px;
    margin-left: 6px;
}

.reviews-section .review-card h4 {
    font-size: 1px;
    font-weight: 700;
    margin-bottom: 6px;
}

.reviews-section .review-card p {
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
}

.reviews-section .review-card small {
    font-size: 12px;
    color: #777;
}

/* ===== Buttons ===== */
.reviews-section .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}

.reviews-section .slider-btn--left {
    left: -18px;
}

.reviews-section .slider-btn--right {
    right: -18px;
}









.loop-slider-section {
    padding: 80px 0;
    background: #0e2cc2;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.loop-slider-section .loop-slider__title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

/* VIEWPORT */
.loop-slider-section .loop-slider__viewport {
    width: 100%;
    overflow: hidden;
}

/* ROWS */
.loop-slider-section .row {
    display: flex;
    gap: 20px;
    padding: 10px 0;
    will-change: transform;
}

.loop-slider-section .row--top {
    justify-content: flex-start;
}

.loop-slider-section .row--bottom {
    justify-content: flex-start;
}

/* CARD */
.loop-slider-section .card {
    width: 20%;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 0 0 40px 0;
    padding: 20px;
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
    flex-shrink: 0;
}

.loop-slider-section .card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.loop-slider-section .card p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}





/* =========================
   SECTION BASE
========================= */

.compare-section {
    padding: 80px 20px;
    background: #ffffff;
}

.compare-section-003{
  background: #f2f2f4;
}


/* =========================
   HEADER
========================= */

.compare-section .compare-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
}

.compare-section .compare-header h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 24px;
    color: #000;
}

.compare-section .compare-header p {
    font-size: 18px;
    line-height: 1.6;
    color: #4b5260;
    font-weight: 600;
}

/* =========================
   GRID LAYOUT
========================= */

.compare-section .compare-grid {
    display: grid;
    grid-template-columns: 40% calc(60% - 70px);
    grid-gap: 70px;
    align-items: center;
}

.compare-section-002 .compare-grid {
    grid-template-columns: 60% calc(40% - 70px);
}

.compare-section-002 .dft-btn{
    display: flex;
    justify-content: center;
}

.compare-section-002 .btn-002 {
    margin-top: 25px;
    padding: 14px 32px;
    border-radius: 5px;
    border: none;
    background: #0e2cc2;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

/* =========================
   IMAGE
========================= */



.compare-section .image-frame img {
    width: 100%;
    display: block;
    border-radius: 18px;
    background: #fff;
}

/* =========================
   CONTENT
========================= */



.compare-section .content-title {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.compare-section .content-title .icon {
    font-size: 28px;
    width: 45px;
}

.compare-section .content-title h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 42px;
}

.compare-section .compare-content p {
    font-size: 16px;
    line-height: 28px;
    color: #4b5260;
    margin-bottom: 20px;
    font-weight: 600;
}

/* =========================
   LINK
========================= */

.compare-section .compare-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #0e2cc2;
    text-decoration: underline;
}







.savings-calculator {
    padding: 80px 0px;
    background: #0e2cc2;
}

.savings-calculator .calculator-container {
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 0 15px;
}

.savings-calculator h2 {
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
}

.savings-calculator .subtitle {
    font-size: 16px;
    color: #fff;
    max-width: 700px;
    margin: 0 auto 40px;
}

.savings-calculator .toggle-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.savings-calculator .toggle-group h4 {
    margin-bottom: 12px;
    color: #fff;
}

.savings-calculator .toggle-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.savings-calculator .toggle-btn {
    padding: 12px 26px;
    border-radius: 30px;
    border: 1px solid #ccc;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
}

.savings-calculator .toggle-btn.active {
    background: #fff;
    color: #000;
    border-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.savings-calculator .divider {
    width: 1px;
    height: 60px;
    background: #ddd;
}

.savings-calculator .panel {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.savings-calculator .hidden {
    display: none;
}

.savings-calculator .counter-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 15px;
}

.savings-calculator .counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.savings-calculator .counter button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #0e2cc2;
    background: #fff;
    cursor: pointer;
}

.savings-calculator .procedure-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 15px;
}

.savings-calculator .procedure {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
}

.savings-calculator .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px;
}

.savings-calculator input {
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #0e2cc2;
}

.savings-calculator .primary-btn {
    margin-top: 25px;
    padding: 14px 32px;
    border-radius: 30px;
    border: none;
    background: #0e2cc2;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.savings-calculator .checkbox {
    display: block;
    margin-top: 18px;
    font-size: 13px;
    color: #fff;
}

.savings-calculator label.checkbox a {
    color: #ff0000de;
}




.find-plan-section {
  background: #0e2cc2;
  padding: 100px 0px;
}

.find-plan-section .inner-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}

.find-plan-section h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
}

.find-plan-section p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 40px;
}

/* SEARCH AREA */
.find-plan-section .search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.find-plan-section .input-box {
  position: relative;
  width: 360px;
  max-width: 100%;
}

.find-plan-section .input-box input {
  width: 100%;
  height: 56px;
  padding: 0 50px 0 20px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  outline: none;
}

.find-plan-section .location-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #5a5a5a;
}

/* BUTTON */
.find-plan-section .cta-btn {
  height: 56px;
  padding: 0 32px;
  border-radius: 28px;
  border: none;
  background-color: #ffffff;
  color: #3b4bd8;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.find-plan-section .cta-btn:hover {
  background-color: #eef1ff;
  transform: translateY(-1px);
}







/* SECTION */
.plans-section-003 {
  padding: 80px 20px;
  background-color: #f7f7f8;
}


/* TITLE */
.plans-section-003 .section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 70px;
  line-height: 44px;
}

/* GRID */
.plans-section-003 .content-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
}

/* BOX */
.plans-section-003 .content-box {
  text-align: center;
  padding: 0 20px;
}

.plans-section-003 .icon {
  font-size: 34px;
  color: #0e2cc2;
  margin-bottom: 16px;
}

.plans-section-003 .content-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 34px;
}

.plans-section-003 .content-box p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-weight: 600;
 max-width: 440px;
    margin: 0 auto 30px;
}

/* SEARCH */
.plans-section-003 .search-box {
  position: relative;
  max-width: 360px;
  margin: 0 auto 24px;
}

.plans-section-003 .search-box input {
  width: 100%;
  height: 54px;
  padding: 0 50px 0 18px;
  border-radius: 10px;
  border: 2px solid #0e2cc2;
  font-size: 15px;
  outline: none;
}

.plans-section-003 .location-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

/* BUTTONS */
.plans-section-003 .btn {
  height: 50px;
  padding: 0 34px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.plans-section-003 .primary,
.secondary {
  background-color: #0e2cc2;
  color: #fff;
}

.plans-section-003 .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
}

/* DIVIDER */
.plans-section-003 .divider {
  width: 1px;
  height: 260px;
  background-color: #d0d0d0;
}





/* GRADIENT BARS */
.gradient-bar {
  height: 8px;
  background: linear-gradient(90deg, #00BCD4, #3F51B5);
}



/* GRID */
.region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 30px 0;
}

/* DROPDOWN */
.dropdown {
  position: relative;
}

.dropdown-toggle {
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #0e2cc2;
  border-bottom: 2px solid #0e2cc2;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.dropdown.active .arrow {
  transform: rotate(-135deg);
}

/* MENU */
.dropdown-menu {
  list-style: none;
  margin-top: 14px;
  display: none;
  padding: 0;
}

.dropdown.active .dropdown-menu {
    display: block;
}

.dropdown.active .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  margin-bottom: 10px;
}

.dropdown-menu a {
  color: #0e2cc2;
  text-decoration: none;
  font-size: 14px;
}

.dropdown-menu a:hover {
  text-decoration: underline;
}




.how-it-works-section {
  background: #f6f7f9;
  padding: 80px 0px;
  font-family: system-ui, sans-serif;
}

.how-it-works-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.how-it-works-section .section-title {
  text-align: center;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 80px;
}

/* TIMELINE */
.how-it-works-section .timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* Vertical line */
.how-it-works-section .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #0e2cc2;
}

/* ITEM */
.how-it-works-section .timeline-item {
  position: relative;
  width: 50%;
  padding: 0 40px;
}

.how-it-works-section .timeline-item.left {
  align-self: flex-start;
  text-align: right;
}

.how-it-works-section .timeline-item.right {
  align-self: flex-end;
  text-align: left;
}

/* STEP CIRCLE */
.how-it-works-section .step {
  position: absolute;
  top: 0;
  right: -16px;
  width: 32px;
  height: 32px;
  background: #0e2cc2;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-works-section .timeline-item.right .step {
  left: -16px;
  right: auto;
}

/* CONTENT */
.how-it-works-section .content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.how-it-works-section .content p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.how-it-works-section .content small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}





.faq-section {
  background: #ffffff;
  padding: 80px 0px;
  font-family: system-ui, sans-serif;
}

.faq-section .inner-content {
  max-width: 900px;
  margin: 0 auto;
}

.faq-section .faq-title {
  text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 52px;
}

.faq-section .faq-item {
  background: #f3f4f6;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-section .faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-section .icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #0e2cc2;
  border-bottom: 2px solid #0e2cc2;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

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

.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 24px;
}

.faq-section .faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 20px;
}

.faq-section .faq-answer p {
 font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 16px;
    font-weight: 500;
}

.faq-section .note {
  font-size: 13px;
  color: #555;
}






/* ===== TESTIMONIALS CSS ===== */
    .testimonials-section-003 {
      background: #ffffff;
      padding: 80px 0px;
    }

    .testimonials-section-004 {
    background: #0e2cc2;
}

    .testimonials-section-003 h2 {
      line-height: 42px;
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 16px;
      text-align: center;
    }


.testimonials-section-004 h2 {
    color: #fff;
}




    .testimonials-section-003 .subtitle {
      font-size: 18px;
      color: #444;
      max-width: 750px;
      margin: 0 auto 50px;
      line-height: 28px;
      font-weight: 500;
      text-align: center;
    }

    .testimonials-section-004 .subtitle  {
    color: #fff;
}

    .testimonials-section-003 .testimonial-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .testimonials-section-003 .testimonial-card {
      background: #fff;
      border-radius: 0px 0px 120px 0px;
      padding: 24px;
      text-align: left;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      display: flex;
      flex-direction: column;
      height: 100%;
      gap: 20px;
    }

    .testimonials-section-003 .testimonial-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 18px;
      margin-bottom: 20px;
    }

    .testimonials-section-003 .testimonial-card h3 {
      font-size: 16px;
      font-weight: 800;
      line-height: 24px;
    }

    .testimonials-section-003 .testimonial-card p {
      font-size: 16px;
      line-height: 24px;
      color: #333;
      flex-grow: 1;
      font-weight: 500;
    }

    .testimonials-section-003 .testimonial-card a {
      margin-top: 16px;
      font-size: 16px;
      font-weight: 600;
      color: #0e2cc2;
      text-decoration: none;
      cursor: pointer;
    }

    .testimonials-section-003 .testimonial-card a:hover {
      text-decoration: underline;
    }

    /* ===== READ MORE CSS ===== */
    .more-text {
      display: none;
    }

    .testimonial-card.expanded .more-text {
      display: inline;
    }








.faq-section-101 {
  padding: 60px 0px;
}

.faq-section-101 .faq-container {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* Sidebar */
.faq-section-101 .faq-sidebar {
  width: 260px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
    padding: 20px;
    background: #f4f4f4;
}

.faq-section-101 .faq-sidebar h4 {
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 20px;
}

.faq-section-101 .faq-sidebar ul {
  list-style: none;
  padding: 0;
}

.faq-section-101 .faq-sidebar li {
  padding: 12px 0;
  cursor: pointer;
  font-size: 18px;
}

.faq-section-101 .faq-sidebar li.active {
  color: #094fcf;
  font-weight: 600;
  
}

/* Content */
.faq-section-101 .faq-content {
  flex: 1;
}

.faq-section-101 .faq-content h2 {
  margin-bottom: 25px;
}

/* Accordion */
.faq-section-101 .accordion-item {
  margin-bottom: 14px;
  border-radius: 6px;
  overflow: hidden;
}

.faq-section-101 .accordion-header {
  width: 100%;
  background: #f4f4f4;
  padding: 18px 20px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  line-height: 24px;
}

.accordion-item.active .accordion-header {
    background: #0e2cc2;
    color: #fff;
}

.faq-section-101 .accordion-header i {
  transition: transform 0.3s ease;
  color: #094fcf;
}

.accordion-item.active .accordion-header i{
    color: #fff;
}

/* Rotate icon when open */
.faq-section-101 .accordion-item.active i {
  transform: rotate(180deg);
}

.faq-section-101 .accordion-body {
  max-height: 0;
  overflow: hidden;
  background: #fafafa;
  transition: max-height 0.3s ease;
}

.faq-section-101 .accordion-body p {
    padding: 16px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.faq-section-101 .accordion-item.active .accordion-body {
  max-height: 200px;
}





section.how-it-works-section111 {
    margin: 80px 0;
}

.how-it-works-section111 .how-it-works__content {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #094fcf;
    display: flex;
    justify-content: flex-end;
    padding: 80px;
}


/* Card */
.how-it-works-section111 .how-it-works__card {
  position: relative;
  background: #fff;
  max-width: 420px;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Card Title */
.how-it-works-section111 .card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.how-it-works-section111 .card-icon {
  font-size: 22px;
  color: #0057ff;
}

.how-it-works-section111 .card-title h3 {
  margin: 0;
  font-size: 20px;
}

/* Card Content */
.how-it-works-section111 .card-desc {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 18px;
}

.how-it-works-section111 .card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.how-it-works-section111 .card-list li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.how-it-works-section111 .card-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #094fcf;
  font-weight: bold;
}

    


.process-section {
  padding: 80px 0px;
  background: #f2f2f4;
  text-align: center;
}



/* Header */
.process-section .process-label {
  font-size: 16px;
  letter-spacing: 1px;
  color: #777;
  font-weight: 600;
}

.process-section .process-title {
  font-size: 42px;
  line-height: 52px;
  margin: 10px 0 60px;
}

/* GRID */
.process-section .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}

.process-section .process-step {
  position: relative;
  padding: 20px;
}

/* Faded Numbers */
.process-section .step-number {
  position: absolute;
  top: -20px;
  right: 10px;
  font-size: 120px;
  font-weight: 700;
  color: #000;
  opacity: 0.04;
  z-index: -1;
}

/* Icons */
.process-section .step-icon {
  font-size: 42px;
  margin-bottom: 16px;
}

/* Text */
.process-section .process-step h4 {
 font-size: 20px;
    margin-bottom: 12px;
    line-height: 30px;
}

.process-section .process-step p {
  font-size: 16px;
    color: #444;
    line-height: 24px;
}

.process-section .process-step small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}

/* Divider */
.process-section .process-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 60px 0;
}

/* Search */
.process-section .process-search h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.process-section .search-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  max-width: 420px;
  margin: 0 auto 20px;
  border: 1px solid #094fcf;
  border-radius: 6px;
  padding: 10px 12px;
}

.process-section .search-box input {
  border: none;
  outline: none;
  font-size: 14px;
  background: none;
}

.process-section .location-icon {
  font-size: 18px;
  color: #094fcf;
}

/* Buttons */
.process-section .btn-primary {
  background: #094fcf;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 12px;
}

.process-section .btn-primary:hover {
  background: #094fcf;
}

.process-section .link-secondary {
  display: block;
  font-size: 14px;
  color: #094fcf;
  text-decoration: underline;
}




.compare-section111 {
  padding: 80px 0px;
  background: #fff;
}


.compare-section111 .compare-title {
 text-align: center;
    font-size: 42px;
    margin-bottom: 10px;
    line-height: 52px;
}

.compare-section111 .compare-subtitle {
 text-align: center;
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 28px;
}

/* MAIN GRID */
.compare-section111 .compare-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

/* COLUMNS */
.compare-section111 .compare-col {
  display: grid;
  grid-template-rows: repeat(10, auto);
  border-radius: 10px;
    padding: 20px;
}

.compare-col.savings {
    border: 1px solid #0057ff;
}

.compare-col.insurance {
    border: 1px solid #ff6a00;
}

.compare-section111 .features {
  padding-top: 60px;
}

/* HEADERS */
.compare-section111 .col-header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-section111 .badge {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}

.compare-section111 .badge.blue {
  border: 2px solid #0057ff;
  color: #0057ff;
}

.compare-section111 .badge.orange {
  border: 2px solid #ff6a00;
  color: #ff6a00;
}

/* ROWS */
.compare-section111 .row {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.compare-section111 .features .row {
  justify-content: flex-start;
  padding-right: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.compare-section111 .features .row span {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

/* CHECK ICON */
.compare-section111 .check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.compare-section111 .check::before {
  content: "✓";
}

.compare-section111 .check.blue {
  color: #0057ff;
  border: 2px solid #0057ff;
}

.compare-section111 .check.orange {
  color: #ff6a00;
  border: 2px solid #ff6a00;
}

/* BUTTONS */
.compare-section111 .btn {
  margin: 25px auto 0;
  padding: 12px 22px;
  border-radius: 30px;
  border: none;
  font-size: 13px;
  cursor: pointer;
}

.compare-section111 .btn.blue {
  background: #0057ff;
  color: #fff;
}

.compare-section111 .btn.orange {
  background: #0057ff;
  color: #fff;
}

/* NOTE */
.compare-section111 .compare-note {
  font-size: 14px;
  color: #777;
  margin-top: 20px;
  text-align: center;
}

.compare-col.features {
    border: 1px solid #094fcf;
}




@media (max-width:767px){
  .hero-sectio-002 {
    padding: 100px 0 50px 0;
}
  .hero-sectio-002 h1 {
    font-size: 30px;
    line-height: 40px;
}
.hero-sectio-002 p {
    font-size: 16px;
    line-height: 24px;
}
.brand-section {
    padding: 40px 0;
}
.brand-section h2 {
    font-size: 30px;
    line-height: 40px;
}
.testimonial-section {
    padding: 40px 0 40px 0;
}
.testimonial-inner {
    grid-template-columns: 100%;
}
.testimonial-section .testimonial-content h2 {
    font-size: 30px;
    line-height: 40px;
}
.testimonial-section .main-text {
    font-size: 16px;
    line-height: 24px;
}
.testimonial-section .author {
    font-size: 16px;
    line-height: 24px;
}
.testimonial-section .desc {
    font-size: 16px;
    line-height: 24px;
}
.benefits-section {
    padding: 40px 0px;
}
.benefits-section .benefits__title {
    font-size: 30px;
    line-height: 40px;
}
.benefits-section .benefits__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 65px;
    margin-top: 75px;
}
.benefits-section .btn-primary {
    font-size: 15px;
}
.benefits-section .benefit-card__title {
    font-size: 24px;
}
.benefits-section .benefit-card__text {
    font-size: 14px;
}
.benefits-section .link-primary {
    font-size: 15px;
}
.plans-section {
    padding: 40px 0px;
}
.plans-section .plans__title {
    font-size: 30px;
    line-height: 40px;
}
.plans-section .plans__subtitle {
    font-size: 16px;
    line-height: 24px;
}
.plans-section .plans__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0px;
}
.plans-section .plan-card__text {
    font-size: 15px;
    line-height: 24px;
}
.reviews-section {
    padding: 40px 0px;
}
.reviews-section .reviews__container {
    grid-template-columns: 100%;
}
.reviews-section .reviews__summary h3 {
    font-size: 24px;
}
.reviews-section .review-card {
    flex: 0 0 calc((100% - 30px) / 2);
}
.loop-slider-section {
    padding: 40px 0;
}
.loop-slider-section .loop-slider__title {
    font-size: 30px;
    line-height: 40px;
    padding: 0 10px;
}

.loop-slider-section .card {
    width: 50%;
}
.loop-slider-section .card h3{
   font-size: 16px;
}
.loop-slider-section .card p{
  font-size: 14px;
}

.compare-section {
    padding: 40px 0px;
    
}


.compare-section .compare-header h2 {
    font-size: 30px;
    line-height: 40px;
}

.compare-section .compare-header p {
    font-size: 16px;
}


.compare-section .compare-grid {
    grid-template-columns: 100%;
}
.compare-section .content-title h3 {
    font-size: 26px;
    line-height: 36px;
}
.compare-section .compare-content p {
    font-size: 14px;
    line-height: 24px;
}
.savings-calculator .calculator-container {
    padding: 0 15px;
}
.savings-calculator {
    padding: 40px 0px;
}
.savings-calculator .form-grid {
    grid-template-columns: 100%;
}
.savings-calculator h2 {
    font-size: 30px;
    line-height: 40px;
}
.savings-calculator .toggle-grid {
    gap: 20px;
    margin-bottom: 30px;
}
.savings-calculator .counter-row {
    gap: 20px;
}
.savings-calculator .toggle-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.savings-calculator .toggle-btn {
    width: 100%;
}
.savings-calculator .subtitle {
    line-height: 24px;
}
.find-plan-section {
    padding: 40px 0px;
}
.find-plan-section h1 {
    font-size: 30px;
    line-height: 40px;
}
.find-plan-section p {
    font-size: 16px;
    line-height: 24px;
}
.plans-section-003 {
    padding: 40px 0px;
}
.plans-section-003 .section-title {
    font-size: 30px;
    line-height: 40px;
}
.plans-section-003 .content-grid {
    grid-template-columns: 100%;
}
.plans-section-003 .divider {
    display: none;
}
.plans-section-003 .content-box {
    padding: 30px 20px;
    border: 1px solid #0e2cc2;
    border-radius: 10px;
}
.region-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 30px 0;
}




.how-it-works-section {
    padding: 40px 0px;
}

.how-it-works-section .timeline::before {
    left: 20px;
  }

  .how-it-works-section .timeline-item {
    width: 100%;
    padding-left: 60px;
    text-align: left;
  }

.how-it-works-section  .timeline-item.left,
 .how-it-works-section .timeline-item.right {
    align-self: stretch;
  }

 .how-it-works-section .step {
    left: 4px !important;
    right: auto;
  }

  .how-it-works-section .section-title {
    font-size: 30px;
    line-height: 40px;
}

.faq-section {
    padding: 40px 0px;
}

.faq-section .faq-title {
    font-size: 30px;
    line-height: 40px;
}

.faq-section .faq-question {
    font-size: 15px;
    line-height: 24px;
}

.faq-section .icon {
    width: 15px;
    height: 12px;
}

.faq-section .faq-answer p {
    font-size: 14px;
    line-height: 24px;
}

.testimonials-section-003 {
    padding: 40px 0px;
}

.testimonials-section-003 h2 {
    line-height: 40px;
    font-size: 30px;
}

.testimonials-section-003 .subtitle {
    font-size: 16px;
    line-height: 24px;
}

.testimonials-section-003 .testimonial-card p {
    font-size: 14px;
    line-height: 22px;
}
.testimonials-section-003 .testimonial-grid {
        grid-template-columns: 100%;
      }


      .faq-section-101 .faq-container {
    flex-direction: column;
  }

  .faq-section-101 .faq-sidebar {
    width: 100%;
  }

  .faq-section-101 {
    padding: 40px 0px;
}

.hero-sectio-help {
    height: auto;
}

.process-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .step-number {
    right: 0;
  }


   .compare-section111 .compare-grid {
    grid-template-columns: 100%;
  }

  .compare-section111 .features {
    padding-top: 0;
  }

  .how-it-works-section111 .how-it-works__content {
    padding: 20px;
}

section.how-it-works-section111 {
    margin: 40px 0;
}

.process-section {
    padding: 40px 0px;
}

.process-section .process-title {
    font-size: 30px;
    line-height: 40px;
}
.process-section .process-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.process-section .process-step {
    padding: 10px;
}

.compare-section111 {
    padding: 40px 0px;
}
.compare-section111 .compare-title {
    font-size: 30px;
    line-height: 40px;
}

.compare-section111 .compare-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
}



@media (min-width:768px) and (max-width:1024px){
  .benefits-section .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}
.plans-section .plans__grid {
    grid-template-columns: repeat(2, 1fr);
}
.testimonials-section-003 .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
}
.process-section .process-grid {
    grid-template-columns: repeat(2, 1fr);
}
.compare-section111 .compare-grid {
    grid-template-columns: 1fr 1fr;
}
}
