:root{
      --primary:#0c2f87;
      --green:#1ea46f;
      --light:#f6f8fc;
      --text:#1b1b1b;
      --muted:#6c7689;
      --border:#e7ebf3;
    }

    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      font-family:'Inter',sans-serif;
      background:#ffffff;
      color:var(--text);
    }

    .hero-wrapper{
      width:100%;
      min-height:100vh;
      background:
      linear-gradient(to right,#fff 42%,rgba(255,255,255,.65) 52%,rgba(255,255,255,0) 65%), linear-gradient(135deg,#f8fbff 0%,#f2fff5 100%)
      overflow:hidden;
      position:relative;
    }

    /* =========================
       HEADER
    ==========================*/

    .main-header{
      padding:22px 0;
      position:relative;
      z-index:20;
    }

    .brand-logo
    {
        display:flex;
        gap:12px;
    }

    .brain-icon{
      width:52px;
      height:52px;
      border-radius:16px;
      background:linear-gradient(145deg,#1d4ed8,#2ec27e);
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:24px;
      box-shadow:0 10px 25px rgba(0,0,0,.12);
    }

    .brand-text h4{
      font-size:24px;
      line-height:1;
      font-weight:800;
      color:var(--primary);
      margin-bottom:4px;
    }

    .brand-text h4 span{
      color:var(--green);
    }

    .brand-text p{
      font-size:12px;
      color:#7a8194;
      margin:0;
      letter-spacing:.2px;
    }

    .nav-menu{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:34px;
      list-style:none;
      margin:0;
      padding:0;
    }

    .nav-menu li a{
      text-decoration:none;
      color:#222;
      font-size:16px;
      font-weight:600;
      position:relative;
      transition:.3s;
    }

    .nav-menu li a.active{
      color:var(--primary);
    }

    .nav-menu li a.active::after{
      content:"";
      position:absolute;
      left:0;
      bottom:-14px;
      width:100%;
      height:3px;
      border-radius:20px;
      background:var(--primary);
    }

    .header-right{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:18px;
    }

    .search-btn{
      width:42px;
      height:42px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      border:1px solid var(--border);
      background:#fff;
      color:var(--primary);
      font-size:18px;
    }

    .assessment-btn{
      background:var(--primary);
      color:#fff;
      border:none;
      border-radius:12px;
      padding:14px 22px;
      font-size:14px;
      font-weight:600;
      box-shadow:0 8px 18px rgba(12,47,135,.2);
      transition:.3s;
    }

    .assessment-btn:hover{
      background:#08205d;
    }

    /* =========================
       HERO
    ==========================*/

    .hero-section{
      position:relative;
      padding-top:40px;
      padding-bottom:50px;
    }

    .slide-badge{
      width:44px;
      height:44px;
      border-radius:50%;
      background:var(--primary);
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:700;
      position:absolute;
      left:-10px;
      top:30px;
      box-shadow:0 10px 20px rgba(0,0,0,.12);
      z-index:10;
    }

    .mini-label{
      display:inline-flex;
      align-items:center;
      padding:10px 18px;
      border-radius:40px;
      background:#eef3fb;
      color:#26334d;
      font-size:14px;
      font-weight:600;
      margin-bottom:28px;
    }

    .hero-title{
      font-size:68px;
      line-height:1.04;
      font-weight:800;
      color:#10204a;
      margin-bottom:24px;
      letter-spacing:-2px;
    }

    .hero-title span{
      color:var(--green);
    }

    .hero-subtitle
    {
        font-size:22px;
        line-height:1.8;
        color:#4e5565;
        margin-bottom:42px;
    }

    .hero-actions{
      display:flex;
      align-items:center;
      gap:18px;
      flex-wrap:wrap;
    }

    .hero-btn{
      border:none;
      border-radius:14px;
      padding:18px 30px;
      font-weight:700;
      font-size:15px;
      display:flex;
      align-items:center;
      gap:10px;
      transition:.3s;
      box-shadow:0 10px 24px rgba(0,0,0,.08);
    }

    .hero-btn.primary{
      background:var(--primary);
      color:#fff;
    }

    .hero-btn.green{
      background:var(--green);
      color:#fff;
    }

    .hero-btn.light{
      background:#fff;
      border:1px solid #dfe6f2;
      color:#15306b;
    }

    .hero-btn:hover{
      transform:translateY(-2px);
    }

    /* =========================
       RIGHT VISUAL
    ==========================*/

    .hero-visual{
      position:relative;
      
    }

    .brain-icon-large{
      font-size:170px;
      color:#fff;
      opacity:.95;
      position:relative;
      z-index:2;
    }

    .shield-box{
      position:absolute;
      width:170px;
      height:190px;
      background:rgba(255,255,255,.16);
      backdrop-filter:blur(12px);
      border:2px solid rgba(255,255,255,.45);
      border-radius:36px;
      display:flex;
      align-items:center;
      justify-content:center;
      z-index:4;
      box-shadow:0 18px 40px rgba(0,0,0,.18);
    }

    .shield-box i{
      font-size:80px;
      color:#fff;
    }

    .shield-box{
      top:170px;
      right:215px;
    }

    .people-strip{
      position:absolute;
      bottom:40px;
      left:30px;
      right:0;
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      z-index:4;
    }

    .person{
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:8px;
      color:#0c2f87;
    }

    .person i{
      font-size:42px;
    }

    .person span{
      font-size:13px;
      font-weight:600;
      color:#23345b;
    }

    .floating-dots{
      position:absolute;
      top:10px;
      left:-100px;
      width:80px;
      height:80px;
      background-image:radial-gradient(#b6c3df 1.6px, transparent 1.6px);
      background-size:14px 14px;
      opacity:.7;
    }

    /* =========================
       FEATURE BAR
    ==========================*/

    .feature-bar{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      margin-top:60px;
      overflow:hidden;
      box-shadow:0 15px 40px rgba(18,38,63,.08);
    }

    .feature-item{
      padding:28px 24px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:16px;
      position:relative;
      height:100%;
    }

    .feature-item::after{
      content:"";
      position:absolute;
      right:0;
      top:50%;
      transform:translateY(-50%);
      width:1px;
      height:46px;
      background:#e8edf5;
    }

    .feature-item.last::after{
      display:none;
    }

    .feature-icon{
      width:54px;
      height:54px;
      border-radius:16px;
      background:#f1f5fd;
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--primary);
      font-size:24px;
    }

    .feature-item h6{
      margin:0;
      font-size:18px;
      font-weight:700;
      color:#17326b;
    }

    /* =========================
       RESPONSIVE
    ==========================*/

    @media(max-width:1399px){

      .hero-title{
        font-size:58px;
      }

      .shield-box{
        right:170px;
      }
    }

    @media(max-width:1199px){

      .nav-menu{
        gap:20px;
      }

      .hero-title{
        font-size:50px;
      }

      .hero-subtitle{
        font-size:18px;
      }

      .brain-circle{
        width:320px;
        height:320px;
        right:40px;
      }

      .shield-box{
        width:140px;
        height:160px;
        right:130px;
      }

      .brain-icon-large{
        font-size:130px;
      }
    }

    @media(max-width:991px){

      .hero-section{
        padding-top:20px;
      }

      .hero-wrapper{
        background:#f8fbff;
      }

      .hero-title{
        font-size:44px;
      }

      .hero-visual{
        margin-top:60px;
        
      }

      .brain-circle{
        position:relative;
        right:auto;
        margin:auto;
      }

      .shield-box{
        top:120px;
        left:50%;
        transform:translateX(-50%);
        right:auto;
      }

      .people-strip{
        left:0;
        right:0;
      }

      .feature-item::after{
        display:none;
      }

      .feature-item{
        justify-content:flex-start;
      }

      .nav-menu{
        display:none;
      }
    }

    @media(max-width:767px){

      .main-header{
        padding:16px 0;
      }

      .brand-text h4{
        font-size:22px;
      }

      .hero-title{
        font-size:38px;
        letter-spacing:-1px;
      }

      .hero-subtitle{
        font-size:16px;
        line-height:1.7;
      }

      .hero-actions{
        flex-direction:column;
        align-items:stretch;
      }

      .hero-btn{
        justify-content:center;
        width:100%;
      }

      .brain-circle{
        width:270px;
        height:270px;
      }

      .brain-icon-large{
        font-size:110px;
      }

      .shield-box{
        width:120px;
        height:140px;
      }

      .shield-box i{
        font-size:60px;
      }

      .feature-item{
        padding:22px;
      }

      .slide-badge{
        width:38px;
        height:38px;
        font-size:14px;
      }

      .people-strip{
        gap:10px;
      }

      .person i{
        font-size:28px;
      }

      .person span{
        font-size:11px;
      }
    }

/****** Section 2 *****/

.stroke-reality-section {
      padding:14px 0 50px;
      background:#fff;
    }

    .stroke-reality-section .section-title{
      text-align:center;
      font-size:26px;
      font-weight:700;
      color:#17348c;
      margin-bottom:24px;
      line-height:1.2;
    }

    .stroke-reality-section .stats-card
    {
        border-radius:10px;
        padding:18px 16px 14px;
        text-align:center;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:flex-start;
        transition:.3s ease;
        border:1px solid rgba(0,0,0,0.03);
    }

    .stroke-reality-section .stats-card:hover{
      transform:translateY(-2px);
    }

    .stroke-reality-section .card-green{
      background:#f4f7f5;
    }

    .stroke-reality-section .card-blue{
      background:#f5f7fc;
    }

    .stroke-reality-section .card-pink{
      background:#fcf5f5;
    }

    .stroke-reality-section .stats-icon{
      font-size:32px;
      line-height:1;
      margin-bottom:12px;
    }

    .stroke-reality-section .icon-green{
      color:#148257;
    }

    .stroke-reality-section .icon-blue{
      color:#123da7;
    }

    .stroke-reality-section .icon-red{
      color:#ef3b2d;
    }

    .stroke-reality-section .stats-number{
      font-size:17px;
      font-weight:800;
      line-height:1.1;
      margin-bottom:6px;
      color:#12308b;
    }

    .stroke-reality-section .stats-text{
      font-size:12px;
      line-height:1.35;
      color:#1f1f1f;
      font-weight:500;
      margin:0;
    }

    .stroke-reality-section .source-text{
      text-align:center;
      margin-top:10px;
      font-size:11px;
      color:#8a8f9d;
      font-weight:500;
    }

    @media(max-width:991px){

      .stroke-reality-section .stats-card
      {
          margin-bottom:14px;
      }

      .stroke-reality-section .section-title
      {
          margin-bottom:18px;
      }
    }

    @media(max-width:575px){

      .stroke-reality-section
      {
          padding:24px 0;
      }

      .stroke-reality-section .stats-card
      {
          height:auto;
          padding:22px 18px;
      }

      .stroke-reality-section .stats-number
      {
          font-size:20px;
      }

      .stroke-reality-section .stats-text
      {
          font-size:13px;
      }
    }

/***** Section 4 Left *****/

.media-section
{
        padding:50px 0;
        background:#f7f9fd;
    }

.media-section .section-header{
        display:flex;
        align-items:center;
        justify-content:space-between;
        margin-bottom:25px;
    }

    .media-section .section-title{
        display:flex;
        align-items:center;
        gap:14px;
    }

    .media-section .section-title h2{
        font-size:22px;
        font-weight:800;
        color:#16328d;
        margin:0;
        line-height:1;
    }

    .media-section .section-number{
        width:44px;
        height:44px;
        border-radius:50%;
        background:#16328d;
        color:#fff;
        font-size:20px;
        font-weight:800;
        display:flex;
        align-items:center;
        justify-content:center;
        box-shadow:0 8px 18px rgba(22,50,141,.18);
    }

    .media-section .view-all{
        font-size:15px;
        font-weight:700;
        color:#16328d;
        text-decoration:none;
    }

    .media-section .section-divider{
        width:1px;
        background:#e7ebf2;
        height:auto;
    }

    /* =========================
       VIDEO CARDS
    ========================== */

    .media-section .video-card{
        border-radius:10px;
        overflow:hidden;
        transition:.3s ease;
    }

    .media-section .video-card:hover{
        transform:translateY(-3px);
    }

    .media-section .video-thumb{
        position:relative;
        border-radius:10px;
        overflow:hidden;
        background:#0c2d84;
    }

    .media-section .video-thumb img{
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
    }

    .media-section .play-btn{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        width:36px;
        height:36px;
        background:rgba(0,0,0,.45);
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        backdrop-filter:blur(4px);
    }

    .media-section .play-btn i{
        color:#fff;
        font-size:24px;
        margin-left:3px;
    }

    .media-section .video-duration{
        position:absolute;
        right:10px;
        bottom:10px;
        background:rgba(0,0,0,.78);
        color:#fff;
        font-size:12px;
        font-weight:700;
        padding:4px 8px;
        border-radius:8px;
        line-height:1;
    }

    .media-section .video-content{
        padding-top:12px;
    }

    .media-section .video-title{
        font-size:16px;
        line-height:1.55;
        font-weight:700;
        color:#1d1d1d;
        margin-bottom:14px;
    }

    .media-section .author{
        display:flex;
        align-items:center;
        gap:8px;
        font-size:13px;
        color:#7b8394;
        font-weight:600;
    }

    .media-section .author i{
        color:#16328d;
        font-size:16px;
    }

    /* =========================
       ARTICLE CARDS
    ========================== */

    .media-section .article-card{
        background:#fff;
        border:1px solid #edf0f5;
        border-radius:18px;
        overflow:hidden;
        transition:.3s ease;
        height:100%;
    }

    .media-section .article-card:hover{
        transform:translateY(-3px);
        box-shadow:0 10px 25px rgba(0,0,0,.06);
    }

    .media-section .article-image
    {
        position:relative;
        overflow:hidden;
    }

    .media-section .article-image img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .media-section .article-content{
        padding:14px 16px 16px;
    }

    .media-section .article-tag{
        display:inline-block;
        background:#eef3ff;
        color:#20409f;
        font-size:12px;
        font-weight:700;
        padding:6px 10px;
        border-radius:30px;
        margin-bottom:12px;
        line-height:1;
    }

    .media-section .article-title{
        font-size:16px;
        line-height:1.6;
        font-weight:700;
        color:#222;
        margin-bottom:12px;
    }

    .media-section .article-date{
        font-size:13px;
        color:#9aa1b2;
        font-weight:600;
    }

    @media(max-width:991px){

        .media-section .section-divider{
            display:none;
        }

        .media-section .left-block{
            margin-bottom:40px;
        }
    }

    @media(max-width:767px){

        .media-section .section-title h2{
            font-size:14px;
            line-height:1.4;
        }

        .media-section .section-number{
            width:38px;
            height:38px;
            font-size:17px;
        }

        .media-section .video-thumb{
            height:190px;
        }

        .media-section .article-image{
            height:180px;
        }

        .media-section .view-all
        {
            font-size:13px;
        }
    }

/***** Risk Assessment ******/

.risk-assessment-section {
        padding:60px 0 0;
        background:#ffffff;
    }

    .risk-assessment-section .risk-wrapper{
        background:#f7f9fd;
        border-radius:22px;
        overflow:hidden;
        position:relative;
        border:1px solid #edf1f7;
    }

    /* =========================
       LEFT CTA PANEL
    ========================== */

    .risk-assessment-section .risk-cta
    {
        background:linear-gradient(135deg,#032c89 0%, #0b47bb 100%);
        border-radius:18px;
        overflow:hidden;
        position:relative;
        display:flex;
        align-items:center;
        padding:26px 28px 26px;
        box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.08),
        0 10px 30px rgba(0,0,0,.12);
        gap:20px;
    }

    .risk-assessment-section .risk-brain
    {
        
    }

    .risk-assessment-section .risk-brain i{
        font-size:180px;
        line-height:1;
        color:#7fc2ff;
        opacity:.95;
        filter:drop-shadow(0 10px 18px rgba(0,0,0,.25));
    }

    .risk-assessment-section .risk-content{
        position:relative;
        z-index:3;
        max-width:430px;
    }

    .risk-assessment-section .risk-title
    {
        color:#ffffff;
        font-size:24px;
        line-height:1.25;
        font-weight:800;
        margin-bottom:12px;
    }

    .risk-assessment-section .risk-description{
        color:rgba(255,255,255,.88);
        font-size:15px;
        line-height:1.7;
        font-weight:500;
        margin-bottom:20px;
    }

    .risk-assessment-section .risk-btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        gap:12px;
        background:linear-gradient(90deg,#1ab468,#20c96f);
        border:none;
        color:#fff;
        font-size:16px;
        font-weight:700;
        border-radius:10px;
        padding:10px 20px;
        transition:.3s ease;
        box-shadow:0 8px 20px rgba(0,0,0,.18);
    }

    .risk-assessment-section .risk-btn:hover{
        transform:translateY(-2px);
    }

    .risk-assessment-section .risk-btn i{
        font-size:18px;
    }

    /* =========================
       RIGHT FEATURES
    ========================== */

    .risk-assessment-section .features-wrap
    {
        height:100%;
        padding:0 24px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        position:relative;
    }

    .risk-assessment-section .feature-box{
        flex:1;
        text-align:center;
        padding:18px 12px;
        position:relative;
    }

    .risk-assessment-section .feature-box:not(:last-child)::after{
        content:"";
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
        width:1px;
        height:140px;
        background:#e4e9f2;
    }

    .risk-assessment-section .feature-icon{
        width:58px;
        height:58px;
        margin:0 auto 14px;
        border-radius:18px;
        background:#ffffff;
        display:flex;
        align-items:center;
        justify-content:center;
        box-shadow:0 6px 18px rgba(0,0,0,.05);
        color:#0f4db7;
        font-size:30px;
    }

    .risk-assessment-section .feature-title{
        font-size:20px;
        font-weight:800;
        color:#1f2d4d;
        margin-bottom:8px;
        line-height:1.2;
    }

    .risk-assessment-section .feature-subtitle{
        font-size:15px;
        line-height:1.65;
        color:#505c74;
        font-weight:500;
    }

    /* =========================
       BIG ICON PANEL
    ========================== */

    .risk-assessment-section .shield-panel{
        width:240px;
        min-width:240px;
        display:flex;
        align-items:center;
        justify-content:center;
        position:relative;
    }

    .risk-assessment-section .shield-panel::before{
        content:"";
        position:absolute;
        right:12px;
        bottom:8px;
        width:120px;
        height:120px;
        background:rgba(27,94,255,.05);
        border-radius:50%;
    }

    .risk-assessment-section .shield-icon{
        font-size:165px;
        color:#0b4ab4;
        line-height:1;
    }

    /* =========================
       RESPONSIVE
    ========================== */

    @media(max-width:1199px){

        .risk-assessment-section .risk-cta{
            padding-left:180px; 
        }

        .risk-assessment-section .risk-brain i{
            font-size:150px;
        }

        .risk-assessment-section .feature-title{
            font-size:18px;
        }

        .risk-assessment-section .shield-panel{
            width:180px;
            min-width:180px;
        }

        .risk-assessment-section .shield-icon{
            font-size:130px;
        }
    }

    @media(max-width:991px){

        .risk-assessment-section .risk-cta{
            margin-bottom:0;
        }

        .risk-assessment-section .features-wrap{
            flex-wrap:wrap;
            padding:28px 10px;
        }

        .risk-assessment-section .feature-box{
            width:50%;
            flex:unset;
        }

        .risk-assessment-section .feature-box::after{
            display:none;
        }

        .risk-assessment-section .shield-panel{
            width:100%;
            min-width:100%;
            margin-top:10px;
        }
    }

    @media(max-width:767px){

        .risk-assessment-section .risk-cta{
            padding:24px 20px 24px 20px;
            min-height:auto;
        }

        .risk-assessment-section .risk-brain{
            display:none;
        }

        .risk-assessment-section .risk-glow{
            display:none;
        }

        .risk-assessment-section .risk-title{
            font-size:22px;
        }

        .risk-assessment-section .risk-description{
            font-size:14px;
        }

        .risk-assessment-section .risk-btn{
            width:100%;
            min-width:100%;
        }

        .risk-assessment-section .feature-box{
            width:100%;
            padding:16px 12px;
        }

        .risk-assessment-section .shield-icon{
            font-size:110px;
        }
    }


/****** Resources Section *******/

.resource-testimonial-section{
        padding:60px 0;
        background:#ffffff;
    }

    /* =========================
       SECTION HEADER
    ========================== */

    .resource-testimonial-section .custom-section-header{
        display:flex;
        align-items:center;
        justify-content:space-between;
        margin-bottom:18px;
    }

    .resource-testimonial-section .custom-title-wrap{
        display:flex;
        align-items:center;
        gap:14px;
    }

    .resource-testimonial-section .custom-section-title{
        font-size:22px;
        font-weight:800;
        color:#16328d;
        margin:0;
        line-height:1.2;
    }

    .resource-testimonial-section .custom-number{
        width:44px;
        height:44px;
        border-radius:50%;
        background:#16328d;
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:20px;
        font-weight:800;
        box-shadow:0 8px 18px rgba(22,50,141,.18);
    }

    .resource-testimonial-section .view-all-link{
        font-size:15px;
        font-weight:700;
        color:#16328d;
        text-decoration:none;
    }

    .resource-testimonial-section .vertical-divider{
        width:1px;
        background:#e7ebf2;
        height:auto;
    }

    /* =========================
       DOWNLOADABLE RESOURCES
    ========================== */

    .resource-testimonial-section .resource-list{
        display:flex;
        flex-direction:column;
        gap:14px;
    }

    .resource-testimonial-section .resource-card{
        background:#f8faff;
        border:1px solid #edf1f7;
        border-radius:16px;
        padding:10px 20px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        transition:.3s ease;
    }

    .resource-testimonial-section .resource-card:hover{
        transform:translateY(-2px);
        box-shadow:0 10px 20px rgba(0,0,0,.05);
    }

    .resource-testimonial-section .resource-left{
        display:flex;
        align-items:center;
        gap:16px;
    }

    .resource-testimonial-section .resource-icon{
        width:44px;
        height:44px;
        border-radius:12px;
        background:#ffffff;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:24px;
        box-shadow:0 4px 12px rgba(0,0,0,.05);
    }

    .resource-testimonial-section .icon-blue{
        color:#1b53c0;
    }

    .resource-testimonial-section .icon-red{
        color:#ef5348;
    }

    .resource-testimonial-section .icon-green{
        color:#17804f;
    }

    .resource-testimonial-section .icon-orange{
        color:#e09b1d;
    }

    .resource-testimonial-section .resource-title{
        font-size:16px;
        font-weight:700;
        color:#1f2d4d;
        margin-bottom:4px;
        line-height:1.3;
    }

    .resource-testimonial-section .resource-download{
        font-size:14px;
        color:#2b59c3;
        font-weight:600;
    }

    .resource-testimonial-section .download-btn{
        width:42px;
        height:42px;
        border-radius:50%;
        background:#ffffff;
        border:1px solid #e6ebf5;
        display:flex;
        align-items:center;
        justify-content:center;
        color:#1b53c0;
        font-size:20px;
        transition:.3s ease;
    }

    .resource-testimonial-section .download-btn:hover{
        background:#1b53c0;
        color:#fff;
    }

    /* =========================
       TESTIMONIAL CARD
    ========================== */

    .resource-testimonial-section .testimonial-card{
        background:#f8faff;
        border:1px solid #edf1f7;
        border-radius:22px;
        padding:34px 34px 50px;
        position:relative;
        overflow:hidden;
        min-height:300px;
    }

    .resource-testimonial-section .quote-icon{
        font-size:40px;
        color:#1b53c0;
        line-height:1;
        margin-bottom:18px;
    }

    .resource-testimonial-section .testimonial-text{
        font-size:21px;
        line-height:1.9;
        color:#2c3650;
        font-weight:500;
        margin-bottom:30px;
        max-width:90%;
    }

    .resource-testimonial-section .testimonial-author{
        font-size:18px;
        font-weight:700;
        color:#1f2d4d;
    }

    /* =========================
       OWL DOTS
    ========================== */

    .resource-testimonial-section .owl-theme .owl-dots{
        margin-top:24px !important;
        text-align:center;
    }

    .resource-testimonial-section .owl-theme .owl-dots .owl-dot span{
        width:12px;
        height:12px;
        margin:5px 7px;
        background:#d7dce7;
        transition:.3s ease;
    }

    .resource-testimonial-section .owl-theme .owl-dots .owl-dot.active span{
        background:#1b53c0;
        width:14px;
        height:14px;
    }

    /* =========================
       RESPONSIVE
    ========================== */

    @media(max-width:991px){

        .resource-testimonial-section .vertical-divider{
            display:none;
        }

        .resource-testimonial-section .resources-column{
            margin-bottom:40px;
        }

        .resource-testimonial-section .testimonial-text
        {
            max-width:100%;
        }
    }

    @media(max-width:767px)
    {

        .resource-testimonial-section .custom-section-title
        {
            font-size:16px;
        }

        .resource-testimonial-section .custom-number
        {
            width:38px;
            height:38px;
            font-size:17px;
        }

        .resource-testimonial-section .resource-card
        {
            padding:16px;
        }

        .resource-testimonial-section .resource-title
        {
            font-size:16px;
        }

        .resource-testimonial-section .testimonial-card
        {
            padding:26px 22px 40px;
        }

        .resource-testimonial-section .testimonial-text
        {
            font-size:17px;
            line-height:1.8;
        }

        .resource-testimonial-section .testimonial-author{
            font-size:16px;
        }
    }


/***** About Us ******/

  .doctor-about-section 
    {
        background: #fff;
    }

  .doctor-about-section .doctor-card 
    {
        background: linear-gradient(to right, #f5f7fb, #f8f9fc);
        border-radius: 20px;
        padding: 30px;
        overflow: hidden;
    }

  .doctor-about-section .doctor-image {
    width: 150px;
    height: 150px;
    border: 2px solid #cfd8ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.doctor-about-section .doctor-image img {
    width: 90px;
}

.doctor-about-section .doctor-content h3 {
    color: #17388b;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.doctor-about-section .qualification {
    color: #222;
    line-height: 1.8;
    margin-bottom: 10px;
}

.doctor-about-section .experience {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.doctor-about-section .doctor-points {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.doctor-about-section .doctor-points li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #444;
    font-size: 14px;
}

.doctor-about-section .doctor-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #18a957;
    font-weight: bold;
}

.doctor-about-section .profile-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0f3f98;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.doctor-about-section .profile-btn:hover {
    color: #fff;
}

.doctor-about-section .stats-wrapper 
{
    background: #fff;
    border-radius: 16px;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.doctor-about-section .stat-box {
    flex: 1;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    padding: 0 10px;
}

.doctor-about-section .stat-box .icon {
    font-size: 34px;
    color: #1ea96b;
    margin-bottom: 12px;
}

.doctor-about-section .stat-box h4 {
    color: #1ea96b;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.doctor-about-section .stat-box p {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {

    .doctor-about-section .doctor-content {
        text-align: left;
        margin-top: 25px;
    }

    .doctor-about-section .stats-wrapper {
        flex-wrap: wrap;
    }

    .doctor-about-section .stat-box {
        width: 50%;
        flex: 0 0 50%;
        border-right: none;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {

    .doctor-about-section .doctor-card {
        padding: 20px;
    }

    .doctor-about-section .doctor-content h3 {
        font-size: 24px;
    }

    .doctor-about-section .qualification,
    .doctor-points li,
    .stat-box p {
        font-size: 15px;
    }

    .doctor-about-section .stat-box h4 {
        font-size: 28px;
    }

    .doctor-about-section .stat-box {
        width: 100%;
        flex: 0 0 100%;
    }
}


.stroke-footer
{
    background: linear-gradient(90deg,#00235a,#001845);
    padding:50px 0;
    color:#fff;
    font-family:'Poppins',sans-serif;
}

.stroke-footer h5
{
    font-size:18px;
    font-weight:600;
    margin-bottom:20px;
    color:#fff;
}

.footer-border
{
    border-right:1px solid rgba(255,255,255,.15);
}

.footer-logo img
{
    max-width:180px;
    margin-bottom:20px;
}

.footer-text
{
    color:rgba(255,255,255,.85);
    line-height:1.8;
    font-size:14px;
}

.footer-links
{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:rgba(255,255,255,.85);
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#fff;
    padding-left:5px;
}

.social-icons{
    margin-top:25px;
    display:flex;
    gap:12px;
}

.contact-item{
    display:flex;
    align-items:center;
    margin-bottom:16px;
    gap:12px;
}

.icon-box{
    width:32px;
    height:32px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.contact-item span{
    font-size:14px;
    color:rgba(255,255,255,.9);
    line-height:1.5;
}

.copyright{
    margin-top:20px;
    font-size:14px;
    color:rgba(255,255,255,.85);
    line-height:1.8;
}

@media(max-width:991px){
    .footer-border{
        border-right:none;
    }
}

/********* Last Section **********/

.stroke-tools-section
  {
      background:#fff;
  }

.stroke-tools-section .tool-card
  {
      position:relative;
      background:#fff;
      border:1px solid #e7edf5;
      border-radius:20px;
      padding:20px;
      box-shadow:0 3px 12px rgba(0,0,0,.05);
  }

.tool-card ul li img
{
    width:18px;
}

.stroke-tools-section .section-number
  {
      position:absolute;
      top:-12px;
      left:-12px;
      width:40px;
      height:40px;
      background:#0a3fa8;
      color:#fff;
      border-radius:50%;
      font-weight:700;
      display:flex;
      align-items:center;
      justify-content:center;
  }

.stroke-tools-section .tool-card h5
  {
      font-size:18px;
      font-weight:700;
      color:#0a3fa8;
      margin-bottom:20px;
  }

.stroke-tools-section .tool-list
  {
      list-style:none;
      padding:0;
      margin:0 0 20px;
  }

.stroke-tools-section .tool-list li
  {
      margin-bottom:12px;
      font-size:16px;
      color:#444;
  }

.stroke-tools-section .tool-list i
  {
      color:#0a3fa8;
      width:20px;
  }

.stroke-tools-section .calculator-fields label
  {
      font-size:13px;
      margin-bottom:4px;
      display:block;
  }

.stroke-tools-section .form-control, .form-select
  {
      border-radius:10px;
      height:42px;
      font-size:14px;
  }

.stroke-tools-section .fast-box div
  {
      margin-bottom:12px;
      font-size:15px;
      display:flex;
      align-items:center;
      gap:10px;
  }

.stroke-tools-section .fast-box span
  {
      width:25px;
      height:25px;
      background:#e53935;
      color:#fff;
      border-radius:6px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:700;
  }

.stroke-tools-section .myth-box, .fact-box
  {
      border-radius:12px;
      padding:15px;
      margin-bottom:15px;
  }

.stroke-tools-section .myth-box
  {
      background:#fff1f1;
  }

.stroke-tools-section .fact-box
  {
      background:#eefcf3;
  }

.stroke-tools-section .myth-box strong
{
    color:#e53935;
}

.stroke-tools-section .fact-box strong
{
    color:#28a745;
}

.stroke-tools-section .btn-custom
{
    width:100%;
    border-radius:12px;
    font-weight:600;
    padding:12px;
    background:#0c2f87;
    border:none;
    color:#fff;
    font-size:14px;
}

/****** Call to action ********/

.stroke-cta{
    background:#f8fbff;
}

.cta-wrapper{
    background:linear-gradient(135deg,#032c89 0%, #0b47bb 100%);
    border-radius:20px;
    padding:22px 40px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.cta-wrapper::before{
    content:"";
    position:absolute;
    top:-50px;
    right:-50px;
    width:200px;
    height:200px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
}

.cta-badge{
    display:inline-block;
    background:rgba(255,255,255,0.15);
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:15px;
}

.cta-content h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:15px;
}

.cta-content p{
    font-size:17px;
    margin:0;
    opacity:.9;
}

.cta-btn{
    background:#fff;
    color:#0a3fa8;
    font-weight:700;
    padding:15px 35px;
    border-radius:12px;
    text-decoration:none;
    display:inline-block;
    transition:.3s;
}

.cta-btn:hover{
    background:#f1f5ff;
    color:#0a3fa8;
}

@media(max-width:768px){
    .cta-wrapper{
        padding:30px;
        text-align:center;
    }

    .cta-content h2{
        font-size:30px;
    }
}