body {
  background-color: #f5f5f5 !important;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif !important;
}

p,
li,
.input,
.invalid-feedback,
.form-label,
.btn-orange {
  font-family: "Heebo", sans-serif !important;
}

.btn-orange {
  background: linear-gradient(to right, #ff7e00, #ff5500);
  color: #fff !important;
  font-weight: 600;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  border: none;
  transition: background 0.3s ease;
}
.btn-orange:hover {
  background: linear-gradient(to right, #ff5500, #ff7e00);
}

.text-orange {
  color: #f97316;
}

/* banner section */
.banner-text {
  padding-left: 100px;
}

@media (max-width: 992px) {
  .banner-text {
    padding-left: 60px;
  }
}

@media (max-width: 768px) {
  .banner-text {
    padding-left: 40px;
  }
}

@media (max-width: 576px) {
  .banner-text {
    padding-left: 20px;
  }
}

/* Why Choose */

.icon-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.card-box {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}

.card-box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

@media (max-width: 767px) {
  .card-box {
    margin-bottom: 20px;
  }
}

.box {
  display: inline-block;
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 15px;
}

/* banner-section */

.banner-section {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.contact-banner {
  background-image: url("../images/contact/banner.png");
}
.about-banner {
  background-image: url("../images/about/banner.png");
}

.indoor-banner {
  background-image: url("../images/indoor/banner.png");
}

.outdoor-banner {
  background-image: url("../images/outdoor/banner.png");
}

.custom-design-banner {
  background-image: url("../images/custom-design/banner.png");
}

.digital-banner {
  background-image: url("../images/digital/banner.png");
}

.installation-banner {
  background-image: url("../images/installation/banner.png");
}

.portfolio-banner {
  background-image: url("../images/home/portfolio.png");
}

.services-banner {
  background-image: url("../images/services/banner.png");
}

.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .banner-section {
    height: 350px;
  }
}

.banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 600px;
  padding-left: 100px;
}

@media (max-width: 1200px) {
  .banner-content {
    max-width: 550px;
    padding-left: 80px;
  }
}

@media (max-width: 992px) {
  .banner-content {
    max-width: 500px;
    padding-left: 70px;
  }
}

@media (max-width: 768px) {
  .banner-content {
    max-width: 400px;
    text-align: center !important;
    padding-left: 30px;
  }
}

@media (max-width: 576px) {
  .banner-content {
    max-width: 300px;
    text-align: center !important;
    padding-left: 10px !important;
  }
}

/* Updated H1 font-size with responsive scaling */
.banner-content h1 {
  font-size: 3.7rem; /* desktop */
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .banner-content h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 992px) {
  .banner-content h1 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .banner-content h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .banner-content h1 {
    font-size: 2rem;
  }
}

/* bottom-banner-section */

.bottom-banner-section {
  position: relative;
  height: 350px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.bottom-banner-content {
  color: #fff;
  max-width: 700px;
  z-index: 2;
}

/* Optional: dark overlay */
.bottom-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4); */
  border-radius: 15px;
  z-index: 1;
}

.bottom-banner-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .bottom-banner-section {
    height: 300px;
  }

  .bottom-banner-content {
    padding: 0 15px;
  }
}

.outdoor-bottom-banner {
  background-image: url("../images/outdoor/bottom-banner.png");
}

.indoor-bottom-banner {
  background-image: url("../images/indoor/bottom-banner.png");
}

.installation-bottom-banner {
  background-image: url("../images/installation/bottom-banner.png");
}

.custom-design-bottom-banner {
  background-image: url("../images/custom-design/bottom-banner.png");
}

.digital-bottom-banner {
  background-image: url("../images/digital/bottom-banner.png");
}

.home-bottom-banner {
  background-image: url("../images/home/bottom-banner.png");
}

.about-bottom-banner {
  background-image: url("../images/about/bottom-banner.png");
}
