/* =========================================================
   WAYU WINDOW FASHION - CUSTOM STYLESHEET
   ========================================================= */

:root {
  --primary: #0B76B7;
  --primary-dark: #063C61;
  --primary-light: #E8F5FE;
  --accent: #FF6B35;
  --accent-dark: #E24E17;
  --accent-yellow: #FFC145;
  --dark: #0B2038;
  --text-muted: #5C7085;
  --body-bg: #FFFFFF;
  --section-bg: #F4F9FE;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --shadow-soft: 0 10px 30px rgba(11, 32, 56, 0.08);
  --shadow-hover: 0 18px 40px rgba(11, 32, 56, 0.14);
  --font-display: 'Baloo 2', sans-serif;
  --font-body: 'Poppins', sans-serif;
  --transition: all 0.35s ease;
}

/* =========================================================
   BASE / RESET
   ========================================================= */
html, body {
  overflow-x: clip;
}

body {
  font-family: var(--font-body);
  color: var(--dark);
  background-color: var(--body-bg);
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--primary-dark);
  font-weight: 700;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

img {
  max-width: 100%;
  display: block;
}

.section-padding {
  padding: 90px 0;
}

@media (max-width: 767px) {
  .section-padding {
    padding: 56px 0;
  }
}

.section-heading {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.section-tag {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.section-title {
  font-size: 2.35rem;
  line-height: 1.25;
  margin-bottom: 16px;
}

.section-desc {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-title { font-size: 1.7rem; }
}

.btn {
  border-radius: 50px;
  font-weight: 600;
  padding: 12px 28px;
  transition: var(--transition);
}

.btn-section-cta {
  background: var(--accent);
  color: #fff;
  border: none;
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.35);
}

.btn-section-cta:hover {
  background: var(--accent-dark);
  color: #fff;
  transform: translateY(-3px);
}

/* =========================================================
   TOP BAR
   ========================================================= */
.top-bar {
  background: var(--primary-dark);
  color: #dceefb;
  font-size: 0.88rem;
  padding: 8px 0;
}

.top-bar a {
  color: #dceefb;
}

.top-bar-info a {
  margin-right: 22px;
}

.top-bar-info a i,
.top-bar-social span i {
  color: var(--accent-yellow);
  margin-right: 4px;
}

.top-bar-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  margin-left: 6px;
  font-size: 0.8rem;
}

.top-bar-social a:hover {
  background: var(--accent);
  color: #fff;
}

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  background: #fff;
  box-shadow: 0 4px 18px rgba(11, 32, 56, 0.08);
  z-index: 1030;
}

.navbar {
  padding: 14px 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.brand-text {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-dark);
  line-height: 1.1;
}

.brand-text em {
  display: block;
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}

.navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
  padding: 8px 16px !important;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--primary);
}

.btn-header-cta {
  background: var(--accent);
  color: #fff !important;
  padding: 10px 24px;
  box-shadow: 0 8px 18px rgba(255, 107, 53, 0.3);
}

.btn-header-cta:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.navbar-toggler {
  border: none;
  font-size: 1.6rem;
  color: var(--primary-dark);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.site-header.header-scrolled {
  box-shadow: 0 6px 22px rgba(11, 32, 56, 0.14);
}

/* =========================================================
   HERO CAROUSEL
   ========================================================= */
.hero-section {
  position: relative;
}

.hero-carousel .hero-slide {
  min-height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-carousel .hero-slide.active,
.hero-carousel .hero-slide.carousel-item-next,
.hero-carousel .hero-slide.carousel-item-prev {
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 32, 56, 0.72) 0%, rgba(6, 32, 56, 0.55) 55%, rgba(6, 32, 56, 0.78) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 193, 69, 0.16);
  border: 1px solid var(--accent-yellow);
  color: var(--accent-yellow);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  padding: 7px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 3.1rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.hero-subtitle {
  font-size: 1.15rem;
  color: #eaf4ff;
  margin-bottom: 32px;
}

.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-hero-primary {
  background: var(--accent);
  color: #fff;
  padding: 14px 30px;
  font-size: 1rem;
  box-shadow: 0 10px 26px rgba(255, 107, 53, 0.45);
}

.btn-hero-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-3px);
  color: #fff;
}

.btn-hero-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 28px;
  font-size: 1rem;
}

.btn-hero-outline:hover {
  background: #fff;
  color: var(--primary-dark);
  transform: translateY(-3px);
}

.hero-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
}

.carousel-control-prev, .carousel-control-next {
  width: 6%;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.55;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: var(--accent);
}

@media (max-width: 767px) {
  .hero-carousel .hero-slide { min-height: 520px; }
  .hero-title { font-size: 2rem; }
  .hero-subtitle { font-size: 1rem; }
}

/* =========================================================
   ABOUT SECTION
   ========================================================= */
.about-section { background: var(--body-bg); }

.about-img-wrap {
  position: relative;
}

.about-img-main {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  width: 100%;
  object-fit: cover;
}

.about-exp-badge {
  position: absolute;
  bottom: -24px;
  right: -12px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 12px 28px rgba(255, 107, 53, 0.4);
  border: 4px solid #fff;
}

.exp-num {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
}

.exp-text {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 4px;
}

.about-text {
  color: var(--text-muted);
  margin-bottom: 16px;
}

.about-points {
  margin-top: 6px;
}

.about-point {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--primary-dark);
  background: var(--section-bg);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
}

.about-point i {
  color: var(--accent);
  font-size: 1.15rem;
}

/* =========================================================
   SERVICES
   ========================================================= */
.services-section { background: var(--section-bg); }

.service-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  height: 100%;
  transition: var(--transition);
  border: 1px solid rgba(11, 118, 183, 0.08);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.service-img {
  overflow: hidden;
  height: 240px;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-img img {
  transform: scale(1.08);
}

.service-body {
  padding: 28px;
}

.service-name {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.service-content {
  color: var(--text-muted);
  margin-bottom: 20px;
}

.btn-service-cta {
  background: var(--primary);
  color: #fff;
  padding: 10px 24px;
}

.btn-service-cta:hover {
  background: var(--primary-dark);
  color: #fff;
  transform: translateY(-2px);
}

/* =========================================================
   BOOKING SECTION (CALL / TEXT ONLY)
   ========================================================= */
.booking-section {
  padding: 20px 0 90px;
}

.booking-box {
  background: linear-gradient(120deg, var(--primary-dark), var(--primary) 85%);
  border-radius: var(--radius-lg);
  padding: 55px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-hover);
}

.booking-box::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(255, 193, 69, 0.15);
  border-radius: 50%;
  top: -140px;
  right: -80px;
}

.booking-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 193, 69, 0.18);
  color: var(--accent-yellow);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.booking-title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.booking-text {
  color: #dceefb;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.booking-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.booking-list li {
  color: #eaf4ff;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-list li i {
  color: var(--accent-yellow);
}

.booking-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.btn-booking-call, .btn-booking-text {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  border-radius: var(--radius-md);
  font-size: 1.15rem;
  font-weight: 700;
  text-align: left;
}

.btn-booking-call i, .btn-booking-text i {
  font-size: 1.6rem;
}

.btn-booking-call span, .btn-booking-text span {
  display: flex;
  flex-direction: column;
}

.btn-booking-call small, .btn-booking-text small {
  font-weight: 500;
  font-size: 0.78rem;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-booking-call {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 26px rgba(255, 107, 53, 0.4);
}

.btn-booking-call:hover {
  background: var(--accent-dark);
  color: #fff;
  transform: translateY(-3px);
}

.btn-booking-text {
  background: #fff;
  color: var(--primary-dark);
}

.btn-booking-text:hover {
  background: var(--accent-yellow);
  color: var(--primary-dark);
  transform: translateY(-3px);
}

.booking-note {
  color: #b9d9ef;
  font-size: 0.85rem;
  text-align: center;
  margin: 4px 0 0;
}

@media (max-width: 991px) {
  .booking-box { padding: 36px 26px; }
  .booking-title { font-size: 1.6rem; }
}

/* =========================================================
   WHY CHOOSE US
   ========================================================= */
.why-section { background: var(--body-bg); }

.why-card {
  background: #fff;
  border: 1px solid rgba(11, 118, 183, 0.1);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  height: 100%;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.why-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: var(--shadow-hover);
}

.why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  font-size: 1.8rem;
  transition: var(--transition);
}

.why-card:hover .why-icon {
  background: var(--accent);
  color: #fff;
  transform: rotate(-8deg) scale(1.05);
}

.why-title {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.why-text {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 0;
}

/* =========================================================
   COUNTER SECTION
   ========================================================= */
.counter-section {
  background: linear-gradient(120deg, var(--primary-dark), var(--primary));
  padding: 60px 0;
}

.counter-icon {
  font-size: 2rem;
  color: var(--accent-yellow);
  margin-bottom: 10px;
  display: block;
}

.counter-num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
}

.counter-plus {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-yellow);
}

.counter-label {
  color: #dceefb;
  font-weight: 500;
  margin: 6px 0 0;
}

@media (max-width: 767px) {
  .counter-num { font-size: 2rem; }
}

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.how-section { background: var(--section-bg); }

.how-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 34px 24px;
  text-align: center;
  height: 100%;
  position: relative;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.how-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.how-step {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: rgba(11, 118, 183, 0.12);
}

.how-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 1.7rem;
}

.how-title {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.how-text {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* =========================================================
   GALLERY - 4 cols desktop / 2 cols mobile
   ========================================================= */
.gallery-section { background: var(--body-bg); }

.gallery-item {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: var(--shadow-soft);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 118, 183, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  opacity: 0;
  transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonial-section { background: var(--section-bg); }

.testimonial-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 46px 40px;
  box-shadow: var(--shadow-soft);
  position: relative;
}

.quote-icon {
  font-size: 2.4rem;
  color: var(--accent);
  margin-bottom: 12px;
  display: inline-block;
}

.testimonial-text {
  font-size: 1.1rem;
  color: var(--dark);
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary-light);
}

.testimonial-author h4 {
  font-size: 1rem;
  margin-bottom: 2px;
  text-align: left;
}

.testimonial-author span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
  position: static;
  width: auto;
  display: inline-flex;
}

.test-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-size: 1.1rem;
}

#testimonialCarousel .carousel-control-prev { left: -10px; top: 50%; transform: translateY(-50%); }
#testimonialCarousel .carousel-control-next { right: -10px; top: 50%; transform: translateY(-50%); }

@media (max-width: 767px) {
  .testimonial-card { padding: 32px 22px; }
}

/* =========================================================
   FAQ
   ========================================================= */
.faq-section { background: var(--body-bg); }

.accordion-item {
  border: none;
  margin-bottom: 14px;
  border-radius: var(--radius-sm) !important;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.accordion-button {
  font-weight: 600;
  color: var(--primary-dark);
  background: var(--section-bg);
  padding: 18px 22px;
}

.accordion-button:not(.collapsed) {
  background: var(--primary);
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  filter: none;
}

.accordion-body {
  color: var(--text-muted);
  padding: 18px 22px;
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-section { background: var(--section-bg); }

/* ---------- Contact Info Panel (left) ---------- */
.contact-info-panel {
  background: linear-gradient(150deg, var(--primary-dark), var(--primary) 90%);
  border-radius: var(--radius-lg);
  padding: 40px 34px;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.contact-info-panel::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgba(255, 193, 69, 0.14);
  border-radius: 50%;
  top: -120px;
  right: -80px;
}

.contact-panel-title {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.contact-panel-sub {
  color: #dceefb;
  font-size: 0.92rem;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.contact-info-row {
  display: flex;
  gap: 16px;
  margin-bottom: 26px;
  position: relative;
  z-index: 2;
}

.contact-info-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: var(--accent-yellow);
  border: 1px solid rgba(255,255,255,0.2);
}

.contact-info-text span {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--accent-yellow);
  margin-bottom: 4px;
}

.contact-info-text a {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}

.contact-info-text a:hover {
  color: var(--accent-yellow);
}

.contact-info-text p {
  color: #eaf4ff;
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}

.contact-panel-social {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 2;
  margin-top: 34px;
}

.contact-panel-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-panel-social a:hover {
  background: var(--accent);
}

/* ---------- Contact Form Panel (right) ---------- */
.contact-form-panel {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px 34px;
  height: 100%;
  box-shadow: var(--shadow-soft);
}

.contact-form-panel .contact-panel-title {
  color: var(--primary-dark);
}

.contact-form-panel .contact-panel-sub {
  color: var(--text-muted);
}

.contact-form .form-label {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--primary-dark);
  margin-bottom: 6px;
}

.contact-form .form-control,
.contact-form .form-select {
  border: 1px solid #dbe7f2;
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 0.95rem;
  background: var(--section-bg);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(11, 118, 183, 0.14);
  background: #fff;
}

.btn-form-submit {
  background: var(--accent);
  color: #fff;
  padding: 13px 34px;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.35);
}

.btn-form-submit:hover {
  background: var(--accent-dark);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .contact-info-panel,
  .contact-form-panel {
    padding: 32px 24px;
  }
}

.contact-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  line-height: 0;
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--dark);
  color: #b9cbe0;
  padding: 0 0 0;
  position: relative;
  border-top: 4px solid var(--accent);
}

/* ---------- CTA Strip ---------- */
.footer-cta-strip {
  background: linear-gradient(120deg, var(--primary-dark), var(--primary) 90%);
  padding: 44px 0;
  position: relative;
  overflow: hidden;
}

.footer-cta-strip::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(255, 193, 69, 0.12);
  border-radius: 50%;
  top: -160px;
  left: 10%;
}

.footer-cta-strip::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  bottom: -140px;
  right: 8%;
}

.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.footer-cta-text h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.footer-cta-text p {
  color: #dceefb;
  margin-bottom: 0;
}

.footer-cta-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-footer-call {
  background: var(--accent);
  color: #fff;
  padding: 12px 26px;
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
}

.btn-footer-call:hover {
  background: var(--accent-dark);
  color: #fff;
  transform: translateY(-3px);
}

.btn-footer-whatsapp {
  background: #25D366;
  color: #fff;
  padding: 12px 26px;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}

.btn-footer-whatsapp:hover {
  background: #1fb655;
  color: #fff;
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .footer-cta-inner { text-align: center; justify-content: center; }
  .footer-cta-btns { justify-content: center; }
}

/* ---------- Main Footer Body ---------- */
.footer-main {
  padding-top: 64px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.footer-brand .brand-icon {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
}

.footer-brand .brand-text {
  color: #fff;
}

.footer-about {
  color: #9fb3c9;
  font-size: 0.92rem;
  max-width: 320px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  color: #fff;
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--accent);
  transform: translateY(-3px);
}

.footer-heading {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}

.footer-links, .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 13px;
}

.footer-links a {
  color: #9fb3c9;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-links a::before {
  content: "\F231";
  font-family: "bootstrap-icons";
  font-size: 0.6rem;
  color: var(--accent-yellow);
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--accent-yellow);
  padding-left: 4px;
}

.footer-contact li {
  color: #9fb3c9;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
}

.footer-contact li i {
  color: #fff;
  background: rgba(255,255,255,0.08);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 50px;
  padding: 22px 0;
  text-align: center;
  font-size: 0.88rem;
  color: #7f93aa;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-bottom-tag {
  font-size: 0.8rem;
  color: #5c7085;
}

/* =========================================================
   FLOATING ICONS
   ========================================================= */
.floating-btn {
  position: fixed;
  bottom: 26px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  z-index: 1040;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}

.floating-whatsapp {
  left: 24px;
  background: #25D366;
  animation: pulse-green 2.2s infinite;
}

.floating-call {
  right: 24px;
  background: var(--accent);
  animation: pulse-orange 2.2s infinite;
}

.floating-btn:hover {
  color: #fff;
  transform: scale(1.08);
}

@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes pulse-orange {
  0% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.55); }
  70% { box-shadow: 0 0 0 16px rgba(255, 107, 53, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0); }
}
.cu-lg-wdth{
	width:250px;
}
@media (max-width: 575px) {
  .floating-btn { width: 50px; height: 50px; font-size: 1.35rem; bottom: 18px; }
  .floating-whatsapp { left: 16px; }
  .floating-call { right: 16px; }
}

/* =========================================================
   SCROLL REVEAL ANIMATIONS
   ========================================================= */
.reveal-up, .reveal-left, .reveal-right {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-up { transform: translateY(40px); }
.reveal-left { transform: translateX(-40px); }
.reveal-right { transform: translateX(40px); }

.reveal-up.in-view,
.reveal-left.in-view,
.reveal-right.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up, .reveal-left, .reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media(max-width:500px)
{
	.cu-fn-12{
	font-size:12px!important
}
}
@media(max-width:374px)
{
	.cu-lg-wdth{
	width:220px;
}
.cu-fn-12{
	font-size:10px!important
}
}