/* =========================
   GLOBAL CSS
========================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
}

.section-spacing {
  padding: 5px 0;
}

.content-spacing {
  margin-top: 30px;
}

/* =========================
   COMMON TEXT
========================= */

.main-heading {
  color: #000;
}

.main-heading span {
  color: #ff3b3b;
}

.sub-heading {
  color: #474646;
  max-width: 800px;
}

/* =========================
   NAVBAR
========================= */

.custom-navbar {
  position: sticky !important;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.06);
}

.navbar-brand {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.navbar-nav {
  gap: 18px;
  align-items: center;
}

.nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-left: 25px;
  transition: 0.3s;
}

.nav-link:hover,
.active-link {
  color: #ff3b3b !important;
}

/* =========================
   HERO SECTION
========================= */

.hero-image {
  width: 100%;
}

.hero-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

/* =========================
   ABOUT SECTION
========================= */

.about-section {
  width: 100%;
  padding: 80px 0;
}

.about-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.content-box {
  width: 50%;
}

.small-line {
  width: 50px;
  height: 3px;
  background: #ff3b3b;
  margin-bottom: 25px;
}

.content-box h1 {
  color: #000;
}

.content-box h1 span {
  color: #ff3b3b;
}

.content-box p {
  color: #444;
  max-width: 500px;
}

.image-box {
  width: 50%;
  display: flex;
  justify-content: center;
}

.image-box img {
  width: 100%;
  max-width: 490px;
  height: 330px;
  border: 2px solid rgba(255, 59, 59, 0.2);
  border-radius: 20px;
  object-fit: cover;
}

/* =========================
   BUSINESS SECTION
========================= */

.business-section {
  padding: 40px 0;
}

.section-title {
  color: #000;
}

.section-title span {
  color: #ff3b3b;
}

.section-subtitle {
  color: #525151;
  max-width: 800px;
  margin: auto;
}

.business-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px 15px;
  margin-bottom: 30px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  height: 100%;
}

.business-card:hover {
  transform: translateY(-10px);
  border: 1px solid #ff3b3b;
}

.business-card img {
  width: 50%;
  height: 100px;
  object-fit: contain;
  margin: auto auto 20px;
  display: block;
}

.business-card .tagline {
  font-size: 14px;
  color: #ff3b3b;
  margin-bottom: 10px;
}

.business-card h6 {
  color: #333;
}

.business-card p {
  color: #555;
}

/* =========================
   VIDEO SECTION
========================= */

.video-section {
  padding: 60px 20px;
}

.video-container {
  height: 470px;
  border-radius: 12px;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* =========================
   SERVICES SECTION
========================= */

.services-section {
  padding: 40px 30px;
}

.services-section .section-subtitle {
  max-width: 700px;
  margin: 0 auto 10px;
}

.service-grid-image {
  width: 100%;
  height: 100%;
}

.service-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-grid-text {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  text-align: center;
}

.service-grid-text h6 {
  color: #ff3b3b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-grid-text p {
  color: #585757;
}

/* =========================
   DREAM HOME SECTION
========================= */

.DreamHome-Section {
  padding: 60px 0;
  background: #fff;
}

.DreamHome-image {
  display: flex;
}

.DreamHome-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.DreamHome-content h1 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #000;
  letter-spacing: -0.5px;
}

.DreamHome-content h1 span {
  color: #da251c;
}

.DreamHome-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #666;
  max-width: 95%;
}

.DreamHome-highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #222;
}

.DreamHome-highlights span {
  display: flex;
  align-items: center;
}

.DreamHome-highlights i {
  color: #da251c;
  margin-right: 6px;
  font-size: 16px;
}

.DreamHome-divider {
  border-top: 1px solid #dad8d8;
  margin-bottom: 10px;
  width: 90%;
  padding-top: 10px;
}

.DreamHome-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 25px;
}

.DreamHome-stats h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.DreamHome-stats p {
  margin: 0;
  font-size: 11px;
  color: #777;
  font-weight: 500;
}

.divider-line {
  width: 1px;
  height: 60px;
  background-color: #f1efef;
}

.DreamHome-btn {
  background-color: #da251c;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
  width: fit-content;
  text-align: center;
}

.DreamHome-btn:hover {
  background-color: #b81f18;
  color: #fff;
}

/* =========================
   FOOTER
========================= */

.footer-section {
  background: rgb(220, 218, 218);
  color: #000;
  padding: 40px 0 0;
}

.footer-logo img {
  width: 170px;
  margin-bottom: 20px;
  margin-left: -18px;
}

.footer-social {
  color: #000;
}

.footer-social a {
  color: #000;
  font-size: 22px;
  margin-right: 10px;
}

.footer-text {
  color: #000;
  font-weight: 600;
}

.footer-section h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #cc2b2b;
}

.footer-links {
  list-style: none;
  padding: 0;
  font-weight: 300;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links i {
  padding-right: 5px;
}

.footer-links a {
  color: #0a0707;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #cc2b2b;
}

.footer-bottom {
  background-color: #cc2b2b;
  width: 100%;
  padding: 14px 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

/* =========================
   CUSTOM FOOTER SOCIAL
========================= */

.custom-footer-btn {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 10px;
  color: #d92525;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.custom-footer-btn:hover {
  background: #d92525;
  color: #fff;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: 0.3s ease;
}

.footer-social-icons.show-social {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.footer-social-icons a {
  color: #555;
  font-size: 22px;
  transition: 0.3s ease;
}

.footer-social-icons a:hover {
  color: #a81c1c;
}

/* =========================
   TABLET VIEW
========================= */

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 95%;
  }

  .custom-navbar {
    padding: 12px 0;
  }

  .navbar-brand img {
    width: 115px !important;
  }

  .navbar-nav {
    padding-top: 15px;
    align-items: flex-start;
    gap: 0;
  }

  .nav-link {
    margin-left: 0;
    margin-top: 10px;
  }

  .main-heading {
    text-align: center;
    font-size: 42px;
    line-height: 1.3;
  }

  .sub-heading {
    text-align: center;
    max-width: 100%;
    font-size: 17px;
    line-height: 1.8;
    margin: auto;
  }

  .about-section {
    padding: 70px 0;
    text-align: center;
  }

  .about-container {
    flex-direction: column;
    gap: 45px;
  }

  .content-box,
  .image-box {
    width: 100%;
  }

  .small-line {
    margin: 0 auto 30px;
  }

  .content-box p {
    max-width: 85%;
    margin: auto;
  }
  .content-title,
  .content-text {
    text-align: center;
  }

  .image-box img {
    max-width: 650px;
    height: 360px;
  }

  .business-section .col-md-3 {
    width: 50%;
    padding: 0 10px;
  }

  .business-card {
    padding: 25px 18px;
  }

  .business-card img {
    width: 85px;
    height: 85px;
  }

  .video-container {
    height: auto;
  }

  .video-container video {
    width: 100%;
  }

  .services-section {
    padding: 60px 0;
  }

  .service-grid-text {
    min-height: 280px;
  }

  .DreamHome-content {
    margin-top: 30px;
    text-align: center;
  }

  .DreamHome-content p {
    max-width: 100%;
  }

  .DreamHome-highlights,
  .DreamHome-stats {
    justify-content: center;
  }

  .DreamHome-divider {
    width: 100%;
  }

  .DreamHome-btn {
    margin: auto;
    display: block;
  }

  .footer-section {
    padding-top: 50px;
    text-align: center;
  }

  .footer-logo img {
    width: 140px;
    margin-left: 0;
  }

  .footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .footer-social a {
    margin-right: 0;
  }

  .footer-bottom {
    margin-top: 25px;
  }

  /* Hide Share Button */

  .custom-footer-btn {
    display: none !important;
  }

  /* Show Icons */

  .footer-social-icons {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;

    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 16px;

    width: 100%;
    margin-top: 12px;
  }

  .d-flex.align-items-center.gap-3 {
    justify-content: center !important;
  }
}

/* =========================
   MOBILE VIEW
========================= */

@media (max-width: 576px) {
  .section-spacing {
    padding: 30px 0;
  }

  .navbar-brand img {
    width: 110px !important;
  }

  .navbar-nav {
    gap: 0;
    align-items: flex-start;
  }

  .nav-link {
    margin-left: 0;
    margin-top: 10px;
  }

  .main-heading {
    font-size: 30px;
    text-align: center;
  }

  .sub-heading {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
  }

  .about-section {
    padding: 60px 0;
  }

  .about-container {
    flex-direction: column;
    gap: 35px;
  }

  .content-box,
  .image-box {
    width: 100%;
    text-align: center;
  }

  .small-line {
    margin: 0 auto 20px;
  }

  .content-box p {
    max-width: 100%;
  }

  .image-box img {
    max-width: 100%;
    height: auto;
  }

  .business-section {
    padding: 50px 0;
  }

  .business-card {
    padding: 20px 15px;
  }

  .business-card img {
    height: 120px;
  }

  .video-section {
    padding: 30px 10px;
  }

  .video-container {
    height: auto;
  }

  .video-container video {
    padding-top: 0;
  }

  .services-section {
    padding: 40px 15px;
  }

  .service-grid-text {
    padding: 20px;
  }

  .DreamHome-Section {
    text-align: center;
    padding: 50px 0;
  }

  .DreamHome-image {
    margin-bottom: 30px;
  }

  .DreamHome-content h1 {
    font-size: 24px;
  }

  .DreamHome-content h1 br {
    display: none;
  }

  .DreamHome-content p {
    max-width: 100%;
  }

  .DreamHome-highlights {
    justify-content: center;
    gap: 15px;
  }

  .DreamHome-stats {
    justify-content: center;
    gap: 30px;
  }

  .DreamHome-divider {
    width: 100%;
  }

  .DreamHome-btn {
    display: block;
    margin: 0 auto;
  }

  .footer-section {
    text-align: center;
    padding: 30px 0 0;
  }

  .footer-logo img {
    width: 120px;
    margin-left: 0;
  }

  .footer-social {
    margin-bottom: 20px;
  }

  .footer-social a {
    font-size: 16px;
    margin-right: 8px;
  }

  .footer-bottom {
    margin-top: 20px;
    padding: 10px;
  }

  /* Hide Share Button */

  .custom-footer-btn {
    display: none;
  }

  /* Show Icons */

  .footer-social-icons {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;

    width: 100%;
    margin-top: 10px;
  }

  .footer-social-icons a {
    font-size: 20px;
  }

  .d-flex.align-items-center.gap-3 {
    justify-content: center;
  }
}
