/* XXL devices (very large screens, 1400px and up) */
@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) {
  .navbar-brand img {
    height: 50px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 0;
  }
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand img {
    height: 45px;
  }

  .main-header .container-fluid {
    padding: 0 10px !important;
  }

  .cta-btn {
    width: fit-content !important;
    padding: 10px 20px;
  }

  .hero-navigation {
    display: none;
  }

  .slide-counter {
    display: none;
  }

  .swiper-progress {
    width: 140px;
    bottom: 25px;
  }

  section {
    padding: 60px auto;
  }

  .hero-slider-section {
    position: relative;
    height: 85vh;
    min-height: 450px;
    overflow: hidden;
  }

  .main-title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .description {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .counter-item {
    position: relative;
    padding: 30px 25px 5px;

    margin-bottom: 20px;
  }

  .project-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .projects-section .container-fluid {
    padding: 0 10px !important;
  }

  .project-content {
    padding: 20px 10px 30px;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .testimonial-card {
    background-color: var(--white);
    border-radius: 10px;
    padding: 0px 10px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    margin: 20px 0;
  }

  .testimonial-card:before {
    content: "\201C";
    position: absolute;
    top: 92px;
    left: 0px;
    font-size: 4rem;
    color: var(--light-gold);
    font-family: "Playfair Display", serif;
  }

  .main-footer {
    background:
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.56)),
      url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80");
    background-size: cover;
    background-position: center;
    color: var(--white);
    padding-top: 50px;
  }

  .footer-logo img {
    height: 42px;
  }

  .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    background: #004119;
  }

  .navbar-toggler {
    color: rgba(255, 255, 255, 0) !important;
  }

  .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btnicon-whatsapp,
  .btnicon-call {
    width: 40px;
    height: 40px;
    left: 7px;
    font-size: 22px;
  }

  .btnicon-whatsapp {
    bottom: 20px;
  }

  .btnicon-call {
    bottom: 72px;
  }

  .breadcum-section {
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px 20px;
    margin-top: 60px;
  }

  .my-vis-mis-val-section {
    background-color: var(--primary-green);
    padding: 60px 0;
    color: var(--white);
  }

  .my-vis-mis-val-header {
    text-align: center;
    margin-bottom: 20px;
  }



.contact-image {
    height: auto !important;
    min-height: 300px !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px !important;
}





















}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-brand img {
    height: 45px;
  }

  .main-header .container-fluid {
    padding: 0 10px !important;
  }

  .cta-btn {
    width: fit-content !important;
    padding: 10px 20px;
  }

  .hero-navigation {
    display: none;
  }

  .slide-counter {
    display: none;
  }

  .swiper-progress {
    width: 140px;
    bottom: 25px;
  }

  section {
    padding: 40px auto;
  }

  .hero-slider-section {
    position: relative;
    height: 85vh;
    min-height: 450px;
    overflow: hidden;
  }

  .main-title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .description {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .section-padding {
    padding: 50px 0;
  }

  .counter-item {
    position: relative;
    padding: 30px 25px 5px;

    margin-bottom: 20px;
  }

  .project-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .projects-section .container-fluid {
    padding: 0 10px !important;
  }

  .project-content {
    padding: 20px 10px 30px;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .testimonial-card {
    background-color: var(--white);
    border-radius: 10px;
    padding: 0px 10px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    margin: 20px 0;
  }

  .testimonial-card:before {
    content: "\201C";
    position: absolute;
    top: 92px;
    left: 0px;
    font-size: 4rem;
    color: var(--light-gold);
    font-family: "Playfair Display", serif;
  }

  .main-footer {
    background:
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.56)),
      url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80");
    background-size: cover;
    background-position: center;
    color: var(--white);
    padding-top: 30px;
  }

  .footer-logo img {
    height: 42px;
  }

  .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    background: #004119;
  }

  .navbar-toggler {
    color: rgba(255, 255, 255, 0) !important;
  }

  .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .breadcum-section {
    position: relative;
    height: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px 20px;
    margin-top: 60px !important;
    min-height: 20vh !important;
  }

  .my-vis-mis-val-header {
    text-align: center;
    margin-bottom: 20px;
  }

  .my-vis-mis-val-section {
    padding: 50px 0;
  }

  .our-team-section {
    padding: 50px 0;
  }

  .footer-links h4,
  .footer-contact h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--white);
    position: relative;
    padding-bottom: 10px;
  }

  .project-view-detail-gallery {
    margin-bottom: 10px;
  }

  .project-view-detail-sidebar-card {
    background: var(--white);
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }

  .contact-image {
    height: auto !important;
    min-height: 250px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }

  .contact-info-section {
    margin-bottom: 20px;
  }

  .form-image-section {
    margin-bottom: 50px;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .mountains {
    height: 25px;
  }

  .navbar-brand img {
    height: 45px;
  }

  .main-header .container-fluid {
    padding: 0 10px !important;
  }

  .cta-btn {
    width: fit-content !important;
    padding: 10px 20px;
  }

  .hero-navigation {
    display: none;
  }

  .slide-counter {
    display: none;
  }

  .swiper-progress {
    width: 140px;
    bottom: 25px;
  }

  /* section {
    padding: 40px auto;
  } */

  .hero-slider-section {
    position: relative;
    height: 85vh;
    min-height: 450px;
    overflow: hidden;
  }

  .main-title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .description {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .section-padding {
    padding: 50px 0;
  }

  .counter-item {
    position: relative;
    padding: 30px 25px 5px;

    margin-bottom: 20px;
  }

  .project-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .projects-section .container-fluid {
    padding: 0 10px !important;
  }

  .project-content {
    padding: 20px 10px 30px;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .testimonial-card {
    background-color: var(--white);
    border-radius: 10px;
    padding: 0px 10px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    margin: 20px 0;
  }

  .testimonial-card:before {
    content: "\201C";
    position: absolute;
    top: 92px;
    left: 0px;
    font-size: 4rem;
    color: var(--light-gold);
    font-family: "Playfair Display", serif;
  }

  .main-footer {
    background:
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.56)),
      url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80");
    background-size: cover;
    background-position: center;
    color: var(--white);
    padding-top: 30px;
  }

  .footer-logo img {
    height: 42px;
  }

  .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    background: #004119;
  }

  .navbar-toggler {
    color: rgba(255, 255, 255, 0) !important;
  }

  .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .breadcum-section {
    position: relative;
    height: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px 20px;
    margin-top: 60px !important;
    min-height: 20vh !important;
  }

  .my-vis-mis-val-header {
    text-align: center;
    margin-bottom: 20px;
  }

  .my-vis-mis-val-section {
    padding: 50px 0;
  }

  .our-team-section {
    padding: 50px 0;
  }

  .footer-links h4,
  .footer-contact h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--white);
    position: relative;
    padding-bottom: 10px;
  }

  .project-view-detail-gallery {
    margin-bottom: 10px;
  }

  .project-view-detail-sidebar-card {
    background: var(--white);
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }

  .contact-image {
    height: auto !important;
    min-height: 250px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }

  .contact-info-section {
    margin-bottom: 20px;
  }

  .form-image-section {
    margin-bottom: 50px;
  }
}
