@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* General Styles */
body {
    line-height: 1.6;
    background-color: #f5f5f5;
    color: #333;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;

}
.red{
    background: rgb(148, 29, 40) !important;
}
.light-red{
    background: rgb(201, 28, 38) !important;
}
.blue{
    background: rgb(34, 47, 117) !important;
    color: white;
}
.text-blue{
    color: rgb(34, 47, 117) !important;
}
.text-red {
    color: rgb(201, 28, 38) !important;
}
.grey{
    background: rgb(221, 221, 221) !important;
}
.bg-clear{
    background: transparent;
}
.navbar {
 /* Main color */
}

.navbar-brand, .nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 1.1rem;
}
.logo{
    height: 50px !important;
}
#navbarNav .nav-link{
    font-weight: 100 !important;
}
.nav-link:hover {
    color: #f5f5f5 !important;
}
.navbar{
    padding: 10px !important;
    background-color:rgba(0, 0, 0, 0.6) !important;
    /* border: 1px solid white; */
    /* border-radius: 10px; */
}
.header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/imgs/banner.webp') no-repeat center center/cover;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content{
    /* border: 1px solid white; */
    border-radius: 20px;
    padding: 1.3rem;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.hero-content .btn{
    background: rgb(201, 28, 38) !important;
    border-radius: 15px !important ;
}
.hero-content .btn:hover{
    background: rgba(34, 47, 117) !important;
    transition: all 0.3s ease !important;


}
.header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.header p.lead {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.header .btn-primary {
    background-color: #ff4500; /* Accent color */
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 5px;
}

.header .btn-primary:hover {
    background-color: #e03e00;
}

.mission .col-md-5{
    padding: 1.3rem !important;
    /* border: 1px solid black; */
    margin-left: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: -5%;
    /* background: rgb(148, 29, 40); */
    color: white;
    
}
.mission p{
    font-family: "Poppins", sans-serif;
}
/* Services Section */
#services {
    padding: 60px 0;
}

#services h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.service-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(194, 140, 140, 0.1);
    transition: transform 0.3s ease-in-out;
    height: 270px;
    margin-bottom: 45px;
}
.service-box img{
    border-radius: 50px;
    height: 80px;
    width: 120px;
    margin-bottom:10px ;
    margin-top: -15%;
}

.service-box:hover {
    transform: translateY(-10px);
}

.service-box i {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 1rem;
}

.service-box h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.service-box p {
    font-size: 1rem;
    color: #666;
}
#objectives{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('../imgs/convi1.jpg') no-repeat center center/cover;
    background-size: cover;
    background-position-x: center;
    color: white;
    padding: 1.3rem;
}   
.objs{
    /* border: 1px solid white; */
    width: 90%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
}
.objs li{
    list-style: none;
}
/* About Us Section */
#about {
    padding: 60px 0;
}

#about h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

#about p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

#about img {
    border-radius: 10px;
    max-width: 80%;
    height: auto;
}

/* Projects Section */
#projects {
    padding: 60px 0;
}

#projects h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.project-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.project-box img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.project-box p {
    font-size: 1rem;
    color: #666;
}

/* Contact Us Section */
#contact {
    padding: 60px 0;
}

#contact h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

#contact p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

#contact img {
    border-radius: 10px;
    max-width: 80%;
    height: auto;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .header {
        height: auto;
        padding: 60px 0;
        text-align: center;
    }

    .header h1 {
        font-size: 2rem;
    }

    .header p.lead {
        font-size: 1rem;
    }

    #about img, #contact img {
        max-width: 100%;
    }
}

.why-us {
    background-color: rgb(34, 47, 117);
    padding: 60px 0;
    color: white;
}
.why-us-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.tagline {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 40px;
}
.why-us-item {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: rgb(34, 47, 117);
    height: 300px;
}
.why-us-item h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
.why-us-item p {
    margin-bottom: 0;
}

.why-us-item img{
    height: 130px;
    width: 100%;
    padding: none !important;
    margin-bottom: 10px !important;
}

.resources{
    margin: 10px;
    padding: 10px;
    align-items: center;
    
}
.resources img{
    height: 150px;
    width :200px ;
    border-radius: 40%;
}
.resources h5{
    color: rgb(34, 47, 117);
}

#gallery {
    background: linear-gradient( rgba(34,47,117),rgb(148,29,40)),  no-repeat center center/cover;
    color: white;
    min-height: 600px !important;
}
.gallery-img{
    height: 400px !important;
    width: 100% !important;
    border-radius: 10px;
}
.slider-container {
    width: 85%;
    margin: 60px auto;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
    background: radial-gradient(circle at 20% 20%, rgba(34, 47, 117, 0.06), transparent 35%),
                radial-gradient(circle at 80% 0%, rgba(148, 29, 40, 0.05), transparent 30%),
                #ffffff;
    border: 1px solid #e5e8f4;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12), 0 6px 18px rgba(0, 0, 0, 0.08);
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}
.slide {
    min-width: 20%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}
.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.slider-nav button {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 0 20px;
    color: #007bff;
    transition: color 0.3s;
}
.slider-nav button:hover {
    color: #0056b3;
}

.footer{
    padding: 10px;
    background-color: rgb(34, 47, 117) !important;

}
.footer-logo{
    height: 100px;
    width: 200px;
}
.footer i{
    padding: 5px;
    color: rgb(247, 9, 21);
}
#topbtn{
    outline: none;
    border: none;
    position: fixed;
    bottom: 20px;
    right: 60px;
    padding:10px;
    z-index: 99;
    color: white;
    background:linear-gradient( rgba(34,47,117), rgba(247,9,21));
    border-radius: 20px;
    
}

.contact-form-container {
    /* background: rgba(0, 0, 0, 0.8); */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    /* width: 400px; */
    /* color: white; */
}
.contact-form-container h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-form-container p {
    font-size: 0.9rem;
    margin-bottom: 30px;
    color: #bdbdbd;
}
.form-group label {
    font-weight: 600;
}
.form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 0.9rem;
    background-color: #2a3c44;
    color: white;
}
.form-control::placeholder {
    color: #ccc;
}
.btn-submit {
    background-color: #ff0056;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    color: white;
    transition: background-color 0.3s ease;
}
.btn-submit:hover {
    background-color: #e6004c;
}
.mission img{
    height: 120px;
    width: 120px;
    margin-top: 4%;
    border-radius: 50%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    width: 100%;
    height: auto;
}

