/* ============================
   Srusti Yoga - Custom Styles
   Bootstrap 5.3 Based
   ============================ */

:root {
    --primary-color: #f745ac;
    --primary-dark: #d13f94;
    --secondary-color: #2c3e50;
    --dark-color: #1a1a2e;
    --light-bg: #f8f9fa;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Poppins', sans-serif;
}
.modal-dialog{
    max-width: 800px !important;
}
/* General */
body {
    font-family: var(--font-body);
    color: #333;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

/* ============================
   Top Bar
   ============================ */
.top-bar {
    background-color: var(--dark-color);
    padding: 8px 0;
    font-size: 13px;
}

.top-bar .top-info a,
.top-bar .top-info span {
    color: #ccc;
}

.top-bar .top-info a:hover {
    color: var(--primary-color);
}

.top-bar .top-info i {
    color: var(--primary-color);
    margin-right: 5px;
}

.top-bar .social-icons a {
    color: #ccc;
    margin-left: 12px;
    font-size: 14px;
}

.top-bar .social-icons a:hover {
    color: var(--primary-color);
}

.org-chart{
    max-width:900px;
    margin:40px auto;
}

.box{
    padding:10px;
    text-align:center;
    font-weight:600;
    border-radius:4px;
    min-height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1.3;
    background:#fff;
}

.blue{
    background:#d9ebff;
    border:2px solid #4a89dc;
}

.green{
    background:#eef9e7;
    border:2px solid #74b816;
}

.yellow{
    background:#fff5d7;
    border:2px solid #f0b429;
}

.orange{
    background:#fff0e8;
    border:2px solid #f57c00;
}

.purple{
    background:#ece4ff;
    border:2px solid #7e57c2;
}

.connector{
    text-align:center;
    font-size:28px;
    color:#4a89dc;
    line-height:1;
    padding: 10px;
}

.title{
    font-size:15px;
    font-weight:bold;
    color:#004080;
    margin-bottom:20px;
    text-align:center;
}

@media(max-width:767px){

    .side-box{
        margin-bottom:15px;
    }

    .connector{
        font-size:22px;
    }
}
/* ============================
   Navbar
   ============================ */
.navbar {
    padding: 0px;
}

.navbar .logo-img {
    max-height: 80px;
}

.navbar .logo-text {
    font-size: 24px;
    font-family: var(--font-heading);
    color: var(--secondary-color);
    align-items: center;
    gap: 8px;
}

.navbar .logo-text i {
    font-size: 28px;
}

.text-primary-custom {
    color: var(--primary-color) !important;
}

.navbar .nav-link {
    font-weight: 500;
    color: var(--secondary-color);
    padding: 8px 16px !important;
    font-size: 15px;
    transition: color 0.3s;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 20px;
}

.navbar .dropdown-menu {
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.navbar .dropdown-item:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* Join Programme Button in Navbar */
.nav-btn-join {
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
    white-space: nowrap;
}

.nav-btn-join:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}

/* ============================
   Hero Section
   ============================ */
.hero-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background: url('../images/hero-bg.jpg') center center / cover no-repeat;
    /* Fallback gradient if no image */
    background-color: #2d5016;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-tagline {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1rem;
    line-height: 1.8;
    /* max-width: 650px;
    margin: 0 auto 15px; */
    opacity: 0.9;
}

.btn-primary-custom {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    border-radius: 30px;
    padding: 12px 35px;
    font-weight: 500;
    font-size: 15px;
}

.btn-primary-custom:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(233, 30, 99, 0.3);
}

.btn-outline-light {
    border-radius: 30px;
    padding: 12px 35px;
    font-weight: 500;
    font-size: 15px;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

/* ============================
   Ticker / Horizontal Scroller
   ============================ */
.ticker-section {
    background-color: var(--primary-color);
    overflow: hidden;
}

.ticker-wrapper {
    display: flex;
    align-items: center;
}

.ticker-label {
    background-color: var(--primary-dark);
    color: #fff;
    padding: 14px 25px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ticker-label i {
    font-size: 16px;
}

.ticker-content {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.ticker-track {
    display: flex;
    gap: 50px;
    animation: ticker-scroll 30s linear infinite;
    white-space: nowrap;
    padding: 14px 20px;
}

.ticker-item {
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.ticker-item i {
    font-size: 14px;
    opacity: 0.8;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.ticker-track:hover {
    animation-play-state: paused;
}

/* ============================
   Section Common Styles
   ============================ */
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.section-divider .line {
    width: 30px;
    height: 2px;
    background-color: var(--primary-color);
}

.section-divider i {
    color: var(--primary-color);
    font-size: 18px;
}

.section-subtitle {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

/* ============================
   Benefits Section
   ============================ */
.benefits-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.benefit-card {
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    width: 100px;
    height: 100px;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.benefit-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.benefit-icon i {
    font-size: 36px;
    color: var(--primary-color);
    align-items: center;
    justify-content: center;
}

.benefit-card:hover .benefit-icon {
    border-color: var(--primary-color);
    box-shadow: 0 5px 20px rgba(233, 30, 99, 0.15);
}

.benefit-title {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.benefit-card p {
    color: #777;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ============================
   About Section
   ============================ */
.about-section {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.about-content-box {
    background: #fff;
    padding: 40px 35px;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    margin-right: -40px;
}

.about-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.about-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.about-divider .line {
    width: 30px;
    height: 2px;
    background-color: var(--primary-color);
}

.about-divider i {
    color: var(--primary-color);
    font-size: 18px;
}

.about-content-box p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-image-wrapper {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.about-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 4px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.play-btn i {
    font-size: 30px;
    color: var(--primary-color);
    margin-left: 4px;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 8px 30px rgba(233, 30, 99, 0.3);
}

@media (max-width: 991px) {
    .about-content-box {
        margin-right: 0;
        margin-bottom: -30px;
        position: relative;
        z-index: 2;
    }

    .about-img {
        height: 350px;
    }
}

/* ============================
   Classes Section
   ============================ */
.classes-section {
    padding: 90px 0;
    background-color: #fff;
}

.class-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.class-card:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.class-image-wrap {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.class-image-wrap .class-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.class-card:hover .class-img {
    transform: scale(1.03);
}

/* Trainer badge - bottom right of image */
.trainer-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #fff;
    border-radius: 30px;
    padding: 4px 14px 4px 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.trainer-badge img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.trainer-badge span {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}

/* Class info area */
.class-info {
    padding: 18px 20px 22px;
}

/* Category tag - rounded pill */
.class-tag {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    background-color: var(--primary-color);
}

.class-tag.tag-green {
    background-color: #2ecc71;
}

.class-tag.tag-blue {
    background-color: #3498db;
}

.class-tag.tag-pink {
    background-color: #e91e63;
}

.class-tag.tag-orange {
    background-color: #f39c12;
}

.class-tag.tag-teal {
    background-color: #1abc9c;
}

.class-tag.tag-purple {
    background-color: #9b59b6;
}

/* Class name */
.class-name {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Schedule meta */
.class-schedule {
    display: flex;
    align-items: center;
    gap: 18px;
}

.schedule-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #888;
}

.schedule-item i {
    color: var(--primary-color);
    font-size: 13px;
}

/* ============================
   Stats / Counter Section
   ============================ */
.stats-section {
    position: relative;
    padding: 70px 0;
    background: url('../images/stats-bg.jpg') center center / cover no-repeat fixed;
    background-color: #2c2c2c;
}

.stats-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.stat-item {
    padding: 20px 10px;
}

.stat-icon {
    margin-bottom: 15px;
}

.stat-icon i {
    font-size: 40px;
    color: #fff;
    opacity: 0.9;
}

.stat-number {
    font-family: var(--font-body);
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .stat-number {
        font-size: 1.8rem;
    }

    .stat-icon i {
        font-size: 30px;
    }

    .stats-section {
        padding: 50px 0;
    }
}

/* ============================
   Events Section
   ============================ */
.events-section {
    padding: 90px 0;
    background-color: #fff;
}

.event-card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.event-image {
    position: relative;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 3px 10px rgba(233, 30, 99, 0.3);
}

.event-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 22px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    border-radius: 0 0 10px 10px;
}

.event-title {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.event-meta {
    display: flex;
    align-items: center;
    gap: 18px;
}

.event-time,
.event-location {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.event-time i,
.event-location i {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
    .event-image {
        height: 280px;
    }
}

/* ============================
   CTA / Call To Action Section
   ============================ */
.cta-section {
    position: relative;
    padding: 80px 0;
    background: url('../images/cta-bg.jpg') center center / cover no-repeat fixed;
    background-color: #3a3a3a;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.cta-tagline {
    font-size: 16px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.cta-phone {
    font-family: var(--font-body);
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.cta-text {
    font-size: 15px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    margin: 0 auto 20px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .cta-phone {
        font-size: 2rem;
    }

    .cta-section {
        padding: 60px 0;
    }
}

/* ============================
   Testimonials Section
   ============================ */
.testimonials-section {
    position: relative;
    padding: 80px 0;
    background: url('../images/testimonials-bg.jpg') center center / cover no-repeat fixed;
    background-color: #1a2a1a;
}

.testimonials-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.testimonials-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.section-divider-light i {
    color: #fff;
}

.line-light {
    background-color: #fff !important;
}

.testimonial-text {
    font-size: 16px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.9;
    margin: 30px 0 35px;
}

.testimonial-author {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
}

.author-info {
    text-align: left;
}

.author-info h6 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}

.author-info span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

/* Carousel Nav Buttons */
.carousel-nav-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.carousel-nav-btn i {
    color: #fff;
    font-size: 16px;
}

.carousel-nav-btn:hover {
    background: rgba(255, 255, 255, 0.4);
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    opacity: 1;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

@media (max-width: 767px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonials-title {
        font-size: 1.8rem;
    }
}

/* ============================
   Footer
   ============================ */
.footer-main {
    position: relative;
    padding-top: 70px;
    background: url('../images/footer-bg.jpg') center center / cover no-repeat;
    background-color: #1a1a2e;
}

.footer-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.footer-logo-img {
    max-height: 45px;
}

.footer-logo-text {
    font-size: 22px;
    font-family: var(--font-heading);
    color: #fff;
    align-items: center;
    gap: 8px;
}

.footer-logo-text i {
    font-size: 26px;
    color: var(--primary-color);
}

.footer-subtitle {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.footer-tagline {
    font-size: 13px;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.footer-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 20px;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.footer-contact-list li i {
    color: var(--primary-color);
    font-size: 14px;
    margin-top: 3px;
}

.footer-contact-list li a {
    color: rgba(255, 255, 255, 0.75);
}

.footer-contact-list li a:hover {
    color: var(--primary-color);
}

/* Footer Heading */
.footer-heading {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
}

/* Quick Links */
.footer-quick-links li {
    margin-bottom: 10px;
}

.footer-quick-links li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s;
}

.footer-quick-links li a i {
    font-size: 9px;
    color: var(--primary-color);
}

.footer-quick-links li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

/* Footer Social */
.footer-social a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    margin-right: 8px;
    transition: all 0.3s;
}

.footer-social a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Footer Copyright Bar */
.footer-copyright {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
}

.footer-copyright p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.copyright-link {
    color: var(--primary-color);
    font-weight: 500;
}

.copyright-link:hover {
    color: #fff;
}

/* ============================
   Responsive
   ============================ */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-section {
        min-height: 70vh;
    }

    .top-bar .text-end {
        text-align: center !important;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .top-bar {
        text-align: center;
    }

    .top-bar .top-info li {
        display: block;
        margin-bottom: 3px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-buttons .btn {
        display: block;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

    .ticker-label {
        padding: 12px 15px;
        font-size: 12px;
    }
}


/* ============================
   Breadcrumb Section
   ============================ */
.breadcrumb-section {
    position: relative;
    padding: 80px 0;
    background: url('../images/breadcrumb-bg.jpg') center center / cover no-repeat;
    background-color: #2d5016;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.breadcrumb-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.breadcrumb-section .breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-section .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    transition: color 0.3s;
}

.breadcrumb-section .breadcrumb-item a:hover {
    color: var(--primary-color);
}

.breadcrumb-section .breadcrumb-item.active {
    color: var(--primary-color);
    font-size: 15px;
}

.breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
    content: "\f3ce";
    font-size: 18px;
    font-family: bootstrap-icons!important;
}

/* ============================
   Inner Page Content
   ============================ */
.inner-content-section {
    padding: 80px 0;
}

.inner-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

/* About Page Image */
.about-page-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-page-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
}

/* About Features List */
.about-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
}

.about-features li i {
    color: var(--primary-color);
    font-size: 18px;
}

/* Info Boxes - Mission/Vision/Values */
.info-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.info-box:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.1);
    transform: translateY(-5px);
}

.info-box-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.info-box-icon i {
    font-size: 28px;
    color: #fff;
}

.info-box h5 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.info-box p {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Team Cards */
.team-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.team-img {
    height: 280px;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team-card:hover .team-img img {
    transform: scale(1.05);
}

.team-info {
    padding: 20px;
    text-align: center;
}

.team-info h6 {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 4px;
}

.team-info span {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 500;
}

.team-social {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.team-social a {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
    transition: all 0.3s;
}

.team-social a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

@media (max-width: 767px) {
    .breadcrumb-title {
        font-size: 2rem;
    }

    .breadcrumb-section {
        padding: 60px 0;
    }

    .about-page-img img {
        height: 280px;
    }

    .team-img {
        height: 220px;
    }
}


/* ============================
   Contact Page
   ============================ */
.contact-form .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
}

.contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.1);
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 3px solid var(--primary-color);
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-icon i {
    color: #fff;
    font-size: 18px;
}

.contact-info-card h6 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 4px;
}

.contact-info-card p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}

.map-wrapper {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


/* ============================
   Announcement Cards
   ============================ */
.announcement-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    height: 100%;
    transition: all 0.3s ease;
}

.announcement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.announcement-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.announcement-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.announcement-card:hover .announcement-img img {
    transform: scale(1.05);
}

.announcement-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.announcement-body {
    padding: 20px;
}

.announcement-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.announcement-meta span {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
}

.announcement-meta i {
    font-size: 12px;
    color: var(--primary-color);
}

.announcement-title {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.announcement-title a {
    color: var(--secondary-color);
    transition: color 0.3s;
}

.announcement-title a:hover {
    color: var(--primary-color);
}

.announcement-excerpt {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 15px;
}

.btn-read-more {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.3s;
}

.btn-read-more:hover {
    color: var(--primary-dark);
    gap: 10px;
}

/* ============================
   Announcement Detail Page
   ============================ */
.detail-featured-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.detail-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.detail-meta span {
    font-size: 13px;
    color: #888;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.detail-meta i {
    color: var(--primary-color);
}

.detail-category {
    background: #f0f0f0;
    padding: 2px 10px;
    border-radius: 3px;
}

.detail-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 20px;
    line-height: 1.3;
}

.detail-content {
    font-size: 15px;
    color: #555;
    line-height: 1.9;
}

.detail-content p {
    margin-bottom: 15px;
}

.detail-share {
    display: flex;
    align-items: center;
}

.share-btn {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin-right: 8px;
    transition: all 0.3s;
}

.share-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Sidebar */
.announcement-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
}

.widget-title {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-color);
}

.recent-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.recent-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-item a {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.recent-img {
    width: 70px;
    height: 55px;
    min-width: 70px;
    border-radius: 4px;
    overflow: hidden;
}

.recent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-info h6 {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 1.4;
    margin-bottom: 4px;
    transition: color 0.3s;
}

.recent-item a:hover .recent-info h6 {
    color: var(--primary-color);
}

.recent-info span {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
}

.recent-info span i {
    color: var(--primary-color);
    font-size: 11px;
}

@media (max-width: 767px) {
    .detail-featured-img img {
        height: 250px;
    }

    .detail-title {
        font-size: 1.4rem;
    }
}


/* ============================
   3.2 Welcome Section
   ============================ */
.welcome-section {
    padding: 80px 0;
    background: #fff;
}

/* ============================
   3.3 Brand Statement Section
   ============================ */
.brand-statement-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.brand-statement-section p {
    font-size: 15px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 15px;
}

/* ============================
   3.4 Programmes Section
   ============================ */
.programmes-section {
    padding: 90px 0;
    background: #fff;
}

.programme-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.programme-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.08);
    transform: translateY(-5px);
}

.programme-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.programme-icon i {
    font-size: 28px;
    color: #fff;
}

.programme-card h5 {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.programme-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ============================
   3.5 Approach Section
   ============================ */
.approach-section {
    position: relative;
    padding: 90px 0;
    background: url('../images/approach-bg.jpg') center center / cover no-repeat fixed;
    background-color: #2d5016;
}

.approach-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 15px;
    line-height: 1.8;
}

.approach-step {
    padding: 25px 15px;
}

.approach-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.approach-step h5 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.approach-step p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
}

/* ============================
   3.6 Why Choose Section
   ============================ */
.why-choose-section {
    padding: 90px 0;
    background: #fff;
}

.why-choose-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-choose-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.why-choose-list li i {
    color: var(--primary-color);
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* ============================
   3.7 Participants Section
   ============================ */
.participants-section {
    padding: 90px 0;
    background: #f9f9f9;
}

.participant-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.participant-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.participant-icon {
    width: 60px;
    height: 60px;
    background: rgba(233, 30, 99, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.participant-icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.participant-card h5 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.participant-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ============================
   3.8 Journey / Stats Section
   ============================ */
.journey-section {
    position: relative;
    padding: 90px 0;
    background: url('../images/srsusti-slider3.jpg') center center / cover no-repeat fixed;
    background-color: #2c2c2c;
}

.journey-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

/* ============================
   3.9 Facilities Section
   ============================ */
.facilities-section {
    padding: 90px 0;
    background: #fff;
}

.facilities-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.facilities-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #444;
    padding: 12px 15px;
    background: #f9f9f9;
    border-radius: 6px;
    transition: all 0.3s;
}

.facilities-list li:hover {
    background: rgba(233, 30, 99, 0.05);
    padding-left: 20px;
}

.facilities-list li i {
    color: var(--primary-color);
    font-size: 18px;
    flex-shrink: 0;
}

/* ============================
   3.10 Closing Section
   ============================ */
.closing-section {
    position: relative;
    padding: 90px 0;
    background: url('../images/srusti-slider2.jpg') center center / cover no-repeat fixed;
    background-color: #3a3a3a;
}

.closing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.closing-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.closing-text {
    font-size: 16px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .closing-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-tagline {
        font-size: 1rem;
    }

    .closing-title {
        font-size: 1.5rem;
    }

    .closing-buttons .btn {
        display: block;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
}


/* ============================
   About Page Sections
   ============================ */
.about-story-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.about-story-section p {
    font-size: 15px;
    color: #555;
    line-height: 1.9;
}

/* Vision Mission */
.about-vision-mission-section {
    padding: 80px 0;
    background: #fff;
}

.vm-card {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 35px 30px;
    height: 100%;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}

.vm-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.vm-icon {
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.vm-icon i {
    font-size: 24px;
    color: #fff;
}

.vm-card h3 {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.vm-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

.mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mission-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.mission-list li i {
    color: var(--primary-color);
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Philosophy */
.about-philosophy-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.about-philosophy-section p {
    font-size: 15px;
    color: #555;
    line-height: 1.9;
}

.philosophy-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.philosophy-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
}

.philosophy-points li i {
    color: var(--primary-color);
    font-size: 14px;
}

/* Approach */
.about-approach-section {
    padding: 80px 0;
    background: #fff;
}

.about-approach-section p {
    font-size: 15px;
    color: #555;
    line-height: 1.9;
}

.approach-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.approach-points li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
}

.approach-points li i {
    color: var(--primary-color);
    font-size: 20px;
}

/* Values */
.about-values-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.value-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.value-icon {
    width: 60px;
    height: 60px;
    background: rgba(233, 30, 99, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.value-icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.value-card h5 {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.value-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}


/* ============================
   Programmes Pages
   ============================ */
.lead-text {
    font-size: 17px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

/* Programme Cards on Main Page */
.prog-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 25px;
    height: 100%;
    transition: all 0.3s ease;
}

.prog-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.08);
    transform: translateY(-5px);
}

.prog-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.prog-card-icon i {
    font-size: 24px;
    color: #fff;
}

.prog-card h5 {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.prog-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Programme Sub-page Styles */
.prog-sub-title {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

.prog-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prog-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.prog-list li i {
    color: var(--primary-color);
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Programme Sidebar */
.prog-sidebar {
    position: sticky;
    top: 100px;
}

.prog-nav-list li {
    margin-bottom: 0;
}

.prog-nav-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s;
}

.prog-nav-list li a i {
    font-size: 10px;
    color: var(--primary-color);
}

.prog-nav-list li a:hover {
    background: rgba(233, 30, 99, 0.05);
    color: var(--primary-color);
    padding-left: 20px;
}

.sidebar-cta {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 10px;
    padding: 25px;
    text-align: center;
}

.sidebar-cta h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sidebar-cta p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    margin-bottom: 15px;
}

.sidebar-cta .btn {
    background: #fff;
    color: var(--primary-color);
    font-weight: 600;
    border: none;
}

.sidebar-cta .btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: none;
    box-shadow: none;
}

.sidebar-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #666;
}

.sidebar-contact li i {
    color: var(--primary-color);
    margin-top: 2px;
}


/* ============================
   Facilities Closing Box
   ============================ */
.facility-closing-box {
    background: #f9f9f9;
    border-left: 4px solid var(--primary-color);
    padding: 30px;
    border-radius: 0 8px 8px 0;
}

.facility-closing-box h4 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0;
}


/* ============================
   Gallery Page
   ============================ */
.gallery-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.filter-btn {
    display: inline-block;
    padding: 7px 18px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    background: #f4f4f4;
    border-radius: 25px;
    transition: all 0.3s;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary-color);
    color: #fff;
}

.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h6 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}

.gallery-overlay span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

.gallery-placeholder {
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ============================
   Event Highlights
   ============================ */
.event-highlight-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: all 0.3s ease;
}

.event-highlight-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.event-hl-img {
    height: 200px;
    overflow: hidden;
}

.event-hl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-hl-body {
    padding: 22px;
}

.event-hl-body h5 {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.event-hl-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 12px;
}

.event-hl-meta span {
    font-size: 12px;
    color: #888;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.event-hl-meta i {
    color: var(--primary-color);
    font-size: 12px;
}

.event-hl-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}


/* ============================
   Contact Detail Cards
   ============================ */
.contact-detail-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
}

.contact-detail-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 8px 25px rgba(233, 30, 99, 0.08);
}

.contact-detail-icon {
    width: 60px;
    height: 60px;
    background: rgba(233, 30, 99, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.contact-detail-icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.contact-detail-card h5 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.contact-detail-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

.contact-detail-card a {
    color: var(--primary-color);
}

.contact-detail-card a:hover {
    color: var(--primary-dark);
}

/* ============================
   FAQ Accordion
   ============================ */
.accordion-item {
    border: 1px solid #eee;
    border-radius: 8px !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-button {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary-color);
    padding: 16px 20px;
}

.accordion-button:not(.collapsed) {
    background: rgba(233, 30, 99, 0.05);
    color: var(--primary-color);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #eee;
}

.accordion-button::after {
    background-size: 14px;
}

.accordion-body {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding: 15px 20px 20px;
}

.accordion-body a {
    color: var(--primary-color);
    font-weight: 500;
}


/* ============================
   Registration Form Section Titles
   ============================ */
.form-section-title {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 600;
    color: var(--secondary-color);
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.form-section-title i {
    color: var(--primary-color);
}


/* ============================
   Gallery Lightbox
   ============================ */
.gallery-item {
    cursor: pointer;
}

.gallery-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-zoom i {
    font-size: 18px;
    color: var(--primary-color);
}

.gallery-item:hover .gallery-zoom {
    opacity: 1;
}

.gallery-lightbox .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.lightbox-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    max-height: 75vh;
}

.lightbox-img {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
}

.lightbox-caption p {
    font-size: 15px;
    font-weight: 500;
}

.lightbox-nav-btn {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.lightbox-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.lightbox-nav-btn i {
    font-size: 18px;
    color: #fff;
}

.gallery-lightbox .carousel-control-prev,
.gallery-lightbox .carousel-control-next {
    width: 50px;
    opacity: 1;
}

@media (max-width: 767px) {
    .lightbox-img-wrap {
        min-height: 250px;
    }

    .lightbox-img {
        max-height: 60vh;
    }
}
