/* ===========================
       SERDEN GLOBAL
    =========================== */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      color: #2A2A2A;
      background-color: #ffffff;
      margin: 0 auto;
    }

    .container-xl{
        max-width: 1320px;
    }

    /* ===========================
       SERDEN NAVBAR — TRANSPARENT
    =========================== */
    .serden-navbar {
      background: #FFFFFF4D;
      padding: 18px 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      transition: background-color 0.3s, box-shadow 0.3s;
      box-shadow: 0px 1px 0px 0px #0000001A;

    }

    .serden-navbar.serden-navbar-scrolled {
      background-color: #ffffff;
      box-shadow: 0 2px 16px rgba(0,0,0,0.08);
      position: fixed;
    }

    .serden-navbar .container-xl {
      max-width: 1320px;
    }

    .serden-logo {
      font-size: 22px;
      font-weight: 800;
      color: #2563eb;
      text-decoration: none;
     
      line-height: 1;
    }
    .serden-logo img{
         max-width: 115px;
    }

    

    /* Desktop nav links */
    .serden-nav-links {
      list-style: none;
      display: flex;
      gap: 32px;
      align-items: center;
      margin: 0;
      padding: 0;
    }

    .serden-nav-links li a {
      font-size: 18px;
      font-weight: 500;
      color: #2A2A2A;
      text-decoration: none;
      transition: color 0.2s;
    }

    /* .serden-navbar:not(.serden-navbar-scrolled) .serden-nav-links li a {
      color: #333333;
    } */

    .serden-nav-links li a:hover {
      color: #3567FF;
    }

    

    /* Mobile hamburger */
    .serden-hamburger {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      flex-direction: column;
      gap: 5px;
      padding: 4px;
    }

    .serden-hamburger .serden-bar {
      display: block;
      width: 26px;
      height: 2.5px;
      background-color: #2563eb;
      border-radius: 2px;
      transition: transform 0.3s, opacity 0.3s;
    }

    .serden-hamburger.serden-open .serden-bar:nth-child(1) {
      transform: translateY(7.5px) rotate(45deg);
    }

    .serden-hamburger.serden-open .serden-bar:nth-child(2) {
      opacity: 0;
    }

    .serden-hamburger.serden-open .serden-bar:nth-child(3) {
      transform: translateY(-7.5px) rotate(-45deg);
    }

    /* Mobile drawer */
    .serden-mobile-menu {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 200;
    }

    .serden-mobile-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.45);
    }

    .serden-mobile-drawer {
      position: absolute;
      top: 0;
      right: 0;
      width: 280px;
      height: 100%;
      background: #ffffff;
      padding: 0;
      transform: translateX(100%);
      transition: transform 0.32s cubic-bezier(0.4,0,0.2,1);
      display: flex;
      flex-direction: column;
    }

    .serden-mobile-menu.serden-menu-open {
      display: block;
    }

    .serden-mobile-menu.serden-menu-open .serden-mobile-drawer {
      transform: translateX(0);
    }

    .serden-mobile-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 24px;
      border-bottom: 1px solid #f0f0f0;
    }

    .serden-mobile-close {
      background: none;
      border: none;
      font-size: 22px;
      color: #555;
      cursor: pointer;
      line-height: 1;
    }

    .serden-mobile-nav {
      list-style: none;
      padding: 16px 0;
      margin: 0;
      flex: 1;
    }

    .serden-mobile-nav li a {
      display: block;
      padding: 14px 24px;
      font-size: 15px;
      font-weight: 500;
      color: #333333;
      text-decoration: none;
      border-bottom: 1px solid #f5f5f5;
      transition: background 0.15s, color 0.15s;
    }

    .serden-mobile-nav li a:hover {
      background: #f0f4ff;
      color: #2563eb;
    }

    

    /* ===========================
       SERDEN HERO — FULL BG IMAGE
    =========================== */
    .serden-hero {
      position: relative;
      min-height: 620px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      box-shadow: 0 0px 70px rgba(53,103,255,.20);
    }

    .serden-hero-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      z-index: 0;
    }

    .serden-hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(270.09deg, rgba(244, 244, 244, 0) 0.08%, rgba(255, 255, 255, 0.7) 16.85%, rgba(255, 255, 255, 0.9) 53.98%, #FFFFFF 99.92%);
      z-index: 1;
    }

    .serden-hero-inner {
      position: relative;
      z-index: 2;
      max-width: 1560px;
      margin: 0 auto;
      padding: 0 20px;
      width: 100%;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-top: 80px;
      padding-bottom: 60px;
    }

    .serden-hero-content {
      text-align: center;
    }

    .serden-hero-title {
      font-size: 44px;
      font-weight: 800;
      color: #3567FF;
      line-height: 1.2;
      max-width: 1050px;
      margin: 0 auto 20px;
    }

    .serden-hero-subtitle {
      font-size: 25px;
      color: #2A2A2A;
      font-weight: 400;
      margin-bottom: 36px;
    }

    .serden-policy-grid {
      display: flex;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 0;
    }

    .serden-policy-card {
      background: rgba(255,255,255,0.80);
      border: 2px solid #3567FF;
      border-radius: 12px;
      padding: 35px 15px;
      text-align: center;
      cursor: pointer;
      transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
      min-width: 220px;
      text-decoration: none;
    }

    .serden-policy-card:hover,
    .serden-policy-card.serden-active {
      border-color: #2563eb;
      background: #ffffff;
      box-shadow: 0 4px 20px rgba(37,99,235,0.15);
    }

    .serden-policy-icon {
      width: 60px;
      height: 60px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .serden-policy-icon .serden-icon-svg {
      font-size: 28px;
      color: #2563eb;
    }

    .serden-policy-label {
      font-size: 20px;
      font-weight: 600;
      color: #333333;
      line-height: 1.3;
    }

    /* ===========================
       SERDEN PROVIDERS
    =========================== */
    .serden-providers {
      background-color: #ffffff;
      padding: 44px 0;
      
    }

    .serden-providers-title {
      font-size: 20px;
      font-weight: 700;
      color: #FF7A59;
      text-align: center;
      letter-spacing: 0.8px;
      margin-bottom: 24px;
    }

    .serden-provider-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 20px 40px;
    }

    .serden-provider-logo {
      font-size: 14px;
      font-weight: 700;
      color: #999999;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      white-space: nowrap;
      min-width: 160px;
    }

    /* ===========================
       SERDEN HOW IT WORKS
    =========================== */
    .serden-hiw {
      padding: 30px 0 140px;
    }

    .serden-section-title {
      font-size: 35px;
      font-weight: 700;
      color: #3567FF;
      text-align: center;
      margin-bottom: 15px;
    }

    .serden-hiw-card {
      text-align: left;
      padding: 20px;
      box-shadow: 0 0px 46px rgba(0,0,0,0.05);
      height: 100%;
      border-radius: 10px;
    }

    .serden-hiw-icon {
      margin-bottom: 10px;
    }
    .serden-hiw-icon img{
        max-width: 70px;
        max-height: 70px;
    }

    .serden-hiw-card h5 {
      font-size: 20px;
      font-weight: 700;
      color: #2A2A2A;
      margin-bottom: 10px;
    }

    .serden-hiw-card p {
      font-size: 20px;
      color: #2A2A2A;
      line-height: 1.7;
    }

    /* ===========================
       SERDEN BUILT ON TRUST
       — side-by-side, first & last overlap
    =========================== */
    .serden-trust {
      background-color: #ffffff;
      padding: 72px 0;
      box-shadow: 0px 0px 40px 6px rgba(53,103,255,0.10);
-webkit-box-shadow: 0px 0px 40px 6px rgba(53,103,255,0.10);
-moz-box-shadow: 0px 0px 40px 6px rgba(53,103,255,0.10);
    }

    .serden-trust-wrapper {

    }

    .serden-trust-title {
      font-size: 35px;
      font-weight: 700;
      color: #3567FF;
      text-align: center;
      margin-bottom: 40px;
    }

    .serden-trust-title i {
      color: #2563eb;
      margin-right: 8px;
    }

    .serden-trust-points {
      list-style: none;
      padding: 0;
      margin: 0 0 32px;
    }

    .serden-trust-points li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 30px;
      font-size: 13px;
      color: #444444;
      line-height: 1.6;
    }

    .serden-trust-points li i {
      color: #2563eb;
      font-size: 16px;
      flex-shrink: 0;
      margin-top: 2px;
    }

    /* 3-card profile area — side by side, first & last overlap center */
    .serden-trust-profiles {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0;
      min-height: 130px;
    }

    .serden-profile-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 30px 35px;
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 14px;
      border: solid 1px #3567FF;
      width: 230px;
      flex-shrink: 0;
      transition: transform 0.2s;
      position: relative;
    }
    .serden-profile-card img{
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
    }
    .serden-profile-card.serden-card-center img{
      width: 130px;
      height: 130px;
    }
    .serden-profile-card .insurance-icon, .serden-profile-card.serden-card-center .insurance-icon{
      position: absolute;
      right: -10px;
      width: 40px;
      height: 40px;
      top: -5px;
    }

    /* Side cards overlap the center */
    .serden-profile-card.serden-card-left {
      position: relative;
      z-index: 1;
      margin-right: -10px;
      /* transform: scale(1.05); */
    }

    .serden-profile-card.serden-card-center {
      position: relative;
      z-index: 2;
      border: 2px solid #2563eb;
      /* transform: scale(1.10); */
    }

    .serden-profile-card.serden-card-right {
      position: relative;
      z-index: 1;
      margin-left: -10px;
      /* transform: scale(1.05); */
    }

 
    .serden-profile-info{
      display: block;
      text-align: center;
      width: 100%;
      border-bottom: solid 1px #3567FF;
      padding-bottom: 10px;
    }
    .serden-profile-info h6 {
      font-size: 15px;
      font-weight: 700;
      color: #2A2A2A;
      margin: 0 0 2px;
    }

    .serden-profile-info span {
      font-size: 15px;
      font-weight: 400;
      color: #2A2A2A;
    }

    .serden-profile-price {
      margin: 0 auto;
      text-align: right;
      flex-shrink: 0;
      color: #3567FF;
    }

    .serden-price-label {
      font-size: 15px;
      font-weight: 800;
      text-align: center;
      margin-top: 10px;
    }

    .serden-price-val {
      font-size: 30px;
      font-weight: 800;
      color: #3567FF;
      text-align: center;
    }

    .serden-price-per {
      font-size: 15px;
      font-weight: 400;
      color: #3567FF;
      text-align: center;
    }

    .serden-btn-compare {
      background: #FF7A59;
      color: #ffffff;
      border: none;
      border-radius: 5px;
      padding: 15px 32px;
      font-size: 20px;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      cursor: pointer;
      transition: background 0.2s;
      margin-top: 10px;
      min-width: 300px;
    }

    .serden-btn-compare:hover {
      background: #e66140;
    }

    /* ===========================
       SERDEN TESTIMONIALS
    =========================== */
    .serden-testimonials {
      background-color: #f8fafd;
      padding: 72px 0;
      overflow: hidden;
    }

    .serden-testi-slide {
      background: #ffffff;
      border-radius: 12px;
      padding: 24px 22px;
      margin: 0 8px;
      box-shadow: 0 4px 11px rgba(0,0,0,0.11);
      height: 100%;
    }

    .serden-testi-author {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
    }

    .serden-testi-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
      background: #dde4f0;
      flex-shrink: 0;
    }

    .serden-testi-name {
      font-size: 15px;
      font-weight: 700;
      color: #2A2A2A;
      margin: 0 0 2px;
    }

    .serden-testi-stars {
      color: #FF7A59;
      font-size: 11px;
    }

    .serden-testi-text {
      font-size: 15px;
      color: #2A2A2A;
      line-height: 1.7;
    }

    .serden-slider-nav {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 32px;
    }

    .serden-slider-btn {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      border: 1.5px solid #cccccc;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 14px;
      color: #2A2A2A;
      transition: border-color 0.2s, color 0.2s;
    }

    .serden-slider-btn:hover {
      border-color: #2563eb;
      color: #2563eb;
    }

    #serdenPrev:disabled,
    #serdenNext:disabled {
      opacity: 0.4;
      cursor: not-allowed;
      pointer-events: none;
    }

    .serden-testi-track {
      display: flex;
      transition: transform 0.4s ease;
    }

    .serden-testi-item {
      flex: 0 0 calc(100% / 3);
      padding: 18px 5px;
    }

    .serden-testi-overflow {
      overflow: hidden;
    }

    /* ===========================
       SERDEN FAQ
    =========================== */
    .serden-faq {
      background-color: #ffffff;
      padding: 72px 0;
    }

    .serden-faq-subtitle {
      font-size: 13px;
      color: #2A2A2A;
      text-align: center;
      margin-bottom: 48px;
    }

    .serden-accordion .accordion-item {
      border: none;
      border-bottom: 1px solid #2A2A2A;
      border-radius: 0 !important;
    }

    .serden-accordion .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #2A2A2A;
      background-color: #ffffff;
      padding: 18px 0;
      box-shadow: none;
    }

    .serden-accordion .accordion-button:not(.collapsed) {
      color: #2563eb;
      background-color: #ffffff;
    }

    .serden-accordion .accordion-button::after {
      background-image: none;
      content: '\002B';
      font-size: 20px;
      font-weight: 300;
      color: #2A2A2A;
      transform: none !important;
    }

    .serden-accordion .accordion-button:not(.collapsed)::after {
      content: '\2212';
      color: #2563eb;
    }

    .serden-accordion .accordion-body {
      font-size: 13px;
      color: #2A2A2A;
      line-height: 1.7;
      padding: 0 0 18px;
    }

    /* ===========================
       SERDEN EXPERT + FOOTER COMBO
       Footer lives inside the section bg
    =========================== */
    .serden-expert-section {
      background-color: #eef2fb;
      padding-top: 72px;
      padding-bottom: 0;
    }

    .serden-expert-title {
      font-size: 35px;
      font-weight: 700;
      color: #3567FF;
      margin-bottom: 14px;
      line-height: 1.3;
    }

   
    .serden-expert-desc {
      font-size: 20px;
      color: #2A2A2A;
      line-height: 1.7;
    }

    .serden-form-wrapper {
      background: #ffffff;
      border-radius: 5px;
      padding: 45px 60px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    }

    .serden-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #4169ff;
    background: transparent;
    padding: 0 0 12px;
    font-size: 15px;
    color: #2a2a2a;
    outline: none;
    font-family: 'Poppins', sans-serif;
}

.serden-input::placeholder {
    color: #4169ff;
    opacity: 1;
}

.serden-input:focus {
    border-bottom-width: 2px;
}

/* Textarea */
.serden-textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #4169ff;
    border-radius: 4px;
    background: transparent;
    padding: 15px;
    resize: none;
    outline: none;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.serden-textarea::placeholder {
    color: #4169ff;
}
    .serden-btn-send {
      background: #FF7A59;
      color: #ffffff;
      border: none;
      border-radius: 5px;
      padding: 12px 36px;
      font-size: 14px;
      min-width: 150px;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      cursor: pointer;
      transition: background 0.2s;
    }

    .serden-btn-send:hover {
      background: #e66140;
    }

    .serden-form-note {
      font-size: 11px;
      color: #2A2A2A;
      margin-left: auto;
    }

    .serden-form-alert {
      margin-bottom: 16px;
      font-size: 14px;
    }

    .serden-validation-message {
      display: block;
      color: #dc3545;
      font-size: 12px;
      margin-top: 6px;
    }

    .serden-btn-send:disabled {
      opacity: 0.7;
      cursor: not-allowed;
    }
    .serden-form-footer{
      display: flex;
      align-items: center;
    }

    /* Footer embedded inside expert section bg */
    .serden-footer {
      background-color: transparent;
      padding: 28px 0 24px;
      margin-top: 60px;
      border-top: 1px solid #2A2A2A;
    }

    .serden-footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
    }

    .serden-footer-links {
      display: flex;
      gap: 24px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .serden-footer-links li a {
      font-size: 15px;
      color: #2A2A2A;
      text-decoration: none;
    }

    .serden-footer-links li a:hover {
      color: #2563eb;
    }

    .serden-footer-copy {
      font-size: 15px;
      color: #2A2A2A;
    }

    /* ===========================
       RESPONSIVE
    =========================== */
    @media (max-width: 991px) {
      .serden-hero-title {
        font-size: 34px;
      }

      .serden-trust-wrapper {
        padding: 40px 24px;
      }

      .serden-testi-item {
        flex: 0 0 50%;
      }

      /* Stack profiles on tablet */
      .serden-trust-profiles {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        min-height: unset;
      }
      .serden-profile-card{
        flex-direction: row;
      }
      .serden-profile-info-wrapper{
        margin-left: 20px;
        width: 100%;
      }

      .serden-profile-card.serden-card-left,
      .serden-profile-card.serden-card-center,
      .serden-profile-card.serden-card-right {
        margin: 0 0 -30px 0;
        width: 90%;
        max-width:90%;
      }
      .serden-profile-card.serden-card-center{
        width: 100%;
        max-width: 100%;
      }
      .container-xl, .serden-navbar .container-xl{
        max-width: 95%;
      }
    }

    @media (max-width: 767px) {
      .serden-hamburger {
        display: flex;
      }

      .serden-desktop-nav {
        display: none !important;
      }

      .serden-hero {
        min-height: 580px;
      }

      .serden-hero-title {
        font-size: 26px;
      }

      .serden-hero-inner {
        padding-top: 90px;
        padding-bottom: 40px;
      }

      .serden-policy-grid {
        gap: 10px;
      }

      .serden-policy-card {
        max-width: 88px;
        min-width: 190px;
        padding: 14px 12px;
        position: relative;
        margin-bottom: 30px;
      }
      .serden-policy-icon{
        position: absolute;
        margin-left: -30px;
        left: 50%;
        top: -30px;
      }
      .serden-policy-label{
      margin-top: 30px;
      }
      .serden-hero-subtitle{
            margin-bottom: 50px;
      }

      .serden-section-title {
        font-size: 22px;
      }

      .serden-hiw {
        padding: 48px 0;
      }

      .serden-trust {
        padding: 48px 0;
      }

      .serden-testimonials {
        padding: 48px 0;
      }

      .serden-testi-item {
        flex: 0 0 100%;
      }

      .serden-faq {
        padding: 48px 0;
      }

      .serden-expert-section {
        padding-top: 48px;
      }

      .serden-footer-inner {
        flex-direction: column;
        text-align: center;
      }

      .serden-footer-links {
        justify-content: center;
      }

      .serden-form-wrapper {
        padding: 24px 18px;
      }
    }

    @media (max-width: 575px) {
      .serden-hero-title {
        font-size: 22px;
      }

      .serden-trust-wrapper {
        padding: 24px 14px;
      }

      .serden-profile-card.serden-card-left,
      .serden-profile-card.serden-card-center,
      .serden-profile-card.serden-card-right {
        width: 100%;
        max-width: 100%;
      }
    }