:where([class^="ri-"])::before {
content: "\f3c2";
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 100%; 
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all 1s ease;
}

.hero-slide.active {
  left: 0; 
  opacity: 1;
  z-index: 2;
}

.hero-slide.previous {
  left: -100%; 
  opacity: 1;
  z-index: 1;
}

.hero-slide .max-w-2xl {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1s ease, opacity 1s ease;
}

.hero-slide.active .max-w-2xl {
  opacity: 1;
  transform: translateY(0);
}


#prev-slide, #next-slide {
  cursor: pointer;
  z-index: 5;
}
.counter {
font-weight: bold;
}
@media (max-width: 940px) {
.topbar {
display: none !important;
}
.header-top {
top: 0 !important;
}
}
.service-card {
perspective: 1000px;
transition: all 0.5s ease;
}
.service-card-inner {
position: relative;
width: 100%;
height: 100%;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.service-card:hover .service-card-inner {
transform: rotateY(180deg);
}
.service-card-front, .service-card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
border-radius: 1rem;
overflow: hidden;
}
.service-card-back {
transform: rotateY(180deg);
background: linear-gradient(135deg, #12103F 0%, #1a1659 100%);
}
.construction-icon {
filter: drop-shadow(0 0 8px rgba(255, 199, 72, 0.7));
}
.btn-main-style {
  background: #FEC648;
  color: #12103F; /* navy text */
  border: transparent; 
  border-radius: 25px;
  font-weight: 700;
  padding: 0.75rem 2rem;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}
.btn-main-style:hover {
  background: #fff;
  color: #12103F;
  box-shadow: 0 8px 20px rgba(255, 199, 72, 0.5);
  transform: translateY(-2px);
}
.btn-tertiary-style {
  background: #fff;
  color: #12103F;
  border: transparent;
  border-radius: 25px;
  font-weight: 600;
  padding: 0.75rem 2rem;
  transition: all 0.3s ease;
}
.btn-tertiary-style:hover {
  background: #FFEB3B;
  color: #12103F;
  box-shadow: 0 6px 15px rgba(255, 199, 72, 0.4);
  transform: translateY(-2px);
}
.btn-accent-style {
  background: transparent;
  color: #12103F;
  border: none;
  font-weight: 600;
  padding: 0.5rem 1rem;
  position: relative;
  transition: color 0.3s ease;
}
.btn-accent-style::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #FFD54F;
  transition: width 0.3s ease;
}
.btn-accent-style:hover {
  color: #FFD54F;
}
.btn-accent-style:hover::after {
  width: 100%;
}
/* === SECONDARY BUTTON === */
/* Solid dark button, contrasts against the main gold, good for "Contact Us" */
.btn-secondary-style {
  background: #12103F; /* navy */
  color: #fff;
  border: transparent;
  border-radius: 25px;
  font-weight: 600;
  padding: 0.75rem 2rem;
  transition: all 0.3s ease;
}
.btn-secondary-style:hover {
  background: #FFD54F; /* flip to gold */
  color: #12103F;
  box-shadow: 0 6px 15px rgba(18,16,63,0.4);
  transform: translateY(-2px);
}
.topbar {
  transition: 0.3s ease, 0.3s ease;
}

.header-top {
  transition: top 0.3s ease;
}

    /* Hero Background */
.hero-bg {
    background: linear-gradient(
to right,
rgba(0, 0, 0, 0.55),
rgba(0, 0, 0, 0.40),
rgba(0, 0, 0, 0.30)
), 
                url('/Images/Sikha-hero-img.jpg');
    background-size: cover;
    background-position: center;
}

/* Parallax Background */
.parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}


/* Card Hover Effect */
.card-hover {
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.btn-accent-hero{
  background: transparent;
  color: #ffffff;
  border: none;
  font-weight: 600;
  padding: 0.5rem 1rem;
  position: relative;
  transition: color 0.3s ease;
}
.btn-accent-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #FFD54F;
  transition: width 0.3s ease;
}
.btn-accent-hero:hover {
  color: #FFD54F;
}
.btn-accent-hero:hover::after {
  width: 100%;
}
@media (min-width: 768px) {
  .hero-heading {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .hero-heading {
    font-size: 3.75rem;
  }
}

.hero-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .hero-description {
    font-size: 1.25rem;
  }
}


@keyframes scroll {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}
.animate-scroll {
  animation: scroll 1s infinite;
}


/* Build With Confidence Section */
.build-confidence-section {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.build-confidence-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.build-confidence-overlay {
  position: absolute;
  inset: 0;
  background: #12103F;
}

.accent-line-top,
.accent-line-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #FFC748 0%, #e6b23e 100%);
}

.accent-line-top { top: 0; }
.accent-line-bottom { bottom: 0; }

.decorative-shape {
  position: absolute;
  border: 2px solid rgba(255, 199, 72, 0.2);
}

.shape-top-right {
  top: 80px;
  right: 40px;
  width: 128px;
  height: 128px;
  transform: rotate(45deg);
}

.shape-bottom-left {
  bottom: 80px;
  left: 40px;
  width: 96px;
  height: 96px;
  transform: rotate(12deg);
}

@media (max-width: 1024px) {
  .decorative-shape { display: none; }
}

.build-confidence-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}

.build-confidence-inner {
  max-width: 896px;
  margin: 0 auto;
  text-align: center;
}

/* Badge */
.qs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 199, 72, 0.1);
  border: 1px solid rgba(255, 199, 72, 0.3);
  border-radius: 9999px;
  padding: 8px 16px;
  margin-bottom: 32px;
  animation: fadeIn 0.6s ease-out;
}

.qs-badge svg {
  color: #FFC748;
}

.qs-badge span {
  color: #FFC748;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Heading */
.build-confidence-heading {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 32px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .build-confidence-heading { font-size: 56px; }
}

@media (min-width: 1024px) {
  .build-confidence-heading { font-size: 64px; }
}

.highlight-text {
  color: #FFC748;
  position: relative;
  display: inline-block;
}

.highlight-text::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FFC748;
  border-radius: 2px;
}

/* Description */
.build-confidence-description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .build-confidence-description { font-size: 20px; }
}

/* Trust Indicators */
.trust-indicators {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .trust-indicators { grid-template-columns: repeat(3, 1fr); }
}

.trust-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.trust-card:hover {
  background: rgba(255, 199, 72, 0.1);
  border-color: rgba(255, 199, 72, 0.3);
}

.trust-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 199, 72, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: background 0.3s ease;
}

.trust-card:hover .trust-icon {
  background: rgba(255, 199, 72, 0.3);
}

.trust-icon svg {
  color: #FFC748;
}

.trust-card h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.trust-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-align: center;
  margin: 0;
}

/* CTA Buttons */
.build-confidence-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}

@media (min-width: 640px) {
  .build-confidence-cta { flex-direction: row; justify-content: center; }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: #FFC748;
  color: #12103F;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 199, 72, 0.3);
}

.btn-primary:hover {
  background: #e6b23e;
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(255, 199, 72, 0.4);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  border-color: #FFC748;
  color: #FFC748;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
}

.scroll-mouse {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.scroll-dot {
  width: 6px;
  height: 12px;
  background: #FFC748;
  border-radius: 9999px;
  animation: pulse 2s infinite;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
