/* -------------------------------------------- Max Width 1400 px -------------------------------------------- */

@media (max-width: 1400px) {
  .company-desc-design {
    width: 250px;
  }

  .services-section3 .owl-stage {
    height: 450px;
  }

}
/* -------------------------------------------- Max Width 1200 px -------------------------------------------- */

@media (max-width: 1200px) {
  .img-2 {
    left: 70px;
  }

  .img-3 {
    top: 204px;
    left: 150px;
  }

  .company-desc {
    padding: 30px 30px 0 140px;
  }

  .company-desc h2,
  .team-highlights h3 {
    font-size: 25px;
  }

  .company-desc p,
  .team-highlights p {
    font-size: 14px;
  }

  .team-highlights {
    padding: 10px;
  }

  .company-desc-design {
    width: 170px;
  }

  .services-section .owl-stage {
    height: 420px;
  }

  .services-section3 .owl-stage {
    height: 495px;
  }
  
}

/* -------------------------------------------- Max Width 991 px -------------------------------------------- */

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 330px;
    height: 100vh !important;
    background: white;
    transition: all 0.3s ease;
    display: block;
    padding: 20px;
    z-index: 1000;
    overflow-y: auto;
    box-shadow: var(--shadow);
  }

  .navbar-collapse.show {
    right: 0;
  }

  .dropdown-submenu {
    position: static;
    margin-left: 15px;
  }

  .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    padding-left: 15px;
    background: transparent;
  }

  /* Close button */
  .navbar-collapse .close-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
  }

  .navbar-nav {
    margin-top: 25px;
  }

  .nav-item {
    margin: 8px 0;
    border-bottom: 1px solid var(--logo-blue-color);
  }

  .nav-item:last-child {
    border: none;
  }

  .services-section {
    border-bottom-left-radius: 30px;
  }

  .service-content p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .service-title h3 {
    font-size: 20px;
  }

  .services-header h2,
  .design-categories h2,
  .interior-categories h2,
  .approach-section h2,
  .why-choose-section h2,
  .testimonials-section h2,
  .video-testimonials h2,
  .faq-section h2 {
    font-size: 28px;
  }
  .services-header p,
  .design-categories p,
  .interior-categories p,
  .why-choose-section p,
  .testimonial-text,
  .video-testimonials p {
    font-size: 16px;
  }

  .icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .icon-wrapper i {
    font-size: 40px;
  }
  .approach-card h3 {
    min-height: 80px;
  }

  .feature-pill {
    padding: 12px 25px;
  }

  .feature-pill h3 {
    font-size: 16px;
  }
  .testimonial-card {
    padding: 25px;
  }

  .footer-section {
    padding: 40px 0 20px;
  }

  .footer-section h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .social-link {
    width: 35px;
    height: 35px;
  }

  .company-info-section .container,
  .info-content {
    height: auto;
  }

  .company-desc {
    padding: 30px 30px 0 30px;
  }

  .image-stack {
    height: 300px;
    /* margin-bottom: 40px; */
  }

  .img-1,
  .img-2,
  .img-3 {
    width: 32%;
    top: 0%;
  }

  .img-2 {
    left: 33%;
  }

  .img-3 {
    left: 66%;
  }

  .service-img-wrapper {
    height: 240px;
  }

  .team-highlights {
    padding: 10px 30px;
  }

  .interior-categories-design {
    width: 45%;
    height: 15%;
  }

  .cta-content {
    color: var(--black);
  }

  .cta-extralinks-wrap .cta-link-wrap a{
    color: var(--black);
  }

  .services-section .owl-stage {
    height: 470px;
  }

  .services-section3 .owl-stage {
    height: 555px;
  }
  
}

/* -------------------------------------------- Max Width 768 px -------------------------------------------- */

@media (max-width: 768px) {

  /* Responsive Styles */

  #applyModal  .modal .img-fluid {
      border-radius: 15px 15px 0 0;
      height: 200px;
  }
  
  #applyModal  .modal .col-md-7 {
      padding: 1.5rem !important;
  }
  
  #applyModal  .modal h3 {
      font-size: 1.5rem;
  }

  .btn-gfe {
    font-size: 18px !important;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .progress-bar {
    width: 150px;
  }

  .services-section {
    padding: 40px 20px;
  }

  .services-header h2 {
    font-size: 28px;
  }

  .custom-navigation {
    margin-top: 10px;
  }
  .services-header,
  .design-categories,
  .interior-categories,
  .approach-section,
  .why-choose-section,
  .testimonials-section,
  .video-testimonials,
  .faq-section {
    padding: 40px 20px;
  }

  .services-header h2,
  .design-categories h2,
  .interior-categories h2,
  .approach-section h2,
  .why-choose-section h2,
  .testimonials-section h2,
  .video-testimonials h2,
  .faq-section h2,
  .section-title {
    font-size: 24px;
  }

  .services-header p,
  .design-categories p,
  .interior-categories p,
  .why-choose-section p,
  .testimonials-text,
  .video-testimonials p,
  .faq-answer p {
    font-size: 15px;
  }

  .design-content {
    padding: 10px;
  }

  .design-content h3 {
    font-size: 16px;
  }

  .category-title {
    padding: 12px 15px;
  }

  .category-title h3 {
    font-size: 16px;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .icon-wrapper i {
    font-size: 32px;
  }

  .approach-card h3 {
    font-size: 18px;
    min-height: 45px;
  }

  .approach-card p {
    font-size: 14px;
  }

  .features-top,
  .features-middle,
  .features-bottom {
    gap: 15px;
    margin-bottom: 15px;
  }

  .feature-pill {
    padding: 10px 20px;
  }

  .feature-pill h3 {
    font-size: 14px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .quote-icon {
    font-size: 20px;
  }

  .author-img {
    width: 50px;
    height: 50px;
  }

  .author-info h3 {
    font-size: 16px;
  }

  .author-info p {
    font-size: 13px;
  }

  .faq-button {
    padding: 20px 0;
  }

  .faq-question {
    font-size: 16px;
  }

  .footer-section {
    padding: 20px 0;
  }

  .footer-section h4 {
    margin-top: 20px;
  }

  .social-section {
    margin-top: 20px;
  }

  .footer-bottom {
    margin-top: 30px;
    padding-top: 15px;
  }

  .footer-bottom p {
    font-size: 12px;
  }

  .company-info-section {
    padding: 40px 0;
  }

  .company-desc h2,
  .team-highlights h3 {
    font-size: 22px;
  }

  .image-stack {
    height: 170px;
    margin-bottom: 30px;
  }

  .service-img-wrapper {
    height: 200px;
  }

  .service-card2 {
    padding: 18px;
  }

  .feature-card {
    margin-bottom: 20px;
  }

  .feature-card h3 {
    min-height: auto;
  }

  .cta-content-div {
    padding: 40px 20px;
  }

  .cta-content h2 {
    font-size: 34px;
  }

  .cta-content p {
    font-size: 16px;
  }

  .cta-btn {
    padding: 12px 25px;
    font-size: 16px;
  }

  .approach-timeline::before {
    left: 45px;
  }

  .approach-item::before {
    left: 41px;
  }

  .approach-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 30px;
  }

  .approach-icon i {
    font-size: 18px;
  }

  .approach-content {
    padding: 15px;
  }

  .approach-content h3 {
    font-size: 1.1rem;
  }

  .approach-content p {
    font-size: 0.9rem;
  }

  .locations-section {
    padding: 40px 0;
  }

  .locations-section .section-title {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .contact-info {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .category-description {
    line-height: 16px;
    font-size: 12px;
  }

  .services-section .owl-stage {
    height: auto;
  }

  .services-section3 .owl-stage {
    height: auto;
  }
  
}

/* -------------------------------------------- Max Width 575 px -------------------------------------------- */

@media (max-width: 575px) {
  .testimonials-section .owl-stage {
    height: auto;
  }
  .sm-mt-none {
    margin-top: 0 !important;
  }

  .approach-card h3 {
    font-size: 18px;
    min-height: auto;
  }

  .image-stack {
    height: 500px;
  }

  .img-1 {
    width: 75%;
  }

  .img-2 {
    width: 75%;
    top: 10%;
    left: 10%;
  }

  .img-3 {
    width: 75%;
    top: 25%;
    left: 25%;
  }

  .cta-content h2 {
    font-size: 30px;
  }

  .cta-btn {
    font-size: 14px;
  }
}

/* -------------------------------------------- Max Width 425 px -------------------------------------------- */

@media (max-width: 425px) {
  .image-stack {
    height: 400px;
  }

  .cta-content h2 {
    font-size: 20px;
  }

  .cta-content p {
    font-size: 14px;
  }
}

/* -------------------------------------------- Max Width 380 px -------------------------------------------- */

@media (max-width: 380px) {
  .next-arrow,
  .prev-arrow {
    width: 40px;
    height: 40px;
  }

  .custom-navigation {
    gap: 10px;
    margin-top: 5px;
  }

  .services-section {
    padding: 20px;
  }

  .services-section2 {
    padding: 20px 10px;
  }

  .service-card2 {
    padding: 14px;
  }

  .services-header h2 {
    font-size: 20px;
  }

  .service-card2 p,
  .services-header p {
    font-size: 14px;
  }

  .service-content {
    padding: 10px;
  }

  .service-content p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .service-card {
    margin: 0;
  }

  .service-title {
    padding-top: 10px;
  }

  .service-title h3 {
    font-size: 17px;
  }

  .services-header {
    padding: 20px 0 0;
  }
  .design-categories,
  .interior-categories,
  .approach-section,
  .why-choose-section {
    padding: 20px;
  }

  .services-header h2,
  .design-categories h2,
  .interior-categories h2,
  .approach-section h2,
  .why-choose-section h2 {
    font-size: 20px;
  }

  .service-card2 h3 {
    font-size: 15px;
  }

  .services-header p,
  .design-categories p,
  .interior-categories p,
  .why-choose-section p {
    font-size: 14px;
  }

  .image-stack {
    height: 320px;
  }

  .cta-content h2 {
    font-size: 20px;
  }

  .cta-content p {
    font-size: 14px;
  }

  .map-container {
    width: 280px;
  }
}


/* design gallery popup - end */
/* @media (max-width: 1200px){

  .popupdiv{
      max-width: 70%;
  }

  
}
@media (max-width:992px){

  .popupdiv{
      max-width: 80%;
  }
  .dg-popupdiv{
      overflow: auto;
  }
  .popupinfo{
      display: block;
  }
 
}
@media (max-width: 767px){

.popupdiv{
  max-width: 90%;
}
.popimg {
  display: none !important;
}
.formdiv {
  max-width: 100%;
}
} */
