@media (min-width: 1400px) {
}

/* Extra large devices (large desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {



.footer-section .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 0px;
}


.footer-section .footer-title::after {
    left: 7%;
    transform: translateX(-50%);
}



.footer-section .footer-bottom {
    flex-direction: row;
    text-align: center;
    /* justify-content: center; */
}


.ongoing-projects-section .hover-content {
    margin-top: 0px;
    opacity: 1;
    max-height: 250px;
    overflow: hidden;
    transition: all 0.6s ease 0.1s;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 0;
  }

  .ongoing-projects-section .slide-content {
    padding: 15px;
  }

.ongoing-projects-section .swiper-button-prev, .ongoing-projects-section .swiper-button-next {
   display: none;
}



.fixed-buttons .back-to-top {
    bottom: 20px;
    font-size: 1.3rem;
}

.fixed-buttons .whatsapp-btn {
    bottom: 5px;
    font-size: 1.8rem;
}


}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {


     .navbar-brand img {
    height: 60px;
  }
  .hero-section-working {
    height: 50vh;
    min-height: 400px;
  }
  .hero-section-working .hero-title {
    margin-bottom: 0.5rem;
    line-height: 1;
  }

  .hero-section-working .swiper-button-prev,
  .hero-section-working .swiper-button-next {
    display: none;
  }

  .hero-section-working .hero-subtitle {
    margin-bottom: 0.5rem;
  }

  .hero-section-working .btn-custom {
    padding: 0.5rem 1rem;
  }
  .about-us-section {
    padding: 40px 0;
  }

  .about-us-section .about-image {
    width: 100%;
    height: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 1.2s ease;
  }

  .about-us-section .experience-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #dd00f3;
    color: white;
    padding: 10px 20px !important;
    border-radius: 60px 60px 60px 20px;
    text-align: center;
    box-shadow: 0 15px 25px rgba(221, 0, 243, 0.4);
    z-index: 3;
    border: 3px solid white;
  }

  .about-us-section .section-main-title {
    line-height: 1;
    font-size: 28px;
  }

  .about-us-section .section-subtitle {
    color: #043f9d;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block;
    border-left: 6px solid #bdb81e;
    padding-left: 7px;
    margin-bottom: 5px;
  }

  h2 {
    font-size: 28px !important;
  }
  .section-subtitle {
    font-size: 16px !important;
    padding-left: 7px !important;
    margin-bottom: 0px !important;
  }

  .home-gallery {
    padding: 40px 0;
  }
  .ongoing-projects-section {
    padding: 40px 0;
  }
  .ongoing-projects-section .section-header {
    text-align: center;
    margin-bottom: 5px !important;
  }

  .ongoing-projects-section .section-main-title {
    margin-bottom: 0px !important;
  }

  .home-gallery .section-header {
    text-align: center;
    margin-bottom: 0px;
  }

  .about-directors {
    padding: 40px 0;
  }

  .about-directors .director-card {
    margin-bottom: 0px;
  }

  .staff-section {
    padding: 40px 0;
  }
  .staff-section .section-header {
    text-align: center;
    margin-bottom: 0px;
  }

  .our-policies {
    padding: 40px 0;
    min-height: 400px;
  }

  .our-policies .section-header {
    text-align: center;
    margin-bottom: 0px;
  }

  .our-policies .policies-intro {
    margin-bottom: 20px;
  }

  .our-policies .read-more-wrapper {
    text-align: center;
    margin-top: 0px !important;
  }
  .contact-section {
    padding: 40px 0;
  }

  .contact-section .section-header {
    text-align: center;
    margin-bottom: 0px;
  }

  .contact-section .contact-grid {
    gap: 20px;
    margin-bottom: 0px;
  }

  .contact-section .submit-btn {
    width: fit-content;
    padding: 7px 15px;
  }

  .footer-section .logo-wrapper {
    margin-bottom: 10px;
  }

  .footer-section .footer-title::after {
    left: 6%;
    transform: translateX(-50%);
  }
  .footer-section .footer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }

  .footer-section .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    margin-top: 0px;

    gap: 0px;
  }

  .fixed-buttons .back-to-top {
    bottom: 25px;
    font-size: 1.2rem;
  }

  .fixed-buttons .whatsapp-btn {
    bottom: 5px;
    font-size: 1.6rem;
  }

  .ongoing-projects-section .swiper-button-prev,
  .ongoing-projects-section .swiper-button-next {
    display: none;
  }

  .ongoing-projects-section .swiper-slide-active {
    width: 90% !important;
    z-index: 10;
    box-shadow: 0 40px 60px rgba(221, 0, 243, 0.25);

    margin: 15px auto;
  }

  .ongoing-projects-section .project-swiper {
    padding: 0px 0px 0px;
  }

  .ongoing-projects-section .hover-content {
    margin-top: 0px;
    opacity: 1;
    max-height: 250px;
    overflow: hidden;
    transition: all 0.6s ease 0.1s;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 0;
  }

  .ongoing-projects-section .slide-content {
    padding: 15px;
  }

  .home-gallery .gallery-grid {
    margin: 0 -12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }







}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 60px;
  }
  .hero-section-working {
    height: 50vh;
    min-height: 400px;
  }
  .hero-section-working .hero-title {
    margin-bottom: 0.5rem;
    line-height: 1;
  }

  .hero-section-working .swiper-button-prev,
  .hero-section-working .swiper-button-next {
    display: none;
  }

  .hero-section-working .hero-subtitle {
    margin-bottom: 0.5rem;
  }

  .hero-section-working .btn-custom {
    padding: 0.5rem 1rem;
  }
  .about-us-section {
    padding: 40px 0;
  }

  .about-us-section .about-image {
    width: 100%;
    height: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 1.2s ease;
  }

  .about-us-section .experience-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #dd00f3;
    color: white;
    padding: 10px 20px !important;
    border-radius: 60px 60px 60px 20px;
    text-align: center;
    box-shadow: 0 15px 25px rgba(221, 0, 243, 0.4);
    z-index: 3;
    border: 3px solid white;
  }

  .about-us-section .section-main-title {
    line-height: 1;
    font-size: 28px;
  }

  .about-us-section .section-subtitle {
    color: #043f9d;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block;
    border-left: 6px solid #bdb81e;
    padding-left: 7px;
    margin-bottom: 5px;
  }

  h2 {
    font-size: 28px !important;
  }
  .section-subtitle {
    font-size: 16px !important;
    padding-left: 7px !important;
    margin-bottom: 0px !important;
  }

  .home-gallery {
    padding: 40px 0;
  }
  .ongoing-projects-section {
    padding: 40px 0;
  }
  .ongoing-projects-section .section-header {
    text-align: center;
    margin-bottom: 5px !important;
  }

  .ongoing-projects-section .section-main-title {
    margin-bottom: 0px !important;
  }

  .home-gallery .section-header {
    text-align: center;
    margin-bottom: 0px;
  }

  .about-directors {
    padding: 40px 0;
  }

  .about-directors .director-card {
    margin-bottom: 0px;
  }

  .staff-section {
    padding: 40px 0;
  }
  .staff-section .section-header {
    text-align: center;
    margin-bottom: 0px;
  }

  .our-policies {
    padding: 40px 0;
    min-height: 400px;
  }

  .our-policies .section-header {
    text-align: center;
    margin-bottom: 0px;
  }

  .our-policies .policies-intro {
    margin-bottom: 20px;
  }

  .our-policies .read-more-wrapper {
    text-align: center;
    margin-top: 0px !important;
  }
  .contact-section {
    padding: 40px 0;
  }

  .contact-section .section-header {
    text-align: center;
    margin-bottom: 0px;
  }

  .contact-section .contact-grid {
    gap: 20px;
    margin-bottom: 0px;
  }

  .contact-section .submit-btn {
    width: fit-content;
    padding: 7px 15px;
  }

  .footer-section .logo-wrapper {
    margin-bottom: 10px;
  }

  .footer-section .footer-title::after {
    left: 6%;
    transform: translateX(-50%);
  }
  .footer-section .footer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }

  .footer-section .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    margin-top: 0px;

    gap: 0px;
  }

  .fixed-buttons .back-to-top {
    bottom: 25px;
    font-size: 1.2rem;
  }

  .fixed-buttons .whatsapp-btn {
    bottom: 5px;
    font-size: 1.6rem;
  }

  .ongoing-projects-section .swiper-button-prev,
  .ongoing-projects-section .swiper-button-next {
    display: none;
  }

  .ongoing-projects-section .swiper-slide-active {
    width: 90% !important;
    z-index: 10;
    /* box-shadow: 0 40px 60px rgba(221, 0, 243, 0.25); */

    margin: 15px auto;
    min-height: 400px;
    margin-top: 20px;
  }

  .ongoing-projects-section .project-swiper {
    padding: 10px 0px 0px;
  }

  .ongoing-projects-section .hover-content {
    margin-top: 0px;
    opacity: 1;
    max-height: 250px;
    overflow: hidden;
    transition: all 0.6s ease 0.1s;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 0;
  }

  .ongoing-projects-section .slide-content {
    padding: 15px;
  }

  .home-gallery .gallery-grid {
    margin: 0 -12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
