*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

html{
    scroll-behavior: smooth;
}


body{
    background:#0B1F3A;
    overflow-x:hidden;
}
/*---------------NAVBAR----------------*/
.navbar{
    background:#0B1F3A;
     box-shadow:0 10px 30px rgba(0,0,0,0.6); /* remove this line */
}

.navbar-brand{
    color:#FFD700 !important;
    font-weight:700;
    font-size:clamp(0.9rem, 5vw, 2rem);
    margin-left: 2%;
}

.pic img{
    margin-left: -5%;
    position: absolute;
    margin-top: -30px;
    width:90px;
    height:auto;
}

.nav-link{
    color:white !important;
    margin-left:15px;
    transition:0.3s;
}

.nav-link:hover{
    color:#FFD700 !important;
}


/*---------------MOBILE--------------*/

@media(max-width:768px){

.pic img{
    margin-left: 1%;
    position: absolute;
    margin-top: -20px;
    width:50px;
    height:auto;
}

.navbar-brand{
        margin-left: 4%;
    }

.navbar-nav{
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    margin-top: 2%;
}

}


@media(max-width: 480px){

.navbar-brand{
        margin-left: 10%;
    }
}


/*---------------------------------- Do not touch this part ----------------------------*/
/*---------------------------------- Do not touch this part ----------------------------*/
/*---------------------------------- Home page Start ----------------------------*/

/* HERO SECTION */

#home{
    min-height:90vh;
    padding:60px 20px 5px;
}

.slider{
    width:100%;
    height:600px;
    position:relative;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.6);
}
/* Slides */
.slide{
    position:absolute;
    width:100%;
    height:100%;
    opacity:0;
    transition:opacity 2s ease, transform 2s ease;
    transform:scale(1.0);
}

/* Active Slide */
.slide.active{
    opacity:1;
    transform:scale(1);
    z-index:1;
}

/* Images */
.slide img{
    width:100%;
    height:100%;
    
}
/* TEXT */
.hom-mat{
    margin-top: 15px;
    padding: 10px;
    max-width: 100%;
    text-align: center;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.6);
    background: whitesmoke;
}

.hom-mat h6{
    margin-top: 5px;
    font-size: clamp(1rem, 4vw, 1.8rem);
    font-weight: 600;
    color: #003366;
}
.hom-mat p{
    font-size: clamp(0.8rem, 2vw, 1.3rem);
    line-height: 1.5;
    color: #444;
}


/*------------------- MOBILE -----------------*/

@media(max-width:768px){

#home{

    padding:90px 20px ;
    height:none;
}


.slider{
    height: 250px;

    }

.hom-mat{
    margin-top: 4rem;
    padding: 10px;

}


.hom-mat h6{
    
    font-weight: 700;
    }

.hom-mat p{
  
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0.2rem;

}

}

/*---------------------------------- Home page End ----------------------------*/
/*---------------------------------- Home page End ----------------------------*/
/* --------------------------------- ABOUT Page Start------------------------- */
/* --------------------------------- ABOUT Page Start------------------------- */
/* --------------------------------- ABOUT Page Start------------------------- */
/* --------------------------------- ABOUT Page Start------------------------- */


.about{
    min-height:90vh;
    padding:70px 20px 5px;
}

.about-main{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

.about-card{
    background:white;
    padding:20px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.about-card img{
    width:100%;
    height: 30vh;
    border-radius:15px;
    margin-bottom:20px;
}

.about-text p{
    font-size:clamp(0.6rem, 2vw, 0.9rem);
    line-height:1.7;
    color:#333;
    margin-bottom:5px;
    text-align:justify;
}

/* PRINCIPAL SECTION */


.principal-section{
    
  
    margin:auto;
    background:#e9e9e9;
    border-radius:20px;
    padding:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
    color:#222;
}

.principal-section img{
    width:200px;
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    border-radius:5px;
    border: 2px solid black;
}

.principal-section h2{
    font-size:clamp(0.9rem, 3vw, 1.3rem);
  
}

.principal-section p{
    font-size:clamp(0.6rem, 2vw, 0.9rem);
    line-height:1.7;
    color:#333;
    margin-bottom:5px;
    text-align:justify;
}

.principal-section strong{
    font-size:clamp(0.6rem, 2vw, 0.6rem);
    font-weight: 600;
}

/*------------------- MOBILE -----------------*/

@media(max-width:768px){

.about {
    min-height: 100vh;
    padding: 50px 20px 5px;
}

.about-card{
    padding:2px;
    }

.about-card img{
    height: 150px;
}

.principal-section{  
    margin:auto;
    padding:5px;

}


.principal-section img{
    width:100px;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    margin-top: 8px;

}


}


/* --------------------------------- ABOUT Page End------------------------- */


/* --------------------------------- ABOUT Page End------------------------- */
/* --------------------------------- COURSES Page Start--------------------- */

/* COURSES */


#courses1{
    min-height:90vh;
    padding:70px 20px 5px;
}
.sec-title{
    text-align:center;

}

.sec-title h2{
    color:#fff;
    font-size:clamp(1.2rem, 2vw, 2rem);
}

.sec-title p{
    color:#fff;
    font-size:clamp(0.6rem, 0.8rem, 1rem);
}

/* DESKTOP LAYOUT */

.coursesbox1{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    /*max-width:1300px;*/
    margin:auto;
}

.secjubject{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.courbox-1{
    background:whitesmoke;
    width: 400px;
    height: 360px;
    border-radius:20px;
    padding:10px;
    gap: 15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.courbox-1 h4{
    color:#004225;
    font-weight: 700;
    margin-bottom:5px;
    font-size:clamp(1.2rem, 2vw, 2rem);
}

.courbox-1 h6{
    font-size:clamp(0.8rem, 1rem, 2rem);
    font-weight: 700;
    margin-bottom:7px;

}

.courbox-1 img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:15px;
    border:2px solid #004225;
}

.courbox-1 p{
    color:black;
    font-size:clamp(0.6rem, 0.8rem, 1rem);
    margin:10px 0;
}

.btn-course{
    background:#004225;
    color:#fff;
    border:none;
    padding:5px 10px;
    border-radius:15px;
    cursor:pointer;
}

.btn-course:hover{
    background:#FFD700;
    color:#000;
}

/* MOBILE SLIDER */

@media(max-width:768px){

#courses1{
    padding:50px 20px 5px;
 }

.cou-sujbect{
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
}

.cou-sujbect::-webkit-scrollbar{
    display:none;
}

.coursesbox1{
    display:flex;
    flex-wrap:nowrap;
    gap:12px;
}

.secjubject{
    min-width:80%;
    flex:0 0 80%;
    scroll-snap-align:center;
}

.courbox-1 img{
    height:140px;
    width: 100%;
}

.courbox-1{
    background:whitesmoke;
    width: 300px;
    height: 300px;
    border-radius:20px;
    padding:10px;
    gap: 12px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.sec-title p{
        margin-bottom: 2px;
}


.courbox-1 p{
    margin:0 2px;
}

.btn-course{
    font-size: 13px;
    padding:3px 6px;
    border-radius:10px;
    margin-top: 2px;

}

}

@media(max-width: 480px){

.coursesbox1{

    gap:65px;
}



}







/* --------------------------------- COURSES Page End--------------------- */
/* --------------------------------- ADMISSION Page Start--------------------- */
/* --------------------------------- ADMISSION Page Start--------------------- */
/* ADMISSION */

#admission{
    min-height:90vh;
    padding:70px 20px 5px;
}

.section-title h2{
    color:white;
    text-align:center;
    margin-bottom:10px;
    font-weight:bold;
}

.section-title{
    justify-items: center;
}
.timing-section{
    width:70%;

}

.timing-card{
    background:#ffffff;
    border-radius:15px;
    padding:10px;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

.timing-card h2{
    text-align:center;
    color:#0B1F3A;
    margin-bottom:5px;
    font-size:clamp(0.8rem, 2vw, 1.5rem);
}

table{
    width:100%;
    border-collapse:collapse;
    overflow:hidden;
    border-radius:10px;
}

thead{
    background:#0B1F3A;
    color:white;
}

th, td{
    padding:5px;
    text-align:center;
    border:1px solid #ddd;
}

tbody tr:nth-child(even){
    background:#f5f5f5;
}

tbody tr:hover{
    background:#e8f0ff;
    transition:0.3s;
}

@media(max-width:768px){

    .timing-card{
        padding:5px;
    }

    table{
        font-size:11px;
    }

    th, td{
        padding:5px;
    }

.timing-section{
    width:90%;

}


}


.admis-box1{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:30px;
    flex-wrap:wrap;
    padding:20px;
}

/* LEFT BOX */

.admission-box{
    background:white;
    padding:20px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
    border:4px solid darkgreen;
    width:100%;
    max-width:500px;
}

.form-box h2{
    text-align:center;
    font-size: clamp(1.5rem, 2vw, 2.0rem);
    margin-bottom:30px;
    color:#0B1F3A;
    font-weight:bold;
}

.form-select{
    height:40px;
    margin-bottom:20px;
    border-radius:10px;
}

.info-box{
    background:#f5f5f5;
    padding:15px;
    border-radius:10px;
    margin-bottom:20px;
    font-weight:bold;
    color:#0B1F3A;
}

.subject-list{
    margin-top:10px;
    padding-left:20px;
}

.btn-submit{
    width:100%;
    padding:12px;
    border-radius:8px;
    background:#0B1F3A;
    color:white;
    text-align:center;
    font-weight:bold;
    font-size: clamp(0.8rem, 2vw, 1.3rem);;
}

/* RIGHT BOX */

.con-adm-add{
    width:100%;
    max-width:500px;
    background:white;
    padding:20px;
    border:4px solid darkgreen;
    text-align:center;
    border-radius:20px;
    box-shadow:0 0 20px rgba(0,0,0,0.3);
}

.title{
    font-size:35px;
    font-weight:bold;
    color:black;
}

.status{
    font-size:40px;
    font-weight:bold;
    margin-top:5px;
}

.open{
    color:blue;
}

.close{
    color:red;
}

.datetime{
    margin:10px 0;
    font-size:15px;
    font-weight:bold;
    color:#333;
}

.poster-box{
    position:relative;
    width:100%;
}

.poster-box img{
    width:100%;
    border-radius:2px;
}

.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    display:none;
}

.line1,
.line2{
    position:absolute;
    width:140%;
    height:10px;
    background:red;
    top:50%;
    left:-20%;
}

.line1{
    transform:rotate(45deg);
}

.line2{
    transform:rotate(-45deg);
}



.adm-time{
    color: whitesmoke;
}

/*------------------- MOBILE -----------------*/


@media(max-width:768px){

    #admission{
        padding:50px 15px 10px;
    }

    .admission-box {
        padding: 5px;   }


    .poster-box img {
    height: 250px;
    }

    .con-adm-add {
        padding: 5px;
    }
    .timing-section{
        width:100%;
    }

    .admis-box1{
        flex-wrap:nowrap;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        justify-content:flex-start;
        gap:15px;
        padding-bottom:15px;
    }

    .admis-box1::-webkit-scrollbar{
        display:none;
    }

    .admissbox{
        flex:0 0 90%;
        max-width:90%;
        scroll-snap-align:center;
    }

    .admission-box,
    .con-adm-add{
        max-width:100%;
    }

.title{
    font-size:23px;
}

}





/* --------------------------------- ADMISSION Page End--------------------- */
/* --------------------------------- ADMISSION Page End--------------------- */
/* --------------------------------- GALLERY Page Start--------------------- */

/* GALLERY */

#gallery{
    min-height:90vh;
    padding:90px 20px 5px;
}

.gallery-picture{
    display:flex;
    justify-content:center;
    align-items:center;
}

/* ================= CONTAINER ================= */

.gallery-container{
    width:100%;
    max-width:1400px;
    height:80vh;
    border-radius:30px;
    overflow:hidden;
    position:relative;
    box-shadow:0 15px 40px rgba(0,0,0,0.4);
}

/* ================= HEADER ================= */

.gallery-header{
    text-align:center;
    padding:10px 10px;
}

.gallery-header h1{
    font-size: clamp(1rem, 3vw, 2rem);
    font-weight:700;
    margin-bottom:2px;
    color:white;
}

.gallery-header p{
    color:#dbeafe;
    font-size: clamp(1rem, 0.7rem, 0.9rem);
    margin-bottom: 2px;
}

/* ================= GALLERY WRAPPER ================= */

.gallery-wrapper{
    position:relative;
    height:70vh;
    display:flex;
    align-items:center;
    overflow:hidden;
}

/* ================= GALLERY ================= */

.gallery-grid{
    display:grid;
    grid-template-rows:repeat(2,1fr);
    grid-auto-flow:column;
    gap:25px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:20px 50px;
    height:100%;
}

.gallery-grid::-webkit-scrollbar{
    display:none;
}

/* ================= CARD ================= */

.gall-card{
    min-width:300px;
    height:100%;
    border-radius:25px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
    transition:0.5s;
    box-shadow:0 10px 25px rgba(0,0,0,0.4);
    border:2px solid rgba(255,255,255,0.1);
}

.gall-card:hover{
    transform:translateY(-10px) scale(1.03);
}

.gall-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.gall-card:hover img{
    transform:scale(1.1);
}

/* ================= OVERLAY ================= */

.goverlay{
    position:absolute;
    bottom:0;
    width:100%;
    padding:20px;
    background:linear-gradient(to top,rgba(0,0,0,0.9),transparent);
}

.goverlay h3{
    font-size:1.1rem;
    font-weight:600;
    color:white;
}

/* ================= BUTTONS ================= */

.btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:white;
    color:#0f172a;
    font-size:20px;
    cursor:pointer;
    z-index:100;
    transition:0.3s;
    box-shadow:0 8px 20px rgba(0,0,0,0.3);
}

.btn:hover{
    background:#38bdf8;
    color:white;
    transform:translateY(-50%) scale(1.1);
}

.prev{
    left:15px;
}

.next{
    right:15px;
}

/* ================= POPUP ================= */

.popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.95);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:999;
    animation:fade 0.4s ease;
}

.popup img{
    width:80%;
    max-width:1000px;
    max-height:85vh;
    object-fit:cover;
    border-radius:20px;
    border:5px solid white;
    box-shadow:0 0 30px rgba(255,255,255,0.2);
}

.close-popup{
    position:absolute;
    top:110px;
    right:200px;
    font-size:40px;
    color:white;
    cursor:pointer;
    transition:0.3s;
}

.close-popup:hover{
    color:#38bdf8;
    transform:rotate(90deg);
}

/* ================= ANIMATION ================= */

@keyframes fade{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}

/* ================= MOBILE ================= */

@media(max-width:768px){

#gallery{

    padding:60px 20px 5px;
}

.gall-card{
        min-width:240px;
    }

.btn{
        width:30px;
        height:30px;
        font-size:15px;
    }

.popup img{
        width:92%;
    }

.close-popup{
    right:30px;
}

.gallery-container{
        height:80vh;
        border-radius:0;
    }

.gallery-header{
        padding:5px 5px;
    }



.gallery-header p{
         margin-bottom: 0px;
    }

.gall-card{
        min-width:200px;

    }

.gallery-grid{
        padding:10px 45px;
    }

.goverlay h3{
        font-size:0.8rem;
    }

}

/* --------------------------------- Gallery Page End--------------------- */
/* --------------------------------- ALUMI Page Start--------------------- */


/* --------------------------------- Gallery Page End--------------------- */
/* --------------------------------- ALUMI Page Start--------------------- */
/* ALUMI */


#alumni{
    min-height:90vh;
    padding:70px 20px 5px; 
}

.section-title{
    text-align:center;
    margin-bottom:5px;
}

.section-title h4{
    font-size:clamp(0.9rem, 3vw, 1.5rem);
    color:whitesmoke;
    font-weight:700;
}

.section-title p{
    color:whitesmoke;
    font-size:clamp(0.6rem, 2vw, 1rem);
    line-height:1.0;
}

/* ================= SLIDER ================= */

.alumni-slider{
    overflow:hidden;
    position:relative;
    width:100%;
}

.slider-track{
    display:flex;
    gap:20px;
    width:max-content;
    animation:scroll 85s linear infinite;
}

@keyframes scroll{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-95%);
    }

}

/* ================= CARD ================= */

.alumni-card{
    width:210px;
    min-width:210px;
    background:white;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.4s;
    text-align:center;
    padding:3px 3px;
    border: 4px solid #FFD700 ;
}

.alumni-card img{
    width:140px;
    height:140px;
    object-fit:cover;
    border-radius:50%;
    margin:auto;
    display:block;
    border:4px solid #004225;
}

.card-content{
    margin-top:5px;
}

.card-content h3{
    font-size:15px;
    color:#004225;
    font-weight:500;
    margin: 0px;
}

.card-content p{
    font-size:11px;
    margin: 0px;

}


/* ================= QUOTE BOX ================= */

.img-box{
    color:white;
    padding:30px 10px;
    border-radius:30px;
    margin-top:5px;
    text-align:center;
   justify-items: center;
}

.img-box h4{
  
    font-size:clamp(0.9rem, 3vw, 1.5rem);
    font-weight:400;
}


.img-box p{

    font-size:clamp(0.6rem, 2vw, 1rem);
}

/* ================= MOBILE RESPONSIVE ================= */

@media(max-width:768px){

    #alumni{
        padding:60px 15px 60px;
    }

 
    .alumni-card{
        width:170px;
        min-width:170px;
        padding:5px;
    }

    .alumni-card img{
        width:90px;
        height:90px;
    }

    .card-content h3{
        font-size:13px;
    }
      .card-content p{
        font-size:11px;
    }


    .img-box{
        padding:5px 5px;
    }
}


.desktop-img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.mobile-img {
    display: none;
    width: 100%;
}

/* Mobile View */
@media (max-width: 768px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
        border-radius: 20px;
    }
}





/* --------------------------------- ALUMI Page End--------------------- */
/* --------------------------------- SCHOLORSHIP Page Start--------------------- */

/* --------------------------------- ALUMI Page End--------------------- */
/* --------------------------------- SCHOLORSHIP Page Start--------------------- */

/* SCHOLORSHIP */


#scholarship{
    min-height:90vh;
    padding:80px 20px 5px;
    
}

.scholarship-box{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.scholarship-logo-area{
    display: flex;
    gap:20px;
    justify-content: center;
    justify-items: center;
    text-align: center;
    margin-bottom: 10px;
}

.scholar-logo img{
    width: 250px;
}

.scholarship-logo-area h1{
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height:55px;
    color:#fff;
    font-weight:800;
    max-width:700px;
}

.scholarship-logo-area p{
    font-size: clamp(0.9rem, 2vw, 1.2rem);

}
.scholarship-logo-area h1 span{
    color:#ffd54f;
}


.scholar-tagline{
    color:#fff;
    margin-top:10px;
    font-size:20px;
    max-width:700px;
    line-height:35px;
    text-align: center;
}

/* CARDS */

.sch-cards{
    margin-top:10px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
   
}

.sch-card{
    background:#fff;
    border-radius:25px;
    padding:30px;
    transition:0.4s;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
   
}

.sch-card:hover{
    transform:translateY(-10px);
}

.sch-card h2{
    font-size: clamp(1.2rem, 2vw, 3rem);
    margin-bottom:15px;
    color:#0d5b34;
}

.sch-card p{
    line-height:28px;
    color:#555;
    font-size:clamp(0.6rem, 1rem, 2rem);
}

.sch-card ul{
    margin-top:15px;
    padding-left:20px;
}

.sch-card ul li{
    margin-bottom:10px;
    color:#444;
    line-height:26px;
}

.highlight{
    color:#0d5b34;
    font-weight:700;
}

.scholar-text{
    margin-top:50px;
    text-align:center;
    color:#fff;
    font-size:clamp(0.6rem, 1rem, 2rem);
    font-weight:500;
    letter-spacing:1px;
}


/* RESPONSIVE */

@media(max-width:768px){

#scholarship{
    padding:50px 20px 5px;
    
}

.scholarship-logo-area {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    justify-items: center;
    text-align: center;
    margin-bottom: 10px;
}

.scholar-logo img{
    width: 130px;
}

.scholarship-logo-area h1{
    line-height:30px;
}

.scholarship-logo-area p{
    line-height:20px;
}

.smal-h-p{
    margin-bottom: -20px;
}

.sch-cards{
    margin-top:5px;
    gap:20px;
}

.sch-card{
    padding:10px;
}

.sch-card:hover{
    transform:none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom:0;
}

.sch-card ul li {
    margin-bottom: 2px; 
}

.scholar-text{
    margin-top:10px;
}


 .sch-cards{
        display:flex;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        gap:15px;
        padding-bottom:10px;
    }

.sch-cards::-webkit-scrollbar{
        display:none;
    }

.sch-cards{
        scrollbar-width:none;
    }

.sch-cards .sch-card{
        min-width:85%;
        flex:0 0 85%;
        scroll-snap-align:center;
    }

















}

/* --------------------------------- SCHOLORSHIP Page End--------------------- */
/* --------------------------------- CONTACT Page Start--------------------- */

/* CONTACT */

#contact{
    min-height:100vh;
    padding:90px 20px 5px;
}   

.contact-page{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

/* TITLE */

.con-title{
    text-align:center;
    color: whitesmoke;
    font-size:clamp(1rem, 5vw, 2rem);
    font-weight:700;
    margin-bottom:10px;
}

/* CONTENT */

.contact-container{
    flex:1;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

/* FORM */

.contact-form{
    width:45%;
    background:#ececec;
    padding:15px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,0.6);
}

.contact-form p{
    color: black;
    padding:5px;
    justify-content: center;
    font-size:clamp(14px,2vw,18px);
   
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:10px;
    margin-bottom:10px;
    border:none;
    outline:none;
    border-radius:5px;
    font-size:clamp(14px,2vw,18px);
}

.contact-form textarea{
    height:180px;
    resize:none;
}

.contact-form button{
    background:#0066ff;
    color:white;
    border:none;
    padding:14px 28px;
    border-radius:5px;
    font-size:clamp(14px,2vw,18px);
    cursor:pointer;
    transition:0.3s;
}

.contact-form button:hover{
    background:#0047b3;
}

/* MAP */

.map-box{
    width:48%;
    text-align:center;
    color: whitesmoke;
    overflow:hidden;
}

.map-box iframe{
    width:420px;
    height:420px;
    border-radius:50%;
   /* box-shadow:0 10px 30px rgba(0,0,0,0.6);*/
    background:
    url("https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg");

   box-shadow:
    inset -20px -20px 40px rgba(0,0,0,0.6),
    inset 10px 10px 20px rgba(255,255,255,0.5),
    0 0 80px rgba(0,150,255,0.6);
    animation:spin 30s linear infinite;
    transition:0.5s;
    border:none;
}

@keyframes spin{
    from{
        background-position:0 0;
    }
    to{
        background-position:900px 0;
    }
}

.map-text1 p{
    color:whitesmoke;
    margin-top:5px;
    font-size:14px;
}


.thankyou{
    width:100%;
    background:white;
    color:black;
    text-align:center;
    padding:2px;
    font-size:11px;
    font-style:italic;
    font-weight:900;
    margin: 3px;
    margin-top: 40px;
    box-shadow:0 10px 30px rgba(0,0,0,0.6);
}


/* FOOTER */

.footer{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:25px;
    flex-wrap:wrap;
    gap:20px;
    color: whitesmoke;
}

.footer-left h1{
    font-size:33px;
    color: #ffd54f;
    font-weight: 700;
}

.footer-left h3{
    font-size:23px;
}

.footer-left h5{
    font-size:18px;
    /*color: #0d5b34;*/
    font-weight: 700;
}

.footer-left p{
    margin:10px 0 20px;
    font-size:clamp(14px,2vw,18px);
}

.social-icons{
    display:flex;
    gap:20px;
}

.social-icons i{
    font-size:26px;
    cursor:pointer;
    transition:0.3s;
}

.social-icons i:hover{
    color:#00bfff;
    transform:translateY(-5px);
}

.footer-right{
    text-align:right;
}

.footer-right h2{
    font-size:28px;
    color: #ffd54f;
    font-weight: 700;
    margin-bottom:5px;
}

.footer-right p{
    font-size:clamp(14px,2vw,18px);
    line-height:1.7;
}


/*---------------- RESPONSIVE ---------------------------- */

@media(max-width:768px){


#contact{
    min-height:100vh;
    padding:50px 20px 5px;
} 

.contact-form input,
.contact-form textarea{
    padding:5px;
    margin-bottom:5px;
}

.contact-form p{
margin-bottom: 0px;
}

.contact-form textarea {
    height: 100px;
}


.contact-form button {
padding: 5px;
}


.social-icons{
        justify-content: center;
}

.contact-page{
    height:auto;
}

.contact-container{
    flex-direction:column;
}

.contact-form,
.map-box{
    width:100%;
}

.map-box iframe{
    width:300px;
    height:300px;
}

.footer{
    flex-direction:column;
    text-align:center;
}

.footer-right{
    text-align:center;
}

}

/* --------------------------------- CONTACT Page End--------------------- */
/* --------------------------------- FOOTER Page Start--------------------- */


/* --------------------------------- FOOTER Page End--------------------- */
/* --------------------------------- RESPONSIVE Page Start--------------------- */

