/* assets/css/style.css */

/* ========= Root / Theme ========= */
:root{
  --bg: #0f1115;
  --panel: #12151c;
  --panel2: #171b24;
  --text: #e9eef7;
  --muted: rgba(233,238,247,.72);

  --gold: #f6b000;     /* main yellow */
  --gold2:#ffcc4d;
  --dark: #0b0c10;
  --line: rgba(255,255,255,.10);
  --shadow: 0 18px 45px rgba(0,0,0,.35);
}

*{ scroll-behavior:smooth; }
html{ scroll-behavior: smooth; }



html, body { height: 100%;  overflow-x: clip;}
body{
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#16181d;
  background:#fff;
 
}

.gold{ color: var(--gold); }
code{ color:#c07f00; }

.section-pad{ padding: 80px 0; }
@media (max-width: 991.98px){
  .section-pad{ padding: 64px 0; }
}

/* ========= Topbar ========= */
.topbar{
  background: linear-gradient(90deg, #0c0d10, #11141b);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-link{
  color: rgba(255,255,255,.82);
  text-decoration:none;
  font-size: .92rem;
}
.topbar-link:hover{ color: #fff; }
.topbar-link i{ color: var(--gold); margin-right: .35rem; }
.topbar-badge{
  color: rgba(255,255,255,.85);
  font-size: .85rem;
  background: rgba(246,176,0,.12);
  border:1px solid rgba(246,176,0,.25);
  padding:.35rem .6rem;
  border-radius: 999px;
}
.social-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;height:36px;
  border-radius: 10px;
  border:1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
  text-decoration:none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.social-icon:hover{
  transform: translateY(-2px);
  border-color: rgba(246,176,0,.5);
  background: rgba(246,176,0,.12);
  color:#fff;
}

/* ========= Navbar ========= */
.header{
  background: rgba(12,13,16,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.navbar{ padding: 12px 0; }
.navbar .nav-link{
  color: #000;
  font-weight: 500;
  padding: .6rem .9rem;
  border-radius: 999px;
}
.navbar .nav-link:hover{
  background: rgba(255,255,255,.06);
  color:#000;
}
.navbar .nav-link.active{
  background: rgba(246,176,0,.14);
  color: #000;
  border:1px solid rgba(246,176,0,.35);
}

.navbar-brand .brand-text{
  line-height: 1.05;
}
.brand-name{
  font-family:"Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: .6px;
  color:#fff;
  font-size: 1.05rem;
}
.brand-sub{
  display:block;
  font-family:"Montserrat", sans-serif;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 1px;
  font-size:.86rem;
}

.brand-mark{
  width:42px;height:42px;
  position:relative;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(246,176,0,.35);
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
}
.brand-mark .brand-circle{
  position:absolute; inset:10px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, var(--gold2), var(--gold));
}
.brand-mark .brand-initial{
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  font-family:"Montserrat", sans-serif;
  font-weight: 900;
  color:#141414;
}
.brand-mark.sm{ width:40px;height:40px; }

/* Navbar Logo */
.navbar-logo{
  height: 70px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

/* Mobile logo size */
@media (max-width: 576px){
  .navbar-logo{
    height: 70px;
  }
}



/* Buttons */
.btn-gold{
  --bs-btn-bg: var(--gold);
  --bs-btn-border-color: var(--gold);
  --bs-btn-hover-bg: #f2a800;
  --bs-btn-hover-border-color: #f2a800;
  --bs-btn-color: #141414;
  font-weight: 700;
  border-radius: 999px;
}
.btn-outline-gold{
  border-radius: 999px;
  border:1px solid rgba(246,176,0,.55);
  color:#fff;
}
.btn-outline-gold:hover{
  background: rgba(246,176,0,.18);
  border-color: rgba(246,176,0,.8);
  color:#fff;
}

/* ========= Section Head ========= */
.section-head .kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .78rem;
  color: rgba(10,10,10,.6);
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(246,176,0,.16);
  border:1px solid rgba(246,176,0,.28);
}
.section-head .title{
  margin-top: 14px;
  font-family:"Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: -.02em;
  font-size: clamp(1.6rem, 2.3vw, 2.25rem);
}
.section-head .lead{
  margin-top: 10px;
  color: rgba(10,10,10,.70);
  font-size: 1.02rem;
}

/* ========= Hero ========= */
.hero{ position:relative; }
/* ===== HERO BACKGROUND IMAGES ===== */

.hero-slide{
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Slide 1 */
.hero-bg-1{
  background-image:
    linear-gradient(
      rgba(0,0,0,0.65),
      rgba(0,0,0,0.55)
    ),
    url("../img/banner1.png");
}

/* Slide 2 */
.hero-bg-2{
  background-image:
    linear-gradient(
      rgba(0,0,0,0.65),
      rgba(0,0,0,0.55)
    ),
    url("../img/banner2.png");
}

/* Slide 3 */
.hero-bg-3{
  background-image:
    linear-gradient(
      rgba(0,0,0,0.65),
      rgba(0,0,0,0.55)
    ),
    url("../img/banner3.png");
}

/* Dark overlay for better text readability */
.hero-overlay{
  position: absolute;
  inset: 0;
  background:
linear-gradient(to right, rgb(112 112 112 / 37%), rgb(0 0 0 / 0%));
  z-index: 1;
}

/* Keep content above overlay */
.hero-slide .container{
  position: relative;
  z-index: 2;
}


.hero-card{
  position:relative;
  z-index:2;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.hero-eyebrow{
  color: rgba(255,255,255,.82);
  font-weight: 600;
  font-size: .95rem;
}
.hero-eyebrow i{ color: var(--gold); }

.hero-title{
  margin-top: 10px;
  color:#fff;
  font-family:"Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -.02em;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.05;
}
.hero-accent{
  display:block;
  color: var(--gold);
}
.hero-text{
  margin-top: 12px;
  color: rgba(255,255,255,.78);
  font-size: 1.02rem;
  max-width: 60ch;
}

.hero-mini{
  display:flex; flex-wrap:wrap;
  gap: 10px 16px;
  color: rgba(255,255,255,.72);
  font-size: .92rem;
}
.hero-mini i{ color: var(--gold); }

.hero-panel{
  position:relative;
  z-index:2;
  border-radius: 24px;
  padding: 26px;
  background: rgba(246,176,0,.10);
  border:1px solid rgba(246,176,0,.32);
  box-shadow: var(--shadow);
}
.hero-panel-title{
  color: rgba(255,255,255,.9);
  font-weight: 600;
}
.hero-panel-phone{
  display:inline-flex;
  align-items:center;
  margin-top: 6px;
  color:#fff;
  text-decoration:none;
  font-family:"Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
}
.hero-panel-phone i{ color: var(--gold); }
.hero-panel-note{
  margin-top: 10px;
  color: rgba(255,255,255,.78);
}
.hero-panel-badges{
  display:flex; flex-wrap:wrap;
  gap:10px;
  margin-top: 16px;
}
.badge-pill{
  display:inline-flex;
  align-items:center;
  padding:.45rem .65rem;
  border-radius: 999px;
  background: rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
  font-size: .9rem;
}
.badge-pill i{ color: var(--gold); }

.carousel-control-prev, .carousel-control-next{
  width: 8%;
}
.carousel-indicators [data-bs-target]{
  width: 10px; height: 10px;
  border-radius: 999px;
  background-color: rgba(255,255,255,.45);
}
.carousel-indicators .active{
  background-color: var(--gold);
}

/* Compact hero card for simple banners */
.hero-card-simple{
  padding: 24px;
  max-width: 620px;
}

.hero-card-simple .hero-title{
  font-size: clamp(1.55rem, 2.6vw, 2.5rem);
  line-height: 1.1;
}

.hero-card-simple .hero-text{
  max-width: 52ch;
  font-size: 1rem;
  color: rgba(255,255,255,.78);
}

@media (max-width: 991.98px){
  .hero-card-simple{
    padding: 18px;
  }
}


/* ========= About ========= */
.about-card{
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(246,176,0,.12), rgba(0,0,0,.02));
  border:1px solid rgba(246,176,0,.22);
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
  padding: 22px;
}
.about-card-top{
  display:flex;
  justify-content:flex-end;
  margin-bottom: 16px;
}
.about-badge{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.5rem .7rem;
  border-radius: 999px;
  background: rgba(15,17,21,.92);
  border:1px solid rgba(246,176,0,.32);
  color: rgba(255,255,255,.86);
  font-size:.85rem;
}
.about-badge i{ color: var(--gold); }
.metric .metric-label{
  font-weight: 600;
  color: rgba(10,10,10,.7);
  margin-bottom: 6px;
}
.progress.soft{
  height: 10px;
  border-radius: 999px;
  background: rgba(15,17,21,.08);
}
.progress.soft .progress-bar{
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #ffd35a);
}
.about-cta{
  margin-top: 18px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content: space-between;
  align-items:center;
  border-top: 1px dashed rgba(0,0,0,.12);
  padding-top: 16px;
}
.small-title{ font-weight:600; color: rgba(10,10,10,.7); }
.cta-phone{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:#111;
  font-family:"Montserrat", sans-serif;
  font-weight: 800;
}
.cta-phone i{ color: var(--gold); }

.about-points{ margin-top: 18px; display:grid; gap: 14px; }
.about-point{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.75);
}
.about-point i{
  color: var(--gold);
  font-size: 1.25rem;
}
.about-point h6{
  margin:0;
  font-weight: 700;
  font-family:"Montserrat", sans-serif;
}
.about-point p{ margin:6px 0 0; color: rgba(10,10,10,.68); }


/* ===== ABOUT IMAGE SECTION ===== */

.about-image-wrapper{
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0,0,0,.15);
}

.about-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
  transition: transform .5s ease;
}

/* subtle zoom on hover */
.about-image-wrapper:hover .about-image{
  transform: scale(1.04);
}

/* Floating experience badge */
.about-image-badge{
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(0,0,0,.75);
  color: #fff;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 700;
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(246,176,0,.6);
  backdrop-filter: blur(6px);
}

.about-image-badge i{
  color: var(--gold);
}

/* Mobile spacing fix */
@media (max-width: 991.98px){
  .about-image-wrapper{
    margin-top: 20px;
  }
}


/* ========= Dark Sections ========= */
/* =========================
   DARK SECTION
========================= */
.section-dark{
  background: linear-gradient(180deg, #0b0c10, #121624);
}
.section-dark .section-head .kicker{
  color: rgba(255,255,255,.75);
  background: rgba(246,176,0,.10);
  border-color: rgba(246,176,0,.28);
}
.section-dark .section-head .lead{
  color: rgba(255,255,255,.72);
}

/* =========================
   SERVICE CARD BASE
========================= */
.service-card{
  height: 100%;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
}

.service-card:hover{
  transform: translateY(-6px);
  border-color: rgba(246,176,0,.45);
}

.service-card h5{
  margin-top: 10px;
  color:#fff;
  font-family:"Montserrat", sans-serif;
  font-weight: 800;
}

.service-card p{
  color: rgba(255,255,255,.72);
  margin-bottom: 14px;
}

/* =========================
   IMAGE BASED SERVICE CARD
========================= */
.service-card-img{ padding: 0; }

.service-media{
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.service-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .7s ease;
  will-change: transform;
  filter: saturate(1.08) contrast(1.05);
}

/* overlay to make text readable */
.service-media::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.62));
  pointer-events: none;
}

/* small tag on image */
.service-tag{
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(6px);
}

.service-body{
  padding: 18px 20px 20px;
}

/* =========================
   ICON (ROTATION)
   (This is the guaranteed working part)
========================= */
.service-icon{
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246,176,0,.20);
  border: 1px solid rgba(246,176,0,.45);
  color: var(--gold);
  backdrop-filter: blur(7px);
}

.service-icon i{
  display: inline-block;
  font-size: 1.45rem;
  transform: rotate(0deg);
  transition: transform .8s ease-in-out;
  transform-origin: center;
  will-change: transform;
}

/* Hover: zoom image + rotate icon */
.service-card:hover .service-img{
  transform: scale(1.08);
}

/* VERY SPECIFIC selector to avoid override issues */
.service-card:hover .service-icon i{
  transform: rotate(360deg);
}

/* Optional: slight glow on hover */
.service-card:hover .service-icon{
  background: rgba(246,176,0,.28);
  border-color: rgba(246,176,0,.75);
  box-shadow: 0 12px 30px rgba(246,176,0,.15);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 575.98px){
  .service-media{ height: 200px; }
}

/* =========================
   CTA STRIP
========================= */
.cta-strip{
  border-radius: 26px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(246,176,0,.14), rgba(255,255,255,.06));
  border: 1px solid rgba(246,176,0,.28);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}



/* ========= Why ========= */
.why-list{ display:grid; gap: 14px; }
.why-item{
  display:flex; gap:12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 12px 26px rgba(0,0,0,.05);
}
.why-icon{
  width:44px;height:44px;
  border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(246,176,0,.16);
  border:1px solid rgba(246,176,0,.22);
  color:#111;
}
.why-item h6{
  margin:0;
  font-family:"Montserrat", sans-serif;
  font-weight: 800;
}
.why-item p{ margin:6px 0 0; color: rgba(10,10,10,.68); }

.mini-callout{
  border-radius: 18px;
  border: 1px solid rgba(246,176,0,.24);
  background: rgba(246,176,0,.10);
  padding: 14px;
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  align-items:center;
  justify-content: space-between;
}
.mini-title{
  font-weight: 800;
  font-family:"Montserrat", sans-serif;
}
.mini-sub a{ color:#111; font-weight:700; text-decoration:none; }

.glass-card{
  border-radius: 26px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.70));
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}
.glass-card-top h5{
  font-family:"Montserrat", sans-serif;
  font-weight: 900;
}
.glass-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 14px;
}
@media (max-width: 575.98px){
  .glass-grid{ grid-template-columns: 1fr; }
}
.glass-chip{
  display:flex; align-items:center; gap:10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(15,17,21,.06);
  border: 1px solid rgba(0,0,0,.08);
  font-weight: 600;
}
.glass-chip i{ color: var(--gold); font-size: 1.1rem; }

/* Testimonial */
.testimonial{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  padding: 14px;
}
.testi-quote{
  display:flex; gap:10px; align-items:flex-start;
}
.testi-quote i{
  color: var(--gold);
  font-size: 1.4rem;
}
.testi-user{
  margin-top: 12px;
  display:flex; gap:10px; align-items:center;
}
.avatar{
  width:40px;height:40px;
  border-radius: 14px;
  background: rgba(246,176,0,.18);
  border:1px solid rgba(246,176,0,.25);
  display:flex; align-items:center; justify-content:center;
  font-weight: 900;
  font-family:"Montserrat", sans-serif;
}
.stars i{ color: var(--gold); }

/* ========= Achievements ========= */
.section-accents{
  background:
    radial-gradient(circle at 20% 30%, rgba(246,176,0,.16), transparent 45%),
    linear-gradient(180deg, #ffffff, #fbfbfb);
}
.stat-card{
  border-radius: 22px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 18px 35px rgba(0,0,0,.06);
}
.stat-icon{
  width:48px;height:48px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(246,176,0,.16);
  border:1px solid rgba(246,176,0,.25);
  color:#111;
  font-size: 1.25rem;
}
.stat-num{
  margin-top: 10px;
  font-family:"Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2rem;
}
.stat-label{
  color: rgba(10,10,10,.65);
  font-weight: 600;
}
.achievement-note{
  border-radius: 18px;
  border: 1px dashed rgba(246,176,0,.45);
  background: rgba(246,176,0,.10);
  padding: 12px 14px;
  font-weight: 700;
}
.achievement-note i{ color: var(--gold); }

/* ========= Gallery ========= */
.gallery-card{
  position:relative;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.08);
  background:#fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.06);
  transition: transform .25s ease;
}
.gallery-card:hover{ transform: translateY(-6px); }
.gallery-card img{
  width:100%;
  height: 220px;
  object-fit: cover;
  display:block;
}
@media (max-width: 575.98px){
  .gallery-card img{ height: 200px; }
}
.gallery-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
      margin-left: 10px;
    margin-bottom: 25px;
  /* padding: 14px; */
  background: linear-gradient(0deg, rgba(0,0,0,.55), rgba(0,0,0,0));
  opacity: 0;
  transition: opacity .25s ease;
}

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

.gallery-tag{
  color:#fff;
  font-weight: 700;
  font-family:"Montserrat", sans-serif;
}

.gallery-zoom{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(246,176,0,.92);
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(255,255,255,.35);
  flex: 0 0 auto;
}


/* ========= Contact ========= */
.contact-card{
  border-radius: 24px;
  padding: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  color: rgba(255,255,255,.82);
}
.contact-item{
  display:flex; gap:12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.contact-item:last-child{ border-bottom: 0; }
.contact-ico{
  width:42px;height:42px;
  border-radius: 16px;
  background: rgba(246,176,0,.16);
  border: 1px solid rgba(246,176,0,.28);
  display:flex; align-items:center; justify-content:center;
  color: var(--gold);
}
.contact-label{ font-weight: 700; color:#fff; }
.contact-value{ color: rgba(255,255,255,.78); }

.contact-actions{
  display:grid;
  gap:10px;
  margin-top: 14px;
}

.form-card{
  border-radius: 24px;
  padding: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  color:#fff;
}
.form-card h5{
  font-family:"Montserrat", sans-serif;
  font-weight: 900;
}
.form-control, .form-select{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.18);
  color:#fff;
}
.form-control::placeholder{ color: rgba(255,255,255,.55); }
.form-control:focus, .form-select:focus{
  border-color: rgba(246,176,0,.55);
  box-shadow: 0 0 0 .2rem rgba(246,176,0,.15);
  background: rgba(0,0,0,.22);
  color:#fff;
}
.form-label{ color: rgba(255,255,255,.82); }

/* ========= Map ========= */
.map-wrap{
  width:100%;
  height: 380px;
  background:#0b0c10;
}
.map-wrap iframe{
  width:100%;
  height:100%;
  border:0;
  filter: grayscale(15%) contrast(110%);
}

/* ========= Footer ========= */
.footer{
  background: linear-gradient(180deg, #090a0d, #0f1218);
  color: rgba(255,255,255,.78);
  padding: 64px 0 18px;
}
.footer-title{
  font-family:"Montserrat", sans-serif;
  font-weight: 900;
  color:#fff;
  letter-spacing: .5px;
}
.footer-sub{
  color: rgba(255,255,255,.60);
  font-size:.9rem;
}
.footer-text{ color: rgba(255,255,255,.70); }
.footer-h{
  color:#fff;
  font-weight: 800;
  font-family:"Montserrat", sans-serif;
  margin-bottom: 12px;
}
.footer-links{
  list-style:none;
  padding:0;margin:0;
  display:grid; gap: 8px;
}
.footer-links a{
  color: rgba(255,255,255,.70);
  text-decoration:none;
}
.footer-links a:hover{ color: var(--gold); }

.footer-contact{ display:grid; gap: 10px; }
.fc-item{
  display:flex; gap:10px; align-items:flex-start;
}
.fc-item i{ color: var(--gold); margin-top: 3px; }
.fc-item a{ color: rgba(255,255,255,.78); text-decoration:none; }
.fc-item a:hover{ color: var(--gold); }

.subscribe .form-control{
  background: rgba(255,255,255,.06);
}
.footer-hr{
  border-color: rgba(255,255,255,.10);
}

/* Footer Logo */
.footer-logo{
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Mobile footer logo */
@media (max-width: 576px){
  .footer-logo{
    height: 42px;
  }
}

.navbar-toggler{
	background:#000
}

/* ========= Floating Buttons ========= */
/* ===== Floating Buttons (NO OVERFLOW VERSION) ===== */
.float-actions{
  position: fixed;
  right: 14px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1050;
}

.fab{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.18);
  position: relative;

  /* KEY FIX */
  overflow: hidden;        /* contain glow */
}

.fab i{
  font-size: 1.45rem;
}

.fab-whatsapp{
  background: radial-gradient(circle at 30% 30%, #27ef7b, #0bbf55);
  color: #072512;
}

.fab-call{
  background: radial-gradient(circle at 30% 30%, var(--gold2), var(--gold));
  color:#141414;
}

/* Safe glow ring (inside element) */
.fab::after{
  content:"";
  position:absolute;
  inset: 3px;             /* ✅ POSITIVE inset */
  border-radius: 16px;
  border: 2px solid rgba(255,255,255,.25);
  opacity: 0;
  pointer-events: none;
  animation: pulse 2.2s infinite;
}

.fab-whatsapp::after{
  border-color: rgba(39,239,123,.55);
  opacity:.85;
}

.fab-call::after{
  border-color: rgba(246,176,0,.55);
  opacity:.85;
}

@keyframes pulse{
  0%{
    transform: scale(.85);
    opacity: 0;
  }
  25%{
    opacity: .6;
  }
  100%{
    transform: scale(1.05);
    opacity: 0;
  }
}

/* ===== Mobile adjustments ===== */
@media (max-width: 576px){
  .fab{
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }
  .fab i{
    font-size: 1.3rem;
  }
}

/* ========= Back to top ========= */
.back-to-top{
  position: fixed;
  left: 16px;
  bottom: 18px;
  width: 52px; height: 52px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(15,17,21,.82);
  color: #fff;
  display:none;
  align-items:center;
  justify-content:center;
  box-shadow: 0 18px 35px rgba(0,0,0,.30);
  z-index: 1050;
}
.back-to-top:hover{
  background: rgba(15,17,21,.92);
  border-color: rgba(246,176,0,.35);
}
.back-to-top i{ color: var(--gold); }
#callme {
        position: fixed;
        right: 10px;
        top: 190px;
        width: 70px;
        height: 70px;
        cursor: pointer;
      
        z-index: 99990;
    }
    #callme #callmeMain {
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: rgb(40 167 69);
        width: 60px;
        height: 60px;
        -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
        -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
        animation: zcwmini2 1.5s 0s ease-out infinite;
    }
    #callme #callmeMain:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -6px;
        left: -6px;
        background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-animation: zcwphone2 1.5s linear infinite;
        -moz-animation: zcwphone2 1.5s linear infinite;
        animation: zcwphone2 1.5s linear infinite;
    }
    @-webkit-keyframes zcwphone {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @-moz-keyframes zcwphone {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @keyframes zcwphone {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @-webkit-keyframes zcwphone2 {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @-moz-keyframes zcwphone2 {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @keyframes zcwphone2 {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @-webkit-keyframes zcwmini {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
    @-moz-keyframes zcwmini {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
    @keyframes zcwmini {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
    @-webkit-keyframes zcwmini2 {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
    @-moz-keyframes zcwmini2 {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
    @keyframes zcwmini2 {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
	.navbar-darkk{
		background:#000!important;
		display:none
	}
	@media(max-width:767px)
	{
		.cu-mb-ds-nn{
			display:none!important
		}
		.jf-cn-cntr{
			justify-content:center!important
		}
	}
/* Reduce motion preference */
@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
