@media (max-width: 1400px) {
  .banner_slider-wrapper {
    height: 80vh;
  }

  .banner_slider-item img {
    height: 80vh;
  }


  .Categories_section {
    padding: 0px 0px 20px 60px;
    margin: 0 auto;
  }

  .Categories_carousel .Categories_card {
    margin-top: 25px;
  }

  .download-button {
    display: block;
    width: 100%;
    padding: 12px;
  }

  .experience-content h2 {
    font-size: 38px;
    line-height: 134%;
  }

  h2 {
    color: #023A33;
    font-weight: 500;
    font-size: 38px;
  }

  .overview-main-content {
    padding: 0em 0em;
  }

  .overview-faq-answer.active {
    width: 86%;
  }

  .overview-faq-answer {
    width: 86%;
  }

  span.overview-faq-toggle {
    border: solid 2px #299572;
    width: 35px;
    height: 35px;
  }

  .overview-head {
    margin-bottom: 2em 32px;
  }

  .btn {
    padding: 11px 24px;
  }

  .overview-faq-toggle img {
    width: 15px;
  }

  .overview-product-image {
    height: 470px;
  }

  .category-options-sec {
    padding: 6px 11px;
    font-size: 15px;
  }

  .category-options {
    padding: 11px 15px;
  }

  .logo-slider-row .item {
    height: 93px;
  }

  .project-image {
    width: 100%;
    height: 380px;
  }

  .logo-slider-row {
    margin: 14px 0;
  }

  .testimonial_section {
    padding: 12px 0px 25px 0px;
  }

  .testimonial_author-name {
    color: #023A33;
    font-size: 14px;
  }

  .testimonial_author-title {
    font-size: 13px;
    line-height: 17px;
  }

  .footer_top ul li a {
    font-size: 15px;
    line-height: 100%;
  }

  .footer_col ul li {
    margin: 10px 0;
    font-size: 14px;
  }

  .footer_bottom a {
    font-size: 14px;
  }

  footer.conver_footer h4 {
    font-size: 22px;
    line-height: 41px;
    margin-bottom: 7px;
  }

  footer.conver_footer p {
    font-size: 14px;
  }

  .banner_slider-item img {
    width: 100%;
    height: 73vh;
  }

  .banner_slider-wrapper {
    margin: 0 auto;
    height: 73vh;
  }

  .Categories_section .owl-dots {
    padding: 0px 10px 0;
    position: absolute;
  }

  .Categories_viewAllWrap {
    padding-top: 0px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .project-image {
    width: 100%;
    height: 240px;
  }

  ul.nav-links li a {
    font-size: 15px;
  }

  .conver_map iframe {
    width: 100%;
    height: 170px;
  }

  .nav-links {
    list-style: none;
    gap: 1rem;

  }
}

@media (max-width: 767px) {

  * {
    touch-action: manipulation;
  }

  .banner_slider-item img {
    height: 80vh;
  }

  .banner_slider-wrapper {
    height: 80vh;
  }

  .sm-none {
    display: none;
  }

  .lg-none {
    display: block;
  }

  .footer_top {
    flex-direction: column;
    gap: 10px;
  }

  .footer_bottom {
    flex-direction: column;
    gap: 10px;
  }

  .accordion-content {
    display: none;
  }

  .accordion-toggle {
    position: relative;
    cursor: pointer;
  }

  .accordion-toggle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('../images/icons/white-drop.png');
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
  }

  .accordion-toggle.active::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .footer_col.mobile-accordion {
    border-bottom: 0.4px solid #8CD268;
  }

  .footer_col {
    flex: unset;
  }

  .ftr_privacy {
    gap: 0px;
    padding-top: 5px;
    justify-content: left;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .ftr_privacy p {
    line-height: 18px;
  }

  .footer_bottom a {
    text-align: left;
  }

  .conver_container {
    flex-direction: column;
    gap: 30px;
  }

  .conver_info,
  .conver_form {
    max-width: 100%;
    width: 100%;
  }

  .conver_address p {
    width: 100%;
  }

  .owl-prev {
    margin-left: -20px;
  }

  .owl-next {
    margin-right: -20px;
  }

  .counter-number {
    font-size: 50px;
  }

  .counter-text {
    font-size: 16px;
    text-align: left;
  }

  .experience-section {
    flex-direction: column;
    text-align: start;
  }

  .experience-content a {
    margin: 0 auto;
  }

  .Categories_section {
    padding: 30px 2px 0px 15px;
    margin: 0 auto;
  }

  .testimonial_section {
    padding: 30px 0px 30px 0px;
  }

  .conver_section {
    padding: 0px 0px 40px 0px;
  }

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

  p {
    font-size: 20px;
  }

  .experience-counter {
    order: 1;
    min-width: 100%;
    text-align: left;
    padding: 15px 0px;

  }

  span#counter {
    font-size: 111px;
  }

  .plus-symbol {
    font-size: 111px;
  }

  .counter-number {
    font-size: 48px;
  }

  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    flex-direction: column;
    padding: 2rem;
    transition: right 0.3s ease;
    align-items: flex-start;
  }

  ul.nav-links li a {
    font-family: 'Almarai', sans-serif;
    font-weight: 600;
    font-size: 30px;
  }

  .navbar.active {
    right: 0;
  }

  section.product_banner {
    margin-bottom: 30px;
  }

  .nav-links {
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 30px;
  }

  .nav-close {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 24px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    color: #023a33;
  }

  .nav-toggle {
    display: block;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #000000;
  }

  .overview-main-content {
    flex-direction: column;
    padding: 2em 1em;
  }

  .overview-related-products {
    padding: 10px;
    padding-top: 0px;
  }

  .faq-count-sec {
    gap: 1em;
  }

  .overview-faq-item {
    padding: 10px 0;
  }

  .overview-faq {
    padding: 3em 1em;
    padding-top: 0px;
  }

  .w-100 {
    width: 100%;
  }

  .overview-product-details {
    padding-right: 0px;
  }

  .overview-product-image {
    margin-bottom: 0px;
    border-radius: 8px;
    min-height: 200px;
    margin-left: 0;
  }

  .overview-button.secondary {
    background-color: #FFFFFF;
    color: #000;
    font-weight: bold;
  }

  .overview-header {
    padding: 1.5em 2em;
    flex-direction: column;
    text-align: start;
    align-items: start;
    padding-bottom: 0px;
  }

  .overview-faq-answer {
    font-size: 14px;
  }

  .overview-header h4 {
    width: 100%;
  }

  span.overview-faq-toggle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  span.overview-faq-toggle img {
    width: 15px;
  }

  .overview-faq-answer.active {
    padding-top: 10px;
  }

  .overview-box {
    background-color: #fff;
    height: 185px;
  }

  .overview-product-card p {
    font-size: 17px;
    margin: 0 1px 6px 0;
    line-height: 22px;
  }

  .download-button {
    display: block;
    width: 100%;
    padding: 11px 15px;
    margin-top: 25px;
  }

  .product-title {
                font-size: 23px;
                margin: 0 1px 3px 0;
                line-height: 40px;
  }

  .overview-header nav {
    padding-left: 0px;
  }

  .overview-navigator {
    position: absolute;
    align-items: center;
    left: 50%;
    bottom: 0;
    transform: translateX(-50px);
    gap: 20px;
    display: none;
  }

  .overview-container ul {
    margin: 0px;
    padding-top: 15px;
  }

  .overview-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0em 0px 0;
    padding-top: 10px;
  }

  .overview-product-grid {
    margin-bottom: 3em;
  }

  .experience-content {
    order: 2;
  }

  .Categories_viewAllWrap {
    text-align: center;
    padding-top: 45px;
  }

  .Categories_section .owl-dots {
    padding: 0px 0px 0px 0px;
  }

  .Categories_subtitle {
    display: inline;
  }

  h2 {
    font-weight: 500;
    font-size: 30px;
  }

  .Categories_icon img {
    height: auto !important;
  }

  .logo_slider {
    padding: 16px 0;
  }

  section.logo_slider-sction .owl-dots {
    display: none;
  }

  section.logo_slider-sction {
    padding-top: 30px;
  }

  .Categories_card img {
    height: 190px;
  }

  .category-nav-container {
    width: 90%;
    margin: 1.8em auto;
    padding-top: 0px;
  }

  .testimonial_nav {
    position: absolute;
    top: -24px;
    left: 0;
    right: unset;
    display: flex;
    gap: 10px;
  }

  h2.Categories_title {
    padding-bottom: 47px;
  }

  .testimonial_item {
    padding: 30px 20px;
    flex-direction: column;
    justify-content: start;
    height: auto;
    min-height: 209px;
  }

  .dropdown_list {
    width: 13%;
  }

  .product-grid {
     grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 2em 2em;
    margin: 0em auto;
    width: 90%;
    padding-bottom: 40px;
  }

  .product-image-container {
    width: 100%;
    height: auto;
          background: none;
  }
  .product-image {
        width: 100%;
          height: 295px;
        background-size: cover;
}
.product-code {
        min-height: max-content;
}
     .product-card   .download-button {
                padding: 17px 15px;
        }

  .category-options-sec {
    padding: 8px 15px;
    font-size: 16px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    margin: 3px 0px;
  }

  .category-options {
    justify-content: unset;
    gap: 5px;
    padding: 11px 0px;
    border-radius: 60px;
    background-color: transparent;
  }

  .project-view ul {
    flex-direction: column;
  }

  .project-view ul li {
    width: 100%;
  }

  .project-image {
    width: 100%;
    height: 385px;
  }

  .project-view {
    padding-top: 16px;
  }

  ul.breadcrumb {
    padding-bottom: 15px;
  }

  .faq-count {
    font-size: 14px;
  }

  .about_container p {
    text-align: justify;
  }

  .about_text {
    flex: 1 1 100%;
    padding: 0px 0px;
    padding-right: 0px;
  }

  section.about_mission_vision .about_block.reverse .about_text {
    padding-left: 0px;
    padding-right: 0px;
  }

  .about_img {
    flex: 1 1 100%;
    padding: 12px 0px;
    text-align: center;
    order: 2;
  }

  .about_mission_vision {
    padding: 60px 0px;
    margin-bottom: 10px;
  }

  section.Categories_section h2.Categories_title {
    padding-bottom: 0px;
  }

  .experience-section {
    padding: 10px 0px 0px 0px;
  }

  .product_banner_img img {
    width: 100%;
    min-height: 20vh;
  }

  .overlay-project img {
    max-width: 100%;
  }

  .btn {
    padding: 13px 24px;
    font-size: 20px;
    line-height: 34px
  }

  .testimonial_author-name {
    color: #023A33;
    font-size: 14px;
    line-height: 20px;
  }

  .category-options-sec.active {
    background-color: #1f8f72;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    color: #fff;
  }

  .overview-tab-content.active {
    display: block;
    padding-left: 0;
  }

  section.conver_section h1 {

    padding-bottom: 0px;
  }

  .overlay-content {
    position: relative;
    width: 90%;
    max-height: 90%;
  }
}