/*---=====================================================
   <!--Consalt Header Area Css-->
=========================================================---*/
.consalt-header-area {
    position: relative;
    z-index: 3;
    margin-bottom: -86px;
    margin-top: 30px;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.consalt-header-area  ul {
    display: inline-block;
}
.header-menu ul li {
    display: inline-block;
    margin: 0 18px 0;
    position: relative;
    z-index: 1;
}
.header-menu ul li a {
    display: inline-block;
    padding: 9px 0 21px;
    font-size: 16px;
    color: #063232;
    font-weight: 400;
}
.header-menu ul li span {
    font-size: 13px;
    color: #063232;
    margin-left: 5px;
    position: relative;
    top: -1px;
}


/*** Sub Menu Style ***/
.header-menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 225px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #264f51;
    opacity: 0;
}

.header-menu ul li:hover>.sub_menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.header-menu ul .sub_menu li {
    position: relative;
    margin: 0;
    display: block;
}
.header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    transition: .1s;
    visibility: inherit !important;
    color: #264f51 !important;
    font-size: 16px;
    font-weight: 500;
}
.header-menu ul .sub_menu li:hover>a {
    background: #264f51;
    color: #fff !important;
}
/* sub menu style two */
.consalt-header-area.style_two .header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 20px;
}
.sticky .sub_menu li a {
    padding: 12px 20px !important;
}

/* header button */

.header-button {
    display: inline-block;
}
.header-button a {
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

/* dack light */

.dark-light {
    display: inline-block;
    margin-left: 30px;
}
span.bi.bi-sun {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #ffff;
    font-size: 18px;
    height: 35px;
    line-height: 36px;
    width: 35px;
    text-align: center;
    border-radius: 51%;
}
/* sticky */
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: .5s;
    z-index: 9;
}
.sticky .header-menu ul li a {
    padding: 30px 0 30px;
    color: #fff;
}
.sticky .header-menu ul li a i {
    color: #fff;
}
.sticky .col-lg-2.pt-10 {
    padding-top: 0 !important;
}
.sticky .row.topber_upper {
    display: none !important;
}



/* =========================================================
  <--- Start consalt Topber CSS --->
============================================================ */
.consalt-header-area.style_two {
    margin-bottom: -132px;
    margin-top: 0;
}
.header-address-info p {
    color: #a3b7b7;
    margin: 12px 0;
}
.header-address-info span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}
span.right_info {
    margin-left: 28px;
}
.topber_right_social {
    text-align: right;
}
.topber_right_social ul li {
    display: inline-block;
    margin-left: 20px;
}
.topber_right_social ul li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}
.consalt-header-area.style_two .row.style_bg {
    border-radius: 5px;
    background-color: #006666;
    margin: 0;
    padding: 0 2px 0 19px;
}
.consalt-header-area.style_two .header-menu ul li a {
    display: inline-block;
    padding: 28px 0 28px;
    color: #ffff;
}
.consalt-header-area.style_two .header-menu ul li span {
    color: #fff;
}

/* cibsakt header right */

.consalt_header-right {
    text-align: right;
}
.consalt_header-right .header-button a {
    border-radius: 0;
    padding: 28px 33px;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
}

.sidebar-btn {
    display: inline-block;
}
.nav-btn span i {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transform: rotate(180deg);
}
.header-search-button.search-box-outer {
    padding: 0px 28px 0 0;
    display: inline-block;
}
.header-search-button.search-box-outer a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
}
.sticky.consalt-header-area.style_two .row.style_bg {
    background: transparent;
}



/* =========================================================
  <--- Start consalt Consalt Header Area Style Three CSS --->
============================================================ */

.consalt-header-area.style_three {
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 0 8px;
}
.consalt-header-area.style_three .header-menu ul li a {
    color: #063232;
    
}
.consalt-header-area.style_three .header-menu ul li span {
    color: #063232;
}
.consalt-header-area.style_three  .header-search-button.search-box-outer {
    padding: 0px 35px 0 0;
}
.consalt-header-area.style_three .header-search-button a {
    color: #063232;
    display: inline-block;
    font-size: 15px;
}
.header-button.style_two a {
    background: #264f51;
    padding: 15px 31px;
    border-radius: 5px;
    border: 1px solid transparent;
}
.header-button.style_two a i {
    margin-left: 5px;
}
.consalt-header-area.style_three  .nav-btn.navSidebar-button {
    top: 6px;
    margin: 0 0 0 16px;
}
.consalt-header-area.style_three .nav-btn span i {
    color: #0c6e6d;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    background-color: #f0f4f5;
    line-height: 60px;
}

/* Sticky */

.sticky.consalt-header-area.style_three {
    background: #fff;
}
.sticky.consalt-header-area.style_three .header-menu ul li a {
    color: #000 !important;
}
.sticky.consalt-header-area.style_three .header-menu ul.sub_menu li a {
    color: #006666!important;
}
.sticky.consalt-header-area.style_three .header-menu ul.sub_menu li a:hover {
    color: #ffff!important;
}


.sticky.consalt-header-area.style_three .header-search-button a {
    color: #fff !important;
}
.sticky .header-button.style_two a {
    border: 1px solid #fff !important;
}
a.active_sticky {
    display: none;
}
.sticky a.active_sticky {
    display: block;
}
.sticky a.active_header {
    display: none;
}




/* =========================
MOBILE HEADER
========================= */

.mobile-header{
display:flex;
justify-content:space-between;
align-items:center;
padding:14px 18px;
background:#ffffff;
box-shadow:0 3px 10px rgba(0,0,0,0.08);
}

.mobile-logo img{
max-width:150px;
}

/* =========================
HAMBURGER
========================= */

.mobile-toggle{
width:30px;
cursor:pointer;
}

.mobile-toggle span{
display:block;
height:3px;
background:#264f51;
margin:6px 0;
border-radius:3px;
transition:0.35s;
}

/* Hamburger → X */

.mobile-toggle.active span:nth-child(1){
transform:rotate(45deg) translate(6px,6px);
}

.mobile-toggle.active span:nth-child(2){
opacity:0;
}

.mobile-toggle.active span:nth-child(3){
transform:rotate(-45deg) translate(6px,-6px);
}

/* =========================
OVERLAY
========================= */

.mobile-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.45);
opacity:0;
visibility:hidden;
transition:0.3s;
z-index:9998;
}

.mobile-overlay.active{
opacity:1;
visibility:visible;
}

/* =========================
BOTTOM MENU
========================= */

.mobile-nav{
position:fixed;
bottom:-100%;
left:0;
width:100%;
max-height:80vh;
background:#fff;
transition:0.4s;
z-index:9999;
overflow-y:auto;
border-radius:20px 20px 0 0;
padding-top:20px;
}

/* OPEN MENU */

.mobile-nav.active{
bottom:0;
}

/* =========================
MENU TOP
========================= */

.menu-top{
text-align:center;
padding:20px;
border-bottom:1px solid rgba(255,255,255,0.1);
}

.menu-top img{
max-width:130px;
margin-bottom:10px;
}

/* Contact button */

.contact-btn{
display:inline-block;
padding:8px 20px;
background:#264f51;
color:#fff;
border-radius:25px;
font-size:14px;
text-decoration:none;
font-weight:600;
}

/* =========================
MENU LIST
========================= */

.mobile-nav ul{
list-style:none;
margin:0;
padding:0;
}

.mobile-nav ul li{
border-bottom:1px solid rgba(255,255,255,0.08);
}

.mobile-nav ul li a{
display:flex;
justify-content:space-between;
align-items:center;
padding:14px 20px;
color:#264f51;
text-decoration:none;
font-size:15px;
}

/* Hover */

.mobile-nav ul li a:hover{
background:#fff;
}

/* =========================
DROPDOWN
========================= */

.has-sub > a::after{
content:"▾";
}

/* Submenu */

.sub-menu{
display:none;
background:#fff;
}

.has-sub.active .sub-menu{
display:block;
}

.sub-menu li a{
padding-left:40px;
font-size:14px;
color:#ddd;
}

.sub-menu li a:hover{
color:#bf996a;
}












.debt-hero-wrap {
  position: relative;
  width: 100%;
  min-height: 520px;
  background: url("/assets/images/hero-360.jpg")
    center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
}

/* DIFFERENT OVERLAY STYLE */
.debt-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0.55) 100%
  );
  z-index: 1;
}

/* CONTENT LOOK LIKE SOFT CARD */
.debt-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
  padding: 40px 35px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

/* TITLE – CLEAN & DIFFERENT */
.debt-hero-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 18px;
  color: #ffffff;
}

/* MODERN DIVIDER */
.debt-hero-divider {
  display: flex;
  justify-content: center;
  margin: 18px 0 22px;
}

.debt-hero-divider span {
  width: 110px;
  height: 2px;
  background: #264f51;
  border-radius: 2px;
  box-shadow: 0 0 12px #264f51;
}

/* TEXT COLOR & WEIGHT CHANGE */
.debt-hero-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #bf996a;
  margin-bottom: 16px;
}

.debt-hero-subtext {
  font-size: 17px;
  color: #bf996a;
  margin-bottom: 32px;
}

/* BUTTON – SOLID PROFESSIONAL */
.debt-hero-btn {
  display: inline-block;
  padding: 15px 42px;
  background:#264f51;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
}

.debt-hero-btn:hover {
  background: linear-gradient(135deg, #16a34a, #1e8860);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(30, 136, 96, 0.5);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .debt-hero-inner {
    padding: 30px 22px;
  }

  .debt-hero-title {
    font-size: 28px;
  }

  .debt-hero-desc,
  .debt-hero-subtext {
    font-size: 15px;
  }
}






.sl360-about-premium {
  background: #ffffff;
  padding: 140px 20px;
}

.sl360-about-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: center;
}

/* LEFT CONTENT */
.sl360-tagline {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #264f51;
  font-weight: 600;
}

.sl360-about-content h2 {
  font-size: 44px;
  line-height: 1.25;
  font-weight: 600;
  color: #0b132b;
  margin: 18px 0 26px;
}

.sl360-lead {
  font-size: 18px;
  font-weight: 500;
  color: #1f2937;
  line-height: 1.9;
  margin-bottom: 20px;
}

.sl360-about-content p {
  font-size: 16.5px;
  line-height: 1.9;
  color: #374151;
  margin-bottom: 18px;
}

.sl360-points {
  list-style: none;
  padding: 0;
  margin: 28px 0 40px;
}

.sl360-points li {
  font-size: 15.5px;
  color: #0f172a;
  margin-bottom: 12px;
}

/* BUTTON */
.sl360-btn {
  display: inline-block;
  background: #0b132b;
  color: #ffffff;
  padding: 15px 34px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sl360-btn:hover {
  background: #1f3a8a;
  transform: translateY(-2px);
}

/* RIGHT IMAGE */
.sl360-about-image {
  position: relative;
}

.sl360-about-image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.12);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .sl360-about-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .sl360-about-content h2 {
    font-size: 32px;
  }

  .sl360-about-premium {
    padding: 90px 20px;
  }
}






.sl360-stats {
  background: #264f51;
  padding: 60px 20px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sl360-stats-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* STAT BOX */
.sl360-stat-box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sl360-stat-box i {
  font-size: 42px;
  color: #ffffff;
  opacity: 0.95;
}

/* TEXT */
.sl360-stat-box span {
  font-size: 15px;
  font-weight: 500;
  display: block;
  opacity: 0.9;
}

.sl360-stat-box strong {
  font-size: 36px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}

.sl360-stat-box strong small {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .sl360-stats-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 550px) {
  .sl360-stats-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sl360-stat-box {
    justify-content: center;
  }

  .sl360-stat-box i {
    font-size: 36px;
  }

  .sl360-stat-box strong {
    font-size: 30px;
  }
}






/* -------------------------------
   CALCULATOR SECTION
---------------------------------*/
.sl360-calculator-new {
  padding: 80px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* -------------------------------
   HEADING CENTERED TOP
---------------------------------*/
.sl360-cal-heading {
  max-width: 780px;
  margin: 0 auto 60px;
  text-align: center;
}

.sl360-cal-heading .sl360-badge {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  color: #bf996a;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sl360-cal-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #264f51;
  line-height: 1.3;
  margin-bottom: 12px;
}

.sl360-cal-heading p {
  font-size: 16px;
  color: #4b5d5e;
  line-height: 1.7;
}

/* -------------------------------
   GRID WRAPPER
---------------------------------*/
.sl360-cal-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
}

/* -------------------------------
   LEFT PANEL
---------------------------------*/
.sl360-cal-info {
  display: flex;
  flex-direction: column;
}

.sl360-field {
  margin-bottom: 30px;
}

.sl360-field label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #264f51;
  font-size: 15px;
}

.sl360-field input[type=range] {
  width: 100%;
  margin-top: 10px;
  accent-color: #bf996a;
  height: 6px;
  border-radius: 4px;
}

/* RADIO */
.sl360-radio {
  background: #eef3f2;
  padding: 18px 20px;
  border-radius: 16px;
  border-left: 4px solid #bf996a;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sl360-radio p {
  font-weight: 600;
  color: #264f51;
  margin: 0;
}

.sl360-radio label {
  font-weight: 500;
  cursor: pointer;
  color: #264f51;
}

/* ACTIONS */
.sl360-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sl360-actions button {
  flex: 1 1 auto;
  background: linear-gradient(135deg, #264f51, #1f3f41);
  color: #fff;
  border: none;
  padding: 14px 0;
  border-radius: 32px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(38,79,81,0.35);
  transition: 0.3s;
}

.sl360-actions button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px rgba(38,79,81,0.45);
}

.sl360-link {
  flex: 1 1 auto;
  text-align: center;
  color: #264f51;
  font-weight: 600;
  text-decoration: underline;
  padding: 14px 0;
}

/* -------------------------------
   RIGHT RESULT CARD
---------------------------------*/
.sl360-result-card {
  background: linear-gradient(180deg, #ffffff, #f7f4ef);
  border-radius: 30px;
  padding: 40px 30px;
  box-shadow: 0 30px 65px rgba(0,0,0,0.08);
  text-align: center;
  border-top: 6px solid #bf996a;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sl360-result-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.12);
}

.sl360-result-card h3 {
  color: #264f51;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* -------------------------------
   PREMIUM CHART BOX
---------------------------------*/
.sl360-chart-box {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 300px;
  margin: 0 auto 30px;
  background: radial-gradient(circle at center, #ffffff 60%, #f4f2eb 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 50px rgba(38,79,81,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sl360-chart-box:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 60px rgba(38,79,81,0.35);
}

/* CIRCLE CENTER */
.sl360-chart-center {
  position: absolute;
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 4px 15px rgba(0,0,0,0.08);
}

.sl360-chart-center span {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 4px;
}

.sl360-chart-center strong {
  font-size: 28px;
  font-weight: 700;
  color: #bf996a;
}

/* -------------------------------
   METRICS CARDS
---------------------------------*/
.sl360-metrics {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
  margin-top: 10px;
}

.metric {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
}

.metric:hover {
  background: #f9f8f6;
}

.metric span {
  font-size: 13px;
  color: #6b7280;
}

.metric strong {
  font-size: 18px;
  color: #264f51;
  margin-top: 6px;
  display: block;
  font-weight: 700;
}

/* SMALL NOTE */
.sl360-result-card small {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  color: #6b7280;
}

/* -------------------------------
   RESPONSIVE
---------------------------------*/
@media(max-width:900px){
  .sl360-cal-wrap{
    grid-template-columns:1fr;
  }
  .sl360-cal-heading h2{
    font-size:30px;
  }
  .sl360-actions{
    flex-direction: column;
  }
  .sl360-chart-box {
    max-width: 250px;
    height: 250px;
  }
}










.sl360-services-modern {
  padding: 80px 20px;
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

.services-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.services-header h2 {
  font-size: 36px;
  color: #264f51;
  font-weight: 700;
  margin-bottom: 12px;
}

.services-header p {
  font-size: 16px;
  color: #4b5d5e;
  line-height: 1.6;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);  /* 3 cards per row */
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.service-card {
  background: #ffffff;
  border-radius: 25px;           /* thoda aur rounded */
  padding: 45px 30px;            /* zyada spacious */
  text-align: center;
  box-shadow: 0 25px 60px rgba(38,79,81,0.1);
  transition: all 0.4s ease;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 45px 90px rgba(38,79,81,0.18);
}


.card-icon {
  font-size: 50px;               /* bigger icon */
  color: #bf996a;
  margin-bottom: 25px;
}

/* CARD HEADING */
.service-card h3 {
  font-size: 22px;               /* slightly larger heading */
  color: #264f51;
  margin-bottom: 15px;
  font-weight: 700;
}  

.service-card p {
  font-size: 15px;               /* slightly larger text */
  color: #4b5d5e;
  line-height: 1.7;
}

/* RESPONSIVE */
@media(max-width:1200px){
  .services-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:768px){
  .services-grid{
    grid-template-columns: 1fr;
  }

  .services-header h2{
    font-size: 28px;
  }
}







.sl360-loan-journey-newlook {
  padding: 100px 20px;
  background: linear-gradient(135deg, #264f51, #bf996a);
  font-family: 'Poppins', sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Header */
.journey-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 80px;
}

.journey-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.journey-header p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 750px;
  margin: 0 auto;
}

/* Flow container */
.journey-flow {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1200px;
  margin: auto;
}

/* Flow step */
.flow-step {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.flow-step:nth-child(even) {
  flex-direction: row-reverse;
}

/* Connecting line behind steps */
.flow-step::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 6px;
  height: 100%;
  background: linear-gradient(#bf996a, #264f51);
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
}

/* Step icon */
.flow-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  color: #264f51;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  z-index: 10;
  transition: all 0.3s ease;
}

.flow-step:hover .flow-icon {
  transform: scale(1.2);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

/* Panel */
.flow-panel {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(15px);
  padding: 25px 20px;
  border-radius: 25px;
  max-width: 400px;
  transition: all 0.4s ease;
}

.flow-step:hover .flow-panel {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

.flow-panel h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.flow-panel p {
  font-size: 15px;
  color: #f0f0f0;
  line-height: 1.6;
}

/* Responsive */
@media(max-width:768px){
  .flow-step, .flow-step:nth-child(even){
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .flow-step::before{
    left: 50%;
  }

  .flow-panel{
    max-width: 90%;
    margin-top: 20px;
  }
}








.sl360-testimonials {
  padding: 120px 20px;
  background: #f8f9fa;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.testimonial-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #264f51;
  margin-bottom: 10px;
}

.testimonial-header p {
  font-size: 16px;
  max-width: 850px;
  margin: 0 auto 60px;
  color: #555;
}

/* Testimonial Grid */
.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

/* Card */
.testimonial-card {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 40px 25px;
  width: 300px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

/* Testimonial Text */
.testimonial-text {
  font-size: 16px;
  color: #264f51;
  font-style: italic;
}

/* Client Info */
.testimonial-client {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-client img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #bf996a;
}

.testimonial-client h4 {
  font-size: 16px;
  font-weight: 700;
  color: #264f51;
  margin: 0;
}

.testimonial-client span {
  font-size: 14px;
  color: #555;
}

/* Responsive */
@media(max-width:1024px){
  .testimonial-card {
    width: 260px;
    padding: 30px 20px;
  }
}

@media(max-width:768px){
  .testimonial-grid {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}





.sl360-faq-modern {
  padding: 120px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.faq-head {
  text-align: center;
  margin-bottom: 70px;
}

.faq-head h2 {
  font-size: 42px;
  font-weight: 700;
  color: #264f51;
}

.faq-head p {
  font-size: 16px;
  max-width: 800px;
  margin: 10px auto 0;
  color: #666;
}

/* FAQ List */
.faq-list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* FAQ Card */
.faq-card {
  display: flex;
  background: linear-gradient(135deg, #f7f9f9, #ffffff);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.faq-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.15);
}

/* Left Accent */
.faq-left {
  width: 6px;
  background: linear-gradient(to bottom, #264f51, #bf996a);
}

/* Content */
.faq-content {
  flex: 1;
  padding: 30px 35px;
}

/* Question */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h3 {
  font-size: 19px;
  font-weight: 600;
  color: #264f51;
  margin: 0;
}

.faq-icon {
  font-size: 28px;
  font-weight: 700;
  color: #bf996a;
  transition: transform 0.35s ease;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

.faq-answer p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* Active */
.faq-card.active .faq-answer {
  max-height: 400px;
}

.faq-card.active .faq-icon {
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 768px) {
  .faq-content {
    padding: 25px 20px;
  }

  .faq-question h3 {
    font-size: 17px;
  }
}






.sl360-media {
  padding: 120px 20px;
  background: linear-gradient(180deg, #f9fbfb, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.media-header {
  text-align: center;
  margin-bottom: 70px;
}

.media-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #264f51;
}

.media-header p {
  max-width: 900px;
  margin: 12px auto 0;
  font-size: 16px;
  color: #666;
}

/* Media Grid */
.media-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Media Card */
.media-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 20px 20px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(135deg, #264f51, #bf996a);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.media-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.15);
}

/* Media Logo */
.media-card img {
  max-width: 140px;
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 18px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.media-card:hover img {
  filter: grayscale(0%);
}

/* Media Text */
.media-card h4 {
  font-size: 17px;
  font-weight: 600;
  color: #264f51;
  margin-bottom: 6px;
}

.media-card span {
  font-size: 14px;
  color: #777;
}

/* Responsive */
@media (max-width: 1024px) {
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .media-grid {
    grid-template-columns: 1fr;
  }
}





/* Footer Wrapper */
.sl360-footer {
  background: #264f51;
  color: #f5f5f4;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 0;
}

/* Footer Container */
.sl360-footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Headings */
.sl360-footer-col h3,
.sl360-footer-col h4 {
  color: #bf996a;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

/* Images */
.sl360-footer-col img {
  background-color: #fff;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* Paragraph Text */
.sl360-footer-col p {
  line-height: 1.7;
  color: #eef2f1;
}

/* Links */
.sl360-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sl360-footer-col ul li {
  margin-bottom: 10px;
}

.sl360-footer-col ul li a {
  color: #eef2f1;
  text-decoration: none;
  position: relative;
}

.sl360-footer-col ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #bf996a;
  left: 0;
  bottom: -2px;
  transition: width 0.3s ease;
}

.sl360-footer-col ul li a:hover::after {
  width: 100%;
}

/* Disclaimer */
.sl360-footer-disclaimer {
  border-top: 1px solid rgba(191,153,106,0.4);
  padding: 25px 20px;
  max-width: 1200px;
  margin: auto;
  font-size: 13px;
  line-height: 1.6;
  color: #f1f5f4;
}

/* Bottom Bar */
.sl360-footer-bottom {
  background: #1f3f41;
  text-align: center;
  padding: 14px 20px;
  font-size: 13px;
  color: #bf996a;
}

/* ========================= */
/* Responsive Adjustments */
/* ========================= */

/* Small Tablets: 768px – 992px */
@media (max-width: 992px) {
  .sl360-footer-container {
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
    gap: 30px;
  }

  .sl360-footer-col img {
    margin: 0 auto 15px;
    display: block;
  }
}

/* Mobile Devices: ≤768px */
@media (max-width: 768px) {
  .sl360-footer-container {
    grid-template-columns: 1fr;
    text-align: left;        /* 🔴 LEFT ALIGN */
    gap: 25px;
    padding: 40px 20px;
  }

  .sl360-footer-col {
    text-align: left;        /* extra safety */
  }

  .sl360-footer-col img {
    margin: 0 0 15px 0;      /* left aligned image */
    display: block;
  }

  .sl360-footer-col ul li a {
    font-size: 15px;
  }

  .sl360-footer-col h3,
  .sl360-footer-col h4 {
    font-size: 17px;
  }

  .sl360-footer-disclaimer {
    font-size: 12px;
    padding: 20px 15px;
    text-align: left;
  }

  .sl360-footer-bottom {
    font-size: 12px;
    padding: 12px 15px;
    text-align: left;
  }
}







.sl360-testimonials {
  background: linear-gradient(180deg, #f9f6f2, #ffffff);
  padding: 100px 20px;
}

.sl360-testimonials-wrap {
  max-width: 1200px;
  margin: auto;
}

.sl360-testimonials-head {
  text-align: center;
  margin-bottom: 70px;
}

.sl360-testimonials-head span {
  color: #bf996a;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sl360-testimonials-head h2 {
  font-size: 42px;
  color: #264f51;
  margin: 14px 0;
}

.sl360-testimonials-head p {
  color: #555;
  max-width: 700px;
  margin: auto;
  font-size: 17px;
}

.sl360-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.sl360-testimonial-card {
  background: #ffffff;
  padding: 36px 32px;
  border-radius: 18px;
  border: 1px solid rgba(191,153,106,0.35);
  position: relative;
}

.sl360-testimonial-card::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 80px;
  color: #bf996a;
  font-family: serif;
}

.sl360-testimonial-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 22px;
}

.sl360-testimonial-card h4 {
  color: #264f51;
  font-size: 16px;
  margin-bottom: 4px;
}

.sl360-testimonial-card span {
  font-size: 13px;
  color: #777;
}

/* Responsive */
@media (max-width: 992px) {
  .sl360-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sl360-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .sl360-testimonials-head h2 {
    font-size: 30px;
  }
}







.sl360-faq {
  background: #f9f7f3;
  padding: 100px 20px;
}

.sl360-faq-wrap {
  max-width: 900px;
  margin: auto;
}

.sl360-faq-head {
  text-align: center;
  margin-bottom: 60px;
}

.sl360-faq-head span {
  color: #bf996a;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sl360-faq-head h2 {
  font-size: 40px;
  color: #264f51;
  margin: 12px 0;
}

.sl360-faq-head p {
  color: #555;
  font-size: 17px;
}

.sl360-faq-item {
  background: #ffffff;
  border: 1px solid rgba(191,153,106,0.35);
  border-radius: 14px;
  margin-bottom: 18px;
  padding: 18px 22px;
}

.sl360-faq-item summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #264f51;
  list-style: none;
}

.sl360-faq-item summary::after {
  content: "+";
  float: right;
  font-size: 22px;
  color: #bf996a;
}

.sl360-faq-item[open] summary::after {
  content: "−";
}

.sl360-faq-item p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* Mobile */
@media (max-width: 600px) {
  .sl360-faq-head h2 {
    font-size: 28px;
  }
}







.sl360-breadcrumb-glass {
  background: linear-gradient(135deg, #264f51, #1f3f41);
  padding: 60px 20px;
}

.sl360-breadcrumb-wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 32px 40px;
  border: 1px solid rgba(255,255,255,0.2);
}

/* LEFT */
.sl360-breadcrumb-left h1 {
  margin: 0 0 8px;
  font-size: 34px;
  color: #ffffff;
  font-weight: 700;
}

.sl360-breadcrumb-left nav {
  font-size: 14px;
  color: #e5e5e5;
}

.sl360-breadcrumb-left nav a {
  color: #bf996a;
  text-decoration: none;
  font-weight: 500;
}

.sl360-breadcrumb-left nav span {
  margin: 0 8px;
  color: #ffffff;
}

.sl360-breadcrumb-left nav strong {
  color: #ffffff;
  font-weight: 600;
}

/* RIGHT BADGE */
.sl360-breadcrumb-right span {
  background: #bf996a;
  color: #264f51;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 768px) {
  .sl360-breadcrumb-wrap {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 26px 22px;
  }

  .sl360-breadcrumb-left h1 {
    font-size: 26px;
  }
}






.sl360-policy-wrapper {
  background: #f8f9fa;
  padding: 80px 20px;
}

.sl360-policy-container {
  max-width: 1100px;
  margin: auto;
}

.sl360-policy-header {
  text-align: center;
  margin-bottom: 40px;
}

.sl360-policy-header h1 {
  font-size: 42px;
  color: #264f51;
  margin-bottom: 8px;
}

.sl360-policy-header p {
  color: #bf996a;
  font-weight: 500;
}

.sl360-policy-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 55px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.sl360-policy-card h2 {
  margin-top: 40px;
  font-size: 22px;
  color: #264f51;
  border-left: 4px solid #bf996a;
  padding-left: 12px;
}

.sl360-policy-card p,
.sl360-policy-card li {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.sl360-policy-card ul {
  padding-left: 20px;
}

.sl360-policy-card a {
  color: #264f51;
  font-weight: 600;
  text-decoration: none;
}

.sl360-note {
  background: #f1f5f4;
  border-left: 4px solid #264f51;
  padding: 14px 18px;
  margin: 25px 0;
  font-size: 15px;
}

.sl360-disclaimer {
  background: #264f51;
  color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  margin-top: 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .sl360-policy-card {
    padding: 35px 25px;
  }

  .sl360-policy-header h1 {
    font-size: 30px;
  }
}





.sl360-policy-wrapper {
  background: #f8f9fa;
  padding: 80px 20px;
}

.sl360-policy-container {
  max-width: 1100px;
  margin: auto;
}

.sl360-policy-header {
  text-align: center;
  margin-bottom: 40px;
}

.sl360-policy-header h1 {
  font-size: 42px;
  color: #264f51;
  margin-bottom: 8px;
}

.sl360-policy-header p {
  color: #bf996a;
  font-weight: 500;
}

.sl360-policy-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 55px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.sl360-policy-card h2 {
  margin-top: 40px;
  font-size: 22px;
  color: #264f51;
  border-left: 4px solid #bf996a;
  padding-left: 12px;
}

.sl360-policy-card p,
.sl360-policy-card li {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.sl360-policy-card ul {
  padding-left: 20px;
}

.sl360-policy-card a {
  color: #264f51;
  font-weight: 600;
  text-decoration: none;
}

.sl360-disclaimer {
  background: #264f51;
  color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  margin-top: 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .sl360-policy-card {
    padding: 35px 25px;
  }

  .sl360-policy-header h1 {
    font-size: 30px;
  }
}




.sl360-trust-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}








.sl360-about-luxury {
  background: #f8f9fa;
  padding: 90px 20px;
}

.sl360-about-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
}

/* LEFT */
.sl360-about-label {
  display: inline-block;
  color: #bf996a;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.sl360-about-left h2 {
  font-size: 40px;
  color: #264f51;
  margin-bottom: 20px;
  line-height: 1.3;
}

.sl360-about-left p {
  font-size: 16.5px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 14px;
}

/* RIGHT STATS */
.sl360-about-right {
  background: linear-gradient(135deg, #264f51, #1f3f41);
  padding: 45px;
  border-radius: 24px;
  display: grid;
  gap: 22px;
}

.sl360-stat {
  background: rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}

.sl360-stat strong {
  display: block;
  font-size: 26px;
  color: #bf996a;
}

.sl360-stat span {
  font-size: 14px;
  color: #ffffff;
}

/* Mobile */
@media (max-width: 768px) {
  .sl360-about-wrap {
    grid-template-columns: 1fr;
  }

  .sl360-about-left h2 {
    font-size: 30px;
  }
}








.sl360-purpose-section {
  background: #f7f9f9;
  padding: 100px 20px;
}

.sl360-purpose-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.sl360-purpose-card {
  background: #ffffff;
  padding: 70px 65px;
  max-width: 780px;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  border-left: 6px solid #bf996a;
}

.sl360-purpose-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.4px;
  color: #bf996a;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.sl360-purpose-card h2 {
  font-size: 40px;
  color: #264f51;
  margin-bottom: 24px;
  line-height: 1.25;
}

.sl360-purpose-card p {
  font-size: 17px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 16px;
}

.sl360-purpose-divider {
  width: 80px;
  height: 3px;
  background: #bf996a;
  margin: 28px 0;
}

.sl360-purpose-points {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 14px;
}

.sl360-purpose-points li {
  font-size: 15px;
  color: #264f51;
  padding-left: 22px;
  position: relative;
}

.sl360-purpose-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #bf996a;
}

/* Mobile */
@media (max-width: 768px) {
  .sl360-purpose-card {
    padding: 45px 30px;
  }

  .sl360-purpose-card h2 {
    font-size: 30px;
  }
}








.sl360-mv-section {
  padding: 110px 20px;
  background: #ffffff;
}

.sl360-mv-container {
  max-width: 1200px;
  margin: auto;
}

.sl360-mv-header {
  max-width: 650px;
  margin-bottom: 70px;
}

.sl360-mv-header span {
  font-size: 13px;
  letter-spacing: 1.6px;
  color: #bf996a;
  text-transform: uppercase;
}

.sl360-mv-header h2 {
  font-size: 42px;
  color: #264f51;
  margin: 14px 0 18px;
}

.sl360-mv-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

.sl360-mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.sl360-mv-card {
  background: #f9fbfb;
  padding: 55px 50px;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.06);
  position: relative;
  transition: all 0.3s ease;
}

.sl360-mv-card:hover {
  transform: translateY(-6px);
}

.sl360-mv-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #bf996a;
  border-radius: 18px 0 0 18px;
}

.sl360-vision::before {
  background: #264f51;
}

.sl360-mv-icon {
  font-size: 36px;
  margin-bottom: 18px;
}

.sl360-mv-card h3 {
  font-size: 28px;
  color: #264f51;
  margin-bottom: 16px;
}

.sl360-mv-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.sl360-mv-card ul {
  list-style: none;
  padding: 0;
}

.sl360-mv-card ul li {
  font-size: 15px;
  color: #264f51;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.sl360-mv-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #bf996a;
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-mv-grid {
    grid-template-columns: 1fr;
  }

  .sl360-mv-card {
    padding: 45px 30px;
  }

  .sl360-mv-header h2 {
    font-size: 32px;
  }
}









.sl360-why-alt {
  padding: 120px 20px;
  background: #ffffff;
}

.sl360-why-alt-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 80px;
  align-items: start;
}

/* Left */
.sl360-why-alt-left span {
  font-size: 13px;
  letter-spacing: 1.8px;
  color: #bf996a;
  text-transform: uppercase;
}

.sl360-why-alt-left h2 {
  font-size: 44px;
  color: #264f51;
  margin: 18px 0 22px;
}

.sl360-why-alt-left p {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
}

/* Right rows */
.sl360-why-row {
  display: flex;
  gap: 25px;
  padding: 28px 0;
  border-bottom: 1px solid #e6ecec;
}

.sl360-why-row:last-child {
  border-bottom: none;
}

.sl360-why-bar {
  width: 6px;
  background: linear-gradient(
    to bottom,
    #bf996a,
    #264f51
  );
  border-radius: 4px;
  flex-shrink: 0;
}

.sl360-why-row h3 {
  font-size: 22px;
  color: #264f51;
  margin-bottom: 10px;
}

.sl360-why-row p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #444;
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-why-alt-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .sl360-why-alt-left h2 {
    font-size: 32px;
  }
}




.sl360-cta-btn {
  display: inline-block;
  margin-top: 35px;
  padding: 16px 44px;
  background: linear-gradient(
    to right,
    #264f51,
    #1f3f41
  );
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 0.6px;
  box-shadow: 0 14px 35px rgba(38,79,81,0.35);
  transition: all 0.3s ease;
}

.sl360-cta-btn:hover {
  background: linear-gradient(
    to right,
    #bf996a,
    #a8834f
  );
  color: #ffffff;
  transform: translateY(-2px);
}






.sl360-career-section {
  padding: 120px 20px;
  background: #f9fbfb;
}

.sl360-career-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.sl360-career-header {
  max-width: 650px;
  margin-bottom: 70px;
}

.sl360-career-header span {
  font-size: 13px;
  letter-spacing: 1.8px;
  color: #bf996a;
  text-transform: uppercase;
}

.sl360-career-header h2 {
  font-size: 42px;
  color: #264f51;
  margin: 14px 0 18px;
}

.sl360-career-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* Grid */
.sl360-career-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Job Card */
.sl360-job-card {
  background: #ffffff;
  padding: 55px 50px;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.06);
  position: relative;
  transition: all 0.3s ease;
}

.sl360-job-card:hover {
  transform: translateY(-6px);
}

/* Accent bar */
.sl360-job-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #bf996a;
  border-radius: 18px 0 0 18px;
}

/* Text */
.sl360-job-card h3 {
  font-size: 26px;
  color: #264f51;
  margin-bottom: 10px;
}

.sl360-job-meta {
  font-size: 14px;
  color: #bf996a;
  margin-bottom: 18px;
}

.sl360-job-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.sl360-job-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.sl360-job-card ul li {
  font-size: 15px;
  color: #264f51;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.sl360-job-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #bf996a;
}

/* Apply Button */
.sl360-job-btn {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(to right, #264f51, #1f3f41);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.sl360-job-btn:hover {
  background: linear-gradient(to right, #bf996a, #a8834f);
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-career-grid {
    grid-template-columns: 1fr;
  }

  .sl360-job-card {
    padding: 45px 30px;
  }

  .sl360-career-header h2 {
    font-size: 32px;
  }
}







.sl360-join-team {
  padding: 120px 20px;
  background: #ffffff;
}

.sl360-join-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
}

.sl360-join-content span {
  font-size: 13px;
  letter-spacing: 1.8px;
  color: #bf996a;
  text-transform: uppercase;
}

.sl360-join-content h2 {
  font-size: 44px;
  color: #264f51;
  margin: 16px 0 22px;
}

.sl360-join-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 18px;
}

.sl360-join-highlights {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.sl360-highlight {
  padding: 30px 32px;
  background: #f9fbfb;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.05);
}

.sl360-highlight h4 {
  font-size: 20px;
  color: #264f51;
  margin-bottom: 8px;
}

.sl360-highlight p {
  font-size: 15px;
  color: #444;
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-join-container {
    grid-template-columns: 1fr;
  }

  .sl360-join-content h2 {
    font-size: 32px;
  }
}










.sl360-career-alternate {
  padding: 120px 20px;
  background: #f9fbfb;
}

.sl360-career-alt-container {
  max-width: 1100px;
  margin: auto;
}

.sl360-career-alt-header span {
  font-size: 13px;
  color: #bf996a;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.sl360-career-alt-header h2 {
  font-size: 42px;
  color: #264f51;
  margin: 16px 0 16px;
}

.sl360-career-alt-header p {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 60px;
}

/* Feature Items */
.sl360-career-alt-feature {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}

.sl360-career-alt-feature.reverse {
  flex-direction: row-reverse;
}

.sl360-feature-icon {
  font-size: 48px;
  color: #bf996a;
  flex-shrink: 0;
}

.sl360-feature-content h3 {
  font-size: 24px;
  color: #264f51;
  margin-bottom: 10px;
}

.sl360-feature-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .sl360-career-alt-feature,
  .sl360-career-alt-feature.reverse {
    flex-direction: column;
    align-items: flex-start;
  }

  .sl360-feature-icon {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .sl360-career-alt-header h2 {
    font-size: 32px;
  }
}








.sl360-contact-premium {
  padding: 140px 20px;
  background: #ffffff;
}

.sl360-contact-premium-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Left Side */
.sl360-contact-premium-left span {
  font-size: 13px;
  color: #bf996a;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sl360-contact-premium-left h2 {
  font-size: 44px;
  color: #264f51;
  margin: 16px 0 20px;
}

.sl360-contact-premium-left p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 35px;
}

.sl360-contact-premium-card {
  background: rgba(38,79,81,0.05);
  border-left: 6px solid #bf996a;
  padding: 28px 30px;
  border-radius: 16px;
  margin-bottom: 25px;
  box-shadow: 0 22px 50px rgba(38,79,81,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sl360-contact-premium-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(38,79,81,0.15);
}

.sl360-contact-premium-card h3 {
  font-size: 20px;
  color: #264f51;
  margin-bottom: 12px;
}

.sl360-contact-premium-card p {
  font-size: 15.5px;
  color: #444;
  line-height: 1.7;
}

/* Right Side */
.sl360-contact-premium-right iframe {
  width: 100%;
  height: 1422px;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(38,79,81,0.15);
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-contact-premium-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .sl360-contact-premium-left h2 {
    font-size: 32px;
  }

  .sl360-contact-premium-right iframe {
    height: 500px;
  }
}







.plse-india {
  padding: 110px 20px;
  background: #f8f6f2;
}

.plse-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

/* Left Content */
.plse-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #bf996a;
  margin-bottom: 12px;
}

.plse-left h2 {
  font-size: 42px;
  color: #264f51;
  margin-bottom: 25px;
  line-height: 1.3;
}

.plse-left p {
  font-size: 17px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 18px;
}

/* CTA Button */
.plse-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 16px 42px;
  background: #264f51;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.plse-btn:hover {
  background: #bf996a;
  color: #264f51;
}

/* Right Card */
.plse-card {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  border-top: 6px solid #bf996a;
}

.plse-card h3 {
  font-size: 22px;
  color: #264f51;
  margin-bottom: 20px;
}

.plse-card ul {
  list-style: none;
  padding: 0;
}

.plse-card ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 14px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .plse-container {
    grid-template-columns: 1fr;
  }

  .plse-left h2 {
    font-size: 32px;
  }
}







.wpls-section {
  padding: 100px 20px;
  background: #ffffff;
}

.wpls-container {
  max-width: 1000px;
  margin: auto;
}

.wpls-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #bf996a;
  margin-bottom: 12px;
}

.wpls-container h2 {
  font-size: 38px;
  color: #264f51;
  margin-bottom: 25px;
  line-height: 1.3;
}

.wpls-container p {
  font-size: 17px;
  line-height: 1.95;
  color: #444;
  margin-bottom: 20px;
}

/* Highlight Box */
.wpls-highlight {
  background: #f8f6f2;
  border-left: 6px solid #bf996a;
  padding: 30px 35px;
  border-radius: 18px;
  margin: 40px 0;
}

.wpls-highlight h3 {
  font-size: 22px;
  color: #264f51;
  margin-bottom: 12px;
}

.wpls-highlight p {
  font-size: 16.5px;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .wpls-container h2 {
    font-size: 30px;
  }
}









.pls-cards {
  padding: 100px 20px;
  background: #f9fafb;
  font-family: "Poppins", sans-serif;
}

.pls-container {
  max-width: 1200px;
  margin: auto;
}

.pls-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 70px;
}

.pls-subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #bf996a;
  font-weight: 600;
}

.pls-header h2 {
  font-size: 38px;
  color: #264f51;
  margin: 12px 0;
}

.pls-header p {
  font-size: 16.5px;
  line-height: 1.8;
  color: #555;
}

/* Cards */
.pls-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 60px;
}

.pls-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  position: relative;
}

.pls-card:hover {
  transform: translateY(-12px);
}

.pls-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  background: linear-gradient(135deg, #264f51, #1c3f41);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.pls-card h3 {
  font-size: 21px;
  color: #264f51;
  margin-bottom: 12px;
}

.pls-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* CTA */
.pls-action {
  margin-top: 90px;
  background: linear-gradient(135deg, #264f51, #1c3f41);
  padding: 55px 30px;
  border-radius: 26px;
  text-align: center;
  color: #ffffff;
}

.pls-action h4 {
  font-size: 30px;
  margin-bottom: 10px;
}

.pls-action p {
  font-size: 16px;
  margin-bottom: 22px;
}

.pls-btn {
  display: inline-block;
  background: #bf996a;
  color: #264f51;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .pls-header h2 {
    font-size: 28px;
  }

  .pls-action h4 {
    font-size: 22px;
  }
}







.pls-benefits {
  padding: 100px 20px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

.pls-container {
  max-width: 1200px;
  margin: auto;
}

.pls-benefits-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 70px;
}

.pls-subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #bf996a;
  font-weight: 600;
}

.pls-benefits-header h2 {
  font-size: 38px;
  color: #264f51;
  margin: 12px 0;
}

.pls-benefits-header p {
  font-size: 16.5px;
  line-height: 1.8;
  color: #555;
}

/* Benefit Cards */
.pls-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 60px;
}

.pls-benefit-card {
  background: #f9fafb;
  padding: 40px 30px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.pls-benefit-card:hover {
  transform: translateY(-10px);
  background: #ffffff;
}

.pls-benefit-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  background: linear-gradient(135deg, #bf996a, #d4b07c);
  color: #264f51;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.pls-benefit-card h3 {
  font-size: 21px;
  color: #264f51;
  margin-bottom: 12px;
}

.pls-benefit-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* CTA */
.pls-benefits-cta {
  margin-top: 90px;
  background: linear-gradient(135deg, #264f51, #1c3f41);
  padding: 55px 30px;
  border-radius: 26px;
  text-align: center;
  color: #ffffff;
}

.pls-benefits-cta h4 {
  font-size: 30px;
  margin-bottom: 10px;
}

.pls-benefits-cta p {
  font-size: 16px;
  margin-bottom: 22px;
}

.pls-btn {
  display: inline-block;
  background: #bf996a;
  color: #264f51;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .pls-benefits-header h2 {
    font-size: 28px;
  }

  .pls-benefits-cta h4 {
    font-size: 22px;
  }
}







.why-sl360 {
  padding: 100px 20px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

.sl360-containers {
  max-width: 1200px;
  margin: auto;
}

.why-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 70px;
}

.why-subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #bf996a;
  font-weight: 600;
}

.why-header h2 {
  font-size: 38px;
  color: #264f51;
  margin: 12px 0;
}

.why-header p {
  font-size: 16.5px;
  line-height: 1.8;
  color: #555;
}

/* Cards */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.why-card {
  background: #f9fafb;
  padding: 40px 30px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.why-card:hover {
  transform: translateY(-10px);
  background: #ffffff;
}

.why-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  background: linear-gradient(135deg, #264f51, #1c3f41);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.why-card h3 {
  font-size: 21px;
  color: #264f51;
  margin-bottom: 12px;
}

.why-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* CTA */
.why-cta {
  margin-top: 90px;
  background: linear-gradient(135deg, #264f51, #1c3f41);
  padding: 55px 30px;
  border-radius: 26px;
  text-align: center;
  color: #ffffff;
}

.why-cta h4 {
  font-size: 30px;
  margin-bottom: 10px;
}

.why-cta p {
  font-size: 16px;
  margin-bottom: 22px;
}

.why-btn {
  display: inline-block;
  background: #bf996a;
  color: #264f51;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .why-header h2 {
    font-size: 28px;
  }

  .why-cta h4 {
    font-size: 22px;
  }
}










.faq-premium {
  background: linear-gradient(180deg, #f7f8f9, #ffffff);
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.faq-premium-container {
  max-width: 1100px;
  margin: auto;
}

.faq-premium-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-premium-header h2 {
  font-size: 36px;
  color: #264f51;
  font-weight: 700;
  margin-bottom: 12px;
}

.faq-premium-header p {
  font-size: 16px;
  color: #555;
}

.faq-premium-cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.faq-premium-card {
  display: flex;
  gap: 24px;
  background: #ffffff;
  border-radius: 22px;
  padding: 30px 25px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.07);
  border-left: 8px solid #bf996a;
  transition: transform 0.35s, box-shadow 0.35s;
}

.faq-premium-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.12);
}

.faq-premium-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #264f51, #1c3f41);
  color: #bf996a;
  font-size: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-premium-content h4 {
  font-size: 20px;
  color: #264f51;
  margin-bottom: 8px;
  font-weight: 600;
}

.faq-premium-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* CTA */
.faq-premium-cta {
  text-align: center;
  margin-top: 50px;
}

.faq-premium-btn {
  display: inline-block;
  background: #bf996a;
  color: #264f51;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 42px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.faq-premium-btn:hover {
  background: #264f51;
  color: #bf996a;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .faq-premium-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .faq-premium-icon {
    margin-bottom: 12px;
  }

  .faq-premium-header h2 {
    font-size: 28px;
  }
}









.cc-settlement-split {
  background: #f9f9f9;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.cc-split-header {
  text-align: center;
  margin-bottom: 60px;
}

.cc-split-header h2 {
  font-size: 42px;
  color: #264f51;
  font-weight: 700;
  margin-bottom: 15px;
}

.cc-split-header p {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
}

/* Split Content */
.cc-split-content {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}

/* Left Image */
.cc-split-image {
  flex: 1;
  text-align: center;
}

.cc-split-image img {
  max-width: 100%;
  border-radius: 25px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.cc-split-image img:hover {
  transform: scale(1.05);
}

/* Right Highlights */
.cc-split-highlights {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: linear-gradient(135deg, rgba(191,153,106,0.1), rgba(38,79,81,0.1));
  padding: 20px 25px;
  border-radius: 20px;
  transition: transform 0.3s, background 0.3s;
}

.highlight-item i {
  font-size: 30px;
  color: #bf996a;
  flex-shrink: 0;
  margin-top: 5px;
}

.highlight-item h4 {
  font-size: 20px;
  color: #264f51;
  margin-bottom: 6px;
  font-weight: 600;
}

.highlight-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.highlight-item:hover {
  background: linear-gradient(135deg, rgba(191,153,106,0.15), rgba(38,79,81,0.15));
  transform: translateY(-5px);
}

/* CTA */
.cc-split-cta {
  text-align: center;
  margin-top: 50px;
}

.btn-split-cc {
  display: inline-block;
  background: #bf996a;
  color: #264f51;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 50px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-split-cc:hover {
  background: #264f51;
  color: #bf996a;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 992px) {
  .cc-split-content {
    flex-direction: column;
    text-align: center;
  }

  .highlight-item {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .highlight-item i {
    margin-top: 0;
  }

  .cc-split-header h2 {
    font-size: 32px;
  }

  .cc-split-header p {
    font-size: 16px;
  }
}








.cc-settlement-steps {
  padding: 80px 20px;
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
  color: #264f51;
}

.cc-header {
  text-align: center;
  margin-bottom: 60px;
}

.cc-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cc-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  max-width: 800px;
  margin: auto;
}

/* Step Layout */
.cc-step {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
}

.cc-step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #264f51, #bf996a);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  flex-shrink: 0;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cc-step-icon:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.cc-step-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.cc-step-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* CTA */
.cc-cta {
  text-align: center;
  margin-top: 50px;
}

.btn-cc-settle {
  display: inline-block;
  background: #bf996a;
  color: #264f51;
  padding: 16px 50px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-cc-settle:hover {
  background: #264f51;
  color: #bf996a;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 992px) {
  .cc-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cc-step-icon {
    margin-bottom: 15px;
  }
}








.cc-legal-section {
  padding: 80px 20px;
  background: #f5f5f5;
  font-family: 'Poppins', sans-serif;
  color: #264f51;
}

.cc-legal-header {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 60px;
}

.cc-legal-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cc-legal-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* Cards Grid */
.cc-legal-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.cc-legal-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 2px solid #264f51;
}

.cc-legal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #264f51, #bf996a);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  margin: auto;
  margin-bottom: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card-icon:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.cc-legal-card h4 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.cc-legal-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* CTA */
.cc-legal-cta {
  text-align: center;
  margin-top: 50px;
}

.btn-cc-legal {
  display: inline-block;
  background: #bf996a;
  color: #264f51;
  padding: 16px 50px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-cc-legal:hover {
  background: #264f51;
  color: #bf996a;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 992px) {
  .cc-legal-cards {
    grid-template-columns: 1fr;
  }
}








.cc-benefits-section {
  padding: 80px 20px;
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
  color: #264f51;
}

.cc-benefits-header {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 60px;
}

.cc-benefits-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cc-benefits-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* Cards Grid */
.cc-benefits-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 60px;
}

.cc-benefit-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  border: 2px solid #264f51;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cc-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #264f51, #bf996a);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  margin: auto;
  margin-bottom: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card-icon:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.cc-benefit-card h4 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.cc-benefit-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* CTA */
.cc-benefits-cta {
  text-align: center;
  margin-top: 50px;
}

.btn-cc-benefits {
  display: inline-block;
  background: #bf996a;
  color: #264f51;
  padding: 16px 50px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-cc-benefits:hover {
  background: #264f51;
  color: #bf996a;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 992px) {
  .cc-benefits-cards {
    grid-template-columns: 1fr;
  }
}







.why-sl360 {
  padding: 90px 20px;
  background: linear-gradient(180deg, #ffffff, #f5f7f7);
  font-family: 'Poppins', sans-serif;
}

.sl360-containerr {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.why-sl360-header {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 70px;
}

.why-sl360-header h2 {
  font-size: 44px;
  color: #264f51;
  font-weight: 700;
  margin-bottom: 15px;
}

.why-sl360-header p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* Grid */
.why-sl360-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 70px;
}

/* Card */
.why-sl360-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid rgba(38, 79, 81, 0.15);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.why-sl360-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

/* Icon */
.sl360-icon {
  font-size: 34px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #264f51, #bf996a);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

/* Card Text */
.why-sl360-card h4 {
  font-size: 20px;
  color: #264f51;
  margin-bottom: 12px;
  font-weight: 600;
}

.why-sl360-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* CTA */
.why-sl360-cta {
  text-align: center;
  margin-top: 60px;
}

.sl360-btn {
  display: inline-block;
  background: #bf996a;
  color: #264f51;
  padding: 18px 55px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sl360-btn:hover {
  background: #264f51;
  color: #bf996a;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* Responsive */
@media (max-width: 768px) {
  .why-sl360-header h2 {
    font-size: 32px;
  }

  .why-sl360-card {
    padding: 30px 20px;
  }
}








.cc-faq-section {
  padding: 90px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.cc-container {
  max-width: 1000px;
  margin: auto;
}

/* Header */
.cc-faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.cc-faq-header h2 {
  font-size: 42px;
  color: #264f51;
  font-weight: 700;
  margin-bottom: 15px;
}

.cc-faq-header p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* FAQ Item */
.cc-faq-item {
  background: #f9f9f9;
  border-radius: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(38, 79, 81, 0.15);
  transition: box-shadow 0.3s ease;
}

.cc-faq-item:hover {
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Question */
.cc-faq-question {
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.cc-faq-question h4 {
  font-size: 18px;
  color: #264f51;
  font-weight: 600;
  margin: 0;
}

/* Toggle */
.cc-faq-toggle {
  font-size: 26px;
  color: #bf996a;
  font-weight: 700;
  transition: transform 0.3s ease;
}

/* Answer */
.cc-faq-answer {
  padding: 0 26px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.cc-faq-answer p {
  padding: 15px 0 25px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* Active */
.cc-faq-item.active .cc-faq-answer {
  max-height: 300px;
}

.cc-faq-item.active .cc-faq-toggle {
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 768px) {
  .cc-faq-header h2 {
    font-size: 32px;
  }

  .cc-faq-question h4 {
    font-size: 16px;
  }
}







.nbfc-expert-v2 {
  padding: 90px 20px;
  background: #f8fafb;
  font-family: 'Poppins', sans-serif;
}

.nbfc-v2-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left Content */
.nbfc-v2-badge {
  display: inline-block;
  background: rgba(191, 153, 106, 0.15);
  color: #bf996a;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.nbfc-v2-content h1 {
  font-size: 44px;
  color: #264f51;
  font-weight: 700;
  margin-bottom: 20px;
}

.nbfc-v2-lead {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}

.nbfc-v2-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}

.nbfc-v2-btn {
  display: inline-block;
  margin-top: 30px;
  background: linear-gradient(135deg, #264f51, #bf996a);
  color: #ffffff;
  padding: 16px 48px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.nbfc-v2-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.2);
}

/* Right Highlights */
.nbfc-v2-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.nbfc-v2-box {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 20px;
  border: 1px solid rgba(38,79,81,0.12);
  transition: 0.3s;
}

.nbfc-v2-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.nbfc-v2-box i {
  font-size: 30px;
  color: #bf996a;
  margin-bottom: 15px;
}

.nbfc-v2-box h4 {
  font-size: 18px;
  color: #264f51;
  margin-bottom: 8px;
  font-weight: 600;
}

.nbfc-v2-box p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .nbfc-v2-container {
    grid-template-columns: 1fr;
  }

  .nbfc-v2-highlights {
    grid-template-columns: 1fr;
  }

  .nbfc-v2-content h1 {
    font-size: 32px;
  }
}








.nbfc-settlement-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.nbfc-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
}

.nbfc-header .tag {
  display: inline-block;
  background: #eef2ff;
  color: #1e40af;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}

.nbfc-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

.nbfc-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
}

.nbfc-content-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: start;
}

.nbfc-content h3 {
  font-size: 24px;
  color: #020617;
  margin-bottom: 15px;
}

.nbfc-content p {
  font-size: 15px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 15px;
}

.nbfc-highlights {
  display: grid;
  gap: 20px;
}

.highlight-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-6px);
}

.highlight-box i {
  font-size: 30px;
  color: #2563eb;
  margin-bottom: 12px;
}

.highlight-box h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #020617;
}

.highlight-box p {
  font-size: 14px;
  color: #64748b;
}

.nbfc-note {
  margin-top: 50px;
  background: #eff6ff;
  border-left: 5px solid #2563eb;
  padding: 20px 25px;
  display: flex;
  gap: 15px;
  border-radius: 10px;
}

.nbfc-note i {
  font-size: 26px;
  color: #2563eb;
}

.nbfc-note p {
  font-size: 15px;
  color: #1e293b;
  line-height: 1.6;
}

.nbfc-cta {
  text-align: center;
  margin-top: 40px;
}

.btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.35);
}








.nbfc-luxury-process {
  padding: 100px 0;
  background: linear-gradient(180deg, #f9fbfb, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.lux-containers {
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;
}

.lux-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 80px;
}

.lux-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.lux-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.lux-header p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.8;
}

.lux-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 60px;
}

.lux-step {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 22px;
  padding: 38px 30px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  transition: all 0.4s ease;
}

.lux-step:hover {
  transform: translateY(-10px);
}

.lux-step-no {
  position: absolute;
  top: 22px;
  right: 24px;
  font-size: 46px;
  font-weight: 700;
  color: rgba(191, 153, 106, 0.18);
}

.lux-step i {
  font-size: 30px;
  color: #264f51;
  margin-bottom: 18px;
}

.lux-step h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.lux-step p {
  font-size: 14.8px;
  color: #64748b;
  line-height: 1.75;
}

.lux-highlight {
  margin-top: 70px;
  padding: 28px 34px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ecfeff, #f0fdfa);
  display: flex;
  align-items: center;
  gap: 18px;
}

.lux-highlight i {
  font-size: 30px;
  color: #0f766e;
}

.lux-highlight p {
  font-size: 15.5px;
  color: #134e4a;
  line-height: 1.7;
}

.lux-cta {
  text-align: center;
  margin-top: 55px;
}

.lux-btn {
  display: inline-block;
  padding: 16px 44px;
  border-radius: 60px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 79, 81, 0.35);
}









.nbfc-benefits-luxury {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  font-family: 'Poppins', sans-serif;
}

.lux-containerr {
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;
}

.lux-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.lux-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.lux-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.lux-header p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.8;
}

.lux-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.lux-benefit {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  transition: all 0.4s ease;
}

.lux-benefit:hover {
  transform: translateY(-10px);
}

.lux-benefit i {
  font-size: 36px;
  color: #264f51;
  margin-bottom: 18px;
}

.lux-benefit h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.lux-benefit p {
  font-size: 14.8px;
  color: #64748b;
  line-height: 1.75;
}

.lux-cta {
  text-align: center;
  margin-top: 60px;
}

.lux-btn {
  display: inline-block;
  padding: 16px 46px;
  border-radius: 60px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 79, 81, 0.35);
}






.why-sl360-nbfc {
  padding: 100px 0;
  background: linear-gradient(180deg, #f9fbfb, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.lux-containera {
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;
}

.lux-header {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 80px;
}

.lux-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.lux-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.lux-header p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.8;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 34px;
}

.why-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 42px 34px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: all 0.4s ease;
}

.why-box:hover {
  transform: translateY(-10px);
}

.why-box i {
  font-size: 34px;
  color: #264f51;
  margin-bottom: 18px;
}

.why-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.why-box p {
  font-size: 14.8px;
  color: #64748b;
  line-height: 1.75;
}

.why-highlight {
  margin-top: 70px;
  padding: 34px 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ecfeff, #f0fdfa);
  text-align: center;
}

.why-highlight p {
  font-size: 16px;
  color: #134e4a;
  line-height: 1.8;
}

.lux-cta {
  text-align: center;
  margin-top: 55px;
}

.lux-btn {
  display: inline-block;
  padding: 16px 46px;
  border-radius: 60px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 79, 81, 0.35);
}







.nbfc-faq-luxury {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  font-family: 'Poppins', sans-serif;
}

.lux-containerb {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.lux-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.lux-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.lux-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.lux-header p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.8;
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  background: #ffffff;
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary i {
  font-size: 14px;
  color: #264f51;
  transition: transform 0.3s ease;
}

.faq-item[open] summary i {
  transform: rotate(180deg);
}

.faq-item p {
  padding: 0 26px 24px;
  font-size: 15px;
  color: #64748b;
  line-height: 1.75;
}

.lux-cta {
  text-align: center;
  margin-top: 55px;
}

.lux-btn {
  display: inline-block;
  padding: 16px 46px;
  border-radius: 60px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 79, 81, 0.35);
}








.credit-builder-lux {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  font-family: 'Poppins', sans-serif;
}

.lux-containera {
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;
}

.lux-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.lux-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.lux-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.lux-header p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.8;
}

.builder-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
}

.builder-text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #264f51;
  margin-bottom: 14px;
}

.builder-text p {
  font-size: 15.5px;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 16px;
}

.builder-points {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.builder-points li {
  font-size: 15px;
  color: #334155;
  margin-bottom: 12px;
}

.builder-points i {
  color: #264f51;
  margin-right: 10px;
}

.builder-boxes {
  display: grid;
  gap: 26px;
}

.builder-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.builder-box i {
  font-size: 34px;
  color: #264f51;
  margin-bottom: 14px;
}

.builder-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 10px;
}

.builder-box p {
  font-size: 14.8px;
  color: #64748b;
  line-height: 1.7;
}

.lux-cta {
  text-align: center;
  margin-top: 65px;
}

.lux-btn {
  display: inline-block;
  padding: 16px 46px;
  border-radius: 60px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 79, 81, 0.35);
}








.credit-builder-how-lux {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  font-family: 'Poppins', sans-serif;
}

.lux-containerb {
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;
}

.lux-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.lux-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.lux-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.lux-header p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.8;
}

.builder-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 60px;
}

.builder-step {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: all 0.4s ease;
}

.builder-step:hover {
  transform: translateY(-8px);
}

.builder-step i {
  font-size: 36px;
  color: #264f51;
  margin-bottom: 18px;
}

.builder-step h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.builder-step p {
  font-size: 14.8px;
  color: #64748b;
  line-height: 1.75;
}

.lux-cta {
  text-align: center;
  margin-top: 65px;
}

.lux-btn {
  display: inline-block;
  padding: 16px 46px;
  border-radius: 60px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 79, 81, 0.35);
}









.credit-builder-who-lux {
  padding: 100px 0;
  background: linear-gradient(180deg, #f9fbfb, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.lux-containerc {
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;
}

.lux-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.lux-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.lux-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.lux-header p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.8;
}

.who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 60px;
}

.who-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: all 0.4s ease;
}

.who-box:hover {
  transform: translateY(-8px);
}

.who-box i {
  font-size: 36px;
  color: #264f51;
  margin-bottom: 18px;
}

.who-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.who-box p {
  font-size: 14.8px;
  color: #64748b;
  line-height: 1.75;
}

.lux-cta {
  text-align: center;
  margin-top: 65px;
}

.lux-btn {
  display: inline-block;
  padding: 16px 46px;
  border-radius: 60px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 79, 81, 0.35);
}









.credit-score-timeline-lux {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  font-family: 'Poppins', sans-serif;
}

.lux-containerd {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.lux-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.lux-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.lux-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.lux-header p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.8;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.timeline-step {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: all 0.4s ease;
}

.timeline-step:hover {
  transform: translateY(-8px);
}

.timeline-step i {
  font-size: 36px;
  color: #264f51;
  margin-bottom: 18px;
}

.timeline-step h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.timeline-step p {
  font-size: 14.8px;
  color: #64748b;
  line-height: 1.75;
}

.lux-cta {
  text-align: center;
  margin-top: 65px;
}

.lux-btn {
  display: inline-block;
  padding: 16px 46px;
  border-radius: 60px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 79, 81, 0.35);
}








.credit-builder-legal-lux {
  padding: 100px 0;
  background: linear-gradient(180deg, #f0f5f5, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.lux-containere {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.lux-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.lux-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.lux-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.lux-header p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.8;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.legal-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: all 0.4s ease;
}

.legal-box:hover {
  transform: translateY(-8px);
}

.legal-box i {
  font-size: 36px;
  color: #264f51;
  margin-bottom: 18px;
}

.legal-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.legal-box p {
  font-size: 14.8px;
  color: #64748b;
  line-height: 1.75;
}

.lux-cta {
  text-align: center;
  margin-top: 65px;
}

.lux-btn {
  display: inline-block;
  padding: 16px 46px;
  border-radius: 60px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 79, 81, 0.35);
}











.credit-builder-legal-modern {
  padding: 100px 0;
  background: linear-gradient(180deg, #f7f9f9, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.lux-containerf {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.lux-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 80px;
}

.lux-badge {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.lux-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.lux-header p {
  font-size: 17px;
  color: #475569;
  line-height: 1.8;
}

.legal-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 40px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 28px;
}

.feature-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.feature-text p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
}

.lux-cta {
  text-align: center;
  margin-top: 60px;
}

.lux-btn {
  display: inline-block;
  padding: 16px 50px;
  border-radius: 60px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 79, 81, 0.35);
}

/* Responsive */
@media (max-width: 768px) {
  .legal-features {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .feature-item {
    flex-direction: row;
    text-align: left;
  }
}








.credit-benefits-modern {
  padding: 100px 0;
  background: linear-gradient(135deg, #f3f7f8, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.lux-containerg {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.lux-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.lux-badge {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.lux-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.lux-header p {
  font-size: 17px;
  color: #475569;
  line-height: 1.8;
}

.benefit-items {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.benefit-row {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.benefit-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
}

.benefit-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.benefit-text p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
}

.lux-cta {
  text-align: center;
  margin-top: 60px;
}

.lux-btn {
  display: inline-block;
  padding: 16px 50px;
  border-radius: 60px;
  background: linear-gradient(135deg, #264f51, #1e3d40);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(38, 79, 81, 0.35);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .benefit-row {
    flex-direction: row;
    text-align: left;
  }
}








.sl360-faq-section {
  padding: 100px 0;
  background: #f5f8f9;
  font-family: 'Poppins', sans-serif;
}

.sl360-containerg {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}

.sl360-faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.sl360-badge {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sl360-faq-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
}

.sl360-faq-header p {
  font-size: 16px;
  color: #475569;
}

.sl360-faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sl360-faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  overflow: hidden;
}

.sl360-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
}

.sl360-faq-question i {
  transition: transform 0.3s ease;
  color: #264f51;
}

.sl360-faq-answer {
  padding: 0 25px 20px;
  display: none;
  font-size: 15px;
  color: #64748b;
  line-height: 1.8;
}

.sl360-faq-item.active .sl360-faq-answer {
  display: block;
}

.sl360-faq-item.active .sl360-faq-question i {
  transform: rotate(45deg);
}








.sl360-anti-harassment {
  padding: 110px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sl360-ah-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

.sl360-ah-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.sl360-ah-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}

.sl360-ah-content p {
  font-size: 16px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 16px;
}

.sl360-ah-points {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.sl360-ah-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #1f2933;
  margin-bottom: 14px;
  font-weight: 500;
}

.sl360-ah-points i {
  color: #264f51;
  font-size: 18px;
}

.sl360-ah-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-ah-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sl360-ah-points li {
    justify-content: center;
  }
}








.sl360-ah-process {
  padding: 120px 0;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.sl360-ahp-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.sl360-ahp-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 80px;
}

.sl360-ahp-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.sl360-ahp-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

.sl360-ahp-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
}

.sl360-ahp-steps {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.sl360-ahp-step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 30px;
  align-items: flex-start;
}

.sl360-ahp-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #264f51, #1b3a3c);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  box-shadow: 0 10px 25px rgba(38,79,81,0.35);
}

.sl360-ahp-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}

.sl360-ahp-content p {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .sl360-ahp-step {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sl360-ahp-icon {
    margin: 0 auto;
  }
}







.sl360-legal-protection {
  padding: 120px 0;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.sl360-lp-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.sl360-lp-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}

.sl360-lp-badge {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.sl360-lp-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

.sl360-lp-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
}

.sl360-lp-content {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.sl360-lp-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 30px;
  align-items: flex-start;
}

.sl360-lp-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #264f51, #1b3a3c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(38,79,81,0.35);
}

.sl360-lp-text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
}

.sl360-lp-text p {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .sl360-lp-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sl360-lp-icon {
    margin: 0 auto;
  }
}








.sl360-benefits-alt {
  padding: 120px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sl360-benefits-alt-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: flex-start;
}

.sl360-alt-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #bf996a, #e6c28f);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.sl360-benefits-alt-left h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.sl360-benefits-alt-left p {
  font-size: 16px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 16px;
}

.sl360-benefits-alt-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sl360-alt-point {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 26px;
  border-bottom: 1px solid #e5e7eb;
}

.sl360-alt-point:last-child {
  border-bottom: none;
}

.sl360-alt-point i {
  font-size: 22px;
  color: #264f51;
  margin-top: 4px;
}

.sl360-alt-point h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 4px;
}

.sl360-alt-point p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-benefits-alt-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .sl360-benefits-alt-left {
    text-align: center;
  }

  .sl360-alt-point {
    grid-template-columns: 1fr;
    text-align: center;
  }
}









.sl360-premium-why {
  padding: 140px 0;
  background: #0b0f14;
  color: #e5e7eb;
  font-family: 'Poppins', sans-serif;
}

.sl360-premium-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.sl360-premium-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 100px;
}

.sl360-premium-tag {
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg, #c9a15b, #f3d28b);
  color: #0b0f14;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.sl360-premium-head h2 {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.sl360-premium-head p {
  font-size: 16px;
  color: #cbd5f5;
  line-height: 1.9;
}

.sl360-premium-lines {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.sl360-premium-line {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 26px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.sl360-premium-line:last-child {
  border-bottom: none;
}

.sl360-premium-line i {
  font-size: 22px;
  color: #f3d28b;
  margin-top: 4px;
}

.sl360-premium-line h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.sl360-premium-line p {
  font-size: 15px;
  color: #b6c0d4;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
  .sl360-premium-line {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sl360-premium-line i {
    margin: 0 auto;
  }
}








.sl360-borrower-trust {
  padding: 120px 0;
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

.sl360-borrower-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.sl360-borrower-heading {
  max-width: 820px;
  margin-bottom: 70px;
}

.sl360-borrower-heading h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.sl360-borrower-heading p {
  font-size: 16px;
  color: #475569;
  line-height: 1.9;
}

.sl360-borrower-flow {
  display: flex;
  align-items: center;
  gap: 40px;
}

.sl360-borrower-step {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.sl360-borrower-step i {
  font-size: 24px;
  color: #1e40af;
  margin-top: 4px;
}

.sl360-borrower-step p {
  font-size: 15px;
  color: #334155;
  line-height: 1.8;
}

.sl360-borrower-divider {
  width: 1px;
  height: 70px;
  background: #cbd5e1;
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-borrower-flow {
    flex-direction: column;
  }

  .sl360-borrower-divider {
    width: 80px;
    height: 1px;
  }
}







.sl360-faq {
  padding: 120px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sl360-faq-container {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}

.sl360-faq-heading {
  text-align: center;
  margin-bottom: 70px;
}

.sl360-faq-heading h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

.sl360-faq-heading p {
  font-size: 16px;
  color: #475569;
  line-height: 1.8;
}

.sl360-faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sl360-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px 24px;
  transition: all 0.3s ease;
}

.sl360-faq-item summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  color: #0f172a;
  list-style: none;
  position: relative;
  padding-right: 30px;
}

.sl360-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #1e40af;
  transition: transform 0.3s ease;
}

.sl360-faq-item[open] summary::after {
  content: "–";
}

.sl360-faq-item p {
  margin-top: 14px;
  font-size: 15px;
  color: #334155;
  line-height: 1.8;
}

/* Hover */
.sl360-faq-item:hover {
  border-color: #1e40af;
}

/* Remove default arrow */
.sl360-faq-item summary::-webkit-details-marker {
  display: none;
}





.sl360-ots-luxury {
  padding: 140px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sl360-ots-luxury-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: center;
}

.sl360-ots-tag {
  display: inline-block;
  padding: 8px 26px;
  border-radius: 30px;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #0f172a;
}

.sl360-ots-text h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 22px;
}

.sl360-ots-text p {
  font-size: 16px;
  color: #475569;
  line-height: 1.95;
  margin-bottom: 16px;
}

.sl360-ots-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-ots-luxury-wrap {
    grid-template-columns: 1fr;
  }
}







.sl360-ots-lender-luxury {
  padding: 140px 0;
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

.sl360-ots-lender-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.sl360-ots-lender-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

.sl360-ots-lender-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sl360-ots-tag {
  display: inline-block;
  padding: 8px 28px;
  border-radius: 40px;
  background: #e2e8f0;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #0f172a;
}

.sl360-ots-lender-text h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 24px;
}

.sl360-ots-lender-text p {
  font-size: 16px;
  color: #334155;
  line-height: 1.95;
  margin-bottom: 16px;
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-ots-lender-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sl360-ots-lender-text h2 {
    font-size: 34px;
  }
}








.sl360-ots-execution-luxury {
  padding: 140px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sl360-ots-execution-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: center;
}

.sl360-ots-tag {
  display: inline-block;
  padding: 8px 28px;
  border-radius: 40px;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #0f172a;
}

.sl360-ots-execution-text h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 22px;
}

.sl360-ots-execution-text p {
  font-size: 16px;
  color: #475569;
  line-height: 1.95;
  margin-bottom: 26px;
}

.sl360-ots-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sl360-ots-step {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.sl360-ots-step span {
  font-size: 18px;
  font-weight: 700;
  color: #1e40af;
}

.sl360-ots-step p {
  font-size: 15.5px;
  color: #334155;
  line-height: 1.85;
}

.sl360-ots-execution-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-ots-execution-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .sl360-ots-execution-text h2 {
    font-size: 34px;
  }
}








.sl360-ots-strategy {
  padding: 150px 0;
  background: #0f172a;
  font-family: 'Poppins', sans-serif;
}

.sl360-ots-strategy-wrap {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

.sl360-ots-tag {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 40px;
  background: rgba(255,255,255,0.08);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e5e7eb;
}

.sl360-ots-strategy-wrap h2 {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
}

.sl360-ots-intro {
  font-size: 16px;
  color: #cbd5f5;
  line-height: 1.95;
  margin-bottom: 60px;
  max-width: 820px;
}

.sl360-ots-advantage-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.sl360-ots-advantage h4 {
  font-size: 20px;
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 8px;
}

.sl360-ots-advantage p {
  font-size: 15.5px;
  color: #cbd5e1;
  line-height: 1.85;
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-ots-strategy-wrap h2 {
    font-size: 34px;
  }
}









.lux-hero-img {
  position: relative;
  background: radial-gradient(circle at top, #1a1a1a, #0b0b0b);
  padding: 90px 20px;
  overflow: hidden;
}

.lux-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(212,175,55,0.12), transparent);
}

.lux-container {
  max-width: 1250px;
  margin: auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.lux-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #d4af37;
  background: rgba(212,175,55,0.15);
  margin-bottom: 18px;
}

.lux-content h1 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.lux-content h1 span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #d4af37;
  margin-top: 10px;
}

.lux-desc {
  font-size: 17px;
  color: #cfcfcf;
  margin: 22px 0;
  line-height: 1.7;
}

.lux-points {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}

.lux-points li {
  font-size: 16px;
  margin-bottom: 12px;
  color: #f1f1f1;
}

.lux-points strong {
  color: #d4af37;
}

.lux-btn {
  display: inline-block;
  margin-top: 20px;
  background: linear-gradient(135deg, #d4af37, #b8962e);
  color: #000;
  padding: 15px 36px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 35px rgba(212,175,55,0.45);
  transition: all 0.3s ease;
}

.lux-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(212,175,55,0.6);
}

.lux-note {
  margin-top: 12px;
  font-size: 13px;
  color: #aaa;
}

.lux-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  border: 1px solid rgba(212,175,55,0.35);
}

/* Mobile */
@media (max-width: 900px) {
  .lux-container {
    grid-template-columns: 1fr;
  }

  .lux-content h1 {
    font-size: 36px;
  }

  .lux-image {
    order: -1;
  }
}








.sl360-vehicle-settlement {
  padding: 140px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sl360-vehicle-settlement-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: center;
}

.sl360-vehicle-tag {
  display: inline-block;
  padding: 8px 28px;
  border-radius: 40px;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #0f172a;
}

.sl360-vehicle-text h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 22px;
}

.sl360-vehicle-text p {
  font-size: 16px;
  color: #475569;
  line-height: 1.95;
  margin-bottom: 18px;
}

.sl360-vehicle-steps {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sl360-vehicle-step {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.sl360-vehicle-step span {
  font-size: 18px;
  font-weight: 700;
  color: #1e40af;
}

.sl360-vehicle-step p {
  font-size: 15.5px;
  color: #334155;
  line-height: 1.85;
}

.sl360-vehicle-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-vehicle-settlement-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .sl360-vehicle-text h2 {
    font-size: 34px;
  }
}





.sl360-trust-proof {
  padding: 120px 0 80px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sl360-trust-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}

.sl360-trust-wrap h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 50px;
}

.sl360-bank-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
}

.sl360-bank {
  padding: 22px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #334155;
  background: #f8fafc;
  transition: all 0.3s ease;
}

.sl360-bank:hover {
  background: #0f172a;
  color: #ffffff;
  transform: translateY(-4px);
}









.sl360-vehicle-testimonials {
  padding: 140px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sl360-vehicle-testimonial-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.sl360-vehicle-testimonial-wrap h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
  margin-bottom: 12px;
}

.sl360-testimonial-sub {
  font-size: 16px;
  color: #475569;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
  line-height: 1.8;
}

.sl360-vehicle-testimonial-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.sl360-vehicle-testimonial {
  padding: 36px 34px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #f8fafc;
  transition: all 0.3s ease;
}

.sl360-vehicle-testimonial:hover {
  border-color: #1e40af;
  background: #ffffff;
}

.sl360-vehicle-testimonial p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #334155;
  margin-bottom: 26px;
}

.sl360-client-info strong {
  display: block;
  font-size: 16px;
  color: #0f172a;
}

.sl360-client-info span {
  font-size: 14px;
  color: #64748b;
}

/* Mobile */
@media (max-width: 768px) {
  .sl360-vehicle-testimonial-wrap h2 {
    font-size: 34px;
  }
}








.sl360-vehicle-faqs {
  padding: 140px 0;
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

.sl360-vehicle-faqs-wrap {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}

.sl360-vehicle-faqs-wrap h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
  margin-bottom: 12px;
}

.sl360-faq-sub {
  text-align: center;
  font-size: 16px;
  color: #475569;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 60px;
}

.sl360-faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sl360-faq {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px 24px;
}

.sl360-faq summary {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  list-style: none;
}

.sl360-faq summary::marker {
  display: none;
}

.sl360-faq p {
  margin-top: 16px;
  font-size: 15.5px;
  color: #334155;
  line-height: 1.85;
}

/* Hover / Open */
.sl360-faq[open] {
  border-color: #1e40af;
  background: #ffffff;
}

/* Mobile */
@media (max-width: 768px) {
  .sl360-vehicle-faqs-wrap h2 {
    font-size: 34px;
  }
}









.sl360-home-loan {
  padding: 150px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sl360-home-loan-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: center;
}

.sl360-home-tag {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 40px;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 18px;
}

.sl360-home-loan-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 24px;
}

.sl360-home-loan-content p {
  font-size: 16px;
  color: #475569;
  line-height: 1.95;
  margin-bottom: 18px;
}

.sl360-home-points {
  margin-top: 28px;
  padding-left: 0;
  list-style: none;
}

.sl360-home-points li {
  font-size: 15.5px;
  color: #334155;
  margin-bottom: 10px;
}

.sl360-home-loan-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-home-loan-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .sl360-home-loan-content h2 {
    font-size: 34px;
  }
}









.sl360-home-timeline {
  padding: 160px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sl360-home-timeline-wrap {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

.sl360-home-head span {
  display: inline-block;
  padding: 8px 28px;
  border-radius: 40px;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 18px;
}

.sl360-home-head h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.sl360-home-head p {
  font-size: 16px;
  color: #475569;
  line-height: 1.9;
  max-width: 780px;
  margin-bottom: 80px;
}

.sl360-home-flow {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}

.sl360-flow-item {
  padding-left: 40px;
  position: relative;
}

.sl360-flow-line {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e2e8f0;
}

.sl360-flow-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 10px;
}

.sl360-flow-item p {
  font-size: 15.5px;
  color: #334155;
  line-height: 1.85;
}

/* Responsive */
@media (max-width: 768px) {
  .sl360-home-head h2 {
    font-size: 34px;
  }
}








.sl360-home-luxury-comparison {
  padding: 180px 0;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.sl360-home-luxury-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.sl360-luxury-header span {
  display: inline-block;
  padding: 8px 28px;
  border-radius: 40px;
  background: #e2e8f0;
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 18px;
}

.sl360-luxury-header h2 {
  font-size: 46px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 22px;
}

.sl360-luxury-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.95;
  max-width: 780px;
  margin-bottom: 80px;
}

.sl360-luxury-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 50px;
}

.sl360-luxury-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.sl360-luxury-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.12);
}

.sl360-luxury-icon {
  font-size: 48px;
  margin-bottom: 18px;
}

.sl360-luxury-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 14px;
}

.sl360-luxury-card p {
  font-size: 15.5px;
  color: #334155;
  line-height: 1.85;
  margin-bottom: 18px;
}

.sl360-luxury-card ul {
  list-style: none;
  padding-left: 0;
}

.sl360-luxury-card li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #334155;
}

/* Responsive */
@media (max-width: 768px) {
  .sl360-luxury-header h2 {
    font-size: 34px;
  }
}








.hlsettle-faq-section {
  padding: 160px 0;
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

.hlsettle-faq-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  
}

.hlsettle-faq-header span {
  display: inline-block;
  padding: 8px 28px;
  border-radius: 40px;
  background: #e2e8f0;
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 18px;
}

.hlsettle-faq-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
}

.hlsettle-faq-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.95;
  margin-bottom: 60px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.hlsettle-faq-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 25px;
  margin-bottom: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}

.hlsettle-faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.hlsettle-faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.hlsettle-faq-answer {
  font-size: 15.5px;
  color: #334155;
  line-height: 1.85;
  display: none; /* collapsible functionality */
}

.hlsettle-faq-item.active .hlsettle-faq-answer {
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .hlsettle-faq-header h2 {
    font-size: 34px;
  }
}







.settle-loan-luxury {
  background: linear-gradient(135deg, #ffffff, #f5f5f4);
  padding: 120px 20px;
  font-family: 'Poppins', sans-serif;
  color: #264f51;
}

.luxury-header {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 80px;
}

.luxury-header h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  position: relative;
}

.luxury-header h2::after {
  content: '';
  width: 80px;
  height: 4px;
  background: #bf996a;
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
}

.luxury-header p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 900px;
  margin: auto;
  color: #264f51;
}

.luxury-content {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 900px;
  margin: auto;
}

.content-block {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}

.content-block::before {
  content: '';
  width: 4px;
  height: 100%;
  background: #bf996a33;
  position: absolute;
  left: -15px;
  top: 0;
  border-radius: 2px;
}

.content-block .icon {
  background: #bf996a;
  color: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
  margin-top: 0;
}

.content-block p {
  font-size: 17px;
  line-height: 1.7;
  color: #264f51;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .content-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }

  .content-block::before {
    display: none;
  }
}









.process-section {
  background: linear-gradient(135deg, #ffffff, #f9f7f4);
  padding: 120px 20px;
  font-family: 'Poppins', sans-serif;
  color: #264f51;
}

.process-header {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 80px;
}

.process-header h2 {
  font-size: 42px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

.process-header h2::after {
  content: '';
  width: 80px;
  height: 4px;
  background: #bf996a;
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
}

.process-header p {
  font-size: 18px;
  line-height: 1.8;
}

/* Step Flow */
.process-flow {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 900px;
  margin: auto;
  position: relative;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}

.process-step::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #bf996a33;
  border-radius: 2px;
  z-index: 0;
}

.process-step:last-child::before {
  display: none;
}

.step-icon {
  position: relative;
  background: #bf996a;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
  z-index: 1;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.step-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.step-content p {
  font-size: 17px;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .process-flow {
    gap: 60px;
  }
  .process-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .process-step::before {
    display: none;
  }
  .step-icon {
    margin-bottom: 20px;
  }
}







.luxury-benefits {
  background: linear-gradient(135deg, #ffffff, #f9f7f4);
  padding: 120px 20px;
  font-family: 'Poppins', sans-serif;
  color: #264f51;
}

.luxury-container {
  max-width: 1200px;
  margin: auto;
}

.luxury-benefits-header {
  text-align: center;
  margin-bottom: 80px;
}

.luxury-benefits-header h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.luxury-benefits-header h2::after {
  content: '';
  width: 80px;
  height: 4px;
  background: #bf996a;
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
}

.luxury-benefits-header p {
  font-size: 18px;
  line-height: 1.8;
}

/* Benefits Grid */
.luxury-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
}

.luxury-benefit {
  text-align: center;
  padding: 50px 30px;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.luxury-benefit:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.luxury-icon {
  background: #bf996a;
  color: #fff;
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.luxury-benefit h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #264f51;
}

.luxury-benefit p {
  font-size: 16px;
  line-height: 1.7;
  color: #264f51;
}

/* Responsive */
@media (max-width: 768px) {
  .luxury-benefits-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}






.premium-testimonials {
  background: linear-gradient(135deg, #f9f7f4, #ffffff);
  padding: 120px 20px;
  font-family: 'Poppins', sans-serif;
  color: #264f51;
}

.testimonials-header {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 80px;
}

.testimonials-header h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.testimonials-header h2::after {
  content: '';
  width: 80px;
  height: 4px;
  background: #bf996a;
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
}

.testimonials-header p {
  font-size: 18px;
  line-height: 1.8;
  color: #264f51;
}

/* Testimonial Flow */
.testimonial-flow {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.testimonial-item {
  background: #ffffff;
  border-radius: 25px;
  padding: 50px 40px;
  position: relative;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.12);
}

.quote-mark {
  font-size: 60px;
  font-weight: 700;
  color: #bf996a;
  position: absolute;
  top: 20px;
  left: 30px;
  line-height: 1;
  opacity: 0.2;
}

.testimonial-item p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #264f51;
  position: relative;
  z-index: 1;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #bf996a;
}

.client-info h4 {
  font-size: 18px;
  margin: 0;
}

.client-info span {
  font-size: 14px;
  color: #888888;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-item {
    padding: 40px 20px;
  }

  .quote-mark {
    font-size: 50px;
    top: 10px;
    left: 15px;
  }
}






.elite-cta {
  background: linear-gradient(135deg, #264f51, #bf996a);
  padding: 100px 20px;
  text-align: center;
  border-radius: 30px;
  margin: 80px 0;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.elite-container {
  max-width: 900px;
  margin: auto;
}

.elite-cta-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.elite-cta-content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #f5f5f4;
}

.elite-cta-button {
  background: #ffffff;
  color: #264f51;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 50px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.elite-cta-button:hover {
  background: #bf996a;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 768px) {
  .elite-cta-content h2 {
    font-size: 32px;
  }

  .elite-cta-content p {
    font-size: 16px;
  }

  .elite-cta-button {
    padding: 15px 40px;
    font-size: 16px;
  }
}







.legal-hero-section {
  background-color: #264f51;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.legal-hero-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.legal-hero-content {
  flex: 1;
  min-width: 300px;
}

.legal-hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.legal-hero-title span {
  color: #bf996a;
}

.legal-hero-text {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
}

.legal-hero-buttons {
  margin-top: 25px;
}

.legal-btn-primary {
  background-color: #bf996a;
  color: #264f51;
  padding: 14px 30px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 15px;
  transition: 0.3s ease;
}

.legal-btn-primary:hover {
  background-color: #fff;
  color: #264f51;
}

.legal-btn-outline {
  border: 2px solid #bf996a;
  color: #bf996a;
  padding: 14px 30px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.legal-btn-outline:hover {
  background-color: #bf996a;
  color: #264f51;
}

.legal-hero-box {
  flex: 1;
  min-width: 280px;
}

.legal-info-card {
  background-color: #fff;
  padding: 35px;
  border-radius: 12px;
}

.legal-info-card h3 {
  color: #264f51;
  margin-bottom: 20px;
  font-size: 22px;
}

.legal-info-card ul {
  list-style: none;
  padding: 0;
}

.legal-info-card li {
  margin-bottom: 12px;
  color: #264f51;
  font-size: 16px;
}







.workflow-section {
  padding: 90px 20px;
  background: #f4f7f8;
  font-family: 'Poppins', sans-serif;
}

.workflow-wrapper {
  max-width: 1200px;
  margin: auto;
}

.workflow-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #1f2d3d;
}

.workflow-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.workflow-item {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.workflow-item:hover {
  transform: translateY(-8px);
}

.workflow-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d3b66, #1f6f8b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
}

.workflow-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #0d3b66;
}

.workflow-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}











.settlement-types-block {
  padding: 90px 20px;
  background: #f5f7f9;
  font-family: 'Poppins', sans-serif;
}

.settlement-types-container {
  max-width: 1100px;
  margin: auto;
}

.settlement-types-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #1f2d3d;
}

.settlement-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.settlement-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  border-left: 6px solid #1f6f8b;
  transition: all 0.3s ease;
}

.settlement-item:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transform: translateX(6px);
}

.settlement-content {
  max-width: 80%;
}

.settlement-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.settlement-content h3 a {
  text-decoration: none;
  color: #0d3b66;
}

.settlement-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.settlement-action a {
  text-decoration: none;
  font-weight: 600;
  color: #1f6f8b;
  font-size: 14px;
}

@media (max-width: 768px) {
  .settlement-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .settlement-content {
    max-width: 100%;
  }
}









.reputation-zone {
  padding: 100px 20px;
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

.reputation-wrapper {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.reputation-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #1f2d3d;
}

/* BADGE GRID */
.reputation-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 60px;
  margin-bottom: 80px;
}

.reputation-card {
  background: #ffffff;
  padding: 45px 25px 30px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.reputation-card:hover {
  transform: translateY(-8px);
}

.reputation-badge-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #1f6f8b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
}

.reputation-card h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #0d3b66;
}

/* STATS */
.reputation-stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.rep-stat h3 {
  font-size: 34px;
  color: #1f6f8b;
  margin-bottom: 6px;
}

.rep-stat p {
  font-size: 14px;
  color: #555;
}

/* TESTIMONIALS */
.reputation-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.rep-review {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.rep-review:before {
  content: "“";
  font-size: 60px;
  color: #1f6f8b;
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.2;
}

.rep-review p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #444;
}

.rep-review span {
  font-weight: 600;
  font-size: 14px;
  color: #0d3b66;
}

/* Responsive */
@media (max-width: 768px) {
  .reputation-stats {
    gap: 40px;
  }
}









.processdeck-section {
  background: #264f51;
  padding: 100px 20px;
  color: #fff;
}

.processdeck-wrapper {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.processdeck-header h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.processdeck-header p {
  max-width: 750px;
  margin: auto;
  margin-bottom: 70px;
}

.processdeck-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 50px 60px;
}

.processdeck-card {
  background: #fff;
  color: #264f51;
  padding: 50px 25px 30px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  border-top: 6px solid #bf996a;
}

.processdeck-card:hover {
  transform: translateY(-10px);
}

.processdeck-badge {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #bf996a;
  color: #fff;
  font-size: 30px;
  line-height: 70px;
  border-radius: 50%;
  border: 5px solid #264f51;
}

.processdeck-card h3 {
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 12px;
}

.processdeck-card p {
  font-size: 14px;
  line-height: 1.6;
}

.processdeck-cta {
  margin-top: 70px;
}

.processdeck-btn-primary {
  background: #bf996a;
  color: #fff;
  padding: 14px 34px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 15px;
}

.processdeck-btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 34px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.processdeck-btn-outline:hover {
  background: #bf996a;
  border-color: #bf996a;
}










.reliefplus-section {
  background: #fff;
  padding: 100px 20px;
}

.reliefplus-container {
  max-width: 1100px;
  margin: auto;
}

.reliefplus-header {
  text-align: center;
  margin-bottom: 60px;
}

.reliefplus-header h2 {
  font-size: 32px;
  color: #264f51;
  margin-bottom: 15px;
}

.reliefplus-header p {
  max-width: 750px;
  margin: auto;
  color: #264f51;
}

.reliefplus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.reliefplus-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 2px solid #264f51;
  padding: 30px;
  border-radius: 16px;
  transition: 0.3s ease;
}

.reliefplus-card:hover {
  background: #264f51;
  color: #fff;
}

.reliefplus-icon {
  font-size: 32px;
  margin-right: 20px;
  color: #bf996a;
  min-width: 40px;
}

.reliefplus-card:hover .reliefplus-icon {
  color: #fff;
}

.reliefplus-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.reliefplus-content p {
  font-size: 14px;
  line-height: 1.6;
}

.reliefplus-cta {
  text-align: center;
  margin-top: 60px;
}

.reliefplus-btn-primary {
  background: #bf996a;
  color: #fff;
  padding: 14px 34px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 15px;
}

.reliefplus-btn-outline {
  border: 2px solid #264f51;
  color: #264f51;
  padding: 14px 34px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.reliefplus-btn-outline:hover {
  background: #264f51;
  color: #fff;
}












/* ============================= */
/* Debt Settlement Comparison */
/* ============================= */

.comparex-wrapper {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f7fa, #e8f0f3);
}

.comparex-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.comparex-heading {
  font-size: 32px;
  font-weight: 700;
  color: #264f51;
  margin-bottom: 15px;
}

.comparex-subtext {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.comparex-table-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  overflow: hidden;
}

.comparex-table {
  width: 100%;
  border-collapse: collapse;
}

.comparex-table thead {
  background: #264f51;
  color: #fff;
}

.comparex-table th {
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
}

.comparex-table td {
  padding: 20px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.comparex-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.comparex-icon {
  font-size: 18px;
  font-weight: bold;
}

.comparex-icon.success {
  color: #28a745;
}

.comparex-icon.danger {
  color: #dc3545;
}

/* ============================= */
/* Responsive Design */
/* ============================= */

@media (max-width: 768px) {

  .comparex-table thead {
    display: none;
  }

  .comparex-table, 
  .comparex-table tbody, 
  .comparex-table tr, 
  .comparex-table td {
    display: block;
    width: 100%;
  }

  .comparex-table tr {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }

  .comparex-table td {
    text-align: left;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #f1f1f1;
  }

  .comparex-feature {
    justify-content: flex-start;
  }

}









/* ============================= */
/* FAQ Premium Card Design       */
/* ============================= */

.queryflow-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #ffffff, #f2f7f8);
}

.queryflow-container {
  max-width: 900px;
  margin: auto;
}

.queryflow-header {
  text-align: center;
  margin-bottom: 50px;
}

.queryflow-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #264f51;
  margin-bottom: 10px;
}

.queryflow-header p {
  color: #555;
  font-size: 16px;
}

.queryflow-card {
  background: #fff;
  border-left: 5px solid #bf996a;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: 0.3s ease;
}

.queryflow-card:hover {
  transform: translateY(-3px);
}

.queryflow-question {
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #264f51;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.queryflow-toggle {
  font-size: 22px;
  transition: 0.3s ease;
}

.queryflow-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: all 0.4s ease;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.queryflow-card.active .queryflow-answer {
  max-height: 200px;
  padding-bottom: 20px;
}

.queryflow-card.active .queryflow-toggle {
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 768px) {
  .queryflow-header h2 {
    font-size: 24px;
  }
}









/* ================================= */
/* Client Success Stories Styling    */
/* ================================= */

.trustlane-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #f4f8f9, #e8f0f3);
}

.trustlane-container {
  max-width: 1200px;
  margin: auto;
}

.trustlane-header {
  text-align: center;
  margin-bottom: 60px;
}

.trustlane-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #264f51;
  margin-bottom: 10px;
}

.trustlane-header p {
  font-size: 16px;
  color: #555;
}

.trustlane-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.trustlane-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.trustlane-card:hover {
  transform: translateY(-5px);
}

.trustlane-rating {
  font-size: 18px;
  color: #bf996a;
  margin-bottom: 15px;
}

.trustlane-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.trustlane-user strong {
  display: block;
  font-size: 16px;
  color: #264f51;
}

.trustlane-user span {
  font-size: 14px;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .trustlane-header h2 {
    font-size: 24px;
  }
}











/* ===================================== */
/* Light Conversion CTA Styling          */
/* ===================================== */

.debtforce-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #e8e9e3, #ffffff);
  text-align: center;
}

.debtforce-container {
  max-width: 1000px;
  margin: auto;
}

.debtforce-title {
  font-size: 34px;
  font-weight: 700;
  color: #264f51;
  margin-bottom: 15px;
}

.debtforce-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.debtforce-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.debtforce-trust-item {
  background: #ffffff;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  color: #264f51;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.debtforce-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.debtforce-btn {
  padding: 14px 28px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  min-width: 200px;
  display: inline-block;
}

/* Primary */
.debtforce-btn.primary {
  background: #264f51;
  color: #ffffff;
}

.debtforce-btn.primary:hover {
  background: #1f3f41;
  transform: translateY(-3px);
}

/* WhatsApp */
.debtforce-btn.whatsapp {
  background: #25d366;
  color: #ffffff;
}

.debtforce-btn.whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
}

/* Outline */
.debtforce-btn.outline {
  border: 2px solid #264f51;
  color: #264f51;
}

.debtforce-btn.outline:hover {
  background: #264f51;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {

  .debtforce-title {
    font-size: 24px;
  }

  .debtforce-trust {
    flex-direction: column;
    align-items: center;
  }

  .debtforce-actions {
    flex-direction: column;
    align-items: center;
  }

  .debtforce-btn {
    width: 100%;
    max-width: 300px;
  }

}





