/*
Theme Name: Easylease
Theme URI: https://www.easyleasebh.com/
Author: WebTree
Author URI: https://www.easyleasebh.com/
Description: Custom theme for Easy Lease Property Co. using Bootstrap
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: easylease
*/

.hero-section {
      /*background: url('https://demowebtree.top/easyleasebh/wp-content/uploads/2025/08/b1img4.jpg') no-repeat center center/cover;*/
      min-height: 100vh;
      position: relative;
      color: #fff;
    }
    .hero-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.3);
    }
    .hero-content {
      position: relative;
      z-index: 2;
      padding-top: 20vh;
    }
    .hero-content h1 {
      font-weight: 700;
    }
    .navbar {
      z-index: 1030; /* Higher than overlay */
    }
    .hero-overlay {
      z-index: 1;
    }
    .hero-content {
      z-index: 2;
    }
    .search-bar .form-control, 
    .search-bar .form-select, 
    .search-bar .btn {
      border-radius: 8px;
      min-height: 48px;
    }
    .navbar-brand img {
      max-height: 90px;
    }
    /* Force navbar links white */
    .navbar .nav-link,
    .navbar .navbar-brand,
    .navbar .dropdown-toggle {
      color: #fff !important;
    }
    /* Custom white hamburger toggler */
    .navbar-toggler {
      border: none;
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .whatsapp-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
    }
    .whatsapp-btn img {
      width: 50px;
      height: 50px;
    }
    /* Scroll Down Arrow */
    .scroll-down {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      cursor: pointer;
      animation: bounce 2s infinite;
    }
    .scroll-down i {
      font-size: 28px;
      color: #fff;
    }
    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
      40% { transform: translate(-50%, -10px); }
      60% { transform: translate(-50%, -5px); }
    }

/* Special class for the About Easy Lease section */
.about-easy-lease {
  background-color: #f8f9fa;
}

.about-easy-lease .section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #800000; /* Matching the red color in the image */
}

.about-easy-lease .section-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.about-easy-lease .btn {
  font-size: 1rem;
  border-radius: 20px;
  padding: 10px 20px;
}

.about-easy-lease .image-container {
  position: relative;
}

.about-easy-lease .overlay-icon {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 2;
}

.about-easy-lease .overlay-icon img {
  width: 50px;
}

.about-easy-lease .found-year {
  position: absolute;
  bottom: 10%;
  right: 10%;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .about-easy-lease .section-title {
    font-size: 1.5rem;
  }

  .about-easy-lease .section-text {
    font-size: 0.9rem;
  }

  .about-easy-lease .overlay-icon img {
    width: 40px;
  }

  .about-easy-lease .found-year {
    bottom: 5%;
    right: 5%;
    font-size: 0.9rem;
  }
}


.orca-property-slider {
  padding: 60px 0;
}

.orca-property-slider .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.orca-property-slider .section-subtitle {
  font-size: 1.2rem;
  color: #ddd;
  margin-bottom: 40px;
}

.carousel-item {
  transition: transform 1s ease;
}

.carousel-control-prev, .carousel-control-next {
  background-color: rgba(0, 0, 0, 0.5); 
  border-radius: 50%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: white;
}

.carousel-inner img {
  max-height: 500px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .orca-property-slider .section-title {
    font-size: 1.8rem;
  }

  .orca-property-slider .section-subtitle {
    font-size: 1rem;
  }
}

/* Colors */
.bg-gray {
  background-color: #6c757d; /* Bootstrap secondary */
}

.bg-red {
  background-color: #d71920; /* Strong red for highlight */
}

/* Optional styling for smoother UI */
.service-card .icon img {
  filter: brightness(0) invert(1);
}

.service-card h5 {
  margin-bottom: 0.5rem;
}

.service-card p {
  margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
  .service-card {
    text-align: center;
  }
}

.footer-dark {
  background-color: #3c3c3c;
  border-radius: 20px 20px 0 0;
}

.footer-dark ul li {
  margin-bottom: 6px;
}

.custom-input {
  border: 2px solid #ccc;
  border-right: none;
  padding: 10px 14px;
}

.custom-input:focus {
  border-color: #b30000;
  box-shadow: none;
}

.footer-bottom {
  background: #f8f9fa;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.whatsapp-btn img {
  width: 50px;
  height: 50px;
}


.logo-slider {
      overflow: hidden;
      background: #fff;
      position: relative;
      white-space: nowrap;
    }
    
    .logo-track {
      display: flex;
      width: calc(250px * 12); /* Adjust based on logos */
      animation: scroll 25s linear infinite;
    }
    
    .logo-track img {
      height: 80px;
      margin: 0 40px;
      object-fit: contain;
    }
    
    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    
    /* Responsive */
    @media (max-width: 768px) {
      .logo-track img {
        height: 60px;
        margin: 0 20px;
      }
    }
    
    @media (max-width: 480px) {
      .logo-track img {
        height: 50px;
        margin: 0 15px;
      }
    }
    
    /* Section Background */
.our-projects-section {
  background: #c8102e;
  position: relative;
  overflow: hidden;
}

/* Heading */
.our-projects-section h2 {
  font-size: 2rem;
}

/* View More Button */
.view-more-btn {
  background: #fff;
  color: #c8102e;
  font-weight: 500;
  border-radius: 30px;
  padding: 6px 18px;
  border: none;
  transition: all 0.3s ease;
}
.view-more-btn:hover {
  background: #f8f8f8;
  color: #a50e25;
}

/* Carousel wrapper */
.projects-carousel-wrapper {
  overflow: hidden;
  position: relative;
}
.projects-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}

/* Project Card */
.project-card {
  flex: 0 0 33.333%; /* Default: 3 cards */
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.project-card:hover {
  transform: translateY(-5px);
}
.project-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.project-content {
  padding: 15px;
}

/* Learn More Button */
.learn-more-btn {
  background: #fff;
  border: 1px solid #c8102e;
  color: #c8102e;
  border-radius: 4px;
  padding: 6px 14px;
  transition: all 0.3s ease;
}
.learn-more-btn:hover {
  background: #c8102e;
  color: #fff;
}

/* Carousel Arrow Buttons */
.carousel-control-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 8px;
  transition: 0.3s;
}
.carousel-control-btn:hover {
  color: #ddd;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
  .project-card {
    flex: 0 0 50%; /* Tablet: 2 cards */
  }
}
@media (max-width: 767px) {
  .project-card {
    flex: 0 0 100%; /* Mobile: 1 card */
  }
}
/* === Featured Properties Section === */
.featured-properties {
  background: #f5f5f5;
}
.featured-properties h2 {
  font-size: 1.8rem;
}
.learn-more-btn {
  background: #fff;
  border: 2px solid #c8102e;
  color: #c8102e;
  border-radius: 8px;
  padding: 6px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.learn-more-btn:hover {
  background: #c8102e;
  color: #fff;
}
.property-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.property-card img {
  height: 200px;
  object-fit: cover;
}
.property-content {
  padding: 15px;
  flex: 1;
}
.property-content h5 {
  font-size: 1rem;
}
.property-icons {
  font-size: 0.85rem;
  color: #555;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.property-icons span i {
  margin-right: 4px;
  color: #c8102e;
}
.el-project-sub-slider img {
	    max-width: 100%;
	    height: auto;
	}
	.el-project-sub-slider .slick-list {
	    margin: 0 -15px;
	}
	.el-project-sub-slider .slick-slide {
	    padding: 0 15px;
	}
	.el-project-slick-main .slick-dots {
	    position: absolute;
	    left: 80px;
	    width: auto;
	    bottom: 120px;
	}
	.el-project-slick-main .slick-dots li button {
	    padding: 0;
	    background: #cad4d6;
	    height: 7px;
	}
	.el-project-slick-main .slick-dots li button:before {
	    display: none;
	}
	.el-project-slick-main .slick-dots li {
	    width: 20px;
	    height: 5px;
	    margin: 0 2px;
	}
	.el-project-slick-main .slick-dots li.slick-active button {
	    background: #9daeb6;
	}
    .el-project-slick-main .slick-prev:before, .slick-next:before {
      color: #333;
    }

    .el-project-slick-main .el-project-sub-slider {
      position: relative;
      width: 55%;
    }
    .el-project-sub-slider .slick-prev,
    .el-project-sub-slider .slick-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background: rgba(255, 255, 255, 0.9);
      border: none;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .el-project-sub-slider .slick-prev { left: 10px; }
    .el-project-sub-slider .slick-next { right: 10px; }

    .el-project-sub-slider .slick-prev:before,
    .el-project-sub-slider .slick-next:before {
      color: #000;
      font-size: 18px;
    }
    .el-project-slick-main .main-slide {
	    padding: 100px 80px;
	    display: flex;
	}
	.el-project-slick-main .main-slide .text {
	    width: 25%;
	}
	.el-project-slick-main .main-slide .el-project-sub-slider {
	    width: 75%;
	    padding: 0px 60px 0;
	    margin-top: 120px;
	}
	.el-project-slick-main .main-slide .text h2 {
	    font-size: 36px;
	    margin: 0 0 35px;
	    color: #4d4d4d;
	}
	.el-project-slick-main .main-slide .text p {
	    font-size: 32px;
	    color: #868789;
	    line-height: 1.3;
	    max-width: 340px;
	    margin: 0 0 40px;
	}
	.el-project-sub-slider .slick-prev, .el-project-sub-slider .slick-next {
	    background: white;
	    border-radius: 4px;
	}
	.el-project-sub-slider .slick-prev:before, .el-project-sub-slider .slick-next:before {
	    display: none;
	}
	.news-media-section h3 {
  font-size: 1.5rem;
}

.news-media-section .btn {
  font-weight: 500;
}

.news-media-section .card img {
  height: 200px;
  object-fit: cover;
}

.news-media-section .card h6 {
  font-size: 1rem;
  line-height: 1.4;
}

.news-media-section .card span {
  font-size: 1.1rem;
}


.about-hero {
  position: relative;
  height: 90vh; /* adjust height */
  /*background: url('https://demowebtree.top/easyleasebh/wp-content/uploads/2025/08/b1img2.jpg') no-repeat center center/cover;*/
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 50%;
    background: rgb(200 16 46 / 66%);
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    justify-content: flex-end;
}

.overlay-content {
  color: #fff;
}

.overlay-content h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.overlay-content p {
  font-size: 1rem;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .about-overlay {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .about-hero {
    height: 50vh;
  }
  .about-overlay {
    width: 100%;
    height: auto;
    bottom: 0;
    top: auto;
    padding: 1.5rem;
  }
  .overlay-content h2 {
    font-size: 2rem;
  }
}

