.multi-video-white {
  background-color: #fdfdfd;
  color: #222;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.video-header h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: #333;
}

.video-header p {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto 40px;
}

.video-grid-white {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.video-card-white {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.video-card-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.video-card-white iframe {
  width: 100%;
  height: 200px;
  border: none;
}

.video-card-white h3 {
  font-size: 1.1rem;
  margin: 15px 0;
  color: #444;
}





.testimonial- {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.testimonial-grid {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    scroll-snap-type: x mandatory;
    padding: 20px 0;
}

.testimonial {
    flex: 0 0 300px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    scroll-snap-align: start;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial:hover {
    transform: scale(1.03);
}

.testimonial blockquote {
    font-style: italic;
    font-size: 1rem;
    color: #3e2a1f;
    line-height: 1.6;
    margin: 0 0 10px;
}

.testimonial span {
    margin-top: 10px;
    font-weight: bold;
    color: #8b3c1d;
    font-size: 0.95rem;
    text-align: right;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}



.register-button-container {
    text-align: center;
    margin-top: 20px;
}

.register-btn {
    background-color: #007BFF;
    color: white;
    padding: 12px 25px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.register-btn:hover {
    background-color: #0056b3;
}





.courses {
    width: 100%;
    background: linear-gradient(135deg, #6a3093, #a044ff);
    color: #fff;
    text-align: center;
    padding: 3rem 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.courses h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.courses p {
    font-size: 1.2rem;
    font-style: italic;
}

.intro1 {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto;
    font-size: 1.1rem;
    padding: 1.5rem;
    background: #fff7e6;
    border-left: 6px solid #ff9800;
    border-radius: 8px;
}

.container1 {
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    animation: fadeIn 1s ease-in-out;
}

.tier1 {
    border-left: 8px solid #a044ff;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    background: #f9f9ff;
    transition: transform 0.3s ease, background 0.3s ease;
}

.tier1:hover {
    transform: scale(1.03);
    background: #f0f0ff;
}

.tier1 h2 {
    color: #6a3093;
    font-size: 1.7rem;
    margin-bottom: 0.75rem;
}

.price1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #c62828;
    margin-bottom: 0.75rem;
}

ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

li {
    margin-bottom: 0.5rem;
}

.note1 {
    font-style: italic;
    color: #666;
}

.cta1 {
    text-align: center;
    margin: 3rem auto;
    padding: 2rem;
    background: #fff3e0;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    width: 95%;
    max-width: 1200px;
}

.cta1 h3 {
    font-size: 2rem;
    color: #bf360c;
}

.cta1 p {
    margin: 1rem 0;
    font-size: 1.1rem;
}

.cta1 a {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #6a1b9a;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}

.cta1 a:hover {
    background-color: #4a0072;
}


.sadhana-card1 {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    /* 100% width for full container size */
    max-width: 320px;
    /* Optional: limit card width */
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sadhana-card1:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.sadhana-card1 img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}

/* Hover Effects */
.sadhana-card1:hover img {
    transform: scale(1.1);
    filter: brightness(1.2);
}

/* Grayscale to Color on Hover */
.sadhana-card1 img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.sadhana-card1:hover img {
    filter: grayscale(0%);
}

/* Zoom-In Effect */
.sadhana-card1:hover img {
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out;
}

.sadhana-title1 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
}

.sadhana-card1 p {
    color: #777;
    font-size: 0.95rem;
    margin: 10px 0;
}

/* Optional: Adding a button under each card */
.sadhana-button1 {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #222;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.sadhana-button1:hover {
    background-color: #444;
}

/* Media Query for Mobile Responsiveness */
@media (max-width: 600px) {
    .sadhana-card {
        width: 100%;
        /* Full-width on mobile */
        padding: 15px;
    }

    .sadhana-card1 img {
        height: 140px;
    }
}

.cards-custom {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}





.newcoures {
    padding: 40px 20px;

    margin: auto;
}

h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.intro2 p,
.learn ul,
.cta p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;

}

.learn ul {
    list-style: none;
    padding-left: 0;
}

.learn ul li::before {
    content: '✔️';
    margin-right: 10px;
    color: #a14f03;
}

.plans {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.plan {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.plan:hover {
    transform: scale(1.05);
}

.plan h3 {
    color: #a14f03;
}

.cta {
    text-align: center;
    background: #fff9f4;
    padding: 40px;
    border-radius: 15px;
    margin: 0;
    max-width: 100%;
}

.cta button {
    background: #a14f03;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.divider {
    height: 60px;
    background: #3e2a1f;
    width: 100%;
}

@media (max-width: 768px) {
    .plans {
        flex-direction: column;
        align-items: center;
    }

    .plan {
        width: 90%;
        margin-bottom: 20px;
    }

    .plan button {
        display: block;
        margin: 20px auto 0;
    }
}




/* Base styles */


.plan {
    border: 2px solid #a14f03;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    background: #fff9f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s ease;
}

.plan:hover {
    transform: translateY(-5px);
}

.plan h3 {
    color: #a14f03;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}

.plan ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.plan ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 16px;
}

.plan ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #a14f03;
    font-weight: bold;
    font-size: 16px;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.plan button {
    background: #a14f03;
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}

.plan button:hover {
    background: #7d3a00;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .plan {
        padding: 15px;
        border-radius: 10px;
    }

    .plan h3 {
        font-size: 20px;
    }

    .plan ul li {
        font-size: 15px;
        padding-left: 25px;
    }

    .plan ul li::before {
        font-size: 14px;
    }

    .plan button {
        width: 100%;
        font-size: 16px;
        padding: 12px 0;
    }

    .btn-wrapper {
        justify-content: center;
        width: 100%;
    }
}