@media (max-width: 1120px) {}

@media (max-width: 992px) {
    .welcome_detail {
        width: 100%;

    }

    .service_img-container .service_img-box.i-box-1 {
        width: 100%;
    }

    .service_img-container .service_img-box.i-box-2 {
        width: 100%;
    }

    .service_img-container .service_img-box.i-box-3 {
        width: 100%;
    }

    .service_img-container .service_img-box.i-box-4 {
        width: 100%;
    }

    .contact_form-container .contact_box {
        width: 75%;

    }

    .contact_form-container form input,
    .contact_form-container form input:focus,
    .contact_form-container form input:active {
        width: 100%;
    }

    .service_img-container .service_img-box {
        margin-top: 35px;
    }

    .info_section .news_container .social_container {

        width: 100%;
    }

    .owl-carousel .owl-nav,
    .owl-carousel .owl-nav.disabled {

        display: flex;
        position: absolute;
        top: 110%;
        transform: translate(-50%);
        justify-content: space-between;
        width: 40%;
        z-index: 0;
        left: 50%;

    }
}

@media (max-width: 768px) {
    .welcome_detail {

        margin-top: 25px;
    }

    .story_detail {


        margin-top: 25px;

    }

    .contact_form-container form input,
    .contact_form-container form input:focus,
    .contact_form-container form input:active {

        width: 85%;

    }

    .service_section .container {

        padding: 0;

    }

    .col-md-4.address_container {

        margin-top: 25px;

    }

    .col-md-4.news_container {

        margin-top: 25px;

    }

    .contact_section .row .col-md-6 {

        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;

    }

   
}

@media (max-width: 576px) {
    .slider_section .slider_box .slider-detail .slider_detail-text {

        width: 85%;
    }

    .service_section .container {

        width: 90%;
    }

    .slider_section .carousel-indicators {

        top: 82%;
        left: 25%;

        display: flex;

        justify-content: space-between;
        width: 100px;
        align-items: center;

    }

    .owl-carousel .owl-nav,
    .owl-carousel .owl-nav.disabled {


        width: 75%;


    }

   
        .contact_form-container .contact_box {
            width: 100%;
        }
    

    .contact_form-container .contact_box {


        padding: 35px 35px;

        margin: 100px 25px;

    }

    .contact_form-container form input,
    .contact_form-container form input:focus,
    .contact_form-container form input:active {
        width: 100%;
    }

    .info_section .news_container form input {
        width: 90%;

    }

}

@media (max-width: 480px) {
    .service_section .service_img-container .service_img-box {


        min-width: 275px;
        height: 250px;


    }
}

@media (min-width: 1200px) {}

/* Media query for mobile view */
@media (max-width: 768px) {
    .slider_section .slider_box {
      display: flex;
      position: relative;
      height: calc(100vh - 95px);
      background-image: url(../images/realimg/hero1.avif);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center -80px; /* Moves the background image up by 50 pixels */
      color: white; /* Ensures text in this section is white */
    }
    .slider_box.slider2 {
      background-image: url(../images/realimg/hero.avif);
    }
    
    .slider_box.slider3 {
      background-image: url(../images/realimg/hero1.jpg);
    }
  
    .container-fluid {
      width: 100%;
      
  }
  
  .welcome_detail {
    padding: 0px;
    background-color: #f8f9fa; /* Light background */
    border-radius: 0px;
    box-shadow: none;
  }
  }

  @media (max-width: 768px) {
    .hero_content h1 {
      font-size: 2.5rem; /* Smaller font size for mobile */
    }

    .hero_section {
        position: relative;
        height: 25vh; /* Reduced height */
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to bottom, rgba(17, 17, 17, 0.9), rgba(34, 34, 34, 0.8)); /* Adjust opacity with rgba */
        overflow: hidden;
        background-image: url(../images/realimg/heromob1.jpg);
      background-size: contain; /* Ensures the image covers the entire section */
      background-repeat: no-repeat; /* Prevents image repetition */
      background-position: center; /* Centers the image */
      /* background-attachment: fixed; Makes the background image fixed */
      }
  }
  