/*==================================================
  RESPONSIVE.CSS
  --------------------------------------------------
  Desktop First
  Breakpoints
  1200px
  991px
  767px
  575px
==================================================*/


/*==================================================
  LARGE DEVICES
  <=1200px
==================================================*/

@media (max-width:1200px){
.container{
    max-width:1140px;
}

.hero-content{
    max-width:560px;
}

.hero-content h1{
    font-size:46px;
}

.about-content h2{
    font-size:48px;
}

.about-img{
    height:580px;
}

.offer-image{
    height:580px;
}

.service-card{
    height:500px;
}

.service-content h3{
    font-size:30px;
}

.cta-content h2::before,
.cta-content h2::after{
    width:80px;
}

.cta-content h2::before{
    left:-95px;
}

.cta-content h2::after{
    right:-95px;
}

}



/*==================================================
  TABLET
  <=991px
==================================================*/

@media (max-width:991px){

/* ---------- Layout ---------- */

section{
    padding:50px 0;
}

.section-title,
h2{
    font-size:38px;
    text-align:center;
}

.container{
    max-width:100%;
}


/* ---------- Header ---------- */

.main-header{
    padding:12px 0;
}

.navbar-brand img{
    height:65px;
}


/* ---------- Mobile Menu ---------- */
/* Remove Android tap highlight */
*{
    -webkit-tap-highlight-color: transparent;
}

a,
button,
.dropdown-item,
.nav-link,
.dropdown-toggle-btn{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.dropdown-item:active,
.dropdown-item:focus{
    background:var(--primary) !important;
    color:#fff !important;
    outline:none;
}

.dropdown-item:hover{
    background:var(--primary);
    color:#fff;
}



.navbar-collapse{
    width:100%;
    margin-top:18px;
    padding:22px;
    background:#fff;
    border-radius:18px;
    box-shadow:var(--shadow-md);
}

.navbar-nav{
    width:100%;
    gap:14px;
    align-items:flex-start;
}

.nav-item{
    width:100%;
}

.dropdown{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    align-items:center;
}

.dropdown-link{
    flex:1;
}

.dropdown-toggle-btn{
    display:flex;
}

.navbar .dropdown-menu{
    display:none !important;
    position:relative !important;
    width:100%;
    margin-top:10px;
    padding:0;
    border:none;
    border-radius:12px;
    box-shadow:none;
    background:#fff;
    opacity:1;
    visibility:visible;
    transform:none;
}

.dropdown.active>.dropdown-menu{
    display:block !important;
}

.dropdown-item{
    padding:14px 18px;
    border-bottom:1px solid #ececec;
    font-size:14px;
}

.dropdown-item:last-child{
    border-bottom:none;
}



/*==================================================
  MOBILE DROPDOWN
==================================================*/

@media (max-width:991.98px){

    .dropdown-toggle-btn{
        display:flex;
    }

    .dropdown{
        width:100%;
    }

    .dropdown-menu{
        display:none;
        position:static;
        float:none;
        width:100%;
        margin:10px 0 0;
        padding:0;
        border:none;
        border-radius:0;
        box-shadow:none;
        background:transparent;
    }

    .dropdown.active > .dropdown-menu{
        display:block;
    }

    .dropdown-item{
        padding:12px 20px;
        font-size:14px;
        color:#6F9C8C;
        background:#fff;
    }

    .dropdown-item + .dropdown-item{
        border-top:1px solid #eee;
    }
}

/* ---------- Hero ---------- */

.hero{
    margin-top:90px;
}

.hero-image{
    height:75vh;
}

.hero-content{
    left:5%;
    right:5%;
    bottom:30px;
    max-width:none;
}

.hero-content h1{
    font-size:42px;
}


/* ---------- About ---------- */

.about-section .row{
    align-items:flex-start;
}

.about-content{
    padding-left:0;
    margin-top:40px;
}

.about-content p{
    column-count:1;
}

.about-features{
    grid-template-columns:1fr 1fr;
}

.about-img{
    height:520px;
}


/* ---------- Why ---------- */

.why-header{
    margin-bottom:45px;
}


/* ---------- Services ---------- */

.services-grid{
    grid-template-columns:1fr;
}

.service-card{
    height:480px;
}

.service-content h3{
    font-size:30px;
}


/* ---------- Offer ---------- */

.offer-image{
    height:450px;
    margin-top:40px;
}


/* ---------- CTA ---------- */

.cta-wrapper{
    flex-direction:column;
    text-align:center;
}

.cta-image{
    flex:auto;
}

.cta-image img{
    width:260px;
    height:260px;
}

.cta-content h2{
    font-size:36px;
}

.cta-content h2::before,
.cta-content h2::after{

    display:none;

}


/* ---------- Contact ---------- */

.contact-grid{
    grid-template-columns:1fr;
}

.contact-sidebar{
    position:relative;
    top:0;
}

.address-interest-row,
.privacy-section{

    grid-template-columns:1fr;

}


/* ---------- Experts ---------- */

.eh-intro{
    grid-template-columns:1fr;
    gap:45px;
    margin-top:-80px;
}

.eh-grid{
    grid-template-columns:1fr;
}


/* ---------- Footer ---------- */

.footer{
    text-align:center;
}

.footer-accreditations,
.social-icons{
    justify-content:center;
}

.footer-bottom{
    margin-top:10px;
}

.footer .row{
    row-gap:40px;
}
}



/*==================================================
  MOBILE
  <=767px
==================================================*/

@media (max-width:767px){
section{
    padding:55px 0;
}

.section-title,
h2{
    font-size:30px;
}

p{
    font-size:16px;
}


/* ---------- Hero ---------- */

.hero-image{
    height:60vh;
}

.hero-content{
    left:15px;
    right:15px;
    bottom:15px;
    padding:22px;
}

.hero-content h1{
    font-size:30px;
}

.hero-buttons,
.btn-main,
.btn-primary,
.cta-btn,
.about-btn{

    width:100%;

}


/* ---------- About ---------- */

.about-img{
    height:380px;
}

.experience-badge{
    right:15px;
    bottom:15px;
}

.about-features{

    grid-template-columns:1fr;

}


/* ---------- Service ---------- */

.service-card{

    height:auto;

}

.service-image{

    position:relative;

    height:260px;

}

.service-overlay{

    display:none;

}

.service-content{

    position:relative;

    background:var(--primary)!important;

}

.service-content h3{

    max-width:100%;

    font-size:24px;

}


/* ---------- Offer ---------- */

.offer-image{

    height:320px;

}

.offer-overlay{

    padding:25px;

}


/* ---------- Review ---------- */

.review-wrapper{

    width:100%;

}

.review-arrow{

    display:none;

}


/* ---------- CTA ---------- */

.cta-content h2{

    font-size:30px;

}

.cta-speech h2{

    font-size:34px;

}


/* ---------- Inner Banner ---------- */

.page-title-banner{

    padding:120px 0 55px;

}

.page-title-banner h1{

    font-size:34px;

}


/* ---------- Cards ---------- */

.slc-card,
.contact-form-area,
.sidebar-card,
.eh-card{

    padding:28px;

}

}



/*==================================================
  SMALL MOBILE
  <=575px
==================================================*/

@media (max-width:575px){

.container{

    padding-left:16px;

    padding-right:16px;

}

.hero-content{

    padding:20px;

}

.hero-content h1{

    font-size:26px;

}

.section-title,
h2{

    font-size:28px;

}

.about-content h2{

    font-size:34px;

}

.about-content h3{

    font-size:22px;

}

.about-img{

    height:320px;

}

.service-content{

    padding:22px;

}

.service-content h3{

    font-size:22px;

}

.offer-heading{

    font-size:24px;

}

.cta-image img{

    width:200px;
    height:200px;

}

.cta-content h2{

    font-size:28px;

}

.resource-body h1{

    font-size:34px;

}

.eh-hero h1{

    font-size:34px;

}

.page-title-banner h1{

    font-size:30px;

}

.footer-accreditations img{
    width:80px;
    height:80px;
}

}

