/* ==========================================
   GLOBAL VARIABLES & RESET
   ========================================== */
:root{
  --white:#ffffff;
  --mustard:#D4A017;
  --muted-gray:#6b6b6b;
  --light-gray:#f8f8f8;
  --black:#111111;
  --charcoal-card:#242526;
  --dark-badge:#1a2332; /* Matches deep icon container backgrounds from your sample image */
  --max-width:1100px;
  --radius:16px;
  --gap:1.25rem;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{height:100%;margin:0;background:var(--light-gray);color:var(--black)}
a{color:inherit;text-decoration:none}
body{overflow-x:hidden}

body { padding-top: var(--header-offset, 105px); }

/* ==========================================
   FIXED HEADER
   ========================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgb(173, 138, 11);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid rgb(204, 156, 23);
  box-shadow: 0 4px 12px rgba(123, 131, 9, 0.1);
  padding: 0.5rem 0;
}
.container{max-width:var(--max-width); margin:0 auto; padding: 0 1rem;}
nav{display:flex;align-items:center;gap:1rem;justify-content:space-between}
.brand img{
  width: 130px; height: 80px; object-fit: fill;
  border-radius: 8px; border: 3px solid var(--mustard);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav-links a{
  padding:.5rem .85rem; border-radius:8px; color:var(--white); font-weight:600; transition:all 0.3s ease;   border-color: rgb(17, 15, 11);
}
.nav-links a:hover {
  color: rgba(0, 0, 0, 0.7); text-shadow: 0 0 8px rgba(255, 180, 40, 0.9); border-color: rgb(17, 15, 11);   
}

.language-toggle {
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}

.lang-btn {
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: var(--white);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.reviews-subtitle {
  color: #666;
  margin-bottom: 25px;
  font-size: 1rem;
  text-align: center;
}


.lang-btn:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.lang-btn.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: var(--white);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

/* ==========================================
   HERO SECTION
   ========================================== */
.hero{
  position:relative;height:68vh;min-height:420px; display:grid;place-items:center;overflow:hidden; background:#222;
}
.hero video{ position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(0.6) saturate(1.02); }
.glow-label {
  position: absolute; top: 12px; left: 12px; z-index: 4; background: rgba(255, 255, 255, 0.95);
  color: var(--black); font-weight: 700; padding: .45rem .7rem; border-radius: 8px; border: 3px solid var(--mustard);
}
.hero .overlay{ position:relative;z-index:2;color:var(--white);text-align:center;padding:1rem;max-width:900px; }
.hero h2{ font-size:2.4rem; margin:.4rem 0; text-shadow:0 2px 8px rgba(0,0,0,0.5); }
.hero p{ margin:0 0 1.5rem 0; font-size:1.15rem; opacity:.95; text-shadow:0 1px 4px rgba(0,0,0,0.5); }
.btn{
  background: var(--mustard); color: var(--black); padding: .7rem 1.25rem; border-radius: 8px; font-weight: 700;
  border: 2px solid rgb(255, 215, 80); cursor: pointer; transition: transform 0.2s;
  box-shadow: 0 0 4px rgba(255, 215, 80, 0.9), 0 0 10px rgba(180, 130, 20, 0.7);
}
.btn:hover{ transform: scale(1.03); }

/* ==========================================
   WHY CHOOSE US / FEATURES SECTION
   ========================================== */
.features-outer-box{padding:2rem 0}
.features-card{
  background:var(--charcoal-card); color:var(--white); padding:3rem 2.5rem; border-radius:var(--radius);
}
.split-grid{ display:grid; grid-template-columns:1fr 1fr; gap:2.5rem; align-items:center; }
.features-list{display:flex;flex-direction:column;gap:1.5rem}
.feature-item{ border-left:4px solid var(--mustard); padding-left:1.25rem; }
.feature-item h4{ margin:0 0 0.35rem 0; font-size:1.2rem; }
.feature-item p{ margin:0; color:#ccc; font-size:0.95rem; line-height:1.5; }
.side-image-wrap img{ width:100%; height:100%; max-height:400px; object-fit:cover; border-radius:12px; }

/* ==========================================
   ABOUT US SECTION (2x2 ICON ROW MIX-IN)
   ========================================== */
#about { padding: 2.5rem 0; }
.grid { display: grid; grid-template-columns: 1fr 340px; gap: var(--gap); align-items: start; }
.card { background: var(--white); padding: 1.5rem; border-radius: var(--radius); box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
.about-main-card { background: var(--charcoal-card) !important; color: var(--white); padding: 2.5rem 2rem !important; }
.quick-info-card { background: var(--charcoal-card) !important; color: var(--white); }
#about h3, #about h4, #about strong { color: rgb(235, 165, 37); }
.about-intro { color: #ffffff !important; line-height: 1.6; margin-bottom: 2rem; }

/* 2x2 Layout Engine styling */
.about-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.about-feature-box {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.badge-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: var(--dark-badge);
  border: 2px solid var(--mustard);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.badge-text h4 {
  margin: 0 0 0.35rem 0 !important;
  font-size: 1.15rem;
  font-weight: 700;
}
.badge-text p {
  margin: 0;
  color: #dddddd !important;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* ==========================================
   STANDALONE CENTERED SERVICES COMPONENT
   ========================================== */
.centered-services-section {
  padding: 4rem 0;
  background: var(--light-gray);
  text-align: center;
}
.services-main-heading {
  font-size: 2.2rem;
  color: var(--black);
  margin: 0 0 0.5rem 0;
}
.services-sub-heading {
  color: var(--muted-gray);
  margin: 0 0 2.5rem 0;
  font-size: 1.05rem;
}
.services-slider-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 50px;
}
.services-slider-window { width: 100%; overflow: hidden; }
.services-track { display: flex; gap: 1.25rem; transition: transform 0.5s ease; will-change: transform; }

.service-card {
  flex: 0 0 calc((100% - (2 * 1.25rem)) / 3); 
  background: var(--charcoal-card);
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 2px solid rgb(204, 156, 23);
  cursor: pointer;
  transition: all 0.3s ease;
}
.service-card img { width: 100%; height: 140px; object-fit: cover; border-radius: 8px; }
.service-card span { display: block; margin-top: 0.75rem; color: #fff; font-weight: 600; font-size: 1rem; }
.service-card:hover { border-color: rgb(221, 150, 18); background: rgba(36, 37, 38, 0.85); transform: translateY(-4px); }

.services-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgb(173, 138, 11); color: #fff; border: 2px solid rgb(204, 156, 23);
  width: 40px; height: 40px; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center; z-index: 10;
}
.services-arrow.left { left: 0; }
.services-arrow.right { right: 0; }

/* ==========================================
   MODAL LIGHTBOX STYLES
   ========================================== */
.modal {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.75);
  backdrop-filter: blur(4px); justify-content: center; align-items: center; z-index: 99999;
}
.modal-content {
  background: #fff; padding: 1.5rem; border-radius: 12px; width: 100%; max-width: 480px;
  text-align: center; border: 3px solid rgb(255, 180, 40); max-height: 85vh; overflow-y: auto; position: relative;
}
.modal-content img { width: 100%; height: 220px; object-fit: cover; border-radius: 10px; }
.modal-content h3 { color: #111 !important; }
#modal-description { color: #333 !important; font-size: 0.95rem; line-height: 1.5; }
.close-modal { position: absolute; top: 10px; right: 15px; font-size: 2rem; cursor: pointer; color: rgb(173, 138, 11); }

/* ==========================================
   FORMS & FOOTER
   ========================================== */
footer { background: rgb(173, 138, 11); color: #fff; padding: 2.5rem 0 2rem 0; border-top: 2px solid rgb(204, 156, 23); }
.footer-container { max-width: var(--max-width); margin: 0 auto; padding: 0 1rem; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; }
.footer-logo { width: 130px; height: 80px; object-fit: fill; border-radius: 8px; border: 3px solid var(--mustard); }
.footer-tagline { margin-top: 0.75rem; font-size: 1rem; font-weight: 700; }
.footer-middle h3, .footer-right h3 { margin: 0 0 0.75rem 0; font-size: 1.2rem; text-transform: uppercase; }
.footer-services { list-style: none; padding: 0; }
.footer-services li { margin: 0.35rem 0; font-size: 0.95rem; }
.footer-contact { display: flex; flex-direction: column; gap: 0.5rem; }
.contact-item { display: flex; align-items: center; gap: 0.5rem; }
.contact-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: #dad5c8; color: rgb(173, 138, 11); border-radius: 6px; border: 2px solid rgb(204, 156, 23); }
.contact-link { font-weight: 600; color:#fff; }
.footer-divider { width: 100%; height: 1px; background: rgba(255,255,255,0.35); margin: 2rem 0 1.5rem; }
.footer-bottom, .footer-owners { text-align: center; font-size: 0.9rem; }

/* ==========================================
   BEFORE & AFTER GALLERY SECTION
   ========================================== */
.gallery-section {
  padding: 4rem 0;
  background: var(--white);
  text-align: center;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}
.gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 3D Flip Card Container */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 240px;
  perspective: 1000px;
  cursor: pointer;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* Active class applied via JS on click */
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front & Back Faces */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: var(--radius);
  overflow: hidden;
  border: 5px solid rgb(204, 156, 23);
}
.flip-card-front img, .flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Badge Labels */
.badge-before, .badge-after {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
}
.badge-before { background: #d9534f; } /* Muted Red */
.badge-after { background: #5cb85c; }  /* Muted Green */

.flip-card-back {
  transform: rotateY(180deg);
}

/* Gallery Description Text */
.gallery-text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  line-height: 1.4;
}

/* Responsive updates for Gallery */
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}
@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* ==========================================
   RESPONSIVE DESIGN SYSTEM
   ========================================== */
@media (max-width:900px){
  body { padding-top: var(--header-offset, 105px); }
  .grid, .split-grid{ grid-template-columns:1fr; }
  .about-features-grid { grid-template-columns: 1fr; }
  .service-card { flex: 0 0 calc((100% - (1 * 1.25rem)) / 2); }
  .footer-container { grid-template-columns: 1fr; text-align: center; gap: 1.5rem; }
  .contact-item { justify-content: center; }
}
@media (max-width: 600px) {
  .service-card { flex: 0 0 100%; }
}

/* ==========================================
   MOBILE-FIRST FIXES
   ========================================== */
@media (max-width: 900px) {
  body {
    padding-top: var(--header-offset, 105px);
  }

  header {
    padding: 0.45rem 0;
  }

  nav {
    align-items: flex-start;
    gap: 0.65rem;
  }

  .brand img {
    width: 108px;
    height: 66px;
  }

  .nav-links {
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
  }

  .nav-links a {
    font-size: 0.92rem;
    padding: 0.42rem 0.62rem;
  }

  .language-toggle {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }

  .hero {
    min-height: 360px;
    height: 62vh;
  }

  .hero h2 {
    font-size: clamp(1.4rem, 5.5vw, 2rem);
    line-height: 1.22;
  }

  .hero p {
    font-size: 1rem;
    line-height: 1.45;
  }

  .services-slider-container {
    padding: 0 40px;
  }

  .services-arrow {
    width: 36px;
    height: 36px;
  }

  .reviews-container {
    padding: 22px;
  }

  .reviews-carousel-wrapper {
    min-height: 260px;
    padding: 14px;
    gap: 10px;
  }

  .review-card {
    min-width: min(260px, 75vw);
    width: min(260px, 75vw);
  }

  #locations .locations-container {
    flex-direction: column !important;
    gap: 18px !important;
  }

  #locations .map-wrapper {
    min-width: 0 !important;
    height: 320px !important;
  }

  #locations .areas-list {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 600px) {
  body {
    padding-top: var(--header-offset, 105px);
  }

  .container {
    padding: 0 0.85rem;
  }

  nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
  }

  .brand {
    width: auto;
    display: block;
  }

  .brand img {
    width: 94px;
    height: 58px;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    gap: 0.35rem;
  }

  .nav-links a {
    font-size: 0.83rem;
    padding: 0.35rem 0.52rem;
  }

  .language-toggle {
    width: 100%;
    justify-content: center;
    gap: 0.35rem;
  }

  .lang-btn {
    padding: 0.32rem 0.62rem;
    font-size: 0.8rem;
  }

  .hero {
    min-height: 330px;
  }

  .hero .overlay {
    padding: 0.75rem;
  }

  .glow-label {
    top: 20px;
    font-size: 0.78rem;
    padding: 0.35rem 0.55rem;
  }

  .features-card,
  .about-main-card,
  .card,
  .review-form-wrapper {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .services-slider-container {
    padding: 0 34px;
  }

  .review-card {
    min-width: min(240px, 82vw);
    width: min(240px, 82vw);
  }

  .carousel-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }

  .contact-header h2,
  .services-main-heading,
  .faq-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .contact-header p,
  .services-sub-heading,
  .faq-subtitle {
    font-size: 0.95rem;
  }

  #locations {
    padding: 42px 12px !important;
  }

  #locations h2 {
    font-size: 2rem !important;
  }

  #locations p {
    font-size: 0.95rem !important;
  }

  #locations .map-wrapper {
    height: 260px !important;
  }
}

/* ==========================================
   CONTACT SECTION CUSTOMIZATION
   ========================================== */
#contact .grid > div:first-child .card {
    border: 3px solid #000000;
    border-radius: 15px;
    padding: 25px;
    background-color: #f9f6f0;
}

#contact aside .card {
    border: 3px solid #000000;
    border-radius: 15px;
    padding: 25px;
    background-color: #f9f6f0;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact select,
#contact textarea {
    border: 2px solid #b89742 !important;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--white);
}

.contact-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.contact-header h2 {
  font-size: 2.4rem;
  color: var(--black);
  margin: 0 0 0.5rem 0;
}
.contact-header p {
  color: var(--muted-gray);
  font-size: 1.15rem;
  margin: 0;
}

/* Style for the dropdown selector */
select {
  width: 100%;
  padding: .7rem;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  background-color: var(--white);
  font-family: inherit;
  font-size: 1rem;
  color: var(--black);
}
select:focus {
  outline: none;
  border-color: var(--mustard);
  box-shadow: 0 0 5px rgba(212, 160, 23, 0.4);
}


/* Reviews Section Styles */
.reviews-section {
    background-color: #ffffff;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

/* ==========================================
   FAQ SECTION STYLES
   ========================================== */
.faq-section {
  padding: 4rem 0;
  background: var(--light-gray);
  text-align: center;
}

.faq-title {
  font-size: 2.2rem;
  color: var(--black);
  margin: 0 0 0.5rem 0;
}

.faq-subtitle {
  color: var(--muted-gray);
  margin: 0 0 2.5rem 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1.5rem 0;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--black);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: var(--mustard);
}

.faq-icon {
  flex-shrink: 0;
  margin-left: 1rem;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
  display: inline-block;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 0;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 0 1.5rem 0;
}

.faq-answer p {
  margin: 0;
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
}

@media (max-width: 600px) {
  .faq-question {
    font-size: 0.95rem;
    padding: 1.25rem 0;
  }

  .faq-title {
    font-size: 1.8rem;
  }

  .faq-subtitle {
    font-size: 0.95rem;
  }
}

.reviews-container {
  border: 3px solid #000000;
  border-radius: 8px;
  box-shadow: 
    0px 4px 15px rgba(0, 0, 0, 0.3), 
    0px 0px 25px 5px #d4af37;
  padding: 30px; 
  background-color: #ffffff;
}

.reviews-container h2 {
    color: #000;
    font-size: 2rem;
    margin-bottom: 10px;
}

.reviews-subtitle {
    color: #666;
    margin-bottom: 25px;
    font-size: 1rem;
}

.reviews-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Reviews Carousel Styling */
.reviews-carousel-wrapper {
    overflow: hidden;
    border: 2px solid #d4af37;
    border-radius: 8px;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    padding: 20px;
    min-height: 400px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.reviews-carousel {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
    width: 100%;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.reviews-carousel::-webkit-scrollbar {
  display: none;
}

.carousel-arrow {
    background: #d4af37;
    color: #000;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
}

.carousel-arrow:hover {
    background: #b8952e;
    transform: scale(1.1);
}

.carousel-arrow-left {
    order: -1;
}

.carousel-arrow-right {
    order: 1;
}

.review-card {
    background: white;
    border-left: 4px solid #d4af37;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-height: 100px;
  min-width: 250px;
  width: 250px;
    flex-shrink: 0;
}

.review-stars {
    color: #d4af37;
    font-size: 1.1rem;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.review-text {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 8px 0;
    font-style: italic;
}

.review-author {
    color: #666;
    font-size: 0.85rem;
    margin: 8px 0 0 0;
    font-weight: 600;
}

.review-form-wrapper {
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    border: 2px solid #d4af37;
    border-radius: 8px;
    padding: 25px;
}

.review-form-wrapper h3 {
    color: #000;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

@media (max-width: 900px) {
    .reviews-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .reviews-carousel-wrapper {
        min-height: 300px;
    }
    
    .review-card {
        min-height: 80px;
    }
}

/* --- Animated Star Rating System --- */
.star-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.star-rating input {
    display: none;
}

.star-rating label {
  font-size: 3.2rem;
    color: #ffffff; 
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #d4af37;
    text-shadow: none;
    transform: scale(1.15);
}

.star-rating input:checked ~ label {
    color: #d4af37;
    text-shadow: none;
}

.star-rating input:checked + label:hover,
.star-rating input:checked ~ label:hover,
.star-rating input:checked ~ label:hover ~ label,
.star-rating label:hover ~ input:checked ~ label {
    color: #b8952e;
}

/* Form inputs & Button */
.review-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.review-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.review-form .form-group label {
    color: #000;
    font-weight: 600;
    font-size: 0.9rem;
}

.review-form .form-group input,
.review-form .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease;
}

.review-form .form-group input:focus,
.review-form .form-group textarea:focus {
    border-color: #d4af37;
}

.submit-review-btn {
    background-color: #d4af37;
    color: #1a1a1a;
    border: none;
    padding: 14px 20px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.submit-review-btn:hover {
    background-color: #b8952e;
}
.h3{
  align-items:baseline
}

.card about-main-card .h2 {
  color: #d4af37;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.about-title {
    color: #ffb703;
}

/* ==========================================
    LOCATION SECTION STYLES
    ========================================== */
.location-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 1.1rem;
    color: #e0e0e0;
    font-family: sans-serif;
}
.glow-point {
    width: 12px;
    height: 12px;
    background-color: #bca136;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 10px #bca136, 0 0 20px #bca136;
    animation: pulseGlow 2s infinite;
}
@keyframes pulseGlow {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(188, 161, 54, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 12px rgba(188, 161, 54, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(188, 161, 54, 0);
    }
}
.h4{
  color: #d4af37;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.card h4{
    color: #d1950a;
 
}

/* ==========================================
    For the Slider Buttons
    ========================================== */
    .more-info-btn {
  display: inline-block;
  margin-top: 1.25rem;
  background: rgb(173, 138, 11);
  color: #fff;
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  font-weight: 700;
  border: 2px solid rgb(204, 156, 23);
  text-decoration: none;
  transition: all 0.3s ease;
}

.more-info-btn:hover {
  background: rgb(221, 150, 18);
  color: #000;
  transform: scale(1.05);
}

.go-back-btn {
  display: inline-block;
  margin-bottom: 1.5rem;
  background: #000;
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  border: 2px solid #d4af37;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.go-back-btn:hover {
  background: #333;
  transform: scale(1.05);
}

.service-detail-title {
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 1rem;
}

.service-detail-img {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  border: 3px solid #d4af37;
  margin-bottom: 1.5rem;
}

.service-detail-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.service-detail-list li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}


/* ==========================================
    MEDIA QUERIES FOR RESPONSIVENESS
    ========================================== */
    /* Centers the container holding both icons */
.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Adds space between the two icons */
    width: 100%;
}

/* Applies the rounded corners to the images */
.custom-icon {
    width: 50px;          /* Adjust size to match your site's layout */
    height: 50px;         /* Keeps it perfectly square for an even radius */
    border-radius: 12px;  /* Gives it smooth, rounded corners */
    object-fit: cover;    /* Prevents the image from stretching */
    transition: transform 0.2s ease; /* Optional: smooth hover effect */
}

/* Optional: Slight lift effect when hovering over the icons */
.custom-icon:hover {
    transform: translateY(-3px);
}













