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

.primary__header {
  font-size: 32px;
  font-family: var(--font-primary);
  color: #07253b;
}

.article__header span {
  margin-bottom: 10px;
  background-color: var(--primary-color);
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.body__header {
  width: 100%;
  padding: 5px;
  backdrop-filter: blur(5px);

  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.body__header .header__logo-img {
  height: 80px;
}

.main__nav-link {
  font-family: var(--font-primary);
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.main__nav-link:hover {
  color: #a4a4a4;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);

  transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  -moz-transition: ease-in-out 400ms;
  -ms-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
}
/* .section__about {
  background-image: url('../images/bg/leaf_left.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
} */

.section__strip-1 {
  background-color: #0a2233;
}

.section__strip-1 > div > div {
  padding: 30px 0;
}

.section__strip-1 .left__block {
  width: 70px;
  height: 70px;
}

.section__strip-1 figure {
  margin: 0;
}

.section__strip-1 figure i {
  width: 70px;
  height: 70px;
  display: block;
  border: 1px solid var(--color-white);
  font-size: 30px;
  color: var(--color-white);
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.section__strip-1 .right__block p {
  color: var(--color-white);
  padding-left: 20px;
}

.section__strip-1 .right__block p:first-child {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0px;
}

.section__strip-1 .right__block p:last-child {
  font-size: 17px;
  font-weight: 400;
  color: #c8c8c8;
}

.rera__number {
  background-color: #dc3545;
}

.rera__number p {
  margin-bottom: 0;
  color: var(--color-white)
}


.rera__number p:first-child {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
}

.rera__number p:last-child {
  
  font-size: 22px;
  font-weight: 500;
}

.about__form {
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
}

.about__form .article__header {
  border-bottom: 2px solid #c6273794;
}

.about__footer .wrap__block .top {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  color: var(--primary-color);
  font-weight: 600;
}

.about__footer .wrap__block .bottom {
  margin-bottom: 0;
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 500;
}

/* aminity */
.section__feature {
  position: relative;
}

.bg__slider-1 {
  background-image: url('../images/bg/bg-1.webp');
  height: 100%;
  width: 50%;
  background-attachment: fixed;
  /* background-position: 100px 0; */
  background-size: 1000px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}



.feature__content::before {
  content: "";
  height: 100%;
  background-color: rgba(250, 250, 250, 0.932);
  backdrop-filter: blur(7px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.aminity__block {
  text-align: center;
}

.aminity__block figure {
  margin: 0 auto 10px;
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #76ba56;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  -moz-transition: ease-in-out 400ms;
  -ms-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
}

.aminity__block i {
  font-size: 30px;
  line-height: 70px;
  color: var(--color-white);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.aminity__block figure:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -o-transition: ease-in-out 200ms;
}



.section__floor-plan header h4 {
  font-size: 16px;
  padding-top: 00px;
}

.section__floor-plan figure {
  text-align: center;
}

.section__floor-plan img {
  height: 400px;
}

.section__strip-2 {
  background-color: #0a2233cf;
  position: relative;
}

.section__strip-2::before {
  content: "";
  background-image: url('../images/bg/widehome.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  backdrop-filter: blur(7px);
  background-attachment: fixed;
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.body__footer {
  background-color: #0a2233;
}


.footer__list {
  padding-bottom: 8px;
  
  padding-left: 10px;
}

.footer__link {
  color: var(--color-white);
  display: inline-block;
  transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  -moz-transition: ease-in-out 400ms;
  -ms-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
}

.footer__link:hover {
  padding-left: 10px;
  color: var(--primary-color);
  transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  -moz-transition: ease-in-out 400ms;
  -ms-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
} 

.footer__bottom {
  padding: 20px 0;
  background-color: #061825;
}


.footer__bottom p {
  margin-bottom: 0;
  color: #e9e9e9;
}


.footer__bottom a { 
  color: #ececec;
  border-bottom: 1px solid #ececec;
  transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  -moz-transition: ease-in-out 400ms;
  -ms-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
}

.footer__bottom a:hover {
  
  color: var(--primary-color);
  border-bottom: 1px solid  var(--primary-color);
  transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  -moz-transition: ease-in-out 400ms;
  -ms-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
}

/*====================================================
  Smooth Scrolling Styles
=====================================================*/

html {
  scroll-behavior: smooth;
}

/* Optional: Add smooth scrolling for browsers that don't support CSS scroll-behavior */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

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

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #dc3545, #bd4753);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(26, 71, 42, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  z-index: 1000;
}

.back-to-top:hover {
  background: linear-gradient(135deg, #bd4753, #dc3545);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 71, 42, 0.4);
}

.back-to-top:active {
  transform: translateY(0);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Animation for smooth appearance */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.back-to-top.show {
  animation: fadeInUp 0.3s ease-out;
}

/*====================================================
  Preloader Styles
=====================================================*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}

.preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.preloader-content {
  text-align: center;
  color: #1a472a;
}

.preloader-logo {
  margin-bottom: 30px;
}

.preloader-logo img {
  width: 120px;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  animation: logoPulse 2s ease-in-out infinite;
}

.preloader-spinner {
  margin-bottom: 30px;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(26, 71, 42, 0.3);
  border-top: 4px solid #1a472a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

.preloader-text h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a472a;
  font-family: var(--font-primary);
}

.preloader-text p {
  font-size: 16px;
  color: rgba(26, 71, 42, 0.8);
  margin: 0;
}

/* Preloader Animations */
@keyframes logoPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Hide body content while preloader is active */
body.preloader-active {
  overflow: hidden;
}

/* Responsive preloader */
@media (max-width: 768px) {
  .preloader-logo img {
    width: 100px;
    height: auto;
  }
  
  .preloader-text h3 {
    font-size: 24px;
  }
  
  .preloader-text p {
    font-size: 14px;
  }
  
  .spinner {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
}