@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
body {
  font-family: "Inter", sans-serif !important;
}
.banner-bx {
  padding: 60px 0px;
   background: radial-gradient(at top, #eef2ff 0%, #f8fafc 100%); 
}
.banner-heading {
  text-align: start;
  color: #020202;
  font-size: 3rem;
  text-transform: capitalize; 
  margin-top: 20px;
  font-weight: 700;
  font-family: "Manrope", sans-serif !important;
}
.banner-phead {
  margin-bottom: 0px;
  font-size: 19px;
  font-weight: 500;
  color: #5b89ff;
}
.banner-p {
  color: #666;
  text-align: start;
  font-size: 15px;
}
.banner-img {
  margin-top: 10px;
  text-align: center;
}
.banner-img img {
  width: 100%;
  height: 370px;
  border-radius: 20px;
}
.model-image {
  text-align: center;
}
.model-image img {
  width: 512px;
  height: 330px;
}
.text-left {
  text-align: left;
}
@media (max-width: 768px) {
  .banner-bx {
    padding: 0px;
  }
  .banner-phead {
    line-height: 24px;
  }
  .text-left {
    text-align: center !important;
  }
  .banner-img img {
    width: 372%;
    height: 254px;
  }
  .model-image img {
    width: 412;
    height: 258px;
  }
}
.btn-expert {
  margin-top: 1rem;
  text-align: center;
}
.btn-expert .expert-click-btn {
  background: #0066ff;
  color: #fff;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid #0066ff;
  margin-top: 20px;
  transition: 0.5s;
}
.btn-expert .expert-click-btn:hover {
  background: #0058dc;
  color: rgb(255, 255, 255);
  border: 1px solid #0058dc;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .btn-expert {
    text-align: center;
  }
  .btn-expert .expert-click-btn {
    font-size: 15px;
    border-radius: 3px;
    padding: 8px 25px 8px 25px;
  }
  .banner-img img {
    height: 245px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .btn-expert {
    margin-bottom: 1rem;
  }
  .banner-heading {
    font-size: 28px;
  }
  .banner-p {
    font-size: 15px;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn-expert .expert-click-btn {
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    border-radius: 5px;
  }
  .banner-img {
    text-align: center;
  }
  .banner-img img {
    height: 367px;
    width: 82%;
  }
}
.section-white {
  background: white;
  padding: 2rem 0 2rem 0;
}
.mn-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  font-family: "Manrope", sans-serif !important;
}
@media only screen and (max-width: 600px) {
  .mn-heading {
    font-size: 24px;
    border-radius: 3px;
  }
}
    
            .choose-content h3 a{
                color: #000000;
                font-family: "Manrope",sans-serif;
                
            }
            .choose-content:hover a{
                color: #0055ff;
            } 
                .choose-content:hover {
               background: linear-gradient(135deg,#e0f9ff,#e5e5ff);
            } 
.choose-us h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  text-transform: capitalize;
  font-family: "Manrope",sans-serif;

}
.choose-content {
  margin: 15px 0px;
  padding: 20px 20px 1px 20px;
  border-radius: 20px;
  border: 1px solid lightblue;
  box-shadow: 3px 3px 10px #6164bff5;
}
.choose-content h3 {
  font-size: 25px;
  font-weight: 700;
  color: #874b5f;
}
.choose-content p {
  text-align: justify;
  color: #555;
  font-size: 14px;
  height: 105px;
  overflow: hidden;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .choose-us h2 {
    font-size: 28px;
  }
  .section-white {
    padding: 1rem 0 1rem 0;
  }
  .choose-content p {
    height: auto;
    overflow: visible;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .choose-content p {
    height: 160px;
  }
}

.section-parallax{
  background:#ffffff;
  padding:70px 0;
}

.parallax{
  background:#ffffff;
  padding:0;
}

.mgmt-software h2{
  font-size:34px;
  font-weight:700;
  color:#111;
  text-align:center;
  text-transform:uppercase;
  margin-bottom:18px;
  letter-spacing:.5px;
}

.mgmt-software .mgmt-p{
  max-width:1000px;
  margin:0 auto 45px auto;
  font-size:15px;
  line-height:1.8;
  text-align:center;
  color:#555;
}

.mgmt-software .mgmt-p a{
  color:#0d6efd;
  font-weight:600;
  text-decoration:none;
}

.mgmt-software .mgmt-p a:hover{
  text-decoration:underline;
}

.model-image{
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.model-image img{
  width:100%;
  border-radius:10px;
  transition:.35s;
}

.model-image:hover img{
  transform:scale(1.04);
}

.ul-list-workflow{
  list-style:none;

}

.ul-list-workflow h3{
  font-size:22px;
  font-weight:600;
  margin-bottom:18px;
  color:#111;
}

.ul-list-workflow li{
  font-size:15px;
  padding:6px 0;
  color:#444;
  display:flex;
  align-items:center;
  gap:8px;
}

.ul-list-workflow li i{
  color:#0d6efd;
}

.ul-list-workflow ul{
  list-style:none;
  padding-left:22px;
  margin-top:8px;
}

.ul-list-workflow .sub-list{
  font-size:14px;
  padding:4px 0;
  color:#555;
}

.ul-list-workflow .sub-list:before{
  content:"•";
  margin-right:8px;
  color:#0d6efd;
}

@media (max-width:992px){

  .section-parallax{
    padding:60px 0;
  }

  .mgmt-software h2{
    font-size:30px;
  }

  .ul-list-workflow{
    margin-top:30px;
  }

}

@media (max-width:768px){

  .mgmt-software h2{
    font-size:26px;
  }

  .mgmt-software .mgmt-p{
    text-align:justify;
    font-size:14px;
  }

  .ul-list-workflow{
    padding:22px;
  }

  .ul-list-workflow h3{
    font-size:20px;
  }

}

@media (max-width:480px){

  .section-parallax{
    padding:50px 0;
  }

  .mgmt-software h2{
    font-size:22px;
  }

  .mgmt-software .mgmt-p{
    font-size:13.5px;
  }

  .ul-list-workflow li{
    font-size:14px;
  }

}
.funt-cont-list {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
  color: #525151d9;
}

.funt-consultant .funt-content h2 {
  border-radius: 6px;
  font-size: 32px;
  font-weight: 700;
  color: #000000a6;
}
.funt-consultant .funt-content h5 {
  font-size: 1.25rem;
}
.funt-consultant .funt-content .funt-p {
  text-align: start;
  font-size: 15px;
  color: #525151d9;
}
.funt-consultant .funt-content .funct-list {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #525151d9;
}
.funt-consultant .funt-content .funct-list i {
  color: #874b5f;
}
.funt-consultant .partner-image img {
  width: 100%;
  height: 428px;
}
@media (max-width: 768px) {
  .funt-consultant .funt-content h5 {
    font-size: 16px;
    text-align: justify;
  }
  .funt-consultant .partner-image img {
    width: 100%;
    height: 150px;
  }
  .funt-consultant .funt-scd-content {
    box-shadow: 1px 1px 5px #0000002e;
    padding: 22px 25px;
  }
}

.faq-section{
  font-family:"Manrope", sans-serif;
}
/* pill */
.faq-pill{
  display:inline-block;
  padding:6px 14px;
  font-size:12px;
  font-weight:700;
  color:#2563eb;
  background:#eaf2ff;
  border:1px solid #b9d2ff;
  border-radius:999px;
}

/* heading */
.faq-title{
  font-size:2.5rem;
  font-weight:700;
  color:#0f172a;
  letter-spacing:-0.3px;
   font-family:"Manrope", sans-serif;
}

.faq-subtitle{
  font-size:16px;
  color:#6b7280;
  margin-bottom:28px;
  font-family:"Inter", sans-serif;
}

/* accordion item */
.faq-item{
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:10px;
  box-shadow:0 8px 18px rgba(15,23,42,.06);
  overflow:hidden;
  margin-bottom:14px;
}

.faq-q{
  width:100%;
  border:0;
  background:transparent;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-align:left;
  font-size:15px;
  font-weight:600;
  color:#111827;
  outline:none;
  cursor:pointer;
  font-family:"Inter", sans-serif;
}

.faq-q:focus{
  outline:none;
}

/* plus/minus circle */
.faq-icon{
  width:26px;
  height:26px;
  border-radius:50%;
  background:#eaf0ff;
  border:1px solid #d7e3ff;
  position:relative;
  flex:0 0 26px;
}

/* horizontal line */
.faq-icon::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:12px;
  height:2px;
  background:#2563eb;
  transform:translate(-50%,-50%);
  border-radius:2px;
}

/* vertical line (only when collapsed => shows "+") */
.faq-q.collapsed .faq-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:2px;
  height:12px;
  background:#2563eb;
  transform:translate(-50%,-50%);
  border-radius:2px;
}

/* when open, make icon solid blue like screenshot */
.faq-q:not(.collapsed) .faq-icon{
  background:#0b5cff;
  border-color:#0b5cff;
}
.faq-q:not(.collapsed) .faq-icon::before{
  background:#ffffff; /* minus sign in white */
}

/* answer */
.faq-a{
  padding:14px 18px 18px;
  border-top:1px solid #f1f5f9;
  font-size:15px;
  line-height:1.7;
  color:#6b7280;
  font-family:"Inter", sans-serif;
}

/* responsive */
@media (max-width: 575.98px){
  .faq-title{ font-size:28px; }
  .faq-q{ font-size:12.5px; padding:14px 14px; }
  .faq-a{ padding:12px 14px 16px; }
}
.button_one {
  position: relative;
  display: block;
}
.button_two {
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .button_one {
    position: relative;
    display: none;
  }
  .button_two {
    position: relative;
    display: block;
  }
}

/* ------------------------------------------------------------------------ */


.premium-stats-section {
  padding: 50px 0;
}

.premium-stats-container {
  padding: 0 24px;
  box-sizing: border-box;
}

.ps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.ps-card {
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.ps-card:hover {
    background: linear-gradient(135deg,rgb(239, 251, 255),rgb(246, 246, 255));
  transform: translateY(-6px);
  border-color: #bfdbfe;
  box-shadow: 0 20px 25px -5px rgba(29, 78, 216, 0.05), 0 8px 10px -6px rgba(29, 78, 216, 0.05);
}

.ps-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #eff6ff;
  border-radius: 12px;
  color: #2563eb;
  transition: background 0.3s ease, color 0.3s ease;
}

.ps-card:hover .ps-icon-wrapper {
  background: #2563eb;
  color: #ffffff;
}

.ps-icon {
  width: 24px;
  height: 24px;
}

.ps-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ps-number {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
  letter-spacing: -0.5px;
}

.ps-label {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .ps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .premium-stats-section {
    padding: 60px 0;
  }
  .ps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .ps-grid {
    grid-template-columns: 1fr;
  }
  .ps-card {
    flex-direction: row;
    align-items: center;
    padding: 20px;
    gap: 16px;
  }
  .ps-icon-wrapper {
    flex-shrink: 0;
  }
}






/* Trust Base Layer Rules */
.o2b-trust-section {
    padding: 30px 0;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    background-image: radial-gradient(rgba(8, 127, 245, 0.03) 1px, transparent 0);
    background-size: 24px 24px;
}

.o2b-trust-header {
    margin-bottom: 40px;
}

.o2b-trust-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #f59e0b; /* Yellow/Gold Accent Title */
    margin-bottom: 8px;
}

.o2b-trust-heading {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0b2240; /* Darker Navy Heading */
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.o2b-trust-subtext {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #64748b;
    max-width: 680px;
    margin: 0 auto 12px auto;
}

/* Three Gold Dots below header */
.o2b-header-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
}
.o2b-header-dots span {
    width: 7px;
    height: 7px;
    background-color: #f59e0b;
    border-radius: 50%;
    display: inline-block;
}

/* Accreditations Grid Layout */
/* ===== Accreditation Slider (mirrors home affiliation-slider-wrapper) ===== */
.o2b-accreditation-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.o2b-accreditation-slider-track {
    display: flex;
    align-items: stretch;
    gap: 24px;
    will-change: transform;
    transition: transform 0.6s ease-in-out;
}

.o2b-accreditation-slider-track .o2b-badge-container {
    flex: 0 0 calc((100% - 72px) / 4); /* 4 cards visible (3 gaps of 24px) */
}

/* Tablet – 2 cards */
@media (max-width: 991px) {
    .o2b-accreditation-slider-track .o2b-badge-container {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

/* Mobile – 1 card */
@media (max-width: 575px) {
    .o2b-accreditation-slider-track .o2b-badge-container {
        flex: 0 0 100%;
    }
    .o2b-accreditation-slider-track {
        gap: 16px;
    }
}

.o2b-badge-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.o2b-badge-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.o2b-badge-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.o2b-badge-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o2b-badge-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Text Captions Beneath Badges */
.o2b-badge-label {
    margin-top: 16px;
    font-size: 13.5px;
    line-height: 1.4;
    color: #334155;
    font-weight: 500;
}
.o2b-badge-label span {
    font-weight: 400;
}
.o2b-badge-label .highlight-purple {
    color: #8b5cf6;
    font-weight: 700;
}
.o2b-badge-label .highlight-blue {
    color: #087ff5;
    font-weight: 600;
}

/* Elegant Center Section Divider for Clients */
.o2b-clients-divider {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o2b-clients-divider::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    height: 1.5px;
    background: linear-gradient(90deg, rgba(8, 127, 245, 0.1) 0%, rgba(8, 127, 245, 0.7) 50%, rgba(8, 127, 245, 0.1) 100%);
    z-index: 1;
}

.o2b-divider-text {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 0 20px;
    font-size: 26px;
    font-weight: 800;
    color: #0b2240;
}

.o2b-divider-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #087ff5;
    border-radius: 50%;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}
.o2b-clients-divider .left-dot { left: 40%; }
.o2b-clients-divider .right-dot { right: 40%; }

/* Client Logo Double Row Systems */
.o2b-client-master-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.o2b-client-grid-top {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.o2b-client-grid-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 68%;
    margin: 0 auto;
}

.o2b-client-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    height: 100px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.015);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.o2b-client-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.25s ease;
}

.o2b-client-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    transform: translateY(-2px);
}

/* Features Highlight Ribbon Footer Component */
.o2b-features-ribbon {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    padding: 24px 16px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.o2b-feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
    border-right: 1px solid #e2e8f0;
}

.o2b-feature-item:last-child {
    border-right: none;
}

.o2b-feature-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(8, 127, 245, 0.08);
    color: #087ff5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.o2b-feature-icon-box svg {
    width: 22px;
    height: 22px;
}

.o2b-feature-text h4 {
    font-size: 14px;
    font-weight: 700;
    color: #0b2240;
    margin: 0 0 3px 0;
}

.o2b-feature-text p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 1.3;
}

/* Responsive Breakpoint Matrix */
@media (max-width: 1200px) {
    .o2b-client-grid-bottom { max-width: 85%; }
    .o2b-clients-divider .left-dot { left: 28%; }
    .o2b-clients-divider .right-dot { right: 28%; }
}

@media (max-width: 991px) {
    .o2b-trust-heading { font-size: 2.2rem; }
    .o2b-accreditation-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .o2b-client-grid-top { grid-template-columns: repeat(3, 1fr); }
    .o2b-client-grid-bottom { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
    .o2b-features-ribbon { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .o2b-feature-item { border-right: none; }
    .o2b-clients-divider .left-dot, .o2b-clients-divider .right-dot { display: none; }
}

@media (max-width: 768px) {
    .o2b-accreditation-grid { grid-template-columns: repeat(2, 1fr); }
    .o2b-divider-text { font-size: 20px; }
}

@media (max-width: 575px) {
    .o2b-trust-heading { font-size: 1.8rem; }
    .o2b-accreditation-grid { grid-template-columns: 1fr; }
    .o2b-client-grid-top, .o2b-client-grid-bottom { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .o2b-features-ribbon { grid-template-columns: 1fr; gap: 20px; }
}


/* SECTION */
.video-testimonial-section {
    padding: 10px 0;
}

/* TITLES
.section-title {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
} */

.section-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 720px;
    text-align: center;
    margin: 12px auto 50px;
}

/* SLIDER */
.video-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-slider {
    display: flex;
    gap: 24px;
    overflow: hidden;
    max-width: 1100px;
    height: 100%;
    width: 100%;
}

/* CARD */
.video-card {
    min-width: 250px;
    border-radius: 16px;
    border: 1px solid rgb(230, 230, 230);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: translateY(-6px);
}

/* THUMB */
.video-thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 16px 16px 16px 16px;
    position: relative;
}

/* PLAY */
.play-btn {
    width: 30px;
    height: 30px;
    background: #ffffff9f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-left: 14px solid #2563eb;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

/* INFO */
.video-info {
    padding: 16px;
    text-align: left;
}

.video-info h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.video-info p {
    margin-top: 4px;
    font-size: 13px;
    color: #64748b;
}

/* NAV BUTTONS */
.slider-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    font-size: 26px;
    cursor: pointer;

    /* POSITIONING */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* LEFT */
.prev-btn {
    left: -22px;
    /* pulls button outside cards */
}

/* RIGHT */
.next-btn {
    right: -22px;
    /* pulls button outside cards */
}

.slider-btn:hover {
    background: #2563eb;
    color: #ffffff;
}

.video-slider {
    overflow: hidden;
    width: 100%;
    max-width: 1100px;
}

.video-track {
    display: flex;
    gap: 24px;
    width: max-content;
    /* animation: scroll-left 30s linear infinite; */
}

/* Pause on hover */
/* .video-slider:hover .video-track {
    animation-play-state: paused;
} */

/* @keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
} */


/* STATS */
.stats-bar {
    margin-top: 80px;
    padding: 50px 0;
    background: linear-gradient(135deg, #0b5cff, #7c3aed);
    border: 1px solid rgb(243, 243, 243);
    border-radius: 30px;
}

.stats-bar h3 {
    font-size: 45px;
    font-weight: 800;
}

.stats-bar p {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 400;
}

/* MODAL */
.video-modal-content {
    background: #000;
    border-radius: 12px;
}

.video-close {
    position: absolute;
    top: 10px;
    right: 14px;
    color: #fff;
    font-size: 28px;
    z-index: 10;
}


/* .trust-section{
 background: radial-gradient( at top, #ffffff 0%, #f8fafc 100%);
} */
.brandpush-wrapper {
    position: relative;
    background: linear-gradient(90deg, #cbbcffa5 0%, #d9f5ff 50%, #c6f0ff 100%);
    border-radius: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.311);
    overflow: hidden;
}

.bp-leaf {
    position: absolute;
    height: 220px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.20;
    z-index: 0;
    pointer-events: none;
}

.bp-leaf-left {
    left: 20px;
}

.bp-leaf-right {
    right: 20px;
    transform: translateY(-50%) scaleX(-1);
}

.bp-header,
.bp-logo-container,
.bp-footer {
    position: relative;
    z-index: 1;
    width: 100%;
}

.bp-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #1e293b;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.bp-logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 850px;
    margin: 0 auto;
}

.bp-logo-item img {
    max-width: 110px;
    max-height: 50px;
    width: auto;
    height: auto;
    filter: grayscale(100%);
    opacity: 1;
    transition: all 0.3s ease;
}

.bp-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .image-container {
        margin-top: 50px;
    }

    .card-efficiency {
        left: 10px;
    }
}

@media (max-width: 768px) {
    .bp-leaf {
        display: none;
    }

    .brandpush-wrapper {
        min-height: auto;
        padding: 30px 15px;
    }

    .stat-card {
        margin-bottom: 20px;
    }
}



.location-section {
    background: #ffffff;
    padding: 25px 0;
}

/* Reduced spacing within the row/columns */
.location-section .row {
    margin-left: -10px;
    margin-right: -10px;
}

.location-section .col-lg-5 {
    padding-left: 10px;
    padding-right: 10px;
}

.location-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1e293b;
    margin-bottom: 8px; /* Tighter spacing below title */
    font-family: 'Manrope', sans-serif;
}

.location-description {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
    line-height: 1.4;
    margin-bottom: 15px; /* Tighter spacing above button */
}

.btn-talk-sm {
    background-color: #007bff;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 7px 18px;
    border-radius: 6px;
    border: 2px solid #007bff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-talk-sm:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    text-decoration: none;
}

.location-image-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-img {
    width: 100%;
    max-height: 180px; /* Kept compact to stay proportional */
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .location-section {
        padding: 15px 0;
    }
    .location-title {
        font-size: 1.7rem;
    }
}


.choose-content h3 i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-size: 18px;
    transition: all .3s ease;
}

.choose-content:hover h3 i {
    transform: translateY(-3px);
}

.badge-pill-custom {
  display: inline-block;
  background-color: #eef2ff;
  color: #4f46e5;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50rem;
  letter-spacing: 0.5px;
}

.location-title {
  font-size: 1.85rem;
  font-weight: 900;
  color: #1e293b;
  line-height: 1.35;
}

.location-description {
  font-size: 1rem;
  line-height: 1.6;
}

.btn-pill {
  border-radius: 50rem;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.btn-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.location-image-wrapper {
  max-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-img {
  max-height: 350px;
  object-fit: contain;
  width: 100%;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.06));
}

@media (max-width: 991.98px) {
  .location-card {
    text-align: center;
  }
  .badge-pill-custom {
    margin-left: auto;
    margin-right: auto;
  }
}