

.top-navbar {
      background-color: #f8f9fa;
      border-bottom: 1px solid #dee2e6;
      font-size: 0.875rem;
    }
.bottom-navbar {
      background-color: #ffffff;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
.navbar-brand-heading {
      font-weight: bold;
      font-size: 1.25rem;
    }
 
.top-navbar span {
  font-size: 1rem;       
  font-weight: 500;      
}

.top-navbar .nav-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}
@media (max-width: 576px) {
  .top-navbar .container-fluid {
    flex-direction: column;
    gap: 0.5rem;
  }
}
    /*------------second navbar--------------*/

.bottom-navbar .navbar-nav .nav-link {
  font-size: 1.1rem;          
  font-weight: 500;          
  margin-left: 1.2rem;        
}
.bottom-navbar .nav-link:hover {
  color: #007bff;
  text-decoration: underline;
}
.navbar-nav .nav-link {
    font-family: math;
  }
  .sticky-top {
  z-index: 1030; 
  transition: all 0.3s ease;
}


/* Hero Section Styling */
.hero-slider {
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
      .hero-section {
        height: 450px !important;
      }
    }
/*-----------Zoom Effefct----------------*/
.carousel-item.active .zoom-effect {
  animation: zoomIn 0.8s ease-in-out forwards;
  transform-origin: center;
  opacity: 0;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/*----------section-padding-------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
h6{
  font-family: math;
  color: black !important;
}
/*--------------about us-------------------*/
.elegant-text{
font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: black;
}
.founder-img{
  border-radius: 50px;
}
/*-------------cards-----------------*/
.bg-purple {
  background-color: #6f00ff;
}
.text-purple {
  color: #6f00ff;
}
.card .badge {
  border-radius: 0;
  font-size: 0.85rem;
}
/*----------------------Terms & Condition--------------------------------------*/
/* TERMS SECTION */
.terms-section {
  width: 100%;
  padding: 80px 20px;
  background: #f5f7fb;
  font-family: Arial, sans-serif;
}

.terms-container {
  max-width: 1000px;
  margin: auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.terms-container h1 {
  font-size: 42px;
  color: #0b1f4d;
  margin-bottom: 25px;
  text-align: center;
}

.terms-container p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.term-box {
  margin-top: 35px;
  padding: 25px;
  border-radius: 15px;
  background: #f9fbff;
  border-left: 5px solid #1f5eff;
  transition: 0.3s ease;
}

.term-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(31, 94, 255, 0.1);
}

.term-box h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #1f2d5a;
}

.term-box ul {
  padding-left: 20px;
}

.term-box ul li {
  margin-bottom: 10px;
  color: #555;
  line-height: 1.7;
}

.contact-box {
  margin-top: 40px;
  padding: 30px;
  background: #1f5eff;
  border-radius: 18px;
  color: #fff;
}

.contact-box h2 {
  margin-bottom: 15px;
  font-size: 28px;
}

.contact-box p {
  color: #fff;
  margin-bottom: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
  .terms-container {
    padding: 30px 20px;
  }

  .terms-container h1 {
    font-size: 32px;
  }

  .term-box h2 {
    font-size: 20px;
  }
}
/* BANNER SECTION */
.terms-banner{
  width:100%;
  height:350px;
  background:
    linear-gradient(rgba(8,25,68,0.75),
    rgba(8,25,68,0.75)),
    url(../img/terms.png);
   /* url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?q=80&w=1600&auto=format&fit=crop");*/
    
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.banner-overlay h1{
  color:#fff;
  font-size:55px;
  margin-bottom:15px;
  font-weight:700;
}

.banner-overlay p{
  color:#dbe4ff;
  font-size:20px;
  letter-spacing:1px;
}

/* MOBILE */
@media(max-width:768px){

  .terms-banner{
    height:250px;
    padding:20px;
  }

  .banner-overlay h1{
    font-size:36px;
  }

  .banner-overlay p{
    font-size:16px;
  }

}
/*------------------------privacy-----------------------------*/
/* BANNER SECTION */
.privacy-banner{
  width:100%;
  height:350px;
  background:
    linear-gradient(rgba(8,25,68,0.75),
    rgba(8,25,68,0.75)),
    url(../img/privacy.jpg);
   /* url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?q=80&w=1600&auto=format&fit=crop");*/
    
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
/*-------------Footer--------------------*/
.footer-bg{
  background-image: url(../img/footer.jpg);
}
.icon-circle {
  background: #a259d9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}


.social-icons a {
  width: 36px;
  height: 36px;
  border: 1px solid #cc2bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background-color: #cc2bff;
  color: white;
}

