     :root {
      --color-red: #f53843;
      --color-red-dark: #e11f26;
      --color-blue: #2f5795;
      --color-blue-bright: #2a64f6;
      --color-dark: #181617;
      --color-shark: #212529;
      --color-gray: #888;
      --color-gray-light: #dadada;
      --color-gray-text: #6b6b6b;
      --color-gray-muted: #6c757d;
      --font-primary: 'Montserrat', sans-serif;
      --font-secondary: 'Open Sans', sans-serif;
    }

    body {
      font-family: var(--font-secondary);
      color: var(--color-shark);
      overflow-x: hidden;
    }

  
    .gradient-text {
 background: linear-gradient(90deg, #F53843 10%, #2F5795 68%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
display: inline-block;

    }



    /* ══════════════════════════════
       NAVBAR
    ══════════════════════════════ */
    .stellar-navbar {
      background: #fff;
      padding: 18px 0;
      border-bottom: 1px solid #f0f0f0;
    }
    .stellar-logo-wrap {
      display: flex;
      align-items: center;
      gap: 0;
      position: relative;
    }
    .stellar-logo-text {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 28px;
      letter-spacing: -1px;
      background: linear-gradient(135deg, var(--color-red) 30%, var(--color-blue) 80%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
    }
    .stellar-logo-divider {
      width: 1px;
      height: 36px;
      background: linear-gradient(to bottom, transparent, #d1d1d1, transparent);
      margin: 0 14px;
    }
    .stellar-years {
      display: flex;
      flex-direction: column;
      gap: 2px;
      padding-top: 4px;
    }
    .stellar-years .years-num {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 13px;
      line-height: 1;
      background: linear-gradient(153deg, var(--color-red) 10%, var(--color-blue) 68%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .stellar-years .years-sub {
      font-family: var(--font-secondary);
      font-size: 10px;
      color: var(--color-gray-text);
      line-height: 1;
    }
    .nav-actions {
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .nav-search-icon { 
      width: 19px; 
      height: 19px; 
      cursor: pointer; 
      opacity: 0.7;
    }
    .nav-support {
      font-family: var(--font-secondary);
      font-weight: 700;
      font-size: 13px;
      color: var(--color-dark);
      border-left: 1px solid var(--color-gray-light);
      padding-left: 10px;
      text-decoration: none;
    }
    .nav-lang {
      font-family: var(--font-secondary);
      font-weight: 700;
      font-size: 13px;
      color: var(--color-dark);
      border-left: 1px solid var(--color-gray-light);
      padding-left: 10px;
      cursor: pointer;
    }
    .hamburger-btn {
      width: 35px;
      height: 35px;
      border: 1px solid var(--color-dark);
      border-radius: 50px;
      background: linear-gradient(135deg, #fff 19%, #fecbcc 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      flex-shrink: 0;
    }
    .hamburger-inner {
      width: 18px;
      height: 2px;
      background: var(--color-dark);
      position: relative;
    }
    .hamburger-inner::before,
    .hamburger-inner::after {
      content: '';
      position: absolute;
      width: 18px;
      height: 2px;
      background: var(--color-dark);
      left: 0;
    }
    .hamburger-inner::before { top: -6px; }
    .hamburger-inner::after  { bottom: -6px; }

    /* ══════════════════════════════
       HERO SECTION
    ══════════════════════════════ */
    .hero-section {
      background: linear-gradient(120deg, #fff 8%, rgba(255,230,231,.67) 28%, rgba(234,242,254,.7) 36%);
      padding: 60px 0 10px;
    }
    .hero-label {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      margin-bottom: 16px;
    }
    .hero-title {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 42px;
      line-height: 1.22;
      color: var(--color-shark);
      margin-bottom: 20px;
    }
    .hero-subtitle {
      font-family: var(--font-secondary);
      font-size: 17px;
      line-height: 1.7;
      color: var(--color-gray-text);
      max-width: 460px;
    }

    /* ══════════════════════════════
       MVP SWIPER SLIDER
    ══════════════════════════════ */
    .mvp-swiper-outer {
      position: relative;
      padding: 0 44px 48px;
    }
    .mvp-swiper {
      overflow: hidden;
      border-radius: 4px;
    }
    .mvp-swiper .swiper-slide {
      height: auto;
      display: flex;
    }


    /* MVP Video Cards */
    .mvp-video-card {
  padding:10px;
  border-radius:28px;
  border:2px solid transparent;
 cursor: pointer;
  background:
    linear-gradient(#ffffff,#ffffff) padding-box,
    linear-gradient(135deg,#f6c6d0,#d4b5ff,#a9c4ff) border-box;
    }

    .mvp-video-card:hover {
      box-shadow: 0 0px 10px rgba(255,40,40,.3);
    }



    /* Custom Swiper nav arrows */
    .swiper-btn-prev{
        width: 42px;
                height: 42px;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                z-index: 1;
                border-radius: 25px;
                cursor: pointer;
                background: #fff;
                color: #888;
    }

.swiper-btn-prev:after {
    content: 'prev';
    font-family: swiper-icons;
    font-size:10px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
}

    .swiper-btn-next{
        width: 42px;
                height: 42px;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                z-index: 1;
                border-radius: 25px;
                cursor: pointer;
                background: #fff;
                color: #888;
    }

.swiper-btn-next:after {
   content: 'next';
    font-family: swiper-icons;
    font-size:10px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
}









    .mvp-swiper-btn:hover { background: #f9f9f9; box-shadow: 0 4px 16px rgba(0,0,0,.16); }
    .mvp-swiper-btn.swiper-btn-prev { left: -15px; }
    .mvp-swiper-btn.swiper-btn-next { right: -15px; }
    .mvp-swiper-btn.swiper-button-disabled { opacity: 0.35; pointer-events: none; }
    /* Swiper pagination dots */
    .mvp-swiper-outer .swiper-pagination {
      bottom: 10px;
      display: none;
    }
    .mvp-swiper-outer .swiper-pagination-bullet {
      width: 14px;
    height: 14px;
    background: none;
    border: solid 2px #bbb;
    transition: .3s ease-in-out;
    opacity: 1 !important;

  
    }
    .mvp-swiper-outer .swiper-pagination-bullet-active {
     width: 30px;
    background: #e11f26;
    height: 14px;
    border-radius: 12px;
    border-color: #e11f26;;
    }



    .mvp-card-img-wrap {
      position: relative;
      height: 220px;
      overflow: hidden;
      border-radius: 14px 14px 0 0;
    }
    .mvp-card-img-wrap img {
      width: 100%;
      height:320px;
      object-fit: cover;
    }
    .mvp-card-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,.85) 100%);
      border-radius: 14px 14px 0 0;
    }
    .mvp-card-info {
      position: absolute;
      bottom: 16px;
      left: 20px;
      right: 20px;
    }
    .mvp-card-divider {
      height: 1px;
      background: rgba(255,255,255,.5);
      margin-bottom: 6px;
      width: 110px;
    }
    .mvp-card-name {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      line-height: 1.6;
      position: relative;
    }
    .mvp-card-name:before{
    position: absolute;
    left: 0;
    top: 20px;
    content: '';
  height:2px;
  width:100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.9) 0%,
    rgba(255,255,255,0.6) 20%,
    rgba(255,255,255,0.2) 40%,
    rgba(20,40,60,0.4) 70%,
    rgba(90,50,30,0.6) 100%
  );
    opacity: 0.26;
    }
    .mvp-card-role {
      font-family: var(--font-primary);
      font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 20px;
align-items: center;
color: #FFFFFF;
width: 190px;
    }
    .mvp-card-rating {
      position: absolute;
      bottom: 20px;
      right: 16px;
      display: flex;
      align-items: center;
      gap: 5px;
     


    }
    .mvp-card-rating .stars-small{
      color: #ffd700;
    }

    .mvp-card-rating span {
      font-family: var(--font-secondary);
     font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
      color: #FFFFFF;
    }


    .stars-small { color: #ffd700; font-size: 11px; letter-spacing: 1px; }
    .mvp-card-body {
      padding: 14px 0px 0px;
      display: block!important;
    }
    .mvp-card-excerpt {
      font-family: var(--font-secondary);
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
text-transform: capitalize;
color: #4B4A4A;
    }

button:focus:not(:focus-visible) {
    outline: 0;
    border: none;
    background: #f4f4f4;
    color: #506d9c;
}
.dropdown-toggle:active{
    outline: 0;
    border: none;
    background: #f4f4f4!important;
    color: #506d9c!important;
}
.dropdown-item:active{
background-color: transparent
}




    /* .play-btn-gradient {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: linear-gradient(-25deg, #2a64f6 8%, #a935ff 50%, #e72578 85%);
      color: #fff;
      border: none;
      border-radius: 20px;
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 13px;
      padding: 7px 18px;
      cursor: pointer;
      transition: opacity .2s;
    } */


    .play-btn-gradient:hover
     {
         opacity: .88; 
    }

    .play-btn-outline {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: transparent;
      color: #404040;
      border: 1px solid #8e8e8e;
      border-radius: 20px;
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 13px;
      padding: 7px 18px;
      cursor: pointer;
      transition: background .2s;
    }
.play-btn-outline img{
  filter: brightness(0);
}

.play-btn-outline:hover img{
  filter: brightness(0) invert(1);
}


    .play-btn-outline:hover { 
      background: linear-gradient(-25deg, #2a64f6 8%, #a935ff 50%, #e72578 85%);
      color:#fff;
     }


    /* ══════════════════════════════
       MAIN CONTENT AREA
    ══════════════════════════════ */
    .content-area {
      padding: 40px 0 0px;
      z-index: -1;
    }


    /* ── SIDEBAR ── */
    .sidebar-bg {
      background: #f9fcff;
      border-radius: 14px;
       padding: 20px 24px 20px;
    }



    .sidebar-section-label {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      margin-bottom: 14px;
    }



    .sidebar-divider {
      border: none;
      border-bottom: 1px solid var(--color-gray-light);
      margin: 22px 0;
    }


    .sidebar-item {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px;
      font-family: var(--font-secondary);
      font-size: 14px;
      color: var(--color-gray-text);
      cursor: pointer;
      text-decoration: none;
      padding-left:0;
    }


.form-check-input[type=checkbox]{
border-color:#8B8B8B;
}


.form-check-label{
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
align-items: center;
cursor: pointer;
}

.form-check-input:checked + .form-check-label {
  color: #000000;
  font-weight: 600;
}


.play_button_wrapper{
  display: flex;
  justify-content: end;
  margin-top:2rem;
}

    .sidebar-item.active {
      font-weight: 700;
      color: var(--color-dark);

    }
    .sidebar-checkbox {
      width: 12px;
      height: 12px;
      border-radius: 2px;
      border: 1px solid #8b8b8b;
      flex-shrink: 0;
    }
    .sidebar-checkbox.checked {
      background: #048eff;
      border-color: #048eff;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sidebar-checkbox.checked::after {
      content: '';
      width: 6px;
      height: 4px;
      border-left: 1.5px solid #fff;
      border-bottom: 1.5px solid #fff;
      transform: rotate(-45deg) translateY(-1px);
    }


.nfr-border {
  padding: 2px; 
  border-radius: 20px;
   background: linear-gradient(180deg, #f06292 30%,   #ffffff 70%, #ffffff 100%);
   margin-top:2rem;
   box-shadow: 0px 0px 17.6px rgba(255, 40, 40, 0.25);
}

.nfr-card {
  background: #ffffff;
  border-radius: 17px; 
  padding:20px;
}

    .nfr-card-title {
      font-family: var(--font-primary);
      font-weight: 600;
      font-size: 20px;
      color: #000;
      margin-bottom: 2px;
    }


    .nfr-gradient-title {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 19px;
      background: linear-gradient(90deg, #e30f87, #1351d7);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 14px;
    }
    .nfr-desc {
    font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 23px;
align-items: center;
color: #555555;
    }
.nfr-list-item img{
  margin-top: 6px;
}

    .nfr-list-item {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-family: var(--font-secondary);
      font-size: 12px;
      color: var(--color-shark);
      line-height: 1.6;
      margin-bottom: 8px;
    }

    .nfr-list-item span{
 font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 13px;
/* line-height: 26px; */

align-items: center;
color: #212529;

    }
    .nfr-tick {
      color: #e11f26;
      font-size: 13px;
      flex-shrink: 0;
      margin-top: 2px;
    }


.nfr-btn-wrapper{
 display: flex;
 justify-content: center;
}


    .nfr-btn {
      display: block;
      width: 80%;
      text-align: center;
      background: linear-gradient(90deg, #e72578, #2a64f6);
      color: #fff;
      border: none;
      border-radius: 5px;
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 15px;
      padding: 13px 0;
      cursor: pointer;
      margin-top: 18px;
      text-decoration: none;
      transition: opacity .2s;
    }


    .nfr-btn:hover { color: #fff; }

.vf-video-card {
  position: relative;
  width: 200px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.vf-video-img {
  width: 100%;
  display: block;
  border-radius: 16px;
  height:200px;
  object-fit: cover;
}

/* Gradient overlay (bottom fade) */
.vf-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

/* Stars */
.vf-stars {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #FFC107;
  font-size: 16px;
  letter-spacing: 2px;
}

/* Play button */
.vf-play-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
 background: linear-gradient(-25deg, #2a64f6 8%, #a935ff 50%, #e72578 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
}


/* .vf-play-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  
} */

/* Text using pseudo-element */
.vf-play-btn::after {
    content: "Play";
    opacity: 0;
    margin-left: 5px;
    white-space: nowrap;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

/* 🔥 Hover Effect */
.vf-play-btn:hover {
    width: 80px;
    border-radius: 30px;
    justify-content: flex-start;
    padding-left: 15px;
    gap: 6px;
}

/* Show text on hover */
.vf-play-btn:hover::after {
    opacity: 1;
}

.vf-play-btn:hover img{
margin-left:0px;
}


.vf-play-btn img{
  margin-left:40px;
}

    /* ── TESTIMONIAL CARDS ── */
  .testimonial-card {
   /* padding:25px; */
  border-radius:12px;
  border:2px solid transparent;
  transition:0.4s;
   margin-top: 1rem;
   border-radius: 15px;
   }


.left_bar_col{
    height: calc(100vh - 0rem);
    position: sticky;
    top: 0;
    overflow-y: auto;
}


.border-line{
  border: 1px solid #D5D5D5;
  margin-top: 20px;
}

    .testimonial-card.featured {
      border: 1px solid var(--color-blue-bright);
      box-shadow: 4px 4px 12.6px rgba(0,0,0,.1);
      border-top: 1px solid var(--color-blue-bright);
    }
.t-rating img{
  border-radius: unset!important;
}

    .t-photo-wrap {
      width: 80px;
      height: 80px;
      border-radius: 8px;
      /* overflow: hidden; */
      flex-shrink: 0;
      background: #eee;
      border-radius: 50%;
    }
    .t-photo-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;

    }
    .t-name {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 18px;
      color: var(--color-shark);
      margin-bottom: 3px;
    }
    .t-role {
      font-family: var(--font-secondary);
      font-size: 14px;
      color: var(--color-gray-muted);
      margin-bottom: 6px;
    }
    .t-rating {
      display: flex;
      align-items: center;
      gap: 6px;
      font-family: var(--font-secondary);
      font-size: 12px;
      color: var(--color-gray);
      margin-top: 10px;
      width:55%!important;
    }
    .stars { color: #ffd700; font-size: 13px; letter-spacing: 1px; }

    .t-body {
      font-family: var(--font-secondary);
      font-size: 16px;
      color: var(--color-shark);
     line-height: 27px;
      margin-top: 14px;
      font-weight: 400;
    }

     .read_more {
                display: block;
                font-style: normal;
                margin-top: 2rem;
                font-family: 'Montserrat';
                text-align: end;
                margin-right: 2rem;
            }

            .read_more i.lern_text {
                font-style: normal
            }

            .read_more svg {
                transition: all .3s;
                transform: translateX(0)
            }

            .read_more:hover svg {
                transform: translateX(5px)
            }


            .lern_text 
              {
                display: inline-block;
                margin-left: .3rem;
                font-weight: 600;
                color: #e11f26;
                position: relative
            }

            .lern_text:after {
                width: 100%;
                height: 2px;
                background: #e11f26;
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                transform: scaleX(0);
                transform-origin: bottom right;
                transition: transform .3s ease-in-out
            }

            .lern_text:hover {
                color: #e11f26
            }

            .lern_text:hover:after {
                transform: scaleX(1);
                transform-origin: bottom left
            }


    /* ══════════════════════════════
       WHY STELLAR
    ══════════════════════════════ */
    .why-stellar-section {
      padding: 60px 0 50px;
      border-top: 1px solid rgba(213,213,213,0.6);
    }
    .why-title {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 38px;
      color: var(--color-dark);
      text-align: center;
      margin-bottom: 42px;
    }
    .stat-item {
      text-align: center;
    }
    .stat-num {
      font-family: var(--font-primary);
      font-weight: 600;
      font-size: 38px;
      line-height: 1;
      margin-bottom: 6px;
    }
    .stat-label {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      color: var(--color-dark);
      letter-spacing: 0.5px;
    }

    /* ══════════════════════════════
       TRUST BANNER
    ══════════════════════════════ */
    .trust-banner {
      border-radius: 15px;
      overflow: hidden;
      margin: 0 0 0 0;
    }
    .trust-banner-inner {
      background: linear-gradient(147deg, var(--color-red) 9%, var(--color-blue) 78%);
      display: flex;
      align-items: center;
      min-height: 93px;
    }
    .trust-brand-box {
      background: #fff;
      padding: 16px 18px;
      border-radius: 14px 0 0 14px;
      display: flex;
      align-items: center;
      height: 93px;
      min-width: 240px;
    }
    .trust-brand-name {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 26px;
      letter-spacing: -1px;
      background: linear-gradient(135deg, var(--color-red) 30%, var(--color-blue) 80%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .trust-text-area {
      padding: 0 28px;
      flex: 1;
    }
    .trust-headline {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 3px;
    }
    .trust-subline {
      font-family: var(--font-secondary);
      font-size: 14px;
      color: rgba(255,255,255,.9);
    }
    .trust-badges {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 0 24px 0 0;
    }
    .trust-badges img {
      height: 50px;
      object-fit: contain;
      filter: brightness(0) invert(1);
      opacity: .88;
    }

    /* ══════════════════════════════
       FOOTER
    ══════════════════════════════ */
    .stellar-footer {
      background: linear-gradient(180deg, #fff 6%, #ffe6e7 30%, #eaf2fe 51%, #eaf2fe 65%, #ffe6e7 100%);
      padding-top: 36px;
    }
    .footer-inner {
      background: #fff;
      border-radius: 15px 15px 0 0;
      padding: 28px 32px 24px;
    }
    .footer-divider {
      border-color: #dee2e6;
      margin: 20px 0;
    }
    .footer-col-title {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 13px;
      text-transform: uppercase;
      color: #555;
      margin-bottom: 14px;
    }
    .footer-tab-row {
      display: flex;
      gap: 20px;
      margin-bottom: 12px;
    }
    .footer-tab {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      color: #b8b8b8;
      border-bottom: 1px solid #b8b8b8;
      padding-bottom: 2px;
      cursor: pointer;
    }
    .footer-tab.active {
      color: #555;
      border-color: var(--color-red-dark);
    }
    .footer-address {
      font-family: var(--font-secondary);
      font-size: 13px;
      color: #555;
      line-height: 1.7;
    }
    .footer-link {
      display: block;
      font-family: var(--font-secondary);
      font-size: 13px;
      color: #555;
      text-decoration: none;
      line-height: 2.1;
    }
    .footer-link:hover { color: var(--color-red); }
    .footer-copy {
      font-family: var(--font-secondary);
      font-size: 11px;
      color: var(--color-gray);
      line-height: 1.7;
    }
    .social-icon { 
      width: 22px; 
      height: 22px; 
      object-fit: contain;
      opacity: .7;
    }
    .social-icon:hover { opacity: 1; }
    .also-available-logos {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }
    .also-available-logos span {
      font-family: var(--font-secondary);
      font-size: 12px;
      color: #555;
      font-style: italic;
    }

    /* ══════════════════════════════
       MVP RATINGS TABS
    ══════════════════════════════ */
    .mvp-tabs-section {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 2px 18px rgba(0,0,0,.06);
      overflow: hidden;
      margin-bottom: 18px;
    }
    .mvp-tab-nav {
      display: flex;
      background: #f8f9fa;
      border-bottom: 2px solid #eee;
      overflow-x: auto;
      scrollbar-width: none;
      gap: 0;
      flex-wrap: nowrap;
    }
    .mvp-tab-nav::-webkit-scrollbar { display: none; }
    .mvp-tab-btn {
      flex: 1 0 auto;
      white-space: nowrap;
      padding: 14px 18px 12px;
      font-family: var(--font-primary);
      font-weight: 600;
      font-size: 13px;
      color: #888;
      background: transparent;
      border: none;
      border-bottom: 3px solid transparent;
      margin-bottom: -2px;
      cursor: pointer;
      transition: color .18s, border-color .18s, background .18s;
    }
    .mvp-tab-btn:hover {
      color: var(--color-shark);
      background: rgba(245,56,67,.04);
    }
    .mvp-tab-btn.active {
      color: var(--color-red-dark);
      border-bottom-color: var(--color-red-dark);
      background: #fff;
    }
    .mvp-tab-btn .tab-count {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 20px;
      height: 20px;
      padding: 0 5px;
      border-radius: 10px;
      font-size: 10px;
      font-weight: 700;
      margin-left: 6px;
      background: #eee;
      color: #888;
      transition: background .18s, color .18s;
    }
    .mvp-tab-btn.active .tab-count {
      background: var(--color-red-dark);
      color: #fff;
    }
    .mvp-tab-pane {
      display: none;
      padding: 24px 24px 8px;
      animation: tabFadeIn .22s ease;
    }
    .mvp-tab-pane.active { display: block; }


.right-row-wrap{
  z-index: -1;
}





    @keyframes tabFadeIn {
      from { opacity: 0; transform: translateY(6px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .rating-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 0;
      border-bottom: 1px solid #f0f0f0;
      gap: 12px;
    }
    .rating-row:last-child { border-bottom: none; }
    .rating-row-left { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 0; }
    .rating-avatar {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
      background: #eee;
    }
    .rating-avatar img { width: 100%; height: 100%; object-fit: cover; }
    .rating-avatar-initials {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--color-red) 0%, var(--color-blue) 100%);
      color: #fff;
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .rating-name {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 13px;
      color: var(--color-shark);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .rating-role {
      font-family: var(--font-secondary);
      font-size: 11px;
      color: var(--color-gray-muted);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .rating-stars { color: #ffd700; font-size: 13px; letter-spacing: 1px; flex-shrink: 0; }
    .rating-score {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 13px;
      color: var(--color-shark);
      flex-shrink: 0;
      min-width: 26px;
      text-align: right;
    }
    .star-bar-wrap { padding: 18px 0 10px; }
    .star-bar-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
    }
    .star-bar-label {
      font-family: var(--font-secondary);
      font-size: 12px;
      color: #888;
      width: 36px;
      flex-shrink: 0;
      text-align: right;
    }
    .star-bar-track {
      flex: 1;
      height: 7px;
      background: #eee;
      border-radius: 4px;
      overflow: hidden;
    }
    .star-bar-fill {
      height: 100%;
      border-radius: 4px;
      background: linear-gradient(90deg, var(--color-red) 0%, var(--color-blue) 100%);
      transition: width .5s ease;
    }
    .star-bar-pct {
      font-family: var(--font-secondary);
      font-size: 11px;
      color: #aaa;
      width: 30px;
      text-align: right;
      flex-shrink: 0;
    }
    .overall-score-box {
      display: flex;
      align-items: center;
      gap: 16px;
      background: linear-gradient(120deg, rgba(245,56,67,.06) 0%, rgba(47,87,149,.06) 100%);
      border-radius: 12px;
      padding: 16px 20px;
      margin-bottom: 4px;
    }
    .overall-score-num {
      font-family: var(--font-primary);
      font-weight: 700;
      font-size: 40px;
      line-height: 1;
      background: linear-gradient(135deg, var(--color-red) 10%, var(--color-blue) 80%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .overall-score-label {
      font-family: var(--font-secondary);
      font-size: 12px;
      color: #888;
      margin-top: 3px;
    }
    .overall-stars { color: #ffd700; font-size: 18px; letter-spacing: 2px; }

  .social_media{
  margin-left:auto;
   
  }
  .ms-2 {
    margin-left: .5rem !important;
}
.pr-3 {
    padding-right: 1rem !important;
}

.card-item-wrapper{
  display: flex;
}


/* Filter css */

.filterDiv{
  margin-left:1rem;
}



.filterDiv .filter h4 {
    font-size: 13px;
    color: #474747;
    margin-bottom: 0
}


.filterDiv .sort span {
    font-size: 13px;
    color: #474747
}

.filterDiv .sort .dropdown-menu.show {
    transform: translate3d(-90%,18px,0)!important;
    box-shadow: rgb(14 30 37 / .12) 0 2px 4px 0,rgb(14 30 37 / .32) 0 2px 16px 0;
}


.filterDiv .sort .dropdown-menu.show p {
    font-size: 13px;
    color: #506d9c
}


.filterDiv .sort .dropdown-menu.show p:hover {
    text-decoration: underline
}

.filterDiv .filter .dropdown-menu.show,.filterDivMob .dropdown-menu.show {
    background: #f7f7f7;
    box-shadow: rgb(14 30 37 / .12) 0 2px 4px 0,rgb(14 30 37 / .32) 0 2px 16px 0;
    width: auto;
}

.filterDiv .filter .dropdown-menu.show a,.filterDivMob .dropdown-menu.show a {
    font-weight: 700;
    color: #506d9c
}

.dropdown img {
    cursor: pointer
}

.filterDiv .dropdown-menu.show p,.filterDivMob .dropdown-menu.show p {
    margin-bottom: 0
}

.filterDivMob .dropdown-menu.show {
    font-size: 14px;
    padding: .5rem;
    min-width: 100px;
    border: none
}

.filterDiv .dropdown-menu.show {
    font-size: 14px;
    padding: .5rem;
    min-width: 100px;
    border: none;
    box-shadow: rgb(0 0 0 / .2) 0 18px 50px -10px
}

.filterDiv .dropdown-menu.show a:hover,.filterDivMob .dropdown-menu.show a:hover {
    cursor: pointer
}


.btn.focus,.btn:focus {
    outline: none;
    box-shadow: none
}


.osSwitchbtn {
    background: #f4f4f4;
    color: #506d9c;
    font-size: 14px;
    border-radius: 24px;
    padding: .5rem 1rem;
    border: none;
    outline: none;
}


.osSwitchbtn:hover {
    color: #506d9c
}

.testimonial_card-wrapper{
  margin-top: 3rem;
  margin-left:1rem;
}



.btn.focus,.btn:focus {
    outline: none;
    box-shadow: none
}


.osSwitchbtn {
    background: #f4f4f4;
    color: #506d9c;
    font-size: 14px;
    border-radius: 24px;
    padding: .5rem 1rem
}


.osSwitchbtn:hover {
    color: #506d9c;
    background: #f4f4f4;
}

    /* ══════════════════════════════
       RESPONSIVE
    ══════════════════════════════ */


.testimonial_modal .modal-header{ padding: 0}
.testimonial_modal .modal-header button{position: absolute; right: 0; z-index: 2; background-color: #ffffff; opacity: 1; filter: none; color: #181617; font-size: 8px; border-radius: 25px; font-weight: 700}



#review-section{
  padding-top:1rem;
  padding-right:3rem;
}


.edition-selector {
 display: flex;
 justify-content: center;
  margin-top: 1rem;
 }


.edition-selector{
  display: none;
}


.form-check-label.active{
  color: #e11f26;
}


.sidebar-item {
    display: block;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}


.left-side-wrapper{
    height: calc(100vh - 0rem);
    position: sticky;
    top: 0;
    overflow-y: auto;
}

/* ACTIVE TAB */

.sidebar-item.active {
    color: #e11f26 !important;
}



@media screen and (max-width:1366px) {
  .hero-section .row{
    padding-left:1rem;
  }


  .mvp-swiper-outer{
     padding: 2px 44px 20px;
  }

  .hero-section{
    padding: 22px 0 10px;
  }


.content-area .container-fluid {
padding-left:2rem;
}
}


@media screen and (max-width:1250px) {
  .mvp-card-role{
    width:140px;
  }
}




@media screen and (max-width:1024px) {
 .form-check-label{
  font-size: 14px;
 }
.vf-video-card{
  min-width: 200px;
}

.left-side-wrapper{
  position: relative;
}

}



    @media (max-width: 992px) {
      .hero-title { font-size: 30px; }
      .sidebar-bg { margin-bottom: 32px; }
      .card-nav-arrow { display: none; }
 .counter_text {flex-wrap: wrap; padding-left: 0}
    .counter_text li{ width: 33%}
    .counter_text .counter_h span{font-size: 32px}
    .footer_title {border-bottom: solid 1px #d1d1d1; position: relative}
    .hero_heading{font-size: 52px; margin-top: 1rem}
.hero-label{ margin-top: 4rem;}

.stamp_row{flex-direction: column; align-items: center; justify-content: center}
   .logo_list{margin: auto}
   .stellar_bootom_strip .stellar_stamp{background: none}
   .stellar_bootom_strip .stellar_stamp img{max-width: 100%; filter: brightness(0) invert(1)}
   .stellar_bootom_strip .inovation_col{padding: .5rem}
   .stellar_bootom_strip .stellar_stamp{padding: .5rem 0}
   .stellar_bopadding:2rem 0; .vation_col{text-align: center}
   .stamp_row{padding: 2rem 0}
   .stellar_bootom_strip .inovation_col .info_title{font-size: 16px}
   .stellar_bootom_strip .inovation_col span{font-size: 14px}
   .stellar_bootom_strip .inovation_col{margin-top:1rem}
   .logo_list{padding-right: 0; justify-content: space-between; column-gap: .5rem; padding: 0 .5rem}
    }



    @media (max-width: 768px) {
    .content-area .container-fluid {
        padding-left: 1rem;
    }

    }


    @media (max-width: 767px) {
      .hero-title { font-size: 24px; }
      .trust-brand-box { min-width: 140px; }
      .trust-badges { flex-wrap: wrap; }
.edition-selector{
  display: block;
}

.sidebar-bg{
  display: none;
}

    }


   @media screen and (max-width:572px){
  .counter_text {
                flex-wrap: wrap;
                padding-left: 0
            }

            .counter_text li {
                max-width: 30%;
                width: 100%;
                text-align:center;
            }

            .counter_text .counter_h span {
                font-size: 22px
            }

            .counter_sh {
                font-size: 12px
            }

.card-item-wrapper{
  display: block;
}
.t-name{
  margin-top:30px;
}
.mvp-swiper-btn{
  display: none;
}
.mvp-swiper-outer{
 padding: 0px 0px 50px;
}
.vf-video-card{
  width:100%;
}

.mvp-swiper-outer .swiper-pagination{
  display: block;
}

 .content-area .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .edition-selector select.form-select {
        max-width: 100%;
        height: 60px;
        font-size: 18px;
        font-weight: 600;
        border: solid 2px #181617;
    }
.vf-video-img{
  height:350px;
}
.footer_bottom_wrapper {
  margin-top: 20px;
}

.header{
  z-index: 99;
}

.read_more{
  margin-right:0;
}

#review-section{
  padding-right:0;
}

header nav.navbar{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nfr-border{
  display: none;
}
.left-side-wrapper{
  height: auto;
}

}
   




