@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
}
body{
    font-family: "Roboto Serif", serif;
}
.know_more{
    color: #0077a6;
}
.know_more:hover{
    color: #0077a6;
}
.blogread{
    display:flex !important;
}
 .blogsection {
    background-image: url('./Images/blogs1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    display: flex;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
}
.overlay{
    position: relative;
    width: 100%; 
    height: 55vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.543); 
    z-index: 2; 
}

.blogcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensure it takes the full height of the parent section */
}
.blogsection h2{
    text-align: center;
    color: #fff;
    font-size: 3rem;
}
.blogsection p{
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    padding-top: 2rem;
}
.section_padding{
    padding: 2rem 0;
}
.wrappersection{
    margin: 5rem 0;
}
.bg_secondary{
    background-color: #eeeeee;
}
.bg_secondary1{
    background-color: #f8f8f8;
    padding: 1rem;
}
.blogread p{
    line-height: 2rem;
    padding-top: 1rem;
}
.bg_secondary1 h5{
    color: #0077a6;
}
.zoom {
    overflow: hidden;
    padding: 0;
    border-radius: 0.5rem;
  }

  .zoom img {
    transition-duration: 4s;
    margin: 0 auto;
    display: block;
  }

  .zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
  }
  
  
  
  /*WhyChooesUsSectionNewStyle-Mansi*/
          .why-choose-uss {
            /* background-image: url(../images/why-Choose-us-background-1.jpg); */
            background-image: url('https://www.pilanirealty.com/images/why-Choose-us-background-1.jpg');
            background-position: center center;
            background-size: cover;
            float: left;
            height: auto;
            width: 100%;
            padding: 80px 30px;
        }
        .why-choose-uss h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #0077a6;
    text-align: center;
}
.why-choose-uss h4 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Source Serif 4", serif;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.25;
    margin-bottom: 2rem;
    color: #fff;
}
.icon_image{
    width: 36%;
}
.blue_border{
    border: 1px solid;
    padding: 1rem;
    height: 40rem;
    border-color: rgb(96, 191, 178, 0.4) !important;
}
.why-choose-us-list{
    display:flex !important;
}

.why-choose-us-list h6 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "Source Serif 4", serif;
    margin: 15px 0px 10px 0px;
}
.why-choose-us-list p {
    font-family: "Poppins", Sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
    font-weight: 300;
    color: #FFFFFF;
}

@media (min-width:654px) and (max-width:1024px){
    .blue_border{
        height: 50rem !important;
        margin-top: 2rem;
    }
}
@media (max-width:768px){
.blue_border{
    height:auto !important;
    margin-bottom:2rem !important;
}
    .why-choose-uss{
        padding:6rem 0.5rem;
    }
}