/*---=====================================================
   <!--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: 500;
}

.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 #35487f;
  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: #35487f !important;
  font-size: 16px;
  font-weight: 500;
}

.header-menu ul .sub_menu li:hover>a {
  background: #35487f;
  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: #000;
}

.sticky .col-lg-2.pt-10 {
  padding-top: 0 !important;
}

.sticky .row.topber_upper {
  display: none !important;
}




/* =========================================================
  <--- Start consalt Consalt Header Area Style Three CSS --->
============================================================ */

.consalt-header-area.style_three {
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px 0 8px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
}

.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: #35487f;
  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: linear-gradient(135deg, #f8f9ff, #f1f3ff);
}

.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.mobile-logo img {
  height: 42px;
}

/* ================= HAMBURGER ================= */
.mobile-toggle {
  width: 28px;
  cursor: pointer;
  z-index: 1001;
}

.mobile-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #35487f;
  margin: 6px 0;
  border-radius: 3px;
  transition: 0.4s ease;
}

.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.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;
  inset: 0;
  background: rgba(50, 50, 50, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  z-index: 998;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ================= NAV PANEL ================= */
/* NAV PANEL */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff, #f5f7ff);
  transition: 0.4s ease;
  z-index: 999;
  overflow-y: auto;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
}

.mobile-nav.active {
  right: 0;
}

/* INNER */
.mobile-nav-inner {
  padding: 30px 25px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* TOP LOGO */
.mobile-nav-top {
  text-align: center;
  margin-bottom: 30px;
}

.mobile-nav-top img {
  height: 55px;
}

/* MENU */
.mobile-nav ul {
  flex: 1;
}

.mobile-nav ul li {
  line-height: 1.5;
}

/* LINKS */
.mobile-nav ul li a,
.submenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #35487f;
  font-size: 18px;
  padding: 16px 0;
  text-decoration: none;
  transition: 0.3s ease;
}

.mobile-nav ul li a:hover {
  color: #cd0715;
  padding-left: 6px;
}

/* SUBMENU */
.sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 15px;
}

.has-sub.active .sub-menu {
  max-height: 500px;
}

.sub-menu li a {
  font-size: 16px;
  color: #666;
  padding: 12px 0;
}

.sub-menu li a:hover {
  color: #cd0715;
}

/* ICON */
.submenu-icon {
  font-size: 18px;
  transition: 0.3s;
}

.has-sub.active .submenu-icon {
  transform: rotate(45deg);
  color: #cd0715;
}

/* CTA BUTTON */
.mobile-nav-bottom {
  margin-top: 20px;
}

.mobile-cta-btn {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
  padding: 16px;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(205, 7, 21, 0.3);
}

.mobile-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(205, 7, 21, 0.4);
}

@media (max-width: 480px) {

  .mobile-nav ul li a,
  .submenu-header {
    font-size: 17px;
  }

  .sub-menu li a {
    font-size: 15px;
  }

  .mobile-cta-btn {
    font-size: 16px;
  }
}











.sl360-footer-new {
  background: #35487f;
  color: #d6e2e3;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.sl360-footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px 50px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 40px;
}

/* BRAND */
.footer-col.brand img {
  max-width: 170px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: #ffff;
}


.footer-col p {
  font-size: 14px;
  line-height: 1.8;
  color: #b7c9ca;
}

/* SOCIAL MEDIA */
.footer-social {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #cd0715;
  color: #1f3c3d;
  transform: translateY(-4px);
}

/* HEADINGS */
.footer-col h4 {
  font-size: 15px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

.footer-col h4::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #cd0715;
  position: absolute;
  left: 0;
  bottom: -8px;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #c9d9da;
  font-size: 14px;
  transition: 0.3s ease;
}

.footer-col ul li a:hover {
  color: #cd0715;
  padding-left: 5px;
}

/* CONTACT */
.footer-col.contact p {
  margin-bottom: 10px;
  font-size: 14px;
}

/* DISCLAIMER */
.footer-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 25px 20px;
  max-width: 1200px;
  margin: auto;
  font-size: 13px;
  line-height: 1.7;
  color: #c9d9da;
}

/* BOTTOM */
.footer-bottom {
  background: #35487f;
  text-align: center;
  padding: 15px 20px;
  font-size: 13px;
  color: #c9d9da;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .sl360-footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sl360-footer-container {
    grid-template-columns: 1fr;
    padding: 50px 20px;
  }
}











.sl360-mv-icons {
  padding: 120px 20px;
  background: linear-gradient(180deg, #f7f9f9, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.sl360-mv-icons-wrap {
  max-width: 1150px;
  margin: auto;
}

/* Heading */
.sl360-mv-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 70px;
}

.sl360-mv-head span {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #bf996a;
}

.sl360-mv-head h2 {
  font-size: 42px;
  color: #35487f;
  margin: 16px 0 18px;
  font-weight: 700;
}

.sl360-mv-head p {
  font-size: 16.5px;
  line-height: 1.8;
  color: #555;
}

/* Grid */
.sl360-mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

/* Item */
.sl360-mv-item {
  background: #ffffff;
  padding: 55px 45px;
  border-radius: 22px;
  border-top: 4px solid #bf996a;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sl360-mv-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.12);
}

/* Icon */
.sl360-mv-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #35487f, #bf996a);
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

/* Text */
.sl360-mv-item h3 {
  font-size: 26px;
  font-weight: 600;
  color: #35487f;
  margin-bottom: 16px;
}

.sl360-mv-item p {
  font-size: 16px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 14px;
}

/* Responsive */
@media (max-width: 900px) {
  .sl360-mv-grid {
    grid-template-columns: 1fr;
  }

  .sl360-mv-head h2 {
    font-size: 32px;
  }

  .sl360-mv-item {
    padding: 40px 30px;
  }
}









.sl360-why-new {
  background: #f6f9f9;
  padding: 90px 20px;
  font-family: 'Poppins', sans-serif;
}

.sl360-why-inner {
  max-width: 1200px;
  margin: auto;
}

/* TITLE */
.sl360-why-title {
  text-align: center;
  max-width: 750px;
  margin: auto;
  margin-bottom: 60px;
}

.sl360-why-title h2 {
  font-size: 34px;
  font-weight: 700;
  color: #35487f;
  margin-bottom: 12px;
}

.sl360-why-title p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* CARDS GRID */
.sl360-why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.sl360-why-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 28px;
  text-align: center;
  border: 1px solid #e3ecec;
  transition: all 0.3s ease;
}

.sl360-why-card:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}

/* ICON */
.sl360-icon {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 20px;
  background: #35487f;
  color: #fff;
  font-size: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.sl360-why-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #35487f;
  margin-bottom: 10px;
}

.sl360-why-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .sl360-why-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sl360-why-cards {
    grid-template-columns: 1fr;
  }

  .sl360-why-title h2 {
    font-size: 26px;
  }
}









.sl360-process-grid {
  background: #f6f9f9;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.sl360-process-inner {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.sl360-process-header {
  text-align: center;
  margin-bottom: 60px;
}

.sl360-process-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #35487f;
  margin-bottom: 12px;
}

.sl360-process-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* CARDS GRID */
.sl360-process-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}

/* CARD */
.process-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid rgba(38, 79, 81, 0.12);
  box-shadow: 0 15px 35px rgba(38, 79, 81, 0.08);
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(38, 79, 81, 0.15);
}

/* ICON */
.process-icon {
  width: 70px;
  height: 70px;
  background: #35487f;
  color: #bf996a;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 18px;
}

/* CARD TEXT */
.process-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #35487f;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.7;
}

/* RESPONSIVE */
@media(max-width: 1100px) {
  .sl360-process-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 768px) {
  .sl360-process-cards {
    grid-template-columns: 1fr;
  }

  .sl360-process-header h2 {
    font-size: 28px;
  }
}











.client-success {
  padding: 80px 20px;
  background: #35487f;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #bf996a;
}

.client-success .container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Section Title */
.client-success h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.client-success .section-subtitle {
  font-size: 1.2rem;
  color: #bf996a;
  margin-bottom: 50px;
  line-height: 1.6;
}

/* Testimonials Grid */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Testimonial Card */
.testimonial-card {
  background: #bf996a;
  color: #35487f;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Testimonial Text */
.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.8;
}

/* Client Name */
.client-name {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .client-success h2 {
    font-size: 2rem;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .testimonial-card {
    padding: 25px;
  }
}













.ls360-testimonial-premium {
  background: linear-gradient(180deg, #f5f8f8 0%, #ffffff 100%);
  padding: 110px 20px;
  font-family: 'Inter', 'Arial', sans-serif;
}

.ls360-wrapper {
  max-width: 1280px;
  margin: auto;
}

/* Heading */
.ls360-heading {
  text-align: center;
  margin-bottom: 85px;
}

.ls360-label {
  display: inline-block;
  background: rgba(191, 153, 106, .12);
  color: #bf996a;
  padding: 8px 22px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  border: 1px solid rgba(191, 153, 106, .35);
  margin-bottom: 18px;
}

.ls360-heading h2 {
  font-size: 42px;
  color: #35487f;
  font-weight: 800;
}

.ls360-heading p {
  font-size: 16px;
  color: #475569;
  margin-top: 14px;
}

/* Grid */
.ls360-premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 36px;
}

/* Card */
.ls360-premium-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 40px;
  position: relative;
  border: 1px solid rgba(38, 79, 81, .15);
  box-shadow: 0 25px 60px rgba(38, 79, 81, .12);
  transition: all .35s ease;
}

.ls360-premium-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  bottom: 32px;
  width: 5px;
  background: linear-gradient(180deg, #bf996a, #a88152);
  border-radius: 6px;
}

.ls360-premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 45px 90px rgba(191, 153, 106, .28);
  border-color: rgba(191, 153, 106, .55);
}

/* Head */
.ls360-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.ls360-rating {
  color: #bf996a;
  font-size: 16px;
  letter-spacing: 1.2px;
}

.ls360-loan-type {
  font-size: 12px;
  background: rgba(38, 79, 81, .08);
  color: #35487f;
  padding: 7px 16px;
  border-radius: 20px;
  font-weight: 700;
  border: 1px solid rgba(38, 79, 81, .25);
}

/* Text */
.ls360-card-text {
  font-size: 15.8px;
  line-height: 1.85;
  color: #1f2937;
  margin-bottom: 36px;
}

/* Footer */
.ls360-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ls360-card-footer strong {
  display: block;
  color: #35487f;
  font-size: 15px;
  font-weight: 700;
}

.ls360-card-footer span {
  font-size: 13px;
  color: #64748b;
}

.ls360-verified {
  font-size: 12px;
  color: #16a34a;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .ls360-heading h2 {
    font-size: 30px;
  }
}









.ls360-faq-luxury {
  background: linear-gradient(180deg, #f5f9f9, #ffffff);
  padding: 120px 20px;
  font-family: 'Inter', Arial, sans-serif;
}

.ls360-faq-wrap {
  max-width: 1250px;
  margin: auto;
}

/* Heading */
.ls360-faq-head {
  text-align: center;
  margin-bottom: 90px;
}

.ls360-faq-head span {
  display: inline-block;
  color: #bf996a;
  font-weight: 700;
  letter-spacing: .6px;
  border-bottom: 2px solid #bf996a;
  padding-bottom: 6px;
}

.ls360-faq-head h2 {
  font-size: 42px;
  color: #35487f;
  margin-top: 18px;
  font-weight: 800;
}

.ls360-faq-head p {
  font-size: 16px;
  color: #475569;
  margin-top: 14px;
}

/* Grid */
.ls360-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 34px;
}

/* Card */
.ls360-faq-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px;
  border: 1px solid rgba(38, 79, 81, .15);
  box-shadow: 0 22px 55px rgba(38, 79, 81, .12);
  transition: all .35s ease;
  position: relative;
}

.ls360-faq-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 3px;
  background: linear-gradient(90deg, #35487f, #bf996a);
  border-radius: 10px;
}

.ls360-faq-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 90px rgba(191, 153, 106, .25);
}

/* Text */
.ls360-faq-card h3 {
  font-size: 17px;
  color: #35487f;
  font-weight: 700;
  margin-bottom: 14px;
}

.ls360-faq-card p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #1f2937;
}

/* Mobile */
@media (max-width: 768px) {
  .ls360-faq-head h2 {
    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: #35487f;
  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: #35487f;
  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: #35487f;
  font-weight: 600;
  text-decoration: none;
}

.sl360-note {
  background: #f1f5f4;
  border-left: 4px solid #35487f;
  padding: 14px 18px;
  margin: 25px 0;
  font-size: 15px;
}

.sl360-disclaimer {
  background: #35487f;
  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;
  padding: 0px;
}

.sl360-policy-header {
  text-align: center;
  margin-bottom: 40px;
}

.sl360-policy-header h1 {
  font-size: 42px;
  color: #35487f;
  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: #35487f;
  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: #35487f;
  font-weight: 600;
  text-decoration: none;
}

.sl360-disclaimer {
  background: #35487f;
  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;
  }
}







.debt-hero-wrap {
  position: relative;
  width: 100%;
  min-height: 520px;
  background: url("/assets/images/hero-1.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: #cd0715;
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(30, 136, 96, 0.8);
}

/* TEXT COLOR & WEIGHT CHANGE */
.debt-hero-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #d1fae5;
  margin-bottom: 16px;
}

.debt-hero-subtext {
  font-size: 17px;
  color: #FAFDFA;
  margin-bottom: 32px;
}

/* BUTTON – SOLID PROFESSIONAL */
.debt-hero-btn {
  display: inline-block;
  padding: 15px 42px;
  background: #35487f;
  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;
  }
}









/* SECTION */
.lse-about-v4 {
  padding: 120px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.lse-about-v4-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

/* HEADER */
.lse-about-v4-header {
  margin-bottom: 40px;
}

.lse-v4-tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #cd0715;
  font-weight: 600;
}

.lse-about-v4-header h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 15px 0;
  color: #111827;
}

.lse-about-v4-header h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lse-about-v4-header p {
  color: #6b7280;
  line-height: 1.8;
  max-width: 600px;
  margin: auto;
}

/* IMAGE */
.lse-about-v4-image {
  margin: 40px 0;
}

.lse-about-v4-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.lse-about-v4-image img:hover {
  transform: scale(1.04);
}

/* CONTENT */
.lse-about-v4-content p {
  color: #4b5563;
  line-height: 1.9;
  margin-bottom: 25px;
}

/* FEATURES */
.lse-v4-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.lse-v4-features div {
  padding: 10px 18px;
  background: #fff;
  border-radius: 30px;
  font-size: 13px;
  color: #35487f;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
}

.lse-v4-features div:hover {
  background: #35487f;
  color: #fff;
}

/* BUTTON */
.lse-v4-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.lse-v4-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* RESPONSIVE */
@media(max-width:768px) {
  .lse-about-v4-header h2 {
    font-size: 30px;
  }
}










/* SECTION */
.px-features {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  font-family: 'Poppins', sans-serif;
}

.px-wrap {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.px-head {
  text-align: center;
  margin-bottom: 70px;
}

.px-head h2 {
  font-size: 40px;
  color: #111827;
  margin-bottom: 10px;
  font-weight: 700;
}

.px-head p {
  color: #6b7280;
  font-size: 16px;
}

/* GRID */
.px-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.px-card {
  position: relative;
  padding: 40px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
}

/* GRADIENT BORDER EFFECT */
.px-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* ICON BOX */
.px-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #35487f, #cd0715);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.4s;
}

/* ICON */
.px-icon i {
  font-size: 24px;
  color: #fff;
}

/* TITLE */
.px-card h3 {
  font-size: 20px;
  color: #111827;
  margin-bottom: 12px;
  font-weight: 600;
}

/* TEXT */
.px-card p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.8;
}

/* HOVER EFFECT */
.px-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

/* ICON ANIMATION */
.px-card:hover .px-icon {
  transform: rotate(8deg) scale(1.1);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .px-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .px-cards {
    grid-template-columns: 1fr;
  }

  .px-head h2 {
    font-size: 28px;
  }
}










.pp-services-brand {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
}

.pp-container {
  max-width: 1200px;
  margin: auto;
}

.pp-heading {
  text-align: center;
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 15px;
}

.pp-heading span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 6px;
  background: #cd0715;
  opacity: 0.2;
  border-radius: 4px;
  z-index: -1;
}

.pp-subheading {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  max-width: 520px;
}

.pp-heading span {
  color: #35487f;
  position: relative;
  display: inline-block;
}

.pp-heading h2 {
  font-size: 38px;
  color: #323232;
  margin-bottom: 15px;
}

.pp-heading p {
  max-width: 750px;
  margin: auto;
  color: #323232;
  line-height: 1.7;
}

.pp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.pp-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 14px;
  border-top: 5px solid #35487f;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: 0.4s ease;
  position: relative;
}

.pp-card:hover {
  transform: translateY(-10px);
  border-top: 5px solid #cd0715;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.pp-icon {
  width: 60px;
  height: 60px;
  background: #35487f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 22px;
  transition: 0.3s;
}

.pp-card:hover .pp-icon {
  background: #cd0715;
}

.pp-card h3 {
  font-size: 20px;
  color: #323232;
  margin-bottom: 12px;
}

.pp-card p {
  font-size: 15px;
  color: #323232;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 992px) {
  .pp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .pp-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 768px) {
  .pp-heading {
    font-size: 30px;
  }
}










/* SECTION */
.pp-process-new {
  padding: 90px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  /* Clean soft background */
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.pp-process-heading {
  text-align: center;
  margin-bottom: 70px;
}

.pp-process-heading h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}

.pp-process-heading p {
  max-width: 700px;
  margin: auto;
  color: #6b7280;
  line-height: 1.7;
  font-size: 16px;
}

/* GRID */
.pp-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* CARD */
.pp-step {
  background: #ffffff;
  padding: 35px 28px;
  border-radius: 18px;
  border: 1px solid #eef0f6;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}

/* HOVER EFFECT */
.pp-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* TOP AREA */
.pp-step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

/* NUMBER (BACKGROUND STYLE) */
.pp-number {
  font-size: 60px;
  font-weight: 800;
  color: rgba(53, 72, 127, 0.05);
  position: absolute;
  top: 10px;
  right: 20px;
}

/* ICON BOX */
.pp-step i {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
  box-shadow: 0 10px 25px rgba(53, 72, 127, 0.25);
}

/* TITLE */
.pp-step h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #111827;
}

/* TEXT */
.pp-step p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}

/* HOVER ICON */
.pp-step:hover i {
  transform: scale(1.1) rotate(5deg);
}

/* OPTIONAL LEFT BORDER ANIMATION */
.pp-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, #35487f, #cd0715);
  opacity: 0;
  transition: 0.3s;
}

.pp-step:hover::before {
  opacity: 1;
}

/* =========================
   RESPONSIVE
========================= */

/* TABLET */
@media(max-width: 992px) {
  .pp-process-heading h2 {
    font-size: 30px;
  }

  .pp-process-grid {
    gap: 25px;
  }
}

/* MOBILE */
@media(max-width: 768px) {
  .pp-process-new {
    padding: 60px 15px;
  }

  .pp-process-heading h2 {
    font-size: 26px;
  }

  .pp-process-heading p {
    font-size: 14px;
  }

  .pp-step {
    padding: 28px 20px;
  }

  .pp-step i {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .pp-number {
    font-size: 45px;
  }
}










/* SECTION */
.pp-team-v2 {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* HEADER */
.pp-team-header {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 60px;
}

.pp-team-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
}

.pp-team-header span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-team-header p {
  color: #6b7280;
  margin-top: 10px;
}

/* GRID */
.pp-team-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.pp-member {
  text-align: center;
}

/* IMAGE WRAP */
.pp-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

/* IMAGE */
.pp-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.4s;
}

/* OVERLAY */
.pp-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  opacity: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SOCIAL ICONS */
.pp-social {
  display: flex;
  gap: 15px;
}

.pp-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #35487f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.pp-social a:hover {
  background: #cd0715;
  color: #fff;
}

/* INFO */
.pp-info {
  margin-top: 15px;
}

.pp-info h3 {
  font-size: 18px;
  color: #111827;
}

.pp-info span {
  font-size: 14px;
  color: #cd0715;
  font-weight: 500;
}

/* HOVER EFFECT */
.pp-member:hover .pp-img-wrap img {
  transform: scale(1.08);
}

.pp-member:hover .pp-overlay {
  opacity: 1;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-team-grid {
    grid-template-columns: 1fr;
  }
}








/* SECTION */
.pp-testimonials-v2 {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* HEADER */
.pp-testimonial-header {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 60px;
}

.pp-testimonial-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
}

.pp-testimonial-header span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-testimonial-header p {
  color: #6b7280;
  margin-top: 10px;
}

/* GRID */
.pp-testimonial-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.pp-test-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eef0f6;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* TOP ACCENT STRIP */
.pp-top-strip {
  height: 4px;
  width: 100%;
  background: linear-gradient(135deg, #35487f, #cd0715);
}

/* CONTENT */
.pp-content {
  padding: 25px 25px 10px;
  position: relative;
}

/* QUOTE STYLE */
.pp-content p {
  font-size: 15px;
  color: #374151;
  line-height: 1.8;
  position: relative;
  padding-left: 25px;
}

/* QUOTE ICON */
.pp-content p::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 40px;
  color: #cd0715;
}

/* FOOTER */
.pp-footer {
  padding: 20px 25px;
  border-top: 1px solid #eef0f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* USER */
.pp-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pp-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* NAME */
.pp-user h4 {
  font-size: 15px;
  color: #111827;
}

.pp-user span {
  font-size: 12px;
  color: #6b7280;
}

/* RATING */
.pp-rating {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 2px;
}

/* HOVER EFFECT */
.pp-test-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  border-color: #e0e7ff;
}

/* OPTIONAL GLOW ON HOVER */
.pp-test-card:hover .pp-top-strip {
  height: 5px;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 600px) {
  .pp-testimonial-grid {
    grid-template-columns: 1fr;
  }
}








/* SECTION */
.gx-why-v5 {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.gx-why-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT SIDE */
.gx-why-tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #cd0715;
  font-weight: 600;
}

.gx-why-left h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  margin: 15px 0;
  line-height: 1.2;
}

.gx-why-left h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gx-why-desc {
  color: #4b5563;
  font-weight: 500;
}

.gx-why-left p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* POINTS */
.gx-why-points {
  margin: 25px 0;
}

.gx-point {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.gx-point span {
  color: #cd0715;
  font-weight: bold;
}

.gx-point p {
  margin: 0;
  color: #374151;
}

/* BUTTON */
.gx-why-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 32px;
  border-radius: 50px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.gx-why-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* RIGHT SIDE STACK */
.gx-why-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

/* FEATURE CARD */
.gx-feature {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #eef0f6;
  position: relative;
  transition: 0.4s;
}

/* OFFSET STACK EFFECT */
.gx-feature:nth-child(2) {
  margin-left: 25px;
}

.gx-feature:nth-child(3) {
  margin-left: 50px;
}

.gx-feature:nth-child(4) {
  margin-left: 75px;
}

/* ICON */
.gx-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
  transition: 0.3s;
}

/* TEXT */
.gx-feature h4 {
  font-size: 16px;
  color: #111827;
  margin-bottom: 5px;
}

.gx-feature p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* HOVER */
.gx-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.gx-feature:hover .gx-feature-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px rgba(205, 7, 21, 0.3);
}

/* RESPONSIVE */
@media(max-width: 992px) {

  .gx-feature:nth-child(2),
  .gx-feature:nth-child(3),
  .gx-feature:nth-child(4) {
    margin-left: 0;
  }
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .gx-why-container {
    grid-template-columns: 1fr;
  }

  .gx-why-right {
    grid-template-columns: 1fr;
  }
}







/* =========================
   SECTION
========================= */
.ppx-contact-modern {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.ppx-contact-container {
  max-width: 1110px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */
.ppx-contact-left h2 {
  font-size: 44px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 20px;
  line-height: 1.2;
}

.ppx-contact-left h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ppx-contact-left p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 520px;
}

/* LIST */
.ppx-contact-list {
  list-style: none;
  padding: 0;
}

.ppx-contact-list li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #35487f;
  position: relative;
  padding-left: 20px;
}

.ppx-contact-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #cd0715;
}

/* RIGHT SIDE */
.ppx-contact-right {
  display: flex;
  justify-content: center;
}

/* CARD */
.ppx-contact-card {
  width: 100%;
  padding: 45px 35px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* TOP LINE */
.ppx-contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #35487f, #cd0715);
}

/* TITLE */
.ppx-contact-card h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #111827;
}

/* ITEM */
.ppx-contact-items {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

/* ICON */
.ppx-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
  transition: 0.3s;
}

/* TEXT */
.ppx-contact-items span {
  font-size: 12px;
  text-transform: uppercase;
  color: #cd0715;
  display: block;
  margin-bottom: 4px;
}

.ppx-contact-items p {
  font-size: 15px;
  color: #35487f;
  font-weight: 500;
}

/* DIVIDER */
.ppx-contact-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 25px 0;
}

/* NOTE */
.ppx-contact-note {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* HOVER */
.ppx-contact-items:hover .ppx-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(205, 7, 21, 0.3);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .ppx-contact-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media(max-width: 768px) {
  .ppx-contact-left h2 {
    font-size: 30px;
  }
}












.pp-contact-clean {
  background: linear-gradient(135deg, #f5f7ff, #eef2ff);
  padding: 90px 20px;
}

.pp-contact-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: start;
}

.pp-form-box {
  background: #f8f9fc;

  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #35487f;
}

.pp-form-box iframe {
  border-radius: 15px;
}

.pp-form-box h2 {
  font-size: 28px;
  color: #35487f;
  margin-bottom: 10px;
}

.pp-form-box p {
  color: #666;
  margin-bottom: 25px;
}

.pp-info-box {
  padding: 40px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #cd0715;
}

.pp-info-box h3 {
  color: #35487f;
  margin-bottom: 30px;
}

.pp-info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.pp-info-item i {
  font-size: 20px;
  color: #cd0715;
  margin-top: 5px;
}

.pp-info-item strong {
  display: block;
  font-size: 16px;
  color: #35487f;
  margin-bottom: 5px;
}

.pp-info-item p {
  margin: 0;
  color: #555;
}

.pp-social-links {
  margin-top: 20px;
}

.pp-social-links a {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background: #35487f;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: 0.3s;
}

.pp-social-links a:hover {
  background: #cd0715;
}

@media (max-width: 992px) {
  .pp-contact-wrapper {
    grid-template-columns: 1fr;
  }
}







.pp-whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: 0.3s ease;
}

.pp-whatsapp-float:hover {
  transform: scale(1.1);
}









.pp-growth-section {
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  padding: 20px 8%;
}

.pp-growth-wrapper {
  max-width: 1250px;
  margin: auto;
  background: #ffffff;
  padding: 90px;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.06);
  border: 1px solid #f2f2f2;
}

.pp-growth-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  color: #cd0715;
  font-weight: 700;
  margin-bottom: 25px;
}

.pp-growth-content h2 {
  font-size: 44px;
  color: #35487f;
  margin-bottom: 30px;
  line-height: 1.3;
}

.pp-growth-text {
  font-size: 18px;
  color: #323232;
  line-height: 1.9;
  margin-bottom: 22px;
}

.pp-growth-highlight {
  background: #f4f6ff;
  padding: 18px 25px;
  border-left: 4px solid #cd0715;
  font-weight: 600;
  color: #35487f;
  margin: 35px 0;
  border-radius: 8px;
}

.pp-growth-features {
  margin: 45px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  font-size: 16px;
  color: #323232;
}

.pp-growth-cta-area {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.pp-growth-btn-primary {
  padding: 16px 38px;
  background: #cd0715;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
}

.pp-growth-btn-primary:hover {
  background: #a50512;
}

.pp-growth-btn-outline {
  padding: 15px 36px;
  border: 2px solid #35487f;
  color: #35487f;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
}

.pp-growth-btn-outline:hover {
  background: #35487f;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
  .pp-growth-wrapper {
    padding: 50px;
  }

  .pp-growth-features {
    grid-template-columns: 1fr;
  }

  .pp-growth-content h2 {
    font-size: 32px;
  }
}









.gx-modern-partner {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  font-family: 'Inter', sans-serif;
  color: #4b5563;
}

.gx-modern-container {
  max-width: 1110px;
  margin: auto;
}

/* MAIN CONTENT */
.gx-modern-label {
  font-size: 13px;
  color: #cd0715;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.gx-modern-main h2 {
  font-size: 42px;
  margin: 20px 0;
  color: #111827;
}

.gx-modern-main h2 span {
  color: #35487f;
}

.gx-modern-main p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 20px;
  color: #4b5563;
}

/* QUOTE */
.gx-modern-quote {
  margin: 30px 0;
  padding: 20px;
  background: linear-gradient(135deg, #eef2ff, #fff);
  border-left: 5px solid #cd0715;
  border-radius: 12px;
  font-style: italic;
  color: #35487f;
  font-weight: 500;
}

/* BUTTON */
.gx-modern-btn {
  display: inline-block;
  padding: 16px 35px;
  border-radius: 10px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.gx-modern-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* RESPONSIVE */
@media(max-width: 600px) {
  .gx-modern-main h2 {
    font-size: 30px;
  }

  .gx-modern-main p {
    font-size: 16px;
  }
}








.pp-direction-pro {
  padding: 110px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  font-family: 'Poppins', sans-serif;
}

.pp-containers {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

/* BOX */
.pp-box {
  background: #fff;
  padding: 45px 40px;
  border-radius: 20px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  position: relative;
}

.pp-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.12);
}

/* TOP BORDER ACCENT */
.pp-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 60px;
  height: 4px;
  background: #cd0715;
  border-radius: 4px;
}

.pp-box.vision::before {
  background: #35487f;
}

/* CIRCLE ICON */
.pp-circle {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #ff4b4b, #cd0715);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.pp-circle.blue {
  background: linear-gradient(135deg, #4e6bff, #35487f);
}

/* HEADINGS */
.pp-box h3 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.pp-box h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #222;
}

/* DESCRIPTION */
.pp-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* POINTS */
.pp-points {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.pp-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  margin-bottom: 12px;
  color: #444;
}

/* ICON TICK */
.pp-points i {
  color: #cd0715;
  font-size: 16px;
}

.pp-box.vision .pp-points i {
  color: #35487f;
}

/* QUOTE */
.pp-quote {
  margin-top: 15px;
  padding: 12px 16px;
  background: #fff5f5;
  border-left: 4px solid #cd0715;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
}

.pp-quote.light {
  background: #eef2ff;
  border-left: 4px solid #35487f;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .pp-containers {
    grid-template-columns: 1fr;
  }

  .pp-box {
    padding: 35px 25px;
  }
}











.pp-why-strip {
  padding: 110px 20px;
  background: linear-gradient(135deg, #f8f9ff, #eef1ff);
  font-family: 'Poppins', sans-serif;
}

.pp-why-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.pp-why-header {
  text-align: center;
  margin-bottom: 70px;
}

.pp-why-header h2 {
  font-size: 36px;
  color: #222;
  margin-bottom: 10px;
}

.pp-why-header p {
  max-width: 650px;
  margin: auto;
  color: #555;
  line-height: 1.7;
}

/* GRID: 3 PER ROW */
.pp-why-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.pp-why-item {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #eee;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* TOP GRADIENT LINE */
.pp-why-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #cd0715, #35487f);
}

/* HOVER */
.pp-why-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
}

/* ICON */
.pp-why-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 15px;
  background: linear-gradient(135deg, #35487f, #4e6bff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(53, 72, 127, 0.25);
}

/* TEXT */
.pp-why-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #222;
}

.pp-why-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* BOTTOM TEXT */
.pp-why-bottom-text {
  margin-top: 60px;
  text-align: center;
}

.pp-why-bottom-text p {
  max-width: 800px;
  margin: auto;
  font-size: 16px;
  color: #444;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .pp-why-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pp-why-list {
    grid-template-columns: 1fr;
  }
}








.pp-commitment-section {
  padding: 120px 20px;
  background: linear-gradient(135deg, #f8f9ff, #eef1ff);
  font-family: 'Poppins', sans-serif;
}

.pp-commitment-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* LEFT SIDE */
.pp-commitment-left {
  flex: 1;
  min-width: 320px;
  position: relative;
}

.pp-commitment-tag {
  display: inline-block;
  background: linear-gradient(135deg, #cd0715, #ff4b4b);
  color: #fff;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.pp-commitment-left h2 {
  font-size: 38px;
  color: #35487f;
  margin-bottom: 25px;
  line-height: 1.3;
}

.pp-commitment-left p {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 18px;
}

.pp-commitment-highlight {
  margin-top: 30px;
  padding: 20px 25px;
  background: linear-gradient(135deg, #35487f, #4e6bff);
  color: #fff;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 15px 40px rgba(53, 72, 127, 0.3);
  transition: 0.3s ease;
}

.pp-commitment-highlight:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 25px 60px rgba(53, 72, 127, 0.35);
}

/* RIGHT SIDE (POINTS) */
.pp-commitment-right {
  flex: 1;
  min-width: 320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2 columns */
  gap: 25px;
}

/* POINT CARD */
.pp-commitment-point {
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: 0.4s ease;
  overflow: hidden;
}

.pp-commitment-point:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* ICON CIRCLE */
.pp-commitment-point::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #cd0715, #ff4b4b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}

/* Assign unique icons using font-awesome classes via additional classes */
.pp-commitment-point.quality::before {
  content: "\f121";
}

/* fa-star */
.pp-commitment-point.innovation::before {
  content: "\f0eb";
}

/* fa-lightbulb */
.pp-commitment-point.results::before {
  content: "\f201";
}

/* fa-tachometer-alt */
.pp-commitment-point.transparent::before {
  content: "\f0ac";
}

/* fa-globe */

/* POINT TITLE & TEXT */
.pp-commitment-point h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #222;
  padding-left: 50px;
  /* space for icon */
}

.pp-commitment-point p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  padding-left: 50px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .pp-commitment-wrapper {
    flex-direction: column;
  }

  .pp-commitment-right {
    grid-template-columns: 1fr;
  }

  .pp-commitment-point h4,
  .pp-commitment-point p {
    padding-left: 0;
  }

  .pp-commitment-point::before {
    top: -10px;
    left: 10px;
  }
}









/* CTA Section */
.pp-cta-floating {
  padding: 120px 20px;
  background: linear-gradient(135deg, #eef1ff, #ffffff);
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.pp-cta-card {
  max-width: 1000px;
  background: #ffffff;
  padding: 60px;
  border-radius: 30px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.4s ease;
  position: relative;
}

.pp-cta-card::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 8px;
  background: linear-gradient(135deg, #cd0715, #4e6bff);
  border-radius: 4px;
}

.pp-cta-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.12);
}

.pp-cta-card h2 {
  font-size: 42px;
  color: #35487f;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.pp-cta-card p {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto 40px;
}

/* Buttons */
.pp-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pp-cta-primary,
.pp-cta-secondary {
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: 0.4s ease;
  display: inline-block;
  min-width: 150px;
}

/* Primary Button - Gradient */
.pp-cta-primary {
  background: linear-gradient(135deg, #cd0715, #ff4b4b);
  color: #ffffff;
  box-shadow: 0 5px 20px rgba(205, 7, 21, 0.4);
}

.pp-cta-primary:hover {
  background: linear-gradient(135deg, #a50512, #e03b3b);
  transform: scale(1.05);
}

/* Secondary Button - Gradient Outline */
.pp-cta-secondary {
  border: 2px solid #35487f;
  color: #35487f;
  background: transparent;
}

.pp-cta-secondary:hover {
  background: linear-gradient(135deg, #35487f, #4e6bff);
  color: #fff;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .pp-cta-card {
    padding: 50px 25px;
  }

  .pp-cta-card h2 {
    font-size: 32px;
  }

  .pp-cta-card p {
    font-size: 16px;
  }

  .pp-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}






.pp-coming-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 20px;
  background: #f2f4f8;
}

.pp-coming-card {
  max-width: 800px;
  text-align: center;
  padding: 50px 35px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.pp-coming-card h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}

.pp-coming-card p {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

.pp-coming-link {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 30px;
  background: #35487f;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.pp-coming-link:hover {
  background: #333;
}










.pp-testimonials-clean {
  padding: 120px 5%;
  background: linear-gradient(135deg, #eef1ff, #ffffff);
  font-family: 'Poppins', sans-serif;
}

/* HEADER */
.pp-testimonial-header {
  text-align: center;
  margin-bottom: 70px;
}

.pp-testimonial-header h2 {
  font-size: 38px;
  color: #222;
  margin-bottom: 10px;
}

.pp-testimonial-header p {
  font-size: 16px;
  color: #555;
  max-width: 650px;
  margin: auto;
  line-height: 1.7;
}

/* GRID */
.pp-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.pp-cards {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px 25px 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  overflow: hidden;
}

/* QUOTE ICON */
.pp-cards::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 70px;
  color: rgba(205, 7, 21, 0.08);
  font-family: serif;
}

/* TOP ACCENT LINE */
.pp-card-accent {
  height: 4px;
  width: 60px;
  background: linear-gradient(90deg, #cd0715, #35487f);
  border-radius: 5px;
  margin-bottom: 15px;
}

/* TEXT */
.pp-cards p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* USER */
.pp-cards h4 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

/* RATING */
.pp-rating {
  color: #ffb400;
  font-size: 16px;
}

/* HOVER */
.pp-cards:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
}

/* GLOW EFFECT */
.pp-cards::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0;
  transition: 0.4s;
}

.pp-cards:hover::after {
  opacity: 1;
}

/* RESPONSIVE */

/* Laptop */
@media (max-width: 1100px) {
  .pp-testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .pp-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .pp-testimonial-header h2 {
    font-size: 28px;
  }

  .pp-cards {
    padding: 25px 20px;
  }
}












.pp-faq-luxury {
  background: linear-gradient(135deg, #eef1ff, #ffffff);
  padding: 120px 6%;
  font-family: 'Poppins', sans-serif;
}

/* HEADER */
.pp-faq-luxury-header {
  text-align: center;
  margin-bottom: 80px;
}

.pp-faq-luxury-header h2 {
  font-size: 42px;
  color: #222;
}

.pp-faq-luxury-header span {
  background: linear-gradient(90deg, #cd0715, #35487f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* GRID */
.pp-faq-luxury-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.pp-lux-card {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 35px 28px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.4s ease;
  overflow: hidden;
}

/* GLOW BORDER EFFECT */
.pp-lux-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, #cd0715, #35487f);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* HOVER */
.pp-lux-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

/* ICON */
.pp-lux-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #cd0715, #ff4b4b);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(205, 7, 21, 0.3);
  transition: 0.3s;
}

.pp-lux-card:hover .pp-lux-icon {
  transform: rotate(8deg) scale(1.05);
}

/* TITLE */
.pp-lux-card h3 {
  font-size: 18px;
  color: #222;
  margin-bottom: 12px;
}

/* TEXT */
.pp-lux-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* SUBTLE LIGHT EFFECT */
.pp-lux-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0;
  transition: 0.4s;
}

.pp-lux-card:hover::after {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .pp-faq-luxury-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pp-faq-luxury-grid {
    grid-template-columns: 1fr;
  }

  .pp-faq-luxury-header h2 {
    font-size: 30px;
  }

  .pp-lux-card {
    padding: 28px 20px;
  }
}








/* =========================
   SECTION - MODERN PROFESSIONAL
========================= */
.gx-growth-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  /* Light teal to white gradient */
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
  color: #1f2937;
  /* Dark text for readability */
}

/* BACKGROUND ACCENT */
.gx-growth-section::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(0, 150, 136, 0.15), transparent);
  /* teal glow */
  top: -80px;
  right: -80px;
}

/* CONTAINER */
.gx-growth-container {
  max-width: 1110px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 2;
}

/* =========================
   LEFT CONTENT
========================= */
.gx-growth-left h2 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 25px;
  color: #1f2937;
}

/* GRADIENT HIGHLIGHT */
.gx-growth-left h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* PARAGRAPHS */
.gx-growth-left p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 18px;
}

/* BUTTON */
.gx-btn-primary {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 50px;
  background: linear-gradient(135deg, #0072ff, #00c6ff);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 198, 255, 0.3);
  transition: 0.3s;
}

.gx-btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 198, 255, 0.4);
}

/* =========================
   RIGHT IMAGE
========================= */
.gx-growth-right {
  position: relative;
}

/* IMAGE WRAP */
.gx-growth-image {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

/* GLOW BORDER EFFECT */
.gx-growth-image::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0072ff, #00c6ff);
  z-index: -1;
  filter: blur(12px);
  opacity: 0.4;
}

/* IMAGE */
.gx-growth-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
  transition: 0.4s;
}

.gx-growth-image:hover img {
  transform: scale(1.05);
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width: 992px) {
  .gx-growth-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .gx-growth-right {
    order: -1;
  }
}

@media(max-width: 768px) {
  .gx-growth-left h2 {
    font-size: 32px;
  }

  .gx-growth-left p {
    font-size: 15px;
  }
}











/* SECTION */
.luxury-modern-blog {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.luxury-modern-container {
  max-width: 1110px;
  margin: auto;
}

/* HEADER */
.luxury-modern-header {
  text-align: center;
  margin-bottom: 80px;
}

.luxury-modern-header h1 {
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(135deg, #1a3f7c, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}

.luxury-modern-header p {
  font-size: 18px;
  color: #6b7280;
  margin-top: 12px;
}

/* LAYOUT */
.luxury-modern-layout {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 50px;
}

/* POSTS GRID */
.luxury-modern-posts {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* CARD */
.luxury-modern-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  transition: transform 0.5s, box-shadow 0.5s;
  display: flex;
  flex-direction: column;
  position: relative;
}

.luxury-modern-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
}

/* CARD IMAGE */
.luxury-modern-img {
  position: relative;
  overflow: hidden;
}

.luxury-modern-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s;
}

.luxury-modern-card:hover .luxury-modern-img img {
  transform: scale(1.1);
}

/* TAG OVER IMAGE */
.luxury-modern-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  color: #cd0715;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: uppercase;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* CARD TEXT */
.luxury-modern-text {
  padding: 35px;
}

.luxury-modern-text h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #111827;
}

.luxury-modern-text p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 20px;
}

.luxury-modern-text a {
  font-size: 15px;
  color: #1a3f7c;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s;
}

.luxury-modern-text a:hover {
  color: #cd0715;
}

/* SIDEBAR */
.luxury-modern-sidebar {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.luxury-modern-box {
  background: #fff;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);

}

.luxury-modern-box:hover {
  border-color: #1a3f7c;
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
}

.luxury-modern-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #111827;
  letter-spacing: 0.5px;
}

.luxury-modern-box ul {
  list-style: none;
  padding: 0;
}

.luxury-modern-box li {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 12px;
  cursor: pointer;
  transition: color 0.3s;
}

.luxury-modern-box li:hover {
  color: #1a3f7c;
}

/* SEARCH BOX */
.luxury-modern-box input {
  width: 100%;
  padding: 13px 15px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  transition: all 0.3s;
}

.luxury-modern-box input:focus {
  outline: none;
  border-color: #1a3f7c;
  box-shadow: 0 0 8px rgba(26, 63, 124, 0.25);
}


/* Horizontal Card Layout */
.horizontal-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
}

.horizontal-card .luxury-modern-img {
  flex: 1;
  min-width: 40%;
  height: auto;
}

.horizontal-card .luxury-modern-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.horizontal-card:hover .luxury-modern-img img {
  transform: scale(1.1);
}

.horizontal-card .luxury-modern-text {
  flex: 1;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horizontal-card .luxury-modern-tag {
  top: 20px;
  left: 20px;
}

.horizontal-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
}

/* Responsive for horizontal card */
@media(max-width: 992px) {
  .horizontal-card {
    flex-direction: column;
  }

  .horizontal-card .luxury-modern-img {
    min-width: 100%;
    height: 260px;
  }
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .luxury-modern-layout {
    grid-template-columns: 1fr;
  }

  .luxury-modern-img img {
    height: 260px;
  }
}

@media(max-width: 600px) {
  .luxury-modern-header h1 {
    font-size: 32px;
  }

  .luxury-modern-text h3 {
    font-size: 20px;
  }
}













/* Section */
.privacy-pro {
  padding: 50px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  font-family: 'Inter', sans-serif;
  color: #4b5563;
}

/* Container */
.privacy-pro-container {
  max-width: 1100px;
  margin: auto;
}

/* Card */


/* Header */
.privacy-pro-header {
  text-align: center;
  margin-bottom: 50px;
}

.privacy-pro-header h1 {
  font-size: 40px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.privacy-pro-header p {
  font-size: 15px;
  line-height: 1.9;
  color: #6b7280;
  margin-top: 8px;
}

/* Content */
.privacy-pro-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-top: 25px;
  margin-bottom: 12px;
  border-left: 5px solid #1a3f7c;
  padding-left: 12px;
}

.privacy-pro-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 8px;
}

/* Paragraphs for all content */
.privacy-pro-content p {
  font-size: 15px;
  /* Larger, readable content */
  line-height: 2;
  /* Spacious line height */
  color: #4b5563;
  margin-bottom: 16px;
  /* Space between paragraphs */
}

/* Responsive */
@media(max-width: 992px) {
  .privacy-pro-card {
    padding: 40px 30px;
  }
}

@media(max-width: 768px) {
  .privacy-pro-card {
    padding: 30px 20px;
  }

  .privacy-pro-header h1 {
    font-size: 32px;
  }

  .privacy-pro-content h2 {
    font-size: 20px;
  }

  .privacy-pro-content h3 {
    font-size: 15px;
  }

  .privacy-pro-content p {
    font-size: 16px;
  }
}









/* Section */
.terms-pro {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  font-family: 'Inter', sans-serif;
  color: #4b5563;
}

/* Container */
.terms-pro-container {
  max-width: 1100px;
  margin: auto;
}

/* Card */


/* Header */
.terms-pro-header {
  text-align: center;
  margin-bottom: 50px;
}

.terms-pro-header h1 {
  font-size: 40px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.terms-pro-header p {
  font-size: 15px;
  line-height: 1.9;
  color: #6b7280;
  margin-top: 8px;
}

/* Content */
.terms-pro-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-top: 25px;
  margin-bottom: 12px;
  border-left: 5px solid #1a3f7c;
  padding-left: 12px;
}

.terms-pro-content p {
  font-size: 15px;
  line-height: 2;
  color: #4b5563;
  margin-bottom: 16px;
}

/* Responsive */
@media(max-width: 992px) {
  .terms-pro-card {
    padding: 40px 30px;
  }
}

@media(max-width: 768px) {
  .terms-pro-card {
    padding: 30px 20px;
  }

  .terms-pro-header h1 {
    font-size: 32px;
  }

  .terms-pro-content h2 {
    font-size: 20px;
  }

  .terms-pro-content p {
    font-size: 16px;
  }
}










/* SECTION */
.pp-hero-v1 {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-hero-container {
  max-width: 1110px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT CONTENT */
.pp-hero-content h1 {
  font-size: 46px;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
}

.pp-hero-content h1 span {
  display: block;
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUBTITLE */
.pp-hero-subtitle {
  font-size: 18px;
  color: #374151;
  margin: 20px 0;
  font-weight: 500;
}

/* DESCRIPTION */
.pp-hero-desc {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* BUTTON */
.pp-btn-primary {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 50px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: 0 12px 30px rgba(53, 72, 127, 0.25);
}

.pp-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(205, 7, 21, 0.3);
}

/* RIGHT IMAGE */
.pp-hero-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
  transition: 0.4s;
}

.pp-hero-image img:hover {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pp-hero-content h1 {
    font-size: 34px;
  }

  .pp-hero-buttons {
    justify-content: center;
  }
}











/* SECTION */
.pp-web-about {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-web-container {
  max-width: 1110px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* TAG */
.pp-web-tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #cd0715;
  font-weight: 600;
}

/* HEADING */
.pp-web-left h2 {
  font-size: 40px;
  font-weight: 800;
  color: #111827;
  margin: 15px 0;
  line-height: 1.25;
}

.pp-web-left h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TEXT */
.pp-web-desc {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 15px;
}

.pp-web-left p {
  color: #6b7280;
  line-height: 1.8;
}

/* FEATURES GRID */
.pp-web-features {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* FEATURE ITEM */
.pp-web-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #f9fafb;
  border-radius: 12px;
  transition: 0.3s;
  border: 1px solid #eef0f6;
}

.pp-web-item i {
  color: #cd0715;
  font-size: 18px;
}

.pp-web-item span {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

/* HOVER */
.pp-web-item:hover {
  transform: translateY(-4px);
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.pp-web-right img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.pp-web-right img:hover {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-web-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pp-web-left h2 {
    font-size: 30px;
  }

  .pp-web-features {
    grid-template-columns: 1fr;
  }
}











/* SECTION */
.pp-services-v2 {
  padding: 110px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-services-container {
  max-width: 1110px;
  margin: auto;
}

/* HEADER */
.pp-services-header {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 70px;
}

.pp-services-header span {
  font-size: 12px;
  letter-spacing: 2px;
  color: #cd0715;
  font-weight: 600;
}

.pp-services-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #111827;
  margin: 15px 0;
}

.pp-services-header h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-services-header p {
  color: #6b7280;
  line-height: 1.8;
}

/* GRID */
.pp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.pp-service-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 18px;
  border: 1px solid #eef0f6;
  text-align: left;
  transition: 0.3s;
  position: relative;
}

/* ICON */
.pp-service-card i {
  font-size: 26px;
  color: #cd0715;
  margin-bottom: 15px;
}

/* TITLE */
.pp-service-card h3 {
  font-size: 18px;
  color: #111827;
  margin-bottom: 10px;
}

/* TEXT */
.pp-service-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}

/* HOVER EFFECT */
.pp-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #e0e7ff;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 600px) {
  .pp-services-grid {
    grid-template-columns: 1fr;
  }

  .pp-services-header h2 {
    font-size: 28px;
  }
}










/* SECTION */
.pp-process-v2 {
  padding: 110px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-process-container {
  max-width: 1110px;
  margin: auto;
}

/* HEADER */
.pp-process-header {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 80px;
}

.pp-process-header span {
  font-size: 12px;
  letter-spacing: 2px;
  color: #cd0715;
  font-weight: 600;
}

.pp-process-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #111827;
  margin: 15px 0;
}

.pp-process-header h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-process-header p {
  color: #6b7280;
  line-height: 1.8;
}

/* STEPS GRID */
.pp-process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}

/* STEP CARD */
.pp-step {
  background: #f9fafb;
  padding: 30px 25px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #eef0f6;
  transition: 0.3s;
  position: relative;
}

/* ICON BOX */
.pp-step-icon {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 16px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(53, 72, 127, 0.25);
}

/* HOVER EFFECT */
.pp-step:hover .pp-step-icon {
  transform: rotate(8deg) scale(1.1);
  box-shadow: 0 15px 35px rgba(205, 7, 21, 0.3);
}

/* TITLE */
.pp-step h3 {
  font-size: 18px;
  color: #111827;
  margin-bottom: 10px;
}

/* TEXT */
.pp-step p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}

/* HOVER */
.pp-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-process-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 600px) {
  .pp-process-steps {
    grid-template-columns: 1fr;
  }

  .pp-process-header h2 {
    font-size: 28px;
  }
}












.pp-why-choose {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  padding: 100px 20px;
}

.pp-header h2 {
  font-size: 36px;
  color: #222;
  margin-bottom: 15px;
}

.pp-header p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.pp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.pp-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(53, 72, 127, 0.2);
}

.pp-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #35487f, #cd0715);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pp-card:hover .pp-icon {
  transform: scale(1.2) rotate(10deg);
  box-shadow: 0 10px 30px rgba(53, 72, 127, 0.3);
}

.pp-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.pp-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}













/* SECTION */
.pp-industries {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-industries-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.pp-industries-header {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 60px;
}

.pp-industries-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}

.pp-industries-header p {
  color: #6b7280;
  line-height: 1.8;
}

/* GRID */
.pp-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.pp-industry-card {
  background: #ffffff;
  padding: 35px 20px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #eef0f6;
  transition: 0.3s;
}

/* ICON */
.pp-industry-card i {
  font-size: 28px;
  color: #cd0715;
  margin-bottom: 15px;
}

/* TITLE */
.pp-industry-card h3 {
  font-size: 16px;
  color: #111827;
  font-weight: 600;
}

/* HOVER */
.pp-industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #e0e7ff;
}

/* FOOTER TEXT */
.pp-industries-footer {
  text-align: center;
  margin-top: 50px;
}

.pp-industries-footer p {
  font-size: 15px;
  color: #4b5563;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-industries-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 600px) {
  .pp-industries-grid {
    grid-template-columns: 1fr;
  }

  .pp-industries-header h2 {
    font-size: 28px;
  }
}













/* SECTION */
.pp-cta-modern {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* WRAPPER */
.pp-cta-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.pp-cta-left h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 20px;
}

.pp-cta-left h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-cta-left p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* BUTTONS */
.pp-cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* BUTTON */
.pp-btn {
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

/* PRIMARY */
.pp-btn.primary {
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
}

.pp-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(205, 7, 21, 0.3);
}

/* SECONDARY */
.pp-btn.secondary {
  border: 2px solid #35487f;
  color: #35487f;
}

.pp-btn.secondary:hover {
  background: #35487f;
  color: #fff;
}

/* RIGHT CARD */
.pp-cta-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.pp-cta-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #111827;
}

.pp-cta-card p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 20px;
}

.pp-cta-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.pp-cta-card ul li {
  margin-bottom: 10px;
  color: #374151;
  font-size: 14px;
}

/* FULL BUTTON */
.pp-btn.full {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
}

.pp-btn.full:hover {
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-cta-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pp-cta-left {
    text-align: center;
  }

  .pp-cta-buttons {
    justify-content: center;
  }
}

@media(max-width: 768px) {
  .pp-cta-left h2 {
    font-size: 28px;
  }
}










/* SECTION */
.pp-app-hero-v3 {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-hero-v3-container {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */
.pp-hero-v3-left h1 {
  font-size: 46px;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin: 15px 0;
}

.pp-hero-v3-left h1 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TAG */
.pp-v3-tag {
  font-size: 12px;
  color: #cd0715;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* TEXT */
.pp-v3-desc {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* FEATURES */
.pp-v3-features {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pp-v3-features span {
  background: #ffffff;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 13px;
  border: 1px solid #e5e7eb;
}

/* BUTTONS */
.pp-v3-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* BUTTON */
.pp-btn {
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.pp-btn.primary {
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
}

.pp-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(205, 7, 21, 0.3);
}

.pp-btn.outline {
  border: 2px solid #35487f;
  color: #35487f;
}

.pp-btn.outline:hover {
  background: #35487f;
  color: #fff;
}

/* RIGHT IMAGE */
.pp-hero-v3-right {
  display: flex;
  justify-content: center;
}

.pp-v3-img-box {
  background: #ffffff;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.pp-v3-img-box img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-hero-v3-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pp-v3-buttons {
    justify-content: center;
  }

  .pp-v3-features {
    justify-content: center;
  }
}

@media(max-width: 768px) {
  .pp-hero-v3-left h1 {
    font-size: 30px;
  }
}










/* SECTION */
.pp-about-new {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* WRAPPER */
.pp-about-wrapper {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.pp-about-header {
  text-align: center;
  margin-bottom: 70px;
}

.pp-about-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
}

.pp-about-header h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-about-header p {
  margin-top: 15px;
  color: #6b7280;
  font-size: 16px;
}

/* TEXT BLOCK */
.pp-about-text {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.pp-about-text p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.9;
  margin-bottom: 14px;
}

.pp-about-highlight {
  font-weight: 600;
  color: #111827;
}

/* =========================
   FEATURE CARDS (UPGRADED)
========================= */
.pp-about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.pp-cardd {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #eef0f6;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* TOP GRADIENT LINE */
.pp-cardd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 40%;
  height: 3px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  opacity: 0;
  transition: 0.3s;
}

.pp-cardd:hover::before {
  opacity: 1;
}

/* ICON BOX */
.pp-cardd i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 15px;
  box-shadow: 0 10px 25px rgba(53, 72, 127, 0.25);
  transition: 0.4s;
}

/* TITLE */
.pp-cardd h4 {
  font-size: 18px;
  color: #111827;
  margin-bottom: 8px;
  font-weight: 600;
}

/* TEXT */
.pp-cardd p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}

/* HOVER EFFECT */
.pp-cardd:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.pp-cardd:hover i {
  transform: scale(1.1) rotate(6deg);
}

.pp-cardd:hover h4 {
  color: #cd0715;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width: 992px) {
  .pp-about-cards {
    grid-template-columns: 1fr 1fr;
  }

  .pp-about-header h2 {
    font-size: 32px;
  }
}

@media(max-width: 576px) {
  .pp-about-cards {
    grid-template-columns: 1fr;
  }

  .pp-about-header h2 {
    font-size: 26px;
  }

  .pp-about-text p {
    font-size: 15px;
  }
}










.pp-services {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-services-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.pp-services-header {
  text-align: center;
  margin-bottom: 60px;
}

.pp-services-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
}

.pp-services-header h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-services-header p {
  margin-top: 15px;
  font-size: 16px;
  color: #6b7280;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* GRID */
.pp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.pp-service-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #eef0f6;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.pp-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 40%;
  height: 3px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  opacity: 0;
  transition: 0.3s;
}

.pp-service-card:hover::before {
  opacity: 1;
}

.pp-service-card i {
  font-size: 22px;
  color: #cd0715;
  margin-bottom: 15px;
}

.pp-service-card h3 {
  font-size: 18px;
  color: #111827;
  margin-bottom: 10px;
}

.pp-service-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* HOVER EFFECT */
.pp-service-card:hover {
  background: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 768px) {
  .pp-services-grid {
    grid-template-columns: 1fr;
  }

  .pp-services-header h2 {
    font-size: 28px;
  }
}












.pp-process-icons {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-process-container {
  max-width: 1110px;
  margin: auto;
}

/* HEADER */
.pp-process-header {
  text-align: center;
  margin-bottom: 60px;
}

.pp-process-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
}

.pp-process-header h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-process-header p {
  margin-top: 12px;
  color: #6b7280;
}

/* GRID */
.pp-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.pp-process-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #eef0f6;
  transition: 0.3s;
}

/* ICON */
.pp-process-card i {
  font-size: 26px;
  color: #cd0715;
  margin-bottom: 15px;
}

/* TEXT */
.pp-process-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111827;
}

.pp-process-card p {
  font-size: 13px;
  color: #6b7280;
}

/* HOVER */
.pp-process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px) {
  .pp-process-grid {
    grid-template-columns: 1fr;
  }

  .pp-process-header h2 {
    font-size: 28px;
  }
}













.pp-why {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-why-container {
  max-width: 1110px;
  margin: auto;
}

/* HEADER */
.pp-why-header {
  text-align: center;
  margin-bottom: 60px;
}

.pp-why-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
}

.pp-why-header h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-why-header p {
  margin-top: 12px;
  color: #6b7280;
}

/* GRID */
.pp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.pp-why-card {
  background: #f9fafb;
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #eef0f6;
  transition: 0.3s;
}

.pp-why-card i {
  font-size: 26px;
  color: #cd0715;
  margin-bottom: 15px;
}

.pp-why-card h3 {
  font-size: 18px;
  color: #111827;
  margin-bottom: 8px;
}

.pp-why-card p {
  font-size: 14px;
  color: #6b7280;
}

/* HOVER */
.pp-why-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* HIGHLIGHT */
.pp-why-highlight {
  margin-top: 60px;
  text-align: center;
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
  padding: 25px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px) {
  .pp-why-grid {
    grid-template-columns: 1fr;
  }

  .pp-why-header h2 {
    font-size: 28px;
  }
}












.pp-industries {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-industries-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.pp-industries-header {
  text-align: center;
  margin-bottom: 60px;
}

.pp-industries-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111827;
}

.pp-industries-header h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-industries-header p {
  margin-top: 12px;
  color: #6b7280;
}

/* GRID */
.pp-industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* TILE */
.pp-industry {
  background: #ffffff;
  padding: 25px 15px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #eef0f6;
  transition: 0.3s;
  cursor: pointer;
}

.pp-industry i {
  font-size: 24px;
  color: #cd0715;
  margin-bottom: 10px;
}

.pp-industry span {
  display: block;
  font-size: 14px;
  color: #374151;
}

/* HOVER */
.pp-industry:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

/* FOOTER */
.pp-industries-footer {
  margin-top: 50px;
  text-align: center;
}

.pp-industries-footer p {
  font-size: 15px;
  color: #4b5563;
  max-width: 700px;
  margin: auto;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px) {
  .pp-industries-grid {
    grid-template-columns: 1fr;
  }

  .pp-industries-header h2 {
    font-size: 28px;
  }
}










.cta-wrap-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.cta-wrap-container {
  max-width: 1110px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* LEFT */
.cta-left-area {
  max-width: 600px;
}

.cta-heading-text {
  font-size: 36px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 15px;
}

.cta-para-text {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.7;
}

/* RIGHT BOX */
.cta-action-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 250px;
}

/* BUTTON MAIN */
.cta-btn-main {
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
  padding: 14px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(205, 7, 21, 0.3);
}

/* BUTTON OUTLINE */
.cta-btn-outline {
  border: 2px solid #35487f;
  color: #35487f;
  padding: 14px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-btn-outline:hover {
  background: #35487f;
  color: #fff;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .cta-wrap-container {
    flex-direction: column;
    text-align: center;
  }

  .cta-action-box {
    width: 100%;
    max-width: 350px;
  }
}

@media(max-width: 768px) {
  .cta-heading-text {
    font-size: 26px;
  }
}











/* =========================
   MAIN SECTION
========================= */
.pp-blog-modern {
  padding:60px 20px;
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  color: #fff;
}

.pp-container {
  max-width: 1200px;
  margin: auto;
}

/* =========================
   HEADER
========================= */
.pp-blog-header {
  text-align: center;
  margin-bottom: 60px;
}

.pp-blog-header h1 {
  font-size: 46px;
  font-weight: 800;
  background: linear-gradient(135deg, #1a3f7c, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-blog-header p {
  color:#4b5563;
  margin-top: 10px;
  font-size: 16px;
}

/* =========================
   LAYOUT
========================= */
.pp-blog-layout {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 50px;
}

/* =========================
   FEATURED BLOG
========================= */
.pp-blog-featured {
  background: linear-gradient(135deg, #f8f9ff, #f1f3ff);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
  transition: 0.4s;
}

.pp-blog-featured:hover {
  transform: translateY(-10px);
}

.pp-blog-featured img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* CONTENT */
.pp-blog-content {
  padding: 30px;
}

.pp-blog-content h2 {
  font-size: 30px;
  margin: 15px 0;
  line-height: 1.3;
}

.pp-blog-content p {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* BUTTON */
.pp-read-btn {
  display: inline-block;
  margin-top: 10px;
  color: #ffcc00;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.pp-read-btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -3px;
  background: #ffcc00;
  transition: 0.3s;
}

.pp-read-btn:hover::after {
  width: 100%;
}

/* =========================
   TAG
========================= */
.pp-tag {
  display: inline-block;
  background: linear-gradient(135deg, #1a3f7c, #cd0715);
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 6px;
  font-weight: 600;
}

.pp-tag.small {
  font-size: 10px;
  padding: 4px 8px;
}

/* =========================
   BLOG LIST
========================= */
.pp-blog-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* CARD */
.pp-blog-card {
  display: flex;
  gap: 20px;
  background: #1a1a1a;
  padding: 15px;
  border-radius: 12px;
  transition: 0.3s;
}

.pp-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.pp-blog-card img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.pp-blog-card h3 {
  margin: 5px 0;
  font-size: 18px;
}

.pp-blog-card p {
  font-size: 14px;
  color: #aaa;
}

/* =========================
   SIDEBAR
========================= */
.pp-blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* BOX */
.pp-sidebar-box {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s;
}

.pp-sidebar-box:hover {
  transform: translateY(-6px);
  border-color: #ffcc00;
}

/* TITLE */
.pp-sidebar-box h4 {
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
  padding-left: 12px;
}

.pp-sidebar-box h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 18px;
  background: #ffcc00;
}

/* INPUT */
.pp-sidebar-box input {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: none;
  background: #111;
  color: #fff;
}

/* LIST */
.pp-sidebar-box ul {
  list-style: none;
  padding: 0;
}

.pp-sidebar-box li {
  margin-bottom: 10px;
  color: #4b5563;
  cursor: pointer;
  transition: 0.3s;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
}

.pp-sidebar-box li:hover {
  color:#cd0715;
  padding-left: 5px;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width: 992px) {
  .pp-blog-layout {
    grid-template-columns: 1fr;
  }

  .pp-blog-featured img {
    height: 250px;
  }

  .pp-blog-card {
    flex-direction: column;
  }

  .pp-blog-card img {
    width: 100%;
    height: 180px;
  }
}












.pp-uiux-hero-img {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.pp-uiux-container {
  max-width: 1110px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.pp-uiux-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #cd0715;
}

.pp-uiux-left h1 {
  font-size: 46px;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin: 15px 0;
}

.pp-uiux-left h1 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-uiux-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 10px;
}

.pp-uiux-desc {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
}

/* BUTTON */
.pp-uiux-btns {
  margin-top: 25px;
}

.pp-btn-primary {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 50px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(205, 7, 21, 0.25);
}

.pp-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(205, 7, 21, 0.35);
}

/* RIGHT IMAGE */
.pp-uiux-right {
  display: flex;
  justify-content: center;
}

.pp-uiux-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

/* GLOW EFFECT */
.pp-uiux-img-wrap::before {
  content: "";
  position: absolute;
  inset: -10px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  filter: blur(30px);
  opacity: 0.2;
  z-index: -1;
}

.pp-uiux-img-wrap img {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  display: block;
  transition: 0.4s;
}

.pp-uiux-img-wrap img:hover {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .pp-uiux-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pp-uiux-btns {
    display: flex;
    justify-content: center;
  }
}

@media(max-width: 768px) {
  .pp-uiux-left h1 {
    font-size: 30px;
  }

  .pp-uiux-subtitle {
    font-size: 16px;
  }

  .pp-uiux-desc {
    font-size: 15px;
  }
}









.ux-stack-about {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.ux-stack-container {
  max-width: 1110px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
}

/* LEFT CONTENT */
.ux-stack-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #cd0715;
  font-weight: 600;
}

.ux-stack-left h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  margin: 15px 0;
  line-height: 1.3;
}

.ux-stack-left h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ux-stack-left p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.9;
  margin-bottom: 18px;
}

/* RIGHT STACK PANELS */
.ux-right-modern {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* ITEM */
.ux-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

/* LEFT BAR */
.ux-bar {
  width: 4px;
  height: 50px;
  background: #e5e7eb;
  border-radius: 10px;
  transition: 0.3s;
}

/* TEXT */
.ux-text h4 {
  font-size: 17px;
  color: #111827;
  margin-bottom: 5px;
  font-weight: 600;
}

.ux-text p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* HOVER EFFECT */
.ux-item:hover {
  transform: translateX(6px);
}

.ux-item:hover .ux-bar {
  background: linear-gradient(135deg, #35487f, #cd0715);
  height: 70px;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .ux-item {
    text-align: left;
  }
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .ux-stack-container {
    grid-template-columns: 1fr;
  }

  .ux-stack-left {
    text-align: center;
  }
}

@media(max-width: 768px) {
  .ux-stack-left h2 {
    font-size: 28px;
  }
}










.ux-card-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.ux-card-container {
  max-width: 1110px;
  margin: auto;
}

/* HEADER */
.ux-card-header {
  text-align: center;
  margin-bottom: 60px;
}

.ux-card-header span {
  font-size: 12px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.ux-card-header h2 {
  font-size: 40px;
  color: #111827;
  margin: 15px 0;
}

.ux-card-header h2 span {
  color: #35487f;
}

.ux-card-header p {
  font-size: 16px;
  color: #6b7280;
}

/* GRID */
.ux-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.ux-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
  text-align: left;
}

/* ICON */
.ux-card i {
  font-size: 28px;
  color: #35487f;
  margin-bottom: 15px;
}

/* TITLE */
.ux-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111827;
}

/* TEXT */
.ux-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* HOVER */
.ux-card:hover {
  transform: translateY(-8px);
  border-color: #35487f;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .ux-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 768px) {
  .ux-card-header h2 {
    font-size: 28px;
  }

  .ux-card-grid {
    grid-template-columns: 1fr;
  }
}









.ux-process-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.ux-process-container {
  max-width: 1110px;
  margin: auto;
}

/* HEADER */
.ux-process-header {
  text-align: center;
  margin-bottom: 70px;
}

.ux-process-header span {
  font-size: 12px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  font-weight: 600;
}

.ux-process-header h2 {
  font-size: 40px;
  color: #111827;
  margin: 15px 0;
}

.ux-process-header h2 span {
  color: #35487f;
}

.ux-process-header p {
  color: #6b7280;
  font-size: 16px;
}

/* GRID */
.ux-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}

/* CARD */
.ux-process-card {
  background: #f9fafb;
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  border: 1px solid #eee;
}

/* ICON */
.ux-step-icon {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #35487f, #cd0715);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ux-step-icon i {
  color: #fff;
  font-size: 20px;
}

/* TEXT */
.ux-process-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111827;
}

.ux-process-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* HOVER */
.ux-process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* CONNECTOR LINE (DESKTOP ONLY) */
@media(min-width: 993px) {

  .ux-process-card:nth-child(1)::after,
  .ux-process-card:nth-child(2)::after,
  .ux-process-card:nth-child(4)::after,
  .ux-process-card:nth-child(5)::after {
    content: "";
    position: absolute;
    top: 30px;
    right: -20px;
    width: 40px;
    height: 2px;
    background: #ddd;
  }
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .ux-process-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 768px) {
  .ux-process-header h2 {
    font-size: 28px;
  }

  .ux-process-grid {
    grid-template-columns: 1fr;
  }
}












.ux-why-minimal {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* WRAP */
.ux-why-wrap {
  max-width: 1110px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

/* LEFT FEATURE */
.ux-why-feature {
  padding: 40px;
  border-left: 5px solid #35487f;
  background: #f9fafb;
}

.ux-why-feature h2 {
  font-size: 36px;
  color: #111827;
  margin-bottom: 20px;
}

.ux-why-feature h2 span {
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ux-why-feature p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
}

/* RIGHT POINTS */
.ux-why-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* POINT */
.ux-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

/* ICON */
.ux-point span {
  color: #35487f;
  font-size: 16px;
  margin-top: 2px;
}

/* TEXT */
.ux-point p {
  font-size: 15px;
  color: #374151;
}

/* HOVER */
.ux-point:hover {
  transform: translateX(6px);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .ux-why-wrap {
    grid-template-columns: 1fr;
  }

  .ux-why-feature {
    text-align: center;
    border-left: none;
    border-top: 4px solid #35487f;
  }
}

@media(max-width: 768px) {
  .ux-why-feature h2 {
    font-size: 26px;
  }

  .ux-why-points {
    grid-template-columns: 1fr;
  }
}










.ux-industries {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.ux-industries-container {
  max-width: 1110px;
  margin: auto;
}

/* HEADER */
.ux-industries-header {
  text-align: center;
  margin-bottom: 60px;
}

.ux-industries-header span {
  font-size: 12px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}

.ux-industries-header h2 {
  font-size: 38px;
  color: #111827;
  margin: 15px 0;
}

.ux-industries-header h2 span {
  color: #35487f;
}

.ux-industries-header p {
  color: #6b7280;
  font-size: 16px;
}

/* GRID */
.ux-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.ux-industry {
  background: #ffffff;
  padding: 35px 20px;
  text-align: center;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
  cursor: pointer;
}

/* ICON */
.ux-industry i {
  font-size: 28px;
  color: #35487f;
  margin-bottom: 12px;
}

/* TITLE */
.ux-industry h4 {
  font-size: 16px;
  color: #111827;
}

/* HOVER */
.ux-industry:hover {
  transform: translateY(-8px);
  border-color: #35487f;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* BOTTOM TEXT */
.ux-industries-bottom {
  text-align: center;
  margin-top: 50px;
}

.ux-industries-bottom p {
  font-size: 15px;
  color: #4b5563;
  max-width: 700px;
  margin: auto;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .ux-industries-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 768px) {
  .ux-industries-header h2 {
    font-size: 28px;
  }

  .ux-industries-grid {
    grid-template-columns: 1fr;
  }
}











.ux-cta-glass {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

/* GLASS CARD */
.ux-cta-glass-card {
  max-width: 800px;
  width: 100%;
  padding: 60px 40px;
  text-align: center;
  border-radius: 20px;

  /* GLASS EFFECT */
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,0.4);

  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

/* HEADING */
.ux-cta-glass-card h2 {
  font-size: 36px;
  background: linear-gradient(135deg, #35487f, #cd0715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.ux-cta-glass-card h2 span {
  color: #35487f;
}

/* TEXT */
.ux-cta-glass-card p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.7;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}

/* BUTTONS */
.ux-cta-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* BUTTON BASE */
.ux-glass-btn {
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

/* PRIMARY */
.ux-glass-btn.primary {
  background: #35487f;
  color: #fff;
}

.ux-glass-btn.primary:hover {
  background: #cd0715;
  transform: translateY(-3px);
}

/* SECONDARY */
.ux-glass-btn.secondary {
  border: 2px solid #35487f;
  color: #35487f;
}

.ux-glass-btn.secondary:hover {
  background: #35487f;
  color: #fff;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .ux-cta-glass-card h2 {
    font-size: 26px;
  }

  .ux-cta-glass-card {
    padding: 40px 20px;
  }
}