
      .navbar-custom {
        background-color: #f9f9f9;
        padding: 10px 20px;
        box-shadow: 0 4px 10px rgb(187 112 38 / 48%);
      }
      .navbar-brand span {
        color: #8a4d07;
        font-weight: bold;
      }





/* Dropdown Menu */
/* Custom Dropdown Styling */
.custom-dropdown .dropdown-menu-custom {
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  border: none;
}

.custom-dropdown .dropdown-item {
  padding: 12px 20px;
  font-weight: 500;
  color: #555;
  transition: background 0.3s, color 0.3s;
}

.custom-dropdown .dropdown-item i {
  font-size: 20px;
  color: #007bff; /* Icon color */
}

.custom-dropdown .dropdown-item:hover {
  background: #f0f4ff;
  color: #007bff;
  border-left: 3px solid #007bff;
}

/* Smooth Dropdown Animation */
@keyframes dropdownAnim {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.service-item {
  transition: transform 0.3s;
}
.service-item:hover {
  transform: translateY(-10px);
}



      .brand-tagline {
        font-size: 12px;
        color: #555;
        margin-left: 38px; /* to align below the text not below logo */
        margin-top: -5px;
      }
      .phone-btn {
        background-color: #7e4a0e;
        border: none;
        padding: 8px 15px;
        border-radius: 25px;
        color: white;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 500;
        text-decoration: none;
      }
      .phone-btn:hover {
        background-color: #7a4511;
        color: white;
      }
      .nav-link {
        color: #555 !important;
        font-weight: 500;
        padding: 0 15px;
      }
      .nav-link:hover {
        color: #92601e !important;
      }
      .nav-item {
        padding: 0 20px;
      }
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      
      body {
        font-family: 'Inter', sans-serif;
        background-color: #ffffff;
        color: #333;
      }
      
      .hero-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 8%;
       
        flex-wrap: wrap;
      }
      
      .hero-text {
        flex: 1;
        min-width: 300px;
        margin-bottom: 30px;
      }
      
      .hero-text h1 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
      }
      
      .hero-text h2 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px;
      }
      
      .highlight {
        color: #744107;
      }
      
      .hero-text p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 25px;
        color: #555;
      }
      
      .btn-primary {
        background-color: #e6ddd2ed;
        color: white;
        padding: 12px 25px;
        border: none;
        border-radius: 30px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s;
      }
      
      .btn-primary:hover {
        background-color: #de7710;
      }
      
      .hero-image {
        flex: 1;
        min-width: 300px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
      .hero-image img {
        width: 100%;
        max-width: 350px;
        height: auto;
        border-radius: 20px;
        background-color: #895213ed;
        padding: 20px;
      }
      
      .stats {
        position: absolute;
        background: white;
        padding: 10px 20px;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
      }
      
      .stat-top-left {
        top: 10%;
        left: 60%;
      }
      
      .stat-bottom-center {
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
      }
      
      .stat-bottom-right {
        bottom: 10%;
        right: 10%;
      }
      
      .stats h3 {
        font-size: 22px;
        color: #0b1a2c;
      }
      
      .stats p {
        font-size: 14px;
        color: #555;
      }
      
      /* --- Responsive Design --- */
      @media (max-width: 768px) {
        .hero-section {
          flex-direction: column;
          text-align: center;
        }
      
        .hero-text h1 {
          font-size: 24px;
        }
      
        .hero-text h2 {
          font-size: 32px;
        }
      
        .hero-image {
          margin-top: 20px;
        }
      
        .stats {
          position: static;
          margin: 10px auto;
          transform: none;
        }
      }
      
      
      
      .hero-section {
        padding: 60px 20px;
      }
      
      .container1 {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1200px;
        margin: 0 auto;
        gap: 50px;
      }
      
      .left-side {
        flex: 1;
        display: flex;
        justify-content: center;
      }
      
      .boy-img {
        width: 100%;
        max-width: 400px;
        height: auto;
      }
      
      .right-side {
        flex: 1;
      }
      
      .right-side h1 {
        font-size: 48px;
        color: #333;
        margin-bottom: 20px;
      }
      
      .right-side p {
        font-size: 18px;
        color: #666;
        margin-bottom: 30px;
        line-height: 1.6;
      }
      
      .btn {
        padding: 12px 30px;
        background-color: #007bff;
        color: white;
        font-size: 18px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: background 0.3s ease;
      }
      
      .btn:hover {
        background-color: #0056b3;
      }
      
      /* Responsive Design */
      @media (max-width: 768px) {
        .container1 {
          flex-direction: column;
          text-align: center;
        }
      
        .left-side, .right-side {
          flex: unset;
          max-width: 100%;
        }
      
        .boy-img {
          max-width: 300px;
        }
      
        .right-side h1 {
          font-size: 36px;
        }
      
        .right-side p {
          font-size: 16px;
        }
      }

/* --- contact us pop up --- */
      
      .contact-button {
        position: fixed;
        right: 20px;
        bottom: 20px;
        background: #e9eeea;
        border: none;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 15px rgba(196, 133, 25, 0.625);
        cursor: pointer;
        z-index: 1000;
        transition: background 0.3s;
        
        /* 👇 Add this line for animation */
        animation: bounce 2s infinite;
      }
      .contact-form-popup {
        transform: scale(0);
        transition: all 0.5s ease;
      }
      
      .contact-form-popup.show {
        transform: scale(1);
      }
      .contact-button:hover {
        background: #c5b46f;
      }
      
      .contact-button img {
        width: 35px;
        height: 35px;
      }
      
      /* 👇 Bounce keyframes */
      @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
          transform: translateY(0);
        }
        40% {
          transform: translateY(-10px);
        }
        60% {
          transform: translateY(-5px);
        }
      }
      
      /* --- choose us --- */
     
      
      .why-choose-us {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        flex-wrap: wrap;
        padding: 92px 0px;
    background-color: #e9e9df;
      }

      
      .content {
  flex: 1;
  min-width: 300px;
  padding-left: 80px;
}
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  padding: 3rem 2rem;
  background-color: #f4f6fa;
  border-radius: 1.25rem;
  max-width: 1000px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
  perspective: 1000px;
}

/* Initial state */
.feature {
  background-color: #ffffff;
  padding: 1.2rem 1rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #2563eb;
  opacity: 0;
  transform: scale(0.9) translateY(30px) rotateX(10deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

/* Animation trigger class */
.feature.in-view {
  animation: popIn 0.8s forwards;
}

/* Hover effect */
.feature:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* Animation keyframes */
@keyframes popIn {
  to {
    opacity: 1;
    transform: scale(1) translateY(0) rotateX(0deg);
  }
}


@media (max-width: 768px) {
  .content {
    padding-left: 5px; /* Less padding on small screens */
  }
}
      
      .content h2 {
        font-size: 2.5rem;
        color: #794a05;
        margin-bottom: 20px;
      }
      
      .content h2 span {
        color: #333;
      }
      
      .content p {
        font-size: 1.1rem;
        color: #555;
        margin-bottom: 30px;
        max-width: 500px;
      }
      
      .features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
      }
      
      .feature {
        background: #fff;
        padding: 12px 20px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        font-size: 1rem;
        color: #333;
      }
      
      
      .image {
        flex: 1;
        min-width: 300px;
        text-align: center;
      }
      
      .image img {
        max-width: 100%;
        height: auto;
        border-radius: 20px;
      }
      
      /* Responsive */
      @media (max-width: 768px) {
        .why-choose-us {
          flex-direction: column-reverse;
          text-align: center;
        }
      
        .content h2 {
          font-size: 2rem;
        }
      
        .content p {
          font-size: 1rem;
        }
      
        .features {
          grid-template-columns: 1fr;
        }
      }

/* --- ✅ services --- */
      
      
      
      
      .services-section {
        text-align: center;
        padding-bottom: 60px;
      }
      
      .section-title {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        margin-bottom: 40px;
        padding-top: 50px;
      }


      .section-title h2 {
        font-size: 28px;
        color: #6c4212;
        font-weight: 300; /* 👈 Make the font thin */
        position: relative;
        display: inline-block;
        font-family: 'Poppins', sans-serif; /* 👈 Using Poppins */
      }
      /* Add this underline effect */
      .section-title h2::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px; /* space between text and underline */
        width: 100%;
        height: 3px;
       
        border-radius: 2px;
      }

      
      .section-title .circle {
        width: 24px;
        height: 24px;
        background-color: #76440b;
        border-radius: 50%;
        position: relative;
      }
      
      .section-title h2 {
        font-size: 28px;
        color: #f7931e;
        font-weight: 600;
      }
      
      .services-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
        margin-bottom: 40px;
      }
      
      .service-item {
        background: #fff;
        padding: 30px 20px;
        border-radius: 12px;
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
        transition: 0.3s;
      }
      
      .service-item:hover {
        transform: translateY(-5px);
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
      }
      
      .service-item img {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
      }
      
      .service-item p {
        font-size: 16px;
        color: #333;
        font-weight: 400;
      }
      
      .services-footer {
        border-top: 1px solid #eee;
        padding-top: 30px;
      }
      
      .services-footer p {
        font-size: 16px;
        margin-bottom: 20px;
      }
      
      .explore-link {
        color: #6b400f;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
      }
      
      /* --- ✅ Responsive Design --- */
      @media (max-width: 1024px) {
        .services-grid {
          grid-template-columns: repeat(3, 1fr);
        }
      }
      
      @media (max-width: 768px) {
        .services-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      
      @media (max-width: 480px) {
        .services-grid {
          grid-template-columns: 1fr;
        }
      
        .section-title h2 {
          font-size: 24px;
        }
      
        .service-item img {
          width: 50px;
          height: 50px;
        }
      
        .service-item p {
          font-size: 15px;
        }
      }
      /* --- ✅ what we do --- */
    
    
        /* testing */
        /* Reset */


/* Main section */
.business-support {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a1a1a1;
  padding: 50px;
  gap: 50px;
  flex-wrap: wrap;
}

/* Images */
.images {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
}

.image-wrapper {
  position: relative;
}

.main-image {
  width: 300px;
  border-radius: 10px;
}

.dots {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  
}

.secondary-image {
  width: 250px;
  border-radius: 10px;
}

/* Text Content */
.content {
  flex: 1;
  padding: 20px;
}

.content h4 {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.content h2 {
  color: #111;
  font-weight: 700;
  font-size: 32px;
  margin: 20px 0;
}

.content p {
  color: #555;
  font-size: 18px;
  line-height: 1.6;
}

/* Buttons */
.buttons {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary {
  background-color: #7c520e;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

.btn-secondary {
  background-color: #fff;
  color: #000;
  border: 2px solid #eee;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}
.btn-secondary {
  background-color: #e6dbbf;
  color: #000;
  border: 2px solid #9d6f24;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}
.btn-secondary:hover{
background-color:#2d1902 ;
}
/* Responsive */
@media (max-width: 768px) {
  .business-support {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .images, .content {
    width: 100%;
  }

  .main-image, .secondary-image {
    width: 80%;
  }

  .buttons {
    justify-content: center;
  }
}



.contact-wrapper {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
}

.contact-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}

.contact-left img {
  width: 250px;
  position: absolute;
  transform: translateY(0);
}

.contact-right {
  flex: 2;
  padding: 20px;
}

.contact-right h2 {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.contact-right input,
.contact-right textarea {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  transition: border 0.3s;
}

.contact-right input:focus,
.contact-right textarea:focus {
  border-color: #007bff;
}

.contact-right textarea {
  height: 80px;
  resize: none;
}

.contact-btn {
  width: 100%;
  padding: 12px;
  margin-top: 15px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background: linear-gradient(to right, #2575fc, #6a11cb);
}

.contact-error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-left {
    margin-bottom: 20px;
  }
}



/* Review section */



.reviews {
  text-align: center;
  padding: 40px 20px;
}

.reviews h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #0b2c74;
}

.review-container {
  padding: 20px 0;
  position: relative;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 30px 20px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-10px);
}

.quote-icon {
  width: 30px;
  opacity: 0.2;
  margin-bottom: 10px;
}

.user-icon {
  width: 80px;
  margin: 10px 0;
}

.review-text {
  font-size: 0.95rem;
  margin: 20px 0;
  line-height: 1.6;
}

.reviewer {
  margin-top: auto;
  text-align: center;
}

.name {
  font-weight: bold;
  color: #0b2c74;
  display: block;
  margin-top: 10px;
}

.course {
  font-size: 0.85rem;
  color: gray;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stars {
  margin-top: 10px;
  color: red;
  font-size: 1.2rem;
}

/* Swiper Arrows Styling */
.swiper-button-next,
.swiper-button-prev {
  color: #0b2c74;
  font-weight: bold;
}
/* service for company*/
.contact-header1 {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url("./images/colleagues-working-together-call-center-office.jpg") no-repeat center
    center/cover;
  display: flex;
  align-items: center;
  padding-left: 10%;
}

.contact-header1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: #8f5917;
  clip-path: ellipse(75% 100% at 0% 50%);
  z-index: 1;
  opacity: 0.95;
}
@media (max-width: 768px) {
  .contact-header1 {
    height: 50vh;
    padding-left: 5%; /* Less padding on small screens */
  }

  .contact-header1 .overlay {
    width: 100%; /* Make blue background full width on mobile */
    clip-path: ellipse(100% 100% at 0% 50%); /* Adjust ellipse shape */
    opacity: 0.65;
  }

}

/* Responsive */
@media (max-width: 768px) {
  .contact-header1 {
    height: 50vh;
  }

 
}

/* contact us */


.contact-header {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url("./images/contact-us-image.jpg") no-repeat center
    center/cover;
  display: flex;
  align-items: center;
  padding-left: 10%;
}

.contact-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: #9d6119;
  clip-path: ellipse(75% 100% at 0% 50%);
  z-index: 1;
  opacity: 0.95;
}

.contact-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 600px;
  text-align: left;
}

.contact-content h1 {
  font-size: 63px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-content p {
  font-size: 18px;
  max-width: 500px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-header {
    height: 50vh;
    padding-left: 5%; /* Less padding on small screens */
  }

  .contact-header .overlay {
    width: 100%; /* Make blue background full width on mobile */
    clip-path: ellipse(100% 100% at 0% 50%); /* Adjust ellipse shape */
    opacity: 0.65;
  }

  .contact-content {
    max-width: 90%; /* Make text box smaller */
  }

  

  .contact-content p {
    font-size: 16px; /* Smaller paragraph */
  }
}

/* Responsive */
@media (max-width: 768px) {
  .contact-header {
    height: 50vh;
  }

  

  .contact-content p {
    font-size: 16px;
  }
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 50px auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-section,
.info-section {
  flex: 1;
  padding: 40px;
}
.info-section {
  background: #536666;
  color: #fff;
}
.form-section h2 {
  margin-bottom: 10px;
}
.form-section p {
  margin-bottom: 30px;
  color: #666;
}
input,
select,
textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.buttonc {
  background: #49a3ca;
  color: #fff;
  border: none;
  padding: 15px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}
.buttonc:hover {
  background: #074448;
}
.info-section h3 {
  margin-top: 0;
}
.info-section p,
.info-section a {
  margin-bottom: 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.info-section a:hover {
  text-decoration: underline;
}
.recaptcha {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .container2 {
    flex-direction: column;
  }
}
/* footer */
.footer {
  background-color: #816642;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  padding: 2rem 1rem;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.footer-columns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
}

.footer-about p {
  margin: 1rem 0;
  line-height: 1.5;
}

.social-icons a {
  margin: 0 0.5rem;
  color: #1da1f2;
  font-size: 1.2rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin: 0.5rem 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
}

/* Responsive layout: side-by-side on larger screens */
@media (min-width: 768px) {
  .footer-columns {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }

  .footer-about {
    max-width: 40%;
  }

  .footer-links {
    flex: 1;
  }
}











/* Contact Button */
.contact-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #f8faf8;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  font-weight: bold;
  font-size: 18px; /* Add font size */
  white-space: nowrap; /* Prevents breaking into two lines */
}

/* Make it responsive */
@media (max-width: 600px) {
  .contact-button {
    font-size: 14px; /* Smaller text for small screens */
    padding: 10px 16px; /* Slightly smaller padding */
  }
}

/* Popup Form */
.contact-form-popup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 300px;
  background: white;
  border: 2px solid #886609;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  padding: 20px;
  z-index: 1000;
}

.contact-form-header h2 {
  margin: 0 0 10px;
  color: #4CAF50;
}

.contact-form-header p {
  font-size: 14px;
  margin: 5px 0;
}

.contact-form-popup form input,
.contact-form-popup form textarea {
  width: 100%;
  margin: 8px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form-popup form button {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
  color: red;
}


.contact-form-popup.show {
  display: block;
  /* your other styles for visible popup */
}


/* Review */
    

      .reviews {
        text-align: center;
        padding: 40px 20px;
      }

      .reviews h2 {
        font-size: 2rem;
        margin-bottom: 40px;
        color: #0b2c74;
      }

      .swiper {
        padding: 20px 0;
      }

      .swiper-slide {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .swiper-slide img.quote-icon {
        width: 30px;
        opacity: 0.2;
        margin-bottom: 10px;
      }

      .swiper-slide img.user-icon {
        width: 80px;
        margin: 10px 0;
      }

      .review-text {
        font-size: 0.95rem;
        margin: 20px 0;
        line-height: 1.6;
      }

      .reviewer .name {
        font-weight: bold;
        color: #0b2c74;
        margin-top: 10px;
      }

      .reviewer .course {
        font-size: 0.85rem;
        color: gray;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      .stars {
        margin-top: 10px;
        color: red;
        font-size: 1.2rem;
      }

      .swiper-button-next,
      .swiper-button-prev {
        color: #0b2c74;
      }
   
/* Ads popup */

      .popup-ad {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
      }
      
      .popup-content {
        position: relative;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        padding: 20px;
        text-align: center;
        max-width: 250px;
        width: 90%;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
      }
      
      .popup-content img {
        width: 100%;
        height: auto;
        border-radius: 8px;
      }
      
      .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        cursor: pointer;
      }
      
      .apply-btn {
        margin-top: 15px;
        padding: 10px 20px;
        background-color: #0077b6;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
      }
      



      form button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 12px 25px;
        font-size: 16px;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
      }
      
      form button:hover {
        background-color: #0056b3;
        transform: scale(1.05);
      }
      
      form button:active {
        transform: scale(0.98);
      }
      
     