body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    display: flex;
    justify-content: center;
    align-items: center;
 
    overflow: auto; /* Allow scrolling */
}

.card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    padding: 20px;
    text-align: center;
}

.visiting {
    background-color: #eceff1;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 545px;
    margin: 0 -19px;
    margin-top: -20px;
    padding: 10px;
    background: url("img/2.jpg") no-repeat center center/cover;
    padding-bottom:92px ;
    height: 800px;
}

.view {
    display: flex;
    width: fit-content;
    max-width: 200px;
    font-size: 12px;
    padding: 2px 12px;
    background: #333;
    color: white;
    border-radius: 3px;
    margin: 0 0;
   
}

.view i {
    padding: 2px 1px;
}

/* image-slider */
.slider-container {
    position: relative;
}

.slider {
    display: flex;
    overflow-x: hidden;
}

.slider img {
    height: 300px;
    width: 100%;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    color: white;
    z-index: 1;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* contact-details */
.msg-details {
    display: inline;
    text-align: center;
    padding: 4px 14px;
    gap: 0;
}

.msg-details a {
    text-decoration: none;
    color: #f8ff32;
}
.msg-details .logo{
    height: 220px;
}

.msg-details .con {
    background: #0278b0;
    color: white;
    margin: 5px;
    border-radius: 20px;
    padding: 5px 11px;
    width: fit-content;
    font-size: 10px;
    margin: 10px 0px;
    display: inline-block;
    box-shadow: 1px 1px 10px 0px #00000040;
}

.icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
    
}

.icons i {
    margin-right: 8px;
    background: #0278b0;
    color: white;
    height: 17px;
    font-size: 15px;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    width: 16px;
}

.icons p {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

h2 {
    text-align: center;
    color: #333;
}

p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

a {
    color: #0278b0;
    text-decoration: none;
}

h2 {
    margin: 10px 0;
}

h3 {
    text-align: left;
    padding: 8px;
    color: white;
    border-radius: 5px;
    background-color: #2ca39d;
}

.section {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

#courses {
    height: 80vh;
}

/* batch-SECTION */
.batch {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    width: 300px;
    margin-right: 20px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.batch h1 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.batch li {
    list-style-type: none;
    margin-bottom: 5px;
}

.batch li:first-child {
    font-weight: bold;
}

.batch .fees {
    color: red;
    font-weight: bold;
}


/* ABOUT-SECTION */
#About ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

#About,
#courses,
#gallery,
#payment,
#feedback,
#contact,
#enquiry {
    border: 2px solid #333;
}

.section img {
    max-width: 100%;
    margin-bottom: 10px;
}

.btn {
    margin-bottom: 20px;
    padding: 5px 20px;
    background-color: #0278b0;
    color: white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.btn a {
    color: white;
}

.btn:hover {
    background-color: #026c9b;
    color: white;
}

/* form */
form input {
    width: 260px;
    margin: 5px;
    padding: 4px;
}

.submit {
    background-color: #2ca39d;
    color: white;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

/* footer */
footer {
    background-color: #333;
    margin-top: 50px;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 15px;
}

/* Container styling */
.section {
    padding: 20px;
    text-align: center;
}

.section h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

/* Link styling */
.section a {
    display: inline-block;
    text-decoration: none;
    margin: 10px;
}

/* Container inside each link */

#enquiry{
    display: flex;
}

#enquiry .con {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 50px;
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
    padding: 3px 3px
}


.section .con:hover {
    background-color: #e0e0e0;
}

/* Icon and text styling */
.section i {
    font-size: 40px;
    margin-right: 10px;
    color: #333;
}

/* Specific icons styling */
.fa-brands.fa-whatsapp {
    color: #25D366;
}

#location{
    color: #FF5A5F;
}

.fa-brands.fa-instagram {
    color: #b80c6d;
}

.fas.fa-map-marker-alt {
    color: white;
}
#instagram{
    color: white;
}
#whatsapp{
    color: white;
}

/* navbar-section */
.navbar {
    position: fixed;
    padding: 10px 0;
    bottom: 0;
    height: 9%;
    width: 100%;
    background-color: #2ca39d;
    color: white;
}

.navbar ul {
    list-style-type: none;
    padding: 10px;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.navbar li {
    font-size: 1rem;
    font-weight: bold;
    color: black;
}

.navbar ul i {
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

@media (max-width: 480px) {
    .navbar ul {
        flex-direction: row;
        align-items: normal;
    }

    .navbar .menu-item {
        width: 100%;
        text-align: center;
    }

    .navbar a {
        padding: 10px 0;
        font-size: 14px;
    }

    .navbar i {
        display: block;
        margin-bottom: 5px;
    }
}
