@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lobster&family=Salsa&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body{
    height: 100%;
    width: 100%;
}
.main{
    height: 100%;
    width: 100%;
}
.page1 img{
    height: 60vh;
    z-index: 999;
    border-radius: 50%;
    
}
.centerwork{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 40%;
} 
.page1{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /* position: relative; */
}

.main .page1 .line1{
    width: 100%;
    height: 40px;
    background-color: #257180;
    z-index: 9;
}
.line2{
    width: 100%;
    height: 40px;
    background-color: #F2E5BF;
}
.line3{
    width: 100%;
    height: 40px;
    background-color:#FD8B51;
}
/* ======================== */



nav{
    width: 100%;
    height: 60px;
    background-color: rgb(13, 13, 37);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 50px;
    position: fixed;
    z-index: 9999999;
    
}
nav h1 a{
    color: white;
    text-decoration: none;
}
nav .explore{
    padding: 10px 10px;
    background-color:#C96868;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    color: white;
    transition: 0.5s;
}

.navelem ul li{
    display: inline-block;
    color: white;
    padding:5px 10px;
    border: 1px solid white;
    border-radius: 50px;
    gap: 30px;
    transition: 0.5s;
    z-index: 99999;
    
    

    
}

.navelem ul li a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 10px;
    z-index: 999999;

}
.navelem ul li:hover{
    border: 2px solid white;
    background-color: white;
    z-index: 99999;
    
}
.navelem ul li a:hover{
    color: black;
    background-color: transparent;
    z-index: 99999;
}
.space{
    width: 0%;
}
nav .explore:hover{
    background-color: #FD8B51;
}
ul li {
    position: relative; /* Ensures the dropdown is positioned relative to the parent li */
}

.dropdown {
    display: none;
    position: absolute;
    margin-top: 5px;
    top: 100%; /* Makes sure it appears just below the parent menu item */
    left: 0;
    background-color:  rgb(13, 13, 37);
    z-index: 1; /* Ensures the dropdown is on top */
    padding: 10px 0;
    border-radius: 10px;
}

ul li:hover .dropdown, 
.dropdown:hover {
    display: block; /* Keeps the dropdown visible when hovering over it */
}

.dropdown ul {
    margin: 0;
    padding: 0;
}

.dropdown ul li {
    display: block;
    margin: 10px 0;
    border: none;
    white-space: nowrap;
}
.dropdown ul li:hover{
    background-color:white;
    border-radius:0%;
    
}
/* /* ---------------------------------- */
ul li {
    position: relative; /* Ensures the dropdown is positioned relative to the parent li */
}

.dropdown1 {
    display: none;
    position: absolute;
    margin-top: 5px;
    top: 100%; /* Makes sure it appears just below the parent menu item */
    left: 0;
    background-color:  rgb(13, 13, 37);
    z-index: 1; /* Ensures the dropdown is on top */
    padding: 10px 0;
    border-radius: 10px;
}

ul li:hover .dropdown1, 
.dropdown11:hover {
    display: block; /* Keeps the dropdown visible when hovering over it */
}

.dropdown1 ul {
    margin: 10px;
    padding: 0;
}

.dropdown1 ul li {
    display: block;
    margin: 10px 0;
    border: none;
    white-space: nowrap;
    
}
.dropdown1 ul li:hover{
    background-color:white;
    border-radius:0%;
    color: black;
} 
#menu-icon{
    position: absolute;
    right: 3%;
    font-size: 20px;
    padding: 5px 10px;
    background-color: #C96868;
    color: white;
    border: none;
}
/* ////////////////////////////media queries and side bar//////////// */
.sidebar {
    position: fixed;
    top: 0;
    right: -250px; /* Initially off-screen */
    width: 250px;
    height: 100vh;
    background-color: rgb(13, 13, 37);
    transition: right 0.3s ease; /* Smooth transition */
    z-index: 9999;
    padding: 20px; /* Add some padding */
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    margin: 20px 0; /* Space between items */
    color: white;
    
}
.sidebar ul li:hover {
   
    color: black;
    
}

.sidebar ul li a{
    color: white;
    text-decoration: none;
}

.sidebar.open {
    right: 0; /* Move sidebar into view */
}
.sidebar .explore{
    padding: 5px 5px;
    background-color:#C96868;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    color: white;
    transition: 0.5s;
}
/* Media Queries */
@media (max-width: 1024px) {
    .navelem {
        display: none; /* Hide horizontal navigation on small screens */
    }

    .sidebar {
        width: 200px; /* Adjust sidebar width for smaller screens */
        z-index:99999;
    }

    .sidebar.open {
        right: 0; /* Ensure sidebar is visible */
    }

    nav {
        padding: 10px; /* Adjust padding for smaller screens */
    }

    nav h1 {
        font-size: 18px; /* Adjust font size for smaller screens */
    }

    nav .explore {
        font-size: 20px; /* Adjust button size for smaller screens */
        display: none;
    }
   
}
.movingdiv{
    position: absolute;
    bottom: 10%;
    display:flex;
    width: 80%;
    overflow: hidden;
    
}
.move{
    display: flex;
    gap:30px;
    white-space: nowrap;
    animation-name: move;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.move h3{
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif
}
@keyframes move {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.blurleft{
    height: 100%;
    width: 20%;
    background: linear-gradient(to left,transparent,#fff);
    position: absolute;
    top:0;
    left: 0;
    z-index:2;
}
.blurright{
    height: 100%;
    width: 20%;
    background: linear-gradient(to right,transparent,#fff);
    position: absolute;
    top:0;
    right: 0;
    z-index:2;
}
/* Tablet screens */
@media (max-width: 1024px) {
    .main {
        height: auto;
        width: 100%;
        overflow-x: hidden;
    }

    .page1 img {
        height: 50vh;
    }

    .centerwork {
        top: 50%;
    }

    .page1 {
        height: 100vh;
        overflow-x: hidden;
    }

    .line1, .line2, .line3 {
        height: 35px;
    }

    .movingdiv {
        width: 85%;
        bottom: 8%;
    }

    .move h3 {
        font-size: 22px;
    }

    .blurleft, .blurright {
        width: 18%;
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .main {
        height: auto;
        width: 100%;
    }

    .page1 img {
        height: 40vh;
    }

    .centerwork {
        top: 50%;
    }

    .page1 {
        height: 100vh;
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .line1, .line2, .line3 {
        height: 30px;
    }

    .movingdiv {
        bottom: 5%;
        width: 90%;
    }

    .move h3 {
        font-size: 18px;
    }

    .blurleft, .blurright {
        width: 15%;
    }
}

/* Extra-large screens (e.g., large desktops) */
 


/* --------------------------------------------------------------------------------------------------------------- */

.page2{
    height: 100vh;
    width: 100%;
    background-color: #F5F5F7;
    position: relative;
}
.page2top{
    height: 80px;
    width: 100%;
    /* background-color: green; */
    position: absolute;
    display: flex;
    top: 20px;
    align-items: center;
    justify-content: center;
    gap:80px;
    color:#F7DCB9;

}
.excellence{
    display: flex;
    align-items: center;
    border: 2px solid white;
    padding: 10px 20px;
    border-radius: 50px;
    background-color:#705C53;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.service{
    display: flex;
    align-items: center;
    border: 2px solid white;
    padding: 10px 20px;
    background-color:#705C53;
    border-radius: 50px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.quality{
    display: flex;
    align-items: center;
    border: 2px solid white;
    padding: 10px 20px;
    background-color:#705C53;
    border-radius: 50px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.counter{
    font-size: 38px;
    padding: 0 10px;

}
/* ============================ */
@media(max-width:1040px){
    .excellence, .service, .quality {
        padding: 6px 12px;
        font-size: 14px;
        border-radius: 30px;
    }
}
@media (max-width: 920px) {
    .page2 {
        height: 100vh;
        padding: 15px;
    }

    .page2top {
        height: auto;
        flex-direction: column;
        top: 10px;
        gap: 20px;
        font-size: 16px;
    }

    .excellence, .service, .quality {
        padding: 6px 12px;
        font-size: 14px;
        border-radius: 30px;
    }

    .counter {
        font-size: 24px;
    }
}
/* ============================== */
.page2center{
    height: 40%;
    width: 80%;
    /* background-color: #3A6D8C; */
    position: absolute;
    top: 40%;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 20px;
    
}
.mission{
    height: 90%;
    width:30%;
    background-color: #740938;
    border-radius: 10%;
    display: block;
    text-align: center;
    color: white;
    
}
.mission i{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mission p{
    margin-top: 20px;
    font-size: 20px;

}


.vision{
    height: 90%;
    width:30%;
    background-color: #133E87;
    border-radius: 10%;
    display: block;
    text-align: center;
    color: white;
}
.vision i{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.vision p{
    margin-top: 20px;
    font-size: 20px;

}


.goals{
    height: 90%;
    width:30%;
    background-color: #243642;
    border-radius: 10%;
    display: block;
    text-align: center;
    color: white;
}
.goals i{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.goals p{
    margin-top: 20px;
    font-size: 20px;

}
.string{
    height:200px;
    width: 100%;
    position: absolute;
    bottom: -5%;
}
/* Tablet screens */
@media (max-width: 1024px) {
    .page2center {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70vh;
        top: 25%;
        background-color: transparent;
    }

    .mission, .vision, .goals {
        width: 80%;
        margin-bottom: 20px;
    }
    .mission{
        background-color: #740938;
    }
    .vision{
        background-color: #133E87;
    }
    .goals{
        background-color: #243642;
    }

    .mission p, .vision p, .goals p {
        font-size: 18px; /* Slightly smaller font size */
    }

    .mission i, .vision i, .goals i {
        font-size: 36px; /* Slightly smaller icon size */
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .page2center {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70vh;
        top: 25%;
        background-color: transparent;
    }

    .mission, .vision, .goals {
        width: 90%; /* Wider for mobile */
        margin-bottom: 15px; /* Smaller margin between sections */
    }
    .mission{
        background-color: #740938;
    }
    .vision{
        background-color: #133E87;
    }
    .goals{
        background-color: #243642;
    }

    .mission p, .vision p, .goals p {
        font-size: 16px; /* Smaller font size for mobile */
        /* position: absolute; */
        /* bottom: 10px; */
    }

    .mission i, .vision i, .goals i {
        font-size: 30px; /* Smaller icon size for mobile */
    }

    .string {
        height: 150px; /* Adjust height for mobile */
    }
}

/* //----------------------------------------------------------------------------------------------------- */
.page3{
    height: 100vh;
    width: 100%;
    /* background-color: orange; */
    padding: 10px 0;
    position: relative;
    
}
.page3top{
    height: 80px;
    width: 100%;
    /* background-color: yellow; */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #405D72;
    
}
.page3left{
    height: 80vh;
    width: 60%;
    /*background-color: orange;*/
    position: absolute;
    top: 20%;
    left: 2%;
    background-image: url(school.jpg);
    background-size: cover;
    background-position: center ;
}
.page3right{
    width: 35%;
    height: 80vh;
    background-color: #758694;
    position: absolute;
    top: 20%;
    right: 2%;
    border: 50px solid #405D72;
    padding: 20px 10px;
    color: white;
    font-size: 3vh;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.page3right h4{
    margin-top: 3px;
    font-size: 15px;
    position: absolute;
    right: 2%;
    color: white;
    transition: 0.2s;
    border: 1px solid #091057;
    padding: 3px 5px;
    background-color: #091057;
    border-radius: 50px;
}
.page3right h4:hover{
    color: #091057;
    background-color: white;
    border: none;
    scale: 1.1;
    
}


/* Mobile screens */
@media (max-width: 1024px) {
    .page3 {
        height: 100vh;
        padding: 5px 0;
    }

    .page3top {
        height: 60px;
        font-size: 13px;
    }

    .page3left {
        width: 90%;
        height: 40vh; /* Reduced height for mobile */
        top: 13%;
        left: 5%; /* Centered */
        margin-bottom: 20px;
    }

    .page3right {
        width: 90%;
        height: auto; /* Allow content to dictate height */
        top: 55%; /* Adjusted position */
        left: 5%; /* Centered */
        border: 20px solid #405D72;
        padding: 15px 5px;
        font-size: 2vh;
    }

    .page3right h4 {
        font-size: 12px;
    }
}
/* ----------------------------------------------------------------------------------------------------------- */

.page4{
    height: 100vh;
    width: 100%;
    /* background-color: pink; */
    position: relative;

}
.page4 .photo{
    height:85% ;
    width: 35%;
    /* background-color: red; */
    position:absolute;
    top: 10%;
    left: 10%;
    background-image: url(FB_IMG_1728967452577.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 5%;
}
.page4 .message{
    height: 60%;
    width: 50%;
    background-color:white;
    position: absolute;
    top: 20%;
    left: 40%;
    border-radius: 5%;
    padding-top: 10px;
}
.page4 .message h2{
    padding: 20px 10px;
    padding-bottom: 5px;
    font-size: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    

}
.page4 .message h3{
    padding-left: 10px;
    padding-bottom: 20px;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: grey;
}
.page4 .message p{
    padding-left: 10px;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: grey;
}
.page4 .message h4{
    margin-top: 30px;
    margin-left: 10px;
    border: 1px solid #091057;
    display: inline-block;
    padding: 5px 5px;
    color: white;
    background-color: #091057;
    border-radius: 50px;
    transition: 0.8s;
}
.page4 .message h4:hover{
    background-color: white;
    color: #091057;
    border: 2px solid #091057;
    scale: 1.1;
}
@media (max-width: 1024px) {
    .page4 {
        height: 100vh; /* Allow for dynamic height */
    }

    .page4 .photo {
        width: 45%; /* Slightly wider on tablets */
        height: 80vh; /* Allow height to adjust */
        top: 10%;
        left: 5%; /* Centered */
    }

    .page4 .message {
        width: 60%; /* Wider message box */
        top: 20%; /* Lowered position */
        left: 40%; /* Centered */
    }

    .page4 .message h2 {
        font-size: 30px; /* Smaller heading */
    }

    .page4 .message h3 {
        font-size: 20px; /* Smaller subheading */
    }

    .page4 .message p {
        font-size: 18px; /* Smaller paragraph text */
    }

    .page4 .message h4 {
        font-size: 14px; /* Smaller button text */
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .page4 {
        height: 100vh; /* Dynamic height */
        padding: 10px; /* Padding for mobile */
        /* background-color: red; */
    }

    .page4 .photo {
        width: 300px; /* Wider for mobile */
        height: 300px; /* Height adjusts */
        top: 10%; /* Reduced top space */
        left: 5%; /* Centered */
    }

    .page4 .message {
        width: 90%; /* Almost full width */
        height: 30vh;/* Dynamic height */
        top: 50%; /* Adjusted position */
        left: 5%; /* Centered */
    }

    .page4 .message h2 {
        font-size: 24px; /* Smaller heading */
    }

    .page4 .message h3 {
        font-size: 18px; /* Smaller subheading */
    }

    .page4 .message p {
        font-size: 16px; /* Smaller paragraph text */
    }

    .page4 .message h4 {
        font-size: 12px; /* Smaller button text */
    }
}
/* =============================================================================================================== */
 .page5{
    height: 100vh;
    width: 100%;
    background-color:rgb(236, 245, 250);
    position: relative;
 }
.page5 h1{
    padding-top: 20px;
    padding-left: 30px;
    font-size: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(54, 54, 54);
}
.page5 .content{
    height: 75%;
    width: 90%;
    /* background-color: #fff; */
    position: absolute;
    top: 17%;
    left: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content .preprimary{
    height: 100%;
    width:32%;
    /* background-color: red; */
    border-radius: 5%;
    position: relative;
    overflow: hidden;
}
.content .primary{
    height: 100%;
    width:32%;
    /* background-color: red; */
    border-radius: 5%;
    overflow: hidden;
}
.content .secondary{
    height: 100%;
    width:32%;
    /* background-color: red; */
    border-radius: 5%;
    overflow: hidden;
}
.preprimary .photo{
    height: 50%;
    width: 100%;
    background-color: rebeccapurple;
    border-radius: 5%;
    border-bottom-left-radius:0% ;
    border-bottom-right-radius: 0%;
    background-image: url(preprimary.jpg);
    background-size: cover;
    background-position: center;
    transition: 1s;
    overflow: hidden;
    
}
.preprimary .message{
    height: 50%;
    width: 100%;
    background-color: white;
    border-radius: 5%;
    border-top-left-radius:0% ;
    border-top-right-radius: 0%;
    
}

.preprimary .photo:hover{
    scale: 1.2;
    
}
.preprimary .message h2{
    padding: 20px 20px;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: grey;
}
.preprimary .message a{
    padding: 10px 10px;
    margin-top: 20px;
    position: absolute;
    bottom: 8%;
    border: 1px solid black;
    background-color: #091057;
    color: white;
    text-decoration: none;
    margin-left: 20px;
    border-radius: 50px;
}
.preprimary .message p{
    padding: 0 20px;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.preprimary .message a:hover{
    background-color: brown;
    border: none;
    
}

.primary .photo{
    height: 50%;
    width: 100%;
    background-color: rebeccapurple;
    border-radius: 5%;
    border-bottom-left-radius:0% ;
    border-bottom-right-radius: 0%;
    background-image: url(primary.jpg);
    background-size: cover;
    background-position: center;
    transition: 1s;
    overflow: hidden;
}
.primary .message{
    height: 50%;
    width: 100%;
    background-color: white;
    border-radius: 5%;
    border-top-left-radius:0% ;
    border-top-right-radius: 0%;
    
}
.primary .photo:hover{
    scale: 1.2;
    
}
.primary .message h2{
    padding: 20px 20px;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: grey;
}
.primary .message a{
    padding: 10px 10px;
    margin-top: 20px;
    position: absolute;
    bottom: 8%;
    border: 1px solid black;
    background-color: #091057;
    color: white;
    text-decoration: none;
    margin-left: 20px;
    border-radius: 50px;
    transition: 0.5s;
}
.primary .message p{
    padding: 0 20px;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.primary .message a:hover{
    background-color: brown;
    border: none;
    
}

.secondary .photo{
    height: 50%;
    width: 100%;
    background-color: rebeccapurple;
    border-radius: 5%;
    border-bottom-left-radius:0% ;
    border-bottom-right-radius: 0%;
    background-image: url(hm3.jpg);
    background-size: cover;
    background-position: center;
    transition: 1s;
    overflow: hidden;
}
.secondary .message{
    height: 50%;
    width: 100%;
    background-color: white;
    border-radius: 5%;
    border-top-left-radius:0% ;
    border-top-right-radius: 0%;
    
}
.secondary .photo:hover{
    scale: 1.2;
    
}
.secondary .message h2{
    padding: 20px 20px;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: grey;
}
.secondary .message a{
    padding: 10px 10px;
    margin-top: 20px;
    position: absolute;
    bottom: 8%;
    border: 1px solid black;
    background-color: #091057;
    color: white;
    text-decoration: none;
    margin-left: 20px;
    border-radius: 50px;
    transition: 0.5s;
}
.secondary .message p{
    padding: 0 20px;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.secondary .message a:hover{
    background-color: brown;
    border: none;
    
}
@media (max-width: 1024px) { /* Tablet */
    .page5 .content {
        flex-direction: column; /* Stack vertically */
        align-items: center; /* Center items */
        justify-content: center; /* Center content */
        height: 90vh;
        top: 10%;
    }
    
    .content .preprimary,
    .content .primary,
    .content .secondary {
        width: 60%; /* Adjust width for vertical layout */
        margin-bottom: 20px; /* Add spacing between boxes */
        height: 50%;
    }
    .preprimary .message p{
        display: none;
    }
    .primary .message p{
        display: none;
    }
    .secondary .message p{
        display: none;
    }
}

@media (max-width: 480px) { /* Mobile */
    .page5 .content {
        flex-direction: column; /* Stack vertically */
        align-items: center; /* Center items */
        justify-content: center; /* Center content */
        height: 80vh;
    }
    
    .content .preprimary,
    .content .primary,
    .content .secondary {
        width: 90%; /* Adjust width for smaller screens */
        margin-bottom: 15px; /* Add spacing between boxes */
    }
    .page5 h1{
        font-size: 30px;
    }
    
    .preprimary .message p{
        display: none;
    }
    .primary .message p{
        display: none;
    }
    .secondary .message p{
        display: none;
    }
   
}
@media (max-width: 376px) { /* Mobile */
    .page5 .content {
        flex-direction: column; /* Stack vertically */
        align-items: center; /* Center items */
        justify-content: center; /* Center content */
        height: 80vh;
    }
    
    .content .preprimary,
    .content .primary,
    .content .secondary {
        width: 90%; /* Adjust width for smaller screens */
        margin-bottom: 15px; /* Add spacing between boxes */
    }
    .page5 h1{
        font-size: 30px;
    }
    .preprimary .message p{
        display: none;
    }
    .primary .message p{
        display: none;
    }
    .secondary .message p{
        display: none;
    }
    
    .preprimary .message h2{
        position: absolute;
        top: 60px;
        font-size: 20px;
    }
    .primary .message h2{
        position: absolute;
        top: 60px;
        font-size: 20px;
    }
    .secondary .message h2{
        position: absolute;
        top: 60px;
        font-size: 20px;
    }
}
/* ================================================================================= */

.page6{
    height: 100vh;
    width: 100%;
    /* background-color: pink; */
    color: black;
    position: relative;
}
.page6 h1{
  position: absolute;
  top: 5%;
  left: 5%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #7695FF;

}
.page6 .box1{
    height: 180px;
    width: 42%;
    background-color: white;
    position: absolute;
    top: 20%;
    left: 5%;
    border-radius: 20px;
}
.page6 .box2{
    height: 180px;
    width: 42%;
    background-color: white;
    position: absolute;
    top: 20%;
    right: 5%;
    border-radius: 20px;
}
.page6 .box3{
    height: 180px;
    width: 42%;
    background-color: white;
    position: absolute;
    bottom: 10%;
    left: 5%;
    border-radius: 20px;
}
.page6 .box4{
    height: 180px;
    width: 42%;
    background-color: white;
    position: absolute;
    bottom: 10%;
    right:5%;
    border-radius: 20px;
}
.page6 .box1 i{
    font-size: 170px;
    position: absolute;
    left: 2%;
    font-weight:100;
    color:#003049;
}
.page6 .box1 p{
    position:absolute;
    top: 45%;
    left:5.1%;
    text-align: center;
    font-size: 27px;

}
.page6 .box1 h3{
    position: absolute;
    top: 20%;
    left: 35%;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #557C56;
}
.page6 .box1 h4{
    position: absolute;
    top: 45%;
    left: 35%;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #33372C;
}

.page6 .box2 i{
    font-size: 170px;
    position: absolute;
    left: 2%;
    font-weight:100;
    color:  #003049;;
}
.page6 .box2 p{
    position:absolute;
    top: 45%;
    left:5.1%;
    text-align: center;
    font-size: 27px;

}
.page6 .box2 h3{
    position: absolute;
    top: 20%;
    left: 35%;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #557C56;
}
.page6 .box2 h4{
    position: absolute;
    top: 45%;
    left: 35%;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #33372C;
}
.page6 .box3 i{
    font-size: 170px;
    position: absolute;
    left: 2%;
    font-weight:100;
    color:  #003049;;
}
.page6 .box3 p{
    position:absolute;
    top: 45%;
    left:5.1%;
    text-align: center;
    font-size: 27px;

}
.page6 .box3 h3{
    position: absolute;
    top: 20%;
    left: 35%;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #557C56;
}
.page6 .box3 h4{
    position: absolute;
    top: 45%;
    left: 35%;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #33372C;
}
.page6 .box4 i{
    font-size: 170px;
    position: absolute;
    left: 2%;
    font-weight:100;
    color:  #003049;;
}
.page6 .box4 p{
    position:absolute;
    top: 45%;
    left:5.1%;
    text-align: center;
    font-size: 27px;

}
.page6 .box4 h3{
    position: absolute;
    top: 20%;
    left: 35%;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #557C56;
}
.page6 .box4 h4{
    position: absolute;
    top: 45%;
    left: 35%;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #33372C;
}
.page6 #one{
    font-size: 30px;
    position: absolute;
    bottom: 10%;
    margin-left: 90%;
    color: grey;
    transition: 0.5s;
}
.page6 .box1{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.page6 .box2{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.page6 .box3{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.page6 .box4{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.page6 #one:hover{
    scale: 1.2;
    color: brown;
}
/* Media query for tablets (widths up to 768px) */
@media (max-width: 1024px) {
    .page6 h1 {
        top: 3%;
        left: 3%;
        font-size: 1.5em;
    }
    .page6 .box1, .page6 .box2, .page6 .box3, .page6 .box4 {
        width: 90%;
        height: 160px;
        left: 5%;
        right: 5%;
        top: auto;
        bottom: auto;
        position: relative;
        margin-bottom: 20px;
    }
    .page6 .box1 i, .page6 .box2 i, .page6 .box3 i, .page6 .box4 i {
        font-size: 100px;
        left: 5%;
    }
    .page6 .box1 h3, .page6 .box2 h3, .page6 .box3 h3, .page6 .box4 h3,
    .page6 .box1 h4, .page6 .box2 h4, .page6 .box3 h4, .page6 .box4 h4 {
        left: 35%;
        font-size: 18px;
    }
    .page6 #one {
        font-size: 24px;
        margin-left: 80%;
    }
    .page6 .box1 p, .page6 .box2 p, .page6 .box3 p, .page6 .box4 p{
        position: absolute;
        left: 7%;
        font-size: 15px;
        top: 30%;
    }
    .page6 .box1{
        position: absolute;
        top: 10%;
    }
    .page6 .box2{
        position: absolute;
        top: 30%;
    }
    .page6 .box3{
        position: absolute;
        top: 50%;
    }
    .page6 .box4{
        position: absolute;
        top: 70%;
    }
}

/* Media query for mobile (widths up to 480px) */
@media (max-width: 480px) {
    .page6 h1 {
        top: 3%;
        left: 3%;
        font-size: 1.2em;
    }
    .page6 .box1, .page6 .box2, .page6 .box3, .page6 .box4 {
        width: 95%;
        height: 140px;
        left: 2.5%;
        margin-bottom: 15px;
    }
    .page6 .box1 i, .page6 .box2 i, .page6 .box3 i, .page6 .box4 i {
        font-size: 80px;
        left: 5%;
    }
    .page6 .box1 h3, .page6 .box2 h3, .page6 .box3 h3, .page6 .box4 h3,
    .page6 .box1 h4, .page6 .box2 h4, .page6 .box3 h4, .page6 .box4 h4 {
        left: 30%;
        font-size: 16px;
    }
    .page6 #one {
        font-size: 20px;
        margin-left: 70%;
    }
    .page6 .box1 p, .page6 .box2 p, .page6 .box3 p, .page6 .box4 p{
        position: absolute;
        left: 7%;
        font-size: 13px;
        top: 30%;
    }
    .page6 .box1{
        position: absolute;
        top: 10%;
    }
    .page6 .box2{
        position: absolute;
        top: 30%;
    }
    .page6 .box3{
        position: absolute;
        top: 50%;
    }
    .page6 .box4{
        position: absolute;
        top: 70%;
    }
}


/* ======================================================================================================== */

.page7{
    height: 100vh;
    width: 100%;
    /* background-color: #FEFAE0; */
    position: relative;
}
.page7 h1{
    position: absolute;
    top: 40px;
    left: 30px;
}
.page7 .container{
    height: 60%;
    width: 85%;
    /* background-color: red; */
    position: absolute;
    top: 25%;
    right: 7.5%;
    display: flex;
    justify-content: space-between;
}
.container .boxone{
    height: 100%;
    width: 28%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    color: white;
    border: 1px solid transparent;
}
.container .boxtwo{
    height: 100%;
    width: 28%;
    background-color: white;
    position: relative;
    overflow: hidden;
    color: white;
}
.container .boxthree{
    height: 100%;
    width: 28%;
    background-color: white;
    position: relative;
    overflow: hidden;
    color: white;
}
.page7photo{
    height: 50%;
    
    background-color: burlywood;
    
    background-image: url(plus2.jpg);
    background-size:cover;
    background-position: center;
    border-bottom-left-radius: 50%;
    transition:1s;
    opacity: 1;
}
.page7photo:hover{
    scale: 1.2;
}
.page7message{
    height: 50%;
    background-color: #0C1844;
    border-top-right-radius: 100px;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius:10px ;
}
.page7message h3{
    margin-top: 20px;
    margin-left: 10px;
    padding: 5px 5px;
    font-size:16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
    border: 1px solid rgb(212, 212, 212);
    display: inline-block;
    border-radius: 50px;
    background-color: rgb(212, 212, 212);
    color: white;
}
.page7message p{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.page7message h4{
    margin-left: 30px;
    margin-top: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:white
}
.page7message a{
    font-size: 30px;
    position: absolute;
    bottom: 2%;
    right: 5%;
    color: white;
    transition: 0.5s;
}
.page7message a:hover{
    scale: 1.2;
    color: brown;

}
@media (max-width: 1024px) {
    .page7 h1 {
        top: 20px;
        left: 20px;
        font-size: 1.5em;
    }
    .page7 .container {
        width: 90%;
        height: auto;
        top: 20%;
        flex-direction: column;
        align-items: center;
        right: 5%;
        top: 10%;
    }
    .container .boxone, .container .boxtwo, .container .boxthree {
        width: 60%;
        height: 250px;
        margin-bottom: 20px;
    }
    .page7photo {
        height: 50%;
    }
    .page7message h3 {
        font-size: 22px;
        
    }
    .page7message h4{
        display: none;
    }
    .page7message p {
        font-size: 18px;
        /* display: none; */
    }
    .page7message a {
        font-size: 26px;
        position: absolute;
        bottom: 5%;
    }
}
/* Media query for tablets (widths up to 768px) */
@media (max-width: 768px) {
    .page7 h1 {
        top: 20px;
        left: 20px;
        font-size: 1.5em;
    }
    .page7 .container {
        width: 90%;
        height: auto;
        top: 20%;
        flex-direction: column;
        align-items: center;
        right: 5%;
        top: 10%;
    }
    .container .boxone, .container .boxtwo, .container .boxthree {
        width: 55%;
        height: 250px;
        margin-bottom: 20px;
        /* height: 50%; */
    }
    .page7photo {
        height: 45%;
    }
    .page7message h3 {
        font-size: 22px;
        
    }
    .page7message h4{
        display: none;
    }
    .page7message p {
        font-size: 18px;
        /* display: none; */
    }
    .page7message a {
        font-size: 26px;
        position: absolute;
        bottom: 5%;
    }
}

/* Media query for mobile (widths up to 480px) */
@media (max-width: 480px) {
    .page7 h1 {
        top: 15px;
        left: 15px;
        font-size: 1.2em;
    }
    .page7 .container {
        width: 95%;
        top: 10%;
    }
    .container .boxone, .container .boxtwo, .container .boxthree {
        width: 60%;
        height: 220px;
        border: none;
    }
    .page7photo {
        height: 50%;
    }
    .page7message h3 {
        font-size: 18px;
    }
    .page7message p {
        font-size: 16px;
    }
    .page7message a {
        font-size: 20px;
        position: absolute;
        bottom: 3%;
    }
}

/* ---------------------------------------------------------------------------- */
.page8{
    height: 100vh;
    width: 100%;
    /* background-color: red; */
    position: relative;
    /* background-color: #B7B7B7; */
}
.page8 h1{
    position:absolute;
    margin-top: 20px;
    margin-left: 30px;
    font-family:Georgia, 'Times New Roman', Times, serif ;
    color: #705C53;
    
}
.page8 i{
    font-size: 40px;
    position: absolute;
    top: 20px ;
    right: 30px;
    color: #705C53;
    transition: 0.5s;
}
.center{
    
    width: 70%;
    position: relative;
    left: 20%;
    top: 55%;
    transform: translate(0%, -50%);
    height: 80%;
    /* background-color: red; */
    z-index:999;
    
}
.imagecontainer{
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 0%;
    z-index:999;
    
    /* background-color: yellow; */
}
img{
    height: 100%;
   
    object-fit: cover;
    z-index:999;
}


.text{
    overflow: hidden;
    width: 400px;
    height: 100px;
    /* background-color: red ; */
    position: absolute;
    bottom: 15%;
    left: -10%;
    z-index:999;
    color: green;
    z-index:999;
    display: none;
}
.text h1{
    font-size: 6vw;
    position: absolute;
    top:100px;
    z-index:999;
}
.page8 i:hover{
    scale: 1.3;
    color: brown;
}
/* Media query for tablets (widths up to 768px) */
@media (max-width: 768px) {
    .page8 h1 {
        margin-top: 15px;
        margin-left: 20px;
        font-size: 1.8em;
    }
    .page8 i {
        font-size: 35px;
        top: 15px;
        right: 20px;
    }
    .center {
        width: 80%;
        left: 10%;
        top: 50%;
        height: 70%;
    }
    .imagecontainer {
        width: 100%;
    }
    .text {
        width: 90%;
        left: 5%;
        bottom: 10%;
    }
    .text h1 {
        font-size: 5vw;
        top: 80px;
    }
}

/* Media query for mobile (widths up to 480px) */
@media (max-width: 480px) {
    .page8 h1 {
        margin-top: 10px;
        margin-left: 15px;
        font-size: 1.5em;
    }
    .page8 i {
        font-size: 30px;
        top: 10px;
        right: 15px;
    }
    .center {
        width: 90%;
        left: 5%;
        top: 45%;
        height: 60%;
    }
    .imagecontainer {
        width: 100%;
    }
    .text {
        width: 100%;
        left: 5%;
        bottom: 8%;
    }
    .text h1 {
        font-size: 4.5vw;
        top: 60px;
    }
}

/* -------------------------------------------------------------------------------------------------------- */
.page9{
    height: 100vh;
    width: 100%;
    /* background-color: #FEF9F2; */
    position: relative;
}
.page9 h1{
    position:absolute;
    margin-top: 20px;
    margin-left: 30px;
    font-family:Georgia, 'Times New Roman', Times, serif ;
    color: #705C53;
    
}
#page9icon{
    font-size: 40px;
    position: absolute;
    top: 20px ;
    right: 30px;
    color: #705C53;
    transition: 0.5s;
}
.leftdivmain{
    height: 85%;
    width: 35%;
    border-radius: 5%;
    background-color:black ;
    position: absolute;
    top: 13%;
    left: 20px;
    overflow: hidden;
}
.leftdivmain .leftdiv{
    height: 100%;
    width: 100%;
    border-radius: 5%;
    background-color: white;
    
    background-image: url(district.jpg);
    background-size: cover;
    background-position: center;
    transition:1s;
}
.leftdiv:hover{
    scale: 1.2;
}
 .leftdivmain h2{
    position: absolute;
    bottom: 50px;
    font-size: 22px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 5px;
}
.leftdivmain p{
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 5px;
}
.rightdiv{
    height:85%;
    width: 58%;
    position: absolute;
    top: 13%;
    right: 30px;
    /* background-color: blue; */
}
.right1{
    height: 22%;
    width: 100%;
    background-color: #f6bd60;
    margin-bottom: 20px;
    /* display: flex; */
    transition:0.5s;

}

.right2{
    height: 22%;
    width: 100%;
    background-color: #f7ede2;
    margin-bottom: 20px;
}
.right3{
    height: 22%;
    width: 100%;
    background-color: #f5cac3;
    margin-bottom: 20px;

}
.right4{
    height: 22%;
    width: 100%;
    background-color: #84a59d;

}
.right1photo{
    height: 100%;
    width: 20%;
    background-color: green;
    border-radius: 5%;
    background-image: url(municipal.jpg);
    background-size: contain;
    background-position: center;
    transition:1s;
    display: inline-block;
}
.right1photo:hover{
    scale: 1.2;
}
.right1 h3{
    position: absolute;
    top:2%;
    left: 25%;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.right1 h4{
    position: absolute;
    top:8%;
    left: 25%;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
    color: grey;
}

.right2photo{
    height: 100%;
    width: 20%;
    background-color: green;
    border-radius: 5%;
    background-image: url(gobin.jpg);
    background-size: cover;
    background-position: center;
    transition:1s;
    display: inline-block;
}
.right2photo:hover{
    scale: 1.2;
}
.right2 h3{
    position: absolute;
    top:30%;
    left: 25%;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.right2 h4{
    position: absolute;
    top:36%;
    left: 25%;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
    color: gray;
}


.right3photo{
    height: 100%;
    width: 20%;
    background-color: green;
    border-radius: 5%;
    background-image: url(icchul.jpg);
    background-size: contain;
    background-position: center;
    transition:1s;
    display: inline-block;
}
.right3photo:hover{
    scale: 1.2;
}
.right3 h3{
    position: absolute;
    top:55%;
    left: 25%;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.right3 h4{
    position: absolute;
    top:62%;
    left: 25%;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
    color: gray;
}




.right4photo{
    height: 100%;
    width: 20%;
    background-color: green;
    border-radius: 5%;
    background-image: url(care.jpg);
    background-size: contain;
    background-position: center;
    transition:1s;
    display: inline-block;
}
.right4photo:hover{
    scale: 1.2;
}
.right4 h3{
    position: absolute;
    top:80%;
    left: 25%;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.right4 h4{
    position: absolute;
    top:86%;
    left: 25%;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
    color: grey;
}
/* Media query for tablets (width up to 768px) */
@media (max-width: 1024px) {
    .page9 {
        height: 120vh;
        padding-bottom: 20px;
    }
    
    .page9 h1 {
        margin-top: 15px;
        margin-left: 20px;
        font-size: 1.8em;
    }

    #page9icon {
        font-size: 35px;
        top: 15px;
        right: 20px;
    }

    .leftdivmain {
        width: 90%;
        height: 40%;
        margin: 0 auto;
        top: 10%;
        left: 0;
        display: none;
    }

    .rightdiv {
        width: 90%;
        height: auto;
        position: relative;
        margin: 20px auto;
        padding-bottom: 20px;
        right: 0;
        top: 8%;
        text-align: left;
    }

    /* Align each .right section vertically */
    .right1, .right2, .right3, .right4 {
        width: 100%;
        height: 20%;
        margin: 10px 0;
        position: relative;
        background-color: #133E87;
    }
    .right2{
        background-color: #CB6040;
    }
    .right3{
        background-color: #D91656;
    }
    .right4{
        background-color: #16325B;
    }

    /* Adjust images to fit vertically */
    .right1photo, .right2photo, .right3photo, .right4photo {
        width: 30%;
        height: 150px;
        display: block;
        margin: 0 auto;
    } 

    /* Center the text in each section */
    .right1 h3, .right2 h3, .right3 h3, .right4 h3,
    .right1 h4, .right2 h4, .right3 h4, .right4 h4 {
        position: static;
        text-align: left;
        padding: 10px;
        color: white;
    }
}

/* Media query for mobile (width up to 480px) */
@media (max-width: 480px) {
    .page9 h1 {
        margin-top: 10px;
        margin-left: 15px;
        font-size: 1.5em;
    }

    #page9icon {
        font-size: 30px;
        top: 10px;
        right: 15px;
    }

    .leftdivmain {
        width: 95%;
        height: auto;
        margin: 0 auto;
        top: 5%;
        display: none;
    }

    .rightdiv {
        width: 95%;
        height: 90vh;
        margin: 15px auto;
    }

    .right1, .right2, .right3, .right4 {
        width: 100%;
        height: 30%;
    }

    .right1photo, .right2photo, .right3photo, .right4photo {
        width: 35%;
        height: 150px;
    }

    .right1 h3, .right2 h3, .right3 h3, .right4 h3,
    .right1 h4, .right2 h4, .right3 h4, .right4 h4 {
        text-align: left;
        padding: 5px 0;
        font-size: 0.9em;
    }
}



/* -------------------------------------------------------------------------------------- */
.page10{
    min-height: 100vh;
    width: 100%;
    background-color: rgb(1, 1, 28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Afacad Flux", sans-serif;
    color: white;
    
}
/* Testimonial Section Styles */
.testimonial-section {
    width: 100%;
    padding: 50px 20px;
    /* background-color: #f9f9f9; */
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
}

.testimonial-section h1 {
    font-size: 2.5em;
    color: white;
    margin-bottom: 40px;
}

/* Testimonial Box Styles */
.testimonial-slider {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
}

.testimonial-box {
    min-width: 80%;
    max-width: 500px;
    padding: 20px;
    color: #333;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: opacity 0.5s ease;
    text-align: center;
    display: none;
}

.testimonial-box.active {
    display: block;
}

.client-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial-box p {
    font-size: 1.1em;
    line-height: 1.5;
    font-style: italic;
    margin: 20px 0;
}

.testimonial-box h3 {
    font-size: 1.2em;
    color: #555;
    margin-top: 10px;
    font-weight: bold;
}

/* Next Button */
.next-button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1em;
    color: #333;
    background-color: #ddd;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.next-button:hover {
    background-color: #ccc;
}

/* Media Query for Mobile */
@media (max-width: 480px) {
    .testimonial-section h1 {
        font-size: 1.8em;
    }

    .testimonial-box {
        width: 90%;
    }

    .client-photo {
        width: 60px;
        height: 60px;
    }

    .testimonial-box p {
        font-size: 1em;
    }
}

/* ========================================================================================= */

.page11{
    min-height: 50vh;
    width:100% ;
    background-color: #111;
    position: relative;
}
.page11topdiv{
    height: 100px;
    width: 100%;
    /* background-color: red; */
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page11topdiv i{
    font-size: 40px;
    padding:0 20px;
    color: grey;
}
.page11 .line1{
    height: 3px;
    width:27%;
    background-color: grey;
    position: absolute;
    left: 3%
}
.page11 .line2{
    height: 3px;
    width:27%;
    background-color: grey;
    position: absolute;
    right: 3%
}
.page11center{
    height: 120px;
    width: 400px;
    /* background-color: red; */
    position: absolute;
    top: 25%;
    left: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page11center h2{
    font-size: 30px;
    padding-top: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(233, 233, 233);
}
.page11center p{
    position: absolute;
    bottom:0%;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;

}
.page11bottom{
    height: 40px;
    width: 100%;
    /* background-color: red; */
    position: absolute;
    top:70% ;
    display: flex;
    align-items: center;
    justify-content: center;

}
.page11bottom a{
    padding-left:30px;
    padding-right: 30px;
    font-size: 18px;
    /* text-decoration: none; */
    /* border: 1px solid white; */
    border-right: 1px solid white;
    /* padding-top: 5px; */
    color: white;
    font-family: "Josefin Sans", sans-serif;
    

}
.myname{
    height: 20px;
    width: 100%;
    background-color: grey;
    position: absolute;
    bottom:5%;
    display: flex;
    align-items: center;
    justify-content: center;

}
#facebook:hover{
    color: #316FF6;
    /* background-color: white; */
    scale: 1.2;
    
}
#twitter:hover{
    color: #1DA1F2;
    scale: 1.2;
}
#youtube:hover{
    color: #CD201F;
    scale: 1.2;
}
#instagram:hover{
    color:#e1306c;
    scale:1.2

}
#tiktok:hover{
    color:#ff0050;
    scale:1.2

}
#linkedin:hover{
    color: #0a66c2;
    scale: 1.2;
}

/* media queries for last footer */
/* For tablets (769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .page11{
        position: relative;
        top: 100%;
    }
    .page11topdiv {
        height: 80px; /* Smaller height */
    }

    .page11topdiv i {
        font-size: 30px; /* Smaller icon size */
    }

    .page11 .line1, .page11 .line2 {
        width: 20%; /* Adjust the width of the lines */
    }

    .page11center {
        top: 30%; /* Center text position */
        left: 30%; /* Slightly centered */
        width: 50%; /* Reduced width for better responsiveness */
    }

    .page11center h2 {
        font-size: 24px; /* Slightly smaller heading size */
    }

    .page11center p {
        font-size: 14px; /* Smaller paragraph size */
    }

    .page11bottom {
        height: 30px; /* Smaller height for bottom div */
    }

    .page11bottom a {
        font-size: 16px; /* Smaller link font size */
        padding: 10px; /* Adjusted padding */
    }

    .myname {
        font-size: 12px; /* Smaller footer text size */
    }
    .page11 .line1{
        display: none;
    }
    .page11 .line2{
        display: none;
    }
}

/* For mobile phones (480px and below) */
@media (max-width: 769px) {
    .page11topdiv {
        height: 60px; /* More compact height */
    }

    .page11topdiv i {
        font-size: 25px; /* Smaller icon size */
    }

    .page11 .line1, .page11 .line2 {
        width: 15%; /* Shorter line width for mobile */
    }

    .page11center {
        top: 35%; /* Adjust center position */
        left: 15%; /* Keep it centered */
        width: 70%; /* Reduced width for mobile */
    }

    .page11center h2 {
        font-size: 20px; /* Smaller heading size */
    }

    .page11center p {
        font-size: 12px; /* Smaller paragraph size */
    }

    .page11bottom {
        height: 25px; /* Reduced height */
    }

    .page11bottom a {
        font-size: 14px; /* Smaller link font */
        padding: 5px; /* Adjusted padding */
    }

    .myname {
        font-size: 10px; /* Reduced footer text size */
    }
    .page11 .line1{
        display: none;
    }
    .page11 .line2{
        display: none;
    }
}
