@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

/* Navbar */
.navbar {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0 15px;
    /* Responsive padding, overrides original 300px */
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.navbar-brand img {
    max-height: 60px;
    /* Reduced for mobile */
    padding: 5px;
}

.school-text {
    font-weight: bold;
    font-size: 1rem;
    color: #003399;
    margin-left: 8px;
}

.school-subtext {
    font-size: 0.8rem;
    color: #555;
    margin-left: 8px;
    display: block;
}

.social-icon img {
    width: 24px;
    /* Smaller for mobile */
    height: 24px;
}

/* Hero Section */
.hero-heading,
.hero-subheading {
    font-weight: 700;
    color: #002b45;
    font-size: 3rem;
    /* Base size for mobile */
}

.btn-orange {
    background-color: #f26522;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
}

.btn-orange:hover {
    background-color: #fff;
    border: 1px solid #f26522;
    color: #f26522;
}

/* Right Box */
.right-box h5 {
    font-weight: 700;
}

.divider {
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.grey-bg {
    background-color: #f2f2f2;
    padding: 30px 15px;
    /* Reduced for mobile */
    border-radius: 10px;
}

.vertical-line {
    width: 4px;
    background-color: #f26522;
    border-radius: 2px;
    min-height: 40px;
}

/* A1 Section */
.a1 {
    background-color: #f6dfbf;
    min-height: 300px;
    /* Dynamic height */
    margin-top: 30px;
    padding: 20px;
}

/* Responsive Adjustments */
@media (min-width: 576px) {

    .hero-heading,
    .hero-subheading {
        font-size: 4rem;
    }

    .btn-orange {
        padding: 10px 30px;
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .navbar {
        padding: 0 50px;
        /* Slightly larger padding for desktop */
    }

    .navbar-brand img {
        max-height: 70px;
    }

    .school-text {
        font-size: 1.2rem;
    }

    .school-subtext {
        font-size: 0.9rem;
    }

    .social-icon img {
        width: 30px;
        height: 30px;
    }

    .hero-heading,
    .hero-subheading {
        font-size: 5rem;
    }

    .btn-orange {
        width: 250px;
        height: 70px;
        font-size: 1.5rem;
    }

    .grey-bg {
        padding: 50px 20px;
    }

    .a1 {
        min-height: 500px;
    }

    .a2 {
        min-height: 500px;
    }
    .dots {
    text-align: center;
    margin-top: -100px;
}

}

@media (max-width: 576px) {

    .hero-heading,
    .hero-subheading {
        font-size: 2rem;
    }

    .btn-orange {
        width: 100%;
        font-size: 1rem;
        height: auto;
    }

    .vertical-line {
        min-height: 30px;
    }

    .right-box .section {
        flex-direction: column;
        align-items: flex-start;
    }

    .vertical-line {
        width: 100%;
        height: 4px;
        margin-bottom: 10px;
    }
    .dots {
    text-align: center;
    margin-top: 200px;
}

}

.header {
    text-align: left;
    color: #2c3e50;
    padding: 50px 0;
}

.header h1 {
    font-size: 3.5rem;
    font-weight: bold;
}

.content {
    color: #2c3e50;
    padding: 20px 0;
}

.btn-custom {
    background-color: transparent;
    color: #e67e22;
    border: 2px solid #e67e22;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold;
}

.btn-custom:hover {
    background-color: #e67e22;
    color: white;
}

.circle-img {
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #e67e22;
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trusted {
    background-color: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 20px;
    color: #2c3e50;
    font-weight: bold;
    margin-top: 20px;
}

.polka-dot {
    position: absolute;
    /* Position behind image */
    width: 500px;
    /* Fixed size */
    height: 500px;
    /* Fixed size */
    background-image: radial-gradient(circle, #e67e22 10%, transparent 11%);
    /* Polka-dot pattern */
    background-size: 20px 20px;
    /* Size of polka dots */
    z-index: 0;
    /* Behind the image */
    border-radius: 50%;
    /* Optional: Match circular image */
}

.circle-img {
    position: relative;
    /* Make circle-img the positioning context */
    width: 500px;
    /* Match the polka-dot size */
    height: 500px;
    /* Match the polka-dot size */
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-img img {
    width: 400px;
    /* Image size (smaller than polka-dot area) */
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    /* Keep circular shape */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    /* Ensure image is above polka-dot */
    z-index: 1;
    /* Place image above polka-dot */
}

.carousel {
    width: 800px;
    /* Set desired width */
    height: 400px;
    /* Set desired height */
    margin: 0 auto;
    /* Center the carousel */
    margin-top: 10px;
}

.carousel-inner {
    height: 100%;
    /* Ensure the inner container takes full height */
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures images cover the area without distortion */
}

.slider {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
}

.slide img {
    width: 100%;
    border-radius: 10px;
    height: 50%;
}

.dots {
    text-align: center;
    margin-top: -400px;
}

.dot {
    height: 10px;   
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

.container1 {
    display: flex;
    justify-content: space-between;
    /* Distributes space between left and right divs */
    align-items: center;
    /* Vertically centers content */
    width: 100%;
    /* Full width of parent */
    max-width: 1200px;
    /* Optional: Limits max width */
    margin: 0 auto;
    /* Centers container */
    padding: 20px;
    /* Optional: Adds padding */
    color: grey;
}


.left,
.right {
    flex: 1;
    /* Makes both divs take equal space */
    padding: 10px;
    /* Optional: Adds padding inside each div */
}

.left {
    /* Optional: Additional styling for left div */
}

.right img {
    width: 70%;
    /* Makes image responsive */
    height: 20%;
    /* Maintains aspect ratio */
}

.text-overlay {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: rgba(216, 214, 214, 0.5);*/
    /* Semi-transparent background */
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    justify-items: center;
    text-decoration: underline;
    text-decoration-color: #e67e22;
}

.text-overlay2 {
    color: white;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: rgba(255, 255, 255, 0.5);*/
    /* Semi-transparent background */
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    justify-items: center;
    text-decoration: underline;
    text-decoration-color: #e67e22;
}

#h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.container2 {
    color: grey;
    display: flex;
    justify-content: space-between;
    /* Distributes space between left and right divs */
    align-items: center;
    /* Vertically centers content */
    width: 100%;
    max-width: 1200px;
    /* Optional: Limits max width */
    margin: 0 auto;
    /* Centers container */
    padding: 20px;
    /* Optional: Adds padding */
}

.left,
.right {
    flex: 1;
    /* Makes both divs take equal space */
    padding: 10px;
    /* Optional: Adds padding inside each div */
}

.left img {
    width: 50%;
    /* Makes image responsive */
    height: 40%;
    /* Maintains aspect ratio */
}

.right {
    /* Optional: Additional styling for right div */
}

.main1 {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 2%;
    color: grey;
    text-align: justify;
}


/*new css*/
.offcanvas {
    background-color: #2c3e50;
    /* dark background like in your screenshot */
}

.offcanvas .nav-link {
    color: white;
    padding: 10px 20px;
    font-weight: 500;
}

.offcanvas .nav-link:hover {
    background-color: #34495e;
    border-radius: 5px;
    color: #f26522;
}

.vr-line {
    width: 1px; /* Thickness of the line */
    height: 42%; /* Full height of the container */
    background-color: #ccc; /* Light grey color */
    position: absolute; /* Optional: for positioning */
    left: 50%; /* Optional: adjust position as needed */
}
