/* =========================
   GLOBAL DARK THEME
========================= */
/* Animsition slide overlay fix */
.animsition-overlay-slide {
  background: linear-gradient(135deg, #0d1117, #020617);
}

body.dark-theme {
    background-color: #121212;
    color: #f0f0f0;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

/* Links */
a {
    color: #0d6efd;
    text-decoration: none;
}
a:hover {
    color: #ff6347;
}

/* /* =========================
   NAVBAR
========================= */
.main-navbar {
    background-color: #1a1a1a;
    box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25); /* subtle white line under menu */
    border-bottom: 2px solid rgba(255, 255, 255, 0.35); /* Guarantees line visibility */
    
} 
.nav-link {
    color: #f0f0f0 !important;
}
.nav-link:hover, .nav-link.active {
    color: #ff6347 !important;
}

/* Dropdown */
.dropdown-menu {
    background-color: #222 !important;
}
.dropdown-item {
    color: #f0f0f0 !important;
}
.dropdown-item:hover {
    background-color: #0d6efd;
    color: #fff !important;
}

/* =========================
   BREADCRUMBS
========================= */
.breadcrumbs-section {
    background-color: #1a1a1a;
    min-height: 140px; /* twice default height */
    display: flex;
    align-items: center;
}
.breadcrumb {
    background: transparent;
}
.breadcrumb .breadcrumb-item a {
    color: #ffffff;
}
.breadcrumb .breadcrumb-item.active a {
    color: #f0f0f0;
}

/* =========================
   ABOUT US SECTION
========================= */
.about-us-section {
    padding: 60px 0;
}
.about-us-section h1, .about-us-section p {
    color: #f0f0f0;
}

/* =========================
   TEAM SECTION
========================= */
.about-team-section {
    background-color: #1a1a1a;
    padding: 60px 0;
}
.team-card {
    background-color: #222;
    padding: 1.5rem;
    border-radius: 10px;
    color: #f0f0f0;
}
.team-card h5 {
    color: #fff;
}
.team-placeholder {
    opacity: 0.8;
}
.team-avatar-placeholder {
    background-color: #444;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bbb;
}

/* =========================
   CTA SECTION
========================= */
.bg-primary {
    background-color: #0d6efd !important;
}

/* =========================
   NEWSLETTER SECTION
/* ========================= */
.home-newsletter {
    background-color: #1a1a1a;
    color: #f0f0f0;
} 

/* =========================
   FOOTER
========================= */
.footer {
    background-color: #111;
}
.footer a {
    color: #0d6efd;
}
.footer a:hover {
    color: #ff6347;
}

/* =========================
   TRUST SIGNALS
========================= */
.trust-signals {
    padding: 40px 0;
    text-align: center;
}
.trust-signals .col-md-4 i {
    font-size: 2rem;
    /* color: #0d6efd; */
    /* color:#f7b204; */
    margin-bottom: 10px;
}
.trust-signals .col-md-4 h5 {
    color: #fff;
    margin-bottom: 5px;
}
.trust-signals .col-md-4 p {
    color: #bbb;
    font-size: 0.95rem;
}


/* Links */
a {
    color: #0d6efd;
    text-decoration: none;
}
a:hover {
    color: #ff6347;
}

/* ===============================
   BREADCRUMBS
=============================== */
.breadcrumbs-section {
    background-color: #1a1a1a;
    min-height: 250px; /* double height */
    display: flex;
    align-items: center;
}
.breadcrumb {
    background: transparent;
}
.breadcrumb .breadcrumb-item a {
    color: #ffffff;
}
.breadcrumb .breadcrumb-item.active a {
    color: #f0f0f0;
}

/* ===============================
   ABOUT US
=============================== */
.about-us {
    padding: 4rem 0;
}

/* ===============================
   TEAM SECTION
=============================== */
.about-team-section {
    background-color: #1a1a1a;
    padding: 4rem 0;
}
.team-card {
    background-color: #222;
    padding: 1.5rem;
    border-radius: 10px;
    color: #f0f0f0;
    margin-bottom: 2rem;
}
.team-card h5 {
    color: #fff;
}
.team-placeholder {
    opacity: 0.8;
}
.team-avatar-placeholder {
    background-color: #444;
    width: 160px;
    height: 160px;
    margin: 0 auto 1rem auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bbb;
}

/* ===============================
   CTA SECTION
=============================== */
.cta-section, .bg-primary {
    background-color: #0d6efd !important;
    color: #fff;
    padding: 4rem 0;
}
.cta-section a.btn {
    color: #0d0d0d;
    font-weight: 600;
}

/* ===============================
   TRUST SIGNALS
=============================== */
.trust-signals {
    text-align: center;
    margin-top: 3rem;
}
.trust-signals .signal {
    margin: 1rem;
}
.trust-signals .signal h5 {
    color: #fff;
    margin-bottom: 0.5rem;
}
.trust-signals .signal p {
    color: #ccc;
}

/* ===============================
   FOOTER
=============================== */
.footer {
    background-color: #111;
    color: #f0f0f0;
    padding: 5rem 0 2rem;
}
.footer a {
    color: #0d6efd;
}
.footer a:hover {
    color: #ff6347;
}
.footer .footer-social a {
    color: #f0f0f0;
}
.footer .footer-social a:hover {
    color: #0d6efd;
}

/* ===============================
   NAVBAR BASE
=============================== */
.main-navbar {
  background-color: #1a1a1a; /* Dark theme background */
  padding: 0.6rem 1rem;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.main-navbar .navbar-brand img {
  max-height: 50px;
  transition: transform 0.3s ease;
}

.main-navbar .navbar-brand img:hover {
  transform: scale(1.05);
}

/* ===============================
   NAV LINKS
=============================== */
.main-navbar .nav-link {
  color: #ffffff; /* White text for contrast */
  margin: 0 0.25rem;
  padding: 8px 15px;
  border-radius: 6px;
  position: relative;
  transition: all 0.3s ease;
}

.main-navbar .nav-link.active {
  color: #ffce47; /* Highlight active link */
}

.main-navbar .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffce47;
  box-shadow: inset 0 0 0 2px #ffce47;
}

/* ===============================
   DROPDOWN MENU
=============================== */
.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  min-width: 180px;
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 10px 0;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 999;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-item {
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffce47;
  box-shadow: inset 0 0 0 2px #ffce47;
}

/* =========================
   FIX FOR FIXED NAVBAR
========================== */
body {
  padding: 0;
}

.page-wrapper {
  padding-top: 80px;
}

/* ===============================
   HAMBURGER / TOGGLER BUTTON
=============================== */
.navbar-toggler {
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.navbar-toggler-icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  transform: rotate(0deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(90deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  top: 0;
  opacity: 0;
}

/* Hover glow effect */
.navbar-toggler:hover .navbar-toggler-icon {
  filter: brightness(1.3);
}

/* ===============================
   RESPONSIVE
=============================== */
@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
  }

  .nav-link {
    padding: 12px 0;
  }

  .dropdown-menu {
    position: static;
    transform: none !important;
    border: none;
    box-shadow: none;
  }
}

  /* Smaller screens */
@media (max-width: 767px) {
    .dropdown-menu {
        font-size: 1.1rem; /* smaller on mobile */
    }
}

@media (max-width: 575px) {
    .dropdown-menu{
        font-size: 0.8rem; /* extra small screens */
    }
}

/* =========================
   WHATSAPP FLOATING BUTTON
========================= */
.whatsapp-float-svg {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float-svg:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
}

.whatsapp-float-svg svg {
  display: block;
}


/* ===============================
   FOOTER STYLES
=============================== */
.footer {
  background: linear-gradient(135deg, #0f172a, #020617);
  padding: 2rem 1rem;
}

.footer-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
  opacity: 0.85;
}

.footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-bottom: 0.4rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #facc15;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #facc15;
  color: #020617;
}

.footer-bottom {
  padding: 1rem 0;
  text-align: center;
}

.footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.footer-social a {
    text-decoration: none; /* removes underline */
    color: inherit;        /* keeps the icon color intact */
}

.site-version {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* ===============================
   TEAM SECTION
=============================== */
.team-section {
  background: linear-gradient(135deg, #0d1117 0%, #1f1f1f 100%);
  color: #fff;
  padding: 3rem 1rem;
}

.team-card {
  background-color: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 2rem;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.team-card .team-info {
  padding: 1.5rem;
}

.team-card .team-info h5 {
  color: #fff;
  margin-bottom: 0.5rem;
}

.team-card .team-info p {
  font-size: 0.95rem;
  color: #ccc;
}

/* ===============================
   CAROUSEL SECTION
=============================== */
.carousel-inner {
  position: relative;
}

.carousel-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35); /* dim overlay */
  z-index: 1;
  border-radius: 0.5rem;
}

.carousel-inner .carousel-item img {
  position: relative;
  z-index: 0; /* make sure images are below overlay */
}

/* ===============================
   SERVICES SECTION
=============================== */
.services {
  background-color: #121212;
  color: #fff;
  padding: 3rem 1rem;
}

.services .card {
  background-color: #1a1a1a;
  color: #f1f1f1;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.services .btn {
  color: #fff;
}

/* ===============================
   HERO SECTION
=============================== */
.hero h1.drop-shadow {
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

/* ============================
 ADDITIONAL HOME PAGE CSS 
 ============================ */
body { 
  background-color: #121212; 
  color: #ffffff; 
  font-family: 'Open Sans', sans-serif;
}

/* Hero Section */

.c-hero-btn, .c-secondary-btn {
  min-width: 220px;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .hero-copy h1 { font-size: 2.2rem; }
  .hero-copy p { font-size: 1rem; }
}

/* ======================================
   WHY CHOOSE US
====================================== */
.why-choose-us {
  background: linear-gradient(135deg, #0d1117, #1b1f24);
}

.why-card {
  background-color: #1a1a1a;
  border-radius: 14px;
  padding: 2rem 1.75rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.35);
}

.why-card i {
  font-size: 2rem;
  color: #facc15;
  margin-bottom: 1rem;
}

.why-card h5 {
  color: #fff;
  margin-bottom: 0.75rem;
}

.why-card p {
  color: #ccc;
  font-size: 0.95rem;
}

/* ======================================
   NEWSLETTER CTA
====================================== */
.newsletter-cta {
  background: linear-gradient(135deg, #111827, #020617);
}

.newsletter-cta .btn {
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* About us - About Section*/
.about-section {
    background-color: #f4f7fb; /* your theme color */
    padding: 60px 0;
    color: #1a1a1a; /* ensure text is visible */
}

/* ======================================
   HOME TEAM PREVIEW SECTION (STYLED)
====================================== */

.team-preview-section {
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
  color: #ffffff;
}

/* Section heading */
.team-preview-section h2 {
  font-family: 'Abril Fatface', cursive;
  letter-spacing: 0.5px;
}

.team-preview-section p {
  color: #d1d1d1;
}

/* Team card */
.team-preview-section .team-card {
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-preview-section .team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

/* Icon avatar */
.team-preview-section .team-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #dc3545, #ff6b6b);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-preview-section .team-avatar i {
  color: #ffffff;
}

/* Role title */
.team-preview-section h5 {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

/* CTA button spacing */
.team-preview-section .btn {
  margin-top: 1rem;
}

/* ===============================
   Navbar – Dark Theme (Exact Home Match)
=============================== */
body.dark-theme .main-navbar {
    background-color: #1a1a1a;                   /* Dark navbar background */
    box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25); /* Visible white line/shadow */
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); /* Guarantees line visibility */
}

/* Navbar links */
body.dark-theme .main-navbar .nav-link {
    color: #ffffff; /* default link color */
    transition: color 0.3s ease;
}
body.dark-theme .main-navbar .nav-link:hover,
body.dark-theme .main-navbar .nav-link.active {
    color: #0d6efd; /* accent color on hover/active */
}

/* Dropdown menu background */
body.dark-theme .main-navbar .dropdown-menu {
    background-color: #222; /* dark dropdown background */
}

/* Dropdown item colors */
body.dark-theme .main-navbar .dropdown-item {
    color: #f0f0f0;
    transition: color 0.3s ease, background-color 0.3s ease;
}
body.dark-theme .main-navbar .dropdown-item:hover {
    color: #0d6efd; /* highlight on hover */
    background-color: #1a1a1a; /* subtle dark hover background */
}

/* Optional: Adjust navbar-toggler icon for dark theme */
body.dark-theme .navbar-toggler-icon {
    filter: brightness(0) invert(1); /* ensures toggler icon is visible */
}

/* Portfolio Hover Effect */
.portfolio-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.portfolio-card:hover {
transform: translateY(-6px);
box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}


.portfolio-card img {
transition: transform 0.4s ease;
}


.portfolio-card:hover img {
transform: scale(1.05);
}

@media (max-width: 768px) {
.portfolio-card {
margin-bottom: 1.5rem;
}


.portfolio-card h5 {
font-size: 1.1rem;
}


.portfolio-card p {
font-size: 0.95rem;
}
}

.portfolio-item {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.portfolio-item.is-hidden {
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
}

/* portfolio-detail */
.fade-img {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.fade-img.loaded {
  opacity: 1;
}

/* SAFETY FIX: prevent animsition black screen */
.animsition {
  opacity: 1 !important;
}

/* Testimonial css */

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}


 /* Optional Hover CSS  */

.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}



/* ================================
   Web Dev Section Background
================================ */

.c-webDev {
  position: relative; /* REQUIRED for ::before */
  background-image: url("/assets/img/webDev.svg"); /* <-- your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; /* prevents overlay bleed */
}


/* Dark overlay for background */
.c-webDev::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55); /* rich dark overlay */
  pointer-events: none;
  z-index: 1;
}

/* Ensure text and content appear above overlay */
.c-webDev .container,
.c-webDev .content,
.c-webDev .row,
.c-webDev .card {
  position: relative;
  z-index: 2;
}

/* Optional: smooth fade for elegance */
.c-webDev .card,
.c-webDev .content {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.c-webDev .card:hover {
  transform: translateY(-5px);
  opacity: 0.95;
}


/* Services page - Services Packages/Pricing */
#pricing .card:hover {
  transform: translateY(-8px);
  transition: 0.3s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

#pricing .btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
  transition: 0.2s ease;
}

#cta {
  background: linear-gradient(to bottom right, #1e88e5, #3a3a3a);
}

/* ===============================
   SERVICES SECTION
   =============================== */
.services-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #eaf3ff 60%, #d8e4ff 100%);
  color: #1e2a38;
  position: relative;
  z-index: 1;
}

.services-section h2 {
  color: #1e2a38;
}

.services-section h3 {
  color: #1e88e5;
  font-weight: 600;
}

.services-section p {
  color: #555;
}

.services-section .card {
  background: #ffffff;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(30, 136, 229, 0.15);
}

/* ===============================
   TRANSITION EFFECT BETWEEN SECTIONS
   =============================== */
.services-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(232,243,255,0), #141414 100%);
  z-index: -1;
}

/* ===============================================
   FIX 1: Dark Theme for Services Section
   =============================================== */
.services-section {
  background: linear-gradient(135deg, #121212 0%, #1e1e1e 50%, #0d47a1 100%);
  color: #f5f5f5;
  position: relative;
  z-index: 1;
}

.services-section h2,
.services-section h3 {
  color: #ffce47;
}

.services-section p {
  color: #dcdcdc;
}

.services-section .card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.services-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.15);
}

/* Smooth fade to next section */
.services-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(18,18,18,0), #0d0d0d 100%);
  z-index: -1;
}

/* ===============================================
   SERVICES SECTION – MAKE TEXT PURE WHITE
   =============================================== */
.services-section {
  background: linear-gradient(135deg, #121212 0%, #1e1e1e 50%, #0d47a1 100%);
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.services-section h2,
.services-section h3 {
  color: #ffce47;
}

.services-section p {
  color: #ffffff;
}

.services-section .card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.services-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.15);
}

.services-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(18,18,18,0), #0d0d0d 100%);
  z-index: -1;
}


/* ===============================
   PRICING SECTION
   =============================== */
.pricing-section {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  padding: 90px 0;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #dcdcdc;
  max-width: 650px;
  margin: 0 auto 40px;
}

/* Glassy Cards */
.glassy-card {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
  transition: all 0.4s ease;
}

.glassy-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.35);
}

/* Card Content */
.pricing-card h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #fff;
}

.pricing-card p {
  font-size: 0.95rem;
  color: #eaeaea;
  margin-bottom: 20px;
}

.price-tag {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffce47;
}

/* Buttons */
.btn-card {
  display: inline-block;
  background: linear-gradient(135deg, #ffce47, #ff8c00);
  color: #111;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-card:hover {
  background: linear-gradient(135deg, #ffd96a, #ffa733);
  transform: translateY(-3px);
}

/* Shimmer Effect */
.btn-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

.btn-card:hover::after {
  left: 125%;
}

/* CTA Banner */
.cta-banner {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 25px;
  padding: 50px 30px;
  color: #fff;
  margin-top: 60px;
  text-align: center;
}

.btn-glass {
  display: inline-block;
  background: linear-gradient(135deg, #ffce47, #ff8c00);
  color: #111;
  font-weight: 600;
  border-radius: 30px;
  padding: 12px 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-glass:hover {
  background: linear-gradient(135deg, #ffd96a, #ffa733);
  transform: translateY(-3px);
}

/* Smooth Fade-In on Scroll */
.glassy-card,
.cta-banner {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-section {
    padding: 60px 0;
  }
  .cta-banner {
    padding: 40px 20px;
  }
}


/* === FAQ SECTION === */
.faq-section {
  background: linear-gradient(to bottom right, #161616, #183651);
  color: #fff;
  padding: 70px 20px;
  border-radius: 1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}

/* Section heading */
.faq-section h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

/* FAQ items */
.faq-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
}

/* Question button */
.faq-question {
  width: 100%;
  text-align: left;
  padding: 18px 22px;
  background: none;
  color: #fff;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Plus/Minus Icons */
.faq-icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease;
}

.faq-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Active state (minus icon) */
.faq-item.active .faq-icon::after {
  opacity: 0;
}

.faq-question:hover {
  color: #90caf9;
}

/* Answer panel */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  line-height: 1.7;
  font-size: 1rem;
  color: #e0e0e0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* Slide open */
.faq-item.active .faq-answer {
  max-height: 500px; /* enough for most content */
  padding: 18px 22px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .faq-section {
    padding: 50px 15px;
  }

  .faq-section h2 {
    font-size: 1.8rem;
  }

  .faq-question {
    font-size: 1rem;
  }
}

.faq-item.active {
  box-shadow: 0 0 12px rgba(30, 136, 229, 0.5);
}

/* ===== CONTACT PAGE STYLING ===== */

.contact-section {
  background: linear-gradient(to bottom right, #1b1b1b, #2d2d2d);
  color: #e0e0e0;
  border-top: 2px solid #0d6efd;
  border-bottom: 2px solid #0d6efd;
}

.contact-section h2,
.contact-section h4 {
  color: #fff;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}

.contact-section p,
.contact-section address {
  color: #bcbcbc;
}

.contact-section .text-primary {
  color: #0d6efd !important;
}

.contact-section .form-control {
  background-color: #292929;
  border: 1px solid #444;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.contact-section .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
  background-color: #1f1f1f;
}

.contact-section .input-group-text {
  background-color: #0d6efd;
  border: none;
  color: #fff;
}

.contact-section .btn-primary {
  background: linear-gradient(90deg, #0d6efd, #1e88e5);
  border: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-section .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 12px rgba(13, 110, 253, 0.7);
}

.contact-section .bg-white {
  background-color: #222 !important;
  border: 1px solid #333;
}

.contact-section .shadow-sm {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3) !important;
}

/* SVG icons styling */
.contact-section svg {
  transition: transform 0.3s ease;
}

.contact-section svg:hover {
  transform: scale(1.2);
}

/* Form overlay spinner (optional aesthetic enhancement) */
.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-top-color: #0d6efd;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.contact-section {
  background: linear-gradient(to bottom right, #23272b, #1e88e5);
  color: #f0f0f0;
}

/* /* /* ===============================
   NEWSLETTER SECTION
=============================== */
.home-newsletter {
    background-color: #1a1a1a;
    color: #f0f0f0; 
    padding: 3rem 0;
}
.home-newsletter input.form-control {
    background-color: #222;
    color: #fff;
    border: none;
}
.home-newsletter input::placeholder {
    color: #bbb;
} 
.home-newsletter button.btn {
    font-weight: 600;
}  

/* =========================================
   Newsletter Form Responsive Styles (Final)
   ========================================= */

/* Remove any unwanted background */
.home-newsletter form {
  background: none;
}

/* Add subtle vertical padding for all screens */
.home-newsletter {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* ===== MOBILE & TABLET (Default up to 991px) ===== */
.home-newsletter .input-group {
  display: block !important;  /* stack elements */
  width: 100%;
}

.home-newsletter .input-group input,
.home-newsletter .input-group button {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.65rem 0.75rem;
  text-align: center;
  border-radius: 0.5rem;
}

/* Prevent overflow of button text */
.home-newsletter .input-group button {
  white-space: normal;
  word-wrap: break-word;
}

/* Remove bottom margin on last element */
.home-newsletter .input-group button:last-child {
  margin-bottom: 0;
}

/* ===== DESKTOP AND LARGER (≥992px) ===== */
@media (min-width: 992px) {
  .home-newsletter .input-group {
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* gap: 0.5rem; */
  }

  .home-newsletter .input-group input {
    width: auto;
    flex: 1;
    margin-bottom: 0;
  }

  .home-newsletter .input-group button {
    width: 100;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
  }
}

.home-newsletter input,
  .home-newsletter button {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  @media (max-width: 767.98px) {
    .home-newsletter form {
      flex-direction: column !important;
      align-items: stretch;
    }
    .home-newsletter input,
    .home-newsletter button {
      width: 100%;
      border-radius: 5px !important;
    }
  }
/* ===============================
   PRIMESHIFT NAVBAR ICON SYSTEM
   =============================== */
:root {
  /* Primeshift brand gradient */
  --brand-grad-start: #ffc107;
  --brand-grad-end: #28a745;

  /* Text */
  --nav-text-color: #ffffff;

  /* Animation */
  --icon-float: -3px;
}

/* 2️⃣ Dark mode support (manual + system) */
[data-theme="dark"],
@media (prefers-color-scheme: dark) {
  :root {
    --nav-text-color: #ffffff;
  }
}

/* 3️⃣ Navbar text styling */
.main-navbar .nav-link,
.main-navbar .dropdown-item {
  color: var(--nav-text-color);
  transition: color 0.25s ease;
}

/* 4️⃣ Gradient icon base */
.main-navbar i {
  background: linear-gradient(
    135deg,
    var(--brand-grad-start),
    var(--brand-grad-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  opacity: 0.9;
  transition:
    transform 0.35s ease,
    filter 0.35s ease,
    opacity 0.25s ease;
}

/* 5️⃣ Hover animations */
.main-navbar .nav-link:hover i,
.main-navbar .dropdown-item:hover i {
  transform: translateY(var(--icon-float)) scale(1.1);
  filter: drop-shadow(0 6px 10px rgba(0, 194, 255, 0.45));
  opacity: 1;
}

/* 6️⃣ Active / current page emphasis */
.main-navbar .nav-link.active i {
  filter: drop-shadow(0 0 12px rgba(111, 66, 193, 0.8));
  opacity: 1;
}

/* 7️⃣ Optional: brighten text on hover */
.main-navbar .nav-link:hover,
.main-navbar .dropdown-item:hover {
  color: #ffffff;
}

.animsition {
  opacity: 0;
}

/* This is the testing demo payment notice. NB: It will be deleted later when I finally switch to live mode*/

.alert-demo {
  background-color: #1f2937; /* Dark gray for dark theme */
  color: #fcd34d; /* Bright yellow text for visibility */
  border: 1px solid #fbbf24; /* Optional border for emphasis */
  font-weight: 500;
  padding: 15px;
  border-radius: 8px;
}

.alert-demo {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* End of demo payment button */
