  .premium-intro {
      font-family: 'Poppins', sans-serif;
      background: linear-gradient(135deg, #fb5310, #ff7a2f, #fb5310);
      padding: 20px 0;
      color: #fff;
  }

  .intro-title {
      font-size: 24px;
      font-weight: 800;
      margin-top: 20px !important;
  }

  .intro-title span {
      font-weight: 700;
      color: #fff3e8;
  }

  .intro-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 28px;
      background: #ffffff;
      color: #ef662f;
      font-size: 15px;
      font-weight: 900;
      border-radius: 30px;
      margin-top: 8px !important;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  }

  .intro-btn i {
      transition: transform 0.3s ease;
  }

  .intro-btn:hover {
      background: #fff3e8;
      transform: translateY(-2px);
  }

  .intro-btn:hover i {
      transform: translateX(5px);
  }

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

  /* ===== PROGRAMS PROFESSIONAL SECTION ===== */
  .programs-pro-section {
      padding: 10px 0;
      margin-top: 10px;
      font-family: 'Poppins', sans-serif;
  }

  /* CARD */
  .program-pro-card {
      background: #ffffff;
      border: 1px solid #ececec;
      border-radius: 7px;
      padding: 20px 10px;
      height: 100%;
      /* EQUAL HEIGHT */
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      border: 2px dotted #d95522;

  }

  /* ICON BOX */
  .icon-box {
      width: 64px;
      height: 64px;
      border-radius: 10px;
      background: #fff4ef;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
  }

  .icon-box i {
      font-size: 26px;
      color: #ef662f;
  }

  /* TITLE */
  .program-pro-card h5 {
      font-size: 16.5px;
      font-weight: 700;
      /* SAME TITLE HEIGHT */
      color: #222;
  }

  /* TEXT */
  .program-pro-card p {
      font-size: 14.2px;
      line-height: 1.8;
      color: #555;
      margin: 0;
      flex-grow: 1;

      /* CONTENT BALANCE */
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
      .program-pro-card {
          padding: 30px 22px;
      }
  }

  .luxury-legacy {
      position: relative;
      background-size: cover;
      background-position: center;
      padding: 50px 0;
  }

  .luxury-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, #408992b2, #408992a2, #05363cab);
  }

  .luxury-legacy .container {
      position: relative;
      z-index: 2;
  }

  /* LEFT CONTENT */
  .luxury-text {
      color: #fff;
      margin-top: 80px;
  }

  .luxury-tag {
      font-size: 17px;
      letter-spacing: 3px;
      margin-bottom: -10px;
      color: white;
      font-weight: 900;
  }

  .luxury-text h2 {
      font-size: 44px;
      font-weight: 700;
      line-height: 1.2;
      margin: 18px 0;
  }

  .luxury-text p {
      font-size: 16px;
      line-height: 28px;
      color: #d8d8d8;
      max-width: 90%;
  }

  .luxury-stat {
      border: 1px solid white;
      padding: 20px;
      padding-bottom: 10px !important;
      text-align: center;
      justify-content: center;
  }

  /* STATS GRID */
  .luxury-stats {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px 30px;
      padding-left: 40px;
  }

  @media (max-width:449px) {
    .luxury-stats{
        grid-template-columns: repeat(1, 1fr); 
    }
  }


  .luxury-icon {
      font-size: 34px;
      color: white;
      margin-bottom: 12px;
      margin-top: 12px;

  }

  .luxury-stat h1 {
      font-size: 40px;
      font-weight: 700;
      color: #fff;
      margin: 0;
  }

  .luxury-stat h1 span {
      color: white;
  }

  .luxury-stat p {
      font-size: 14px;
      letter-spacing: 1px;
      color: white;
      text-transform: uppercase;
      margin-top: 8px;
  }

  .premium-advantages {
      padding: 70px 0;
      font-family: 'Poppins', sans-serif;
      background: #f8f9fc;
  }


  /* LEFT */
  .adv-title {
      margin-top: 100px;
      top: 300px !important;
  }

  .adv-tag {
      font-size: 12px;
      letter-spacing: 2px;
      color: #ef662f;
      font-weight: 700;
  }

  .adv-title h2 {
      font-size: 30px;
      font-weight: 700;
      margin: 14px 0;
  }

  .adv-title p {
      font-size: 15px;
      line-height: 25px;
      color: #555;
  }

  /* COMPACT CARD */
  .adv-card.compact {
      background: #fff;
      padding: 18px 20px;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin-top: 20px;
  }

  .adv-card.compact i {
      font-size: 28px;
      color: #ef662f;
      flex-shrink: 0;
      margin-top: 4px;
  }

  .adv-card.compact h5 {
      font-size: 16.5px;
      font-weight: 600;
      margin-bottom: 6px;
  }

  .adv-card.compact p {
      font-size: 14px;
      line-height: 22px;
      color: #666;
      margin: 0;
  }

  .popular-category-section {
      position: relative;
      padding: 90px 0;
      background: url("https://images.unsplash.com/photo-1573164574572-cb89e39749b4?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8YnVzaW5lc3MlMjBtZWV0aW5nfGVufDB8fDB8fHww") center/cover no-repeat;
      font-family: 'Poppins', sans-serif;
  }

  .popular-category-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, #408992b2, #408992a2, #05363cab);
  }

  .popular-category-section .container {
      position: relative;
      max-width: 1280px;
      margin: auto;
      text-align: center;
      color: #fff;
      z-index: 1;
  }

  /* Badge */
  .popular-category-section .badge {
      display: inline-block;
      background: white;
      color: black;
      padding: 6px 18px;
      font-size: 12px;
      font-weight: 500;
      border-radius: 20px;
      margin-bottom: 10px;
      letter-spacing: 0.6px;
  }

  /* Heading */
  .popular-category-section .title {
      font-size: 38px;
      font-weight: 800;
      margin-bottom: 40px;
      margin-top: 10px;
  }

  /* GRID */
  .category-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 32px;
  }

  /* CARD – CLEAN & PREMIUM */
  .cat-card {
      background: #ffffff;
      padding: 26px 24px;
      border-radius: 5px;
      font-size: 18px;
      font-weight: 600;
      color: #1f2d3d;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      border: 3px dotted orange;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      transition: all 0.25s ease;
  }

  .cat-card img {
      width: 40px;
      height: 40px;
      object-fit: contain;
  }

  /* SAFE HOVER */
  .cat-card:hover {
      border-color: #9a6b45;
      box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  }

  /* Responsive */
  @media (max-width: 992px) {
      .category-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }

  @media (max-width: 576px) {
      .category-grid {
          grid-template-columns: 1fr;
      }

      .popular-category-section .title {
          font-size: 32px;
      }
  }

  /* ===== Softpro Video Section ===== */
  .sp-video-section {
      padding: 70px 0;
      background: linear-gradient(135deg, #f8f9fb, #ffffff);
  }

  .sp-video-title {
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      color: #1f2937;
      margin-bottom: 10px;
      letter-spacing: 1px;
  }

  .sp-video-line {
      width: 80px;
      height: 4px;
      background: #ef662f;
      margin: 0 auto 40px;
      border-radius: 50px;
  }

  .sp-video-row {
      row-gap: 30px;
  }

  /* Video Card */
  .sp-video-card {
      background: #ffffff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
      transition: all 0.4s ease;
  }

  .sp-video-card iframe {
      width: 100%;
      height: 260px;
      border: none;
  }

  /* Caption */
  .sp-video-caption {
      padding: 15px 10px;
      text-align: center;
  }

  .sp-video-caption h4 {
      font-size: 16px;
      font-weight: 600;
      color: #111827;
      margin-bottom: 6px;
  }

  .sp-video-caption p {
      font-size: 14px;
      color: #6b7280;
      margin: 0;
  }

  /* Hover Effect */
  .sp-video-card:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 25px 55px rgba(0, 0, 0, 0.18);
  }

  /* Button */
  .sp-video-btn-wrap {
      text-align: center;
      margin-top: 50px;
  }

  .sp-video-btn {
      display: inline-block;
      padding: 14px 35px;
      background: #ef662f;
      color: #ffffff;
      font-size: 15px;
      font-weight: 600;
      border-radius: 50px;
      text-decoration: none;
      box-shadow: 0 12px 30px rgba(239, 102, 47, 0.35);
      transition: all 0.3s ease;
  }

  .sp-video-btn i {
      margin-left: 10px;
      transition: transform 0.3s ease;
  }

  .sp-video-btn:hover i {
      transform: translateX(6px);
  }

  /* Responsive */
  @media (max-width: 768px) {
      .sp-video-card iframe {
          height: 220px;
      }
  }

  /* ===== ULTRA PREMIUM ASSOCIATION SECTION ===== */
  .assoc-ultra-section {
      overflow: hidden;
      width: 100%;
  }

  /* FULL ROW */
  .assoc-row {
      background: linear-gradient(135deg, #fb5310, #ff7a2f, #fb5310);
      min-height: 480px;
      font-family: 'Poppins', sans-serif;
  }

  /* LEFT SIDE ORANGE GRADIENT */
  .assoc-left {

      display: flex;
      align-items: center;
      padding: 80px;
      padding-right: 0px !important;

  }

  .assoc-left-content {
      max-width: 600px;
      color: #fff;
      /* margin-left: 80px; */

  }

  .assoc-tag {
      display: inline-block;
      font-size: 11px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.25);
      padding: 6px 18px;
      border-radius: 30px;
      margin-bottom: 18px;
  }

  .assoc-left-content h4 {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 10px;
      color: white !important;
  }

  .assoc-divider {
      width: 80px;
      height: 3px;
      background: #fff;
      margin-bottom: 20px;
  }

  .assoc-left-content p {
      font-size: 16px;
      line-height: 1.9;
      text-align: justify;
      opacity: 0.95;
  }

  /* RIGHT SIDE */
  .assoc-right {

      display: flex;
      align-items: center;
  }

  /* SLIDER CARD */
  .assoc-slider {
      width: 94%;
      background: #fff;
      border-radius: 18px;
      padding: 18px;
      box-shadow: 0 30px 70px rgba(0, 0, 0, 0.30);
      margin-top: 100px;
  }

  /* SLIDES */
  .assoc-slides {
      position: relative;
      text-align: center;
  }

  .assoc-slide {
      display: none;
      width: 100%;
      height: auto;
      object-fit: contain;
      /* IMAGE FULL VISIBLE */
      border-radius: 14px;
  }


  .assoc-slide.active {
      display: block;
  }

  /* DOTS */
  .assoc-dots {
      text-align: center;
      margin-top: 16px;
  }

  .assoc-dots span {
      width: 26px;
      height: 4px;
      background: #ccc;
      border-radius: 20px;
      margin: 0 4px;
      display: inline-block;
      cursor: pointer;
      transition: 0.3s;
  }

  .assoc-dots span.active {
      background: #fb5310;
  }

  /* RESPONSIVE */
  @media(max-width: 768px) {
      .assoc-left {
          padding: 50px 25px;
          text-align: center;
      }

      .assoc-divider {
          margin: 0 auto 20px;
      }

      .assoc-slider {
          width: 95%;
      }
  }

  /* ===== LEARNING PLATFORM (PREMIUM) ===== */
  .learning-platform-section {
      padding: 40px 0;
      background: linear-gradient(180deg, #fff7f3, #ffffff);
  }

  /* TITLE */
  .lp-title {
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      color: #ef662f;
      margin-bottom: 60px;
      letter-spacing: 0.5px;
      font-family: 'Poppins', sans-serif;
  }

  /* MAIN ROW CARD */
  .lp-row {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 20px;
      padding: 50px 40px;
      box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
      backdrop-filter: blur(10px);
  }

  /* LEFT CARD */
  .lp-card {
      background: linear-gradient(145deg, #ffffff, #fff1ea);
      border-radius: 18px;
      padding: 30px 10px;
      box-shadow: 0 15px 35px rgba(239, 102, 47, 0.15);
      transition: transform 0.4s ease;
  }

  .lp-card:hover {
      transform: translateY(-8px);
  }

  /* LOGO */
  .lp-logo {
      max-width: 100%;
      height: auto;
      margin-bottom: 35px;
      filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
  }

  /* BUTTON */
  .lp-btn {
      width: 100%;
      background: linear-gradient(135deg, #ef662f, #ff8c5a);
      color: #fff;
      border: none;
      padding: 16px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 10px;
      transition: all 0.35s ease;
      box-shadow: 0 10px 25px rgba(239, 102, 47, 0.35);
  }

  .lp-btn i {
      margin-left: 10px;
  }

  .lp-btn:hover {
      background: linear-gradient(135deg, #d95522, #ef662f);
      box-shadow: 0 15px 35px rgba(239, 102, 47, 0.5);
  }

  /* RIGHT CONTENT */
  .lp-content-card {
      padding-left: 20px;
  }

  .lp-content-card p {
      font-size: 15.2px;
      line-height: 1.9;
      color: #444;
      margin-bottom: 18px;
      font-family: 'Poppins', sans-serif;
  }

  /* HIGHLIGHT TEXT */
  .lp-highlight {
      background: #fff4ee;
      border-left: 5px solid #ef662f;
      padding: 16px 18px;

      font-weight: 500;
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
      .lp-row {
          padding: 30px 20px;
      }

      .lp-title {
          font-size: 26px;
      }

      .lp-content-card {
          padding-left: 0;
      }
  }

  /* ===== PARTNERS SECTION ===== */
  .sp-partners-section {
      position: relative;
      padding: 90px 0;
      background-image: url('img/bg1.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      font-family: 'Poppins', sans-serif;
      z-index: 1;
      /* navbar ke niche */
  }

  .sp-partners-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, #408992b2, #408992a2, #05363cab);
      z-index: 0;
  }

  .sp-partners-container {
      position: relative;
      z-index: 2;
  }

  /* ===== HEADING ===== */
  .sp-partners-head {
      margin-bottom: 50px;
  }

  .sp-partners-tag {
      color: white;
      font-weight: 700;
      letter-spacing: 3px;
      font-size: 13px;
  }

  .sp-partners-head h2 {
      font-size: 42px;
      font-weight: 700;
      color: #fff;
      margin: 10px 0;
  }

  .sp-partners-head p {
      color: #d1d1d1;
      max-width: 600px;
      margin: auto;
      font-size: 16px;
  }

  /* ===== SLIDER CARDS ===== */
  .sp-partners-slider .sp-partner-card {
      background: rgba(255, 255, 255, 1);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 14px;
      padding: 25px;
      height: 140px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.4s ease;

  }

  .sp-partner-card img {
      max-width: 120px;
      max-height: 100px;
      /* filter: grayscale(100%); */
      opacity: 0.85;
      transition: all 0.4s ease;
  }

  /* Hover */
  .sp-partner-card:hover {
      transform: translateY(-8px);
      border-color: #ef662f;
      background: rgba(255, 255, 255, 1);
  }

  .sp-partner-card:hover img {
      /* filter: grayscale(0); */
      opacity: 1;
      transform: scale(1.05);
  }

  /* ===== OWL FIX (SCOPED) ===== */
  .sp-partners-slider .owl-stage {
      display: flex;
      align-items: center;
  }

  .sp-partners-slider .owl-item {
      padding: 10px;
  }

  .fullstack-section {
      background: #f8f9fa;
      padding: 60px 0;
  }

  .section-heading {
      margin-left: 100px;
  }
  @media (max-width:767px) {
     .section-heading {
      margin-left: 0px !important;
  }
  }
  .section-heading h4 {
      font-weight: 800;
      margin-bottom: 10px;
      line-height: 27px;
      font-size: 22px;
  }

  .section-tag {
      display: inline-block;
      font-size: 17px;
      letter-spacing: 1px;
      color: #ef662f;
      font-weight: 800;
      margin-bottom: 6px;
  }

  .section-heading p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
  }

  .program-list {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .program-card {
      position: relative;
      width: 100%;
      max-width: 280px;
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
      transition: all 0.4s ease;
      height: 350px;
  }



  .program-card img {
      width: 100%;
      height: 350px;
      object-fit: contain;
      padding: 15px;
  }

  .program-card:hover {
      transform: translateY(-8px);
  }

  .program-overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
      color: #fff;
      padding: 15px;
      text-align: center;
  }

  .excellence-section {
      background: url('https://www.ccl.org/wp-content/uploads/2020/11/even-conservative-organizations-can-innovate-center-for-creative-leadership.jpg') center/cover fixed no-repeat;
      padding: 100px 0;
      position: relative;
      z-index: 1;
      color: white;
  }

  .excellence-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.75);
      z-index: -1;
  }

  .excellence-section .sub-title {
      text-transform: uppercase;
      font-weight: 600;
      color: #ffc107;
      font-size: 16px;
      letter-spacing: 2px;
      margin-bottom: 4px;
  }

  .excellence-section h2 {
      font-size: 42px;
      font-weight: 600;

  }

  .institute-card {
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(10px);
      color: #fff;
      border-radius: 0px;
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      height: 100%;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      text-align: center;
  }



  .institute-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-bottom: 3px solid white;
  }

  .institute-card h6 {
      padding: 15px;
      font-size: 16px;
      font-weight: 700 !important;
      text-transform: uppercase;
      letter-spacing: 0.5px;
  }

  .text-light {
      color: white !important;

  }

  .btn-learn-more {
      background-color: white;
      color: white;
      padding: 8px 20px;
      font-weight: 600;
      border-radius: 30px;
      text-transform: uppercase;
      font-size: 13px;
      transition: 0.3s ease-in-out;
      margin-bottom: 20px;
      display: inline-block;
  }

  .btn-learn-more:hover {
      background-color: #e0a800;
      text-decoration: none;
      color: #fff;
  }

  @media (max-width: 767px) {
      .excellence-section h2 {
          font-size: 28px;
      }

      .institute-card img {
          height: 180px;
      }
  }

  /* ===== EVENTS SECTION ===== */
  .events-premium {
      padding: 50px 0;
      background: #fff;
  }

  .events-heading {
      max-width: 750px;
      margin: 0 auto 35px;
  }

  .events-title {
      color: #ef662f;
      font-weight: 800;
      font-size: 32px;
      margin-bottom: 10px;
  }

  .events-heading p {
      color: #6b7280;
      font-size: 15px;
  }

  /* Swiper */
  .events-swiper {
      padding-bottom: 50px;
  }

  .swiper-slide {
      height: auto;
  }

  /* Card */
  .event-card {
      background: #fff;
      border: 1px dashed #ef662f;
      padding: 10px;
      transition: 0.3s;
  }

  .event-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
  }

  .event-info {
      padding: 14px;
      text-align: center;
      font-weight: 600;
      background: #f9fafb;
  }

  /* Pagination */
  .swiper-pagination-bullet {
      background: #d1d5db;
      opacity: 1;
  }

  .swiper-pagination-bullet-active {
      background: #ef662f;
  }

  /* Responsive */
  @media (max-width: 768px) {
      .events-title {
          font-size: 26px;
      }

      .event-card img {
          height: 220px;
      }
  }