/*==================================
* Author        : "ThemeSine"
* Template Name : Listrace  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header-top
3.  Top-area
4.  Welcome-hero
5.  List-topics
6.  Works  
7.  Explore
8.  Reviews
9.  Counter
10. Blog
11. Subscribe
12. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#a09e9c;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #343a3f;
	font-size:16px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#343a3f;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#767f86;
	font-size:14px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    color: #505866;
    font-size:24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.section-header h2 span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}

/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
        3. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#fff;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0px;
    text-transform:capitalize;
}
.navbar-header a.navbar-brand img{display: inline-block; max-width: 100%; height: auto;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:14px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #859098;
    font-size: 14px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding:34px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #ff545a;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #ff545a;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:34px 21px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #ff545a;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #ff545a;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #ff545a;}
/*.navbar-toggle */


@media (max-width: 576px) {
  .navbar-header a.navbar-brand {
    padding: 5px 0px !important;
    max-width: auto;
    height: 50px;
  }
  .navbar-header a.navbar-brand img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  @media (max-width: 400px) {
    .navbar-header a.navbar-brand {
      max-width: auto;
      padding: 5px !important;
    }
  }
}




/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/

.welcome-hero {
    position: relative;
    background: url(../images/welcome-hero/banner.jpg) no-repeat center center/cover;
    text-align: center;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    z-index: 1;
    box-sizing: border-box;
  }
  
  .welcome-hero:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 73, 89, 0.65);
    z-index: -1;
  }
  
  .welcome-hero-txt {
    padding-top: 155px;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .welcome-hero-txt h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.4;
  }
  
  .welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
    padding: 0 15px;
  }
  
  /* Responsive Tweaks */
  @media (max-width: 992px) {
    .welcome-hero {
      padding: 40px 15px;
      min-height: 550px;
    }
  
    .welcome-hero-txt {
      padding-top: 120px;
    }
  
    .welcome-hero-txt h2 {
      font-size: 36px;
      letter-spacing: 1.5px;
    }
  
    .welcome-hero-txt p {
      font-size: 16px;
    }
  }
  
  @media (max-width: 600px) {
    .welcome-hero {
      min-height: 480px;
      padding: 30px 10px;
    }
  
    .welcome-hero-txt {
      padding-top: 100px;
    }
  
    .welcome-hero-txt h2 {
      font-size: 28px;
      letter-spacing: 1px;
    }
  
    .welcome-hero-txt p {
      font-size: 15px;
      margin-top: 15px;
    }
  }
  



/* ------------------------------------------------------------ */

.enquiry-form-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    border-radius: 8px;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.enquiry-form-container h2 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.enquiry-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.enquiry-form input[type="text"],
.enquiry-form input[type="email"],
.enquiry-form input[type="tel"] {
    flex: 1 1 200px;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.enquiry-form button {
    padding: 12px 25px;
    background-color: #e32227;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
    max-width: 180px;
}

.enquiry-form button:hover {
    background-color: #c00d14;
}

.consent-box {
    margin-top: 10px;
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.consent-box input[type="checkbox"] {
    margin-right: 6px;
    vertical-align: middle;
}

/* Responsive Styles */
@media (max-width: 100px) {
    .enquiry-form-container {
        padding: 15px 20px;
    }

    .enquiry-form-container h2 {
        font-size: 20px;
    }

    .enquiry-form {
        flex-direction: column;
        gap: 10px;
    }

    .enquiry-form input[type="text"],
    .enquiry-form input[type="email"],
    .enquiry-form input[type="tel"],
    .enquiry-form button {
        width: 100%;
    }

    .consent-box {
        font-size: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
}



.project-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.section-label {
  font-size: 1.7rem;
  color: #6c757d;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 3.3rem;
  color: #dc3545;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.project-title {
  font-size: 2.3rem;
  color: #343a40;
  margin-bottom: 1rem;
  font-weight: 600;
}

.section-subtitle {
  font-size: 1.5rem;
  color: #495057;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.project-description {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 1rem;
}

.project-features {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  padding-left: 1rem;
}

.project-features ul {
  list-style-type: circle;
  margin-left: 1rem;
}

.project-features li {
  margin-bottom: 0.4rem;
}

img.img-fluid {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .section-title {
    font-size: 2.8rem;
  }
  .project-title {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .section-subtitle {
    font-size: 1.3rem;
  }
  .project-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .project-section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .section-label {
    font-size: 1.4rem;
  }
  .project-title {
    font-size: 1.8rem;
  }
  .section-subtitle {
    font-size: 1.2rem;
  }
  .project-description,
  .project-features {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 2.2rem;
  }
  .section-label {
    font-size: 1.3rem;
  }
  .project-title {
    font-size: 1.7rem;
  }
  .section-subtitle {
    font-size: 1.1rem;
  }
}





.gallery-plans-section {
  padding: 60px 0;
  background-color: #fff;
}

.section-label {
  font-size: 2.5rem;
  color: #6c757d;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 3rem;
  color: #dc3545;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-description {
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.gallery-category {
  margin-bottom: 3rem;
}

.category-title {
  font-size: 1.8rem;
  color: #343a40;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.category-description {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1rem;
}

.floor-plan-list {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.floor-plan-list li {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.floor-plan-list a {
  color: #dc3545;
  text-decoration: underline;
  transition: color 0.3s;
}

.floor-plan-list a:hover {
  color: #a71d2a;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.gallery-img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

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

/* Responsive Adjustments */
@media (max-width: 767px) {

  .image-gallery {
    grid-template-columns: repeat(2, minmax(160px, 1fr)); /* Decrease min-width for mobile */
  }

  .gallery-img {
    height: 180px; /* Set fixed height for images on mobile */
    object-fit: cover; /* Crops images to fill without distortion */
  }

  .section-title {
    font-size: 2.5rem;
  }
  .section-label {
    font-size: 1.4rem;
  }
  .category-title {
    font-size: 1.6rem;
  }
  .category-description,
  .floor-plan-list li {
    font-size: 1rem;
  }
}

/* @media (max-width: 480px) {
  .image-gallery {
    grid-template-columns: repeat(2, 1fr); /* 2 columns 
  }
 */



/* Lightbox overlay styling */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox-overlay img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  font-weight: bold;
}



  
  
  .price {
    color: #e53935;
    font-weight: bold;
  }
  
  .interested-btn {
    margin-top: 10px;
    background-color: #e53935;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .interested-btn:hover {
    background-color: #c62828;
  }

  #omorfos-launch h1 {
    font-size: 4.2rem;
    color: #c62828;
    line-height: 2;
    text-align: center;
  }
  
  #omorfos-launch h5 {
    margin-top: 10rem;
    text-align: center;
  }
  
  #omorfos-launch p {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2;
    padding: 0 1rem;
    text-align: center;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    #omorfos-launch h1 {
      font-size: 3rem;
      line-height: 1.4;
    }
  
    #omorfos-launch h5 {
      margin-top: 5rem;
      font-size: 1.2rem;
    }
    #omorfos-launch h6 {
      font-size: 1.4rem;
    }
  
    #omorfos-launch p {
      font-size: 1.2rem;
      line-height: 1.6;
    }
  }
  
  @media (max-width: 480px) {
    #omorfos-launch h1 {
      font-size: 2.2rem;
      margin-top: 1rem;
    }
  
    #omorfos-launch h5 {
      margin-top: 3rem;
    }
  
    #omorfos-launch p {
      font-size: 1rem;
      padding: 0 0.8rem;
    }
  }
  


/* Highlights styling */
#project-highlights {
    background-color: #fdf9ef;
    padding: 6rem 2rem 4rem 2rem;
}

.highlight-list li {
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
    font-weight: 500;
    color: #222;
    font-size: 1.3rem;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    #project-highlights {
        padding: 10rem;
    }
}



  
  
  #floor-plans p {
    font-size: 1rem;
    color: #333;
  }

  .gallery-section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.title-highlight {
    color: #e74c3c;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.main-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 32px;
    }
    
    .gallery-img {
        height: 100px;
    }
}

@media (max-width: 576px) {
    .gallery-section {
        padding: 50px 0;
    }
    
    .main-title {
        font-size: 28px;
    }
}

/* Popup styles */
/* Popup overlay styles - ensures full screen coverage */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto; /* Allow scrolling on small screens */
    padding: 20px; /* Add padding for mobile */
}

/* Popup modal styles - controls the actual popup box */
.popup-modal {
    background-color: white;
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    margin: auto; /* Center horizontally */
    top: 50%;
    transform: translateY(-50%); /* Center vertically */
}

/* When overlay is shown, use flexbox to center the popup */
.overlay.show {
    display: flex;
    animation: fadeIn 0.3s;
}

/* For very small screens, make sure the popup is usable */
@media (max-width: 576px) {
    .popup-modal {
        max-height: 90vh; /* Maximum height on mobile */
        overflow-y: auto; /* Allow scrolling within popup on small screens */
    }
    
    .popup-content {
        padding: 20px 15px; /* Smaller padding on mobile */
    }
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background-color: #e74c3c; /* Red background */
    color: white;              /* This SHOULD make the '×' white */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    z-index: 10;
    font-size: 22px;
    font-weight: semobold;
    line-height: 1;
}

.overlay .popup-modal button.close-btn { /* More specific */
    /* ... your other styles ... */
    color: white !important;
}

.popup-content {
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.popup-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.popup-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 20px;
    background: transparent;
}

.form-control:focus {
    box-shadow: none;
    border-color: #e74c3c;
}

.submit-btn {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #c0392b;
}

.form-check-input:checked {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.overlay.show {
    display: flex;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.about-section {
    background-color: #f8fafb;
    padding: 60px 20px;
  }
  .about-section h2 {
    font-size: 3.5rem;
    color: #e63946;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
  }
  .about-section h3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: .8rem;
  }
  .about-section p {
    max-width: 1200px;
    margin: 0 auto 30px auto;
    color: #555;
    font-size: 1.5rem;
  }
  .about-section .btn {
    font-weight: 600;
    border-radius: 6px;
    padding: 12px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  
  
  .whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px; /* changed from right: 20px */
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-button img {
  width: 50px;
  height: 50px;
}

/* Pulsing animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}


.call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 2s infinite;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.call-button img {
  width: 50px;
  height: 50px;
}

/* Pulsing animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(11, 61, 44, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(11, 61, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(11, 61, 44, 0);
  }
}


/*-------------------------------------
        Founders Section (Non-Card View - Increased Font Sizes)
--------------------------------------*/
.founders-section {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #f8f9fa; /* Light background, adjust as needed */
}

/* Section Title and Subtitle */
.founders-section .text-center h5.text-secondary.fw-semibold { /* Target for subtitle */
    font-size: 1.7rem; /* Desired font size from previous step, adjust if needed */
    /* fw-semibold from Bootstrap handles font-weight: 600; */
    color: #6c757d !important; /* Bootstrap text-secondary color */
}

.founders-section .text-center h1.text-danger.fw-bold.display-5 { /* Target for main title */
    font-size: 3.3rem; /* Desired font size from previous step, adjust if needed */
    /* fw-bold from Bootstrap handles font-weight: 700; */
    /* display-5 from Bootstrap handles some styling */
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #dc3545 !important; /* Bootstrap text-danger color */
}


.founder-item {
    /* mb-5 in HTML handles spacing between items */
}

.founder-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 3px solid #dee2e6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.founder-details {
    /* Text alignment will be handled by Bootstrap text-md-start or text-center on parent */
}

.founder-name { /* .fw-bold class from Bootstrap is already on the h3 */
    font-size: 2.3rem;
    color: #343a40;
    margin-bottom: 0.3rem;
}

.founder-title { /* .text-muted class from Bootstrap is already on the p */
    font-size: 1.25rem;
    color: #495057; /* text-muted might override this if not specific enough, or use !important if needed */
    margin-bottom: 1.1rem;
    font-style: italic;
}

.founder-bio {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.75;
    text-align: justify;
}

/* Responsive adjustments for Founders Section (Non-Card View - Increased Font Sizes) */

@media (max-width: 991px) { /* Medium devices (tablets, less than 992px) */
    .founders-section .text-center h1.text-danger.fw-bold.display-5 {
        font-size: 2.8rem;
    }
    .founders-section .text-center h5.text-secondary.fw-semibold {
        font-size: 1.5rem;
    }

    .founder-name {
        font-size: 2rem;
    }
    .founder-title {
        font-size: 1.25rem;
    }
    .founder-bio {
        font-size: 1.2rem;
    }
    .founder-img {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 767px) { /* Small devices (landscape phones, less than 768px) */
    .founders-section .text-center h1.text-danger.fw-bold.display-5 {
        font-size: 2.6rem;
    }
    .founders-section .text-center h5.text-secondary.fw-semibold {
        font-size: 1.35rem;
    }

    .founder-item {
        text-align: center;
    }

    .founder-img {
        width: 170px;
        height: 170px;
        margin-bottom: 20px;
    }

    .founder-details {
        text-align: center;
    }

    .founder-name {
        font-size: 1.9rem;
    }

    .founder-title {
        font-size: 1.1rem;
    }

    .founder-bio {
        font-size: 0.95rem;
        text-align: center;
        line-height: 1.7;
    }
}

@media (max-width: 575px) { /* Extra small devices (portrait phones, less than 576px) */
    .founders-section .text-center h1.text-danger.fw-bold.display-5 {
        font-size: 2.3rem;
    }
    .founders-section .text-center h5.text-secondary.fw-semibold {
        font-size: 1.25rem;
    }
    .founder-name {
        font-size: 1.85rem;
    }
    .founder-title {
        font-size: 1.2rem;
    }
    .founder-bio {
        font-size: 1.1rem;
    }
     .founder-img {
        width: 150px;
        height: 150px;
    }
}






/* ---------------------------------------------------------- */


/*-------------------------------------
        5. List-topuics
--------------------------------------*/

/*-------------------------------------
        6. Works 
--------------------------------------*/
.works{padding: 0 0 90px;}
.works-content {margin-top: 73px;}

.single-how-works{
    text-align: center;
    padding:50px 42px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    margin-bottom: 30px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.single-how-works h2 a {
    font-size:  18px;
    margin: 35px 0 20px;
}
.single-how-works h2 a span {text-transform:  lowercase;}
.single-how-works p {margin-bottom: 25px;text-transform: initial;}

.single-how-works-icon [class^="flaticon-"]:before,.single-how-works-icon [class*=" flaticon-"]:before,.single-how-works-icon [class^="flaticon-"]:after,.single-how-works-icon [class*=" flaticon-"]:after {font-size: 35px;}
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {color:#ff545a;}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}

.single-how-works:hover h2 a,.single-how-works:hover p{color: #fff;}
.single-how-works:hover .single-how-works-icon{background: #fff;}
.single-how-works:hover .welcome-hero-btn.how-work-btn{background: #fff;color: #ff545a;}
.single-how-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #ff545a;}

/*-------------------------------------
        7. Explore
--------------------------------------*/
.explore{
    padding:117px 0 95px;
    background: #f8fafb;
}
.explore-content{margin-top: 78px;}

.single-explore-item {
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: 3px;
    margin-bottom: 25px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-explore-img{position:relative;overflow: hidden;}
.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162,172,177,.2);
}
.single-explore-img-info {
    position: absolute;
    bottom:-20px;
    left: 0;
    width: 100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-explore-item:hover .single-explore-img-info{
    opacity:1;
    visibility:visible;
    bottom:0px
}
.single-explore-img-info button{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #ff545a;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}
.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right:  10px;
}
.single-explore-image-icon-box ul li {
    display:  inline-block;
    width: 30px;
    height:  28px;
    line-height:  28px;
    background: #252d32;
    text-align:  center;
    margin-left:  5px;
    color:  #cbcccd;
}
.single-explore-image-icon-box ul li:hover i{color: #267dff;}

.single-explore-txt {
    padding: 26px 25px 24px 15px;
}
.single-explore-txt.bg-theme-1 .explore-rating{background: #70a9ff;}
.single-explore-txt.bg-theme-2 .explore-rating{background: #00c61c;}
.single-explore-txt.bg-theme-3 .explore-rating{background: #ffcc5d;}
.single-explore-txt.bg-theme-4 .explore-rating{background: #bd70ff;}
.single-explore-txt.bg-theme-5 .explore-rating{background: #ff7a40;}

.explore-rating-price,.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}
.explore-rating-price a {margin:0;}
.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px;
}
.explore-price {color: #f63138;}
.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}
.explore-person {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e5eb;
}
.explore-person-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.explore-person p {font-size: 12px;}
.explore-open-close-part {
    margin-top: 20px;
}
.close-btn {
    color: #f63138;
    text-transform: capitalize;
}
.close-btn.open-btn {color: #00c437;}
.explore-map-icon{text-align: right;}
.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: #767f86;
}
.explore-map-icon a svg:hover{color: #f63138;}
.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover{color: #00c437;}
.single-explore-item:hover{box-shadow: 0 10px 20px rgba(21,19,19,.2);}

/*-------------------------------------
        8. Reviews
--------------------------------------*/
.reviews{padding:117px 0 75px;}
.reviews-content {margin-top:36px;}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2); 
    overflow-x:hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-testimonial-box:hover{box-shadow:0 10px 20px rgba(21,19,19,.2);}
.slick-current .single-testimonial-box{box-shadow:0 10px 20px rgba(21,19,19,.2);}
/*testimonial-description*/
.single-testimonial-box{
    width: 404px;
    background:#fff;
}
/* testimonial-info */
.testimonial-info {
    display: flex;
    align-items: center;
    text-transform:capitalize;
}
.testimonial-img {
    position: relative;
    top: 11px;
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person {
    margin-left: 15px;
    margin-top: 11px;
}
.testimonial-person h2 {
    color: #505866;
    font-size: 18px;
}
.testimonial-person h4 {
    color: #a2a5ab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.testimonial-person-star i {
    color: #ffda2b;
    margin: 9px 4px 0 0;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment {
    margin-top: 18px;
}
.testimonial-comment p{
    color: #8d939e;
    font-size: 14px;
    font-weight: 300;
}/* testimonial-comment */


/*.slick-slide*/
.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0;
}
.slick-slide.slick-cloned {outline: 0!important;}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
/*.slick-slide*/

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url(../../assets/images/counter/counter-banner.jpg) no-repeat fixed center/cover;
    padding: 127px 0 120px;
    text-align: center;
    box-sizing: border-box;
}

.statistics:before {
    position: absolute;
    content: '';
    background: rgba(75, 75, 75, 0.60);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Ensure content appears above overlay */
.single-ststistics-box {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 20px;
    flex: 1 1 200px;
}

/* Statistics number styling */
.statistics-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
}

.statistics-content span {
    margin-left: 5px;
}

/* Label/text under number */
.single-ststistics-box h3 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
}

/* Responsive styling */
@media (max-width: 992px) {
    .statistics {
        padding: 100px 20px;
        flex-direction: column;
    }

    .statistics-content {
        font-size: 40px;
    }

    .single-ststistics-box h3 {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .statistics {
        padding: 80px 15px;
    }

    .statistics-content {
        font-size: 32px;
    }

    .single-ststistics-box {
        margin: 15px 0;
    }

    .single-ststistics-box h3 {
        font-size: 18px;
    }
}


/*-------------------------------------
        10. Blog
--------------------------------------*/
.blog{padding:120px 0 90px;}
.blog-content{margin-top: 80px;}

.single-blog-item{
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-blog-item-txt {padding:  25px 28px 27px;}
.single-blog-item-txt h2 a {text-transform:  initial;line-height: 1.8;}
.single-blog-item-txt h4 {
    font-size:  14px;
    color:  #8f949d;
    font-weight:  400;
    margin: 12px 0 20px;
}
.single-blog-item-txt h4 a {
    font-size:  14px;
    padding-right:  14px;
    border-right: 1px solid #dde0e4;
    margin-right:  15px;
    text-transform: uppercase;
}

.single-blog-item:hover h2 a {color:#ff545a;}
.single-blog-item:hover{
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}


/*-------------------------------------
        11. Subscribe
--------------------------------------*/
.subscription{
    background: #f8fafb;
    padding:150px 0;
}
/*subscribe-title*/
 .subscribe-title {margin-bottom: 52px;}

.subscribe-title h2{
    font-size:24px;
    font-weight: 500;
    text-transform: uppercase;
}
.subscribe-title p{
    color:#7b8088;
    font-size:16px;
    font-weight: 500;
    margin-top: 28px;
}/*subscribe-title*/


/*custom-input-group*/
.subscription-input-group {
    position: relative;
    text-align: center;
    max-width: 630px;
    margin:0 auto;
}

.subscription-input-group .subscription-input-form{
    display: inline-block;
    width: 630px;
    height: 60px;
    padding-left:30px;
    font-size: 16px;
    color: #a5adb3;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #fff;
    box-shadow: 0 0px 10px rgba(21,19,19,.1);
     -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.subscription-input-group:hover .subscription-input-form{
    box-shadow: 0 5px 20px rgba(21,19,19,.4);
}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff545a;
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    text-transform:capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow:0 5px 10px rgba(71,71,71,.4);
    background: #f43032;
}
/*appsLand-btn*/

/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer-menu {padding: 45px 0;}
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0;
}
.footer-menu ul.footer-menu-item{text-align: right;}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    color: #859098;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 40px;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.footer-menu ul.footer-menu-item li a:hover{color: #f43032;}
.hm-footer-copyright {
    padding: 40px 0;
    border-top: 1px solid #e1e5eb;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social {text-align: right;}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}
.footer-social a ,.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eef2f6;
    text-align: center;
    border-radius: 50%;
}
.footer-social span {margin-right:15px;margin-left: 0;color: #a5adb3;}
.footer-social span:hover{color: #ff545a;}
.footer-social a:hover {background:#ff545a;color: #fff;}

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#ff545a;
	border:1px solid #ff545a;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f43032;
	border:1px solid #ff545a;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}


Add commentMore actions
  #amenities {
    background-color: #fdf9ef;
    padding-top: 5rem;
    padding-left: 10rem;
    padding-right: 10rem;
    padding-bottom: 10rem;
  }

  .amenity-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    object-fit: contain;
  }
  
  #amenities p {
    font-weight: 500;
    color: #222;
    margin-bottom: 3rem;
  }
  

  #floor-plans img {
    transition: transform 0.3s ease;
    max-height: 250px;
    object-fit: cover;
  }
  
  .floor-plan-card:hover img {
    transform: scale(1.05);
  }
  
  #floor-plans .btn {
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    border-radius: 5px;
  }