
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
  scroll-behavior: smooth;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Navbar */
.navbar {
  transition: all 0.3s ease-in-out;
}
.navbar.scrolled {
  background: #111 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* Glow Effect */
.glow {
  text-shadow: 0 0 10px rgba(255,255,255,0.7), 0 0 20px rgba(255,255,255,0.6);
}

/* Hero Section */
#hero {
  background: url('image/banner.png') no-repeat center center/cover;
}
#hero h1 {
  animation: fadeInDown 2s ease-in-out;
}
#hero p {
  animation: fadeInUp 2s ease-in-out;
}

/* Cards */
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Footer */
footer a:hover {
  text-decoration: underline;
}

/* Animations */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Utility animation class */
.animate-up {
  animation: fadeInUp 1s ease-out forwards;
}

/* Delay classes for staggered effect */
.animate-delay-1 { animation-delay: 0.2s; }
.animate-delay-2 { animation-delay: 0.4s; }
.animate-delay-3 { animation-delay: 0.6s; }
.animate-delay-4 { animation-delay: 0.8s; }

/* Text styles */
.big-text {
  font-weight: 900;
  font-size: 3.5rem;
  text-shadow:
      -1px -1px 0 #044a95,
      1px -1px 0 #044a95,
      -1px 1px 0 #044a95,
      1px 1px 0 #044a95;
}

/* Highlighted text with stroke */
.highlight-primary {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 900;
}

/* Button style */
.btn-contact {
  background-color: #0d47a1;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1.4rem;
  opacity: 0; /* Hidden initially for animation */
}

.btn-contact:hover {
  background-color:#0d47a1 !important;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-left {
  animation: fadeInLeft 2s ease-out forwards;
  opacity: 0; /* Initial hidden */
}
#about {
  background: url('image/banner-2.png') no-repeat center center/cover;
  font-family: 'Poppins';
}
#about h2 {
  color: #ffffff !important;
  font-weight: 900;
}
#about p {
  color: #ffffff !important;
  font-size: 14px !important;
}
.btn-primary{
background-color: #0d47a1;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}
.section-2{
font-size: 14px;    
}
#we-have {
    background: url('image/banner-3.png') no-repeat center center;
    /* background-size: contain; */
    padding-top: 200px;
    padding-bottom: 300px;
    width: 100vw; /* full viewport width */
    overflow: hidden;
}
#courses{
    background: url('image/banner-4.png') no-repeat center center/cover;
}
#tiktok{
    background-color: #111;
}
#tiktok h2{
    color: #ffffff !important;
  font-weight: 900;
  text-transform: uppercase;
}
#services{
    background: url('image/banner-5.png') no-repeat center center/cover;
}
#services h2{
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
}
.service-box {
      border: 1px solid #444;
      padding: 30px 20px;
      border-radius: 10px;
      transition: 0.3s;
      height: 320px;
    }
    .service-box:hover {
      border-color: #0d47a1;
      box-shadow: 0 0 20px #0d47a1;
    }
    .service-box img {
      width: 150px;
      margin-bottom: 20px;
      filter: drop-shadow(0 0 8px #0d47a1);
    }
    .service-box h5 {
      font-size: 25px;
      text-transform: uppercase;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #ffffff;
    }
#social-media-bg{
    background: url('image/social-media-bg.png') no-repeat center center/cover;
}

    .footer-bar {
      background-color: #101010;
      padding: 30px 0;
      border-top: 1px solid #333;
    }
    .footer-bar .divider {
      border-left: 1px solid #555;
      height: 130px;
      margin: 0 30px;
      align-self: center;
    }
    .footer-logo img {
      width: 80px;
      height: auto;
      margin-bottom: 15px;
    }
    .footer-sub-logos img {
      width: 70px;
      height: auto;
      margin-top: 15px;
      margin-right: 20px;
    }
    .footer-section-title {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 12px;
    }
    .footer-section-title.red {
      color: #ff1a1a;
    }
    .footer-section-title.blue {
      background-color: #12348a;
      padding: 0 8px;
      border-radius: 3px;
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 12px;
      display: inline-block;
    }
    .footer-link {
      color: #fff;
      font-weight: 600;
      font-size: 0.9rem;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
    }
    .footer-link span.icon {
      display: inline-block;
      width: 20px;
      height: 20px;
    }
    .footer-link:hover {
      text-decoration: underline;
      color: #ff1a1a;
    }
    /* Circular icons backgrounds for social media */
    .icon-container {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      border-radius: 50%;
    }
/* Scrolled state */
.nav-scrolled {
  background-color: #1c2331 !important; /* or any color you want */
  box-shadow: 0 2px 8px rgba(0,0,0,0.3); /* optional shadow */
}
.nav-link{
    color: #ffffff !important;
    padding-left: 10px !important;
}

@media only screen and (max-width: 600px) {
    .big-text{
        font-size: 20px;
    }
   #we-have {
  background: url('image/banner-3.png') no-repeat center center;
  background-size: cover; /* Use cover to fill entire width */
  background-position: center;
  padding: 50px 0; /* Adjust based on your layout */
  width: 100%;
}

#we-have .container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
}
    #we-have iframe{
        height: 150px !important;
    }
    #services h2{
        font-size: 30px;
    }
    #courses{
        height: auto !important;
        padding-bottom: 100px !important;
    }
    /* #courses img{
        width: 150px !important;
    } */
    .partition-cards img{
        width:100px !important;
    }
    .service-box img{
        width: 50px !important;
    }
    .service-box h5{
        font-size: 10px;
    }
    .service-box{
        height: 170px;
    }
    .doo-prime-banner img{
        width: 100%;
    }
    #hero img{
        width: 300px !important;
        height: 200px;
    }
    #hero {
        padding-top: 100px;
    }
    .text-secondary-description{
        font-size: 12px !important;
    }
    .second-text{
        font-size: 15px !important;
    }
    .btn-contact{
        font-size: 10px !important;
        margin-bottom: 10px;
    }
    .divider{
        display: none;
    }
    .w-btn{
        /* font-size: 8px; */
        margin-left: -20px;
     }
     /*
    .wp-img{
        display: none;

    } */
     .join-now{
      margin-top: 20px !important;
      padding: 10px !important;
      width: 200px !important;
     }
}
/* Mobile layout (2 columns) */
        @media (max-width: 991.98px) {
            .footer-columns {
                display: flex;
                flex-wrap: wrap;
                width: 100%;
            }
            .footer-column {
                width: 50%;
                padding: 0 15px;
                margin-bottom: 30px;
            }
        }
        
        /* Desktop layout */
        @media (min-width: 992px) {
            .footer-columns {
                display: flex;
                align-items: center;
            }
            .footer-column {
                padding: 0 15px;
            }
        }

        
@keyframes pulse {
      0% {
        opacity: 0.2;
        transform: scaleY(1);
      }
      50% {
        opacity: 1;
        transform: scaleY(1.2);
      }
      100% {
        opacity: 0.2;
        transform: scaleY(1);
      }
    }

    .signal-button {
      padding: 10px 16px;
      font-size: 16px;
      background: #1c1c1c;
      color: white;
      border: none;
      border-radius: 6px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: sans-serif;
      cursor: pointer;
    }

    .signal-icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      position: relative;
    }

    .signal-bar {
      position: absolute;
      bottom: 0;
      width: 4px;
      border-radius: 2px;
      background-color: #00ff6e;
      animation: pulse 1.4s infinite ease-in-out;
      transform-origin: bottom;
    }

    .signal-bar:nth-child(1) {
      left: 0px;
      height: 6px;
      animation-delay: 0s;
    }

    .signal-bar:nth-child(2) {
      left: 8px;
      height: 12px;
      animation-delay: 0.2s;
    }

    .signal-bar:nth-child(3) {
      left: 16px;
      height: 18px;
      animation-delay: 0.4s;
    }
 @keyframes glow {
      0% {
        box-shadow: 0 0 0px #B60000;
      }
      50% {
        box-shadow: 0 0 12px #B60000;
      }
      100% {
        box-shadow: 0 0 0px #B60000;
      }
    }

    .get-course-button {
      padding: 14px 28px;
      display: inline-flex;
      gap: 12px;
      cursor: pointer;
      transition: background 0.3s ease, transform 0.2s ease;
    }

    .book-icon {
      width: 26px;
      height: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: glow 1.5s infinite;
    }

    .book-icon svg {
      fill: #B60000;
    }
    .btn-danger{
        background-color: #B60000;
    }
    .footer-bar {
  background-color: #000;
  color: white;
  padding: 30px 0;
  font-family: Arial, sans-serif;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.divider {
  width: 1px;
  height: 60px;
  background-color: #555;
}

.footer-section-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ff0000;
  text-transform: uppercase;
  font-size: 1rem;
}

.footer-link {
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #ccc;
}

.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 8px;
}

.footer-sub-logos img {
  max-height: 70px;
  width: auto;
}

@media (max-width: 991.98px) {
  .footer-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .divider {
    display: none !important;
  }
  
  .d-flex.flex-column {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .footer-link {
    justify-content: center;
  }
  
  .footer-sub-logos {
    justify-content: center !important;
  }
  .red{
    text-align: center;
}
}

    .heading {
      background: #0945b8;
      text-align: center;
      font-weight: 700;
      font-size: 1.6rem;
      color: white;
      padding: 0.8rem 0;
      border-radius: 6px;
      box-shadow:
        0 3px 8px rgba(9, 69, 184, 0.85),
        inset 0 -6px 6px rgba(255 255 255 / 0.4),
        inset 0 5px 8px rgba(1, 33, 84, 0.6);
      user-select: none;
      margin-bottom: 3rem;
      margin-top: 100px;
      box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);

    }
    .payment-method {
      border: 1.4px solid #adb3bf44;
      border-radius: 40px;
      color: white;
      padding: 0.7rem 1.6rem;
      display: flex;
      align-items: center;
      margin-bottom: 2rem;
      user-select: none;
      background: transparent;
      box-shadow:
        inset 0 0 8px 4px #0ea3ff10;
      transition: box-shadow 0.3s ease;
      /* margin-top: 70px; */
    }
    .payment-method:hover {
      box-shadow:
        0 0 25px 5px #0ea3ffcc,
        inset 0 0 12px 6px #3fa9ff77;
    }
    .icon-wrapper {
      border-radius: 50%;
      /* background: #262626; */
      width: 52px;
      height: 52px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 1.2rem;
      box-shadow:
        0 0 10px 3px #0ea3ffcc;
      flex-shrink: 0;
    }
    .icon-wrapper img {
      width: 100%;
      height: auto;
      filter: drop-shadow(0 0 1px #00a5ff);
    }
    .text-group {
      font-size: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .text-group .title {
      font-weight: 700;
      font-style: italic;
      color: #eeeeee;
    }
    .text-group .desc {
      margin-top: 2px;
      font-weight: 500;
      color: #dcdcdc;
      font-size: 0.9rem;
      user-select: text;
      word-break: break-word;
    }
    hr.payment-divider {
      border: none;
      height: 1.5px;
      width: 100%;
      background: #fff;
      margin-bottom: 2rem;
    }
