*{
    margin:0; padding:0;
    box-sizing: border-box;
    font-family: Garamond, 'Times New Roman', Times, serif;
    outline: none; border:none;
    text-decoration: none;
    transition: .2s linear;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    overflow-x: hidden;
}

section{
    padding:2rem 9%;	
}

.heading{
    text-align: center;
    font-size: 4rem;
    color:#333;
    margin:2rem 0;
    background:white;
}

.heading span{
    color: #0c3152;
}

.btn{
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background:#6b63dd;
    color:black;
    padding:.9rem 3.5rem;
    cursor: pointer;
    font-size: 1.7rem;
}

.btn:hover{
	 letter-spacing: 5px;
}

.btns{
	text-align: center;
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background:#E0E1A0;
    color:black;
    padding:.9rem 3.5rem;
    cursor: pointer;
    font-size: 1.7rem;
}

.button-container {
    text-align: center;
   
}

.dual-button {
    display: flex;
    width: 200px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.half-button {
    flex: 1;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background-color: #f4f4f4;
    transition: background-color 0.3s ease;
}

.half-button.left:hover {
    background-color: #d1f4ff; 
    color: #0056b3;
    letter-spacing: 1px;
}

.half-button.right:hover {
    background-color: #ffe5d1;
    color: #b35600;
    letter-spacing: 1px;
}

.divider {
    width: 1px;
    background-color: #f4f4f4;
    height: auto;
    font-size: 18px;
    font-weight:bolder;
    color: #999;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  

header {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    align-items:center;
    padding: 10px 20px;
    background-color: #074057;
    border-bottom: 1px solid #ddd;
}

.logo-container {
    display: flex;
    align-items: center;
   
}


.logo {
    width: 40px; 
    height: 40px;
   
}

.school-name {
    font-size: 18px; /* Adjust text size */
    font-weight: bold;
    margin-left: 10px;
    color: #ffffff;
}

header .navbar a{
    font-size: 2rem;
    padding: 10px;
    color:#e1e6eb;
}

header .navbar a:hover:after{
  opacity: 1;
  bottom: 8px;
}

header .navbar a:hover{
    color:#3bffffbe;
    letter-spacing: 2px;
}

header .icons a{
    font-size: 2.5rem;
    color:black;
    margin-left: 1.5rem;
}

header .icons a:hover{
    color:var(--pink);
}

header #toggler{
    display: none;
}

header .fa-bars{
    font-size: 3rem;
    color:black;
    border-radius: .5rem;
    padding:.5rem 1.5rem;
    cursor: pointer;
    border:.1rem solid rgba(0,0,0,.3);
    display: none;
}

.home{
    display: flex;
    align-items: center;
    min-height: 100vh;
    background:url(PLMAR-GH-\ BG.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.home .content h1{
    font-size: 30px;
    color:#0C3152;
}

.home .content h3{
    font-size: 50px;
    color:#051f36;
}

.home .content p{
    font-size: 1.5rem;
    color:black;
    padding:1rem 0;
    line-height: 1.5;
}

.about .row{
    display: flex;
    align-items: center;
    gap:2rem;
    flex-wrap: wrap;
    padding:2rem 0;
    padding-bottom: 3rem;
}

.about .row .video-container{
    flex:1 1 40rem;
    position:static;
}

.about .row .video-container video{
    width:100%;
    border:1.5rem solid #fff;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    height: 100%;
    object-fit: cover;
}

.about .row .video-container h3{
    position: absolute;
    top:50%; transform: translateY(-50%);
    font-size: 3rem;
    background:#fff;
    width:100%;
    padding:1rem 2rem;
    text-align: center;
    mix-blend-mode: screen;
}

.about .row .content{
    flex:1 1 40rem;
}

.about .row .content h3{
    font-size: 3rem;
    color:#333;
}

.about .row .content p{
    font-size: 1.5rem;
    color:#999;
    padding:.5rem 0;
    padding-top: 1rem;
    line-height: 1.5;
}

.icons-container{
    background:#eee;
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.services .row{
    display: flex;
    align-items: center;
    gap:2rem;
    flex-wrap: wrap;
    padding:2rem 0;
    padding-bottom: 3rem;
}

.services .row .video-container{
    flex:1 1 40rem;
    position:static;
}

.services .row .video-container video{
    width:100%;
    border:1.5rem solid #fff;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    height: 100%;
    object-fit: cover;
}

.services .row .video-container h3{
    position: absolute;
    top:50%; transform: translateY(-50%);
    font-size: 3rem;
    background:#fff;
    width:100%;
    padding:1rem 2rem;
    text-align: center;
    mix-blend-mode: screen;
}

.services .row .content{
    flex:1 1 40rem;
}

.services .row .content h3{
    font-size: 3rem;
    color:#333;
}

.services .row .content p{
    font-size: 1.5rem;
    color:#999;
    padding:.5rem 0;
    padding-top: 1rem;
    line-height: 1.5;
}

.icons-container{
    background:#eee;
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.icons-container .icons{
    background:#fff;
    border:.1rem solid rgba(0,0,0,.1);
    padding:2rem;
    display: flex;
    align-items: center;
    flex:1 1 25rem;
}

.icons-container .icons img{
    height:5rem;
    margin-right: 2rem;
}

.icons-container .icons:hover{
    transform: scale(1.05);
	box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
}

.icons-container .icons h3{
    color:#333;
    padding-bottom: .5rem;
    font-size: 1.5rem;
}

.icons-container .icons span{
    color:#555;
    font-size: 1.3rem;
}

.services .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.services .box-container .box:hover{
			transform: scale(1.05);
			box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
}

.services .box-container .box{
    flex:1 1 30rem;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    border-radius: .5rem;
    padding:3rem 2rem;
    position: relative;
    border:.1rem solid rgba(0,0,0,.1);
}

.services .box-container .box .fa-quote-right{
    position: absolute;
    bottom:3rem; right:3rem;
    font-size: 6rem;
    color:#eee;
}

.services .box-container .box p{
    color:#999;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 2rem;
}

.contact .box-containers{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
   gap:1.5rem;
   align-items: flex-start;
   
}

.contact .box-containers .boxy{
   text-align: center;
}

.contact .box-containers .boxy i{
   font-size: 30px;
   line-height: 6rem;
   height: 6rem;
   width: 6rem;
   border-radius: 50%;
   background-color:#17095c;
   color: rgb(220, 220, 231);
   margin-bottom: 1rem;
}

.contact .box-containers .boxy h3{
   margin:1rem 0;
   font-size: 2rem;
   color:#040a41;
}

.contact .box-containers .boxy p{
   line-height: 2;
   font-size: 1.6rem;
   color:var(--light-color);
}

#faq {
    max-width: 600px;
    margin: 0 auto;
}

#faq h2 {
    text-align: center;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    background-color: #87CEEB; /* Light blue */
    color: #000;
    padding: 15px;
    text-align: left;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question .icon {
    font-size: 20px;
}

.faq-answer {
    
    max-height: 0;
    font-size: 18px;
    overflow: hidden;
    background-color: #d9eaf3;
    transition: max-height 0.3s ease;
    padding: 0 15px;
}

.faq-answer p {
    margin: 15px 0;
}


.footer .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.footer .box-container .box{
    flex:1 1 25rem;
}

.footer .box-container .box h3{
    color:#333;
    font-size: 2.5rem;
    padding:1rem 0;
}

.footer .box-container .box a{
    display: block;
    color:#666;
    font-size: 1.5rem;
    padding:1rem 0;
}

.footer .box-container .box a:hover{
    color:var(--pink);
    text-decoration: underline;
}

.footer .box-container .box  img{
    margin-top: 1rem;
}

.footer .credit{
    text-align: center;
    padding:1.5rem;
    margin-top: 1.5rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    color:#333;
    border-top: .1rem solid rgba(0,0,0,.1);
}

.footer .credit span{
    color:blue;
}

.footer .credits{
    text-align: center;
    padding:1.5rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    color:#333;
}

/* media queries  */
@media (max-width:991px){
    
    html{
        font-size: 55%;
    }

    header{
        padding:2rem;
    }

    section{
        padding:2rem;
    }

    .home{
        background-position: left;
    }

}

@media (max-width:768px){

    header .fa-bars{
        display: block;
    }

    header .navbar{
        position:absolute;
        top:100%; left:0; right:0;
        background:#eee;
        border-top: .1rem solid rgba(0,0,0,.1);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    header #toggler:checked ~ .navbar{
        clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    header .navbar a{
        margin:1.5rem;
        padding:1.5rem;
        background:#fff;
        border:.1rem solid rgba(0,0,0,.1);
        display: block;
    }

    .home .content h3{
        font-size: 5rem;
    }

    .home .content span{
        font-size: 2.5rem;
    }

    .icons-container .icons h3{
        font-size: 2rem;
    }
    
    .icons-container .icons span{
        font-size: 1.7rem;
    }
    
}

@media (max-width:450px){
    
    html{
        font-size: 50%;
    }

    .heading{
        font-size: 3rem;
    }

}