:root{

--primary:#08152b;
--gold:#d4af37;
--white:#ffffff;
--light:#f8fafc;

}

body{

font-family:'Segoe UI',sans-serif;
overflow-x:hidden;

}

.custom-navbar{

background:rgba(0,0,0,.6);
backdrop-filter:blur(10px);

}

.hero{
    position:relative;
    height:100vh;
    overflow:hidden;
}

.hero-slider{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.hero-slider .carousel-inner,
.hero-slider .carousel-item{
    height:100vh;
}

.hero-slider img{
    width:100%;
    height:100vh;
    object-fit:cover;
    display:block;
}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:2;
}

.hero-content{
    position:relative;
    z-index:3;
    height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#fff;
}

.hero-content h1{
    font-size:4rem;
    font-weight:700;
    text-shadow:0 4px 20px rgba(0,0,0,0.5);
}

.hero-content p{
    font-size:1.3rem;
    max-width:700px;
}



.hero h1{
    font-size:70px;
    font-weight:700;
}

@media (max-width:768px){

    .hero h1{
        font-size:36px;
    }

    .hero-content p{
        font-size:16px;
        padding:0 15px;
    }

}

.btn-gold{

background:var(--gold);
color:white;
padding:14px 35px;
border:none;

}

.section-padding{

padding:100px 0;

}

.counter-section{

background:var(--primary);
color:white;
padding:80px 0;

}

.counter-section h2{

font-size:60px;
color:var(--gold);

}

.heritage-card{

background:white;
padding:40px;
border-radius:15px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

}

.heritage-card:hover{

transform:translateY(-10px);

}

.heritage-card i{

font-size:50px;
color:var(--gold);

margin-bottom:20px;

}

.timeline{

margin-top:50px;

}

.timeline-item{

padding:20px;
margin:20px 0;

background:#f1f5f9;

border-left:5px solid var(--gold);

}

.footer{

background:var(--primary);
color:white;

padding:40px 0;

}

.footer a{

color:white;
font-size:22px;

margin-left:15px;

}
html,body{
    width:100%;
    overflow-x:hidden;
}

.row{
    margin-left:0;
    margin-right:0;
}

img{
    max-width:100%;
}

/* ===== Moopin Section ===== */
#moopin {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc, #eef5e9);
    position: relative;
}

#moopin h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1b4332;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

#moopin h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #d4a017;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

/* ===== Cards ===== */
#moopin .card {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

#moopin .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* ===== Card Header ===== */
#moopin .card-header {
    padding: 18px;
    border: none;
}

#moopin .card-header h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
}

#moopin .bg-success {
    background: linear-gradient(135deg, #2d6a4f, #40916c) !important;
}

#moopin .bg-warning {
    background: linear-gradient(135deg, #d4a017, #f4c430) !important;
    color: #222 !important;
}

/* ===== Card Body ===== */
#moopin .card-body {
    padding: 30px;
}

#moopin .card-body p {
    font-size: 1rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 20px;
    text-align: justify;
}

/* Decorative Quote Style */
#moopin .card-body p:first-child::before {
    content: none;
    font-size: 2rem;
    color: #d4a017;
    margin-right: 5px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    #moopin {
        padding: 60px 0;
    }

    #moopin h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {

    #moopin .card {
        margin-bottom: 20px;
    }

    #moopin .card-body {
        padding: 20px;
    }

    #moopin .card-body p {
        font-size: 0.95rem;
        line-height: 1.8;
    }

    #moopin h2 {
        font-size: 1.8rem;
    }

    #moopin .card-header h4 {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {

    #moopin {
        padding: 50px 15px;
    }

    #moopin h2 {
        font-size: 1.6rem;
    }

    #moopin .card-body p {
        font-size: 0.9rem;
    }
}

/* History Card */
.history-header{
    background: linear-gradient(135deg,#003566,#00509d);
    padding:20px;
}

.history-header h4{
    font-size:1.2rem;
    font-weight:700;
    line-height:1.5;
}

.history-header small{
    display:block;
    margin-top:8px;
    opacity:0.9;
    font-size:0.9rem;
}

.history-content{
    max-height:650px;
    overflow-y:auto;
    padding:25px;
}

.history-content::-webkit-scrollbar{
    width:6px;
}

.history-content::-webkit-scrollbar-thumb{
    background:#00509d;
    border-radius:10px;
}

/* Responsive */
@media(max-width:991px){
    .history-content{
        max-height:none;
    }
}

#moopin .container{
    max-width: 1600px;
}



.history-content table {
    font-size: 15px;
}

.history-content thead th {
    background: #2d6a4f !important;
    color: #fff;
    text-align: center;
}

.history-content tbody tr:hover {
    background: #f8f9fa;
    transition: 0.3s;
}

.history-content td,
.history-content th {
    vertical-align: middle;
    padding: 12px;
}

.festival-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    border:none;
}

.festival-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.festival-header{
    background:linear-gradient(135deg,#2d6a4f,#40916c);
    color:#fff;
    padding:25px;
    text-align:center;
}

.festival-header i{
    font-size:28px;
    margin-bottom:10px;
    display:block;
}

.festival-header h4{
    margin:0;
    font-weight:700;
    letter-spacing:.5px;
}

.festival-body{
    padding:25px;
}

.verse{
    background:#f8faf8;
    border-left:4px solid #40916c;
    padding:15px 18px;
    margin-bottom:18px;
    border-radius:0 12px 12px 0;
}

.verse span{
    display:block;
    line-height:1.9;
    color:#444;
    font-size:15px;
}

.verse:hover{
    background:#eef8f1;
    transition:.3s;
}

@media(max-width:768px){
    .festival-body{
        padding:18px;
    }

    .verse span{
        font-size:14px;
    }
}

.galo-header{
    background:linear-gradient(135deg,#d4a017,#f4c430);
    color:#222;
}

.galo-header{
    background: linear-gradient(135deg,#c1121f,#e63946);
    color:#fff;
}

.galo-header i{
    font-size:28px;
    margin-bottom:10px;
    display:block;
}