/********** Template CSS **********/
:root {
  --primary: #13c5dd;
  --secondary: #354f8e;
  --light: #eff5f9;
  --dark: #1d2a4d;
}

.btn {
  font-weight: 700;
  transition: 0.5s;
}

.btn:hover {
  -webkit-box-shadow: 0 8px 6px -6px #555555;
  -moz-box-shadow: 0 8px 6px -6px #555555;
  box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 50% 50% 0 0;
  z-index: 99;
}
.btn-outline-light {
  border-radius: 12px;
  font-size: 13px;
  padding: 8px 24px;
  background-color: #269356;
}

.topbar {
  background-color: #252a2b;
}

.contact-text {
  font-size: 13px;
  color: #ccc;
}

.social-icons a {
  color: #ccc;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #00c16a;
}
/* Modal Background */
.login-modal {
  border-radius: 8px;
  border: none;
  position: relative;
  overflow: hidden;
}

/* Close Button */
.custom-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #2f3b46;
  border-radius: 50%;
  padding: 12px;
  opacity: 1;
}

/* Text */
.login-text {
  font-size: 18px;
  color: #7b8794;
  line-height: 1.8;
}

/* Input Fields */
.custom-input {
  height: 48px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  box-shadow: none;
}

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

/* Login Button */
.login-btn {
  background-color: #2f3b46;
  color: #fff;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 4px;
}

.login-btn:hover {
  background-color: #1f2933;
  color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .modal-body {
    padding: 30px 20px !important;
  }

  .login-text {
    font-size: 16px;
  }
}

.logo-img {
  height: 110px;
  width: auto;
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-left: 50px;
  padding: 30px 0;
  font-size: 15px;
  font-weight: 400;
  color: #b9bfc6;
  outline: none;
  transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: var(--primary);
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}

.hero-slide {
  min-height: 500px;
  background-size: cover;
  position: relative;
  display: flex;
}

.hero-text {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  margin-top: 100px;
}
/* Dark overlay for readability */
.hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .hero-slide {
    min-height: 450px;
  }

  .display-1 {
    font-size: 28px;
  }
}
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
.search-section {
  background: linear-gradient(to right, #1e2a2f, #2c3e44);
}

.search-header {
  background-color: #2f7d86;
  border-radius: 5px;
}

.form-control {
  height: 45px;
  border-radius: 5px;
  border: none;
}

.btn-success {
  height: 45px;
  font-weight: 500;
  border-radius: 5px;
}
.form-select {
  height: 45px;
  border-radius: 5px;
  border: none;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
.welcome-section {
  background-color: #ffffff;
}

/* Title */
.section-title {
  font-size: 28px;
  font-weight: 400;
  color: #227a8b;
}

/* Paragraph */
.section-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  text-align: justify;
}

/* Button */
.read-btn {
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 14px;
}

/* Image Styling */
.img-box img {
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
.projects-section {
  background-color: #ffffff;
}

/* Project Cards */
.project-card img {
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.project-title {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

/* Sidebar */
.sidebar-box {
  background: #fff;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sidebar-title {
  background-color: #2f7d86;
  color: #fff;
  padding: 12px 15px;
  margin: 0;
  font-size: 20px;
}

.sidebar-list {
  list-style: none;
  padding: 10px 15px;
  margin: 0;
}

.sidebar-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  font-size: 19px;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  color: #000;
}

/* bullet circle */
.sidebar-list li::before {
  content: "○";
  position: absolute;
  left: 0;
  color: #333;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
.hero-banner {
  height: 300px;
  background: url("../img/banner.jpg") center center/cover no-repeat;
  position: relative;
  color: #fff;
}

/* Dark overlay */
.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* Content above overlay */
.hero-banner .container {
  position: relative;
  z-index: 2;
}

/* Title */
.hero-title {
  font-size: 29px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}

/* Subtitle */
.hero-subtitle {
  font-size: 19px;
  font-weight: 500;
  margin-top: 10px;
  color: #ccc;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.testimonial-section {
  background-color: #f5f5f5;
}

/* Image */
.testimonial-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  background: #000;
}

/* Text */
.testimonial-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
  text-align: center;
}

/* Name */
.testimonial-name {
  margin-top: 15px;
  color: #888;
  font-size: 16px;
}

/* Arrows */
.custom-arrow {
  background-color: #666;
  border-radius: 5px;
  padding: 10px;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */
.featured-listings {
  background: #ffffff;
}

.listing-card {
  border: none;
  transition: 0.3s ease;
}

.listing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.listing-card img {
  height: 220px;
  object-fit: cover;
}

.price-bar {
  background: #2c2f33;
  color: #fff;
  padding: 10px;
  font-weight: 600;
}

.card-title {
  font-weight: 600;
}
.card-text {
  color: #191919;
  font-size: 15px;
  font-weight: 400;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////// */
.footer-section {
  background: #3b4650;
  color: #cfd6dd;
}

.footer-title {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.logo {
  max-width: 180px;
}

.footer-info li {
  margin-bottom: 15px;
  line-height: 1.6;
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #777;
  text-align: center;
  line-height: 40px;
  margin-right: 8px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #fff;
  color: #000;
}

.listing-card {
  border: none;
  overflow: hidden;
}

.listing-card img {
  height: 180px;
  object-fit: cover;
}

.price-bar {
  background: #2c2f33;
  color: #fff;
  padding: 10px;
  font-weight: 600;
}

.form-control {
  background: #dcdcdc;
  border: none;
  border-radius: 4px;
}

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

.btn-dark {
  background: #2c2f33;
  border: none;
}

.btn-dark:hover {
  background: #1f2226;
}

.footer-info i {
  color: #ffffff;
  font-size: 16px;
  width: 20px;
}

.footer-info li {
  align-items: flex-start;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.hero-bannerr {
  background-color: #4c4c4c;
}
/* Content above overlay */
.hero-bannerr .container {
  position: relative;
  z-index: 2;
  padding: 80px;
}

/* Title */
.hero-titlee {
  font-size: 46px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}

/* Subtitle */
.hero-subtitlee {
  font-size: 19px;
  font-weight: 500;
  margin-top: 10px;
  color: #ccc;
}

.testimonials-section {
  background-color: #ffffff;
}

/* Card Design */
.testimonial-card {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 60px 40px;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Circle User Image */
.testimonial-icon {
  width: 130px;
  height: 130px;
  border: 4px solid #d1d5db;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Testimonial Text */
.testimonial-textt {
  font-size: 18px;
  line-height: 1.9;
  color: #111827;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 0 10px;
}

/* Name */
.testimonial-namee {
  font-size: 20px;
  color: #9ca3af;
  font-weight: 400;
  margin-top: auto;
}

/* Responsive */
@media (max-width: 991px) {
  .testimonial-card {
    min-height: auto;
    padding: 50px 30px;
  }

  .testimonial-textt {
    font-size: 18px;
  }

  .testimonial-namee {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .testimonial-card {
    padding: 40px 20px;
  }

  .testimonial-icon {
    width: 100px;
    height: 100px;
  }

  .testimonial-textt {
    font-size: 16px;
    line-height: 1.7;
  }

  .testimonial-namee {
    font-size: 20px;
  }
}
