 

   /* Responsive Styles */
        @media (max-width: 1200px) {
            

         }

         @media (min-width: 768px) {
    .order-md-1 {
        order: 4 !important;
    }
    
    
}

   @media (max-width: 768px) {

.enquiry_button {
    position: fixed;
    background: #7a4830;
    padding: 5px;
    right: -9.5%;
    top: 70%;
    transform: rotate(270deg);
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
    z-index: 9999;
}

.about_section {
    padding: 140px 0px 100px 0px;
}

.text-box-area {
    margin: 0 auto;
    width: 80%;
}

.details_section {
    display: grid;
     grid-template-columns: repeat(3, 1fr); /* 3 columns on smaller screens */
    gap: 17px;
    padding: 40px 0px;
    border-top: 0.5px solid #ABABAB;
    border-right: 0px solid transparent;
    border-bottom: 0.5px solid #ABABAB;
    border-left: 0px solid transparent;
}

.details_section > .grid-item:nth-child(4) {
    grid-column: span 1; /* Ensure the 4th item goes to the second row */
  }

  .details_section > .grid-item:nth-child(5) {
    grid-column: span 2; /* Ensure the 5th item goes to the second row */
  }

.about1-section-area {
    position: relative;
}

.diagram_section .column {
    display: block;
    flex: auto;
}

    .diagram_buttons {
        display: flex;
        gap: 10px;
        margin-top: 15px;
        float: none;
        padding: 0 25px;
        width: 100%;
    }

.diagram_buttons select {
    width: 100%;
}

.diagram_box_details h2 {
    width: 100%;
    text-align: center !important;
    margin: 0 auto;
    padding: 15px 0;
}

.diagram_box_details_new p {
    text-align: center;
}

.diagram_box_details_new {
    text-align: center;
    width: 100%;
}

.text-end {
    text-align: center;
}

    .location_box_details h2 {
        width: 100%;
        text-align: center;
        padding: 20px 10px;
    }

    .gallery_title {
    width: 100%;
    text-align: center;
}

.gallery_title h2 {
    font-family: Minion Pro;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10%;
    color: #fff;
}

.project_section {
    position: relative;
}

.project_section {
    padding: 80px 0 140px;
}

    .slider_arrows {
        position: absolute;
        bottom: 5%;
        left: 35%;
    }

    footer {
    padding: 40px 0;
    text-align: center;
}

.heading .h5 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.swiper-wrapper {
    height: 100% !important;
}

.diagram_section .column {
    min-height: auto;
}

.diagram_section {
 padding: 10px 0px; 
}

.about1-section-area .about-images-area .author-images .img1 img {
    height: 80vh;
}

.about1-section-area .about-content-header {
        background: #7b4931f7;
        width: 95%;
        height: auto !important;
        position: relative;
        padding: 30px 10px;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 15%;
        left: 4%;
    }

    .about1-section-area-right {
        display: none;
    }

    .about-content-header h1{
        color: #fff;
    }

    .about-content-header p {
        width: 100%;
    }

       .garden_area {
        position: relative;
        width: 100vw;
        float: right;
    }

.tab-links {
    display: flex;
  }

  .tab-link::after {
    width: 100%;
}

.heading h2 {
    text-transform: uppercase;
    font-family: Minion Pro;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.07em;
    text-align: left;
    padding: 0 0px 50px 0;
    text-align: center;
}

.project_title h2 {
    line-height: 40.4px;
    text-align: center;
    padding: 0 0 50px 0;
}

.bottom_image {
 position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 400px;
}

.top_content {
width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 10px; /* Space between image and content */
     top: 160%;
}

.top_content .design_line {
        background: #000;
        height: 60px;
        width: 1px;
        margin: 10px auto;
        position: absolute;
        top: -55%;
    }

.order-2 {
    order: 1 !important;
}

.tab-content {
    padding: 25px 10px;
}

.gallery_title {
    top: 0;
    left: 0;
}

    .img02 {
        top: 15%;
        right: 0%;
        width: 47%;
    }

.img01 {
    top: 40%;
    width: 50%;
  
}

.img04 {
   
    top: 65%;
    right: 0;
    width: 46%;
  
}

.img03 {
   
    bottom: -10%;
    right: 49%;
    width: 50%;
    
}


.mobile-header-elements{
    display: flex;
}

.list_address {
    width: 100%;
}

        }


 @media (max-width: 576px) {
   
        }