  /* -------------------------------------------
  Name:       Experion Windchants
  Version:    1.0
  Developer:  Sunil kumar
  ------------------------------------------- */
  /*--------------------------------------------*/
  
  /* ========common css start here======= */
  
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');


  * {
    margin: 0;
    padding: 0;
  
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  a:hover,
  a:focus {
    text-decoration: none;
    box-shadow: none;
  }
  
  a {
    transition: 0.4s all ease-in-out;
    text-decoration: none;
  }
  
  body {
     font-family: "Lexend", sansf;
    overflow-x: hidden;
  }
  
  h1,  h2,  h3,  h4,  h5,  h6 {
    margin: 0;
  
  }
  
  h1 a,  h2 a,  h3 a,  h4 a,  h5 a,  h6 a {
    color: inherit;
  }
  
  h1,h2 {
    font-weight: 800;
  }
  
  h3,h4 {
    font-weight: 700;
  }
  
  h5,h6 {
    font-weight: 600;
  }
  
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
  
  h2 {
    font-size: 34px;
    line-height: 45px;
  }
  
  h3 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -.02em;
  }
  
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
  
  .padd-50 {
    padding: 30px 0;
  }
  .title {
    font-size: 2rem;
    font-weight: 700;
    color: #142f53;
    line-height: 35px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .top-title {
    color: #039ef7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.btn-cta {
    display: inline-block;
    background: #039EF7;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(3 158 247);
}
/* ========common css end  here======= */
  
/*======Header sec css start here====*/
header {
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
header.sticky {
    background: #030e19;
}
header.sticky .navbar-brand img {
    filter: none;
}
header.header.sticky ul.navbar-nav li a:hover{
  color: #71c150 !important;
}
header.header ul.navbar-nav li a {
    color: #fff !important;
    padding: 10px 15px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}
.btn-call {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}

.btn-call i {
    width: 34px;
    height: 34px;
    background-color: #043666;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
    line-height: 34px;
    margin-right: 10px;
    color: #fff;
}
.btn-call span.clltxt {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.btn-call span {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

header.header ul.navbar-nav li a:hover {
    color: #3ac500 !important;
}

header.header ul.navbar-nav  .active a {
    color: #29759f !important;
}

.fixed-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99;
}
.navbar-brand img {
    filter: brightness(0) invert(1);
}
.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0 !important;
}
/*======Header sec css end  here====*/

/*======banner sec start here=======*/
.banner-content {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
    z-index: 9;
}
.banner-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.banner-section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 9;
    background-color: #000000a3;
}
.banner-text h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.banner-text p {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.banner-text .typo
 {
    margin: 0;
    padding: 5px 20px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-left: 20px;
    position: relative;
    color: #2f2f2f;
    max-width: fit-content;
    z-index: 1;
    margin-top: 15px;
    margin-bottom: 15px;
}
.banner-text .typo:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    background: #ffffff;
    right: calc(100% + 10px);
    top: 0;
    transform: skewX(-17deg);
}
.banner-text .typo:after {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}
.banner-text .price-box {
    margin: 25px 0;
    align-items: center;
    position: relative;
    line-height: initial;
    width: max-content;
    padding: 20px 90px;
    background-image: linear-gradient(to right, #2b710e, rgba(62, 76, 49, 0.4), rgba(62, 76, 49, 0));
}
.banner-text .rupee_symbol {
    transform: translateY(-50%);
    backface-visibility: visible !important;
    animation: flip 2s ease infinite;
}

.banner-text .rupee_symbol {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 88px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0) translateY(-50%);
    animation-timing-function: ease-out;
  }
  100% {
    transform: perspective(400px) rotateY(360deg) translateY(-50%);
    animation-timing-function: ease-in;
  }
}
.banner-text  .price_line {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
}
.banner-text  .amount {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-top: 8px;
}
.banner-text  .amount span {
    font-size: 36px;
        color: #ffffff;
    font-weight: 700;
}
.location_icon {
    width: 20px;
    height: 20px;
    filter: invert(1);
}
.thm-btn {
    background-color: #043666;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 25px;
    display: inline-block;
}
.thm-btn:hover {
    background: #032648;
    color: #fff;
}
.form-section {
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.form-section h2 {
  font-size: 24px;
  color: #191919;
  line-height: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-bottom: 0 !important;
  font-weight: 700;
}
.form-section .form-control {
  font-size: 14px;
  height: 40px;
  border-radius: 100px;
}

.icon-sec img {
  margin-bottom: 5px;
}
.banner-text p {
    color: #fff;
}

.banner-text ul li {
    color: #fff;
}
.icon-sec p {
    line-height: 15px;
    font-size: 14px;
    font-weight: 500;
}

.form-section h2 span {
    color: #2b710e;
}
.form-section .form-control:focus {
    outline: none;
    box-shadow: none;
}
.error {
    font-size: 12px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    text-align: left !important;
    display: block;
}

.project-details-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  background: rgb(255 255 255);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 20px;
  border-radius: 15px;
  margin-top: 25px;
  backdrop-filter: blur(8px);
  flex-wrap: wrap;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 150px;
  flex: 1;
  transition: all 0.3s ease;
}

.detail-item:hover {
  transform: translateY(-4px);
}

.detail-icon {
  background: #043666;
  color: #fff;
  font-size: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgb(4 54 102);
  transition: all 0.3s ease;
}

.detail-item:hover .detail-icon {
  background: #03253a;
  color: #fff;
  box-shadow: 0 4px 12px rgb(3 37 58);
}
.detail-text {
  display: flex;
  flex-direction: column;
  color: #000;
}

.detail-text .label {
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 500;
}

.detail-text .value {
  font-size: 14px;
  font-weight: 600;
}
.fade-in {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeInUp 0.7s forwards ease-in-out;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-section .small {
    text-align: center;
    font-size: 16px;
}
.form-section .small span {
    font-size: 26px;
    color: #043666;
}

/*======banner sec css start here====*/

/* === Project Highlights Section === */
.project-highlights {
  background: linear-gradient(135deg, #f8fbff, #eaf4ff);
}


.project-highlights .section-header .subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0;
}

.highlights-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}

.highlight-box {
  background: #fff;
  border-radius: 14px;
  padding: 25px 15px;
  text-align: center;
  flex: 1;
  min-width: 160px;
  max-width: 220px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  cursor: default;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 18px rgba(3,158,247,0.15);
}
.icon-wrap {
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  background: rgb(4 54 102);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.icon-wrap img {
  max-width: 35px;
  transition: transform 0.3s ease;
  filter: brightness(0) invert(1);
}

.highlight-box:hover .icon-wrap img {
  transform: scale(1.15);
}

.highlight-box h6 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1b1b1b;
  margin: 8px 0 4px;
}

.highlight-box span {
  font-size: 0.85rem;
  color: #0d3c69;
  display: block;
  font-weight: 600;
}

/* === Project Highlights Section end  === */
/* About Section */

.about-sec p {
  font-size: 16px;
  line-height: 1.8;
  color: #020202;
}

.about-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.about-img {
  transition: transform 0.5s ease;
}

.about-img-wrapper:hover .about-img {
  transform: scale(1.05);
}

.about-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgb(4 54 102);
  padding: 8px 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.about-img-overlay .overlay-text {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.about-img-wrapper:hover .about-img-overlay {
  opacity: 1;
}


.project-highlights .highlight-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.highlight-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #039EF7;
  font-size: 16px;
}
.about-info .project-highlights {
    background: none;
}
/* About Section end  */

.amenities-sec {
  background: linear-gradient(135deg, #f8fbff, #eaf4ff);
}

.amenity-box {
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 10px 10px;
  transition: all 0.4s ease;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 160px;
}

.amenity-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 12px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.amenity-box h6 {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  transition: color 0.3s ease;
  line-height: 1.4;
}

.amenity-box:hover img {
  transform: scale(1.2) rotate(5deg);
  filter: brightness(1.2);
}

.amenity-box:hover h6 {
  color: #039EF7;
}
/**/
.price-table-card .price-table th, 
.price-table-card .price-table td {
  vertical-align: middle;
}
.price-table-card .price-table tbody tr:hover {
  background: #e9f5ff;
  transition: 0.3s;
}
.floor-tabs .nav-link {
  background: #f1f5f9;
  color: #333;
  font-weight: 500;
  padding: 8px 10px;
  transition: all 0.3s ease;
  font-size: 11px;
}
.floor-tabs .nav-link.active {
  background: #043666;
  color: #fff;
}
.floor-tabs .nav-link:hover {
  background: #043666;
  color: #fff;
}
.floor-plan-img img {
  transition: transform 0.3s ease;
}
.floor-plan-img img:hover {
  transform: scale(1.03);
}

/**/
.gallery-sec {
    background: linear-gradient(135deg, #f8fbff, #eaf4ff);
}
.gallery-box {
    border-radius: 10px;
    overflow: hidden;
}

.gallery-box img {
    height: 200px;
    object-fit: cover;
}
.map-text ul li {
    color: #403e3e;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;

}
.footer {
  background-color: #030e19 !important;
}

.footer h5 {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.footer .text-muted {
  color: #bbb !important;
}

.footer-bottom {
  font-size: 0.85rem;
  color: #aaa;
}
.call {
    width: 40px;
    position: fixed;
    bottom: 10px;
    left: 7px;
    z-index: 222;
}
.whatsapp img, .call img {
    width: 100%;
}
.whatsapp {
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 7px;
    z-index: 222;
}


footer .small.text-muted {
    color: #fff !important;
    font-size: 14px;
}

/**/
.custom-modal .modal-dialog {
  max-width: 450px;
}

.register-modal-content {
  background: #fff;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  overflow: hidden;
  padding: 0;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #cfcfcf;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  opacity: 0.9;
  font-size: 14px;
  transition: background 0.3s ease;
}
.close-modal:hover {
  background-color: #d2d2d2;
  color: #fff;
  opacity: 1;
}

.modal-header {
  border-bottom: none;
  padding: 10px;
  display: block;
}
.modal-logo {
  width: 80px;
  margin-bottom: 10px;
}
.modal-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 0;
}
.modal-title .highlight {
  color: #C1272D;
}
.modal-subtitle {
  font-size: 14px;
  color: #000;
  margin: 0;
  font-weight: 700;
}

.form-control-custom {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 14px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fafafa;
  font-weight: 500;
}
.form-control-custom:focus {
  border-color: #142f53;
  box-shadow: 0 0 0 2px rgb(255 255 255 / 15%);
  background: #fff;
  outline: none;
}

.btn-register-submit {
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  background: linear-gradient(90deg, #039EF7, #142f53);
}
.btn-register-submit:hover {
  color: #fff;
}

.promise-footer {
  background: #fafafa;
  padding: 15px;
  border-top: 1px solid #f0f0f0;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  justify-content: space-around;
}
.promise-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.promise-icons li {
  text-align: center;
  flex: 1;
}
.promise-icons img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}
.promise-icons span {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 800;
  line-height: 20px;
}
.modal-header .logo-name {
    color: #000;
    font-size: 30px;
}
