/* HEADER */
@media (min-width: 768px) and (max-width: 1024px) {
    header{
        padding: 20px 3rem;
    }
}

@media(max-width:1024px){
    .hero-TP .container{
        padding:50px 50px
    }

    .content-box .content h1{
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    }
}

@media (max-width: 992px) {
  .dropdown-menu .submenu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #f9f9f9;
    padding-left: 1rem;
    border-left: 3px solid #6099fb;
  }

  .dropdown-menu .submenu li {
    width: 100%;
    padding: 0.5rem 0;
  }

  .dropdown-menu .submenu.show {
    display: flex;
  }

  .dropdown-menu .down-icon i {
    margin-left: 5px;
    transition: transform 0.3s ease;
  }

  .dropdown-menu .down-icon.active i {
    transform: rotate(180deg);
  }
}

@media(max-width:992px){
    header{
        padding: 20px 2rem;
    }

    .toggle-btn{
        display: block;
    }

    .navbar .links ,
    .navbar .action-btn{
        display: none;
    }

    .dropdown-menu{
        display: block;
    }

    .action-btn{
       margin: 10px;
    }

    .hero-TP .container{
        padding:50px 30px;
    }

    .img-box{
        height: 45vh;
    }

    .content-box{
        padding: 0;
    }

    .content-box .content h1{
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    }

    section.hero-main{
        padding-top: 100px;
    }

    section.carousel {
        padding: 2.5rem;
    }

    .carousel-content {
       display: block;
       padding-left: 0;
    }

    .contact-card{
        flex-direction: column;
        text-align: center;
        height: 200px;
        justify-content: center;
    }
}

@media(max-width:576px){
    html,body{
        overflow-x: hidden;
    }

    header{
        padding: 18px 1rem;
        height: 5.25rem;
    }

    .img-box{
        height:60vh
    }

    .navbar .logo img{
        width: 150px;
        height: 40px;
    }

    .navbar{
        height: 45px;
    }

    .toggle-btn {
        margin-top: 5px;
        color: #6099fb;
        font-size: 16px;
        padding: 5px 8px;
        border: 2px solid #6099fb;
        border-radius: 5px;
    }

    .hero-button{
        margin: 0;
    }
    
}


/* HERO */

@media (min-width: 768px) and (max-width: 1024px) {
    .hero-section{
        height: 50vh;
    }

    .overlay{
        height: 50vh;
    }
    
    .hero-content{
        padding: 0 3rem;
    }
}

@media(max-width:768px){
    .hero-section{
        height: 70vh;
    }

    .overlay{
        height: 70vh;
    }

    .hero-content{
        width: 75%;
        padding: 0 2rem;
    }
}


@media(max-width:576px){
    .hero-section{
        height: 100vh;
    }

    .overlay{
        height: 100vh;
    }

    .hero-content{
        padding: 0 1rem;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .hero-content h1{
        font-size: 42px;
    }
    
    .hero-buttons{
        flex-direction: column;
    }

    .hero-button{
        margin-bottom: 20px;
    }

}



/* SERVICES */

@media (min-width: 768px) and (max-width: 1024px) {
    .Services{
        padding: 0 3rem;
    }

    .services-main{
        flex-basis: 55%;
    }
}

@media (max-width:768px){
    .Services{
        padding: 0 2rem;
    }

    .services-main{
        flex-basis: 50%;
    }

    .services-main h2{
        font-size: 32px;
    }

    .card-wrapper {
       display: grid;
       grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:576px){
    .Services{
        padding: 0 1rem;
    }

    .services-main h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .services-top {
        display: block;
    }

    .service-button{
        width: 50%;
        padding: 12px 25px;
    }

    .card-wrapper{
        display: block;
    }

}


/* CHOOSE */

@media (min-width: 768px) and (max-width: 1024px) {
    .Choose{
        padding: 0 3rem;
    }

    .choose-img img {
        width: 400px;
    }

    br{
        display: none;
    }

    .choose-top h1 {
        font-size: 32px;
    }

    .choose-top {
        margin-bottom: 10px;
    }

    .choose-info p {
       margin-bottom: 20px;
       line-height: 1.5;
    }

    .choose-button {
       padding: 12px 16px;
    }

    .icons-wrapper {
       gap: 3rem;
    }

}

@media (max-width: 768px){
    .Choose{
        padding: 0 2rem;
    }

    .choose-wrapper{
        flex-direction: column;
    }

    .choose-img img {
        width: 580px;
        margin-bottom: 30px;
    }

    .choose-info{
        flex-basis: 60%;
    }

    .choose-info p {
        margin-bottom: 25px;
        line-height: 1.75;
    }

}

@media (max-width: 576px){
    .Choose{
        padding: 0 1rem;
    }

    .choose-top h1 {
        font-size: 32px;
    }

    br{
        display: none;
    }

    .choose-bottom {
       flex-direction: column-reverse;
    }

    .choose-bottom {
       align-items: start;
       gap: 0.8rem;
    }

    .icons-wrapper {
       gap: 2rem;
       padding: 0;
    }

    .icons-group img {
       width: 60px;
    }

    .choose-info{
        border: none;
    }

    .choose-button {
        padding: 12px 17px
    }
}


/* MISSION */

@media (min-width: 768px) and (max-width: 1024px) {
    .Mission{
        padding: 0 3rem;
    }

    .mission-content {
        max-width: 490px;
        padding: 40px;
    }

    .mission-img img {
        max-width: 800px;
    }
}

@media (max-width: 768px){
    .Mission{
        padding: 0 2rem;
    }

    .mission-img{
        display: none;
    }

    .mission-img-medium img{
        display: block;
    }

    .mission-wrapper{
        flex-direction: column;
    }

    .mission-content{
        position: relative;
        margin-top: 40px;
        max-width: 85%;
    }
}

@media (max-width: 576px){
    .Mission{
        padding: 0 1rem;
    }

    .mission-top h2 {
        font-size: 30px;
    }

    .mission-img-medium img{
        display: block;
        width: 100%;
    }

    .mission-content{
        max-width: 100%;
        padding: 30px 25px;
    }

}


/* PARTNER */

@media (min-width: 768px) and (max-width: 1024px) {
    .Partner{
        padding: 0 3rem;
    }

    .partner-item img {
        width: 145px;
        height: 75px;
    }
}

@media (max-width: 768px){
    .Partner{
        padding: 0 2rem;
    }

    .partner-group{
        grid-template-columns: repeat(3, 1fr);
    }  

    .partner-item{
        height: 170px;
    }
}

@media (max-width: 576px){
    .Partner{
        padding: 0 1rem;
    }

    .partner-content h2{
        font-size: 32px;
    }

    .partner-group{
        grid-template-columns: repeat(2, 1fr);
    }

    .partner-item{
        padding: 25px 25px;
        height: 140px;
    }
    
    .partner-item img {
        width: 110px;
        height: 60px;
    }
}


/* STATS */

@media (min-width: 768px) and (max-width: 1024px){
    .stats-section{
        padding: 0 3rem;
    }

    .label{
        font-size: 1.2rem;
    }

    .stats{
        gap: 3rem;
        flex-wrap: nowrap;
    }
}

@media (max-width:768px){
    .stats-section{
        padding: 0 2rem;
    }

    .stats-wrapper {
        padding: 4rem 0;
    }

    .header-text{
        font-size: 1.5rem;
    }

    .number{
        font-size: 3rem;
    }

    .plus{
        font-size: 3rem;
    }
}

@media (max-width:576px){
    .stats-section{
        padding: 0 1rem;
    }

    .header-text {
        font-size: 1.4rem;
    }

    .stat-box {
        border-bottom: 3px solid #2139a3;
        padding: 0 30px 30px;
    }

    .stats{
        gap: 3rem;
    }
}


/* FAQS */

@media (min-width: 768px) and (max-width: 1024px){
    .FAQs{
       padding: 0 3rem;
    }

    .faq-wrapper {
       padding: 6rem 0 0;
    }

    .accordian {
       padding: 29px 42px 32px 42px;
    }
}

@media (max-width:768px){
    .FAQs{
       padding: 0 2rem;
    }

    .question{
        gap: 1rem;
    }
}

@media (max-width:576px){
    .FAQs{
       padding: 0 1rem;
    }

    .faq-wrapper{
       padding: 6rem 0 0;
    }

    .faq-wrapper .title h2 {
       font-size: 34px;
    }

    .question h2{
        font-size: 20px;
    }

    .accordian {
        padding: 29px 30px 29px 30px;
    }

    .question i {
        padding: 8px 11px;
        width: auto;
        height: auto;
    }
    
}


/* FOOTER */

@media (min-width: 768px) and (max-width: 1024px) {
    .footer{
        padding: 0 3rem;
    }

    .footer-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .quote{
        padding: 40px 30px;
    }

    .quote-text h3{
        font-size: 26px;
    }
}


@media (max-width:768px){
    .footer{
        padding: 0 2rem;
    }

    .footer-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .quote{
        flex-direction: column;
        padding: 30px;
    }

    .quote-text {
        margin-bottom: 30px;
        text-align: center;
    }

    .quote-button{
        padding: 12px 22px;
    }
}


@media (max-width:576px){
    .footer{
        padding: 0 1rem;
    }

    .footer-wrapper{
        display: block;
    }

    .footer-mail{
        margin-bottom: 30px;
    }

    .form-grp input{
        padding: 13px 20px 13px 20px;
    }

    .form-button{
        right: 3rem;
    }

    .footer-services{
        margin-bottom: 30px;
    }

    .footer-links{
        margin-bottom: 30px;
    }

    .footer-information{
        margin-bottom: 30px;
    }

    .quote-text h3{
        font-size: 25px;
    }

    .footer-bottom{
        flex-direction: column;
    }

    .copyright-text{
        margin-bottom: 10px;
    }
}

/* CONTACT US PAGE */

@media (max-width:1028px){
   .location {
    padding: 4rem 3rem;
   }

   .contact-section {
    padding: 0 3rem;
   }

   .contact-wrapper{
    padding: 4rem 0;
   }

   .contact-section .stats {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
   }

   .form-wrapper{
    gap: 0.75rem
    }

   .contact-section .label h3 {
    font-size: 1.5rem;
   }

   .contact-section .header-text {
    margin-bottom: 35px;
    }

   .contact-section .form-wrapper textarea {
    min-height: 70px;
   }

   .form-wrapper input, .form-wrapper textarea {
    font-size: 14px;
    height: 40px;
    }

   .contact-section .stat-box {
    gap: 1rem;
    padding: 0 15px;
   }

   section.Contact-form {
    padding: 4rem 3rem 0;
  }
  
}

@media (max-width:820px){
   .location {
    padding: 4rem 2rem;
   }

   .contact-section {
    padding: 0 2rem;
   }

   .contact-section .label h3 {
        font-size: 1.2rem;
    }

    .contact-section .numbers-top i {
    font-size: 2rem;
    }

   section.Contact-form {
    padding: 4rem 2rem 0;
  }
}

@media (max-width:768px){
    .contact-section .stat-box {
        gap: .75rem;
        padding: 0 10px;
    }

}

@media (max-width:576px){
  .location {
    padding: 4rem 1rem;
    height: 450px;
   }

   .location-wrapper{
    height: 100%;
   }

   .contact-section {
    padding: 0 1rem;
   }

    section.Contact-form {
    padding: 4rem 1rem 0;
  }

  .contact-section .stats {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
   }

   .contact-section .stat-box {
    padding-bottom: 15px;
   }

   .contact-section .form-wrapper .form-grp {
    flex-direction: column;
   }

   .form-wrapper {
    padding: 30px 30px 40px;
   }

   .form-wrapper .form-grp{
    flex-direction: column;
   }

   .form-wrapper .Form-button{
    width: 100%;
   }
}