/* =========================================================
   Appzeto - Balanced Contrast Theme (Bootstrap 5)
   Not too dark / not too bright, clean premium look.
   Palette: Bluish Green, Sky Blue, Bluish Gray, Light Orange
   ========================================================= */

:root{
  /* Brand palette */
  --bluish-green: #19c2a1;
  --sky-blue: #42b8ff;
  --bluish-gray: #6d86a3;
  --light-orange: #ffb25c;

  /* Balanced base */
  --bg: #0e2233;          /* main page background (deep but not heavy) */
  --bg2: #102a3f;         /* alt section background */
  --surface: rgba(255,255,255,.07);
  --surface2: rgba(255,255,255,.10);
  --stroke: rgba(255,255,255,.14);

  /* Text */
  --text: #e7f2ff;
  --text2:#d6e7f7;
  --muted:#a8bfd6;

  /* Effects */
  --grad: linear-gradient(135deg, rgba(25,194,161,1), rgba(66,184,255,1));
  --grad2: linear-gradient(135deg, rgba(255,178,92,1), rgba(25,194,161,1));
  --shadow: 0 18px 50px rgba(0,0,0,.28);
  --shadow2: 0 10px 30px rgba(0,0,0,.20);
  --radius: 18px;

  /* Small helpers */
  --glass: rgba(14,34,51,.55);
  --glass2: rgba(16,42,63,.55);
}

*{box-sizing:border-box}
html, body{
  overflow-x: hidden;
}

html{scroll-behavior:smooth}
body{
  font-family: "Manrope", "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(1100px 520px at 12% 10%, rgba(66,184,255,.18), transparent 55%),
    radial-gradient(900px 420px at 88% 15%, rgba(25,194,161,.16), transparent 55%),
    radial-gradient(1200px 620px at 50% 120%, rgba(255,178,92,.12), transparent 55%),
    linear-gradient(180deg, var(--bg2), var(--bg));
  color: var(--text);
}

/* Links */
a{color:inherit; text-decoration:none}
a:hover{color: var(--sky-blue)}

/* Utility */
.muted{color:var(--muted)}
.section-pad{padding: 80px 0}
.section-alt{
  background:
    radial-gradient(900px 380px at 10% 0%, rgba(66,184,255,.10), transparent 55%),
    radial-gradient(900px 380px at 95% 10%, rgba(25,194,161,.10), transparent 55%),
    rgba(255,255,255,.03);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.section-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  letter-spacing:.35px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(66,184,255,.14);
  border: 1px solid rgba(66,184,255,.22);
  color: #dff2ff;
}
.section-title{
  font-weight: 950;
  letter-spacing: -0.7px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-text{
  color: var(--muted);
  line-height: 1.75;
}

/* =========================================================
   Topbar
   ========================================================= */
.topbar{
  background: rgba(16,42,63,.55);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.topbar-link{
  color: #e6f3ff;
  opacity:.95;
  font-weight: 800;
}
.topbar-link:hover{color: var(--light-orange)}
.topbar-text{color:#e6f3ff; opacity:.9; font-weight:800}
.topbar-dot{
  width:6px;height:6px;border-radius:50%;
  background: rgba(255,255,255,.28);
}

.social{
  width:34px;height:34px;border-radius:12px;
  display:grid;place-items:center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  transition: .25s ease;
}
.social:hover{
  transform: translateY(-2px);
  background: rgba(66,184,255,.12);
  border-color: rgba(66,184,255,.25);
}
.btn-soft{
  background: rgba(255,178,92,.16);
  border: 1px solid rgba(255,178,92,.28);
  color: #fff2e4;
  font-weight: 900;
}
.btn-soft:hover{
  background: rgba(255,178,92,.22);
  color:#fff;
}

/* =========================================================
   Navbar
   ========================================================= */

   /* Navbar Logo */
.navbar-logo{
  height: 65px;        /* Desktop size */
  width: auto;
  object-fit: contain;
  transition: .25s ease;
}

.navbar-logo:hover{
  transform: scale(1.05);
}

/* Mobile Responsive */
@media (max-width: 575px){
  .navbar-logo{
    height: 65px;
  }
}




.glass-nav{
  background: rgba(14,34,51,.60);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}

.navbar .nav-link{
  color: rgba(255,255,255,.88);
  font-weight: 900;
  padding: 10px 14px;
  border-radius: 12px;
}
.navbar .nav-link:hover{
  background: rgba(66,184,255,.10);
  color: #ffffff;
}
.navbar .nav-link.active{
  background: rgba(25,194,161,.14);
  border: 1px solid rgba(25,194,161,.22);
}
.brand-mark{
  width:40px;height:40px;border-radius:14px;
  display:grid;place-items:center;
  background: var(--grad);
  color:#062033;
  box-shadow: 0 10px 25px rgba(66,184,255,.18);
}
.brand-text{
  font-weight: 950;
  letter-spacing: .3px;
}

/* =========================================================
   Buttons
   ========================================================= */
.btn-glow{
  border: none;
  color:#042034;
  font-weight: 950;
  background: var(--grad);
  box-shadow: 0 18px 45px rgba(66,184,255,.18);
  transition: .2s ease;
}
.btn-glow:hover{transform: translateY(-1px)}
.btn-ghost{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: #eaf7ff;
  font-weight: 900;
}
.btn-ghost:hover{
  background: rgba(255,255,255,.10);
  color:#fff;
}

/* =========================================================
   Hero
   ========================================================= */
.hero{position:relative}
.hero-slide{
  position:relative;
  min-height: 78vh;
  display:flex;
  align-items:center;
}
.hero-bg{
  position:absolute; inset:0;
  background-size: cover;
  background-position:center;
  filter: saturate(1.02) contrast(1.02);
}

/* Balanced overlay: not too dark, not too bright */
.hero-bg::after{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(900px 600px at 15% 20%, rgba(66,184,255,.22), transparent 55%),
    radial-gradient(900px 600px at 85% 15%, rgba(25,194,161,.18), transparent 55%),
    linear-gradient(90deg, rgba(10,26,39,.78), rgba(10,26,39,.38));
}

.hero-bg-1{background-image: url("../img/slider-1.jpg");}
.hero-bg-2{background-image: url("../img/slider-2.jpg");}
.hero-bg-3{background-image: url("../img/slider-3.jpg");}

.hero-content{position:relative; z-index:2; padding: 90px 0}
.badge-pill{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color:#eaf7ff;
  font-weight:900;
}
.hero-title{
  font-weight: 950;
  letter-spacing: -1px;
  line-height: 1.05;
  margin-bottom: 14px;
}
.hero-sub{
  color: rgba(231,242,255,.90);
  line-height: 1.75;
  max-width: 720px;
}
.text-accent{color: var(--bluish-green)}
.text-accent2{color: var(--sky-blue)}
.text-accent3{color: var(--light-orange)}

.hero-mini{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.mini-card{
  flex: 1 1 210px;
  display:flex;
  gap:12px;
  align-items:center;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}
.mini-card i{font-size: 20px; color: var(--sky-blue)}
.mini-title{font-weight:950}
.mini-sub{color:var(--muted); font-size: 13px}

/* Right hero card */
.hero-card{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-card-top{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 14px 16px;
  background: rgba(66,184,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-weight: 950;
}
.pulse-dot{
  width:10px;height:10px;border-radius:50%;
  background: var(--bluish-green);
  box-shadow: 0 0 0 0 rgba(25,194,161,.48);
  animation: pulse 1.6s infinite;
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(25,194,161,.48)}
  70%{box-shadow:0 0 0 14px rgba(25,194,161,0)}
  100%{box-shadow:0 0 0 0 rgba(25,194,161,0)}
}
.hero-card-body{
  padding: 16px;
  display:grid;
  gap:10px;
}
.product-pill{
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(14,34,51,.35);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 900;
}
.hero-card-cta{padding: 16px; padding-top:0}

/* Slide tiles */
.feature-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:12px;
}
.feature-tile{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 16px;
  display:flex;
  gap:10px;
  align-items:center;
  font-weight: 950;
}
.feature-tile i{color: var(--light-orange)}

/* KPI */
.hero-kpi{display:grid; gap:12px}
.kpi{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 16px;
}
.kpi-num{font-weight: 950; font-size: 20px}
.kpi-text{color: var(--muted)}

/* Hero wave */
.hero-wave{
  position:absolute;
  left:0; right:0; bottom:-1px;
  height: 70px;
  background:
    radial-gradient(120px 70px at 10% 10%, rgba(66,184,255,.28), transparent 70%),
    radial-gradient(140px 80px at 55% 20%, rgba(25,194,161,.26), transparent 70%),
    radial-gradient(140px 80px at 90% 50%, rgba(255,178,92,.20), transparent 70%);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='white' d='M0,64L60,64C120,64,240,64,360,74.7C480,85,600,107,720,101.3C840,96,960,64,1080,48C1200,32,1320,32,1380,32L1440,32L1440,120L1380,120C1320,120,1200,120,1080,120C960,120,840,120,720,120C600,120,480,120,360,120C240,120,120,120,60,120L0,120Z'/%3E%3C/svg%3E");
  mask-size: cover;
  opacity: .95;
}

/* =========================================================
   About Points + Image
   ========================================================= */
.about-points{
  display:grid;
  gap:10px;
  margin-top: 18px;
}
.point{
  display:flex; gap:10px; align-items:flex-start;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}
.point i{color: var(--bluish-green); margin-top:2px}

/* About Image Block */
.about-image-wrap{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  box-shadow: var(--shadow);
}
.about-image{
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: .35s ease;
}
.about-image-wrap:hover .about-image{transform: scale(1.07)}
.about-image-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(10,26,39,.55) 100%);
  pointer-events:none;
}
.about-image-badge{
  position:absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 950;
  color: #eaf7ff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
}

/* =========================================================
   Services
   ========================================================= */
/* ============ Services (with image + icon rotation) ============ */
.service-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow2);
  transition: .25s ease;
  position:relative;
  overflow:hidden;
}

.service-card:hover{
  transform: translateY(-6px);
  border-color: rgba(66,184,255,.24);
}

/* Decorative glow */
.service-card::before{
  content:"";
  position:absolute;
  inset:-120px -120px auto auto;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle at 30% 30%, rgba(66,184,255,.22), transparent 62%);
  transform: rotate(18deg);
}

/* Image section */
.service-media{
  position: relative;
  height: 230px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.service-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: .45s ease;
  filter: saturate(1.05) contrast(1.03);
}

/* Light overlay on image */
.service-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.55));
  pointer-events:none;
  opacity: .9;
}

/* icon positioned on image */
.service-icon{
  width:58px;
  height:58px;
  border-radius: 18px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  position:absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  box-shadow: 0 12px 26px rgba(0,0,0,.25);
}

.service-icon i{
  font-size: 22px;
  color: #e8f6ff;
  transition: transform .55s ease;   /* rotation animation */
  transform-origin: center;
}

/* 360 rotation on card hover */
.service-card:hover .service-icon i{
  transform: rotate(360deg);
}

/* Image zoom on card hover */
.service-card:hover .service-media img{
  transform: scale(1.12);
}

/* Body padding */
.service-body{
  padding: 18px 20px 22px;
}

.service-card h5{
  font-weight: 950;
  margin-bottom: 8px;
}

.service-card p{
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 12px;
}

/* List */
.list-check{
  list-style:none;
  padding-left:0;
  margin: 0;
  display:grid;
  gap:8px;
}
.list-check li{
  color: rgba(231,242,255,.92);
  font-weight: 800;
  position:relative;
  padding-left: 26px;
}
.list-check li::before{
  content:"\f058";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  left:0; top:0;
  color: var(--light-orange);
}

/* Mobile */
@media (max-width: 575px){
  .service-media{ height: 160px; }
  .service-body{ padding: 16px 16px 20px; }
}


/* =========================================================
   Why Choose
   ========================================================= */
.why-grid{display:grid; gap:12px; margin-top: 18px}
.why-item{
  display:flex; gap:12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}
.why-item i{
  width:42px;height:42px;border-radius:16px;
  display:grid;place-items:center;
  background: rgba(25,194,161,.12);
  border: 1px solid rgba(25,194,161,.22);
  color: #d1fff5;
}
.why-item h6{font-weight: 950; margin-bottom: 4px}
.why-item p{margin:0; color: var(--muted)}
.why-card{
  position:relative;
  border-radius: var(--radius);
  overflow:hidden;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow);
}
.why-card-inner{padding: 28px}
.why-bubbles .bubble{
  position:absolute;
  border-radius:50%;
  opacity:.55;
}
.b1{width:180px;height:180px; right:-70px; top:-60px; background: rgba(66,184,255,.22)}
.b2{width:220px;height:220px; left:-90px; bottom:-90px; background: rgba(25,194,161,.18)}
.b3{width:150px;height:150px; right: 35px; bottom:-60px; background: rgba(255,178,92,.16)}

/* =========================================================
   Stats
   ========================================================= */
.stat-card{
  text-align:center;
  padding: 22px 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow2);
}
.stat-ico{
  width:52px;height:52px;border-radius:18px;
  display:grid;place-items:center;
  margin: 0 auto 10px;
  background: rgba(255,178,92,.16);
  border: 1px solid rgba(255,178,92,.28);
  color: #fff2e4;
}
.stat-num{
  font-weight: 950;
  font-size: 34px;
  letter-spacing: -.5px;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip:text;
  color: transparent;
}
.stat-label{color: var(--muted); font-weight: 900}

/* =========================================================
   Gallery
   ========================================================= */
.gallery-card{
  border-radius: 18px;
  overflow:hidden;
  position:relative;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  box-shadow: var(--shadow2);
  cursor:pointer;
}
.gallery-card img{
  width:100%;
  height: 220px;
  object-fit: cover;
  transform: scale(1.02);
  transition: .35s ease;
}
.gallery-card:hover img{transform: scale(1.10)}
.gallery-overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent, rgba(10,26,39,.70));
  opacity: 0;
  transition: .35s ease;
}
.gallery-card:hover .gallery-overlay{opacity: 1}
.gallery-badge{
  position:absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  font-weight: 950;
  color: #eaf7ff;
  backdrop-filter: blur(10px);
}

/* =========================================================
   Contact
   ========================================================= */
.contact-card, .form-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow2);
  padding: 24px;
}
.contact-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(14,34,51,.35);
  border: 1px solid rgba(255,255,255,.12);
  margin-bottom: 12px;
}

/* Fixed icon UI */
.contact-ico{
  flex: 0 0 54px;
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background: linear-gradient(135deg, rgba(25,194,161,.18), rgba(66,184,255,.18));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  margin-top: 2px;
  position: relative;
  overflow: hidden;
}
.contact-ico::after{
  content:"";
  position:absolute;
  inset:6px;
  border-radius:14px;
  border: 1px solid rgba(25,194,161,.18);
  pointer-events:none;
}
.contact-ico i{
  font-size:20px;
  line-height:1;
  color:#eaf7ff;
}

.contact-title{font-weight: 950}

.form-head{
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* Inputs */
.form-control, .form-select{
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: var(--text) !important;
  border-radius: 16px !important;
}
.form-control::placeholder{color: rgba(168,191,214,.75)}
.form-control:focus, .form-select:focus{
  box-shadow: 0 0 0 .2rem rgba(66,184,255,.18) !important;
  border-color: rgba(66,184,255,.35) !important;
}

.note{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(66,184,255,.10);
  border: 1px solid rgba(66,184,255,.20);
  color: #dff2ff;
}

/* =========================================================
   Map
   ========================================================= */
/* ============ Map Section (Premium Card) ============ */
.map-section{
  padding-top: 60px;
  padding-bottom: 80px;
}

.map-card{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow);
  transition: .25s ease;
}

/* Gradient glow border */
.map-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 24px;
  background: linear-gradient(135deg,
    rgba(25,194,161,.55),
    rgba(66,184,255,.55),
    rgba(255,178,92,.45)
  );
  z-index: 0;
  filter: blur(18px);
  opacity: .35;
  pointer-events:none;
}

.map-card:hover{
  transform: translateY(-4px);
  border-color: rgba(66,184,255,.22);
}

/* Top bar inside map */
.map-top{
  position: relative;
  z-index: 2;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
}

.map-chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 950;
  color: #eaf7ff;
  background: rgba(66,184,255,.12);
  border: 1px solid rgba(66,184,255,.20);
  white-space: nowrap;
}

.map-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 950;
  color: #041825;
  background: var(--grad);
  border: 1px solid rgba(255,255,255,.10);
  transition: .2s ease;
  white-space: nowrap;
}
.map-btn:hover{
  transform: translateY(-1px);
  color:#041825;
}

/* Map Frame */
.map-frame{
  position: relative;
  z-index: 2;
  height: 420px;
}

.map-frame iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
  filter: saturate(1.08) contrast(1.06);
}

/* Mobile adjustments */
@media (max-width: 575px){
  .map-top{
    flex-direction: column;
    align-items: stretch;
  }
  .map-chip, .map-btn{
    width: 100%;
    justify-content:center;
  }
  .map-frame{ height: 320px; }
}

/* =========================================================
   Footer
   ========================================================= */
.footer{
  padding: 60px 0 20px;
  background: rgba(10,26,39,.70);
  border-top: 1px solid rgba(255,255,255,.10);
}
.foot-title{
  font-weight: 950;
  margin-bottom: 12px;
}
.foot-links{
  list-style:none;
  padding-left:0;
  display:grid;
  gap:10px;
}
.foot-links a{
  color: rgba(231,242,255,.86);
  font-weight: 800;
}
.foot-links a:hover{color: var(--light-orange)}
.foot-contact{
  list-style:none;
  padding-left:0;
  display:grid;
  gap:10px;
}
.foot-contact i{color: var(--sky-blue); margin-right: 8px}
.social-foot{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
}
.footer-bottom{
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.foot-mini{
  color: rgba(231,242,255,.86);
  font-weight: 900;
}
.foot-mini:hover{color: var(--sky-blue)}
.sep{opacity:.35; margin: 0 8px}

/* =========================================================
   Floating buttons
   ========================================================= */
/* Floating buttons (fixed for mobile overflow) */
.float-wrap{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  display:flex;
  flex-direction: column;
  gap: 12px;

  /* IMPORTANT: prevent causing extra page width */
  max-width: 100vw;
  overflow: visible;
}

.float-btn{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display:grid;
  place-items:center;
  color:#041825;
  font-size: 22px;
  position:relative;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow2);
  transition: .25s ease;

  /* prevents weird selection + tap highlight */
  -webkit-tap-highlight-color: transparent;
}

.float-btn:hover{transform: translateY(-2px) scale(1.02)}

/* Tooltip */
.float-tip{
  position:absolute;
  right: 62px;
  top: 50%;
  transform: translate(8px, -50%);
  background: rgba(10,26,39,.92);
  border: 1px solid rgba(255,255,255,.14);
  padding: 8px 10px;
  border-radius: 14px;
  font-weight: 950;
  color: #eaf7ff;
  white-space:nowrap;
  opacity: 0;
  transition: .25s ease;
  pointer-events:none;

  /* IMPORTANT: tooltip should not affect layout */
  width: max-content;
}

.float-btn:hover .float-tip{
  opacity: 1;
  transform: translate(0, -50%);
}

/* Glow buttons */
.float-whatsapp{
  background: linear-gradient(135deg, #25D366, #19c2a1);
  box-shadow: 0 0 0 0 rgba(37,211,102,.30);
  animation: glowW 1.6s infinite;
}
@keyframes glowW{
  0%{box-shadow: 0 0 0 0 rgba(37,211,102,.30), var(--shadow2)}
  70%{box-shadow: 0 0 0 14px rgba(37,211,102,0), var(--shadow2)}
  100%{box-shadow: 0 0 0 0 rgba(37,211,102,0), var(--shadow2)}
}

.float-call{
  background: var(--grad2);
  box-shadow: 0 0 0 0 rgba(255,178,92,.28);
  animation: glowC 1.6s infinite;
}
@keyframes glowC{
  0%{box-shadow: 0 0 0 0 rgba(255,178,92,.28), var(--shadow2)}
  70%{box-shadow: 0 0 0 14px rgba(255,178,92,0), var(--shadow2)}
  100%{box-shadow: 0 0 0 0 rgba(255,178,92,0), var(--shadow2)}
}

/* ✅ MOBILE FIX: hide tooltip + reduce size so it never creates overflow */
@media (max-width: 576px){
  .float-wrap{
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .float-btn{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 20px;
  }

  /* key fix: tooltip OFF on mobile to avoid extra width */
  .float-tip{
    display: none !important;
  }
}


/* =========================================================
   Back to top
   ========================================================= */
.back-to-top{
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 999;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: #eaf7ff;
  display:grid;
  place-items:center;
  opacity:0;
  pointer-events:none;
  transition: .25s ease;
}
.back-to-top.show{
  opacity:1;
  pointer-events:auto;
}
.back-to-top:hover{
  background: rgba(66,184,255,.12);
  color:#fff;
}

/* =========================================================
   Responsive tweaks
   ========================================================= */
@media (max-width: 991px){
  .hero-slide{min-height: auto}
  .hero-content{padding: 70px 0}
  .hero-title{font-size: 2.1rem}
}
@media(max-width:768px)
{
	.cu-mb-ds-nn{
		display:none!important;
	}
	.cu-jf-ctner{
		justify-content:center!important
	}
}
@media (max-width: 575px){
  .section-pad{padding: 60px 0}
  .hero-title{font-size: 1.9rem}
  .badge-pill{font-size: 13px}
  .gallery-card img{height: 190px}
  .brand-text{font-size: 18px}
  .about-image{ height: 300px; }
}
