* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
  margin: 0;
  padding: 0;
  
  font-family: 'Poppins', sans-serif;
  }

  .main-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background: linear-gradient(to right, #ffffffcc, #f0f0f0aa);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    background: #ffffff;
    border-bottom: 1px solid #eee;
  }
  
  .main-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #7209b7, #a64ac9);
    border-radius: 4px;
  }
  
  .logo img {
    height: 50px;
  }
 
  nav {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .nav-links,
  .enquire-list {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 25px;
  }
  
  .nav-links a,
  .enquire-btn {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .nav-links a i {
    margin-right: 6px;
  }
  
  .nav-links a:hover {
    color: #7209b7;
    text-shadow: none;
    transform: scale(1.03);
  }
  
  .nav-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 0%;
    background: #7209b7;
    border-radius: 10px;
    transition: width 0.3s ease;
  }
  
  .nav-links a:hover::after {
    width: 100%;
  }
  
  .enquire-btn {
    padding: 8px 20px;
    border-radius: 30px;
    background: linear-gradient(135deg, #a64ac9, #7209b7);
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(114, 9, 183, 0.2);
    margin-left: 80px;
    white-space: nowrap;
  }
  
  .enquire-btn:hover {
    background: linear-gradient(135deg, #7209b7, #a64ac9);
    box-shadow: 0 0 12px #a64ac9, 0 0 20px #7209b7;
    transform: scale(1.05);
  }
  
  .menu-icon {
    font-size: 24px;
    display: none;
    cursor: pointer;
    color: #7209b7;
  }
  
  .mobile-menu {
    display: none;
    flex-direction: column;
  
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  
  .mobile-menu.active {
    display: flex;
    opacity: 1;
    max-height: 600px;
  }
  
  .mobile_navlinks{
    list-style: none;
    padding: 0px 10px;
    margin: 0 auto;
    backdrop-filter: blur(8px);
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }
  
  .mobile-enquire {
    list-style: none;
    padding: 10px 10px;
    margin: 0 auto;
    backdrop-filter: blur(8px);
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }
  .mobile_navlinks{
    width: 100%;
  }

  .mobile_navlinks li
  {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    
  }

  .mobile_navlinks a {
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
 
  .mobile_navlinks a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    border-radius: 8px;
    border-bottom-style: initial;
    position: relative;
    text-align: center;
    transition: color 0.3s ease;
  }

  .mobile_navlinks a:hover {
    color: #7209b7;
  }
 
  .mobile-enquire a.enquirebtn {
    background: linear-gradient(135deg, #7209b7, #f107a3);
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: background 0.3s ease;
  }
  
  .mobile-enquire a.enquirebtn:hover {
    background: linear-gradient(135deg, #f107a3, #7209b7);
  }
  
  @media (max-width: 1091px) {
    nav {
        display: none;
    }
    .menu-icon {
        display: block;
    }
    .mobile-menu {
        display: none;
    }
    .mobile-menu.active {
        display: flex;
    }
  }


  .banner {
    position: relative;
    height: 550px;
    background: url('Imagefiles/testimonialsbanner.jpeg') no-repeat center center/cover;   
    padding: 20px;
    overflow: hidden;
    background-position: -50px center;
  
  }
  
  @media (max-width: 768px) {
    .banner {
      height: 250px;
      background-position: -20px center;
    }
  }
  @media (max-width: 480px) {
    .banner {
      height: 150px;
      background-position: left center;
    }
  }
  
  .testimonials-full {
    background: #f9f9f9;
    padding: 60px 20px 0;
    position: relative;
    overflow: hidden;
  }
  
  .testimonials-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    min-height: 850px; 
    height: auto; 
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    z-index: 2;
}

  
  .testimonials-left {
    flex: 1;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .testimonials-left h1 {
    font-size: 2.5rem;
    color: #0a0a23;
  }
  
  .testimonials-left p {
    margin: 20px 0;
    color: #555;
    font-size: 20px;
  }
  
  .testimonials-right {
    flex: 1;
    max-width: 45%;
    position: relative;
  }
  
  .testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  
  .dot {
    height: 14px;
    width: 14px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
    cursor: pointer;
  }
  
  .dot.active {
    background-color: #333;
  }
  
  .testimonials-cards {
    display: grid;
    gap: 20px;
  }
  
  .testimonial-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    display: none;
    transition: all 0.3s ease-in-out;
  }
  
  .testimonial-card.show {
    display: block;
  }
  
  .testimonial-card.overlap {
    position: relative;
    z-index: 3;
    margin-bottom: -40px;
  }
  
  .quote-mark {
    font-size: 2rem;
    color: #0a0a23;
  }
  
  .testimonial-rating {
    font-size: 1.2rem;
    color: #f7c948;
    letter-spacing: 2px;
    margin-top: 8px;
    font-weight: 500;
  }
  
  .testimonial-zigzag-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: repeating-linear-gradient(135deg, #f1c3e0, #f3dde8 20px, #f3f1f5 20px, #bbbbe3 40px);
    z-index: 1;
  }
  .testimonial-card.overlap {
    position: relative;
    z-index: 3;
    margin-bottom: -40px;
  }
  @media (max-width: 1071px) {
    .testimonial-card.overlap {
        margin-bottom: 0;
      
      }
      .testimonials-cards {
        gap: 30px;
        padding-bottom: 40px;
      }    
  }
 
  @media (max-width: 768px) {
    .testimonials-container {
      flex-direction: column;
     
    }

    .testimonial-card.overlap {
        margin-bottom: 0;
      
      }
      .testimonials-cards {
        gap: 30px;
        padding-bottom: 40px;
      }    
  
    .testimonials-left,
    .testimonials-right {
      max-width: 100%;
    }
  
    .testimonial-dots {
      justify-content: center;
      margin-bottom: 20px;
    }
    

  }
  
  .contact-enquiry-section {
    background: linear-gradient(to right, #0e2c44, #1f1c2c); 
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
  }

  .contact-enquiry-section::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle at top left, rgba(106, 17, 203, 0.3), transparent 70%),
                radial-gradient(circle at bottom right, rgba(37, 117, 252, 0.2), transparent 70%);
    z-index: 0;
  }
 
  .contact-enquiry-section > * {
    position: relative;
    z-index: 1;
  }

  .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
  }

  .contact-box {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
  }
  
  .contact-box:hover {
    transform: translateY(-3px);
  }
  
  .contact-box i {
    font-size: 24px;
    margin-right: 15px;
    color: #9c6eff; 
  }

  .glass-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    padding: 30px;
    margin-top: 30px;
  }

  .btn-purple {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    border: none;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(106, 17, 203, 0.4);
    transition: all 0.3s ease;
  }
  
  .btn-purple:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(106, 17, 203, 0.6);
  }

  @media (max-width: 768px) {
    .section-title {
      text-align: center;
      font-size: 24px;
    }
  
    .btn-purple {
      width: 100%;
    }
  
    .contact-box {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .contact-box i {
      margin-bottom: 10px;
    }
  }

.footer-section {
    background: linear-gradient(to bottom right, #2a0d26, #3b1b38);
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    color: white;
  }
  
  .footer-section::before,
  .footer-section::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: 0;
  }
  
  .footer-section::before {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
  }
  
  .footer-section::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
  }
  
  .footer-section .container {
    position: relative;
    z-index: 1;
  }
  
  .footer-heading {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-section ul li {
    margin-bottom: 10px;
  }
  
  .footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-section ul li a:hover {
    color: #fff;
  }
  
 
  .floating-icons .icon {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    color: #ccc;
    transition: transform 0.3s, color 0.3s;
  }
  
  .floating-icons .icon:hover {
    color: #fff;
    transform: scale(1.1);
  }
  
 
  .footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
    margin-bottom: 20px;
  }
  

  @media (min-width: 1200px) {
    .footer-section .col-lg-3 {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
 
  @media (max-width: 991px) {
    .footer-section .col-md-6 {
      flex: 0 0 33.333%;
      max-width: 33.333%;
    }
  }

  @media (max-width: 768px) {
    .footer-section .col-sm-12 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }

  @media (max-width: 480px) {
    .footer-section .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  
  #content-wrapper {
    padding: 80px 20px;
    max-width: 1500px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }
  
  