/* ================================
   Expert Netting Solutions - CSS
   Theme: Blue + Bluish Green
   Responsive • Bright • Premium Glass UI
================================== */

:root{
  /* Brand colors (Blue + Bluish Green) */
  --blue: #1d4ed8;      /* primary blue */
  --blue-2: #2563eb;    /* brighter blue */
  --cyan: #0ea5a8;      /* bluish green (teal-cyan) */
  --cyan-2: #14b8a6;    /* brighter bluish green */

  /* Neutrals */
  --bg-1: #0b1620;
  --bg-2: #09121a;
  --bg-3: #070e14;

  --text: #eef6fb;
  --muted: rgba(238,246,251,0.76);
  --muted2: rgba(238,246,251,0.60);

  --line: rgba(255,255,255,0.14);

  /* Surfaces */
  --glass: rgba(255,255,255,0.10);
  --glass-2: rgba(255,255,255,0.13);
  --glass-dark: rgba(0,0,0,0.18);

  /* Effects */
  --shadow: 0 18px 45px rgba(0,0,0,0.35);
  --shadow-soft: 0 12px 30px rgba(0,0,0,0.25);
  --radius: 20px;
  --radius-sm: 16px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  overflow-x:hidden;

  /* Bright + colorful (Blue + Bluish Green) background */
  background:
    radial-gradient(1200px 720px at 12% 12%, rgba(37,99,235,0.28), transparent 60%),
    radial-gradient(980px 680px at 88% 12%, rgba(20,184,166,0.28), transparent 56%),
    radial-gradient(900px 620px at 55% 92%, rgba(14,165,168,0.14), transparent 62%),
    linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 55%, var(--bg-3) 100%);
}

a{ color:inherit; text-decoration:none; }
a:hover{ color:#fff; }

/* ================================
   Utilities / Layout
================================== */
.section-pad{ padding: 90px 0; }
.section-alt{
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(37,99,235,0.10), transparent 60%),
    radial-gradient(900px 420px at 80% 10%, rgba(20,184,166,0.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.038), rgba(255,255,255,0.02));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head .section-kicker{
  color: rgba(20,184,166,0.95);
  letter-spacing: 0.18em;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
.section-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: clamp(26px, 3.2vw, 42px);
  margin-bottom: 12px;
}
.section-text{
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

/* Reveal animations */
.reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.show{
  opacity: 1;
  transform: translateY(0);
}

/* ================================
   Topbar
================================== */
.topbar{
  background: linear-gradient(90deg, rgba(37,99,235,0.92), rgba(20,184,166,0.92));
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.topbar-item{
  color: rgba(255,255,255,0.94);
  font-weight: 700;
  font-size: 14px;
}
.topbar-item a{
  border-bottom: 1px dashed rgba(255,255,255,0.35);
}
.topbar-item a:hover{
  border-bottom-color: rgba(255,255,255,0.9);
}
.top-badge{
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.95);
  padding: 10px 12px;
  border-radius: 999px;
}

/* ================================
   Header / Navbar
================================== */
.brand-logo{
  height: 80px;
  width: auto;
  border-radius: 10px;
  object-fit: contain;
}
.header-wrap{ backdrop-filter: blur(12px); }
.glass-nav{
  background: rgba(10,18,26,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.14);
  box-shadow: var(--shadow-soft);
}

.navbar-brand .brand-title{
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.navbar-brand .brand-subtitle{
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  margin-top: -2px;
}

.brand-mark{
  width: 44px; height: 44px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 12px 25px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.18);
}
.brand-mark.sm{ width: 42px; height: 42px; border-radius: 14px; }
.brand-initials{
  font-weight: 900;
  letter-spacing: 0.10em;
  font-size: 14px;
  color: rgba(255,255,255,0.96);
}

.nav-link{
  font-weight: 800;
  color: rgba(255,255,255,0.84) !important;
  padding: 10px 12px !important;
  border-radius: 999px;
}
.nav-link:hover{
  color:#fff !important;
  background: rgba(255,255,255,0.07);
}
.nav-link.active{
  background: linear-gradient(135deg, rgba(37,99,235,0.38), rgba(20,184,166,0.30));
  border: 1px solid rgba(255,255,255,0.14);
  color:#fff !important;
}

/* ================================
   Buttons
================================== */
.btn-brand{
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border: 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.01em;
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 18px 35px rgba(0,0,0,0.30);
}
.btn-brand:hover{ filter: brightness(1.07); color:#fff; }

.btn-ghost{
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.92);
  font-weight: 900;
  border-radius: 999px;
  padding: 12px 18px;
}
.btn-ghost:hover{
  background: rgba(255,255,255,0.10);
  color:#fff;
}

/* ================================
   Hero / Carousel
================================== */
.hero-section{ position: relative; }

.hero-slide{
  background-size: cover;
  background-position: center;
  filter: saturate(1.06) brightness(1.06);
}
.carousel-item{ position: relative; }

.min-vh-70{ min-height: 70vh; }

.hero-overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 450px at 25% 35%, rgba(37,99,235,0.22), transparent 62%),
    radial-gradient(900px 450px at 70% 30%, rgba(20,184,166,0.22), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,0.20), rgba(0,0,0,0.55));
}

.hero-card{
  position: relative;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--glass);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.hero-card::before{
  content:"";
  position:absolute; inset:-1px;
  border-radius: var(--radius);
  padding: 1px;
  background: linear-gradient(135deg, rgba(37,99,235,0.60), rgba(20,184,166,0.55));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events:none;
  opacity: 0.90;
}

.kicker{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(20,184,166,0.95);
  font-size: 12px;
}

.display-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.08;
  color: rgba(255,255,255,0.97);
  text-shadow: 0 10px 40px rgba(0,0,0,0.45);
}

.lead-soft{
  color: rgba(255,255,255,0.84);
  font-size: 16px;
  line-height: 1.85;
}

/* Carousel indicators & arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon{
  filter: drop-shadow(0 10px 25px rgba(0,0,0,0.55));
}
.carousel-indicators [data-bs-target]{
  width: 28px;
  height: 4px;
  border-radius: 999px;
  opacity: .55;
}
.carousel-indicators .active{
  opacity: 1;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

/* ================================
   Trust Strip
================================== */
.trust-strip{
  margin-top: 8px;
  padding-bottom: 16px;
}
.trust-item{
  background: var(--glass);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  padding: 14px;
  display:flex; gap:12px; align-items:center;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  height: 100%;
}
.trust-item i{
  font-size: 22px;
  width: 44px; height: 44px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(37,99,235,0.45), rgba(20,184,166,0.42));
  border: 1px solid rgba(255,255,255,0.16);
}
.trust-title{ font-weight: 900; }
.trust-sub{ color: var(--muted); font-size: 13px; }

/* ================================
   About
================================== */
.about-points .point{
  display:flex; gap:12px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  margin-bottom: 10px;
}
.point i{ color: rgba(20,184,166,0.95); font-size: 22px; }
.point-title{ font-weight: 900; }
.point-text{ color: var(--muted); font-size: 14px; }

.about-card{
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: var(--shadow);
  padding: 22px;
}
.about-badge{
  display:inline-flex; align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(37,99,235,0.32), rgba(20,184,166,0.28));
  border: 1px solid rgba(255,255,255,0.14);
}
.about-card-title{
  font-family: "Playfair Display", serif;
  margin-top: 10px;
  margin-bottom: 6px;
  font-weight: 700;
}
.about-card-text{ color: var(--muted); }

.mini-feature{
  display:flex; gap:10px; align-items:center;
  padding: 12px;
  border-radius: 16px;
  background: rgba(0,0,0,0.16);
  border: 1px solid rgba(255,255,255,0.12);
}
.mini-feature i{ color: rgba(20,184,166,0.95); font-size: 18px; }
.mini-feature span{ font-weight: 800; color: rgba(255,255,255,0.90); font-size: 14px; }

.callout{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(37,99,235,0.16);
  border: 1px solid rgba(255,255,255,0.12);
}

/* About Image Block */
.about-image-wrap{
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  box-shadow: var(--shadow);
  min-height: 360px;
}

.about-image{
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.01);
}

/* subtle gradient overlay for premium look */
.about-image-wrap::after{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(800px 400px at 20% 20%, rgba(37,99,235,0.22), transparent 60%),
    radial-gradient(800px 400px at 80% 30%, rgba(20,184,166,0.20), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.50));
  pointer-events:none;
}

/* Badge */
.about-image-badge{
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.95);
  background: linear-gradient(135deg, rgba(37,99,235,0.80), rgba(20,184,166,0.75));
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 18px 35px rgba(0,0,0,0.35);
}

/* Mobile height fix */
@media (max-width: 991px){
  .about-image-wrap, .about-image{
    min-height: 300px;
  }
}


/* ================================
   Services
================================== */
/* ================================
   Services Cards (with images + icon rotation)
================================== */

.service-card{
  background: var(--glass);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow-soft);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
  position: relative;
}

.service-card:hover{
  transform: translateY(-8px);
  background: rgba(255,255,255,0.13);
  box-shadow: 0 22px 55px rgba(0,0,0,0.38);
}

/* top image */
.service-img{
  position: relative;
  height: 190px;
  overflow: hidden;
}

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

.service-card:hover .service-img img{
  transform: scale(1.10);
  filter: saturate(1.15) contrast(1.05);
}

/* image overlay (blue + bluish green glow) */
.service-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(500px 220px at 20% 20%, rgba(37,99,235,0.25), transparent 60%),
    radial-gradient(500px 220px at 80% 20%, rgba(20,184,166,0.22), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.55));
  opacity: 0.85;
  transition: opacity .25s ease;
}

.service-card:hover .service-img::after{
  opacity: 0.65;
}

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

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

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

/* icon bubble */
.service-icon{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(37,99,235,0.46), rgba(20,184,166,0.38));
  border: 1px solid rgba(255,255,255,0.18);
  margin-top: -12px;     /* pulls icon into image area */
  margin-bottom: 12px;
  box-shadow: 0 18px 30px rgba(0,0,0,0.30);
  transition: transform .55s ease, filter .25s ease;
}

/* ✅ 360° rotation on hover */
.service-card:hover .service-icon{
  transform: rotate(360deg) scale(1.06);
  filter: brightness(1.07);
}

.service-icon i{
  font-size: 22px;
}

/* Responsive image height */
@media (max-width: 575px){
  .service-img{ height: 170px; }
}
.service-icon i{ font-size: 22px; }
.service-card h5{ font-weight: 900; margin-bottom: 8px; }
.service-card p{ color: var(--muted); margin-bottom: 0; line-height: 1.75; }

/* ================================
   Why Choose Us
================================== */
.why-card{
  background: var(--glass);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  padding: 16px;
  height: 100%;
  box-shadow: var(--shadow-soft);
}
.why-card i{ color: rgba(20,184,166,0.95); font-size: 24px; }
.why-card h6{ font-weight: 900; margin-top: 10px; }
.why-card p{ color: var(--muted); margin-bottom: 0; }

.why-big{
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(37,99,235,0.20), rgba(20,184,166,0.18));
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.why-big-inner{
  padding: 22px;
  background: rgba(0,0,0,0.14);
  backdrop-filter: blur(12px);
}
.why-big h3{
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.feature-list{
  list-style: none;
  padding-left: 0;
  margin: 14px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.feature-list li{
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.92);
  font-weight: 800;
  display:flex; gap:10px; align-items:center;
}
.feature-list i{ color: rgba(20,184,166,0.95); font-size: 18px; }

/* ================================
   Achievements / Counters
================================== */
.counter-card{
  border-radius: var(--radius);
  background: var(--glass);
  border: 1px solid rgba(255,255,255,0.16);
  padding: 18px;
  text-align:center;
  height: 100%;
  box-shadow: var(--shadow-soft);
}
.counter-icon{
  width: 54px; height: 54px;
  margin: 0 auto 12px;
  display:grid; place-items:center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37,99,235,0.40), rgba(20,184,166,0.36));
  border: 1px solid rgba(255,255,255,0.16);
}
.counter-icon i{ font-size: 22px; }
.counter-num{
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.counter-label{ color: var(--muted); font-weight: 800; }
/* ================================
   Gallery
================================== */

.gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Gallery Item */
.gallery-item{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  box-shadow: var(--shadow-soft);
  cursor: pointer;

  /* keeps images perfect ratio */
  aspect-ratio: 4 / 3;
}

/* Image */
.gallery-item img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transition: transform .4s ease;
}

/* Image zoom */
.gallery-item:hover img{
  transform: scale(1.08);
}

/* Overlay gradient */
.gallery-item::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
      180deg,
      transparent,
      rgba(0,0,0,0.55)
  );
  opacity:0;
  transition: opacity .3s ease;
  z-index:1;
}

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

/* Badge */
.gallery-badge{
  position:absolute;
  left:12px;
  bottom:12px;
  padding:7px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;

  background: rgba(0,0,0,0.35);
  border:1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.95);

  opacity:0;
  transform: translateY(10px);
  transition: all .25s ease;

  z-index:2;
}

.gallery-item:hover .gallery-badge{
  opacity:1;
  transform: translateY(0);
}

/* ================================
   Lightbox
================================== */

.lightbox-modal{
  background: rgba(10,14,18,0.92);
  border:1px solid rgba(255,255,255,0.16);
}

.lightbox-img{
  /* width:100%; */
  border-radius:18px;
  border:1px solid rgba(255,255,255,0.16);
}


/* ================================
   Responsive
================================== */

@media (max-width: 992px){

  .gallery-grid{
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width: 768px){

  .gallery-grid{
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 480px){

  .gallery-grid{
    grid-template-columns: 1fr;
  }

}

/* ================================
   Contact
================================== */
.contact-card, .form-card, .map-card{
  background: var(--glass);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}

.contact-item{
  display:flex;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(0,0,0,0.14);
  border: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 10px;
}
.contact-item i{
  width: 42px; height: 42px;
  display:grid; place-items:center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37,99,235,0.36), rgba(20,184,166,0.32));
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 18px;
}
.contact-label{
  color: var(--muted2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.contact-value{
  font-weight: 900;
  color: rgba(255,255,255,0.94);
}
.mini-note{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(20,184,166,0.14);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.90);
  font-weight: 800;
}

.form-control, .form-select{
  background: rgba(0,0,0,0.14) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  color: rgba(255,255,255,0.92) !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
}
.form-control::placeholder{ color: rgba(238,246,251,0.58); }
.form-label{ color: rgba(238,246,251,0.84); font-weight: 900; }

/* ================================
   Map
================================== */
.map-wrap{ padding: 20px 0 90px; }
.map-head{ padding-bottom: 12px; }
.map-frame{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
}

/* ================================
   Footer
================================== */
.footer{
  padding: 70px 0 20px;
  border-top: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(900px 520px at 20% 0%, rgba(37,99,235,0.10), transparent 65%),
    radial-gradient(900px 520px at 80% 0%, rgba(20,184,166,0.10), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.30));
}
.footer-brand{ display:flex; gap:12px; align-items:center; }
.footer-text{ color: var(--muted); line-height: 1.85; }
.footer-title{ font-weight: 900; margin-bottom: 12px; }

.footer-links{ list-style:none; padding:0; margin:0; }
.footer-links li{ margin-bottom: 9px; }
.footer-links a{
  color: rgba(238,246,251,0.78);
  font-weight: 800;
}
.footer-links a:hover{ color:#fff; }

.footer-contact{ list-style:none; padding:0; margin:0; color: rgba(238,246,251,0.78); }
.footer-contact li{ margin-bottom: 10px; display:flex; gap:10px; align-items:flex-start; }
.footer-contact i{ color: rgba(20,184,166,0.95); margin-top: 2px; }

.footer-line{ border-color: rgba(255,255,255,0.14); }
.text-soft{ color: rgba(238,246,251,0.72); }

/* ================================
   Floating Buttons + Back to top
================================== */
.float-btn{
  position: fixed;
  right: 18px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  z-index: 999;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: var(--shadow);
  transition: transform .2s ease, filter .2s ease;
}
.float-btn i{ font-size: 22px; }
.float-btn:hover{ transform: translateY(-4px); filter: brightness(1.06); }

.float-whatsapp{
  bottom: 92px;
  background: linear-gradient(135deg, #22c55e, var(--cyan));
  animation: glowGreen 2s ease-in-out infinite;
}
.float-call{
  bottom: 22px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  animation: glowMix 2.1s ease-in-out infinite;
}
@keyframes glowGreen{
  0%,100%{ box-shadow: var(--shadow), 0 0 0 rgba(34,197,94,0); }
  50%{ box-shadow: var(--shadow), 0 0 22px rgba(20,184,166,0.55); }
}
@keyframes glowMix{
  0%,100%{ box-shadow: var(--shadow), 0 0 0 rgba(37,99,235,0); }
  50%{ box-shadow: var(--shadow), 0 0 26px rgba(20,184,166,0.55); }
}

.back-to-top{
  position: fixed;
  left: 18px;
  bottom: 22px;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.92);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all .25s ease;
  z-index: 999;
}
.back-to-top.show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ================================
   Responsive
================================== */
@media (max-width: 991px){
  .section-pad{ padding: 70px 0; }
  .hero-card{ padding: 20px; }
  .gallery-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-list{ grid-template-columns: 1fr; }
}
@media (max-width: 575px){
  .gallery-grid{ grid-template-columns: 1fr; }
  .trust-strip{ margin-top: -28px; }
  .navbar-brand .brand-title{ font-size: 16px; }
}









.page-banner{
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  background: url('../img/banner-1.jpg') center/cover no-repeat;
  overflow: hidden;
}

.page-banner-overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 400px at 20% 20%, rgba(37,99,235,.25), transparent 60%),
    radial-gradient(800px 400px at 80% 20%, rgba(20,184,166,.22), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.65));
}

.page-banner-content{
  position: relative;
  z-index: 2;
}

.page-banner-title{
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 700;
  color: rgba(255,255,255,.98);
  margin-bottom: 12px;
  text-shadow: 0 12px 35px rgba(0,0,0,.35);
}

.page-banner-text{
  max-width: 760px;
  color: rgba(255,255,255,.84);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 22px;
}

.breadcrumb-box{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255,255,255,.92);
  font-weight: 700;
  font-size: 14px;
}

.breadcrumb-box a{
  color: #fff;
}

.about-page-image-wrap{
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  box-shadow: var(--shadow);
  min-height: 380px;
}

.about-page-image{
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.01);
}

.about-page-image-wrap::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 400px at 20% 20%, rgba(37,99,235,.22), transparent 60%),
    radial-gradient(800px 400px at 80% 30%, rgba(20,184,166,.20), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.50));
  pointer-events: none;
}

.about-page-image-badge{
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .02em;
  color: rgba(255,255,255,.95);
  background: linear-gradient(135deg, rgba(37,99,235,.80), rgba(20,184,166,.75));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 35px rgba(0,0,0,.35);
}

.about-feature-card{
  background: var(--glass);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadowSoft);
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.about-feature-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0,0,0,.34);
  background: rgba(255,255,255,.12);
}

.about-feature-icon{
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
  box-shadow: var(--shadowSoft);
}

.about-feature-card h5{
  font-weight: 900;
  margin-bottom: 10px;
}

.about-feature-card p{
  color: var(--muted);
  margin-bottom: 0;
  line-height: 1.8;
}

.stats-mini{
  background: var(--glass);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  height: 100%;
  box-shadow: var(--shadowSoft);
  transition: transform .25s ease, box-shadow .25s ease;
}

.stats-mini:hover{
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.stats-mini h4{
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 8px;
  color: rgba(255,255,255,.97);
}

.stats-mini p{
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.brand-logo{
  height: 52px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 991px){
  .page-banner{
    min-height: 320px;
  }

  .about-page-image-wrap,
  .about-page-image{
    min-height: 300px;
  }
}
@media(max-width:767px)
{
	.cu-mb-ds-nn{
		Display:none!important
	}
	.cu-jf-cntr{
		justify-content:center!important;
	}
}

@media (max-width: 575px){
  .page-banner{
    min-height: 280px;
  }

  .page-banner-text{
    font-size: 15px;
  }

  .brand-logo{
    height: 46px;
  }

  .breadcrumb-box{
    font-size: 13px;
    padding: 9px 14px;
  }
}