/* =========================
   RESPONSIVE CSS
   ========================= */

@media (max-width: 1440px) {
    .hero-video {
        width: 270px;
        height: 360px;
        border-radius: 200px;
    }

    .hero-section {
        padding: 46px 80px 46px 50px;
    }

    .site-header {
        padding-inline: 40px;
        width: 100%;
    }

    .logo img {
        width: 170px;
    }

    .nav a {
        font-size: 15.5px;
    }

    .site-header .btn {
        font-size: 15.5px;
    }
}

/* Large laptops */
@media (max-width: 1200px) {
    .site-header {
        padding: 28px 32px;
    }

    .hero-section {
        padding: 40px 40px 40px 32px;
    }

    .hero-title {
        font-size: 42px;
        line-height: 38px;
    }

    .hero-video {
        width: 280px;
        height: 390px;
    }

    .why-section,
    .ba-section,
    .benefits-section,
    .technology-section,
    .appointment-section {
        padding-left: 32px;
        padding-right: 32px;
    }

    .why-content-wrapper {
        padding: 50px 32px 0;
    }

    .logos-section {
        padding: 32px;
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit-card {
        flex-direction: column;
    }

    .benefit-card img {
        max-width: 100%;
        height: 260px;
        border-radius: 30px 30px 0 0;
    }

    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .appointment-box {
        padding: 28px;
        gap: 24px;
    }

    .appointment-left,
    .appointment-form-wrap {
        padding: 24px;
    }

    .footer-grid,
    .footer-bottom {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .container {
        width: min(100%, calc(100% - 24px));
    }

    .section-title,
    .why-content h2,
    .testimonial-section h2,
    .ba-section h2,
    .benefits-section h2,
    .tech-head h2,
    .faq-section h2 {
        font-size: 34px;
        line-height: 1.15;
    }

    .site-header {
        padding: 22px 20px;
        gap: 14px;
    }

    .nav {
        display: none;
    }

    .why-content {
        padding-bottom: 50px;
    }

    .logo img {
        width: 150px;
    }

    .nav {
        gap: 12px;
        flex-wrap: wrap;
    }

    .nav a {
        font-size: 14px;
    }

    .hero-section {
        padding: 130px 24px 40px;
    }

    .hero-content {
        gap: 24px;
    }

    .hero-title {
        font-size: 38px;
        line-height: 1.05;
    }

    .hero-content p,
    .hero-content h6 {
        font-size: 15px;
        line-height: 22px;
    }

    .hero-video {
        width: 250px;
        height: 344px;
        flex-shrink: 0;
    }

    .why-section {
        padding: 50px 20px;
    }

    .why-content-wrapper {
        flex-direction: column;
        padding: 36px 24px 0;
    }

    .why-image {
        max-width: 100%;
    }

    .why-grid {
        grid-template-columns: 1fr;
        margin: 32px 0 24px;
    }

    .why-box p,
    .benefits-section>p,
    .tech-head p,
    .benefit-content p,
    .tech-item p,
    .faq-answer p,
    .appointment-left p,
    .footer-col p,
    .footer-col a,
    .footer-bottom a,
    .footer-bottom p {
        font-size: 16px;
        line-height: 24px;
    }

    .logos-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 24px 20px;
    }

    .logo-box {
        padding: 20px;
    }

    .logo-box img {
        height: 80px;
    }

    .testimonial-section {
        padding: 50px 20px 40px;
    }

    .ba-section {
        padding: 50px 20px;
    }

    .ba-arrows {
        gap: 24px;
        margin-top: 28px;
    }

    .ba-arrows .splide__arrow span {
        font-size: 16px;
    }

    .benefits-section {
        padding: 50px 20px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .benefit-content {
        padding: 24px 20px;
    }

    .technology-section {
        padding: 50px 20px;
    }

    .tech-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 28px;
    }

    .tech-grid {
        grid-template-columns: 1fr;
    }

    .faq-section {
        padding: 50px 20px 0;
    }

    .faq-item {
        padding: 24px 20px;
    }

    .faq-question {
        font-size: 20px;
    }

    .faq-answer p {
        padding-left: 0;
        padding-top: 18px;
        max-width: 100%;
    }

    .appointment-section {
        padding: 50px 20px 70px;
    }

    .appointment-box {
        flex-direction: column;
        padding: 22px;
    }

    .appointment-left,
    .appointment-form-wrap {
        max-width: 100%;
        width: 100%;
        padding: 22px;
    }

    .appointment-left h2 {
        font-size: 44px;
        line-height: 1.1;
        max-width: 100%;
    }

    .appointment-form input,
    .appointment-form textarea,
    .appointment-form input::placeholder,
    .appointment-form textarea::placeholder {
        font-size: 16px;
    }

    .site-footer {
        padding-top: 50px;
    }

    .footer-logo {
        margin-bottom: 40px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        padding: 36px 20px 40px;
    }

    .footer-bottom {
        padding: 16px 20px;
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .section {
        padding: 22px 0;
    }

    .btn {
        padding: 11px 14px 11px 18px;
        font-size: 14px;
        line-height: 20px;
        gap: 8px;
    }

    .btn svg {
        width: 20px;
        height: 20px;
    }

    .site-header {
        padding: 18px 14px;
        gap: 10px;
    }

    .logo img {
        width: 130px;
    }

    .hero-section-wrapper {
        padding: 4px;
    }

    .hero-section {
        height: auto;
        padding: 120px 16px 24px;
        border-radius: 16px;
        background-position: left;
        background-image: url('../images/hero-bg-mob.png');
        position: relative;
        overflow: hidden;
    }

    .hero-section::after {
        content: "";
        width: 100%;
        height: 30%;
        position: absolute;
        background: rgba(0, 0, 0, 0.89);
        filter: blur(50px);
        left: 0;
        bottom: 0;
    }

    .hero-title {
        font-size: 30px;
        line-height: 1.05;
        margin: 8px 0 12px;
    }

    .hero-content p,
    .hero-content h6 {
        font-size: 14px;
        line-height: 21px;
    }

    .hero-video {
        width: 200px;
        height: 280px;
    }

    .why-section,
    .testimonial-section,
    .ba-section,
    .benefits-section,
    .technology-section,
    .faq-section,
    .appointment-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .why-content-wrapper {
        padding: 24px 16px 0;
        border-radius: 22px;
        gap: 20px;
    }

    .why-content h2,
    .testimonial-section h2,
    .ba-section h2,
    .benefits-section h2,
    .tech-head h2,
    .faq-section h2 {
        font-size: 28px;
        line-height: 1.15;
    }

    .why-box {
        padding: 18px;
        border-radius: 16px;
    }

    .why-box h4 {
        font-size: 18px;
    }

    .why-box p {
        font-size: 15px;
        margin-top: 12px;
    }

    .logos-section {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .logo-box img {
        height: 70px;
    }

    .testimonial-card {
        padding: 20px 16px;
        border-radius: 16px;
    }

    .testimonial-name,
    .testimonial-card p,
    .testimonial-card span {
        text-align: center;
    }

    .ba-arrows {
        gap: 16px;
        flex-wrap: wrap;
    }

    .ba-divider {
        display: none;
    }

    .ba-arrows .splide__arrow span {
        font-size: 14px;
    }

    .benefit-card {
        border-radius: 20px;
    }

    .benefit-card img {
        height: 220px;
        border-radius: 20px 20px 0 0;
    }

    .benefit-content {
        padding: 20px 16px;
    }

    .benefit-content h3 {
        font-size: 20px;
        line-height: 1.25;
    }

    .benefit-content p,
    .tech-item span,
    .tech-item p,
    .benefits-section>p,
    .tech-head p,
    .faq-answer p,
    .appointment-left p,
    .footer-col p,
    .footer-col a,
    .footer-bottom a,
    .footer-bottom p {
        font-size: 15px;
        line-height: 22px;
    }

    .tech-card {
        border-radius: 16px;
    }

    .tech-card h3 {
        font-size: 24px;
        line-height: 1.2;
        padding: 20px;
    }

    .tech-card>div {
        padding: 22px 20px 24px;
        border-radius: 0 0 16px 16px;
    }

    .faq-section h2 {
        margin-bottom: 24px;
    }

    .faq-item {
        padding: 18px 16px;
        border-radius: 16px;
        margin-bottom: 12px;
    }

    .faq-question {
        font-size: 18px;
        line-height: 1.35;
        align-items: flex-start;
    }

    .faq-icon img {
        width: 18px;
        height: 18px;
    }

    .appointment-box {
        padding: 16px;
        border-radius: 20px;
    }

    .appointment-left,
    .appointment-form-wrap {
        padding: 18px 16px;
        border-radius: 20px;
    }

    .appointment-left h2 {
        font-size: 34px;
        line-height: 1.1;
    }

    .appointment-form input,
    .appointment-form textarea {
        padding: 16px 18px;
        font-size: 15px;
    }

    .appointment-form textarea {
        min-height: 150px;
        border-radius: 20px;
    }

    .footer-logo .logo img {
        width: 180px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px 16px 32px;
    }

    .footer-col h4 {
        font-size: 20px;
        line-height: 1.2;
    }

    .footer-bottom {
        padding: 14px 16px;
        gap: 10px;
    }

    .footer-socials {
        flex-wrap: wrap;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .hero-section {
        padding: 110px 14px 20px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-video {
        height: 300px;
    }

    .why-content h2,
    .testimonial-section h2,
    .ba-section h2,
    .benefits-section h2,
    .tech-head h2,
    .faq-section h2 {
        font-size: 24px;
    }

    .appointment-left h2 {
        font-size: 28px;
    }

    .faq-question {
        font-size: 16px;
    }

    .hero-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-content>div:first-child h1 {
        max-width: 220px;
        font-size: 36px;
    }

    .hero-content p {
        max-width: 203px;
        margin-bottom: 0;
    }

    .whatsapp-btn{
        width: 36px;
        height: 36px;
    }

    .call-btn img{
        width: 20px;
        height: 20px;
    }

    .call-btn {
        padding: 8px 12px;
        font-size: 14px;
    }

    .logo img {
        width: 100px;
    }

    .site-header .btn {
        font-size: 13px;
    }

    .btn svg {
        width: 16px;
        height: 16px;
    }

    .hero-section {
        background-position: 11%;
    }
}