/* ==================================================
LARGE DESKTOPS
================================================== */

@media (max-width: 1400px) {

  .hero-title {
    font-size: 7rem;
  }

  .about {
    gap: 70px;
  }

}

/* ==================================================
LAPTOPS
================================================== */

@media (max-width: 1200px) {

  .hero-title {
    font-size: 6rem;
  }

  .about {
    gap: 60px;
  }

  .about-image img {
    height: 600px;
  }

  .footer-grid {
    gap: 40px;
  }

}

/* ==================================================
TABLETS
================================================== */

@media (max-width: 991px) {

  .desktop-nav {
    display: none;
  }

  .burger {
    display: block;
  }

  .hero-title {
    font-size: 5rem;
  }

  .hero-title span {
    font-size: 1.8rem;
  }

  .hero-text {
    font-size: 1rem;
    max-width: 550px;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-image img {
    height: 550px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }



  .testimonial-card {
    width: 380px;
  }

  .section-heading h2 {
    font-size: 4rem;
  }

}

/* ==================================================
SMALL TABLETS
================================================== */

@media (max-width: 768px) {

  body {
    cursor: auto;
  }

  .cursor {
    display: none;
  }

  .header {
    padding: 24px 6%;
  }

  .logo {
    font-size: 2rem;
  }

  .mobile-inner a {
    font-size: 2.4rem;
  }

  .hero {
    min-height: 100vh;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-title span {
    font-size: 1.4rem;
  }

  .hero-text {
    line-height: 1.8;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 260px;
  }

  .about,
  .services,
  .pricing,
  .gallery,
  .contact {
    padding: 120px 6%;
  }

  .statement {
    padding: 140px 6%;
  }

  .cta {
    padding: 140px 6%;
  }

  .about-content h2 {
    font-size: 3rem;
  }

  .about-image img {
    height: 450px;
  }

  .service-card {
    padding: 40px;
  }

  .service-card h3 {
    font-size: 2rem;
  }

  .service-number {
    font-size: 4rem;
  }

  .section-heading {
    margin-bottom: 60px;
  }

  .section-heading h2 {
    font-size: 3.2rem;
  }

  .panel h2 {
    font-size: 14vw;
    text-align: center;
  }

  .statement-inner h2 {
    font-size: 3.5rem;
  }

  .cta h2 {
    font-size: 3.5rem;
  }

  .contact-info h2 {
    font-size: 3rem;
  }

 

  .testimonial-track {
    gap: 20px;
  }

  .testimonial-card {
    width: 320px;
    padding: 35px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

}

/* ==================================================
MOBILE
================================================== */

@media (max-width: 576px) {

  .hero-title {
    font-size: 3.2rem;
  }

  .hero-title span {
    font-size: 1.2rem;
  }

  .eyebrow {
    font-size: .75rem;
    letter-spacing: 3px;
  }

  .hero-text {
    font-size: .95rem;
  }

  .btn {
    width: 100%;
    max-width: 320px;
  }

  .section-heading h2 {
    font-size: 2.8rem;
  }

  .about-content h2 {
    font-size: 2.8rem;
  }

  .statement-inner h2 {
    font-size: 2.8rem;
  }

  .cta h2 {
    font-size: 2.8rem;
  }

  .contact-info h2 {
    font-size: 2.8rem;
  }

  .mobile-inner a {
    font-size: 2rem;
  }

  .service-card {
    padding: 30px;
  }

  .service-number {
    font-size: 3rem;
  }

  .accordion-header {
    padding: 22px;
    font-size: 1rem;
  }

  .price-row {
    flex-direction: column;
    gap: 8px;
    padding: 18px 22px;
  }

  .contact input,
  .contact textarea {
    padding: 16px;
  }

  .whatsapp-btn {
    width: 55px;
    height: 55px;
    font-size: .65rem;
    right: 18px;
    bottom: 18px;
  }

}

/* ==================================================
SMALL PHONES
================================================== */

@media (max-width: 420px) {

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-title span {
    font-size: 1rem;
  }

  .section-heading h2 {
    font-size: 2.4rem;
  }

  .about-content h2 {
    font-size: 2.4rem;
  }

  .statement-inner h2 {
    font-size: 2.4rem;
  }

  .cta h2 {
    font-size: 2.4rem;
  }

  .contact-info h2 {
    font-size: 2.4rem;
  }

  .about-image img {
    height: 380px;
  }

  .service-card {
    padding: 25px;
  }

  .testimonial-card {
    width: 280px;
    padding: 30px;
  }

}

/* ==================================================
LANDSCAPE PHONES
================================================== */

@media(max-width:991px){

.hero-container{

    grid-template-columns:1fr;

    gap:50px;

}

.hero-left{

    text-align:center;

}

.hero-line{

    margin:30px auto;

}

.hero-description{

    margin-left:auto;
    margin-right:auto;

}

.hero-buttons{

    justify-content:center;

}

.hero-image{

    height:500px;

}

}

@media (max-width: 768px){

    h1{
        line-height: 1.05;
    }

    h2{
        line-height: 1.1;
    }

    h3{
        line-height: 1.2;
    }

    .section-heading h2{

        font-size: 2.8rem !important;

    }

    .statement h2{

        font-size: 1.5rem !important;

    }

    .hero-logo{

        font-size: 5rem !important;

        line-height: .9;

    }

}

@media(max-width:768px){

   .logo img{

    opacity:.95;

    transition:.4s ease;

}

.logo:hover img{

    opacity:1;

    transform:scale(1.03);

}

}


@media(max-width:768px){

    .experience{

        grid-template-columns:1fr;

        gap:40px;

        padding:80px 6%;

    }

    .experience-image{

        order:-1;

    }

    .experience-image img{

        height:350px;

    }

}


/* TABLET */

/* GALLERY */

/* ==========================================
GALLERY RESPONSIVE
========================================== */

@media(max-width:991px){

    .gallery-grid{

        columns:2;

        column-gap:18px;

    }

}

/* ==========================================
GALLERY MOBILE
========================================== */

@media(max-width:768px){

    .gallery-grid{

        display:flex;

        flex-direction:column;

        gap:18px;

    }

    .gallery-grid div{

        height:220px;

        margin-bottom:0;

        border-radius:20px;

        overflow:hidden;

    }

    .gallery-grid img{

        width:100%;
        height:100%;

        object-fit:cover;

    }

}

@media(max-width:480px){

    .gallery-grid{

        columns:2;

        column-gap:10px;

    }

    .gallery-grid div{

        margin-bottom:10px;

        border-radius:16px;

    }

}

/* ==================================================
FAQ MOBILE
================================================== */

@media(max-width:768px){

    .faq-section{

        padding:120px 6%;

    }
    
    .faq-section .section-heading h2{

          font-size:1.8rem !important;

        line-height:1.1 !important;

        text-align:center;

        max-width:100%;

        word-break:normal;

    }

    .faq-question{

        padding:22px;

    }

    .faq-question span{

        font-size:1rem;

        padding-right:20px;

    }

    .faq-icon{

        width:36px;
        height:36px;

        font-size:1.2rem;

    }
    
   

}

