    :root {
      --gold:      #C9962A;
      --gold-lt:   #E8B84B;
      --crimson:   #8B1A2A;
      --dark:      #1A0F08;
      --text-muted:#B0A090;
      --cream:     #FDF6EC;
      --card-bg:   #FFFFFF;
      --maroon: #7B1C2C;
      --maroon-dark: #5a1320;
      --maroon-light: #9e2236;
      --gold: #C8972A;
      --gold-light: #e4b040;
      --cream: #FDF8F0;
      --dark: #1a1a1a;
      --text-gray: #555;
      --border: #e5e0d8;

      /* Aliases used by the Gallery + Album pages (kept separate on purpose
         so old sections above don't shift if these ever need their own tone) */
      --gc-gold: #C9962A;
      --gc-crimson: #8B1A2A;
      --gc-cream: #FDF6EC;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }

    body {
      font-family: Poppins, sans-serif;
      color: var(--dark);
      overflow-x: hidden;
    }

    .eyebrow {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 12px;
      display: block;
    }

    /* TOPBAR */

.topbar{
    background: var(--maroon-dark);
    padding:3px 0;
    font-size:13px;
}

.topbar a{
    color:#fff;
    text-decoration:none;
}

.topbar a:hover{
    color:var(--gold);
}

/* NAVBAR */

.navbar{
    background:#fff;
    box-shadow:0 5px 30px rgba(0,0,0,.08);
    padding:5px 0;
}

.navbar-brand{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.logo-circle{
    width:55px;
    height:55px;
    border-radius:50%;
    background:var(--maroon);
    display:flex;
    align-items:center;
    justify-content:center;
}

.logo-circle i{
    color:var(--gold);
    font-size:22px;
}

.brand-text strong{
    display:block;
    color:var(--maroon);
    font-size:22px;
}

.brand-text span{
    font-size:11px;
    color:#777;
}

.nav-link{
    color:#222;
    margin:0 5px;
    position:relative;
}

.nav-link::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width:0;
    height:2px;
    background:var(--gold);
    transition:.3s;
    transform:translateX(-50%);
}

.nav-link:hover::after{
    width:70%;
}

.btn-enquire{
    background:var(--gold);
    color:#fff;
    padding:11px 22px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.btn-enquire:hover{
    color:#fff;
    background:#b98925;
}

/* DESKTOP DROPDOWN */

@media(min-width:1200px){

.dropdown-menu{
    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    transition:.35s;
    border:none;
    min-width:280px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
    border-top:4px solid var(--gold);
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.dropdown-item{
    padding:14px 22px;
    font-weight:500;
}

.dropdown-item:hover{
    background:#faf5ea;
    color:var(--maroon);
    padding-left:30px;
}
}

/* OFFCANVAS */

.offcanvas{
    width:320px;
}

.offcanvas-header{
    color:var(--maroon);
}

.mobile-link{
    display:block;
    padding:14px 20px;
    color:#333;
    text-decoration:none;
    border-bottom:1px solid #eee;
}

.mobile-link:hover{
    color:var(--maroon);
    background:#faf5ea;
}

.accordion-button{
    padding:14px 20px;
    box-shadow:none !important;
}

.accordion-button:not(.collapsed){
    background:#faf5ea;
    color:var(--maroon);
}

.submenu-link{
    display:block;
    padding:12px 50px;
    text-decoration:none;
    color:#666;
    border-bottom:1px solid #eee;
}

.submenu-link:hover{
    background:#faf5ea;
    color:var(--maroon);
}

/* MOBILE */

@media(max-width:1199px){

.navbar-brand strong{
    font-size:18px;
}

.logo-circle{
    width:48px;
    height:48px;
}

.logo-circle i{
    font-size:20px;
}

.brand-text strong{
    font-size:18px;
}

.brand-text span{
    font-size:10px;
    max-width:180px;
}

}

.navbar-toggler{
    border:none;
    box-shadow:none !important;
    padding:6px;
}

.navbar-toggler:focus{
    box-shadow:none !important;
}

.navbar-brand{
    min-width:0;
}

.brand-text{
    line-height:1.2;
}

.brand-text strong{
    white-space:nowrap;
}

.brand-text span{
    display:block;
    max-width:260px;
}

@media(max-width:767px){

.topbar .d-flex{
    flex-direction:column;
    gap:5px;
    text-align:center;
}

.topbar a{
    font-size:13px;
}

}
    /* ─── HERO ─── */
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url('../images/srisai-hotel-management-hero-banner.png') center/cover no-repeat;
      opacity: .12;
    }
    .hero-badge {
      display: inline-block;
      background: rgba(200,151,42,.2);
      border: 1px solid var(--gold);
      color: var(--gold-light);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 2px;
      margin-bottom: 20px;
    }
    .hero h1 {
      font-family: Poppins, sans-serif;
      font-size: clamp(36px, 5vw, 46px);
      font-weight: 800;
      color: #fff;
      line-height: 1.15;
    }
    .hero h1 .accent { color: var(--gold); }
    .hero-sub {
      color: rgba(255,255,255,.75);
      font-size: 14px;
      margin: 18px 0 28px;
    }
    .hero-sub span { margin-right: 18px; }
    .hero-sub i { color: var(--gold); margin-right: 5px; }

    .btn-apply {
      text-decoration: none;
      background: var(--gold);
      color: #fff;
      padding: 13px 30px;
      border-radius: 4px;
      font-weight: 700;
      font-size: 14px;
      border: none;
      transition: transform .2s, background .2s;
    }
    .btn-apply:hover { background: var(--gold-light); color: #fff; transform: translateY(-2px); }

    .btn-explore {
      background: transparent;
      color: #fff;
      padding: 12px 28px;
      border-radius: 4px;
      font-weight: 600;
      font-size: 14px;
      border: 2px solid rgba(255,255,255,.5);
      transition: border-color .2s, color .2s;
    }
    .btn-explore:hover { border-color: #fff; color: #fff; }

    .hero-stats {
      background: rgba(255,255,255,.08);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 12px;
      padding: 24px 20px;
    }
    .hero-stat-item {
      text-align: center;
      padding: 14px 10px;
      border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .hero-stat-item:last-child { border-bottom: none; }
    .hero-stat-item .stat-icon { font-size: 22px; color: var(--gold); margin-bottom: 6px; }
    .hero-stat-item .stat-val { font-size: 24px; font-weight: 800; color: #fff; font-family: Poppins, sans-serif; }
    .hero-stat-item .stat-lbl { font-size: 11px; color: rgba(255,255,255,.65); margin-top: 2px; }

    .hero-img-wrap { position: relative; }
    .hero-img-wrap img {
      width: 100%;
      max-width: 460px;
      filter: drop-shadow(0 20px 60px rgba(0,0,0,.5));
      border-radius: 8px;
    }

    /* ─── WHY CHOOSE ─── */
    .section-title {
      font-family: Poppins, sans-serif;
      font-size: clamp(26px, 3.5vw, 38px);
      font-weight: 700;
      color: var(--dark);
    }
    .section-eyebrow {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold);
      display: block;
      margin-bottom: 10px;
    }
    .section-divider {
      width: 50px;
      height: 3px;
      background: var(--gold);
      margin: 14px auto 0;
      border-radius: 2px;
    }

    .why-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 30px 24px;
      height: 100%;
      transition: transform .25s, box-shadow .25s, border-color .25s;
    }
    .why-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(123,28,44,.12);
      border-color: var(--maroon);
    }
    .why-icon {
      width: 54px;
      height: 54px;
      background: var(--maroon);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
    }
    .why-icon i { font-size: 22px; color: #fff; }
    .why-card h5 { font-weight: 700; font-size: 15px; margin-bottom: 8px; color: var(--dark); }
    .why-card p { font-size: 13.5px; color: var(--text-gray); line-height: 1.6; }

    /* ─── COURSES ─── */
    .courses-section { background: var(--cream);padding-bottom:60px ; }
    .course-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,.07);
      transition: transform .25s, box-shadow .25s;
      cursor: pointer;
    }
    .course-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(123,28,44,.15); }
    .course-card img { width: 100%; height: 175px; object-fit: cover; }
    .course-card-body { padding: 16px; text-align: center; }
    .course-card-icon {
      width: 42px;
      height: 42px;
      background: var(--maroon);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: -21px auto 12px;
      position: relative;
      border: 3px solid #fff;
    }
    .course-card-icon i { font-size: 17px; color: #fff; }
    .course-card h6 { font-weight: 700; font-size: 14px; color: var(--dark); }

    /* ─── LABS ─── */
    .labs-section {
      background: linear-gradient(135deg, var(--dark) 0%, #2d0a13 100%);
      color: #fff;
    }
    .labs-section h2 { font-family: Poppins, sans-serif; font-size: clamp(26px,3.5vw,26px); }
    .labs-section p { font-size:14px;color: rgba(255,255,255,.75); line-height: 1.7; }
    .labs-grid { border-radius: 12px; overflow: hidden; }
    .labs-grid img { width: 100%; height: 265px; object-fit: cover; transition: transform .3s; }
    .labs-grid img:hover { transform: scale(1.04); }
    /* .labs-grid img:first-child { grid-column: span 2; height: 220px; } */

    .btn-labs {
      background: var(--gold);
      color: #fff;
      padding: 11px 26px;
      border-radius: 4px;
      font-weight: 600;
      font-size: 14px;
      border: none;
      transition: background .2s;
    }
    .btn-labs:hover { background: var(--gold-light); color: #fff; }

/* ==========================
   PLACEMENT SECTION
========================== */

.placement-section{
    background: var(--cream);
    padding:100px 0;
}

.placement-card{
    position:relative;
    overflow:hidden;
    padding:30px;
    border-radius:30px;

    background:
    linear-gradient(
        135deg,
        #4b0000 0%,
        #7a0000 50%,
        #3a0000 100%
    );

    box-shadow:
    0 30px 80px rgba(0,0,0,0.20);

    z-index:1;
}

/* Decorative circles */

.placement-card::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    top:-120px;
    right:-120px;
}

.placement-card::after{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(255,255,255,.03);
    bottom:-80px;
    left:-80px;
}

/* LEFT SIDE */

.career-content{
    position:relative;
    z-index:2;
}

.career-content h2{
    color:#fff;
    font-size:25px;
    font-weight:800;
    line-height:1.05;
    margin-bottom:10px;
}

.career-content h2 span{
    color:#d4af37;
}

.career-content p{
    color:rgba(255,255,255,.75);
    font-size:15px;
    line-height:1.8;
    margin-bottom:5px;
}

/* BUTTON */

.placement-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;

    background:linear-gradient(
        135deg,
        #d4af37,
        #f4d67c
    );

    color:#4b0000;
    text-decoration:none;
    font-weight:700;
    padding:8px 30px;
    border-radius:50px;

    transition:all .4s ease;
}

.placement-btn:hover{
    transform:translateY(-4px);
    color:#4b0000;

    box-shadow:
    0 15px 35px rgba(212,175,55,.35);
}

/* RIGHT SIDE */

.recruiter-title{
    color:#fff;
    text-align:center;
    letter-spacing:4px;
    text-transform:uppercase;
    font-size:14px;
    margin-bottom:35px;
    position:relative;
}

.recruiter-title::after{
    content:'';
    display:block;
    width:80px;
    height:3px;
    margin:12px auto 0;
    background:#d4af37;
    border-radius:50px;
}

/* STATS */

.placement-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.stat-item{
    background:rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.10);

    border-radius:20px;

    padding:28px 15px;

    text-align:center;

    transition:.4s ease;
}

.stat-item:hover{
    transform:translateY(-8px);

    background:rgba(255,255,255,.12);

    box-shadow:
    0 20px 35px rgba(0,0,0,.15);
}

.stat-item h3{
    font-size:35px;
    font-weight:800;
    color:#f4d67c;
    margin-bottom:10px;
}

.stat-item span{
    color:#fff;
    font-size:14px;
    font-weight:500;
}

/* RESPONSIVE */

@media(max-width:991px){

    .placement-card{
        padding:40px;
    }

    .career-content{
        text-align:center;
        margin-bottom:40px;
    }

    .career-content h2{
        font-size:42px;
    }

    .placement-stats{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){

    .placement-card{
        padding:30px 20px;
        border-radius:20px;
    }

    .career-content h2{
        font-size:32px;
    }

    .placement-stats{
        grid-template-columns:1fr;
    }

    .stat-item h3{
        font-size:32px;
    }
}
    /* =========================
   TESTIMONIAL SECTION
========================= */
.testimonials-section{
    background: var(--cream);
    overflow:hidden;
}

.testi-card{
    background:#fff;
    padding:25px;
    position:relative;
    overflow:hidden;
    border: 3px solid var(--border);
    border-radius: 10px;
    height:100%;
}

.testi-card::before{
    content:"\201C";
    position:absolute;
    top:-20px;
    right:20px;
    font-size:120px;
    color:rgba(128,0,32,.06);
    line-height:1;
}

.testi-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.testi-stars{
    margin-bottom:5px;
}

.testi-stars i{
    color:var(--gold);
    font-size:15px;
    margin-right:2px;
}

.testi-text{
    font-size:14px;
    line-height:1.8;
    color:#555;
    margin-bottom:25px;
    min-height:80px;
}

.testi-author{
    display:flex;
    align-items:center;
    gap:15px;
}

.testi-author img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid var(--gold);
}

.testi-author strong{
    display:block;
    font-size:16px;
    color:#222;
}

.testi-author span{
    font-size:13px;
    color:#777;
}

/* Swiper Buttons */
.swiper-button-next,
.swiper-button-prev{
    width:48px !important;
    height:48px !important;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.12);
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:18px !important;
    font-weight:700;
    color:var(--maroon);
}

.swiper-pagination-bullet-active{
    background:var(--maroon) !important;
}

/* =========================
   SUCCESS MOSAIC
========================= */

.success-mosaic{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.success-mosaic img{
    width:100%;
    border-radius:18px;
    object-fit:cover;
    transition:.4s ease;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.success-mosaic img:hover{
    transform:scale(1.05);
}

.success-mosaic img:nth-child(1){
    height:220px;
    grid-column:span 2;
}

.success-mosaic img:nth-child(2),
.success-mosaic img:nth-child(3){
    height:170px;
}

.success-mosaic img:nth-child(4){
    grid-column:span 2;
    height:180px;
}

/* ==========================
   JOURNEY SECTION
========================== */

.journey-section{
    padding:60px 0;
    background: var(--cream);
}

.journey-title{
    font-size:30px;
    font-weight:600;
    letter-spacing:1px;
    color:#2c2c2c;
    margin-bottom:40px;
}

/* TIMELINE */

.journey-wrapper{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.journey-line{
    position:absolute;
    top:30px;
    left:8%;
    width:84%;
    height:2px;
    background:#d6b36c;
    z-index:1;
}

.journey-item{
    text-align:center;
    position:relative;
    z-index:2;
}

.journey-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    border:2px solid #d6b36c;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 12px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.journey-icon i{
    color:#b88b2f;
    font-size:22px;
}

.journey-icon.active{
    background:#b88b2f;
}

.journey-icon.active i{
    color:#fff;
}

.journey-item h6{
    font-weight:700;
    font-size:15px;
    margin-bottom:3px;
}

.journey-item p{
    font-size:13px;
    color:#666;
    margin:0;
}

/* GALLERY */

.training-gallery{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:12px;
}

.gallery-card{
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.gallery-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.4s;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

/* RESPONSIVE */

@media(max-width:991px){

    .journey-title{
        text-align:center;
    }

    .journey-wrapper{
        margin-bottom:40px;
    }

    .training-gallery{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .journey-wrapper{
        flex-direction:column;
        gap:30px;
        align-items:center;
    }

    .journey-line{
        display:none;
    }

    .journey-item{
        width:100%;
    }

    .training-gallery{
        grid-template-columns:1fr 1fr;
    }

    .gallery-card img{
        height:170px;
    }
}

@media(max-width:576px){

    .training-gallery{
        grid-template-columns:1fr;
    }
}
/* =========================
   INDUSTRIAL TRAINING IMAGES
========================= */

.industrial-imgs{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.industrial-imgs img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:18px;
    transition:.4s ease;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.industrial-imgs img:hover{
    transform:translateY(-8px);
}

.industrial-imgs img:nth-child(1){
    grid-column:span 2;
    height:220px;
}

.industrial-imgs img:nth-child(5){
    grid-column:span 2;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:991px){

    .success-mosaic{
        margin-top:30px;
    }

    .industrial-imgs{
        grid-template-columns:repeat(2,1fr);
        margin-top:30px;
    }

    .industrial-imgs img:nth-child(1),
    .industrial-imgs img:nth-child(5){
        grid-column:span 2;
    }

    .journey-arrow{
        display:none;
    }
}

@media(max-width:767px){

    .testi-card{
        padding:25px;
    }

    .testi-text{
        min-height:auto;
    }

    .success-mosaic{
        grid-template-columns:1fr;
    }

    .success-mosaic img,
    .success-mosaic img:first-child,
    .success-mosaic img:last-child{
        grid-column:auto;
        height:220px;
    }

    .industrial-imgs{
        grid-template-columns:1fr;
    }

    .industrial-imgs img,
    .industrial-imgs img:nth-child(1),
    .industrial-imgs img:nth-child(5){
        grid-column:auto;
        height:220px;
    }
}

    /* ─── CTA BANNER ─── */
    .cta-banner {
      background: linear-gradient(135deg, var(--gold) 0%, #a07020 100%);
    }
    .cta-banner h2 { font-family: Poppins, sans-serif; color: #000; }
    .cta-banner p { color: #000; }
    .cta-badge {
      background: rgba(255,255,255,.25);
      border: 2px solid rgba(255,255,255,.7);
      color: #fff;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 1px;
      padding: 8px 20px;
      border-radius: 4px;
      text-transform: uppercase;
    }
    .btn-cta-apply {
      background: var(--maroon);
      color: #fff;
      padding: 13px 32px;
      font-weight: 700;
      font-size: 14px;
      border: none;
      border-radius: 4px;
      transition: background .2s;
    }
    .btn-cta-apply:hover { background: var(--maroon-light); color: #fff; }
    .btn-cta-brochure {
      background: transparent;
      color: #fff;
      border: 2px solid rgba(255,255,255,.7);
      padding: 12px 28px;
      font-weight: 600;
      font-size: 14px;
      border-radius: 4px;
      transition: background .2s;
    }
    .btn-cta-brochure:hover { background: rgba(255,255,255,.15); color: #fff; }

    /* ─── FOOTER ─── */
    footer {
      background: var(--maroon-dark);
      color: rgba(255,255,255,.75);
      font-size: 13.5px;
    }
    footer h6 {
      color: #fff;
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 18px;
      padding-bottom: 10px;
      border-bottom: 2px solid var(--gold);
      display: inline-block;
    }
    footer ul { list-style: none; padding: 0; }
    footer ul li { margin-bottom: 9px; }
    footer ul li a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .2s; }
    footer ul li a:hover { color: var(--gold); }
    footer ul li a::before { content: '›'; margin-right: 7px; color: var(--gold); }
    footer .footer-contact li { display: flex; gap: 10px; }
    footer .footer-contact li i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }
    footer .footer-contact li a::before { display: none; }
    .footer-bottom {
      background: var(--gold);
      font-size: 14px;
      color: var(--maroon-dark);
      padding: 14px 0;
    }
    .footer-logo{
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px){
    .footer-logo{
        max-width: 140px;
        margin: 0 auto 15px;
    }

    footer .col-lg-3:first-child{
        text-align:center;
    }

    .social-icons{
        justify-content:center;
        display:flex;
        flex-wrap:wrap;
    }
}


    .footer-bottom a { color: var(--maroon-dark); text-decoration: none; }
    .footer-bottom a:hover { color: var(--maroon-dark); }
    .social-icons a {
      width: 34px; height: 34px;
      border-radius: 50%;
      background: rgba(255,255,255,.1);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      margin-right: 8px;
      transition: background .2s;
      text-decoration: none;
    }
    .social-icons a:hover { background: var(--maroon); }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 991px) {
      .hero { min-height: auto; padding: 60px 0; }
      .hero-img-wrap { text-align: center; margin-top: 40px; }
      .hero-stats { display: flex; gap: 0; flex-wrap: wrap; }
      .hero-stat-item { border-bottom: none; border-right: 1px solid rgba(255,255,255,.1); flex: 1; min-width: 80px; }
      .hero-stat-item:last-child { border-right: none; }
      .labs-grid img:first-child { grid-column: span 2; }
      .industrial-imgs { grid-template-columns: repeat(2,1fr); }
      .industrial-imgs img:last-child { grid-column: span 2; }
    }
    @media (max-width: 767px) {
      .topbar { text-align: center; font-size: 11px; }
      .topbar .d-flex { flex-wrap: wrap; gap: 6px; justify-content: center; }
      .labs-grid { grid-template-columns: 1fr; }
      .labs-grid img:first-child { grid-column: span 1; }
      .success-mosaic { grid-template-columns: 1fr; }
      .success-mosaic img:first-child { grid-column: span 1; }
      .industrial-imgs { grid-template-columns: 1fr; }
      .industrial-imgs img:last-child { grid-column: span 1; }
    }

    /* Swiper overrides */
    .swiper-button-next, .swiper-button-prev {
      color: var(--maroon) !important;
      background: #fff;
      width: 40px !important;
      height: 40px !important;
      border-radius: 50%;
      box-shadow: 0 4px 14px rgba(0,0,0,.15);
    }
    .swiper-button-next::after, .swiper-button-prev::after { font-size: 14px !important; font-weight: 900 !important; }
    .swiper-pagination-bullet-active { background: var(--maroon) !important; }

    /* Swiper Fix */
.swiper {
  overflow: hidden;
  width: 100%;
}

.recruitersSwiper{
  padding: 20px 5px 60px;
}

.recruitersSwiper {
  padding-bottom: 20px;
}

.coursesSwiper .swiper-slide,
.recruitersSwiper .swiper-slide,
.testiSwiper .swiper-slide {
  height: auto;
}

.course-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.course-card-body {
  flex: 1;
}

/* Swiper Buttons */
.swiper-button-next,
.swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,.15);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px !important;
  font-weight: 700;
}

/* Mobile Fix */
@media (max-width:768px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  .hero-sub {
    font-size: 13px;
  }

  .course-card img {
    height: 200px;
  }

  .navbar-brand .brand-text span {
    display: none;
  }
}

 /* ── HERO ── */
    .hero {
      position: relative;
      background:
        linear-gradient(105deg, rgba(20,10,4,0.88) 38%, rgba(20,10,4,0.45) 68%, transparent 100%),
        url('../images/srisai-hotel-management-hero-banner.png')
        center/cover no-repeat;
      display: flex;
      align-items: stretch;
      overflow: hidden;
    }
 
    .hero-inner {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 56px 0 48px;
    }
 
    /* eyebrow */
    .hero-eyebrow {
      font-family: Poppins, sans-serif;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: var(--gold-lt);
      margin-bottom: 14px;
    }
 
    /* headline */
    .hero-title {
      font-family: Poppins, sans-serif;
      font-size: clamp(2rem, 5vw, 3.4rem);
      font-weight: 900;
      line-height: 1.12;
      color: #fff;
      margin-bottom: 6px;
    }
    .hero-title .accent {
      color: var(--gold);
      font-style: italic;
    }
 
    /* sub */
    .hero-sub {
      font-size: 14px;
      margin: 18px 0 28px;
      display: flex;
      flex-wrap: wrap;
      gap: 6px 18px;
      align-items: center;
    }
    .hero-sub span { display: flex; align-items: center; gap: 6px; }
    .hero-sub span::before {
      content: '◆';
      font-size: .5rem;
      color: var(--gold);
    }
    .hero-sub span:first-child::before { display: none; }
 
    /* CTA row */
    .btn-apply {
      background: var(--gold);
      color: #fff;
      font-weight: 600;
      font-size: .88rem;
      letter-spacing: .04em;
      border: none;
      padding: 11px 28px;
      border-radius: 4px;
      transition: background .2s, transform .15s;
    }
    .btn-apply:hover { background: var(--gold-lt); color: #fff; transform: translateY(-1px); }
 
    .btn-outline-courses {
      border: 1.5px solid rgba(255,255,255,.45);
      color: #fff;
      font-size: .88rem;
      font-weight: 500;
      padding: 10px 22px;
      border-radius: 4px;
      background: transparent;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: border-color .2s, background .2s;
      text-decoration: none;
    }
    .btn-outline-courses:hover { border-color: var(--gold-lt); background: rgba(201,150,42,.12); color: #fff; }
    .btn-outline-courses .arrow-circle {
      width: 28px; height: 28px;
      border: 1.5px solid rgba(255,255,255,.4);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: .8rem;
    }
 
    /* ── STAT PILLS ── */
    .hero-stats {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-self: center;
    }
    .stat-pill {
      background: rgba(20,10,4,0.72);
      border: 1px solid rgba(201,150,42,.35);
      border-radius: 8px;
      padding: 10px 14px;
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 180px;
      backdrop-filter: blur(8px);
    }
    .stat-pill .icon-wrap {
      width: 36px; height: 36px;
      border-radius: 50%;
      background: rgba(201,150,42,.18);
      border: 1px solid rgba(201,150,42,.4);
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem;
      flex-shrink: 0;
    }
    .stat-pill .val {
      font-family: Poppins, sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--gold-lt);
      line-height: 1;
    }
    .stat-pill .lbl {
      font-size: .68rem;
      color: rgba(255,255,255,.62);
      margin-top: 2px;
      line-height: 1.3;
    }
 
    /* gold divider */
    .divider-gold {
      display: flex;
      align-items: center;
      gap: 14px;
      color: var(--gold);
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .18em;
      text-transform: uppercase;
      margin: 44px 0 36px;
    }
    .divider-gold::before, .divider-gold::after {
      content: '';
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
    }

    .why-choose-section{
      background: var(--cream);
      padding-top: 60px;
    }

    /* ════════ ABOUT HERO ════════ */
    .about-hero {
      position: relative;
      background:
        linear-gradient(100deg, rgba(20,10,4,.9) 35%, rgba(20,10,4,.5) 65%, transparent 100%),
        url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1600&q=80')
        center/cover no-repeat;
      padding: 56px 0 48px;
    }
    .about-hero .eyebrow { color: var(--gold-lt); }
    .about-hero h1 {
      font-size: clamp(1.9rem, 4.2vw, 2.8rem);
      font-weight: 900;
      color: #fff;
      line-height: 1.18;
      margin-bottom: 18px;
    }
    .about-hero h1 .accent { color: var(--gold); font-style: italic; }
    .about-hero .sub-line {
      font-size: 1.05rem;
      font-weight: 500;
      color: #fff;
      margin-bottom: 14px;
    }
    .about-hero p.desc {
      font-size: .88rem;
      color: rgba(255,255,255,.72);
      line-height: 1.75;
      max-width: 460px;
    }
 
    .hero-stats-vert {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .stat-pill {
      background: rgba(20,10,4,0.72);
      border: 1px solid rgba(201,150,42,.35);
      border-radius: 8px;
      padding: 10px 14px;
      display: flex;
      align-items: center;
      gap: 12px;
      backdrop-filter: blur(8px);
    }
    .stat-pill .icon-wrap {
      width: 34px; height: 34px;
      border-radius: 50%;
      background: rgba(201,150,42,.18);
      border: 1px solid rgba(201,150,42,.4);
      display: flex; align-items: center; justify-content: center;
      font-size: .95rem;
      flex-shrink: 0;
    }
    .stat-pill .lbl {
      font-size: .76rem;
      font-weight: 600;
      color: #fff;
      line-height: 1.3;
    }
 
    /* ==========================
   PREMIUM ABOUT SECTION
========================== */

.who-section{
    padding:90px 0;
    background: var(--cream);
    position:relative;
    overflow:hidden;
}

.who-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(212,175,55,.05);
    top:-250px;
    right:-200px;
}

.who-section::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(153,27,27,.04);
    bottom:-200px;
    left:-150px;
}

.who-section h2{
    font-size:clamp(2rem,4vw,35px);
    font-weight:800;
    line-height:1.2;
    margin-bottom:8px;
    color:#111827;
}

.who-section p.body-text{
    font-size:16px;
    line-height:1.8;
    color:#6b7280;
}

/* ==========================
   BUTTON
========================== */

.btn-know-more{
    text-decoration: none;
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:linear-gradient(
        135deg,
        #991b1b,
        #7f1d1d
    );
    color:#fff;
    padding:14px 32px;
    border-radius:50px;
    font-weight:600;
    transition:.4s ease;
    box-shadow:0 15px 35px rgba(153,27,27,.25);
}

.btn-know-more:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 25px 50px rgba(153,27,27,.35);
}

/* ==========================
   IMAGE
========================== */

.who-img-wrap{
    border-radius:25px;
    overflow:hidden;
    position:relative;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.who-img-wrap img{
    width:100%;
    transition:all .8s ease;
}

.who-img-wrap:hover img{
    transform:scale(1.08);
}

.who-img-wrap::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.15)
    );
}

/* ==========================
   MISSION VISION
========================== */

.mv-card{
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(12px);
    border-radius:24px;
    padding:35px;
    border:1px solid rgba(255,255,255,.3);
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.4s ease;
    overflow:hidden;
    position:relative;
}

.mv-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:5px;
    height:100%;
    background:#D4AF37;
}

.mv-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.mv-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #D4AF37,
        #f7cf5b
    );
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.5rem;
    color:#fff;
    margin-bottom:20px;
}

.mv-card h3{
    font-size:1.3rem;
    margin-bottom:12px;
    font-weight:700;
}

.mv-card p{
    font-size:.95rem;
    line-height:1.8;
}

/* ==========================
   TIMELINE
========================== */

.milestones-section{
    padding:90px 0;
    background:#fff;
}

.milestones-section h2{
    font-size:clamp(2rem,4vw,2.8rem);
    margin-bottom:50px;
}

.timeline-wrap{
    position:relative;
    display:flex;
    justify-content:space-between;
    gap:15px;
}

.timeline-wrap::before{
    content:'';
    position:absolute;
    left:5%;
    right:5%;
    top:35px;
    height:4px;
    border-radius:20px;
    background:linear-gradient(
        90deg,
        #D4AF37,
        #f7cf5b,
        #D4AF37
    );
}

.tl-item{
    flex:1;
    text-align:center;
    transition:.4s ease;
    position:relative;
    z-index:2;
}

.tl-item:hover{
    transform:translateY(-10px);
}

.tl-dot{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff;
    border:4px solid #D4AF37;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:1.5rem;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s ease;
}

.tl-item:hover .tl-dot{
    background:#D4AF37;
    color:#fff;
}

.tl-year{
    margin-top:15px;
    font-size:1.2rem;
    font-weight:700;
}

.tl-desc{
    margin-top:10px;
    font-size:.85rem;
    line-height:1.7;
}

/* ==========================
   MOBILE
========================== */

@media(max-width:991px){

    .timeline-wrap{
        flex-wrap:wrap;
        row-gap:30px;
    }

    .timeline-wrap::before{
        display:none;
    }

    .tl-item{
        flex:0 0 48%;
    }

    .legacy-strip .content{
        padding:40px 25px;
        text-align:center;
    }
}

@media(max-width:767px){

    .who-section{
        padding:70px 0;
    }

    .tl-item{
        flex:0 0 100%;
    }

    .stat-item{
        margin-bottom:15px;
    }

    .legacy-strip{
        min-height:280px;
    }

    .legacy-strip h2{
        font-size:1.8rem;
    }
}

/* ===========================
   Director Message Section
=========================== */

.director-section{
    background:#f8fafc;
    overflow:hidden;
}

.director-card{
    background:#fff;
    border-radius:25px;
    padding:40px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    position:relative;
}

.director-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:8px;
    height:100%;
    background:linear-gradient(
        to bottom,
        #8b0000,
        #c62828
    );
    border-radius:20px 0 0 20px;
}

/* Heading */

.director-title{
    font-size:35px;
    font-weight:700;
    color:#0f172a;
    line-height:1.3;
    margin-bottom:10px;
}

.director-title span{
    color:#8b0000;
}

/* Paragraph */

.director-card p{
    color:#64748b;
    font-size:14px;
    line-height:1.8;
    margin-bottom:8px;
}

/* Quote */

.director-quote{
    border-left:4px solid #8b0000;
    padding-left:20px;
    margin-top:15px;
    color:#0f172a;
    font-size:14px;
    font-weight:600;
    font-style:italic;
}

/* Director Info */

.director-info{
    margin-top:15px;
}

.director-info h5{
    font-weight:700;
    color:#0f172a;
    margin-bottom:5px;
}

.director-info span{
    color:#8b0000;
    font-weight:600;
}

/* Image */

.director-image{
    position:relative;
}

.director-image::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:20px;
    left:20px;
    background:#8b0000;
    border-radius:25px;
    z-index:1;
}

.director-image img{
    position:relative;
    z-index:2;
    border-radius:25px;
    width:100%;
    object-fit:cover;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
    transition:.4s;
}

.director-image:hover img{
    transform:translateY(-8px);
}

/* Responsive */

@media(max-width:991px){

    .director-card{
        padding:35px;
    }

    .director-title{
        font-size:32px;
    }

    .director-image{
        margin-bottom:30px;
    }

    .director-image::before{
        display:none;
    }
}

@media(max-width:576px){

    .director-card{
        padding:25px;
    }

    .director-title{
        font-size:26px;
    }

    .director-card p{
        font-size:15px;
    }

    .director-quote{
        font-size:17px;
    }
}

.facilities-section{
    background:#fdf8f0;
}

.facility-main-title{
    font-size:42px;
    font-weight:800;
    color:#111827;
}

.facility-subtitle{
    max-width:700px;
    margin:auto;
    color:#6b7280;
}

.facility-box{
    background:#fff;
    padding:40px;
    border-radius:25px;
    margin-bottom:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.facility-box:hover{
    transform:translateY(-8px);
}

.facility-number{
    width:75px;
    height:75px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(
        135deg,
        #991b1b,
        #7f1d1d
    );
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
}

.facility-box h3{
    font-size:34px;
    font-weight:700;
    margin-bottom:15px;
}

.facility-box p{
    color:#6b7280;
    line-height:1.9;
}

.facilitySwiper{
    border-radius:20px;
    overflow:hidden;
}

.facilitySwiper img{
    width:100%;
    height:400px;
    object-fit:cover;
}

.facilitySwiper .swiper-button-next,
.facilitySwiper .swiper-button-prev{
    width:45px !important;
    height:45px !important;
    background:#991b1b;
    border-radius:50%;
}

.facilitySwiper .swiper-button-next::after,
.facilitySwiper .swiper-button-prev::after{
    color:#fff;
    font-size:16px;
    font-weight:700;
}

@media(max-width:991px){

    .facility-box{
        padding:25px;
    }

    .facilitySwiper img{
        height:300px;
    }

    .facility-box h3{
        font-size:28px;
    }
}

@media(max-width:576px){

    .facilitySwiper img{
        height:240px;
    }

    .facility-main-title{
        font-size:32px;
    }
}

/* ==========================
FAQ HERO
========================== */

.faq-hero{
    background:
    linear-gradient(rgba(20,10,4,.82),
    rgba(20,10,4,.82)),
    url('../images/faq-banner.jpg');
    background-size:cover;
    background-position:center;
    padding:120px 0;
    color:#fff;
}

.faq-hero h1{
    font-size:clamp(2.5rem,5vw,4rem);
    font-weight:800;
    margin-bottom:15px;
}

.faq-hero p{
    max-width:700px;
    margin:auto;
    color:rgba(255,255,255,.8);
    line-height:1.8;
}

/* ==========================
FAQ SECTION
========================== */

.faq-section{
    background:#fdf8f0;
}

.custom-faq .accordion-item{
    border:none;
    margin-bottom:20px;
    border-radius:18px !important;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.custom-faq .accordion-button{
    padding:24px 28px;
    font-size:18px;
    font-weight:600;
    color:#111827;
    background:#fff;
    box-shadow:none !important;
}

.custom-faq .accordion-button:not(.collapsed){
    background:#991b1b;
    color:#fff;
}

.custom-faq .accordion-button::after{
    filter:brightness(0);
}

.custom-faq .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

.custom-faq .accordion-body{
    padding:25px 30px;
    font-size:16px;
    line-height:1.9;
    color:#6b7280;
}

/* ==========================
CTA
========================== */

.faq-cta{
    padding:90px 0;
    background:linear-gradient(
        135deg,
        #991b1b,
        #7f1d1d
    );
    text-align:center;
    color:#fff;
}

.faq-cta h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

.faq-cta p{
    max-width:650px;
    margin:auto;
    color:rgba(255,255,255,.85);
}

.btn-faq{
    display:inline-block;
    margin-top:30px;
    background:#D4AF37;
    color:#fff;
    text-decoration:none;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-faq:hover{
    background:#c59b2c;
    color:#fff;
    transform:translateY(-3px);
}

/* ==========================
MOBILE
========================== */

@media(max-width:768px){

    .faq-hero{
        padding:80px 0;
    }

    .faq-hero h1{
        font-size:34px;
    }

    .custom-faq .accordion-button{
        font-size:16px;
        padding:20px;
    }

    .faq-cta h2{
        font-size:30px;
    }
}

/* =====================================
GALLERY PAGE
===================================== */

.gallery-filter-section{
    padding:50px 0;
    background:#fff;
}

.gallery-filters{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.filter-btn{
    border:none;
    background:#f3f4f6;
    padding:12px 30px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.filter-btn.active,
.filter-btn:hover{
    background:#991b1b;
    color:#fff;
}

.gallery-section{
    padding:80px 0;
    background:#fdf8f0;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    display:block;
}

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:18px;
    transition:.5s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(153,27,27,.75);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.4s;
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-overlay i{
    color:#fff;
    font-size:32px;
}

/* Tablet */

@media(max-width:991px){

    .gallery-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

/* Mobile */

@media(max-width:768px){

    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:576px){

    .gallery-grid{
        grid-template-columns:1fr;
    }

    .gallery-item img{
        height:250px;
    }

}

/* ==========================
CONTACT PAGE
========================== */

.contact-info-section{
    padding:80px 0;
    background:#fdf8f0;
}

.contact-card{
    background:#fff;
    padding:40px 30px;
    border-radius:25px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.contact-card:hover{
    transform:translateY(-10px);
}

.contact-icon{
    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:#991b1b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.contact-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.contact-card a{
    text-decoration:none;
    color:#555;
}

.contact-extra-section{
    padding-bottom:80px;
    background:#fdf8f0;
}

.extra-box{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:100%;
}

.extra-box h3{
    margin-bottom:25px;
    font-weight:700;
}

.hours-list{
    list-style:none;
    padding:0;
    margin:0;
}

.hours-list li{
    display:flex;
    justify-content:space-between;
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.social-links{
    display:flex;
    gap:15px;
    margin-top:25px;
}

.social-btn{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#991b1b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
    transition:.3s;
}

.social-btn:hover{
    background:#d4af37;
    color:#fff;
    transform:translateY(-5px);
}

.v-letter{
    margin-top:40px;
    font-size:120px;
    font-weight:800;
    line-height:1;
    color:#991b1b;
    opacity:.08;
    text-align:right;
}

.map-section iframe{
    width:100%;
    height:500px;
    border:none;
}

/* MOBILE */

@media(max-width:768px){

    .contact-card,
    .extra-box{
        padding:30px;
    }

    .hours-list li{
        flex-direction:column;
        gap:5px;
    }

    .v-letter{
        font-size:80px;
    }

    .map-section iframe{
        height:350px;
    }

}

.courses-section{
    background:#fdf8f0;
}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#111827;
    margin-bottom:15px;
}

.section-desc{
    max-width:700px;
    margin:auto;
    color:#6b7280;
}

.course-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.course-card:hover{
    transform:translateY(-10px);
}

.course-image{
    overflow:hidden;
}

.course-image img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.course-card:hover img{
    transform:scale(1.08);
}

.course-content{
    padding:30px;
}

.course-tag{
    background:#991b1b;
    color:#fff;
    padding:8px 16px;
    border-radius:50px;
    font-size:13px;
    display:inline-block;
    margin-bottom:15px;
}

.course-content h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.course-content p{
    color:#6b7280;
    line-height:1.8;
}

.course-meta{
    display:flex;
    justify-content:space-between;
    margin:25px 0;
    padding-top:20px;
    border-top:1px solid #eee;
}

.course-meta div{
    font-weight:600;
}

.course-meta i{
    color:#991b1b;
    margin-right:8px;
}

.course-btn{
    display:inline-block;
    background:#991b1b;
    color:#fff;
    text-decoration:none;
    padding:12px 30px;
    border-radius:50px;
    transition:.3s;
}

.course-btn:hover{
    background:#d4af37;
    color:#fff;
}

@media(max-width:768px){

    .section-title{
        font-size:32px;
    }

    .course-image img{
        height:250px;
    }

    .course-content{
        padding:25px;
    }

    .course-content h3{
        font-size:22px;
    }

    .course-meta{
        flex-direction:column;
        gap:10px;
    }

}

.diploma-section{
    background:#fdf8f0;
}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#111827;
}

.section-desc{
    max-width:700px;
    margin:auto;
    color:#6b7280;
}

.diploma-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    height:100%;
    transition:.4s;
}

.diploma-card:hover{
    transform:translateY(-10px);
}

.diploma-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.5s;
}

.diploma-card:hover img{
    transform:scale(1.08);
}

.diploma-content{
    padding:22px;
}

.diploma-content h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:12px;
    min-height:55px;
}

.diploma-content p{
    color:#6b7280;
    font-size:15px;
    line-height:1.7;
}

.course-link{
    display:inline-block;
    margin-top:15px;
    color:#991b1b;
    font-weight:600;
    text-decoration:none;
}

.course-link:hover{
    color:#d4af37;
}

@media(max-width:768px){

    .section-title{
        font-size:30px;
    }

    .diploma-card img{
        height:200px;
    }

}

.specialized-section{
    background:#fdf8f0;
}

.special-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.special-card:hover{
    transform:translateY(-10px);
}

.special-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
}

.special-card:hover img{
    transform:scale(1.08);
}

.special-content{
    padding:25px;
}

.special-content h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    min-height:25px;
}

.special-content p{
    color:#6b7280;
    line-height:1.8;
    margin-bottom:20px;
}

.special-btn{
    display:inline-block;
    background:#991b1b;
    color:#fff;
    text-decoration:none;
    padding:12px 25px;
    border-radius:50px;
    transition:.3s;
}

.special-btn:hover{
    background:#d4af37;
    color:#fff;
}

@media(max-width:768px){

    .special-card img{
        height:220px;
    }

    .special-content h4{
        font-size:20px;
        min-height:auto;
    }

}

.course-page-link{
    text-decoration: none;
    color: #000;
}

.craft-section{
    background:#fdf8f0;
}

.craft-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.craft-card:hover{
    transform:translateY(-10px);
}

.craft-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:.5s;
}

.craft-card:hover img{
    transform:scale(1.08);
}

.craft-content{
    padding:25px;
}

.craft-content h4{
    font-size:21px;
    font-weight:700;
    margin-bottom:15px;
    min-height:60px;
}

.craft-content p{
    color:#6b7280;
    line-height:1.8;
    margin-bottom:20px;
}

.craft-btn{
    display:inline-block;
    padding:12px 24px;
    background:#991b1b;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.craft-btn:hover{
    background:#d4af37;
    color:#fff;
}

@media(max-width:991px){

    .craft-content h4{
        min-height:auto;
    }

}

@media(max-width:768px){

    .craft-card img{
        height:220px;
    }

    .craft-content{
        padding:20px;
    }

}

.course-section{
    padding:80px 0;
}

.course-image{
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.course-image img{
    width:100%;
    transition:.5s;
}

.course-image:hover img{
    transform:scale(1.08);
}

.course-badge{
    display:inline-block;
    padding:8px 20px;
    background:var(--maroon-dark);
    color:#fff;
    border-radius:50px;
    font-size:14px;
    margin-bottom:20px;
}

.course-title{
    font-size:30px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.info-box{
    background:#fff;
    padding:30px 20px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:.4s;
}

.info-box:hover{
    transform:translateY(-10px);
}

.info-box i{
    font-size:35px;
    color:var(--maroon-dark);
    margin-bottom:15px;
}

.feature-card{
    background:#fff;
    border-radius:25px;
    padding:35px;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
    position:sticky;
    top:100px;
}

.feature-card h3{
    font-weight:700;
    margin-bottom:30px;
}

.feature-card ul{
    padding:0;
    margin:0;
    list-style:none;
}

.feature-card li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid #eee;
}

.feature-card li:last-child{
    border:none;
}

.feature-card span{
    color:#444;
    font-size:17px;
}

.feature-card i{
    color:var(--maroon-dark);
    margin-right:10px;
}

.share-card{
    background:#fff;
    padding:30px;
    border-radius:25px;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.share-card h4{
    margin-bottom:20px;
    font-weight:700;
}

.social-icons{
    display:flex;
    gap:15px;
}

@media(max-width:991px){

    .feature-card{
        position:relative;
        top:0;
    }

    .course-title{
        font-size:32px;
    }
}

@media(max-width:576px){

    .course-title{
        font-size:28px;
    }

    .course-desc{
        font-size:16px;
    }

    .feature-card,
    .share-card{
        padding:25px;
    }

    .social-icons{
        justify-content:center;
    }
}

.cource-detail-link{
    text-decoration: none;
    color: #000;
}

.programs-section{
    background:#faf7f2;
}

.program-block{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    margin-bottom:50px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.08);
}

.program-image{
    height:100%;
}

.program-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    transition:.6s;
}

.program-block:hover img{
    transform:scale(1.05);
}

.program-content{
    padding:20px;
}

.program-tag{
    background:#991b1b;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:13px;
    display:inline-block;
    margin-bottom:20px;
}

.program-content h2{
    font-size:32px;
    font-weight:800;
    margin-bottom:20px;
}

.program-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:25px;
}

.program-features{
    list-style:none;
    padding:0;
}

.program-features li{
    margin-bottom:15px;
    font-weight:600;
    color:#333;
}

.program-features li::before{
    content:"✓";
    color:#d4af37;
    margin-right:10px;
}

.program-btn{
    display:inline-block;
    margin-top:15px;

    background:#991b1b;
    color:#fff;

    padding:14px 35px;
    border-radius:50px;

    text-decoration:none;
    font-weight:600;
}

.program-btn:hover{
    background:#d4af37;
    color:#fff;
}

/* ==============================
   PREMIUM FLOATING BUTTONS
================================= */

.floating-btn{
    position:fixed;
    z-index:9999;
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    padding:14px 22px;
    border-radius:60px;
    color:#fff;
    font-weight:600;
    font-size:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
    backdrop-filter:blur(10px);
    transition:.35s ease;
    overflow:hidden;
}

.floating-btn i{
    font-size:24px;
}

.floating-btn:hover{
    transform:translateY(-5px) scale(1.03);
    color:#fff;
}

/* WhatsApp */
.whatsapp-btn{
    left:20px;
    bottom:50px;
    background:linear-gradient(135deg,#25D366,#128C7E);
}

.whatsapp-btn::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.3),
        transparent
    );
    transform:translateX(-100%);
    transition:.8s;
}

.whatsapp-btn:hover::before{
    transform:translateX(100%);
}

/* Call */
.call-btn{
    right:20px;
    bottom:50px;
    background:linear-gradient(135deg,#0d6efd,#00c6ff);
}

.call-btn::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.3),
        transparent
    );
    transform:translateX(-100%);
    transition:.8s;
}

.call-btn:hover::before{
    transform:translateX(100%);
}

/* Pulse Animation */
.whatsapp-btn,
.call-btn{
    animation:pulse 2s infinite;
}

@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.5);
    }
    70%{
        box-shadow:0 0 0 20px rgba(37,211,102,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}

/* Mobile */
@media(max-width:768px){

    .floating-btn{
        width:58px;
        height:58px;
        padding:0;
        justify-content:center;
        border-radius:50%;
    }

    .floating-btn span{
        display:none;
    }

    .floating-btn i{
        font-size:26px;
    }

    .whatsapp-btn{
        left:15px;
        bottom:20px;
    }

    .call-btn{
        right:15px;
        bottom:20px;
    }
}

.offcanvas-header img{
    max-width:180px;
    height:auto;
}

.accordion-button{
    font-weight:600;
    box-shadow:none !important;
}

.accordion-button::after{
    transform:scale(.85);
}

.accordion-button:not(.collapsed){
    background:#faf5ea;
    color:var(--maroon);
}

.submenu-link{
    display:block;
    padding:12px 55px;
    text-decoration:none;
    color:#666;
    border-bottom:1px solid #eee;
    transition:.3s;
}

.submenu-link:hover{
    background:#faf5ea;
    color:var(--maroon);
    padding-left:65px;
}
.practical-gallery{
  padding:80px 0;
  background:#fdf8f0;
}

.practical-heading{
  margin-bottom:28px;
}

.practical-heading span{
  color:#991b1b;
  font-size:13px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
}

.practical-heading h2{
  font-size:42px;
  font-weight:800;
  color:#111827;
  margin-top:8px;
}

.practical-filter{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:35px;
}

.practical-filter-btn{
  border:1px solid #ddd;
  background:#fff;
  color:#222;
  padding:10px 24px;
  border-radius:6px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  transition:.3s ease;
}

.practical-filter-btn.active,
.practical-filter-btn:hover{
  background:#991b1b;
  color:#fff;
  border-color:#991b1b;
}

.practical-food-card{
  width:415px;
  max-width:100%;
  height:300px;
  margin:0 auto;
  overflow:hidden;
  border-radius:0;
  background:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.08);
}

.practical-food-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.45s ease;
}

.practical-food-card:hover img{
  transform:scale(1.06);
}

.practical-food-item{
  display:block;
}

.practical-food-item.hide{
  display:none !important;
}

@media(max-width:1199px){
  .practical-food-card{
    width:100%;
    height:290px;
  }
}

@media(max-width:991px){
  .practical-gallery{
    padding:65px 0;
  }

  .practical-heading h2{
    font-size:34px;
  }

  .practical-food-card{
    height:280px;
  }
}

@media(max-width:767px){
  .practical-gallery{
    padding:55px 0;
  }

  .practical-heading h2{
    font-size:30px;
  }

  .practical-filter-btn{
    font-size:14px;
    padding:8px 15px;
  }

  .practical-food-card{
    height:250px;
  }
}

@media(max-width:575px){
  .practical-heading h2{
    font-size:26px;
  }

  .practical-food-card{
    height:230px;
  }

  .practical-filter{
    gap:8px;
  }
}

.gc-section{
      background:var(--gc-cream);
      padding:70px 0 90px;
    }

    .gc-card{
      background:#fff;
      border:1px solid #ece4d3;
      border-radius:14px;
      overflow:hidden;
      box-shadow:0 6px 18px rgba(42,36,32,.06);
      transition:transform .3s ease, box-shadow .3s ease;
      height:100%;
    }
    .gc-card:hover{
      transform:translateY(-6px);
      box-shadow:0 16px 32px rgba(42,36,32,.14);
    }
    .gc-card-header{
      padding:18px 16px;
      text-align:center;
      border-bottom:1px solid #f0e6cf;
      background:#fffdf8;
    }
    .gc-card-header h4{
      font-weight:700;
      font-size:1.1rem;
      color:var(--gc-crimson);
      margin:0;
      min-height:1.4em;
    }
    .gc-card-body{
      padding:0;
      position:relative;
    }
    .gc-card-link{ display:block; position:relative; }
    .gc-card-img{
      width:100%;
      height:200px;
      object-fit:cover;
      display:block;
      transition:transform .5s ease;
    }
    .gc-card-link:hover .gc-card-img{ transform:scale(1.06); }

    .gc-card-overlay{
      position:absolute;
      inset:0;
      background:rgba(122,31,31,.0);
      display:flex;
      align-items:center;
      justify-content:center;
      opacity:0;
      transition:all .3s ease;
    }
    .gc-card-link:hover .gc-card-overlay{
      opacity:1;
      background:rgba(122,31,31,.35);
    }
    .gc-card-overlay i{
      color:#fff;
      font-size:1.6rem;
      border:2px solid #fff;
      border-radius:50%;
      width:52px;
      height:52px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .gc-badge{
      position:absolute;
      top:12px;
      right:12px;
      background:var(--gc-gold);
      color:#fff;
      font-family:'Poppins',sans-serif;
      font-size:.68rem;
      letter-spacing:.08em;
      text-transform:uppercase;
      padding:4px 10px;
      border-radius:20px;
    }
/* =========================================================
   YEAR / ALBUM GALLERY PAGE (year_gallery.php)
========================================================= */

.yg-hero{
    background: linear-gradient(100deg, rgba(20, 10, 4, .9) 35%, rgba(20, 10, 4, .5) 65%, transparent 100%), url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1600&q=80) center / cover no-repeat;
    color:#fff;
    padding:60px 0 40px;
}

.yg-hero .yg-back{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#f0d9a8;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    margin-bottom:16px;
}

.yg-hero .yg-back:hover{
    color:#fff;
}

.yg-hero h1{
    font-weight:700;
    margin:0;
}

.yg-hero p{
    color:rgba(255,255,255,.75);
    margin-top:8px;
}

.yg-section{
    background:var(--gc-cream);
    padding:60px 0 90px;
}

.yg-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.yg-item{
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.1);
    background:#fff;
    cursor:pointer;
    display:block;
}

.yg-item img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.yg-item:hover img{
    transform:scale(1.06);
}

.yg-empty{
    text-align:center;
    padding:70px 20px;
    background:#fff;
    border-radius:12px;
    color:#777;
}

.yg-empty i{
    font-size:46px;
    color:var(--gc-gold);
    margin-bottom:16px;
    display:block;
}

/* Lightbox */
.yg-lightbox{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(10,10,10,.92);
    z-index:2000;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.yg-lightbox.active{
    display:flex;
}

.yg-lightbox img{
    max-width:92vw;
    max-height:86vh;
    border-radius:8px;
    box-shadow:0 20px 60px rgba(0,0,0,.5);
}

.yg-lightbox-close{
    position:absolute;
    top:22px;
    right:28px;
    color:#fff;
    font-size:30px;
    cursor:pointer;
    background:none;
    border:0;
}

@media(max-width:991px){
    .yg-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:767px){
    .yg-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .yg-item img{
        height:170px;
    }
    .yg-hero{
        padding:45px 0 30px;
    }
}

@media(max-width:480px){
    .yg-grid{
        grid-template-columns:1fr 1fr;
        gap:10px;
    }
}

/* =========================================================
   BLOG PAGES (blog.php / blog-details.php)
========================================================= */

.bl-hero{
    background: linear-gradient(100deg, rgba(20, 10, 4, .9) 35%, rgba(20, 10, 4, .5) 65%, transparent 100%), url(https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=1600&q=80) center / cover no-repeat;
    color:#fff;
    padding:70px 0 45px;
}

.bl-hero h1{
    font-weight:700;
    margin:0;
}

.bl-hero p{
    color:rgba(255,255,255,.75);
    margin-top:10px;
}

.bl-hero-sm{
    padding:60px 0 40px;
}

.bl-hero-sm .yg-back{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#f0d9a8;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    margin-bottom:16px;
}

.bl-hero-sm .yg-back:hover{
    color:#fff;
}

.bl-hero-sm p{
    font-size:14px;
}

.bl-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}

.bl-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
    text-decoration:none;
    color:inherit;
    display:flex;
    flex-direction:column;
    transition:.3s;
}

.bl-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 34px rgba(0,0,0,.14);
}

.bl-card-img{
    height:200px;
    overflow:hidden;
}

.bl-card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.bl-card:hover .bl-card-img img{
    transform:scale(1.06);
}

.bl-card-body{
    padding:20px 22px 24px;
    flex:1;
    display:flex;
    flex-direction:column;
}

.bl-date{
    font-size:12px;
    font-weight:600;
    color:var(--gc-gold);
    text-transform:uppercase;
    letter-spacing:.4px;
}

.bl-card-body h3{
    font-size:18px;
    font-weight:700;
    margin:10px 0 8px;
    color:var(--dark);
    line-height:1.4;
}

.bl-card-body p{
    font-size:14px;
    color:var(--text-gray, #555);
    line-height:1.6;
    margin-bottom:14px;
    flex:1;
}

.bl-readmore{
    font-size:13px;
    font-weight:600;
    color:var(--gc-crimson);
    display:inline-flex;
    align-items:center;
    gap:6px;
}

.bl-card:hover .bl-readmore{
    color:var(--gc-gold);
}

.bl-detail-wrap{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    max-width:900px;
    margin:0 auto;
}

.bl-detail-img{
    width:100%;
    max-height:440px;
    overflow:hidden;
}

.bl-detail-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.bl-detail-content{
    padding:36px 40px 44px;
    font-size:16px;
    line-height:1.85;
    color:#3a332c;
}

.bl-detail-content p{
    margin-bottom:20px;
}

.bl-related{
    max-width:900px;
    margin:60px auto 0;
}

.bl-related h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:24px;
    color:var(--dark);
}

@media(max-width:991px){
    .bl-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .bl-detail-content{
        padding:28px 24px 34px;
    }
}

@media(max-width:767px){
    .bl-hero{
        padding:50px 0 32px;
    }
    .bl-detail-img{
        max-height:280px;
    }
}

@media(max-width:575px){
    .bl-grid{
        grid-template-columns:1fr;
    }
}

/* =========================================================
   BLOG: Reading time, Table of Contents, Callouts, FAQ
========================================================= */

.bl-dot{
    margin:0 6px;
    opacity:.5;
}

.bl-cat-badge{
    display:inline-block;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.35);
    padding:3px 12px;
    border-radius:20px;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.4px;
}

.bl-cat-filters{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:34px;
}

.bl-cat-pill{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    border:1px solid var(--border, #e5e5e5);
    background:#fff;
    color:#555;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    transition:.2s;
}

.bl-cat-pill:hover{
    border-color:var(--gc-gold);
    color:var(--gc-crimson, #7B1C2C);
}

.bl-cat-pill.active{
    background:var(--gc-crimson, #7B1C2C);
    border-color:var(--gc-crimson, #7B1C2C);
    color:#fff;
}

.bl-card-img{
    position:relative;
}

.bl-card-cat{
    position:absolute;
    top:12px;
    left:12px;
    background:rgba(0,0,0,.65);
    color:#fff;
    font-size:10px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.4px;
    padding:4px 11px;
    border-radius:20px;
}

.bl-detail-content h2,
.bl-detail-content h3{
    scroll-margin-top:100px;
}

html{
    scroll-behavior:smooth;
}

/* Table of Contents */
.bl-toc{
    margin:0 40px 10px;
    border:1px solid #eee;
    border-radius:10px;
    background:#faf8f4;
    overflow:hidden;
}

.bl-toc-toggle{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:none;
    border:0;
    padding:14px 18px;
    cursor:pointer;
    font-weight:600;
    font-size:14px;
    color:var(--dark, #292929);
}

.bl-toc-toggle i.fa-list-ul{
    color:var(--gc-gold);
    margin-right:8px;
}

.bl-toc-chevron{
    transition:transform .25s;
    font-size:12px;
    color:#999;
}

.bl-toc.open .bl-toc-chevron{
    transform:rotate(180deg);
}

.bl-toc-list{
    list-style:none;
    margin:0;
    padding:0 18px 16px;
    display:none;
}

.bl-toc.open .bl-toc-list{
    display:block;
}

.bl-toc-list li{
    padding:5px 0;
    font-size:13.5px;
}

.bl-toc-list li.bl-toc-h3{
    padding-left:18px;
}

.bl-toc-list a{
    color:var(--gc-crimson, #7B1C2C);
    text-decoration:none;
}

.bl-toc-list a:hover{
    text-decoration:underline;
}

/* Callout boxes (inserted via the admin TinyMCE editor) */
.callout{
    margin:22px 0;
    padding:16px 18px;
    border-radius:10px;
    border-left:4px solid;
}

.callout p{
    margin:0;
}

.callout-tip{
    background:#eef8f0;
    border-color:#2fa84f;
}

.callout-note{
    background:#eef4fb;
    border-color:#2f6f8c;
}

.callout-warning{
    background:#fdf6e5;
    border-color:#c8972a;
}

.callout-important{
    background:#fbeaea;
    border-color:#b84949;
}

/* FAQ accordion */
.bl-faq{
    margin:36px 40px 0;
    padding-top:30px;
    border-top:1px solid var(--border, #eee);
}

.bl-faq h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:18px;
    color:var(--dark, #292929);
}

.bl-faq-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.bl-faq-item{
    border:1px solid #eee;
    border-radius:10px;
    overflow:hidden;
}

.bl-faq-q{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#faf8f4;
    border:0;
    padding:15px 18px;
    text-align:left;
    font-weight:600;
    font-size:14.5px;
    cursor:pointer;
    color:var(--dark, #292929);
}

.bl-faq-q i{
    color:var(--gc-gold);
    transition:transform .25s;
    flex:none;
    margin-left:12px;
}

.bl-faq-item.open .bl-faq-q i{
    transform:rotate(180deg);
}

.bl-faq-a{
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease;
}

.bl-faq-item.open .bl-faq-a{
    max-height:400px;
}

.bl-faq-a p{
    margin:0;
    padding:14px 18px;
    font-size:14px;
    line-height:1.7;
    color:#555;
}

@media(max-width:767px){
    .bl-toc,
    .bl-faq{
        margin-left:20px;
        margin-right:20px;
    }
}

.landing-page-home{
    text-decoration: none;
    color: #fff;
}

  footer.site-footer{
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg, var(--maroon-dark) 0%, #430e18 100%);
  }
  .footer-accent-bar{
    height:4px;
    background:linear-gradient(90deg, var(--maroon-dark), var(--gold) 50%, var(--maroon-dark));
  }
  footer.site-footer::before{
    content:'';
    position:absolute;
    width:420px; height:420px;
    border-radius:50%;
    background:rgba(201,150,42,.06);
    top:-220px; right:-140px;
    pointer-events:none;
  }
  footer.site-footer::after{
    content:'';
    position:absolute;
    width:320px; height:320px;
    border-radius:50%;
    background:rgba(0,0,0,.18);
    bottom:-180px; left:-120px;
    pointer-events:none;
  }
  footer.site-footer .container{ position:relative; z-index:2; }

  /* Trust stats strip */
  .footer-stats-strip{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    padding:28px 0 30px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .fs-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:6px 18px;
    flex:1;
    min-width:150px;
  }
  .fs-item .icon-wrap{
    width:44px; height:44px;
    border-radius:50%;
    background:rgba(201,150,42,.14);
    border:1px solid rgba(201,150,42,.4);
    display:flex; align-items:center; justify-content:center;
    color:var(--gold-lt, var(--gold));
    font-size:16px;
    flex-shrink:0;
  }
  .fs-item h4{
    font-family:Poppins, sans-serif;
    font-size:22px;
    font-weight:800;
    color:#fff;
    line-height:1;
    margin:0 0 4px;
  }
  .fs-item span{
    font-size:11.5px;
    color:rgba(255,255,255,.6);
    text-transform:uppercase;
    letter-spacing:.05em;
  }
  .fs-divider{
    width:1px;
    align-self:stretch;
    background:rgba(255,255,255,.08);
  }
  @media (max-width:767px){
    .fs-divider{ display:none; }
    .fs-item{ min-width:48%; }
  }

  .footer-explore-divider{
    display:flex;
    align-items:center;
    gap:16px;
    color:var(--gold);
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.2em;
    text-transform:uppercase;
    margin:44px 0 28px;
  }
  .footer-explore-divider::before,
  .footer-explore-divider::after{
    content:'';
    flex:1;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(201,150,42,.5), transparent);
  }

  .tag-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    padding:26px 24px;
    height:100%;
    transition:.3s ease;
  }
  .tag-card:hover{
    background:rgba(255,255,255,.07);
    border-color:rgba(201,150,42,.4);
    transform:translateY(-4px);
  }
  .tag-card-head{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
  }
  .tag-card-head .icon{
    width:38px; height:38px;
    border-radius:50%;
    background:rgba(201,150,42,.15);
    border:1px solid rgba(201,150,42,.4);
    display:flex; align-items:center; justify-content:center;
    color:var(--gold-lt, var(--gold));
    font-size:14px;
    flex-shrink:0;
  }
  .tag-card-head span{
    font-size:12.5px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:#fff;
  }
  .footer-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }
  .footer-tags a{
    display:inline-block;
    font-size:12.5px;
    font-weight:500;
    color:rgba(255,255,255,.75);
    text-decoration:none;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.16);
    border-radius:30px;
    padding:7px 15px;
    transition:.25s ease;
  }
  .footer-tags a::before{ content:none; }
  .footer-tags a:hover{
    background:var(--gold);
    border-color:var(--gold);
    color:var(--maroon-dark, #5a1320);
    transform:translateY(-2px);
  }

  .footer-areas{
    margin-top:32px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:16px 22px;
    background:rgba(0,0,0,.15);
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    padding:18px 24px;
  }
  .footer-areas-label{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:#fff;
    white-space:nowrap;
  }
  .footer-areas-label i{ color:var(--gold); }
  .footer-areas-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }
  .footer-areas-list span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:12px;
    color:rgba(255,255,255,.7);
    border:1px dashed rgba(255,255,255,.22);
    border-radius:30px;
    padding:5px 13px;
  }
  .footer-areas-list span i{ font-size:9px; color:var(--gold); }

  /* Quick-contact CTA chips inside Contact column */
  .footer-cta-chips{
    display:flex;
    gap:10px;
    margin-top:20px;
    flex-wrap:wrap;
  }
  .footer-cta-chip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:12.5px;
    font-weight:600;
    text-decoration:none;
    padding:10px 16px;
    border-radius:30px;
    transition:.25s ease;
  }
  .footer-cta-chip.call{
    background:linear-gradient(135deg,#0d6efd,#00c6ff);
    color:#fff;
  }
  .footer-cta-chip.whatsapp{
    background:linear-gradient(135deg,#25D366,#128C7E);
    color:#fff;
  }
  .footer-cta-chip:hover{ transform:translateY(-3px); color:#fff; }

  /* Back to top */
  .footer-bottom{ position:relative; }
  .footer-back-top{
    position:absolute;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    width:36px; height:36px;
    border-radius:50%;
    background:var(--maroon-dark);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:13px;
    box-shadow:0 6px 16px rgba(0,0,0,.25);
    transition:.25s ease;
  }
  .footer-back-top:hover{ background:#2f0a11; color:#fff; transform:translateY(-50%) scale(1.08); }
  @media (max-width:575px){ .footer-back-top{ display:none; } }

  @media (max-width:767px){
    .footer-areas{ flex-direction:column; align-items:flex-start; }
  }