@media only screen and (min-width: 320px) and (max-width: 767px){
    header {
        margin: 0 20px;
    }
.navbar {
    background-color: rgb(34, 104, 87, 0.29);
    border-bottom: 2px solid #247663;
    position: relative;
    z-index: 99;
}
    .menu-toggle {
        display: block;
    }
    nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #1f5f4f; 
        display: none;
        flex-direction: column;
        padding: 20px;
        border-top: 1px solid #247663;
        z-index:99;
    }

    nav.active {
        display: block;
    }

    nav ul {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .btns {
        display: none; 
    }

    .logo {
          width: 120px;
        height: 44px;
    }
    .hero{
        padding:112px 0px;
        flex-direction:column;
        margin: 0px 30px;
    }
    .hero h3 {
        text-align:center;
            font-size: 40px;
            line-height: 45px;
    }
    .hero h3 span {
    font-size: 70px;
    }
    .break{
        display:none;
    }
    .btn-bxx{
        display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .hero p {
    text-align: center;
    width:100%;
}
    .about {
    margin: 0px 20px;
    margin-top: 50px;
    }
    .about p {
    width: 100%;
}
.about h1 {
    font-size: 54px;
}
.about h3 {
    font-size: 23px;
        line-height: 33px;
}
.about ul li {
    width: 100%;
}
footer {
        padding: 44px 15px;
}
.footer-con{
    flex-direction:column;
    gap:20px
}
.footer-con .nav ul {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-direction:column;
}
.footer-con .nav ul li a {
    font-size: 15px;
}
footer p {
    text-align:center;
}
.about-row .col-6{
    width:100%;
}
.about-row {
    gap:30px
}
.about-row img{
    width:100%;
}
.about-sec .content p {
    font-size: 20px;
    text-align: center;}
.about-sec .content h1 {
    font-size: 36px;
    font-family: 'kholic', sans-serif;
    color: white;
    line-height: 46px;
    text-align:center;
}
.philo-sec h1 {
    font-size: 60px;
}
.mission-sec h1 {
    font-size: 50px;
}
.mission-main {
    line-height: 30px;
    font-size:20px;
}
.mission-points {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.vision-sec {
    text-align: center;
    padding: 60px 16px;
}
.vision-sec p {
    font-size: 21px;
    color: #fff;
    line-height: 31px;
}
.why-sec h1 {
    font-size: 45px;
}
.features {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin-top: 50px;
}
.why-sec {
    padding: 60px 20px;
    text-align: center;
}
.box h3 {
    color: #FBB403;
    font-size: 20px;
}
.courses-sec .col-3{
    width:100%;
    text-align:center;
}
.courses-sec {
    padding: 20px;
}
.testimonial-sec .col-4{
    width:100%;
    text-align:center;
}
.testimonial-sec {
    padding: 20px;
}
.testimonial-sec .test-header h1 {
    font-size: 40px;
}
.course-header h1 {
    font-size: 40px;}
 .bottom-row {
    flex-direction: column;
    gap:20px;
    padding-top: 20px;
 }
 .books-sec .col-3{
     width:100%;
 }
 .contact-header h1 {
    font-size: 40px;
 }
   .desktop-btns {
        display: none;
    }

    /* Show mobile buttons */
    .mobile-btns {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 25px;
    }

    .mobile-btns .btn-1,
    .mobile-btns .btn-2 {
        width: 100%;
        height: 50px;
        font-size: 15px;
    }
    .auth-wrapper {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
      header {
        margin: 0 20px;
    }
.navbar {
    background-color: rgb(34, 104, 87, 0.29);
    border-bottom: 2px solid #247663;
    position: relative;
    z-index: 99;
}
    .menu-toggle {
        display: block;
    }
    nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #1f5f4f; 
        display: none;
        flex-direction: column;
        padding: 20px;
        border-top: 1px solid #247663;
        z-index:99;
    }

    nav.active {
        display: block;
    }

    nav ul {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .btns {
        display: none; 
    }

    .logo {
                width: 262px;
        height: 97px;
    }
    .hero{
        padding:200px 0px;
        flex-direction:column;
        margin: 0px 30px;
    }
    .hero h3 {
        text-align:center;
    }
    .break{
        display:none;
    }
    .btn-bxx{
        justify-content:center;
    }
    .hero p {
    text-align: center;
}
    .about {
    margin: 0px 120px;
    margin-top: 630px;
    }
    .about p {
    width: 100%;
}
.about h3 {
    font-size: 34px;
    line-height: 50px;
}
.about ul li {
    width: 100%;
}
footer {
        padding: 44px 45px;
}
.footer-con{
    flex-direction:column;
    gap:20px
}
.footer-con .nav ul {
    display: flex;
    align-items: center;
    gap: 13px;
}
.footer-con .nav ul li a {
    font-size: 15px;
}
footer p {
    text-align:center;
}
.about-row .col-6{
    width:100%;
}
.about-row {
    gap:30px
}
.about-row img{
    width:100%;
}
.about-sec .content p {
    font-size: 20px;
    text-align: center;}
.about-sec .content h1 {
    text-align:center;
}
.vision-sec {
    text-align: center;
    padding: 60px 146px;
}
.why-sec {
    padding: 60px 20px;
    text-align: center;
}
.box h3 {
    color: #FBB403;
    font-size: 20px;
}
.courses-sec .col-3{
    width:50%;
}
.courses-sec {
    padding: 50px;
}
.testimonial-sec .col-4{
    width:50%;
}
.testimonial-sec {
    padding: 40px;
}
.course-header h1 {
    font-size: 60px;}
 .desktop-btns {
        display: none;
    }

    /* Show mobile buttons */
    .mobile-btns {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 25px;
    }

    .mobile-btns .btn-1,
    .mobile-btns .btn-2 {
        width: 100%;
        height: 50px;
        font-size: 15px;
    }
    .auth-wrapper {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){
    header{
        margin: 0px 30px;
    }
    .logo{
        width:180px;
        height:67px;
    }
    header .btn-2 {
        width: 145px;
        height:45px;
    }
    header .btn-1 {
    width: 120px;
    height:45px;
    }
    nav ul {
    gap: 15px;
}
nav ul li a {
    font-size: 16px;
}
.hero {
    margin: 0px 30px;
}
.about p {
    width: 100%;
}
.about ul li {
    width: 100%;
}
footer{
        padding: 44px 45px;
}
.about-row img{
        width:100%;
    }
    .about-sec .content h1 {
    font-size: 55px;
}
.vision-sec {
    text-align: center;
    padding: 60px 80px;
}
.box h3 {
    color: #FBB403;
    font-size: 25px;
}
.course-header h1 {
    font-size: 65px;
}
.courses-sec .col-3{
    width:50%;
}
.footer-con .nav ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
}
@media only screen and (min-width: 1301px) and (max-width: 1600px){
    header{
        margin: 0px 35px;
    }
    .about-row img{
        width:100%;
    }
}