
/* ===== GLOBAL ===== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  letter-spacing: 0.2px;
  color: #fff;
}

/* ===== HEADINGS ===== */
h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}

/* ===== BUTTON ===== */
.btn-primary {
  background: linear-gradient(135deg,#3a86ff,#00c6ff);
  border: none;
}

/* ===== WHATSAPP ===== */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 999;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.product-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  backdrop-filter: blur(10px);
  transition: all 0.35s ease;
}

.product-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}

/* PREMIUM CARD */
.premium-glass {
  background: linear-gradient(135deg,#2563eb,#06b6d4);
  border: none;
}

/* ===== SECTION TITLES ===== */
section h3::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg,#3a86ff,#00c6ff);
  margin: 8px auto 0;
  border-radius: 10px;
}

/* ===== SOCIAL ICON ===== */
.social-icon {
  color: #bbb;
  transition: 0.3s;
}

.social-icon:hover {
  color: #fff;
  transform: scale(1.2);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  #home {
    text-align: center;
  }

  #home .row {
    flex-direction: column-reverse;
  }

  #home img {
    max-width: 260px;
    margin: auto;
  }

  section {
    padding: 3rem 1rem !important;
  }

}

.floating-bottle {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

.product-card, .service-card {
  border-radius: 20px;
  padding: 25px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  color: #fff;
  transition: all 0.4s ease;
}

.product-card:hover,
.service-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}



.choose-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  transition: all 0.35s ease;
  backdrop-filter: blur(10px);
}

.choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

/* ICON */
.icon-box {
  width: 55px;
  height: 55px;
  margin: auto;
  border-radius: 12px;
  background: linear-gradient(135deg,#3a86ff,#00c6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.process-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  backdrop-filter: blur(10px);
  transition: all 0.35s ease;
  position: relative;
}

/* hover effect */
.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}

/* ICON STYLE */
.process-icon {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 12px;
  background: linear-gradient(135deg,#3a86ff,#00c6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

/* OPTIONAL STEP LINE (premium touch) */
.process-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg,#3a86ff,#00c6ff);
}

.process-card:last-child::after {
  display: none;
}

/* STATS */
.stats-box {
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  transition: 0.3s;
}

.stats-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* GRADIENT NUMBERS */
.text-gradient {
  background: linear-gradient(135deg,#3a86ff,#00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* BADGES */
.badge-box {
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
}

.badge-box i {
  font-size: 22px;
  color: #3a86ff;
}

/* TAGS */
.tag-box {
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}

.tag-box:hover {
  background: linear-gradient(135deg,#3a86ff,#00c6ff);
}

.service-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  backdrop-filter: blur(10px);
  transition: all 0.35s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}

/* ICON STYLE */
.service-icon {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 12px;
  background: linear-gradient(135deg,#3a86ff,#00c6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}


/* FAQ CARD */
.faq-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: 0.3s;
}

/* hover glow */
.faq-item:hover {
  border-color: rgba(59,130,246,0.4);
  box-shadow: 0 10px 30px rgba(59,130,246,0.2);
}

/* question */
.accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

/* active question */
.accordion-button:not(.collapsed) {
  background: rgba(255,255,255,0.06);
  color: #fff;
}

/* answer */
.accordion-body {
  color: rgba(255,255,255,0.75);
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* REMOVE default Bootstrap arrow */
.accordion-button::after {
  display: none;
}

/* ADD CUSTOM ARROW */
.accordion-button {
  position: relative;
  padding-right: 40px;
}

/* arrow icon */
.accordion-button::before {
  content: "\f078"; /* down arrow */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  transition: 0.3s;
  color: #60a5fa;
}

/* rotate when open */
.accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
}
/* FIX STICKY NAVBAR */
#navbar{
  position: sticky;
  top: 0;
  z-index: 99999;
}

.navbar{
  position: sticky !important;
  top: 0;
  z-index: 99999;
}
/* Premium glass effect */
.navbar-glass {
  background: rgba(15,23,42,0.75);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky;
  top: 0;
  z-index: 99999;
}

/* Premium nav links */
.nav-premium {
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500;
  margin-left: 18px;
  position: relative;
  transition: 0.3s;
}

.nav-premium:hover {
  color: #ffffff !important;
}

/* underline animation */
.nav-premium::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg,#3a86ff,#00c6ff);
  transition: 0.3s;
}

.nav-premium:hover::after {
  width: 100%;
}

.custom-footer {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  position: relative;
  overflow: hidden;
}

/* subtle glow effect */
.custom-footer::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59,130,246,0.25), transparent);
  filter: blur(80px);
}

/* headings */
.custom-footer h5,
.custom-footer h6 {
  color: #ffffff;
  letter-spacing: 0.5px;
}

/* text */
.custom-footer p {
  color: rgba(255,255,255,0.75);
}

/* links */
.footer-link {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #60a5fa;
  transform: translateX(4px);
}

/* icons (left list icons) */
.footer-link i {
  color: #60a5fa;
}

.footer-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;

  /* glass + depth */
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  box-shadow: 
    inset 0 1px 1px rgba(255,255,255,0.15),
    0 6px 15px rgba(0,0,0,0.25);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #93c5fd; /* brighter icon */
  font-size: 18px;

  transition: all 0.3s ease;
}

/* HOVER = premium glow */
.footer-icon:hover {
  background: linear-gradient(145deg, #3b82f6, #2563eb);
  color: #ffffff;

  transform: translateY(-6px) scale(1.05);

  box-shadow: 
    0 10px 25px rgba(59,130,246,0.5),
    0 0 12px rgba(59,130,246,0.4);
}

.footer-icon:nth-child(1):hover { background: #E1306C; } /* Instagram */
.footer-icon:nth-child(2):hover { background: #1877F2; } /* Facebook */
.footer-icon:nth-child(3):hover { background: #0A66C2; } /* LinkedIn */

/* trust badges */
.trust-badge {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #60a5fa;
  transition: 0.3s;
}

.trust-badge:hover {
  background: #3b82f6;
  color: white;
  transform: scale(1.1);
}

/* divider */
.custom-footer hr {
  border-color: rgba(255,255,255,0.1);
}

/* bottom text */
.custom-footer .small {
  font-size: 0.85rem;
}

#contact {
  background: radial-gradient(circle at top right, #1e3a8a, #0f172a);
}

/* form container feel */
#contact form {
  background: rgba(255,255,255,0.03);
  padding: 30px;
  border-radius: 18px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

/* inputs */
#contact .form-control {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  transition: all 0.3s ease;
}

/* placeholder */
#contact .form-control::placeholder {
  color: rgba(255,255,255,0.5);
}

/* focus effect */
#contact .form-control:focus {
  background: rgba(255,255,255,0.08);
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59,130,246,0.3);
  color: #fff;
}

/* textarea spacing */
#contact textarea.form-control {
  min-height: 130px;
}

/* button */
#contact .btn-primary {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* button hover */
#contact .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59,130,246,0.4);
}

/* heading improvement */
#contact h3 {
  font-weight: 600;
  color: #fff;
}

/* paragraph */
#contact p {
  color: rgba(255,255,255,0.7);
}


/* ===== GLOBAL PREMIUM UPGRADE ===== */

/* Smooth transitions everywhere */
* {
  transition: all 0.3s ease;
}

/* Subtle animated gradient background for sections */
section {
  position: relative;
  overflow: hidden;
}

section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(59,130,246,0.15), transparent);
  top: -150px;
  right: -150px;
  filter: blur(100px);
  z-index: 0;
}

section > * {
  position: relative;
  z-index: 1;
}

/* ===== HERO ENHANCEMENT ===== */
#home::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(0,198,255,0.2), transparent);
  z-index: 0;
}

/* ===== BUTTON UPGRADE ===== */
.btn {
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: 0.5s;
}

.btn:hover::after {
  left: 100%;
}

/* ===== CARD HOVER DEPTH ===== */
.product-card,
.service-card,
.choose-card,
.process-card {
  transform: translateY(0);
}

.product-card:hover,
.service-card:hover,
.choose-card:hover,
.process-card:hover {
  transform: translateY(-12px) scale(1.03);
}

/* ===== ICON ANIMATION ===== */
.icon-box i,
.service-icon i,
.process-icon i {
  transition: transform 0.3s ease;
}

.product-card:hover i,
.service-card:hover i,
.choose-card:hover i,
.process-card:hover i {
  transform: scale(1.2) rotate(5deg);
}

/* ===== TEXT GLOW (SUBTLE) ===== */
.text-gradient {
  text-shadow: 0 0 20px rgba(58,134,255,0.4);
}

/* ===== IMAGE FLOAT (GLOBAL) ===== */
img {
  transition: transform 0.4s ease;
}

img:hover {
  transform: scale(1.03);
}

/* ===== NAVBAR PREMIUM ===== */
.navbar-glass {
  backdrop-filter: blur(16px);
  box-shadow: 0 5px 25px rgba(0,0,0,0.4);
}

/* ===== SCROLL REVEAL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.nav-premium.active{
  color:#fff!important;
}

.nav-premium.active::after{
  width:100%;
}

/* =========================
   PROFESSIONAL NAVBAR
========================= */

.navbar .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.navbar-brand img{
  object-fit:contain;
}

.navbar-nav{
  gap:12px;
}

.nav-link{
  padding:8px 14px !important;
}

/* better button alignment */
.navbar .btn{
  padding:10px 22px;
  font-weight:600;
}

/* =========================
   FOOTER PROFESSIONAL FIX
========================= */

.custom-footer{
  padding-top:70px;
  padding-bottom:30px;
}

.custom-footer .row{
  row-gap:40px;
}

/* equal spacing */
.custom-footer .col-lg-4,
.custom-footer .col-lg-2,
.custom-footer .col-lg-3{
  display:flex;
  flex-direction:column;
}

/* headings */
.custom-footer h5,
.custom-footer h6{
  margin-bottom:22px;
  font-weight:600;
}

/* paragraph spacing */
.custom-footer p{
  line-height:1.9;
  margin-bottom:18px;
}

/* footer links */
.footer-link{
  margin-bottom:12px;
  font-size:15px;
}

/* contact alignment */
.custom-footer .d-flex{
  align-items:flex-start;
}

/* social icons wrapper */
.footer-social{
  display:flex;
  gap:16px;
  justify-content:center;
  margin-top:30px;
}

/* bottom section */
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.08);
  margin-top:50px;
  padding-top:25px;
}

/* copyright */
.footer-bottom p{
  margin-bottom:0;
}

/* trust badges spacing */
.badge-wrapper{
  gap:18px;
  flex-wrap:wrap;
}

/* =========================
   MOBILE FOOTER FIX
========================= */

@media (max-width:768px){

  .custom-footer{
    text-align:center;
  }

  .custom-footer .d-flex{
    justify-content:center;
  }

  .footer-social{
    justify-content:center;
  }

  .navbar-brand img{
    width:150px;
    height:auto;
  }

  .navbar-collapse{
    margin-top:20px;
    padding:20px;
    border-radius:18px;
    background:rgba(15,23,42,0.95);
  }

  .navbar-nav{
    gap:8px;
  }

  .nav-link{
    text-align:center;
  }

  .navbar .btn{
    width:100%;
  }
}