/* Final Pro UI - style-online.css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css');

:root {
  --primary: #007BFF;
  --bg-glass: rgba(255, 255, 255, 0.3);
  --field-glass: rgba(255, 255, 255, 0.2);
  --border-glass: rgba(255, 255, 255, 0.25);
  --shadow: 0 8px 24px rgba(0, 123, 255, 0.12);
  --radius: 20px;
  --text-dark: #2c3e50;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: url('img/bg-consultation.png') no-repeat center center fixed;
  background-size: cover;
  color: var(--text-dark);
  overflow-x: hidden;
}

.container-online {
  max-width: 960px;
  margin: 3rem auto;
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius);
  padding: 2.5rem;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.title-online {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.tagline-online {
  text-align: center;
  font-size: 1.05rem;
  margin-bottom: 2rem;
  color: #333;
}

.form-group-online {
  margin-bottom: 1.5rem;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #34495e;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid rgba(0, 123, 255, 0.15);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.3); /* match container */
  color: #2c3e50;
  transition: 0.3s ease;
  box-shadow: none; /* REMOVE extra shadow */
  backdrop-filter: none; /* REMOVE blur from input */
  -webkit-backdrop-filter: none;
}


input:focus,
select:focus,
textarea:focus {
  border-color: #007BFF;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.25);
}

textarea {
  resize: vertical;
  min-height: 100px;
}

button[type="submit"] {
  background-color: var(--primary);
  color: white;
  font-weight: 600;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 14px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
  display: block;
  margin: 2rem auto 0 auto;
}

button[type="submit"]:hover {
  background-color: #0056b3;
  transform: scale(1.03);
}

/* QR Section */
.qr-section {
  text-align: center;
  margin: 2.5rem 0;
}

.qr-section img {
  width: 250px;
  max-width: 100%;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 123, 255, 0.12);
}

.amount-display {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 0.8rem;
  color: var(--primary);
}

/* Testimonials */
.testimonials-section {
  margin-top: 3rem;
}

.swiper-slide {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 1.2rem;
  box-shadow: 0 6px 18px rgba(0, 123, 255, 0.08);
  color: #333;
  transition: transform 0.3s ease;
}

.swiper-slide:hover {
  transform: scale(1.05);
}

.testimonial-text {
  font-style: italic;
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
}

.testimonial-name {
  text-align: right;
  font-weight: bold;
  color: #007BFF;
}

/* Responsive */
@media (max-width: 768px) {
  .container-online {
    padding: 1.5rem;
    margin: 1.5rem;
  }

  .title-online {
    font-size: 1.8rem;
  }

  .tagline-online {
    font-size: 0.95rem;
  }

  button[type="submit"] {
    width: 100%;
  }
}

/* NAVBAR  */

/* Reset & General Styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.dark-mode {
  background-color: #121212;
  color: #e0e0e0;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background: linear-gradient(to right, #002244, #003366);
  color: white;
  flex-wrap: wrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #ffcc00;
}

.navbar a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  position: relative;
}

.navbar a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: #ffcc00;
  left: 0;
  bottom: -5px;
  transition: width 0.3s ease;
}

.navbar a:hover::after {
  width: 100%;
}

.navbar a:hover {
  color: #ffcc00;
}




/* Dark Mode Toggle */
#darkToggle {
  background: #444;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 10px;
  z-index: 1000;
}

/* Enhanced Marquee Band */
.marquee-band {
  background: linear-gradient(to right, #555, #999);
  padding: 12px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.marquee-text {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-scroll 20s linear infinite;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  padding-left: 100%; /* start fully outside */
}

@keyframes marquee-scroll {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

/* Optional: Make text smaller and lighter on mobile */
@media (max-width: 768px) {
  .marquee-text {
    font-size: 0.95rem;
  }
}

/* SKF FLOAT bubble */

.skf-float-bubble {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skf-float-bubble:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.skf-float-bubble img {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  object-fit: cover;
}


/* Footer */
.footer {
  background: #003366;
  color: #ffffff;
  text-align: center;
  padding: 30px 20px;
  font-size: 15px;
  line-height: 1.7;
}

.footer-content p {
  margin: 12px 0;
}

.footer a {
  color: #ffcc00;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Social Icons */
.social-icons {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.social-icons img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s;
}

.social-icons a:hover img {
  transform: scale(1.2);
}