body {
      margin: 0;
      padding: 0;
      font-family: 'Conv_muli.regular';
      font-weight: 400;
      color: #151618;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Poppins', sans-serif;
    }

    
    .content_position {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .content_position_hide{
      display: flex;
      justify-content: center;
      align-items: center;

    }
    .content_pos_start {
      display: flex;
      justify-content: start;
/*      align-items: center;*/
    }

    



    .slider-padding {
/*      padding-top: 80px; */
      padding-top: 110px; /* Prevent overlap with navbar */
    }
    .carousel-indicators [data-bs-target] {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #4cb79e; /* Green color */
      opacity: 0.5;
      transition: opacity 0.3s ease;
    }

    .carousel-indicators .active {
      opacity: 1;
    }

    .family_counter{
        width: 20%;
        text-align: center;
    }
    .number_counter{
        text-align: center;
        font-size: 55px;
        color: #1f1a17;

        line-height: .8;

    }
    .counter_txt{

        font-size: 16px;
        color: #1f1a17;
        text-align: center;
        line-height: 1.1;
        margin-top: 12px;
    }

    .fade-up {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 1.0s ease-out, transform 1.0s ease-out;
  }

  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }
  #imageSlider .carousel-inner img{
    height: 90vh;
  }
  .textCenter{
    text-align: center;
  }

  .section_3{
    background: #f8f8f8;
    padding: 40px;
    position: relative;
    height: 456px;
  }
  .section_3 .row_1 p{
    font-family: 'Avenir LT Std', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    color: #151618;   
    }

   .section_3 .row_1 h2{
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #151618;
   }
   .section_title {
      position: relative;
      display: inline-block;
    }

    .section_title::after {
      content: "";
      position: absolute;
      bottom: -10px;
      right: 0;         /* Aligns to the right */
      width: 50px;
      height: 5px;      /* Thickness of the "border" */
      background-color: #4cb79e;
    }
    .image_left{
    background: url(../images/pattern_left.png) no-repeat;
    width: 350px;
    height: 324px;
    position: absolute;
    left: 0;
    bottom: 0;
    }
    .image_right{
    background: url(../images/pattern_right.png);
    width: 350px;
    height: 324px;
    position: absolute;
    right: 0;
    bottom: 0;
    }


    .section_3 .row_2{
        padding: 45px;
        padding: 45px 70px;
    }
    .section_3 .row_2 p{
        font-size: 18px;
        line-height: 1.5;
    }

    .section_3 .row_2 .row_2_col_2 div img{
        width: 75px;
        height: auto;
    }
    .section_3 .row_2 .row_2_col_2 div h4{
    font-weight: 500;
    margin: 10px 0 0px 0;
    font-size: 14px;

    }

    .section_3 .row_2 .row_2_col_2 div div{
    width: 100%;
    background: #fff;
    padding: 10px 12px;
    width: 160px;
    margin-right: 20px;
    overflow: hidden; 
    min-height: 155px;
    }
    .section_3 .row_2_col_2 #features_div{
        padding: 0px 15px;
        z-index: 1;
    }

    .slider-container {
/*    width: 900px; /* Adjust width to fit 3 content blocks */*/
    overflow: hidden;
}


    #features_div img {
      transition: transform 0.6s ease-in-out;
    }

    /* Only the hovered .content_position changes */
    #features_div .content_position:hover {
      background: #4cb79e;
    }

    #features_div .content_position:hover img {
      animation: bounce 1s infinite;
    }

    /* Bounce animation */
    @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }

    #features_div {
      overflow-x: auto;
      scroll-behavior: smooth;
      white-space: nowrap;
      -ms-overflow-style: none;     /* IE and Edge */
      scrollbar-width: none;        /* Firefox */
    }

    #features_div::-webkit-scrollbar {
      display: none;                /* Chrome, Safari, and Opera */
    }


    #features_div .content_position {
      min-width: 30%; /* 3 items visible at a time */
      flex: 0 0 auto;
      padding: 10px;
      box-sizing: border-box;
    }

    
    .fade-slide-right {
      opacity: 0;
      transform: translateX(50px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .fade-slide-right.in-view {
      opacity: 1;
      transform: translateX(0);
    }
    /*.fade-slide-right {
      opacity: 0;
      transform: translateX(50px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .fade-slide-right.in-view {
      opacity: 1;
      transform: translateX(0);
    }*/


/*    Property slider*/

    .post_counter_section{
       padding: 40px 100px;
    }

    .post_counter_section div img{
        width: 100%;
    }

    .post_counter_section h2{
        padding: 50px 0px;
        font-size: 30px; font-weight: 700; color: #151618; text-align: center; font-family: 'Poppins', sans-serif;
    }
    .post_counter_section{
        position: relative;
        margin-bottom: 100px;
        margin-top: 30px;

    }

    .counter_row{
    position: absolute;
    left: 173px;
    top: 174px;
    z-index: 1;
    background: #ffffff;
    /* padding: 0px 220px; */
    width: 76%;
    padding: 0px 0px 50px 0px;
    box-shadow: 0px 2px 10px #ccc;
}

    /*.post_property_details img{
        height: 50px;
        width: 50px;
        border-radius: 50%;


    }*/
    .post_property_details h3{
        font-size: 40px;
        font-weight: 700;
        line-height: 45px;
        text-align: left;
        margin-bottom: 15px;
        min-width: 350px;
        color: #091e42; 
    }

    .post_property_img {
      width: 60px;
      height: 48px;
      background-color: #ffffff; 
      padding: 10px;
      border-radius: 50%; 
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); 
      display: flex;
      align-items: center;
      justify-content: center;
    /*  margin-left: 20px;*/
      margin-right: 20px;

    }
    .scroll_container{
    border: 1px solid #ebecf0;
    border-radius: 12px;
    margin-right: 10px;
    }
    .scroll_container p{
        margin-bottom: 0px;
    }

    .scroll_container_div {
      display: flex;
      overflow: hidden; /* Hide the items that are outside the container */
      width: 100%; /* or specify a fixed width */
      justify-content: flex-start;


    }



    .scroll_container {
       display: flex;
    /*  min-width: 382px;*/
       transition: transform 0.5s ease;
    /*  scroll-snap-align: start;*/
    }
    .post_property_img img {
      width: 100%;
      height: auto;
      border-radius: 50%; 
      }
    #propertySlider {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        scroll-behavior: smooth;
      }

      

      .scroll_container_wrapper {
        position: relative;
        flex: 0 0 auto;
    /*    min-width: 50%; */
    /*    max-width: 50%;*/
        box-sizing: border-box;
/*        width: 72%;*/
        width: 100%;

      }
      .scroll_container{
/*        min-width: 390px;*/
        min-width: 360px;
      }
/*Property slider*/

    .section_4{
        background: url(../images/dark_bg.jpg);
        padding: 60px;
    }
    .section_4 .row_col_1 p{
        font-family: 'Avenir LT Std', sans-serif;
        font-weight: 400;
        letter-spacing: 4px;
        font-size: 12px;
        color: white;
        

    }
    .section_4 .row_col_1 h2{
        font-size: 36px;
        font-weight: 600;
        color: white;
   
    
    }
    /* CSS */
    .custom-select {
      padding: 8px 20px 8px 30px;
/*      padding: 8px 12px;*/
      border: 1px solid #ccc;
      border-radius: 30px;       /* Rounded corners */
      font-size: 16px;
      background-color: #fff;
      color: #333;
      outline: none;
      cursor: pointer;
/*      appearance: none;         /* Remove default styling (optional) */*/
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 100%;
    }

    .custom-select:focus {
      border-color: #4cb79e;    /* Optional: green border on focus */
      box-shadow: 0 0 4px rgba(99, 188, 71, 0.5);
    }

    .row_col_2 div{
        width: 19%;
        margin-right: 10px;
    }

    #search_btn{
        width: 10%;
    }

    .section_5{
        background: #f8f8f8;
        padding: 60px 110px;
    }
    .section_5 .row_col_1 p{
        font-family: 'Avenir LT Std', sans-serif;
        font-weight: 400;
        letter-spacing: 4px;
        font-size: 12px;    

    }
    .section_5 .row_col_1{
        padding-bottom: 30px;
    }
    .section_5 .row_col_1 h2{
        font-size: 36px;
        font-weight: 600;
        
   
    
    }

    .section_5 .row_col_2{
        padding: 40px;
    }
    
    .circle-image img {
      width: 150px;             
      height: 150px;            
      object-fit: cover;        
      border-radius: 50%;       
      border: 4px solid #ffffff;  
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); 
    }

    .section_6{
        background: #151618;
        padding: 60px 110px;
    }
    .section_6 .row_col_1 p{
        font-family: 'Avenir LT Std', sans-serif;
        font-weight: 400;
        letter-spacing: 4px;
        font-size: 12px;
        color: white;    

    }
    .section_6 .row_col_1{
        padding-bottom: 30px;
    }
    .section_6 .row_col_1 h2{
        font-size: 36px;
        font-weight: 600;
        color: white;
    }

    .section_6 .row_col_2 p{
        color: white;
        padding: 60px 20px;
        background: #000;
        height: 100%;
        margin-bottom: 0px;
        margin-left: 10px;
        line-height: 1.5;
        font-size: 17px;

    }

    .section_7{
        background: url(../images/dark_pattern_02.jpg);
        padding: 60px 110px;
    }
    .section_7 .row_col_1 p{
        font-family: 'Avenir LT Std', sans-serif;
        font-weight: 400;
        letter-spacing: 4px;
        font-size: 12px;
        color: white;    

    }
    .section_7 .row_col_1{
        padding-bottom: 30px;
    }
    .section_7 .row_col_1 h2{
        font-size: 36px;
        font-weight: 600;
        color: white;
    }

    .section_7 .row_col_2{
        border-right: 1px solid #e4bb61;

    }

    .section_8{
        background: linear-gradient(to right, #fff 35%, #f3f3f3 0);
        padding: 60px 110px;
    }
    .section_8 .row_col_1 p{
        font-family: 'Avenir LT Std', sans-serif;
        font-weight: 400;
        letter-spacing: 4px;
        font-size: 12px;
/*        color: white;    */

    }
    .section_8 .row_col_1{
        padding-bottom: 30px;
    }
    .section_8 .row_col_1 h2{
        font-size: 36px;
        font-weight: 600;
/*        color: white;*/
    }

    .section_8 .row_col_2 p{
        
        padding: 60px 20px;
        
        height: 100%;
        margin-bottom: 0px;
        margin-left: 10px;
        line-height: 1.5;
        font-size: 17px;

    }

        

    .section_9{
            background: #f8f8f8;
            padding: 60px 110px;
        }
        .section_9 .row_col_1 p{
            font-family: 'Avenir LT Std', sans-serif;
            font-weight: 400;
            letter-spacing: 4px;
            font-size: 12px;
    /*        color: white;    */

        }
        .section_9 .row_col_1{
            padding-bottom: 30px;
        }
        .section_9 .row_col_1 h2{
            font-size: 36px;
            font-weight: 600;
    /*        color: white;*/
        }

        .blog_div{
            min-height: 400px;
            box-shadow: 0px 2px 10px #ccc;
            border-radius: 15px;
        }
        .blog_div:hover {
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
        }

        .sec9_row_col_2 .blog_div .guide a{
            padding: 0px 6px;
            text-decoration: none;
            color: #151618;
            border-right: 1px solid #151618;
        }

        .sec9_row_col_2 .blog_div span{

            padding: 0px 6px;
            color: #151618;
    

        }

        .sec9_row_col_2 .blog_div h4{
            font-size: 15px;
            line-height: 24px;
            font-weight: 600;
            margin-top: 14px;
            margin-bottom: 12px;
        }
        .sec9_row_col_2 .blog_div p{
            line-height: 1.5;
            font-size: 18px;
        }

        .sec9_row_col_2 .blog_div img{
            border-top-right-radius: 15px;
            border-top-left-radius: 15px;
             transition: transform 1.2s ease;
        }
        .blog_div:hover img {
          transform: scale(1.2);
        }
        .blog_div > div:first-child {
            overflow: hidden; /* Hide zoom overflow */
            border-top-right-radius: 15px;
            border-top-left-radius: 15px;
        }

        .sec9_row_col_2 .blog_div .btn {
          background: linear-gradient(to left, #fff 50%, #4cb79e 50%) right;
          background-size: 200%;
          background-position: right;
          border-radius: 20px;
          padding: 6px 20px;
          border: solid 2px #4cb79e;
          color: #4cb79e;
          transition: all 0.4s ease-out;
          text-decoration: none;
          display: inline-block;
        }

        .sec9_row_col_2 .blog_div .btn:hover {
          background-position: left;
          color: #fff;
        }

        .section_10{
/*        background: linear-gradient(to right, #fff 35%, #f3f3f3 0);*/
        padding: 60px 110px;
        }
        .section_10 .sec10_row_col_1 div p{
            font-family: 'Avenir LT Std', sans-serif;
            font-weight: 400;
            letter-spacing: 4px;
            font-size: 12px;
    /*        color: white;    */

        }
        .section_10 .sec10_row_col_1{
            padding-bottom: 30px;
        }
        .section_10 .sec10_row_col_1 h2{
            font-size: 36px;
            font-weight: 600;
    /*        color: white;*/
        }
        .homeloan{
            font-family:'Conv_muli.regular';
            text-align: center;
            padding: 30px 120px;
            font-size: 18px;
            line-height: 1.5;

        }

        .section_10 .sec10_row_col_2 div img{
            width: 212px;
        }
        .sec10_row_col_2{
            gap: 20px;
        }
        .sec10_scroll{
            overflow: hidden;
        }

        .section_11{
            background: #f8f8f8;
            padding: 60px 110px;
        }
        
        .section_11 .sec11_row_col_1{
            padding-bottom: 30px;
        }
        .section_11 .sec11_row_col_1 h2{
            font-size: 36px;
            font-weight: 600;
    
        }
        .accordion {
          width: 100%;
        }
        .accordion-item {
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          border-radius: 6px;
          margin-bottom: 10px;
        }
        /* Remove background color from active accordion button */
        .accordion-button:not(.collapsed) {
          background-color: transparent;
          color: inherit;
          box-shadow: none;
        }

        /* Remove border from all accordion buttons */
        .accordion-button {
          border: none;
          background-color: transparent;
          box-shadow: none;
        }

.padding_all{
    padding: 40px 140px;
}
.d-row{
    display: flex;
    flex-direction: row;
}
.search-btn{
    width: 11%; border:none; padding: 5px 20px; background: #4cb79e; color: white;
}
.map_location{
  height:480px;
}
.sec_4_option{
  padding: 40px;
}

@media screen and (max-width : 768px){
    #imageSlider .carousel-inner img{
        height: 34vh;
    }
    .padding_all{
    padding: 40px 18px;
    }

    .post_counter_section{
      padding: 40px 18px;  
    }
    .scroll_container{
        min-width: 334px;
        margin-right: 2px;
    }
    .section_3{
      padding: 40px 18px;
      height: 654px;
    }
    .section_3 .row_2{
    padding: 45px 0px;
    }
    .section_3 .row_2 .row_2_col_2 div div{
    width: 205px;
    }
    /*.custom-select{

    }
*/

    .row_col_2 div{
        width: 100%;
        margin-top: 10px;
    }

    .search-btn{
     width: 100%;
    }

    .d-row{
    
    flex-direction: column;
    }

    .section_title::after{
    left: 50%;
    transform: translateX(-50%);
    }
    #features_div{
     overflow-x: hidden;
    }
    .section_5, .section_6, .section_8, .section_9, .section_10, .section_11{
     padding: 60px 18px;
    }
    .map_location{
      height:auto;
    }
    .section_6 .row_col_2 p{
     margin-left: 0px;
    }
    .feedback_img{
     width: 100%;
    }
    .homeloan{
     padding: 30px 0px;
    }
    .section_10 .sec10_row_col_2 div img{
     width: 100px;
    }
    .sec_4_option{
      padding: 10px 0px;
    }


}

        

