/*====================================================
  WhatsApp Business API Responsive
  Part 1 : Navigation + Hero + Logo
====================================================*/


/*=====================================
TABLET
=====================================*/

@media (max-width:991px){

/* Navigation */

.nav-top{
    padding:0 22px;
}

.nav-center,
.nav-btn-login,
.nav-btn-demo{
    display:none;
}

.nav-hamburger{
    display:flex;
}

.breadcrumb{
    padding:90px 22px 0;
}


/* Hero */

.wa-hero{
    grid-template-columns:1fr;
    gap:50px;
    padding:30px 22px 70px;
}

.wa-hero-right{
    display:none;
}

.wa-hero h1{
    font-size:46px;
    line-height:1.08;
    letter-spacing:-1px;
}

.wa-hero-desc{
    max-width:100%;
    font-size:16px;
}

/* Buttons */

.hero-actions{
    gap:14px;
}

.btn-wa,
.btn-outline{
    justify-content:center;
}


/* Hero Stats */

.hero-stats{
    gap:20px;
}

.hero-stats>div{
    padding:0 15px;
}

.hero-stats>div:not(:last-child)::after{
    height:85px;
}

.stat-num{
    font-size:32px;
}

.stat-label{
    font-size:14px;
}


/* Logo */

.logos-section{
    padding:55px 22px;
}

.logo-track{
    gap:50px;
}

.logo-track img{
    height:50px;
}

}


/*=====================================
MOBILE
=====================================*/

@media (max-width:767px){

.breadcrumb{
    padding:86px 20px 0;
}

.wa-hero{
    padding:28px 20px 60px;
}

.wa-hero h1{
    font-size:38px;
}

.wa-hero-desc{
    font-size:15px;
}

/* Buttons */

.hero-actions{
    flex-direction:column;
    align-items:stretch;
}

.btn-wa,
.btn-outline{
    width:100%;
}


/* Hero Stats */

.hero-stats{
    margin-top:28px;
    padding-top:22px;
}

.hero-stats>div{
    padding:0 10px;
}

.hero-stats>div:not(:last-child)::after{
    height:70px;
}

.stat-num{
    font-size:26px;
}

.stat-label{
    font-size:13px;
}


/* Logo */

.logos-section{
    padding:50px 20px;
}

.logo-track{
    gap:40px;
}

.logo-track img{
    height:42px;
}

}


/*=====================================
SMALL MOBILE
=====================================*/

@media (max-width:480px){

.wa-hero{
    padding:24px 18px 50px;
}

.wa-hero h1{
    font-size:34px;
    line-height:1.1;
}

.wa-hero-desc{
    font-size:15px;
}

.hero-actions{
    gap:12px;
}


/* Hero Stats */

.hero-stats{
    justify-content:space-between;
}

.hero-stats>div{
    padding:0 8px;
}

.hero-stats>div:not(:last-child)::after{
    height:60px;
}

.stat-num{
    font-size:22px;
}

.stat-label{
    font-size:12px;
    line-height:1.4;
}


/* Logo */

.logos-section{
    padding:42px 18px;
}

.logo-track{
    gap:35px;
}

.logo-track img{
    height:36px;
}

.logo-slider::before,
.logo-slider::after{
    width:40px;
}

}


/*=====================================
EXTRA SMALL
Galaxy S8
iPhone XR
=====================================*/

@media (max-width:360px){

.wa-hero{
    padding:22px 16px 45px;
}

.wa-hero h1{
    font-size:30px;
    line-height:1.12;
}

.wa-hero-desc{
    font-size:14px;
}


/* Hero Stats */

.hero-stats{
    gap:8px;
}

.hero-stats>div{
    padding:0 6px;
}

.hero-stats>div:not(:last-child)::after{
    height:55px;
}

.stat-num{
    font-size:20px;
}

.stat-label{
    font-size:11px;
}


/* Logo */

.logo-track{
    gap:28px;
}

.logo-track img{
    height:32px;
}

}
/*====================================================
  PART 2
  Open Rate + Capabilities + Screenshots
====================================================*/


/*=====================================
TABLET
=====================================*/

@media (max-width:991px){

/* Open Rate */

.openrate-section{
    grid-template-columns:repeat(2,1fr);
    padding:0;
}

.openrate-card{
    padding:40px 24px;
}

.openrate-num{
    font-size:38px;
}

.openrate-label{
    font-size:15px;
}


/* Capabilities */

.capabilities-section{
    padding:80px 24px;
}

.cap-grid{
    grid-template-columns:repeat(2,1fr);
}

.cap-card{
    padding:30px 26px;
}

.cap-title{
    font-size:18px;
}

.cap-desc{
    font-size:14px;
}


/* Screenshots */

.screenshots-section{
    padding:80px 24px;
}

.shots-grid{
    grid-template-columns:repeat(2,1fr);
    gap:28px;
}

.shot-wrap{
    gap:18px;
}

.shot-phone{
    max-width:320px;
    margin:auto;
}

}



/*=====================================
MOBILE
=====================================*/

@media (max-width:767px){

/* Open Rate */

.openrate-section{
    grid-template-columns:1fr 1fr;
}

.openrate-card{
    padding:28px 18px;
}

.openrate-num{
    font-size:30px;
}

.openrate-label{
    font-size:13px;
}


/* Capabilities */

.capabilities-section{
    padding:70px 20px;
}

.cap-grid{
    grid-template-columns:1fr;
}

.cap-card{
    padding:28px 22px;
}

.cap-title{
    font-size:17px;
}

.cap-desc{
    font-size:14px;
}


/* Screenshots */

.screenshots-section{
    padding:70px 20px;
}

.shots-grid{
    grid-template-columns:1fr;
    gap:35px;
}

.shot-phone{
    max-width:320px;
    margin:auto;
}

}



/*=====================================
SMALL MOBILE
=====================================*/

@media (max-width:480px){

/* Open Rate */

.openrate-card{
    padding:24px 14px;
}

.openrate-num{
    font-size:26px;
}

.openrate-label{
    font-size:12px;
}


/* Capabilities */

.capabilities-section{
    padding:60px 18px;
}

.cap-card{
    padding:24px 18px;
}

.cap-num{
    margin-bottom:16px;
}

.cap-icon{
    font-size:24px;
}

.cap-title{
    font-size:16px;
}

.cap-desc{
    font-size:13px;
}


/* Screenshots */

.screenshots-section{
    padding:60px 18px;
}

.shot-phone{
    max-width:290px;
}

.shot-msgs{
    min-height:260px;
}

}



/*=====================================
GALAXY S8
=====================================*/

@media (max-width:360px){

/* Open Rate */

.openrate-card{
    padding:20px 10px;
}

.openrate-num{
    font-size:22px;
}

.openrate-label{
    font-size:11px;
}


/* Capabilities */

.capabilities-section{
    padding:55px 16px;
}

.cap-card{
    padding:22px 16px;
}

.cap-title{
    font-size:15px;
}

.cap-desc{
    font-size:12px;
}


/* Screenshots */

.screenshots-section{
    padding:55px 16px;
}

.shot-phone{
    max-width:260px;
}

.shot-msgs{
    min-height:230px;
}

.shot-biz-text,
.shot-user-text{
    font-size:10px;
}

}
/*====================================================
  PART 3
  Use Cases + Industries + FAQ + CTA + Footer
====================================================*/


/*=====================================
TABLET
=====================================*/

@media (max-width:991px){

/* Use Cases */

.usecases-section{
    padding:80px 24px;
}

.usecases-grid{
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}


/* Industries */

.industry-section{
    padding:80px 24px;
}

.industry-grid{
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}


/* FAQ */

.faq-section{
    padding:80px 24px;
}

.faq-wrap{
    max-width:100%;
}


/* CTA */

.cta-section{
    padding:80px 24px;
}

.cta-section h2{
    font-size:36px;
    line-height:1.15;
}

.cta-section p{
    font-size:16px;
}

.cta-actions{
    flex-direction:column;
    gap:14px;
}

.cta-actions .btn-primary,
.cta-actions .btn-secondary,
.cta-actions .btn-outline{
    width:100%;
    justify-content:center;
}


/* Footer */

footer{
    padding:55px 24px 35px;
}

.footer-top{
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.footer-bottom{
    flex-direction:column;
    text-align:center;
    gap:10px;
}

}




/*=====================================
MOBILE
=====================================*/

@media (max-width:767px){

/* Use Cases */

.usecases-section{
    padding:70px 20px;
}

.usecases-grid{
    grid-template-columns:1fr;
    gap:20px;
}


/* Industries */

.industry-section{
    padding:70px 20px;
}

.industry-grid{
    grid-template-columns:1fr;
    gap:20px;
}


/* FAQ */

.faq-section{
    padding:70px 20px;
}

.faq-question{
    font-size:17px;
}

.faq-answer{
    font-size:14px;
}


/* CTA */

.cta-section{
    padding:70px 20px;
}

.cta-section h2{
    font-size:32px;
    line-height:1.15;
}

.cta-section p{
    font-size:15px;
}


/* Footer */

.footer-top{
    grid-template-columns:1fr;
}

}




/*=====================================
SMALL MOBILE
=====================================*/

@media (max-width:480px){

/* Use Cases */

.usecases-section{
    padding:60px 18px;
}


/* Industries */

.industry-section{
    padding:60px 18px;
}


/* FAQ */

.faq-section{
    padding:60px 18px;
}

.faq-item{
    padding:18px;
}

.faq-question{
    font-size:16px;
}

.faq-answer{
    font-size:13px;
}


/* CTA */

.cta-section{
    padding:60px 18px;
}

.cta-section h2{
    font-size:30px;
    line-height:1.12;
}

.cta-section p{
    font-size:14px;
}


/* Footer */

footer{
    padding:50px 18px 30px;
}

}




/*=====================================
EXTRA SMALL
Galaxy S8
=====================================*/

@media (max-width:360px){

/* Use Cases */

.usecases-section{
    padding:55px 16px;
}


/* Industries */

.industry-section{
    padding:55px 16px;
}


/* FAQ */

.faq-section{
    padding:55px 16px;
}

.faq-item{
    padding:16px;
}

.faq-question{
    font-size:15px;
}

.faq-answer{
    font-size:12px;
}


/* CTA */

.cta-section{
    padding:55px 16px;
}

.cta-section h2{
    font-size:28px;
    line-height:1.1;
}

.cta-section p{
    font-size:13px;
}


/* Footer */

footer{
    padding:45px 16px 28px;
}

}