body {
  font-family: 'Mulish', sans-serif !important;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

h5{
  font-family: "Cormorant Garamond", sans-serif !important;
  color: #b91717 !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.0em !important;

}

.h5-f{
  font-family: "Cormorant Garamond", sans-serif !important;
  color: wheat !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.0em !important;

}

h2{
  font-family: "Cormorant Garamond", sans-serif !important;
  color: #b91717 !important;
  font-size: 35px !important;
  font-weight: 900 !important;
  line-height: 1.0em !important;

}

.h2-b{
  font-family: "Mulish", sans-serif !important;
  color: #2a2a2a !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.0em !important;

}

.h2-w{
  font-family: "Cormorant Garamond", sans-serif !important;
  color: #ffffff !important;
  font-size: 35px !important;
  font-weight: 900 !important;
  line-height: 1.0em !important;
}

p{
  font-family: 'Mulish', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2em !important;
  text-decoration: none !important;
  color: #000 !important;
}

.p-w{
  font-family: 'Mulish', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2em !important;
  text-decoration: none !important;
  color: #ffffff !important;
}

.p-type-2{
  font-family: 'Mulish', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.4em !important;
  text-decoration: none !important;
  color: #000 !important;
}

.p-type-3{
  font-family: 'Mulish', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.4em !important;
  text-decoration: none !important;
  color: #000 !important;
}

.p-a{
  text-decoration: none !important;
  color: #000 !important;
}

a{
  text-decoration: none !important;
}

.breadcrump {
  background-image: url(../images/bd.webp);
  background-blend-mode: multiply;
  background-color: #9c030398;
  background-size: cover;
  background-position: 0%;
  background-repeat: no-repeat;
  color: wheat;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

footer {
  background-image: url(../images/xKkFJqojdSd8vJuvCLs5mU.webp);
  background-blend-mode: multiply;
  background-color: #00000098;
  background-size: cover;
  background-position: 0%;
  background-repeat: no-repeat;
  color: wheat;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.top-header {
  background-image: url(../images/star.webp);
  background-color: #fff;
  background-size: contain;
  background-repeat: repeat;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.dropdown-item-header:hover{
  background-color: #770000 !important;
  color: #ffffff !important;
}

.col-color-1{
  background-color: #F0E9E1 !important;
  padding: 20px !important;
  height: 300px !important;
}

.col-color-2{
  background-color: #D9D9D9 !important;
  padding: 20px !important;
  height: 300px !important;
}

.col-color-3{
  background-color: #E5FCFB !important;
  padding: 20px !important;
  height: 250px !important;
}

.col-color-4{
  background-color: #EBFFE6 !important;
  padding: 20px !important;
  height: 250px !important;
}

.btn-custom {
  padding: 5px 15px;
  font-size: 14px !important;
  background-color: #bf1a1a !important; /* dark red / reddish-maroon */
  color: white;
  border: none;
  color: white !important;
  border-radius: 0 !important;
  transition: all 0.2s ease-in-out !important;
}

.btn-custom:hover {
  background-color: #960e0e !important; /* deeper maroon */
  transform: scale(0.96) !important;
  color: white !important;
}


.logo-bar {
  background-image: url('https://www.transparenttextures.com/patterns/stardust.png'); /* Optional sparkle bg */
  background-color: #fff;
  background-repeat: repeat;
}

.logo-img {
  max-width: 150px;
  height: auto;
}

@media (max-width: 780px) {
  header .logo-img {
    max-width: 140px !important;
    width: 140px !important;
    height: auto !important;
  }
}


.nav-gold {
  background-color: #B08401 !important;
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
  padding: 1px;
  font-size: 14px !important;
}

.navbar-nav .nav-link:hover {
  text-decoration: none;
  color: rgb(0, 0, 0) !important;
}

.dropdown-menu {
  background-color: #fff;
}

.dropdown-item {
  color: #000;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
}

/* why learn from shalini section css start */
li{
  font-family: 'Mulish', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.3em !important;
  text-decoration: none !important;
  color: #000 !important;
}
/* why learn from shalini section css end */

/* services section css start */

/* ─── Layout ─── */
.services-wrapper{overflow:hidden}
.services-track  {display:flex;flex-wrap:nowrap;transition:transform 10s linear}

/* 3‑up desktop | 2‑up tablet | 1‑up mobile */
.service-card{
  flex:0 0 calc((100% - 2rem)/3);
  margin-right:1rem;
  background:#fff;border-radius:12px;padding:1rem;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
  transition:transform .3s
}
.service-card:hover{transform:translateY(-5px)}
.service-card img{width:100%;border-radius:8px}

@media(max-width:991.98px){.service-card{flex:0 0 calc((100% - 1rem)/2)}}
@media(max-width:575.98px){.service-card{flex:0 0 100%}}

.btn-custom{
  background:#c8102e;color:#fff;border:none;
  padding:.45rem 1.1rem;border-radius:999px;font-weight:600
}
.btn-custom:hover{background:#a60d25}

@media(max-width:991.98px){
  .btn-custom{
  background:#c8102e;color:#fff;border:none;
  padding:8px 20px; border-radius:999px;font-weight:600
}
}
@media(max-width:575.98px){
  .btn-custom{
  background:#c8102e;color:#fff;border:none;
  padding:5px 15 !important; border-radius:999px !important; font-weight:600 !important;
  font-size: 12px !important;
}
}

/* ─── Arrows ─── */
.services-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  padding:6px 12px;font-size:28px;border:none;color:#fff;
  background:rgba(0,0,0,.35);border-radius:4px;cursor:pointer;z-index:10
}
.services-arrow:hover{background:rgba(0,0,0,.55)}
.services-arrow.left {left:.35rem}
.services-arrow.right{right:.35rem}

/* services section css start */

/* Footer Css Start */

/* ===== generic ===== */


/* headings */
.footer-brand {
  font-size:1.25rem;
  font-weight:700;
}
.footer-dark h5 {
  font-size:1rem;
  font-weight:600;
}

/* link list */
.footer-links li {
  margin-bottom:.35rem;
}
.footer-links li a{
  text-decoration: none;
  color: white;
  font-weight: 400;
}
/* separate the icon fonts from svg so everything lines up */
.footer-dark .fab,
.footer-dark svg {
  vertical-align:middle;
}

/* fine‑tune breakpoint padding */
@media (max-width: 575.98px){
  .footer-dark {
    padding-left:1rem;
    padding-right:1rem;
  }
}

/* Footer Css end */


/* homepage aboutus Css start */
.highlights-section{
  background-color: #FFF1F4;
}

.highlight-box {
  transition: transform 0.3s ease;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-image {
  width: 100%;
  max-width: 320px;
  border: 5px solid #f8f9fa;
}

.about-section {
  background-color: #fff;
}

/* homepage aboutus Css end */

/* course& servises slide Css end */

/* ─── 1. Layout & Card size ─── */
.slider-wrapper { overflow: hidden; }
.slider-track   { transition: transform 10s linear; }

/* 3‑up on desktop, 2‑up on tablet, 1‑up on mobile */
.course-card{
  flex: 0 0 calc((100% - 2rem) / 3);    /* 3 visible → 2 × 1rem gaps */
  margin-right: 1rem;                   /* gap between cards           */
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  transition: transform .3s;
}
.course-card:hover { transform: translateY(-5px); }
.course-card img   { width:100%; height:auto; border-radius:8px; }

@media (max-width: 991.98px){ /* md‑lg */
  .course-card{ flex: 0 0 calc((100% - 1rem) / 2); }
}
@media (max-width: 575.98px){ /* xs‑sm */
  .course-card{ flex: 0 0 100%; margin-right: 1rem; }
}

/* ─── 2. Arrow styling ─── */
.slider-arrow{
  position:absolute; top:50%; transform:translateY(-50%);
  font-size:28px; padding:6px 12px; color:#fff; border:none;
  background:rgba(0,0,0,.35); border-radius:4px; cursor:pointer;
  z-index:10;
}
.slider-arrow:hover{ background:rgba(0,0,0,.55); }
.slider-arrow.left { left: .25rem; }
.slider-arrow.right{ right:.25rem; }


/* course& servises slide Css end */


/* ─── Video Section CSS ─── */

/* Optional tan background */
.bg-tan {
  background: #bfae9a !important;
}

/* Desktop video wrapper (shorts/reels) */
.short-box {
  width: 250px !important;
  height: 400px !important; /* Fallback for older browsers */
  aspect-ratio: 9 / 16 !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
}

/* Full video box */
.youtube-m-box {
  width: 100% !important;
  max-width: 100% !important;
  height: 300px !important; /* Fallback */
  margin: 0 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
}

/* iframe always fills container */
.short-box .short-if {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
  border-radius: 8px !important;
}

.youtube-m-box .m-box-if {
  width: 100% !important;
  height: 300px !important;
  border: 0 !important;
  display: block !important;
  border-radius: 8px !important;
}

/* ─── Responsive Tweaks ─── */
@media (max-width: 991.98px) {

  .youtube-m-box {
  width: 100% !important;
  max-width: 100% !important;
  height: 250px !important; /* Fallback */
  margin: 0 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
  }
 
.youtube-m-box .m-box-if {
  width: 100% !important;
  height: 150px !important;
  border: 0 !important;
  display: block !important;
  border-radius: 8px !important;
}

  .short-box .short-if {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
  border-radius: 8px !important;
}
}

@media (max-width: 575.98px) {
  .youtube-m-box {
  width: 100% !important;
  max-width: 100% !important;
  height: 300px !important; /* Fallback */
  margin: 0 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
  }
  .short-box .short-if {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
  border-radius: 8px !important;
}

.youtube-m-box .m-box-if {
  width: 100% !important;
  height: 300px !important;
  border: 0 !important;
  display: block !important;
  border-radius: 8px !important;
}
}

/* ─── End Video Section CSS ─── */



.testimonial-section {
  background-color: #e4f7b14b;
  font-family: 'Segoe UI', sans-serif;
}

.testimonial-heading .emoji-icon {
  font-size: 1.8rem;
  margin-right: 8px;
  vertical-align: middle;
}

.testimonial-heading .title {
  display: inline-block;
  font-weight: 700;
  color: #990000;
  margin: 0;
}

.testimonial-box {
  background: #f5e9dd;
  border: 2px solid #70483c;
  border-radius: 0px;
  min-height: 280px;
  text-align: center;
}

.testimonial-icon {
  font-size: 2.5rem;
  color: #770000;
}

.stars {
  color: #ffc107;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 1rem;
  color: #333;
  margin-top: 1rem;
  line-height: 1.6;
}

.testimonial-name {
  font-weight: 600;
  color: #770000;
}

.testimonial-tag {
  font-style: italic;
  color: #555;
  font-size: 0.95rem;
}


/* ────── Responsive Adjustments ────── */

/* Mobile (<576px) */
@media (max-width: 575.98px) {

  body {
    padding: 0 10px;
  }

  h2, .h2-w, .h2-b {
    font-size: 24px !important;
    text-align: center;
  }

  h5, .h5-f {
    font-size: 18px !important;
    text-align: center;
  }

  p, .p-w, .p-type-2, .p-type-3 {
    font-size: 13px !important;
    line-height: 1.4em !important;
    text-align: justify;
  }

  .btn-custom {
    width: 100%;
    padding: 10px;
    font-size: 14px !important;
    text-align: center;
  }

  .about-image {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .col-color-1,
  .col-color-2,
  .col-color-3,
  .col-color-4 {
    height: auto !important;
    padding: 15px !important;
  }

  .logo-img {
    max-width: 70px !important;
  }

  .testimonial-box {
    margin-bottom: 20px;
    padding: 10px;
  }

  .services-arrow,
  .slider-arrow {
    font-size: 22px;
    padding: 4px 8px;
  }

  .footer-links li {
    font-size: 13px;
  }

  .navbar-nav .nav-link {
    font-size: 13px !important;
  }

  .dropdown-menu {
    font-size: 14px;
  }

  .testimonial-text {
    font-size: 0.9rem;
  }

  .highlight-box {
    margin-bottom: 20px;
  }
}

/* Tablet (<992px) */
@media (max-width: 991.98px) {

  .highlight-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-image {
    margin-bottom: 20px;
  }

  .navbar-nav .nav-link {
    padding: 0.5rem !important;
    font-size: 14px !important;
  }

  .testimonial-box {
    min-height: auto;
    padding: 15px;
  }

  .course-card,
  .service-card {
    margin-bottom: 1rem;
  }

  .footer-links li a {
    font-size: 14px;
  }

  .youtube-m-box,
  .short-box {
    width: 100% !important;
    height: auto !important;

  }
}
