body {
  font-family: "Barlow", "Segoe UI", system-ui, sans-serif;
}

header { position: sticky; top: 0; z-index: 1030; background-color: #1a1410; box-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.navbar, .footer { background-color: #1a1410; color: white; }
.logo img { width: 200px; max-width: 55vw; height: auto; }
.contact-info { color: white; margin: 0; }
.form-label { color: black; }
.contact-info span { font-size: 16px; display: block; }
.contact-info a { color: #515ad6; font-size: 25px; text-decoration: none; display: flex; align-items: center; }
.contact-info i { margin-right: 8px; }

.main-services { position: relative; background-image: url("./images/background.jpg"); background-size: cover; background-position: center; background-attachment: fixed; padding: 50px 0; }
.main-services::before { content: ""; position: absolute; inset: 0; background-color: rgba(0,0,0,0.7); z-index: 1; }

.aboutTopBottom { margin-top: 70px; margin-bottom: 70px; }
.about-us img { max-width: 100%; height: auto; }
.about-us h2, .address h2 { font-family: "Barlow", "Segoe UI", sans-serif; font-size: 40px; color: #515ad6; }
.about-us p { font-size: 18px; color: #333; }

.content-wrapper { position: relative; z-index: 2; color: white; }
.content-wrapper h1 { color: #515ad6; font-family: "Barlow", "Segoe UI", sans-serif; font-weight: 700; }
.content-wrapper h4 { color: #515ad6; font-family: "Barlow", "Segoe UI", sans-serif; }
.content-wrapper p { color: #ffffff; }

.btn-primary { background-image: linear-gradient(135deg, #8389e1, #2a33b5); border: none; font-weight: 600; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-image: linear-gradient(135deg, #515ad6, #2a33b5); border: none; }

.footer { padding: 20px 0; text-align: center; }
.footer p { margin: 0; color: #aaa; }
input::placeholder, textarea::placeholder { color: gray; opacity: 1; }

.address { background-color: rgb(243,243,243); padding: 70px 0; }
.address-line { margin: 0; }
.address i { margin-right: 8px; }
a { color: #515ad6; text-decoration: underline; }

@media (max-width: 768px) {
  .content-wrapper { padding: 20px; }
  .contact-info { text-align: center; }
  .contact-info span { font-size: 14px; }
  .contact-info a { font-size: 20px; }
  .address-line, .contact-info { font-size: 16px; }
  iframe { width: 100%; }
  .footer { padding: 10px 0; }
}

.map-container { height: 400px; border: 1px solid #ddd; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.contact-info h2 { color: #333; }
.contact-info p { font-size: 16px; line-height: 1.5; }
.text-blue { color: #515ad6; text-decoration: none; }
@media (min-width: 1400px) { .custom-container { max-width: 1140px !important; } }

.section-heading { font-family: "Barlow", "Segoe UI", sans-serif; font-size: 40px; font-weight: 600; color: #515ad6; }
.section-subheading { font-size: 18px; color: #555; max-width: 640px; margin: 0 auto; }

.services-section { background-color: #fff; padding: 70px 0; }
.service-card { background-color: #fff; border: 1px solid #eee; border-radius: 10px; padding: 32px 26px; text-align: center; box-shadow: 0 4px 14px rgba(0,0,0,0.06); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 10px 24px #515ad62e; }
.service-icon { font-size: 38px; color: #515ad6; margin-bottom: 18px; }
.service-card h3 { font-family: "Barlow", "Segoe UI", sans-serif; font-size: 20px; font-weight: 600; color: #161616; margin-bottom: 12px; }
.service-card p { font-size: 16px; color: #555; margin: 0; }

.why-choose-section { background-color: rgb(243,243,243); padding: 70px 0; }
.feature-item { display: flex; align-items: flex-start; gap: 16px; background-color: #fff; border-radius: 10px; padding: 24px; height: 100%; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
.feature-icon { font-size: 26px; color: #515ad6; flex-shrink: 0; margin-top: 4px; }
.feature-item h3 { font-family: "Barlow", "Segoe UI", sans-serif; font-size: 19px; font-weight: 600; color: #161616; margin-bottom: 6px; }
.feature-item p { font-size: 15px; color: #555; margin: 0; }

.faq-section { background-color: #fff; padding: 70px 0; }
.faq-section .accordion-item { border: 1px solid #eee; border-radius: 8px !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: "Barlow", "Segoe UI", sans-serif; font-weight: 600; font-size: 17px; color: #161616; }
.faq-section .accordion-button:not(.collapsed) { color: #515ad6; background-color: #f0f1fb; box-shadow: none; }
.faq-section .accordion-button:focus { border-color: #515ad6; box-shadow: 0 0 0 0.18rem #515ad640; }
.faq-section .accordion-button:not(.collapsed)::after { filter: hue-rotate(236deg) saturate(2); }
.faq-section .accordion-body { font-size: 16px; color: #555; line-height: 1.6; }
@media (max-width: 768px) { .section-heading { font-size: 30px; } }
