/* consolidated styles – same as original + minor additions */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #1e293b;
  overflow-x: hidden;
}

h4 {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}

p {
  text-transform: capitalize;
}

:root {
  --primary: #2563eb;
  --accent: #f97316;
  --accent-dark: #ea580c;
  --dark: #0f172a;
  --light: #f8fafc;
  --gray: #475569;
}

.top-header {
  background: var(--dark);
  color: #fff;
  padding: 10px 0;
  font-size: 0.95rem;
}

.top-header a {
  color: #f1f5f9;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.top-header a:hover {
  color: var(--accent);
}

.navbar {
  background: white !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  padding: 0px 0;
}

.navbar-brand img {
  height: 80px;
  object-fit: contain;
}

.navbar-nav .nav-link {
  font-weight: 600;
  color: var(--dark) !important;
  padding: 8px 16px !important;
  margin: 0 4px;
  border-radius: 40px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background: var(--accent);
  color: white !important;
}

.btn-quote {
  background: var(--accent);
  color: white;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.25);
}

.btn-quote:hover {
  background: var(--accent-dark);
  transform: scale(1.04) translateY(-3px);
  color: white;
}

h1, h2, h3, h4, h5, h6, input, select, option, a, button {
  text-transform: capitalize;
}

::placeholder {
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  text-transform: capitalize;
}

::-ms-input-placeholder {
  text-transform: capitalize;
}

.hero {
  background: linear-gradient(100deg, #0f172a 0%, #1e293b 70%), url('../images/slide/Background.png') no-repeat center right/cover;
  background-blend-mode: overlay;
  background-color: #0f172a2e;
  padding: 100px 0 120px;
  color: white;
}

.hero h1 {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hero .highlight {
  color: var(--accent);
  border-bottom: 3px solid var(--accent);
  display: inline-block;
}

.hero p {
  font-size: 1.3rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 25px 0 30px;
}

.hero .btn-hero {
  background: var(--accent);
  color: white;
  font-weight: 700;
  padding: 16px 38px;
  border-radius: 60px;
  font-size: 1.2rem;
  box-shadow: 0 20px 30px -8px rgba(249, 115, 22, 0.5);
  transition: 0.3s;
}

.hero .btn-hero:hover {
  background: white;
  color: var(--dark);
  transform: translateY(-5px);
}

.hero .badge-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 60px;
  padding: 12px 25px;
  border-left: 4px solid var(--accent);
  margin-top: 40px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-weight: 800;
  font-size: 2.5rem;
  color: var(--dark);
  display: inline-block;
}


.section-title p {
  font-size: 1.2rem;
  color: var(--gray);
  margin-top: 20px;
}

.services {
  padding: 80px 0;
  background: white;
}

.service-card {
  background: white;
  border-radius: 30px;
  padding: 30px 25px;
  border: 1px solid #e9eef2;
  transition: 0.3s;
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.08);
}

.service-card:hover {
  transform: translateY(-14px);
  border-color: var(--accent);
  box-shadow: 0 30px 40px -15px rgba(249, 115, 22, 0.25);
}

.service-icon {
  background: linear-gradient(135deg, #fff6e9, #fff);
  width: 85px;
  height: 85px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.service-icon i {
  font-size: 3.2rem;
  color: var(--accent);
}

.service-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.service-card ul li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.service-card .bi-check {
  background: #dcfce7;
  border-radius: 50%;
  padding: 3px;
  color: #166534;
  margin-right: 10px;
}

.why-choose {
  background: linear-gradient(145deg, #1e293b, #0f172a);
  padding: 90px 0;
}

.why-choose .section-title h2,
.why-choose .section-title p {
  color: white;
}

.feature-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 40px 25px;
  text-align: center;
  transition: 0.2s;
}

.feature-box:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--accent);
}

.feature-icon {
  background: var(--accent);
  width: 90px;
  height: 90px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.feature-icon i {
  font-size: 3rem;
  color: white;
}

.feature-box h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

.gallery {
  padding: 80px 0;
  background: #ffffff;
}

.gallery-item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.gallery-item:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 45px -10px rgba(249, 115, 22, 0.3);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 25px 20px 15px;
  transform: translateY(100%);
  transition: transform 0.4s;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

.gallery-filter {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  background: transparent;
  border: 2px solid #e2e8f0;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  color: var(--gray);
  transition: 0.2s;
  cursor: pointer;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

.testimonials {
  background: #f1f5f9;
  padding: 80px 0;
}

.testimonial-card {
  background: white;
  border-radius: 35px;
  padding: 35px 30px;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
  border: 1px solid transparent;
}

.testimonial-card:hover {
  border-color: var(--accent);
}

.client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--accent);
  margin-right: 18px;
}

.contact {
  background: var(--primary);
  background-image: radial-gradient(circle at 0% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
  padding: 90px 0;
  color: white;
}

.contact h2 {
  font-weight: 800;
  font-size: 2.6rem;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 15px 22px;
  color: white;
}

.contact-form .form-control:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.25);
}

.contact-form .btn-warning {
  background: var(--accent);
  border: none;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 16px;
  border-radius: 60px;
  color: white;
  transition: 0.2s;
}

.contact-form .btn-warning:hover {
  background: white;
  color: var(--dark);
}

.contact-info {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  padding: 40px 30px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-info i {
  color: var(--accent);
  font-size: 1.5rem;
  width: 40px;
}

.contact-info a {
  color: white;
  text-decoration: none;
}

.contact-info a:hover {
  color: var(--accent);
}

.footer {
  background: #0f172a;
  color: #e2e8f0;
  padding: 60px 0 30px;
}

.footer img {
  height: 100px;
}

.footer a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
  margin: 5px 0;
}

.footer a:hover {
  color: var(--accent);
  transform: translateX(5px);
}

.copyright {
  border-top: 1px solid #334155;
  margin-top: 40px;
  padding-top: 25px;
  text-align: center;
  color: #94a3b8;
}

/* NEW FAQ / TERMS / PRIVACY STYLES (accordion, cards) */
.faq-section,
.terms-privacy-section {
  padding: 70px 0;
  background: #ffffff;
}

.accordion-item {
  border: 1px solid #e9eef2;
  border-radius: 20px !important;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-button {
  font-weight: 700;
  color: var(--dark);
  background: #f9fafb;
  padding: 20px 25px;
}

.accordion-button:not(.collapsed) {
  background: var(--accent);
  color: white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-body {
  padding: 25px;
  background: white;
  color: #334155;
}

.terms-card {
  background: #f8fafc;
  border-radius: 30px;
  padding: 30px;
  border-left: 6px solid var(--accent);
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.08);
}

.terms-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--dark);
}

.terms-card p,
.terms-card li {
  color: #334155;
}

/* lightbox modal */
.modal-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
}

.modal-lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 20px;
  border: 4px solid var(--accent);
}

.close-lightbox {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.close-lightbox:hover {
  color: var(--accent);
}

.caption-lightbox {
  color: white;
  font-size: 1.2rem;
  margin-top: 15px;
}

@media (min-width: 300px) and (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero {
    background-size: cover;
    background-position: left;
    background-color: transparent;
  }

  h2 {
    font-size: 2rem !important;
  }
  body {
    text-align: center;
  }
  .navbar-collapse {
    padding-block: 20px;
  }
}