@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
html, body{
    width:100%;

}
*{
    font-family:'Poppins', sans-serif;
}

nav{
    background: #FFFFFF;
    font-size: 1rem;
    font-weight: normal;
}
nav a{
    color: #A3543D !important;
    white-space: nowrap;
}
.nav-link.active{
   font-weight: bolder!important;
}

nav img{
    height: 50px;

}
.nav-item{
    padding-left: 2rem;
    margin-top: 0.5rem;
}
.head{
    padding-top: 6rem;
}
footer{
    background: #A3543D;
    color: white;
    font-family:'Poppins', sans-serif ;
    margin-top: 10rem;
}
.social img{
    padding-left: 0.5rem;
    height: 40px;
}

.pop{
    background-color: white;
    position: relative;
    margin-top: -18rem;
}
.about{
    background: #D6DDD8;
    height: 200px;
}
.catimg{
    height: 200px;
    color: #000000;
    padding: 15px;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 15px;
    cursor: pointer;
}
.blogimg{
    height: 200px;
    color: #000000;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 15px;
    cursor: pointer;
}
.news{
    height: 170px;
    color: #000000;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Video Section Enhancements */
.video-wrapper {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    margin-bottom: 2rem;
}

.video-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 0;
    scrollbar-width: thin;
    scrollbar-color: #A3543D #f0f0f0;
}

.video-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.video-scroll-container::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.video-scroll-container::-webkit-scrollbar-thumb {
    background: #A3543D;
    border-radius: 10px;
}

.video-card {
    flex: 0 0 400px;
    scroll-snap-align: start;
}

/* Featured News Section Revamp */
.news-banner-section {
    padding: 80px 0;
    position: relative;
}

.news-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px;
    background: rgba(163, 84, 61, 0.85);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    color: white;
}

.news-content-box h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.news-content-box p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}


@media only screen and (max-width: 600px) {
    .newcont h3{
        margin-bottom: -2rem;
    }
    .category {
        margin-top: -5rem;
    }
    .pop{
        margin-top: -20rem;
        /*padding-left: 2rem;*/
    }
    .pop h3{
        margin-top: 2rem;
    }
    .popimg{
        display: none;
    }
    .about{
        background: white;
    }
    .lead{
        padding-top: 3rem;
    }
    .article{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .popular{
        margin: 1rem;
    }
    .similar{
        margin: 1rem;
    }
    .abtimg{
        display: none;
    }
    .team{
        margin-left: 4rem;
    }
    .aboutus{
        margin-left: -0.5rem;
        margin-bottom: 2rem;
    }
    .indabt{
        margin: 1rem;
    }
    .pagination{
        margin-left: -10rem;
    }
    .footerimg{
        height: 300px;
    }
    .team{
        margin-left: 0.5rem;
    }
}
@media only screen and (max-width: 992px) {
    .abtimg{
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .article{
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .similar{
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .popular .lead{
        margin-top: -2rem;
    }
    .team{
        margin-left: 2rem;
    }
    .footerimg{
        height: 400px;
    }
    .aboutus{
        background-color: white;
        height: 430px;
        width: 450px;
    }

}
.button1{
    width: 180px;
    height: 50px;
    background: #ffffff;
    border-radius: 50px;
    border: 2px solid #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #A3543D;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.button1:hover {
    background: transparent;
    color: #ffffff;
    transform: scale(1.05);
}

.button2{
    width: 200px;
    height: 50px;
    background: #A3543D;
    border-radius: 10px;
    border: none;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: white;
}
.blogs .lead{
    font-size: 18px;
    font-weight: 600;
}
.blogs p{
    margin-top: -0.5rem;
}

.abtimg{
    height: 430px;
    width: 450px;
    margin-top: 2rem;
}
.aboutus{
    background-color: white;
    /*height: 430px;*/
    /*width: 450px;*/
}
.aboutus p{
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 1rem;
}
.button3{
    width: 150px;
    height: 50px;
    background: #A3543D;
    border-radius: 10px;
    border: none;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: white;
}
.teamimg{
    height: 450px;
    width: 300px;
}
.bottom{
    background-color: rgba(255, 255, 255, 0.80);
    height: 120px;
    width: 300px;
    margin-top: 20.63rem;
    position: absolute;
}
.fa-facebook-square, .fa-twitter-square, .fa-linkedin{
    font-size: 2rem;
    margin-right: 0.5rem;
    margin-top: -0.5rem;
}
form{
    padding-right: 2.5rem;
}
.icon{
    font-size: 2rem;
    color: #A3543D;
}
.video iframe{
    border-radius: 10px;
}


/* Modern Pre-Footer CTA */
.pre-footer-cta {
    background-color: #ffffff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    margin-top: 3rem;
}

/* Emulating the geometric grey pattern on the right */
.pre-footer-cta::before {
    content: "";
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    height: 350px;
    background-image: radial-gradient(#d1d1d1 3px, transparent 3px);
    background-size: 20px 20px;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 0;
}

.pre-footer-cta .text-content {
    position: relative;
    z-index: 1;
}

.cta-title {
    color: #2b2b2b;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cta-subtitle {
    color: #8a8a8a;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.btn-modern-cta {
    display: inline-block;
    background-color: #A3543D;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(163, 84, 61, 0.2);
}

.btn-modern-cta:hover {
    background-color: #8a4632;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(163, 84, 61, 0.4);
}
