/* DARK MODE */
body.dark-mode .dark-mode-text {
  color: var(--color4) !important;
}

body.dark-mode .dark-mode-text-black {
  color: black !important;
}

body.dark-mode .dark-mode-text-white {
  color: white !important;
}

body.dark-mode .dark-mode-text-light-blue {
  color: var(--color1) !important;
}

body.dark-mode .dark-mode-bg {
  background-color: var(--color4) !important;
}

body.dark-mode .dark-mode-bg-opacity {
  background-color: rgba(48, 43, 108, 0.88) !important;
}

body.dark-mode .dark-mode-fill {
  fill: var(--color4) !important;
}

body.dark-mode .dark-mode-bg-black {
  background-color: black !important;
}

body.dark-mode .dark-mode-border {
  border-color: var(--color4) !important;
}

body.dark-mode section.exclusivity_sec {
  background-color: #000000 !important;
}

body.dark-mode .activate_slider {
  background-color: #000000 !important;
}

body.dark-mode .faq-section {
  background-color: #000000 !important;
}

body.dark-mode .assistance {
  background-color: #000000 !important;
}

.swiper-pagination.justify-center.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  justify-content: center;
}

.bg-slider-pagination {
  position: absolute;
  bottom: 30px !important;
  z-index: 50 !important;
  align-items: baseline;
}

.swiper-pagination.bg-slider-pagination {
  gap: 6px;
}

.swiper-pagination.bg-slider-pagination span.swiper-pagination-bullet {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 100%;
  margin: 0;
  margin-right: 4px;
}

.swiper-pagination.bg-slider-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: none;
}

#tablet-filter-icon.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 1023px) {
  #category-container {
    margin-bottom: 20px;
  }

  .sidebar-wrapper {
    display: none !important;
  }

  #tablet-filter-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /* POPUP SPECIFIC STYLES FOR MOBILE/TABLET */
  #filter-modal {
    align-items: flex-end !important;
    padding: 0 !important;
    z-index: 999999;
  }

  #filter-modal-content {
    max-width: 100% !important;
    border-radius: 12px 12px 0 0 !important;
  }

  /* Hide the top drag handle on desktop */
  .filter_product_popup>.h-2 {
    display: block;
  }
}

/* ----------------------------------------------------------------------
    | 2. DESKTOP STYLES (>= 1024px)
    *----------------------------------------------------------------------*/
@media (min-width: 1024px) {
  .sidebar-wrapper {
    display: block !important;
  }

  #tablet-filter-icon {
    display: none !important;
  }

  /* Hide the top drag handle on desktop */
  .filter_product_popup>.h-2 {
    display: none;
  }
}

/* 3. COMMON STYLES */
.filter_product_popup .h-px.bg-gray-200.my-6 {
  margin: 1.5rem 0 !important;
}

.filter_product_popup .filter-content {
  display: flex !important;
}

/* Style for the fixed bottom bar shadow */
.shadow-top {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
}

/* ----------------------------------------------------------------------
    | 2. DESKTOP STYLES (1024px>= 1200px)
    *----------------------------------------------------------------------*/
@media (min-width: 1024px) and (max-width: 1200px) {
  .tracking-wide {
    font-size: 14px;
  }

  .applied_already_heading {
    font-size: 40px;
  }

  .filter-group-header h3 {
    font-size: 2rem;
  }

  .sidebar-wrapper button {
    font-size: 10px;
  }

  .filter-content.font-bold {
    font-size: 2rem;
  }

  .filter-content span {
    font-size: 12px;
  }

  .filter-content .custom-checkbox {
    width: 15px;
    height: 15px;
  }

  .filter-content .custom-checkbox:checked::after {
    top: 0px;
    height: 10px;
  }
}

/* --- 3D Slider Styles --- */
.perspective-1000 {
  perspective: 1200px;
}

.slider3d {
  position: relative;
  width: 300px;
  height: 200px;
  transform-style: preserve-3d;
  /* Slant Effect */
  transform: rotateX(10deg) rotateZ(-5deg);
}

.slider3d_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.slider-card {
  position: absolute;
  width: 280px;
  height: 180px;
  left: 10px;
  top: 10px;
  /* Glassmorphism Effect */
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);

  @supports not (backdrop-filter: blur(10px)) {
    background: rgba(255, 255, 255, 0.2);
  }

  overflow: hidden;
  backface-visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

/* Transitions for Tabs */
.find-tab-content {
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.find-tab-content.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.find-tab-content.hidden {
  display: none;
}

.header-fixed .header-secondary-menu-wrap,
.header-fixed .logo-menus-wrap,
.topbar-block {
  z-index: 1000 !important;
}

#find-card-popup-wrap {
  z-index: 99;
}

.banner-content-block {
  width: 80%;
  /* text-align: left; */
  margin-top: 0;
  position: relative;
}

/* Custom code for Slider */

/* Heading Container */
.heading-container {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* margin-bottom: 1.5rem; */
}

.word-stack {
  display: inline-block;
  white-space: pre-wrap;
  word-break: break-word;
}

/* Animation Code --STARTS-- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

/* Heading animation */
@keyframes slideUpFromBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Swiper Pagination */
.bg-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  margin: 0 4px;
}

.bg-slider-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background: white;
  border-radius: 8px;
  transform: scale(1.1);
}

/* Custom Button Styles */
.sbi_btn_white {
  padding: 1rem 2rem;
  background: linear-gradient(45deg, #ffffff, #f0f0f0);
  color: black;
  font-weight: 600;
  border-radius: 9999px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.sbi_btn_white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.sbi_btn_trans {
  padding: 1rem 2rem;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);

  @supports not (backdrop-filter: blur(10px)) {
    background: rgba(255, 255, 255, 0.2);
  }

  transition: all 0.3s ease;
}

.sbi_btn_trans:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.swiper-container {
  scrollbar-width: none;
}

.swiper-container::-webkit-scrollbar {
  display: none;
}

/* Hero Slider Headings */
.hero_banner_heading {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hero_banner_heading {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .hero_banner_heading {
    font-size: 4rem;
  }
}

/* Initial state of elements Animations */
.swiper-slide .slide-heading {
  opacity: 0;
  transform: translateY(100%);
}

.swiper-slide .slide-buttons {
  opacity: 0;
  transform: translateY(30px);
}

.swiper-slide .slide-stats {
  opacity: 0;
  transform: translateY(30px);
}

.swiper-slide .stat-item {
  opacity: 0;
  transform: scale(0.95);
}

.swiper-slide .slide-decoration {
  opacity: 0;
  transform: translateX(-30px);
}

/* Animation Code --ENDS-- */

.get-card h2 {
  font-size: 5rem;
  line-height: 41px;
  font-family: "Roboto";
  font-weight: 700;
}

.get-card-para {
  font-size: 2.7rem;
  font-weight: 300;
}

.get-card-input-label {
  font-size: 2rem;
}

.get-card input {
  background: white;
  color: #3c3c3c;
  font-size: 2.2rem;
  border-radius: 7px;
  padding: 24px 15px;
  font-weight: 300;
}

.get-card input::placeholder {
  color: rgba(60, 60, 60, 1);
  opacity: 0.8;
}

.get-card-check {
  margin-bottom: 15px;
}

.get-card-checkbox {
  width: 40px;
  height: 28px;
}

.get-card-check label {
  font-size: 2rem;
}

.get-card-check a {
  color: rgba(0, 148, 217, 1);
  text-decoration: underline;
}

.get-card-btn {
  background-color: rgba(0, 148, 217, 1);
  padding: 15px 60px;
  font-size: 2rem;
  border-radius: 40px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1023px) {
  .get-card {
    padding: 34px 0;
  }

  .get-card-main-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .get-card-headings {
    align-items: center;
  }

  .get-card input {
    padding: 20px 15px;
  }

  .get-card-checkbox {
    width: 60px;
    height: 30px;
  }
}

/* things needed section  */

.things-need-blue {
  color: rgba(0, 148, 217, 1);
}

.things-need {
  background-color: rgba(210, 213, 219, 0.5);
  /* Keeping original padding for desktop */
  padding: 64px 0;
}

.things-need-main h2 {
  /* Keeping original 36px as default (desktop/large screen) */
  font-size: 36px;
  color: rgba(0, 148, 217, 1);
}

.things-need-p {
  margin-top: 8px;
  /* Keeping original 24px as default (desktop/large screen) */
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
}

.things-need-tab {
  margin-top: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid #0000001a;
  width: 90%;
}

.things-need-tab-button,
.find-tab-btn {
  font-size: 2.7rem;
  text-align: center;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
}

.active-tab-font {
  font-weight: 800 !important;
  border-bottom: 2px solid var(--color1);
}

/* .things-need-tab-button:hover,
.find-tab-btn:hover {
    color: rgba(0, 148, 217, 1);
} */

section.find-perfect-card-section .find-tab-btn {
  color: #fff !important;
  font-family: "Roboto Condensed";
  /* min-width: 185px; */
}

.exclusivity_sec .flex {
  font-family: "Roboto Condensed";
}

.tab-cards {
  max-width: 488px;
}

.card-tabs-outer button {
  min-width: 186px;
}

.things-need-tabs-container {
  border-radius: 13px;
  /* Keeping original 24px as default (desktop/large screen) */
  font-size: 24px;
  font-weight: 400;
  padding: 21px 31px;
}

@media (max-width: 768px) {

  .things-need-tab-button,
  .find-tab-btn {
    font-size: 2.2rem;
  }
}

/* --- Responsive Changes for Mobile/Small Screens (max-width: 639px) --- */
@media (max-width: 639px) {

  /* 1. Add horizontal padding to the main section to move content off the screen edges */
  .things-need {
    padding: 32px 16px;
    /* Added 16px left/right padding for outer spacing */
  }

  .things-need-main h2 {
    /* Smaller size for mobile */
    font-size: 28px;
  }

  .things-need-p {
    /* Smaller size for mobile */
    font-size: 16px;
    margin-bottom: 20px;
  }

  .things-need-tab {
    margin-top: 10px;
    margin-bottom: 0;
    gap: 18px;
  }

  .things-need-tab-button {
    /* Smaller size for tabs on mobile */
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .things-need-tabs-container {
    /* Smaller font size for content text */
    font-size: 16px;
    /* Uniform internal padding for the white box, now that outer container handles margin */
    padding: 20px;
    /* Slightly reduce border radius on mobile content box */
    border-radius: 10px;
  }
}

/* faqs */
.faq-blue-text {
  color: rgba(0, 148, 217, 1);
}

.faq-blue-border {
  border-color: rgba(0, 148, 217, 1);
}

.faq-section .text-center h2 {
  font-size: 36px;
}

.faq-section .text-center p {
  font-size: 24px;
}

.faq-section .text-center a {
  font-size: 16px;
}

.faq-section .text-center a:hover {
  text-decoration: underline;
}

section.faq-section .accordion-item {
  border-radius: 0.5rem;
  overflow: hidden;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
  background-color: white;
  transition: box-shadow 0.3s;
}

section.faq-section #accordion-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

section.faq-section .accordion-header {
  width: 100%;
  padding: 28px 22px;
  text-align: left;
  font-weight: 600;
  font-size: 2rem;
  color: #1b1139;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: none;
  background: transparent;
  transition: background-color 0.2s;
}

/* Active header styling for the open accordion */
section.faq-section .accordion-header.faq-active-header {
  color: rgba(0, 148, 217, 1);
}

/* .accordion-item {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
} */

/* Styling for the content area */
section.faq-section .accordion-content {
  padding: 0px 24px 0px 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, padding 0.2s ease;
}

section.faq-section .accordion-content.active {
  max-height: 500px;
  padding: 0px 24px 22px 24px;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

section.faq-section .accordion-content p {
  font-size: 2rem;
  color: #363049;
}

/* --- MOBILE RESPONSIVENESS (max-width: 639px) --- */
@media (max-width: 639px) {

  /* Targeting H2 (Header) - Matches 28px pattern */
  .text-center h2 {
    font-size: 32px;
  }

  .applied_already_heading {
    font-size: 4.4rem !important;
  }

  /* Targeting P (Sub-header) - MATCHES 18px pattern from things-need P */
  .text-center p {
    font-size: 2.5rem;
  }

  /* Accordion Header - 16px */
  .accordion-header {
    font-size: 16px;
    padding: 1rem;
  }

  section.faq-section .accordion-content {
    padding: 0 1rem;
  }

  section.faq-section .accordion-content.active {
    padding: 0 1rem 1rem 1rem;
  }

  /* Accordion Content P - 14px */
  section.faq-section .accordion-content p {
    font-size: 1.75rem;
  }
}

/* mobile app  */
.mobile-app {
  background-image: url("../img/easy-sections/mobile_app-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mobile-app-main {
  overflow-y: hidden;
}

.mobile-app-main h2 {
  font-size: 5.1rem;
  color: white;
  font-weight: 700;
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.mobile-app-main .main_heading_para {
  font-size: 2.7rem;
  font-weight: 400;
}

.mobile-app-main span {
  font-size: 15px;
  font-weight: 400;
}

.mobile_app_img {
  width: 180px;
  margin-top: 18px;
}

.mobile-qr-container span {
  bottom: -25px;
}

@media (max-width: 1023px) {
  .mobile-app-main h2 {
    font-size: 4rem;
  }

  .mobile-app-main .main_heading_para {
    font-size: 18px;
  }

  .mobile-app-main span {
    font-size: 12px;
  }

  .mobile-app img {
    width: 120px;
  }
}

@media (max-width: 768px) {
  .mobile-app-main {
    padding: 12px 20px 0 20px;
  }

  .mobile-app-main h2 {
    font-size: 2rem;
  }

  .mobile-app-main .main_heading_para {
    font-size: 16px;
  }

  .mobile-app-main span {
    font-size: 8px;
  }

  .mobile-app img {
    width: 80px;
  }

  .mobile-qr-container span {
    bottom: -15px;
  }
}

@media (max-width: 480px) {
  .things-need-tab.flex button {
    width: max-content;
    min-width: 149px;
  }

  .things-need-tab-outer {
    overflow: scroll;
    overflow-y: hidden;
    border-bottom: 1px solid #0000001a;
  }

  .things-need-tab {
    border: 0 !important;
  }

  .mobile-app-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 40px;
  }

  .mobile-app-main h2 {
    font-size: 2.25rem;
    line-height: 16px;
  }

  .mobile-app-main .main_heading_para {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 16px;
  }

  .mobile_app_img {
    position: absolute;
    width: 95px;
    right: 0;
  }

  .mobile-app-responsive-hidden {
    display: none;
  }

  .mobile-app-stores {
    flex-direction: row;
    margin-top: 15px;
  }

  .mobile-app-stores img {
    width: 100px;
  }
}

/* assistance section  */
.assistance {
  padding: 50px 0;
}

.assistance h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.assistance p {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

h2.applied_already_heading {
  margin-bottom: 10px;
}

.assistance-card {
  display: flex;
  gap: 14px;
}

.assistance-card-icon img {
  min-width: 30px;
  object-fit: cover;
}

.assistance-card-text h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}

.assistance-card-text span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.8;
}

div#compare-popup .relative.bg-gradient-to-r {
  background: linear-gradient(180deg, #2d89ae 0%, rgb(77 174 213) 100%);
  padding: 17px;
  font-size: 2rem;
}

a#resendLink {
  color: #0094d9 !important;
  opacity: 1 !important;
}

.assistance-card-text a {
  color: rgba(0, 148, 217, 1);
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
}

.exclusivity_box .exclusivity_box_banner {
  height: 328px;
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
}

.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #d2d5db;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.custom-checkbox:checked {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #639abb;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox:focus-visible {
  outline: 2px solid #0094d9;
  outline-offset: 2px;
}

/* --- Category Pills --- */
.cat-pill {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  border-radius: 30px;
  padding: 8px 24px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
}

.cat-pill:hover {
  background-color: #f0f0f0;
}

.cat-pill.active {
  background-color: #0094d9;
  border-color: #0094d9;
  color: white;
  font-weight: 800;
}

/* cat pill dark */
body.dark-mode .cat-pill.active {
  background-color: var(--color4);
  border-color: var(--color4);
}

/* --- Animations --- */
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Compare Popup Transitions --- */
#compare-popup {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.translate-y-full {
  transform: translateY(110%);
}

.translate-y-0 {
  transform: translateY(0);
}

button.compare-btn {
  font-size: 2rem;
  background: #0094d9;
  font-family: Roboto Condensed;
  font-weight: 600;
  line-height: 18.16px;
  text-align: center;
}

.compare-text {
  font-size: 2rem;
}

.swiper-pagination.justify-center.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  justify-content: center;
}

.get-card-check.flex.gap-3.items-start.mb-6 {
  padding: 20px 0;
}

a.card-btn.btn-v img {
  margin-left: 12px !important;
}

/* 3D SLIDER */

/* --- Find Perfect Card Section CSS --- */

/* Tab Switching Logic */
.find-tab-content {
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.find-tab-content.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  /* Reset absolute to take up space */
}

.find-tab-content.hidden {
  display: none;
}

/* 3D Slider Core Styles */
.perspective-1000 {
  perspective: 1200px;
  /* Depth of the 3D space */
}

.slider3d {
  position: relative;
  width: 300px;
  /* Size of the carousel ring */
  height: 200px;
  transform-style: preserve-3d;
  /* THE SLANT EFFECT: Tilted forward and slightly rotated */
  transform: rotateX(15deg) rotateZ(-5deg);
}

.slider3d_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  /* Smooth ease */
}

.slider-card {
  position: absolute;
  width: 280px;
  /* Card Width */
  height: 180px;
  /* Card Height */
  left: 10px;
  top: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  /* Ensure cards face outwards */
  backface-visibility: visible;

  @supports not (backdrop-filter: blur(5px)) {
    background: rgba(255, 255, 255, 0.2);
  }

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  /* .find-perfect-card-section {
        height: 700px;
    } */

  .slider3d {
    width: 220px;
    height: 150px;
  }

  .slider-card {
    width: 200px;
    height: 130px;
  }

  .assistance-cards-container {
    width: 95%;
    margin: 0 auto;
  }
}

section.find-perfect-card-section {
  padding: 44px 0px;
}

/* Swiper slide transition and layout tweaks to show only three visible cards
       (one center + previous and next). This forces a consistent slide width so
       slidesPerView:3 works predictably and hides all other slides.
    */
.activate_slider .swiper {
  overflow: visible;
  /* allow side slides to be visible outside container */
}

.activate_slider .swiper-wrapper {
  align-items: center;
  /* vertically center slides */
}

/* Force slide width so 3 slides fit and overlap nicely. Adjust if needed. */
.activate_slider .swiper-slide {
  /* width: 380px !important; */
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.86);
}

/* Only make the active and its immediate neighbours visible */
.activate_slider .swiper-slide-active,
.activate_slider .swiper-slide-prev,
.activate_slider .swiper-slide-next {
  opacity: 1 !important;
  pointer-events: auto;
}

/* Center slide - slightly larger and on top */
.activate_slider .swiper-slide-active {
  z-index: 30 !important;
  transform: scale(1.06) !important;
}

/* Side slides - smaller and behind the center */
.activate_slider .swiper-slide-prev,
.activate_slider .swiper-slide-next {
  z-index: 20 !important;
  transform: scale(0.92) !important;
}

/* Hide pagination overlap issues */
.activate_slider .swiper-pagination {
  position: relative;
  z-index: 50;
}

.banner-wrap .grid {
  width: 46rem;
}

.product_tab {
  width: max-content;
}

.card-btn span {
  font-size: 11px;
}

.product_outer {
  overflow-x: scroll;
  scrollbar-width: none;
}

div#filter-modal-content {
  max-width: 375px;
}

.product-card {
  padding: 20px !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner-wrap .grid {
    width: 60%;
  }

  .filter_product {
    display: none;
  }

  div#filter-modal {
    background: #000000a1;
    z-index: 99999;
  }

  .own_a_sbi_form {
    max-width: 100%;
  }

  .applied_already_sec .grid {
    width: 100%;
  }

  .applied_already_btn {
    flex-direction: column;
    gap: 12px;
    align-items: start;
  }

  .applied_overlay {
    background-size: unset !important;
  }

  .applied_already_sec {
    padding-top: 53px;
  }

  .applied_already_btn a {
    font-size: 14px;
  }
}

.mobile_image_applied {
  display: none;
}

@media (min-width: 576px) and (max-width: 767px) {
  .exclusivity_box .exclusivity_box_banner {
    height: 550px;
    object-fit: cover;
  }

  .desktop_image_applied {
    display: none !important;
  }

  .mobile_image_applied {
    display: block;
  }

  .banner-wrap .swiper-slide {
    background-position: bottom;
  }

  .banner-wrap .grid .flex p {
    text-align: center;
    line-height: 22px;
  }

  .get-card-main-grid {
    max-width: 100%;
    padding: 0px 15px;
  }

  .get-card-btn {
    padding: 15px 24px !important;
    width: 100%;
  }

  #content-eligibility p,
  #content-doc-primary p,
  #content-doc-secondary p {
    font-size: 14px !important;
  }

  #content-eligibility ul li,
  #content-doc-primary ul li,
  #content-doc-secondary ul li {
    font-size: 14px;
  }

  .things-need-tabs-container {
    margin-top: 16px;
  }

  .things-need-tab {
    width: 100%;
  }

  .own_a_sbi_form {
    max-width: 100%;
  }

  .faq-section {
    padding: 50px 15px;
  }

  .applied_already_sec .grid {
    width: 100%;
  }

  .applied_already_btn {
    flex-direction: column;
    gap: 0px;
    align-items: start;
  }

  .applied_overlay {
    background-size: unset !important;
  }

  .applied_already_sec {
    padding-top: 53px;
  }

  .applied_already_btn a {
    font-size: 14px;
  }

  .applied_already_sec .col-span-7 {
    width: 71%;
    padding-left: 15px;
    text-align: left;
    padding-bottom: 20px;
  }

  .exclusivity_box_small_card {
    padding-top: 54px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .applied_btn a {
    width: 100%;
    font-size: 1.5rem;
  }

  #compare-popup .max-w-\[60\%\] {
    max-width: 85%;
  }

  .sbi_btn_trans {
    justify-content: space-between;
  }

  .product-listing-wrap .grid {
    grid-template-columns: 1fr;
  }

  .bg-slider-outer {
    height: calc(100vh - 100px);
  }

  .assistance-card-text>div:nth-of-type(1) {
    min-height: 128px;
  }

  section.faq-section .accordion-header {
    padding: 2rem 1rem;
  }

  section.faq-section .accordion-header {
    font-size: 14px;
  }

  section.faq-section .accordion-header img {
    width: 12px;
    height: auto;
  }

  .product_outer {
    margin-bottom: 18px;
  }

  .accordion-content.active {
    width: 100%;
  }

  .accordion-header {
    font-size: 14px;
    padding: 14px;
  }

  .banner-content-block {
    width: 100% !important;
  }

  .faq-section .text-center h2 {
    font-size: 32px;
  }

  .things-need-tab {
    width: 100%;
  }

  .exclusivity_cnt {
    top: revert-layer;
    bottom: 0;
    width: 100%;
    padding: 32px;
    padding-top: 120px;
  }

  .exclusivity_box .exclusivity_box_banner {
    height: 550px;
    object-fit: cover;
    border-radius: 18px;
    width: 100%;
  }

  .banner-wrap .grid .flex p {
    text-align: center;
    line-height: 22px;
  }

  .hero-banner-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 70px;
  }

  .banner-wrap .grid {
    width: 85%;
  }

  .get-card-main-grid {
    max-width: 100% !important;
    padding: 0px 28px !important;
  }

  .get-card-btn {
    padding: 15px 24px !important;
    width: 100%;
  }

  #content-eligibility p,
  #content-doc-primary p,
  #content-doc-secondary p {
    font-size: 14px !important;
  }

  #content-eligibility ul li,
  #content-doc-primary ul li,
  #content-doc-secondary ul li {
    font-size: 14px;
  }

  .things-need-tabs-container {
    margin-top: 16px;
  }

  .own_a_sbi_form {
    max-width: 100%;
  }

  .faq-section {
    padding: 50px 15px;
  }

  .applied_already_sec .grid {
    width: 100%;
  }

  .applied_already_btn {
    flex-direction: column;
    gap: 0px;
    align-items: start;
  }

  .applied_overlay {
    /* background-size: unset !important; */
  }

  .applied_already_sec {
    padding-top: 53px;
  }

  .applied_already_btn a {
    font-size: 14px;
  }

  .applied_already_sec .col-span-7 {
    width: 95%;
    padding-left: 15px;
    text-align: left;
    padding-bottom: 32px;
  }

  .desktop_image_applied {
    display: none !important;
  }

  .mobile_image_applied {
    display: block;
    position: absolute;
    bottom: 0;
    /* margin-bottom: -66%; */
  }

  .exclusivity_box_small_card {
    padding-top: 54px;
  }


  section.get-card {
    height: 640px !important;
  }
}

div#otpInline input {
  height: 40px;
  width: 40px;
  padding: 0;
}

.activate_slider .swiper {
  transform: translateX(-32px) !important;
}

section.py-20.bg-white.activate_slider {
  overflow: hidden;
}

@media (max-width: 768px) {
  .activate_slider .swiper {
    transform: none;
  }

  section.py-20.bg-white.activate_slider .container {
    width: 80%;
    margin: auto;
  }
}

.rectangle-slider .rounded {
  border-radius: 28px;
}

.rectangle-slider .rounded {
  border-radius: 28px;
}

.hero-banner-title {
  font-size: 64px;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 28px;
}

.sbi_btn_white {
  background: #fff;
  border: 1px solid #fff;
  color: var(--color4);
}

.sbi_btn_white,
.sbi_btn_trans {
  font-size: 1.5rem;
  padding: 1.2rem 1.6rem;
  justify-content: space-between;
  font-family: "Roboto Condensed";
  width: max-content;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 18px;
  font-weight: 700;
  border-radius: 50px;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.4s all;
}

.sbi_btn_white span svg {
  transition: 0.4s all;
}

.sbi_btn_white:hover span svg,
.sbi_btn_trans:hover span svg {
  transform: translateX(3px);
}

.sbi_btn_trans {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.sbi_btn_trans span svg {
  transition: 0.4s all;
}

.banner-carousel-wrap .bg-cover {
  height: 430px;
}

.filter-content .custom-checkbox {
  width: 18px !important;
  height: 18px !important;
}

.main_heading h2 {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.main_heading h1 {
  text-transform: uppercase;
  letter-spacing: -1px;
  color: var(--color1);
}

.main_heading p {
  font-size: 2.4rem;
}

.main_heading .main_heading_para {
  font-size: 2.4rem;
}

.main_heading {
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 767px) {
  .main_heading h2 {
    font-size: 4rem;
  }

  .main_heading h1 {
    font-size: 4rem;
  }

  .main_heading p {
    font-size: 24px;
  }

  .main_heading .main_heading_para {
    font-size: 2.8rem;
  }
}

.applied_btn {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: repeat(2, 1fr);
  width: 62rem;
  gap: 12px;
}

.applied_btn a {
  width: 100%;
}

/* Background slider styling */
.bg-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Background slider zoom effect */
.bg-slider .swiper-slide {
  transform: scale(1);
  transition: transform 1.5s ease-out;
}

.bg-slider .swiper-slide-active {
  transform: scale(1.05);
}

/* Zoom out previous slide as it exits */
.bg-slider .swiper-slide-prev {
  transform: scale(1.2);
}

.bg-slider .swiper-slide-next {
  transform: scale(1);
}

/* Custom title slider - no Swiper */
.title-slide {
  opacity: 0;
  transform: translateY(40px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  transition: opacity 1.5s ease-out, transform 0.8s ease-out;
}

.title-slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 1.5s ease-out, transform 0.8s ease-out;
}

/* Pagination styling */
.swiper-pagination.justify-center {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hero_banner_heading {
  font-weight: 800;
}

/* Pagination styling - match index */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  background: #fff;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 991px) {
  .sbi_btn_white {
    font-size: 2rem;
  }

  .sbi_btn_trans {
    font-size: 2rem;
  }

  #compare-popup .max-w-\[60\%\] {
    max-width: 85%;
  }

  div#compare-slots {
    width: 100%;
  }

  .filled-slot {
    width: 60%;
  }

  .empty-slot {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  #compare-popup {
    z-index: 1049;
  }

  section.faq-section .accordion-header span {
    width: 90%;
  }

  .get-card-check label {
    font-size: 1.6rem;
  }

  .get-card input {
    padding: 20px 15px;
    font-size: 1.8rem;
  }

  div#compare-popup .max-w-\[40\%\] {
    max-width: 90%;
  }

  .filled-slot {
    width: 100%;
    height: auto;
  }

  .accordion-header img {
    width: 12px;
  }

  section.faq-section .accordion-header {
    padding: 16px 12px;
    font-size: 2rem;
  }

  .applied_btn {
    flex-direction: column;
    align-items: baseline;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }

  section.get-card {
    height: auto !important;
  }

  .container {
    max-width: 640px;
  }

  .hero_banner_heading {
    font-size: 40px;
    line-height: 42px;
  }

  .title-slider-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
  }

  .banner-wrap .grid {
    width: 90%;
  }
}

.load_more a {
  justify-content: center;
  font-weight: 500;
}

.load_more {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #0000001a;
  text-align: center;
}

/* 
.bg-slider-outer .swiper-pagination.justify-center.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    z-index: 9999999;
} */

@media (max-width: 768px) {
  .activate_slider .swiper {
    transform: none;
  }

  section.py-20.bg-white.activate_slider .container {
    width: 100%;
    margin: auto;
  }

  .activate_slider .swiper {
    transform: none !important;
  }
}

.myCardSlider h2 {
  font-size: 16px;
}

.myCardSlider p {
  display: none;
}

.myCardSlider a {
  font-size: 12px;
}

button#tablet-filter-icon {
  position: sticky;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 45px;
  margin-right: 10px;
  margin-top: -5px;
}

button#tablet-filter-icon::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 18px;
  height: 100%;
  background: linear-gradient(to right,
      #f8f8f8 0%,
      #f8f8f8 45%,
      #000 48%,
      /* start of line */
      #000 49%,
      /* end of line */
      #f8f8f8 55%,
      #f8f8f8 100%);
  pointer-events: none;
}

body.dark-mode button#tablet-filter-icon::after {
  background: linear-gradient(to right,
      #000 0%,
      #000 45%,
      #fff 48%,
      #fff 49%,
      #000 55%,
      #000 100%);
}

.filter_product_popup input {
  width: auto;
}

div#compare-slots {
  width: 100%;
}

.things-need-tab-outer::-webkit-scrollbar {
  display: none;
}

.exclusivity_sec .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #d2d5db;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s;
}

.exclusivity_sec .swiper.mySwiper {
  padding-bottom: 50px;
}

.exclusivity_sec .swiper-pagination-bullet-active {
  background: #0094d9;
  width: 8px;
  height: 8px;
}

@media (min-width: 991px) {
  .mobile-app-main h2 {
    font-size: 3rem !important;
  }

  .mobile-app-main.relative.flex.justify-evenly.items-center.text-white {
    column-gap: 10px;
  }

  .mobile_app_img {
    width: 160px;
    margin-top: 18px;
  }

  .mobile-app-main .main_heading_para {
    font-weight: 400;
    display: inline-block;
    font-size: 1.9rem;
  }
}

.mycardslider .cover-slide-title {
  font-size: 3.8rem;
  line-height: 0.9;
  color: #000;
  font-family: "Roboto Condensed";
  margin-bottom: 12px;
  text-transform: uppercase;
}

.mycardslider .cover-slide-text {
  font-size: 2.5rem;
  font-weight: 300;
  /* line-height: 25px; */
  font-family: "Roboto Condensed";
  margin-bottom: 25px;
  margin-top: -12px;
}

.mycardslider a.slide-cta {
  font-size: 2.2rem;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
  column-gap: 20px;
}

.slider-container .nav-btn {
  display: none;
}

.mycardslider a.slide-cta {
  font-size: 1.6rem !important;
}

.mycardslider .slide-content {
  background-size: 100% 100% !important;
  padding: 0px 20px !important;
}

@media (prefers-reduced-motion: reduce) {

  .slider3d,
  .swiper-slide {
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .activate_slider {
    padding: 0 !important;
  }

  .mycardslider .slide {
    width: 300px;
    height: 110px !important;
  }

  .mycardslider .cover-slide-title {
    font-size: 2rem;
    line-height: 0.9;
    color: #000;
  }

  .mycardslider .cover-slide-text {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

.mycardslider .slide {
  position: absolute;
  width: 712px;
  height: 280px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  user-select: none;
  max-width: 90vw;
}

.mycardslider .slide-content {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 0px 40px !important;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease;
}

.mycardslider .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.3s ease;

  @supports not (backdrop-filter: blur(10px)) {
    background: rgba(255, 255, 255, 0.2);
  }
}

.mycardslider .nav-btn:hover {
  transform: translateY(-50%) scale(1.1);
  background: white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.mycardslider .nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.dots-container {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 9;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  width: 30px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
}

/* Dark mode slider dots */
body.dark-mode .dot {
  background: rgba(255, 255, 255, 0.5);
}

body.dark-mode .dot.active {
  background: rgba(255, 255, 255, 1);
}

.mycardslider .cover-slide-title {
  line-height: 0.9;
  color: #000;
  margin-bottom: 12px;
}

.mycardslider a.slide-cta {
  font-size: 20px;
}

.slider-container .nav-btn {
  display: none;
}

.empty {
  display: none;
}

.banner-content-block:has(.active.empty) .banner_counter {
  display: none;
}

.sidebar-wrapper {
  position: sticky;
  top: 213px;
  transition: top 0.25s ease;
}

#sidebar-filters {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.sidebar-header {
  position: sticky;
  top: 0;
  z-index: 2;
}

.sidebar-scroll {
  overflow-y: auto;
  max-height: calc(100vh - 286px);
}

.sidebar-scroll {
  transition: max-height 0.25s ease;
}

.product_outer {
  transition: top 0.25s ease;
}

@media (min-width: 390px) and (max-width: 576px) {
  .bg-slider-pagination {
    bottom: 133px !important;
  }
}

/* Default: full popup */
#compare-popup {
  transition: transform 0.5s ease;
}

#compare-popup.compare-minimized {
  transform: translateY(calc(100% - 56px));
}

#compare-popup.compare-minimized .compare_dark {
  display: none;
}

#compare-popup.compare-minimized #minimise-compare-popup {
  transform: translateY(0%) rotate(180deg);
}

/* Hide content when minimized */
#compare-popup.compare-minimized .compare_dark {
  display: none;
}

@media (min-width: 1400px) {

  /* Allow the exclusivity banner to grow on large screens */
  .exclusivity_box .exclusivity_box_banner {
    height: auto !important;
    max-height: 360px;
  }

  /* Prevent inner absolute content from overflowing */
  .exclusivity_box {
    overflow: hidden;
  }

  /* Keep card image visually centered and contained */
  .exclusivity_box>div.absolute.z-20.w-full.top-0 img {
    max-height: 300px;
    width: auto;
    margin: 0 auto;
  }
}

.filled-slot-img-block {
  width: 40%;
  min-width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D2D5DB;
  padding: 5px 8px;
  height: 10rem;
}

/* Make product cards equal height */
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Push fee section + CTAs to bottom */
.card-bottom-start {
  margin-top: auto;
}

/* FAQ Active Border */
.faq-section .accordion-item {
  border: none;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.faq-section .accordion-item.faq-active {
  border: 1px solid rgba(0, 148, 217);
}

#slidesContainer {
  cursor: grab;
  user-select: none;
}

#slidesContainer.dragging {
  cursor: grabbing;
}

#resendLink.disabled {
    color: #9EA2AE !important;
}