body {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
}

/* NAV */
.navbar {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: .3px;
}

.nav-link {
    font-weight: 500;
    color: #333;
}

.nav-link:hover {
    color: #0d6efd;
}

/* HERO */
.hero-section {
    height: 80vh;
    min-height: 520px;
    background:
        linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)),
        url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?w=1600') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.hero-content h1 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.2rem;
    font-weight: 300;
    max-width: 720px;
}

section {
    padding: 100px 0;
}

.section-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-subtitle {
    color: #666;
    font-weight: 300;
    margin-bottom: 4rem;
}

/* SERVICES */
.service-card {
    border: 1px solid #e5e5e5;
    transition: .3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.service-img {
    height: 260px;
    object-fit: cover;
    width: 100%;
}

/* GALLERY */
.gallery-img {
    height: 260px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
}

/* REVIEWS */
.review-card {
    border: 1px solid #e5e5e5;
    padding: 2rem;
    height: 100%;
}

.review-card i {
    color: #0d6efd;
}

/* FAQ */
.accordion-button:not(.collapsed) {
    background: #f8f9fa;
    color: #0d6efd;
}

/* ================= PREFOOTER ================= */
.prefooter{
  padding:80px 0;
}

.prefooter h4{
  font-size:1.3rem;
}

.prefooter .form-control,
.prefooter .form-select{
  font-size:.95rem;
  padding:10px 12px;
}

/* ================= FOOTER (FIXED) ================= */

.site-footer{
  background:#0f172a; /* deep institutional blue-black */
  color:#cbd5e1;
  padding:70px 0 30px;
}

.footer-brand{
  color:#ffffff;
  font-size:1.3rem;
  font-weight:600;
  margin-bottom:12px;
}

.footer-heading{
  color:#ffffff;
  font-size:.95rem;
  font-weight:600;
  margin-bottom:14px;
  letter-spacing:.3px;
}

.footer-text{
  font-size:.9rem;
  line-height:1.7;
  color:#cbd5e1;
}

.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-links li{
  margin-bottom:8px;
  font-size:.9rem;
}

.footer-links a{
  color:#cbd5e1;
  text-decoration:none;
}

.footer-links a:hover{
  color:#0d6efd;
}

.footer-bottom{
  margin-top:40px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.08);
  text-align:center;
  font-size:.85rem;
  color:#94a3b8;
}

/* MOBILE */
@media (max-width:768px){
  .site-footer{
    padding:50px 0 25px;
  }

  .footer-brand{
    font-size:1.2rem;
  }
}

/* ================= RESPONSIVE ================= */
@media (max-width:768px){
  .prefooter{
    padding:60px 0;
  }

  iframe{
    min-height:260px;
  }
}

/* ===== FIX OWL NAV ARROW POSITION ===== */

.owl-carousel {
    position: relative;
}

/* Nav wrapper */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Individual buttons */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: all;

    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}

/* Left arrow */
.owl-nav .owl-prev {
    left: -22px;
}

/* Right arrow */
.owl-nav .owl-next {
    right: -22px;
}

/* Arrow icon */
.owl-nav button span {
    font-size: 26px;
    line-height: 1;
    color: #0d6efd;
}

/* ===== FLOATING CTA ===== */
.floating-cta {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1050;
}

.floating-cta a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
    text-decoration: none;
}

.call-btn {
    background: #0d6efd;
}

.whatsapp-btn {
    background: #25d366;
}

.floating-cta a:hover {
    transform: scale(1.08);
    transition: .2s ease;
}

/* ================= RESPONSIVE FIXES ================= */

/* Tablets */
@media (max-width: 992px) {

  /* HERO */
  .hero-content h1 {
    font-size: 2.6rem;
  }

  .hero-content p {
    font-size: 1.1rem;
  }

  /* SECTION SPACING */
  section {
    padding: 80px 0;
  }

  /* SERVICES IMAGES */
  .service-img {
    height: 220px;
  }

  /* GALLERY */
  .gallery-img {
    height: 220px;
  }

  /* OWL ARROWS INSIDE CONTAINER */
  .owl-nav .owl-prev {
    left: 8px;
  }

  .owl-nav .owl-next {
    right: 8px;
  }
}


/* Mobile */
@media (max-width: 768px) {

  /* HERO */
  .hero-section {
    height: auto;
    min-height: auto;
    padding: 120px 0 80px;
  }

  .hero-content h1 {
    font-size: 2.1rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  /* SECTION SPACING */
  section {
    padding: 60px 0;
  }

  /* TITLES */
  .section-title {
    font-size: 1.9rem;
  }

  .section-subtitle {
    margin-bottom: 2.5rem;
  }

  /* SERVICES */
  .service-img {
    height: 200px;
  }

  /* GALLERY */
  .gallery-img {
    height: 200px;
  }

  /* REVIEWS */
  .review-card {
    padding: 1.5rem;
  }

  /* FLOATING CTA – smaller on mobile */
  .floating-cta {
    right: 14px;
    bottom: 14px;
  }

  .floating-cta a {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  /* OWL ARROWS – hide on mobile (UX best practice) */
  .owl-nav {
    display: none;
  }
}


/* Small Mobile */
@media (max-width: 480px) {

  .hero-content h1 {
    font-size: 1.85rem;
  }

  .hero-content p {
    font-size: .95rem;
  }

  .section-title {
    font-size: 1.7rem;
  }
}
