@media (max-width: 1500px) {
  
	.gallery-grid .grid-row-mixed , .gallery-grid .grid-row  {
    grid-template-columns: 1fr 1fr 1fr;

}
	.overlay h3 {
    font-size: 22px;

}
}

@media (max-width: 1200px) {
	.pagination-wrap .swiper-button-prev,
  .pagination-wrap .swiper-button-next {
    display: none;
  }
	.overlay h3 {
    font-size: 20px;
}
	
.slider-view {
    width: 100%;
}
	
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}


  .block-text h3,
  .about-service .article-img h2 {
    font-size: 28px;
  }
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .banner h1 {
    font-size: 30px;
  }
  .general-padding {
    padding: 50px 0;
  }
  .common-text {
    padding: 50px 0 24px;
  }
  .last-padding {
    padding-bottom: 100px;
  }
  .banner h1 {
    width: 940px;
    max-width: 680px;
  }
}

@media (max-width: 992px) {
		.gallery-grid .grid-row-mixed , .gallery-grid .grid-row  {
    grid-template-columns: 1fr 1fr;

}
  header .container {
    padding: 0;
  }
  header .navbar {
    padding: 0 20px;
  }

  .header-btn {
    margin: 30px 0;
  }
  .header .navbar-nav li a {
    padding-bottom: 20px;
  }

  .main-navbar {
    position: fixed;
    top: 72px;
    right: -100%;
    width: 100%;
    height: 100vh;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: right 0.3s ease-in-out;
  }
  .main-navbar {
    right: -100%;
    background: var(--white);
    width: 100%;
    top: 0;
    z-index: -1;
    padding-bottom: 70px;
    padding-top: 90px;
  }
  .main-navbar.show {
    right: 0;
    width: 100%;
    top: 0;
    z-index: -1;
  }
  .block-text h3,
  .about-service .article-img h2 {
    font-size: 25px;
  }
  .footer-flex {
    flex-wrap: wrap;
  }
  .footer-text {
    width: 50%;
    flex-basis: 33.33%;
  }

  .footer-text:first-child {
    width: 50%;
  }
  .footer-text:nth-child(4) {
    display: flex;
    justify-content: center;
  }
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-item img {
    width: 100%;
  }
  .beaver-trust {
    padding: 30px;
    margin-right: 20px;
    bottom: -222px;
  }
  .beaver-trust blockquote {
    color: var(--black);
    font-size: 18px;
    line-height: 34px;
  }
  .exhibit-text {
    position: inherit;
    padding: 45px 0;
  }
  header .menu-item-has-children::after {
    content: "";
    position: absolute;
    background: url(https://beaver1dev.wpenginepowered.com/wp-content/uploads/2025/08/down-arrow.svg);
    border: none;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    display: inline-block;
    left: 83px;
    top: 16px;
  }
  header .menu-item-has-children .dropdown-menu {
    position: absolute;
    top: 0;
    background: #fff;
    position: relative;
  }
  header .navbar-nav li {
    padding-right: 36px;
    display: block;
    /* align-items: center; */
  }
  /* .banner-text a {
    position: absolute;
    right: 0;
    top: -155px;
  } */
}

@media (max-width: 992px) {

	.grid-item.special-style {
    grid-column: auto;
}
  .banner h1 {
    font-size: 28px;
  }
  .banner {
    height: 70vh;
    justify-content: center;
    align-items: center;
  }

  .banner-text {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 0;
  }
  .nav-normal {
    z-index: 10;
    position: relative;
  }
  .footer-flex {
    flex-wrap: wrap;
  }
  .footer-text {
    width: 50%;
    flex-basis: 50%;
  }
  .mission-wrap {
    flex-wrap: wrap;
  }
  .mission-block {
    flex-basis: 50%;
  }
  .image-section {
    padding: 0 20px;
  }
  .image-section img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  header .navbar-nav li {
    padding-bottom: 10px;
  }
  .banner h1 {
    max-width: 600px;
  }
}
@media (max-width: 900px) {
	.gallery-grid .grid-row-mixed, .gallery-grid .grid-row , .gallery-grid .grid-row-half  {
        grid-template-columns: 1fr;
    }
}
@keyframes scrollResponsive {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-250%);
  }
}
@media (max-width: 767px) {

.carousal-partner .swiper-wrapper {
  animation: scrollResponsive 6s linear infinite;
	 transition-timing-function: linear !important;
}
	.trusted-partner {
    padding: 64px 0 280px;

}
	.image-section img {
    height: 370px;

}
  .beaver-trust {
    padding: 30px;
    margin-right: 20px;
   bottom: -317px;
	}
  .discovery-img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .work-together p {
    padding-right: 0;
  }
  .about-banner {
    margin-top: 35px;
  }
  .side-images {
    padding-top: 43px;
  }
  .banner {
    height: 70vh;
  }
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .mission-block {
    flex-basis: 100%;
  }
  .block-wrap {
    flex-direction: column;
  }
  .block-text {
    width: 100%;
  }
  .block-arrow {
    padding-top: 20px;
  }
  .blog-description {
    padding: 30px;
    margin-top: 30px;
  }
  .about-section p {
    padding-right: 0;
  }
  .mission-wrap,
  .mission-block {
    border-radius: 20px !important;
    margin-bottom: 20px;
  }
	.b-logo {
    padding: 25px;
   
}
	.b-logo img {
		width: 45px;
	}
	.block-wrap {
    padding: 25px;
}
	.block-plannig img {
    min-height: 390px;
}
}

@media (max-width: 575px) {
  .banner h1 {
    font-size: 25px;
  }
  .footer-text {
    width: 50%;
    flex-basis: 100%;
  }
  .mini-footer {
    flex-wrap: wrap;
  }

  footer .social-links {
    display: flex;
    padding-top: 20px;
  }
	.carousal-partner .carousal-image {

    width: 50%;
}
}
