/* Dead Body Freezer Box for Rent website styles */

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

.hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../img/kavya1.webp') center/cover no-repeat,
    #1a1a1a;
  min-height: 100vh;
}

.hero-content {
  border-left: 8px solid #27ae60;
  padding-left: 2rem;
}

.hero-title {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  line-height: 1.2;
}

.btn-hero {
  background-color: #27ae60;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0.8rem 2rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}

.btn-hero:hover {
  background-color: #219150;
  color: #fff;
}

.phone-icon {
  margin-right: 0.5rem;
}

.page-header {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../img/kavya1.webp') center/cover no-repeat,
    #0a1929;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.page-title {
  font-weight: 700;
}

.page-breadcrumb {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
}

.page-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.page-breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-sep {
  color: #27ae60;
  margin: 0 0.5rem;
  font-size: 0.6rem;
  vertical-align: middle;
}

.navbar-brand {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  padding: 0;
}

.logo-img {
  height: 55px;
  width: auto;
}

.card {
  transition: transform 0.2s ease-in-out;
}

.card:hover {
  transform: translateY(-4px);
}

footer a:hover {
  text-decoration: underline !important;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 70vh;
  }

  .hero h1 {
    font-size: 2rem;
  }
}

.services-section {
  background-color: #0a1929;
}

.services-title {
  color: #145a32;
  font-weight: 700;
  font-size: 2.2rem;
}

.title-underline {
  width: 80px;
  height: 4px;
  background-color: #ff9900;
  margin: 12px auto 0;
  border-radius: 2px;
}

.service-card {
  border-radius: 8px;
  overflow: hidden;
}

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

.service-card .card-title {
  color: #145a32;
}

.text-justify {
  text-align: justify;
}

.btn-service {
  background-color: #27ae60;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
}

.btn-service:hover {
  background-color: #219150;
  color: #fff;
}

.about-section {
  background-color: #fff;
}

.about-label {
  color: #27ae60;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-line {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #27ae60 50%, #ff9900 50%);
  margin: 0.5rem 0 1rem;
  border-radius: 2px;
}

.about-title {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 2.2rem;
}

.about-welcome {
  color: #555;
  font-style: italic;
}

.check-list li {
  color: #333;
  font-weight: 500;
}

.check-icon {
  color: #27ae60;
  font-weight: bold;
  margin-right: 0.5rem;
}

.btn-explore {
  background-color: #27ae60;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0.6rem 2rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
}

.btn-explore:hover {
  background-color: #219150;
  color: #fff;
}

.appointment-section {
  background-color: #27ae60;
}

.appointment-left {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('https://placehold.co/1200x600/222/444?text=Freezer+Background') center/cover no-repeat,
    #1a1a1a;
  min-height: 450px;
}

.appointment-right {
  background-color: #27ae60;
}

.appointment-input {
  border: none;
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
}

.btn-appointment {
  background-color: #145a32;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0.75rem;
  font-weight: 600;
}

.btn-appointment:hover {
  background-color: #0e3d25;
  color: #fff;
}

.contact-section {
  background-color: #fff;
}

.contact-label {
  color: #27ae60;
}

.contact-sub {
  color: #666;
}

.contact-card {
  background-color: #f0f9f4;
  border: none;
  padding: 1.25rem;
  border-radius: 0;
}

.contact-icon {
  color: #27ae60;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.75rem;
}

.contact-form {
  background-color: #e6f9f0;
  padding: 2rem;
}

.contact-input {
  border: none;
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
}

.btn-send {
  background-color: #27ae60;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-send:hover {
  background-color: #219150;
  color: #fff;
}

.site-footer {
  background-color: #0a1929;
}

.footer-heading {
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.footer-link:hover {
  color: #fff;
  text-decoration: none !important;
}

.footer-chevron {
  font-size: 0.75rem;
  margin-right: 0.5rem;
  color: #27ae60;
}

.footer-icon {
  color: #27ae60;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
