*{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
}
   body {
      font-family: "Poppins", sans-serif;
      background-color: #000;
      color: #fff;
      margin: 0;
      padding: 0;
      overflow-x: hidden !important;
    }

    /* Navbar */
    .navbar {
      background-color: #000 !important;
      padding: 15px 40px;
    }

    .navbar-brand {
     
       font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 25px;
font-weight: 600;
line-height: 24px;
 letter-spacing: 1px;
color: rgb(255, 255, 255);
    }

    .nav-link {
      color: #fff !important;
      font-weight: 500;
      font-size: 16px;
      margin-right: 10px;
      line-height: 21px;
      transition: 0.3s;
      white-space: nowrap;
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

    .nav-link:hover {
      color: #00b4d8 !important;
    }

    /* Dropdown styling */
    .dropdown-menu {
      border: none;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
      padding: 10px 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      background-color: #fff;
      min-width: 220px;
    }

    .dropdown-item {
      color: #000;
      font-weight: 500;
      padding: 10px 20px;
      transition: 0.3s;
      white-space: nowrap;
    }

    .dropdown-item:hover {
      color: #0077b6;
      background-color: #f8f9fa;
    }

    /* Show dropdown on hover */
    .nav-item.dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      display: block;
      margin-top: 0;
    }

    .nav-item.dropdown:hover > .nav-link {
      color: #00b4d8 !important;
    }

    /* Fix for dropdown near right edge (prevents cutting off) */
    .dropdown-menu-end {
      right: 0 !important;
      left: auto !important;
      transform: none !important;
    }

    /* Start Button */
    .btn-start {
      background: #fff;
      color: #000;
      border-radius: 30px;
      font-weight: bold;
      padding: 8px 20px;
      transition: 0.3s;
    }

    .btn-start:hover {
      background: #00b4d8;
      color: #fff;
    }

    /* Responsive Fix for Small Screens */
    @media (max-width: 991px) {
      .navbar {
        padding: 10px 20px;
      }

      .dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
        position: static !important;
        box-shadow: none !important;
        background: none;
        padding-left: 20px;
      }

      .dropdown-item {
        color: #fff;
      }

      .dropdown-item:hover {
        background: none;
        color: #00b4d8;
      }
    }

  

    * {
      box-sizing: border-box;
    }

    html, body {
      margin: 0;
      padding: 0;
      overflow-x: hidden !important; /* ✅ Prevent horizontal scroll */
      font-family: "Poppins", sans-serif;
      background-color: #000;
      
      color: #fff;
    }
 .header{
  font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 30px;
font-weight: 500;
line-height: 36px;
color: rgb(255, 255, 255);
 }
 .discover{
  font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: rgb(255, 255, 255);
position: relative;
right:45px;

 }
  @media (max-width: 768px) {
  .discover{
  font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: rgb(255, 255, 255);
position: relative;
right:0px;

 }
}





    
    /* RESET & BASE STYLES */
    body {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
    }

    /* HERO SECTION */
    .hero-section {
      position: relative;
      
      height: 100vh;
      background: url('./image/dr\ jitender\ tomar.jpeg') no-repeat center center/cover;
      color: #fff;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding: 60px;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      
      z-index: 1;
    }

    /* HERO CONTENT */
    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 650px;
    }

    .hero-content h2 {
      
      line-height: 1.2;
      margin-top: 80px;
      color:white; /* alternate bright blue */
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 64.98px;
font-weight: 600;
line-height: 65.682px;
color: rgb(255, 255, 255);
    }
    /* EVENT / VIDEO CARD */
    .event-card {
      position: relative;
      z-index: 2;
      width: 80px;
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .event-card:hover {
      transform: scale(1.05);
    }

    .event-card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
    }

    .event-card .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2.5rem;
      color: white;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
      pointer-events: none;
    }

    /* RESPONSIVE DESIGN */
    @media (max-width: 992px) {
      .hero-section {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 40px 30px;
      }

      .event-card {
        width: 260px;
        margin-top: 20px;
      }
    }

    @media (max-width: 768px) {
      .hero-section {
        align-items: flex-start;
        padding: 30px 20px;
        height: 100vh;
      }

      .hero-content {
        text-align: left;
        max-width: 100%;
      }

      .hero-content h2 {
         line-height: 1.2;
      margin-top: 80px;
      color:white; /* alternate bright blue */
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 64.98px;
font-weight: 600;
line-height: 65.682px;
color: rgb(255, 255, 255);
      }

      

      .event-card {
        width: 220px;
        align-self: flex-start;
        margin-top: 20px;
      }
    }

    @media (max-width: 480px) {
      .hero-section {
        height: auto;
        padding: 30px 15px 50px;
      }

      .hero-content h2 {
         line-height: 1.2;
      margin-top: 80px;
      color:white; /* alternate bright blue */
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 64.98px;
font-weight: 600;
line-height: 65.682px;
color: rgb(255, 255, 255);
      }

      .event-card {
        width: 100%;
      }
    }

     body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background-color: #000;
      color: white;
      overflow-x: hidden;
    }

    header {
      padding: 30px 5vw 10px;
      font-size: 32px;
      font-weight: bold;
      
       background-color: black;
    }
    .left-section{
      letter-spacing: 1px;
      margin-bottom: 15px;
     
      font-weight:bold ;
      color: rgb(0, 0, 0);
    
      font-family: "IBM Plex Mono", "IBM Plex Mono Fallback", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 23px;
font-weight: 500;
line-height: 21px;

    }
.carousel img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
   

    .carousel {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 20px;
      padding: 20px 0;
      scrollbar-width: none;
      width: 100%;
      
    }

    .carousel::-webkit-scrollbar {
      display: none;
    }

    .card {
      
      flex: 0 0 auto;
      position: relative;
      border-radius: 15px;
      width: 290px;
      height: 500px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
      transition: transform 0.3s ease;
      
    }

    .card video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }

    .card-content {
      position: relative;
      z-index: 1;
      padding: 20px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    }

    .card h3 {
      margin: 0;
      font-size: 22px;
      font-weight: bold;
    }

    .card p {
      margin: 5px 0 0;
      font-size: 14px;
      color: #ccc;
    }

    .arrow {
      background-color: #222;
      color: white;
      border: none;
      font-size: 24px;
      padding: 10px;
      cursor: pointer;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
    }

    .arrow-left {
      left: 10px;
    }

    .arrow-right {
      right: 10px;
    }

    /* Responsive Styling */
    @media (max-width: 768px) {
      .card {
        width: 70vw;
        height: 300px;
      }

      .card h3 {
        font-size: 18px;
      }

      .card p {
        font-size: 13px;
      }

      .arrow {
        font-size: 20px;
        padding: 8px;
      }
    }

    @media (max-width: 480px) {
      .card {
        width: 85vw;
        height: 250px;
      }

      .card h3 {
        font-size: 16px;
      }

      .card p {
        font-size: 12px;
      }

      .arrow {
        font-size: 18px;
        padding: 6px;
      }
    }
       .hero {
      position: relative;
      height: 100vh;
      background-image: url('./image/backgound\ image.png'); /* ✅ Replace with your background image */
      background-size: cover;
      background-position: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 5%;
      
    }

    .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
    }
    .second-image{
         position: relative;
      height: 100vh;
      background-image: url('./image/backgound\ image.png'); /* ✅ Replace with your background image */
      background-size: cover;
      background-position: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 5%;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 600px;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.2;
    }

    .hero button {
      margin-top: 20px;
      padding: 12px 30px;
      background: white;
      color: black;
      border: none;
      border-radius: 30px;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
    }

    .hero button:hover {
      background: #ddd;
    }



    /* footer */
    .footer {
      position: relative;
      bottom:0px;
      background-color: #000;
      color: #fff;
      padding: 40px 0;
    }
    .footer a {
      color: #fff;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .social-icons a {
      color: #fff;
      margin-right: 15px;
      font-size: 1.25rem;
    }
    .footer-bottom {
      border-top: 1px solid #333;
      margin-top: 30px;
      padding-top: 20px;
      font-size: 0.875rem;
    }
    @media (max-width: 768px) {
  .footer .row {
    text-align: center;
  }
}
 .hero-title {
      font-size: 3rem;
      font-weight: bold;
    }
    .hero-subtitle {
      font-size: 1.2rem;
      color: #555;
    }
    .pillarsection{
       letter-spacing: 1px;
      margin-bottom: 15px;
     
      font-weight:bold ;
     color: rgb(0, 0, 0);
    
      font-family: "IBM Plex Mono", "IBM Plex Mono Fallback", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 17px;
font-weight: 700;
line-height: 21px;
    }
   
    .carousel img {
      height: 500px;
      object-fit: cover;
      width: 100%;
    }

      .pillars-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 60px 5vw;
      flex-wrap: wrap;
    }

    .pillars-text {
      flex: 1 1 400px;
    }

    .pillars-text h5 {
      font-size: 14px;
      letter-spacing: 2px;
      color: #555;
      margin-bottom: 20px;
    }

    .pillars-text h1 {
      font-size: 3.5rem;
      line-height: 1.2;
      font-weight: bold;
    }

    .pillars-image {
      flex: 1 1 400px;
      padding-left: 40px;
    }

    .pillars-image img {
      width: 100%;
      border-radius: 15px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .pillars-section {
        flex-direction: column;
        text-align: center;
      }

      .pillars-image {
        padding-left: 0;
        margin-top: 30px;
      }

      .pillars-text h1 {
        font-size: 2.5rem;
      }
    }
    .hero1{
       display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
      text-align: center;
      padding: 60px 40px;
      background-color: white;
    }
   .hero-text {
      flex: 1 1 400px;
      max-width: 600px;
      text-align: left;
    }
        .hero-text h3 {
      font-size: 22px;
      font-weight: 500;
      line-height: 1.4;
      margin: 0;
    }

    .hero-text span {
      display: block;
      margin-bottom: 8px;
      color: black;
      cursor: pointer;
      transition: color 0.3s ease;
    }

    .hero-text span:hover {
      color: #0dfd85;
    }
    .pillar{

       letter-spacing: 1px;
      margin-bottom: 15px;
     
      font-weight:bold ;
      
    
      font-family: "IBM Plex Mono", "IBM Plex Mono Fallback", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 17px;
font-weight: 500;
line-height: 21px;

    }
    .productdetail{
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 19.2044px;
font-weight: 400;
line-height: 28.8066px;
color: rgb(0, 0, 0);
    }
    .mindset{
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 49.32px;
font-weight: 700;
line-height: 53.388px;
color: rgb(0, 0, 0);

    }

   
       /* 🌐 Responsive Design */
    @media (max-width: 992px) {
      .hero1 {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
      }

      .hero-text {
        max-width: 100%;
        text-align: center;
      }

      .hero-text h2 {
        font-size: 34px;
      }

      .hero-image img {
        max-width: 100%;
        margin-top: 20px;
      }
    }

    @media (max-width: 576px) {
      .hero-text h2 {
        font-size: 28px;
        line-height: 1.3;
      }
     
    }

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}



    .hero-text {
      max-width: 40%;
      cursor: default;
    }

    .hero-text h1 {
      font-size: 48px;
      line-height: 1.4;
      margin: 0;
    }

    .hero-text span {
      display: block;
      cursor: pointer;
    }

    .hero-image img {
      max-width: 500px;
      border-radius: 10px;
      transition: 0.3s ease-in-out;
    }

  
   

    /* Hero Section */
    .hero {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .hero img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 1.5s ease-in-out;
    }

    .hero img.active {
      opacity: 1;
    }

    .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
    }

    .quote1 {
      position: relative;
      z-index: 2;
      max-width: 800px;
      
      text-align: center;
      line-height: 1.4;
      padding: 0 20px;
     
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 50.98px;
font-weight: 600;
line-height: 72.98px;
color:black;
    }
    .para{
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 19.2044px;
 text-align: center;
 line-height: 1.4;
font-weight: 400;
line-height: 28.8066px;
color:black;
    }

    @media (max-width: 768px) {
      .quote1 {
        position: relative;
      z-index: 2;
      max-width: 800px;
    
      text-align: left;
      line-height: 1.4;
      padding: 0 20px;
     
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 49.98px;
font-weight: 500;
line-height: 72.98px;
color: rgb(255, 255, 255);
      }
    }

    @media (max-width: 480px) {
      .quote1 {
       position: relative;
      z-index: 2;
      max-width: 800px;
    
      text-align: left;
      line-height: 1.4;
      padding: 0 20px;
     
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 49.98px;
font-weight: 500;
line-height: 72.98px;
color: rgb(255, 255, 255);
      }
    }
   
    body {
      font-family: 'Inter', sans-serif;
      margin: 0;
      background-color: #fff;
      color: #000;
      overflow-x: hidden;
    }

    /* Hero Section - Flex layout */
    .hero-section1 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 2rem;
      /* padding: 5rem 6%; */
      padding: 5rem 6% 5rem 2%;
      background-color: #fff;
    }

    /* Left: Text + Image */
    .hero-left {
      flex: 1 1 50%;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .hero-left h1 {
      font-size: 4rem;
      font-weight: 700;
    
      margin-bottom: 2rem;
      color: #000;
      font-size: 49.32px;

line-height: 53.388px;
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

    /* Blue background block for image like Tony Robbins site */
    .hero-image-wrapper {
      background-color: #2266cc; /* You can change to your brand blue */
      border-radius: 20px;
      overflow: hidden;
      padding: 0;
      width: fit-content;
    }

    .hero-left img {
      width: 100%;
      max-width: 550px;
      height: auto;
      display: block;
      border-radius: 0;
    }

    /* Right: Paragraph + Button */
    .hero-right {
      flex: 1 1 40%;
      padding: 1rem 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .hero-right p {
      font-size: 1.1rem;
      line-height: 1.6;
      color: #333;
      margin-bottom: 2rem;
    }

    .hero-right button {
      background-color: #3470CB;
      color: #fff;
      border: none;
      padding: 0.9rem 2rem;
      border-radius: 50px;
      font-size: 1rem;
      cursor: pointer;
      align-self: flex-start;
      transition: background 0.3s ease;
    }

    .hero-right button:hover {
      background-color: #333;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .hero-section {
        flex-direction: column;
        text-align: center;
      }

      .hero-left, .hero-right {
        flex: 1 1 100%;
      }

      .hero-left h1 {
        font-size: 2.2rem;
      }

      .hero-right button {
        align-self: center;
      }

      .hero-image-wrapper {
        background-color: #2266cc;
        border-radius: 20px;
        display: inline-block;
        margin: 1rem auto;
      }

      .hero-left img {
        max-width: 80vw;
      }
    }


    
    .hero-text1 {
      font-size: 1.1rem;
      color: #333;
      line-height: 1.7;
      margin-bottom: 1.5rem;
    }
      .btn-custom {
      background-color: #000;
      border: none;
      padding: 10px 24px;
      border-radius: 25px;
      font-weight: 500;
      transition: all 0.3s ease;
      color: #fff;
      border:2px solid red;
    }

    .btn-custom:hover {
      background-color: #2c8bca;
      color: #fff;
    }

    @media (max-width: 992px) {
      .hero-title {
        font-size: 2.4rem;
        text-align: center;
      }

      .hero-text {
        text-align: center;
      }

      .btn-custom {
        display: block;
        margin: 0 auto;
      }
    }
    
 
    body {
      margin: 0;
      font-family: 'Inter', Arial, sans-serif;
      color: #fff;
      background-color: #000;
    }

    /* Hero Section */
    .main {
      position: relative;
      height: 100vh;
      background: url('./image/doctors.jpeg') 
                  center center/cover no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .products{
       position: relative;
      height: 60vh;
           display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;

    }

    /* Dark overlay */
    .main::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 0;
    }
.main-content2{
  font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 19.2044px;
font-weight: 400;
line-height: 28.8066px;
color: rgb(255, 255, 255);

}
    .main-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      padding: 0 20px;
     
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size:82.98px;
font-weight: 700;
line-height: 1.5;
color: rgb(255, 255, 255);
    }

    .main h1 {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .main p {
      font-size: 1.1rem;
      color: #ddd;
      margin-bottom: 2rem;
    }

    .btn-custom {
      background-color: #fff;
      color: #000;
      border: none;
      position: relative;
      bottom:40px;
      border-radius: 25px;
      padding: 10px 30px;
      font-weight: 600;
      transition: all 0.3s ease;
      
    }

    .btn-custom:hover {
      background-color: #000;
      color: #fff;
      border: 1px solid #fff;
    }

    @media (max-width: 768px) {
      .main h1 {
        font-size: 2rem;
      }
      .main p {
        font-size: 1rem;
      }
    }
    

   .section-title {
      font-weight: 700;
      color: black;
      margin-bottom: 15px;
     
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 54.98px;
font-weight: 700;
line-height: 72.98px;
color: rgb(0, 0, 0);
    }

    .filter-btn {
      background-color: transparent;
      border: 2px solid black;
      color: black;
      padding: 8px 18px;
      margin: 5px;
      border-radius: 25px;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .filter-btn:hover,
    .filter-btn.active {
      background-color: black;
      color: white;
    }

  

    .program-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

   
    /* Responsive adjustments */
    @media (max-width: 768px) {
      .program-image {
        height: 220px;
        width:100%;
      
      }
      .section-title {
        font-size: 1.8rem;
      }
      p {
        font-size: 0.95rem;
      }
    }
    
    
body {
      background: #000;
      color: #fff;
      font-family: "Helvetica Neue", Arial, sans-serif;
      overflow-x: hidden;
    }


    /* Section Styling */
    .testimonial-section {
      text-align: center;
      padding: 100px 10%;
      background-color: #cccccc;
      color: black;
    }

    /* Quote */
    .quote {
      
      line-height: 1.5;
      max-width: 900px;
      margin: 0 auto 60px;
      transition: opacity 0.6s ease;
      min-height: 150px;
     
      font-family: sans, "sans Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 38.49px;
font-weight: 700;
line-height: 44.49px;
color: black;
    }

    /* People container */
    .people {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 40px;
    }

    /* Each person */
    .person {
      text-align: center;
      cursor: pointer;
      width: 180px;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .person:hover {
      transform: translateY(-5px);
    }

    /* Images */
    .person img {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
      border: 3px solid transparent;
      transition: border 0.3s ease;
    }

    /* Active person */
    .person.active img {
      border-color: black;
    }

    /* Text */
    .person h4 {
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 5px;
    }

    .person p {
      font-size: 0.9rem;
      color: #333;
      line-height: 1.3;
    }

    /* Responsive Adjustments */
    @media (max-width: 992px) {
      .quote {
        font-size: 1.6rem;
        padding: 0 15px;
      }
    }

    @media (max-width: 768px) {
      .testimonial-section {
        padding: 60px 5%;
      }

      .people {
        flex-direction: column;
        align-items: center;
      }

      .person {
        width: 100%;
        max-width: 260px;
      }

      .person img {
        width: 70px;
        height: 70px;
      }

      .quote {
        font-size: 1.4rem;
        min-height: 120px;
      }
    }

    @media (max-width: 480px) {
      .quote {
        font-size: 1.2rem;
      }

      .person h4 {
        font-size: 1rem;
      }
    }

   
  .program-card {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
  
  }

  .program-card:hover {
    transform: translateY(-5px);
  }

  .program-image {
    width: 100%;
    height: 250px; /* Fixed height for all images */
    object-fit: cover; /* Crops without distortion */
  }

  .program-item {
    display: flex;
    justify-content: center;
  }

  .program-card .card-body {
    min-height: 120px; /* Ensures consistent text box size */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .filter-btn {
    background-color: #eee;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
  }

  .filter-btn.active,
  .filter-btn:hover {
    background-color: #000;
    color: #fff;
  }

  /* Optional: Adjust row spacing for tighter layout */
  .row.g-4 {
    row-gap: 30px;
  }
/* Carousel Container */
.carousel-container {
  position: relative;
  width: 85%; /* 👈 reduced width (try 70%–90% as per your design) */
  margin: 0 auto; /* centers container horizontally */
  overflow: hidden;
  background-color: black;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

/* Carousel Track */
.carousel {
  display: flex;
  gap: 20px;
  justify-content: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 20px;
  scrollbar-width: none; /* Hide scrollbar (Firefox) */
   /* (your debug border) */
}

.carousel::-webkit-scrollbar {
  display: none; /* Hide scrollbar (Chrome/Safari) */
}

/* Each Card */
.carousel .card {
  flex: 0 0 auto;
  width: 300px;
  height: 460px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #111;
  transition: transform 0.3s ease;
}

.carousel .card:hover {
  transform: scale(1.05);
}

/* Image Styling */
.carousel .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* Navigation Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background: rgba(0,0,0,0.5);
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
  z-index: 10;
}

.arrow:hover {
  background: rgba(255,255,255,0.2);
}

.arrow-left {
  left: 5px;
}

.arrow-right {
  right: 5px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .carousel-container {
    width: 95%; /* slightly wider on tablets */
  }

  .carousel .card {
    width: 240px;
    height: 320px;
  }
}

@media (max-width: 768px) {
  .carousel-container {
    width: 100%;
    padding: 30px 0;
  }

  .carousel {
    justify-content: flex-start; /* allow horizontal scroll on small screens */
    padding: 10px;
  }

  .carousel .card {
    width: 200px;
    height: 280px;
  }

  .arrow {
    display: none; /* optional: hide arrows on mobile */
  }
}
