body{
    overflow-x: hidden;
    font-family: sans-serif;
}
/* Header Styling */
.navbar {
    background: #5e3b00;
    padding: 15px 0;
}
.navbar-brand img {
    max-width: 120px;
}
.navbar-nav {
    margin: auto; /* Centers menu in mobile view */
}
.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 15px;
}

/* Banner Section */
.banner-section {
    background: url('Images/BMS-it-banner.jpg') no-repeat center center/cover;
    padding: 80px 0;
    color: white;
    position: relative;
    text-align: center; /* Centers content in mobile view */
    

}
.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    
}
.banner-content {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 50px;
    border-radius: 10px;
}
.form-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-container h3 {
    color: #333;
    font-weight: bold;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
    }
    .banner-section {
        text-align: center; /* Centers heading in mobile */
    }
    .form-container {
        margin: auto; /* Ensures form is centered */
        max-width: 90%;
    }
}

.btn-apply {
    background: #793c00;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.btn-apply{
    background-color: #ffd700;
    color: #000;
    padding: 15px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 600;
    border-radius: none;
}
.btn-apply:hover {
    background: #00e5ff;
}

btn-apply {
background: #793c00;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
display: inline-block;
margin-top: 10px;
transition: 0.3s;
font-size: 18px;
font-weight: 600;
text-align: center;
}
.btn-apply{
background-color: #ffd700;
color: #000;
padding: 15px 20px;
border-radius: 5px;
text-decoration: none;
transition: 0.3s;
font-weight: 600;
border-radius: none;
}
.btn-apply:hover {
background: #00e5ff;
}
 /* About Us Section Styling */
 .about-section {
      background: #f8b57230; 
    padding: 60px 0;
    text-align: center;
}

/* Paragraph Styling */
.about-text {
    font-size: 16px;
    color: #000;
    max-width: 1000px;
    margin: auto;
    font-weight: bold;
}

/* Apply Now Button */
.apply-btn {
    margin-top: 20px;
}
/* Why Choose Us Section */
.why-choose-section {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}

/* Image Styling */
.why-image img {
    width: 70%;
    border-radius: 10px;
}

/* List Items Styling */
.why-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 500px;
    margin: auto;
    height:100%;
}

.why-list li {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.why-list li:hover {
    transform: translateX(5px);
}

.why-list img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}
  /* Mobile View Adjustments */
  @media (max-width: 768px) {
    .why-list {
        text-align: center;
    }
    .why-list li {
        justify-content: center;
        font-weight: bold;
        font-size: 18px;
    }
}
/*course*/
.course-section {
    background: url('Images/BMS-it-course.jpg') no-repeat center center/cover;
    padding: 50px 0;
    text-align: center;
    color: white;
}
.course-box {
    background-color:#fff;
    color:#000;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    height:100%;
}
.course-box h4{
    font-size: 18px;
}
.program-details {
    margin-top: 30px;
}
.info-box {
    background-color:#fff;
    color:#000;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.info-box i {
    font-size: 40px;
    margin-bottom: 10px;

}
.info-box img{
    height:50px;
    width:50px;
}
@media (max-width: 768px) {
    .col-md-3, .col-md-4 {
        margin-bottom: 20px;
    }
}
   /* Placement Section Styling */
   .placement-section {
    background-color:#fff; /* Light Gray Background */
    padding: 60px 0;
    text-align: center;
}
.placement-box {
    background:#956511;
    padding: 10px;
    border-radius:0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.placement-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.placement-box h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.placement-box p {
    color: #fff;
    font-size: 16px;
}
.apply-btn {
    margin-top: 30px;
}
 /* Fees Section Styling */
 .fees-section {
    background: url('Images/BMS-it-course.jpg') no-repeat center center/cover;
    position: relative;
    padding: 80px 0;
    color: white;
}
.fees-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Transparent overlay */
}
.fees-content {
    position: relative;
    z-index: 1;
}
.fees-heading {
    font-weight: bold;
    text-align: left;
}
.fees-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.fees-box ul {
    list-style-type: none;
    padding: 0;
}
.fees-box ul li {
    padding: 10px;
    font-size: 18px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: bold;
}
.fees-box ul li:last-child {
    border-bottom: none;
}
.apply-btn {
    margin-top: 20px;
}
.apply-btn a {
    background-color:#ffd700;
    color: #000;
    font-weight: bold;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .fees-heading {
        text-align: center;
    }
    .fees-box {
        width: 90%;
        margin: auto;
    }
}
/*content*/
.content-section {
    padding: 50px 20px;
    text-align: center;
}
.content-box {
    border: 2px solid #5e3b00;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: auto;
    height: fit-content;
}
@media (max-width: 768px) {
    .content-box {
        padding: 15px;
    }
}
/*footer*/
.footer {
    background-color:#5e3b00; /* Bootstrap Primary Blue */
    color: white;
    text-align: center;
    padding: 20px 0;
    }
    .footer-logo {
    width: 100px; /* Adjust as needed */
    height: auto;
    margin-bottom: 10px;
    }
