.not-found-section {
  position: relative;
  width: 100%;
  /* padding-bottom: 59px; */
  padding-top: 24px;
  /* min-height: 600px; */
}

.Box404 {
  margin-top: 100px;
}

.Box404 img {
  width: 100%;
}

.Box404 h1 {
  font-size: 200px;
  line-height: 200px;
  color: #2e80ec;
  font-weight: 100;
}

.Box404 h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #222;
}

.Box404 p {
  margin: 15px 0;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 300;
}

.Box404 button {
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 24px;
  margin-top: 12px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1262ab !important;
    --bs-btn-border-color: #1262ab !important;
    --bs-btn-hover-bg: #0b3963 !important;
    --bs-btn-hover-border-color: #0b3963;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1262ab;
    --bs-btn-active-border-color: #1262ab;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a7caff;
    --bs-btn-disabled-border-color: #a7caff;
  }

  .btn-outline-primary {
    --bs-btn-color: #1262ab !important;
    --bs-btn-border-color: #1262ab !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #1262ab !important;
    --bs-btn-hover-border-color: #1262ab;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1262ab;
    --bs-btn-active-border-color: #1262ab;
    --bs-btn-disabled-color: #1262ab;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1262ab;
    --bs-gradient: none;
}




/* PUBLIC NAVBAR */
/* .publicNavbar .navbar-nav .nav-link:last-child {position: relative; margin-left: 40px; padding: 0 0 !important;} */
/* .publicNavbar .navbar-nav .nav-link:last-child:before {content: ""; position: absolute; left: -24px; top: 10px; width: 1.5px; height: 15px; background: #000;} */
.publicNavbar .nav-link {
  color: #000;
  padding: 18px 0px !important;
  margin: 0 14px;
  line-height: 0;
  position: relative;
  font-size: 15px;
}

.publicNavbar .nav-link sup {
  position: absolute;
  top: 7px;
  right: -13px;
}

.publicNavbar .nav-link:hover {
  color: #0c3963;
}

.publicNavbar .nav-link.active {
  color: #0c3963 !important;
  background-color: transparent !important;
}

.publicNavbar .nav-link:hover {
  color: #1463ad !important;
}

.activeIndicator {
  transition: all 0.3s ease;
}

/* DEAL MANAGEMENT SECTION */
.dealManagementSection::before {
  content: "Simple & Powerful";
  position: absolute;
  font-size: 60px;
  color: #ededed;
  top: 4px;
  left: 24px;
}

.dealManagementCards {
  position: relative;
}

.dealManagementCards::before {
  content: "";
  position: absolute;
  background-image: url(/assets/arrow-1.43c7c28a0ec08b287a8e.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 1;
  left: 0;
  top: 110px;
}

.dealManagementCards::after {
  content: "";
  position: absolute;
  background-image: url(/assets/arrow-2.88b244135c0f379873c2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 1;
  right: 5px;
  bottom: 80px;
}

.powerful-icon {
  width: 70px;
  height: 70px;
  background: #e2eaf4;
  background-image: linear-gradient(#f9f9f9, #f5f7f9, #e2eaf4, #e2eaf4, #e2eaf4, #e2eaf4);
  border-radius: 50px;
  float: left;
  margin-right: 20px;
  padding: 14px;
  align-self: center;
  display: flex;
}

.powerful-icon svg path {
  fill: #1262ab;
}

/* SOFTWARE ON A MISSION SECTION */
.softwaremission::before {
  content: "Software";
  position: absolute;
  font-size: 60px;
  color: #f3f3f3;
  z-index: -1;
  top: -2px;
  left: 24px;
}

.imagesHh {
  height: 460px;
  width: 460px;
  margin: auto;
}

.decorationCircle {
  width: 90%;
  height: 90%;
  background: transparent;
  display: block;
  position: absolute;
  border-radius: 500px;
  border: 0;
  inset: 0;
  margin: auto;
}

.decorationCircle::before {
  content: "";
  position: absolute;
  background: #1463ad;
  width: 55px;
  height: 55px;
  top: 25%;
  right: 0;
  border-radius: 50px;
}

.maximizing-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.skewBtn span {
  transition: 0.4s ease-in-out;
  transform: translate(0px, -1px);
  display: inline-block;
}

.skewBtn:hover {
  box-shadow: 1px 1px 18px #2f2d2d4d;
}

.skewBtn:hover span {
  transform: translate(2px, -4px);
}

.whiteBackground.skewBtn {
  background-color: #1262AB;
  border: 1px solid #1262AB;
  color: #fff;
}

.whiteBackground.skewBtn:hover {
  background-color: #fff;
  color: #1262AB;
  border: 1px solid #1262AB;
}

.whiteBackground.skewBtn:hover svg path {
  fill: #1262AB;
}

.darkBackground.skewBtn {
  background-color: #fff;
  border: 1px solid #1262AB;
  color: #1262AB;
}

.darkBackground.skewBtn:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.darkBackground.skewBtn svg path {
  fill: #1262AB;
}

.darkBackground.skewBtn:hover svg path {
  fill: #fff;
}

.darkBackgroundImage.skewBtn {
  background-color: #fff;
  border: 1px solid #1262AB;
  color: #1262AB;
}

.darkBackgroundImage.skewBtn:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.darkBackgroundImage.skewBtn svg path {
  fill: #1262AB;
}

.darkBackgroundImage.skewBtn:hover svg path {
  fill: #fff;
}

.requestADemoBtn:hover {
  background-color: transparent !important;
}

#custom-switch {
  cursor: pointer;
}

.scaleDown {
  transform: scale(1);
}

.homeBannerHeaading {
  border-bottom: 4px solid;
}

/* AIForYou Section */
.AIForYou {
  background-image: url(/assets/AI_home.fc480a0d8a10af9fc3b8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* LET'S TALK FORM */
.contactFormHome button[type="submit"] {
  background: #fff;
  color: #222;
  width: 200px;
  height: 50px;
}

/* VAVLUES & BUSINESS SECTION */
.valuesAndBusiness::before {
  content: "Values & Business";
  position: absolute;
  z-index: 1;
  top: 45%;
  transform: rotate(90deg) translateY(-50%);
  right: -50px;
  font-size: 45px;
  color: #ededed;
}

/* FAQs */
.homeFAQs::before {
  content: "FAQ";
  position: absolute;
  z-index: 1;
  transform: rotate(-90deg);
  font-size: 60px;
  color: #eeeeee;
  left: -2%;
  top: 75px;
}

/* REVENUE CARD */
.maximizing-content .card {
  height: 225px;
}

.maximizing-content .card p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* .homeForm .invalid-feedback {
  color: #ffca62 !important;
}
.homeForm .form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ffca62 !important;
}

.contactFormHome input {
  background: transparent !important;
  background-color: transparent !important;
}
.contactFormHome .form-check-input:checked[type="checkbox"] {
  border-color: #fff;
} */
/* LET'S TALK FORM SECTION - HOME PAGE */
.contactFormHome .form-label {
  color: #fff;
}

.font-manrope {
  font-family: "Manrope", sans-serif !important;
}

/* FOUNDER SECTION */
.founderSection {
  background-color: #eeeeee;
}

.founderSection .position-relative.w-fit {
  width: 100%;
}

.sliderImage .position-relative.w-fit {
  width: 100%;
}

.addPartnerBackButton {
  right: 24px;
  top: 80px;
}

.addPartnerBackButton:hover svg path {
  fill: #fff;
}

.form-switch .form-check-input {
  background-color: #34B263 !important;
  border-color: #34B263 !important;
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e") !important;
}

.form-check-input:checked {
  background-color: #34B263 !important;
  border-color: #34B263 !important;
}

@media screen and (max-width: 1200px) {
  .navbar-brand img {
    width: 120px;
  }

  .softwaremission::before {
    display: none;
  }

  .homeFAQs::before {
    display: none;
  }

  .valuesAndBusiness::before {
    display: none;
  }

  .dealManagementSection::before {
    display: none;
  }

  .valuesAndBusiness::before {
    display: none;
  }

  .dealManagementCards::before {
    display: none;
  }

  .dealManagementCards::after {
    display: none;
  }
}

@media screen and (max-width: 992px) {

  .maximizing-content .card {
    height: auto;
  }

  .imagesHh {
    height: 355px;
    width: 355px;
    margin-top: 75px;
  }

  .decorationCircle::before {
    width: 40px;
    height: 40px;
  }

  .CE-Navbar .nav-link:last-child {
    margin-left: 0px !important;
  }

  .navbar-brand img {
    width: 80px;
  }

  /* .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    border-bottom: none !important;
  } */
  .navbar-nav .nav-link:last-child:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .AIForYou {
    background-image: none;
    background-color: #1463ad;
  }

  .imagesHh {
    height: 200px;
    width: 201px;
    margin-top: 0;
  }

  .decorationCircle::before {
    width: 22px;
    height: 22px;
  }

  .bannerSectionHome::after {
    height: 35%;
  }

  .bannerSectionHome {
    background-image: none !important;
  }
}

@media screen and (max-width: 576px) {
  .AIForYou {
    background-image: none;
  }

  .scaleDown {
    transform: scale(0.8);
  }
}

.hover-card {
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.hover-card:hover {
  transform: scale(1.05);
  /* Zoom in on hover */
}




.quick-link {
  position: relative;
  /* display: inline-block; */
  color: white;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.quick-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: white;
  transition: width 0.9s ease;
}

.quick-link:hover::after {
  width: 100%;
}
.custom-dialog-margin {
    margin-top: 50px !important;
}

/* .my-offcanvas-body {
    margin-top: 60px !important;
    background-color: #f8f9fa;
} */

@media (min-width: 320px) and (max-width: 1024px) {
  .heading-responsive-margin {
    margin-bottom: 24px !important
  }
}
.faq-accordion .accordion-button {
 padding-left: 0px !important;
 padding-right: 0px !important;
 
}

.custom-carousel .slick-dots {
    position: static;
    width: fit-content;
    padding: 3px 4px 0px;
    margin: 0 auto;
    display: flex !important;
    background: transparent;
    border-radius: 50px;
    height: fit-content;
}

.dealDetailsCarousel .custom-carousel .slick-dots {
    position: absolute;
    top: 8px;
    right: 11px;
}

.slick-slide img {
    height: 100%;
}

.custom-carousel .slick-dots li {
    width: 10px;
    height: auto;
    margin: 0 5px;
    padding: 0;
}

.custom-carousel .slick-dots li button {
    width: auto;
    height: auto;
    padding: 0px;
}

.custom-carousel .slick-dots li button:before {
    position: static;
}


.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: white;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 1px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    font-size: 25px;
}

.custom-arrow-left {
    left: -25px;
}

.custom-arrow-right {
    right: -25px;
}


.rg .slide-item {
    padding: 10px !important;
}

.rg .slide-item img {
    border: 1px solid #ddd;
}

.rg .slick-dots li button:before {
    font-size: 12px;
}

.lightboxCarousel .slick-track {
    display: flex;
    align-items: center;
}

.thumb-nav-btn {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

.thumb-nav-btn:hover:not(:disabled) {
    background: #1463ad;
    border-color: #1463ad;
}

.thumb-nav-btn:hover:not(:disabled) svg path {
    fill: #fff;
}

.thumb-nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
/* ---------- GENERAL LAYOUT ---------- */
.maximizing-content {
    background: linear-gradient(180deg, #f8f9fa 0%, #eef2f6 100%);
}

/* ---------- TEXT BOXES ---------- */
.flow-box {
    text-align: center;
    align-items: center;
    background: #ddd;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 600;
    color: #0053BB;
    /* display: inline-block; */
    min-width: 140px;
    transition: all 0.3s ease;
}

.flow-box:hover {
    background: #007bff;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
    transform: translateY(-3px);
}

/* ---------- ARROW BOXES ---------- */
.arrow-box {
    position: relative;
    background: linear-gradient(90deg, #004aad, #007bff);
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 2px 50px;
    display: inline-block;
    /* border-radius: 50px; */
    min-width: 320px;
    transition: all 0.3s ease;
}

.arrow-box::before,
.arrow-box::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.arrow-box::before {
    left: -28px;
    border-right: 33px solid #004aad;
}

.arrow-box::after {
    right: -28px;
    border-left: 28px solid #007bff;
}

.arrow-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

/* ---------- BROKER BOX ---------- */
.broker-box {
    background: #dddddd;
    border-radius: 8px;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

/* ---------- RESPONSIVE DESIGN ---------- */
@media (max-width: 768px) {
    .arrow-box {
        min-width: 250px;
        font-size: 0.95rem;
        padding: 10px 30px;
    }

    .arrow-box::before,
    .arrow-box::after {
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }

    .flow-box {
        min-width: 100px;
        font-size: 0.9rem;
    }
}
.MuiFormHelperText-root {
    font-family: "Manrope", sans-serif !important;
    font-weight: 500 !important;
    font-size: 12.5px !important;
    color: #dc3545 !important;
    /* Bootstrap 'text-danger' color */
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.MuiPickersOutlinedInput-sectionsContainer {
    font-size: 14px;
    font-weight: 590 !important;
    font-family: "Manrope", sans-serif !important;

}

.MuiPickersInputBase-root.MuiPickersOutlinedInput-root.MuiPickersInputBase-fullWidth.MuiPickersInputBase-colorPrimary.MuiPickersInputBase-inputSizeSmall.MuiPickersInputBase-adornedEnd.w-100.text-small.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root {
    height: 47px !important;
}


.MuiPickersInputBase-root.MuiPickersOutlinedInput-root.MuiPickersInputBase-fullWidth.MuiPickersInputBase-colorPrimary.MuiPickersInputBase-adornedEnd.w-100.text-small.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root {
    height: 49px !important;
    font-size: 14px;
    font-weight: 600 !important;
    font-family: "Manrope", sans-serif !important;
}


.fullWidth.MuiPickersInputBase-colorPrimary.MuiPickersInputBase-inputSizeSmall.MuiPickersInputBase-adornedEnd.w-100.text-small.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.MuiPickersInputBase-root.MuiPickersOutlinedInput-root.MuiPickersInputBase-fullWidth.MuiPickersInputBase-colorPrimary.MuiPickersInputBase-adornedEnd.w-100.text-small.css-18qp6qv {
    height: 46px !important;
}

.MuiPickersSectionList-root.MuiPickersInputBase-sectionsContainer.css-gfka5e-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
    font-size: 14px;
    font-weight: 590 !important;
    font-family: "Manrope", sans-serif !important;
}

.MuiPickersSectionList-root.MuiPickersInputBase-sectionsContainer.css-15395ss-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
    /* font-weight: 590 !important; */
    font-family: "Manrope", sans-serif !important;

    /* line-height: 21px; */
}
/* Base skeleton block */
.skel {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #eef1f5;
    isolation: isolate;
}

/* ===== ADVANCED FLOWING GRADIENT ===== */
.skel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg,
            rgba(255, 255, 255, 0) 25%,
            rgba(255, 255, 255, 0.85) 40%,
            rgba(255, 255, 255, 0) 55%);
    transform: translateX(-120%);
    animation: skelFlow 1.6s cubic-bezier(.4, 0, .2, 1) infinite;
}

@keyframes skelFlow {
    100% {
        transform: translateX(120%);
    }
}

/* ===== SOFT BREATHING EFFECT ===== */
.skel-pulse {
    animation: skelPulse 2.4s ease-in-out infinite;
}

@keyframes skelPulse {
    0% {
        opacity: .65
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .65
    }
}

/* ===== CARD STAGGER LOAD ===== */
.skel-card {
    transform: translateY(14px);
    opacity: 0;
    animation: skelCardIn .6s ease forwards;
}

.skel-card:nth-child(1) {
    animation-delay: .05s
}

.skel-card:nth-child(2) {
    animation-delay: .15s
}

.skel-card:nth-child(3) {
    animation-delay: .25s
}

.skel-card:nth-child(4) {
    animation-delay: .35s
}

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

/* ===== CHART BAR ANIMATION ===== */
.skel-bar {
    height: 12px;
    border-radius: 6px;
    background: #dfe5ec;
    transform-origin: left;
    animation: skelGrow 1.2s ease-out infinite alternate;
}

@keyframes skelGrow {
    from {
        transform: scaleX(.3);
    }

    to {
        transform: scaleX(1);
    }
}

/* ===== TABLE ROW SHIMMER ===== */
.skel-row {
    height: 18px;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* ===== FADE APPEAR ===== */
.skel-fade {
    animation: skelFade .5s ease forwards;
    opacity: 0;
}

@keyframes skelFade {
    to {
        opacity: 1
    }
}
.lightbox-content {
  background-color: #191919e6 !important;
  border: none;
  border-radius: 0;
}

.lightbox-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Close Button */
.lightbox-close {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 9999 !important;
  background: rgba(30, 30, 30, 0.85) !important;
  border: none !important;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}

.lightbox-close:hover {
  background: rgba(220, 53, 69, 0.95) !important;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.lightbox-close:active {
  transform: scale(0.98);
}

.lightbox-close svg {
  width: 20px;
  height: 20px;
}

.lightbox-close svg path {
  stroke: #ffffff;
  stroke-width: 2.5;
}

/* Image Counter */
.lightbox-counter {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background: rgba(30, 30, 30, 0.85);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(20px);
  border: none;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}

/* Media Container */
.lightbox-media-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image Styles */
.lightbox-image {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

/* Video Styles */
.lightbox-video {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  border-radius: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  background: #000;
}

/* Audio Styles */
.lightbox-audio-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.lightbox-audio {
  width: 100%;
  max-width: 500px;
}

/* Embed Styles */
.lightbox-embed {
  width: 100%;
  height: 85vh;
  max-height: 600px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* Fallback Styles */
.lightbox-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px;
}

/* Navigation Buttons */
.lightbox-nav {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 9999 !important;
  background: rgba(30, 30, 30, 0.85) !important;
  border: none !important;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}

.lightbox-nav:hover {
  background: rgba(50, 50, 50, 0.95) !important;
  transform: translateY(-50%) scale(1.1) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8);
}

.lightbox-nav:active {
  transform: translateY(-50%) scale(0.98) !important;
}

.lightbox-nav svg {
  width: 24px;
  height: 24px;
}

.lightbox-nav svg path {
  stroke: #ffffff;
  stroke-width: 3;
}

.lightbox-nav-prev {
  left: 20px !important;
}

.lightbox-nav-next {
  right: 20px !important;
}
body.lightbox-open.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}
.lightbox-modal {
  padding: 0 !important;
}

.lightbox-modal.modal {
  padding-right: 0 !important;
}

.lightbox-modal .modal-dialog {
  margin: 0 !important;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
}

.lightbox-modal .modal-content {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .lightbox-modal .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100vw - 1rem);
  }

  .lightbox-body {
    min-height: 300px;
    padding: 15px;
  }

  .lightbox-close {
    width: 36px;
    height: 36px;
    top: 10px;
    right: 10px;
  }

  .lightbox-close svg {
    width: 20px;
    height: 20px;
  }

  .lightbox-counter {
    top: 10px;
    font-size: 12px;
    padding: 6px 12px;
  }

  .lightbox-nav {
    width: 40px;
    height: 40px;
  }

  .lightbox-nav svg {
    width: 24px;
    height: 24px;
  }

  .lightbox-nav-prev {
    left: 10px;
  }

  .lightbox-nav-next {
    right: 10px;
  }

  .lightbox-image,
  .lightbox-video {
    max-height: 70vh;
  }

  .lightbox-embed {
    height: 70vh;
  }
}

/* Smooth transitions */
.lightbox-image,
.lightbox-video,
.lightbox-embed {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/*  Force bullets to appear in Terms page */
.terms-list,
.terms-list li {
  list-style: disc !important;
}

.terms-list {
  padding-left: 20px;
}


.privacy-list,
.privacy-list li {
  list-style: disc !important;
}

.privacy-list {
  padding-left: 20px;
}
:root {
    --primary-brand: #135faa;
    --secondary-brand: #0d2b4d
}

.main-color {
    color: var(--primary-brand)
}

.heading-color {
    color: var(--secondary-brand)
}

.custom-radio .form-check-input {
    margin-right: 6px !important
}

.custom-radio .form-check-label {
    margin: 0 !important
}

/* ===== DEFAULT (DESKTOP ≥1200px) ===== */
.desktop-toggle {
    display: block
}

.tablet-toggle {
    display: none !important
}

.cards-wrapper1 {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr)
}

.cards-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr)
}

.header-section {
    grid-column: 1/2;
    padding-right: 20px
}

.pricing-card {
    border: 1px solid #e0e0e0;
    transition: all .3s ease;
    flex-direction: column
}

.pricing-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    transform: translateY(-3px)
}

.btn-subscribe {
    transition: all .3s ease;
    border: none
}

.btn-primary-custom {
    background: var(--primary-brand);
    color: #fff
}

.btn-primary-custom:hover {
    background: #1565c0
}

.btn-outline-custom {
    background: #fff;
    border: 1px solid #ddd;
    color: #333
}

.btn-outline-custom:hover {
    background: #1565c0;
    color: #fff
}

.seg-btn.active {
    background: var(--primary-brand) !important;
    color: #fff !important;
    transition: all .3s ease
}

.seg-btn .bi {
    color: #000
}

.seg-btn.active .bi {
    color: #fff !important
}

.features-list {
    padding-left: 0 !important
}

/* ===== MOBILE + TABLET (≤1200px) ===== */
@media(max-width:1200px) {
    .desktop-toggle {
        display: none !important
    }

    .tablet-toggle {
        display: inline-flex !important
    }

    .sticky-wrapper {
        display: none !important
    }

    .feature-value {
        display: none
    }

    .feature-value.show {
        display: table-cell
    }
}

/* ===== TABLET (769px – 1200px) ===== */
@media(min-width:769px) and (max-width:1200px) {
    .cards-wrapper {
        grid-template-columns: repeat(4, 1fr)
    }

    .header-section {
        grid-column: 1/-1;
        padding-right: 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .header-section p,
    .pricing-description {
        max-width: 700px;
        margin: 0 auto
    }

    .pricing-subtitle {
        display: none
    }

    .subscription-title {
        order: 1
    }

    .plan-toggle {
        order: 2;
        margin: 0 auto 16px
    }

    .pricing-description {
        order: 3;
        margin-bottom: 24px
    }
}

/* ===== MOBILE (≤768px) ===== */
@media(max-width:768px) {
    .cards-wrapper {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .header-section {
        text-align: center
    }
}

img.mb-2.price.medal {
    width: 100px !important;
    height: 100px !important;
}
/* 
 * Responsive Design Fixes
 * Mobile-first responsive optimizations for better mobile experience
 */

/* Prevent iOS zoom on input focus by ensuring 16px minimum font size */
@media screen and (max-width: 767px) {
  /* input[type="text"],
  input[type="email"], 
  input[type="password"],
  input[type="tel"],
  input[type="url"],
  input[type="search"],
  input[type="number"],
  input[type="date"],
  input[type="datetime-local"],
  select,
  textarea {
    font-size: 16px !important;
    min-height: 44px; 
  } */

/* 
  .btn,
  button {
    min-height: 44px;
    min-width: 44px;
    padding: 8px 16px;
  } */

  /* Make small buttons larger on mobile for better touch experience */
  .btn-sm {
    min-height: 40px;
    padding: 6px 12px;
    font-size: 14px;
  }

  /* Improve spacing for mobile touch */
  .form-group,
  .mb-3 {
    margin-bottom: 1.5rem;
  }

  /* Better mobile table experience */
  /* .table-responsive {
    border: none;
    -webkit-overflow-scrolling: touch;
  } */

  /* Hide desktop-only elements on mobile */
  .d-none.d-lg-block {
    display: none !important;
  }

  /* Improve mobile modals */
  /* .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  } */

  /* .modal-content {
    border-radius: 12px;
  } */

  /* Better mobile navigation touch targets */
  .nav-link,
  .navbar-nav .nav-link {
    padding: 12px 16px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  /* Improve card spacing on mobile */
  .card {
    margin-bottom: 1rem;
  }

  /* Better mobile typography */
  /* h1, .h1 { font-size: clamp(1.8rem, 5vw, 2.5rem); }
  h2, .h2 { font-size: clamp(1.5rem, 4vw, 2rem); }
  h3, .h3 { font-size: clamp(1.3rem, 3.5vw, 1.75rem); }
  h4, .h4 { font-size: clamp(1.1rem, 3vw, 1.5rem); }
  h5, .h5 { font-size: clamp(1rem, 2.5vw, 1.25rem); }
  h6, .h6 { font-size: clamp(0.9rem, 2vw, 1rem); } */

  /* Responsive padding for containers */
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Better mobile tables - convert to cards */
  .mobile-card-table {
    display: block;
  }

  .table-responsive table {
    min-width: 600px;
  }

  /* Mobile table improvements */
  /* .table-responsive {
    position: relative;
  } */
/* 
  .table-responsive::after {
    content: "→";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    pointer-events: none;
    opacity: 0.7;
  } */

  /* Mobile scrolling hint */
  .table-responsive:not(:hover)::after {
    animation: pulse-right 2s infinite;
  }

  @keyframes pulse-right {
    0%, 100% { opacity: 0.7; transform: translateY(-50%) translateX(0); }
    50% { opacity: 1; transform: translateY(-50%) translateX(5px); }
  }
}

/* Tablet optimizations */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Tablet-specific touch targets */
  /* .btn {
    min-height: 42px;
    padding: 8px 20px;
  } */

  /* Better tablet modals */
  /* .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  } */
}

/* Desktop optimizations */
/* @media screen and (min-width: 992px) {
  .btn {
    min-height: 38px;
    min-width: auto;
  }
} */

/* High DPI display optimizations */
@media screen and (-webkit-min-device-pixel-ratio: 2), 
       screen and (min-resolution: 192dpi) {
  /* Ensure crisp borders on high DPI displays */
  /* .border,
  .card,
  .btn {
    border-width: 0.5px;
  } */
}

/* Landscape phone optimizations */
@media screen and (max-height: 500px) and (orientation: landscape) {
  /* Reduce modal padding in landscape */
  .modal-body {
    padding: 1rem;
  }

  /* Smaller headers in landscape */
  h1, .h1 { font-size: 1.5rem; }
  h2, .h2 { font-size: 1.3rem; }
  h3, .h3 { font-size: 1.1rem; }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus improvements for keyboard navigation */
.btn:focus,
.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 97, 171, 0.25);
  border-color: #1161AB;
}

/* Better touch feedback */
@media (hover: none) {
  .btn:hover {
    transform: none;
  }
  
  .btn:active {
    transform: scale(0.98);
  }
}

/* Mobile Navigation & Touch Target Enhancements */
@media screen and (max-width: 768px) {
  /* Touch Target Standards - WCAG 2.1 AAA Compliance */
  /* button,
  .btn,
  [role="button"],
  a:not(.nav-link),
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  .clickable {
    min-height: 44px !important;
    min-width: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  } */

  /* Enhanced Form Controls */


  /* Enhanced Focus States for Accessibility */
  /* input:focus,
  textarea:focus,
  select:focus,
  button:focus,
  .btn:focus {
    outline: none !important;
    border-color: #1161AB !important;
    box-shadow: 0 0 0 3px rgba(17, 97, 171, 0.25) !important;
  } */

  /* Mobile-Optimized Checkboxes and Radio Buttons */
  /* input[type="checkbox"],
  input[type="radio"] {
    min-width: 20px !important;
    min-height: 20px !important;
    margin: 8px !important;
    transform: scale(1.2) !important;
  } */

  /* Enhanced Dropdown Touch Targets */
  .dropdown-toggle {
    min-height: 44px !important;
    padding: 12px 16px !important;
  }

  /* .dropdown-item {
    padding: 12px 20px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
  } */

  /* Mobile-Specific Navigation Improvements */
  .nav-link {
    padding: 12px 20px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Mobile Content Spacing */
  .container,
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Mobile Typography Scaling */
  /* h1, .h1 { font-size: clamp(1.75rem, 5vw, 2.5rem) !important; }
  h2, .h2 { font-size: clamp(1.5rem, 4vw, 2rem) !important; }
  h3, .h3 { font-size: clamp(1.25rem, 3.5vw, 1.75rem) !important; }
  h4, .h4 { font-size: clamp(1.1rem, 3vw, 1.5rem) !important; }
  h5, .h5 { font-size: clamp(1rem, 2.5vw, 1.25rem) !important; }
  h6, .h6 { font-size: clamp(0.9rem, 2vw, 1rem) !important; } */

  /* Mobile Card Enhancements */
  .card {
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 20px !important;
  }

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

  /* Mobile Modal Improvements */
  /* .modal-dialog {
    margin: 20px !important;
    max-width: calc(100% - 40px) !important;
  } */

  /* .modal-content {
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2) !important;
  } */

  .modal-header {
    padding: 20px 24px !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }

  .modal-body {
    padding: 24px !important;
  }

  .modal-footer {
    padding: 20px 24px !important;
    border-top: 1px solid #f0f0f0 !important;
  }

  /* Enhanced Table Responsiveness */
    .table-responsive {
        border-radius: 5px !important;
        /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important; */
        margin-bottom: 20px !important;
        border: 1px solid #ccc;
        /* border-top: 0; */
    }

  /* .table-responsive::after {
    content: "→ Scroll to see more";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
    pointer-events: none;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, white 20%);
    padding-left: 20px;
  } */

  /* Mobile Form Spacing */
  .form-group,
  .mb-3,
  .my-3 {
    margin-bottom: 24px !important;
  }

  /* Enhanced Link Touch Targets */
  /* a:not(.btn):not(.nav-link) {
    padding: 8px 4px !important;
    margin: -8px -4px !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
  } */
}

/* Tablet-Specific Optimizations */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  } */

  /* Tablet touch targets */
  /* button,
  .btn {
    min-height: 40px !important;
    padding: 10px 20px !important;
  } */

}

/* High DPI Display Enhancements */
@media screen and (-webkit-min-device-pixel-ratio: 2), 
       screen and (min-resolution: 192dpi) {
  .border,
  .card,
  .btn,
  .form-control {
    border-width: 0.5px !important;
  }
}


