/* =========================
   TABLET + MOBILE
========================= */
@media (max-width: 1400px){
.header-book-btn{
    font-size: 1em;
}
.testimonial-slider .testimonial-card{
    height: 390px;
}
.service-card{
    flex: 0 0 calc((100% - 160px) / 4);
}
.card-imgbox, .card-imgbox2, .card-imgbox3{
    display: none;
}
.card-imgbox3{
    left: 83%;
}

}
@media (max-width: 1366px){
.main-nav ul > li > a{
    font-size: 18px;
}
.header-book-btn, .advisor-btn, .discover-btn, .learn-button{
    padding: 12px 18px;
}
.service-card .knowMore-btn{
    position: absolute;
    bottom: 40px;
    padding: 10px 12px;
}
.read-btn{
    padding: 10px 12px;
}
.knowMore-btn, .view-service-btn{
    padding: 10px 12px;
}
.appointment-submit{
    padding: 10px 12px;
}
}

@media (max-width: 1200px) {
    header .col-xxl-9,
    header .col-xl-9,
    header .col-lg-9,
    header .col-md-6,
    header .col-sm-6,
    header .col-6 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
      .appointment-popup {
        max-width: 750px;
        padding: 40px;
    }
    .main-nav ul > li > a{
        color: #000000;
    }
       .card-imgbox, .card-imgbox2, .card-imgbox3{
    display: none;
  }
    .hero-banner{
        width: 55%;
    }
    /* Sidebar */
    .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        max-width: 85%;
        height: 100vh;
        padding: 80px 30px 30px;
        background: #fff;
        z-index: 999;
        display: block;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
        overflow-y: auto;
    }
    .main-nav.active {
        transform: translateX(0);
    }
    /* Mobile menu */
    .main-nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
    }
    .main-nav ul li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    .main-nav ul li a {
        display: block;
        width: 100%;
        padding: 15px 0;
    }
    /* Close button */
    .menu-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        border: 0;
        background: transparent;
        font-size: 35px;
        line-height: 30px;
        cursor: pointer;
    }
    /* Book button always visible */
    .header-book-btn {
        display: inline-block;
        white-space: nowrap;
    }
    /* Hamburger */
    .hamburger {
        display: block;
        flex-shrink: 0;
    }
    .testimonial-slider .testimonial-card{
        height: 350px;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .appointment-modal {
        padding: 20px;
    }
    .services-arrows{
        margin-left: 245px;
    }
    .service-card{
        flex: 0 0 calc((100% - 0px) / 2);
    }
    .banner-box > div{
        width: 100%;
    }
    .appointment-popup {
        max-height: calc(100vh - 40px);
        padding: 40px 25px 30px;
    }
    .appointment-form-row {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 18px;
    }
    .appointment-heading {
        padding: 0 25px;
        margin-bottom: 25px;
    }
    .appointment-close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
    }
    .appointment-submit {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .appointment-modal {
        padding: 12px;
    }
    .appointment-popup {
        max-height: calc(100vh - 24px);
        padding: 45px 18px 25px;
    }
    .appointment-heading {
        padding: 0 15px;
    }
    .blog-section > .container > .row{
        row-gap: 20px;
    }
    .blog-card-image{
        height: 250px;
    }
    .appointment-form-row {
        gap: 15px;
        margin-bottom: 15px;
    }
    .appointment-field input,
    .appointment-field select,
    .appointment-field textarea {
        padding: 12px 14px;
    }
    .appointment-field input,
    .appointment-field select {
        height: 50px;
    }
    .appointment-field textarea {
        min-height: 110px;
    }
        .header-book-btn {
        font-size: 13px;
        padding: 10px 14px;
    }
    .hamburger {
        width: 38px;
        height: 38px;
        margin-left: 8px;
    }
    .banner-box > div{
        width: 100%;
    }
    .banner-box{
        height: 500px;
    }
    .knowMore-btn, .view-service-btn{
        font-size: 14px;
    }
    .service-card{
        flex: 0 0 calc((100% - 0px) / 1);
    }
     .hero-btn{
    flex-direction: column;
  }
 .advisor-btn, .discover-btn, .about-img > img{
    width: 100%;
    position: static;
 }
 .about-text{
    margin-left: 0;
    margin-top: 30px;
 }
 .footer-list > .row{
    row-gap: 40px;
 }
 .about-section{
    padding: 40px 0px;
 }
 .learn-button{
    font-size: 16px;
 }
 .location > address, .email > a, .number > a, .location > h4, .email > h4, .number > h4{
    font-size: 1em;
 }
 .copyright-text{
    text-align: center;
    font-size: 12px;
}
.developer-text{
    text-align: center;
    font-size: 12px;
}
.developer-text > a{
   font-size: 12px; 
}
.copyright > .container > .row{
    row-gap: 10px;
}
.advisor-btn, .discover-btn{
    font-size: 14px;
}
.copyright{
    padding: 10px 0px;
}
.taxulting > span{
    font-size: 65px;
}
.our-vission-mission > .container > .row {
    row-gap: 80px;
}
.our-vission-img{
    height: 300px;
}
.counting > .container > .row{
    row-gap: 30px;
}
.counting-card{
    height: 180px;
}
.team-section > .container > .row{
    row-gap: 30px;
}
.team-img-card{
    height: 200px;
}
.about-img{
    height: 500px;
}
.service-img{
    height: 240px;
}
.serve-img-content{
    height: 250px;
}
.serve-content-text > h3{
    margin-bottom: 10px;
}
.serve-content-text > p{
    margin-bottom: 20px;
}
.about-section-banner{
    height: 300px;
}
.get-in-form > .container > .row{
    row-gap: 30px;
}
.form-action > button{
    font-size: 1em;
}
}
/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 480px){
.service-card{
    flex: 0 0 calc((100% - 0px) / 1);
}
.copyright{
    padding: 10px 0px;
}
.hjyt{
    display: none;
}
   .blog-card-image{
        height: 250px;
    }
.work-section > .container > .row{
    row-gap: 20px;
}
.work-section > .container > .row > .col-6{
    width: 100%;
}
.copyright-text{
    text-align: center;
    font-size: 12px;
}
.developer-text{
    text-align: center;
    font-size: 12px;
}
.developer-text > a{
   font-size: 12px; 
}
.copyright > .container > .row{
    row-gap: 10px;
}
.advisor-btn, .discover-btn{
    font-size: 14px;
}
.hero-section-banner{
    height: 80vh;
}
}