/*====================================================
  Project Name   : Bollineni Bion
  Description    : Realestate website and landing page
  Author         : Rohit Suryavanshi
  Company        : Bollineni
  Version        : 1.0.0
  Created Date   : 18 Sept 2025
  Last Updated   : 18 Sept 2025
  Copyright      : © 2025 Bollineni. All rights reserved.
  License        : 
=====================================================*/

@media (min-width: 1401px) {
  .section__strip-1 .container-fluid {
    width: 75%;
  }

 .rera__number {
    width: 25%;
  }
  
  .feature__content::before {
    width: 70%;
  }

  .body__banner .slider.vh__100 {
    min-height: 100vh;
  }

}

@media (min-width: 1027px) and (max-width: 1400px) {
  
  .section__strip-1 .container-fluid {
    width: 75%;
  }

  .rera__number {
    width: 25%;
  }

  .body__banner .slider.vh__100 {
    min-height: 100vh;
  }

}

@media (min-width: 769px) and (max-width: 1026px) {
  .rera__number {
    text-align: center;
  }
  

  .body__banner .slider.vh__100 {
    min-height: 80vh;
  }
}

@media (min-width: 769px) {
  .main__nav-link {
    color: var(--color-white);
  }

  .body__header {  
    background-color: #7950255c;
    background: linear-gradient(90deg, #79502522,#352411a2, #4f321473);
    border-bottom: 1px solid #ba8a5748;
  }
  
  .feature__content::before {
    width: 60%;
  }

  .main__nav-link {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  }

}

@media screen and (max-width: 768px) {
  .rera__number {
    text-align: center;
  }

  .body__header{
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff26;
  }

  .feature__content::before {
    width: 100%;
  }

}

@media screen and (max-width: 584px) {
 
}

/*====================================================
  Back to Top Button Responsive Styles
=====================================================*/

@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}