 /* General Reset and Base Styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      line-height: 1.6;
      color: #333;
      background: linear-gradient(to bottom, #0a0a2a, #1a1a3a);
      background-attachment: fixed;
      color: #fff;
      overflow-x: hidden !important;
    }

    .container {
      width: 85%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative;
    }

    /* Typography */
    h1, h2, h3 {
      font-family: 'Cinzel', serif;
      font-weight: 600;
      margin-bottom: 1rem;
      color: #e0e0ff !important;
    }

    h1 {
      font-size: 3.5rem;
      background: linear-gradient(to right, #ad8eff, #e0e0ff);
      -webkit-background-clip: text;
    color:#FF9933 !important;
      text-shadow: 0 0 20px rgba(173, 142, 255, 0.3)!important;
    }

    h2 {
      font-size: 22px;
      position: relative;
      display: inline-block;
    }
    
    h2::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 60%;
      height: 3px;
      background: linear-gradient(to right, #FF9933, transparent)!important;
      border-radius: 2px;
    }
	

    h3 {
      font-size: 1.5rem;
      position: relative;
    }

    p {
      margin-bottom: 1.2rem;
      font-size: 1rem;
      line-height: 1.8;
	  color:white!important;
    }
	/* Fade and Slide Up Animation for Paragraph */
.animated-paragraph {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 1.5s ease-out forwards;
  animation-delay: 1s;
}

/* Button Zoom In */
.animated-btn {
  display: inline-block;
  transform: scale(0.8);
  opacity: 0;
  animation: zoomIn 1s ease-out forwards;
  animation-delay: 2s;
}

/* Keyframes */
@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}


    .subtitle {
      color: #FF9933!important;
      font-size: 1.2rem;
      margin-bottom: 3rem;
    }

    /* Navbar */
   .navbar {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  position: sticky;
  background: linear-gradient(
    to right,
    #050514 0%,
    #050514 20%,
    #041838 50%,
    #050514 80%,
    #050514 100%
  );
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: background 0.5s ease, box-shadow 0.5s ease;
}

/* When scrolled */
.navbar.scrolled {
  background: rgba(10, 10, 42, 0.85);
}

   .navbar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
 .navbar2 {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  position: sticky;
  background: rgba(10, 10, 42, 0.85);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: background 0.5s ease, box-shadow 0.5s ease;
}

   .navbar2 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


   
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.logo-img {
  max-width: 100%;
  height: auto;
  width: clamp(120px, 25vw, 300px); /* Scales between 120px and 300px based on screen */
  transition: transform 0.6s ease, filter 0.6s ease;
}
.logo-img:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 0 10px #ad8eff) brightness(1.3);
}

    
    .nav-links {
      display: flex;
      list-style: none;
    }

   .nav-links li {
  margin: 0 1rem;
}


  .nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-family: 'Cinzel Decorative', serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.8px;
  padding-bottom: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(to right, #ad8eff, #ffbbec);
  transition: width 0.4s ease-in-out;
}

.nav-links a:hover {
  color: #e3d7ff;
  text-shadow: 0 0 10px #ad8eff;
}

.nav-links a:hover::after {
  width: 100%;
}

/* 3D Rotating Banner Container 
@import url('https://fonts.cdnfonts.com/css/ica-rubrik-black');
@import url('https://fonts.cdnfonts.com/css/poppins');


.banner {
  width: 100%;
   height: clamp(541px, 169px, 600px);
  text-align: center;
  overflow: hidden;
  position: relative;
   background: rgba(10, 10, 42, 0.7);
  
}

/* Slider Animation 
.banner .slider {
  position: absolute;
  width: 200px;
  height: 250px;
  top: 10%;
  left: calc(50% - 100px);
  transform-style: preserve-3d;
  transform: perspective(1000px);
  animation: autoRun 20s linear infinite;
  z-index: 2;
}

@keyframes autoRun {
  from {
    transform: perspective(1000px) rotateX(-16deg) rotateY(0deg);
  }
  to {
    transform: perspective(1000px) rotateX(-16deg) rotateY(360deg);
  }
}

/* Rotating Images 
.banner .slider .item {
  position: absolute;
  inset: 0 0 0 0;
  transform:
    rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg))
    translateZ(550px);
	
  backface-visibility: visible;


}

.banner .slider .item img {
  height:200px;
	width:200px;
   object-fit: contain;
}
*/
	



    /* Hero Section */
   /* Base Styles in PX */
.hero {
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  z-index: 0;
}
.hero h1 {
  font-size: 56px; /* default for large screens */
  background: linear-gradient(to right, #ad8eff, #e0e0ff);
  -webkit-background-clip: text;

  text-shadow: 0 0 20px rgba(173, 142, 255, 0.3)!important;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.5; /* Adjust for visibility */
  filter: brightness(0.5) saturate(1.2) contrast(1.1);
}

/* Overlay to enhance readability */
.hero-overlay {
  position: relative;
  z-index: 2;
}

/* Optional: add glow or smooth in */
.hero-content h1, 
.hero-content h2, 
.hero-content p {
  text-shadow: 0 0 10px rgba(173, 142, 255, 0.6);
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: rgba(10, 10, 42, 0.7)!important;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.hero h2 {
  font-size: 48px;
  margin-bottom: 24px;
  text-shadow: 0 0 20px rgba(173, 142, 255, 0.5)!important;
}

.hero p {
  font-size: 18px ;
  max-width: 700px;
  margin: 0 auto 30px;
}

.hero-btn {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(45deg, #ffc285, #FF9933, #cc7a00);
  color: #0a0a2a;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(173, 142, 255, 0.4);
}

.hero-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(173, 142, 255, 0.5);
}

.hero-btn:hover::before {
  left: 100%;
}

.floating-symbols {
  position: absolute;
  font-size: 32px;
  opacity: 0.4;
  animation: float 15s ease-in-out infinite;
}

.symbol-1 { top: 20%; left: 10%; animation-delay: 0s; }
.symbol-2 { top: 40%; right: 15%; animation-delay: 2s; }
.symbol-3 { bottom: 25%; left: 20%; animation-delay: 4s; }
.symbol-4 { bottom: 30%; right: 10%; animation-delay: 6s; }

/* Keyframes */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

    /* Services Section */
  /* Services Section (Layout now via Bootstrap) */
.services {
  position: relative;
  overflow: hidden;
}

.service-card {
  background: rgba(26, 26, 58, 0.4);
  border-radius: 15px;
  padding: 2.5rem 1.5rem;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(173, 142, 255, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(173, 142, 255, 0.1) 0%, rgba(10, 10, 42, 0) 100%);
  z-index: -1;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 0 15px rgba(173, 142, 255, 0.2);
  border-color: rgba(173, 142, 255, 0.3);
}

.service-card:hover .service-icon {
  transform: scale(1.1);
  color: #e0e0ff;
}

.service-card h3 {
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.service-card h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #ad8eff, #c4b0ff);
}

.service-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #FF9933;
  transition: all 0.3s ease;
  display: inline-block;
}

.service-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.price-tag {
  display: inline-block;
  background: rgba(173, 142, 255, 0.2);
  color: #ad8eff;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  margin-top: 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-card:hover .price-tag {
  background: rgba(173, 142, 255, 0.3);
  transform: scale(1.05);
}
.service-image {
  width: 100%;
  height: 200px; /* You can adjust this value */
  object-fit: cover;
  border-radius: 10px;
}
/* Ensure service images fill card width properly */
.service-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

/* Optional: Make all images have a fixed aspect ratio (e.g. 16:9) */
.service-card img.service-image {
  aspect-ratio: 16 / 9; /* Ensures consistent layout across cards */
  height: auto;
}



    /* Form Styling */
.form-section select {
    width: 100%;
    padding: 1rem 1.2rem;
    border-radius: 8px;
    border: 1px solid rgba(173, 142, 255, 0.3);
    background-color: rgba(10, 10, 42, 0.5);
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ad8eff'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.form-section select:focus {
    outline: none;
    border-color: #ad8eff;
    box-shadow: 0 0 0 3px rgba(173, 142, 255, 0.2);
    background-color: rgba(15, 15, 45, 0.7);
}
    .form-section .container {
      max-width: 800px;
      position: relative;
    }

    .form-section h2 {
      text-align: center;
      margin-bottom: 0.5rem;
      color: #e0e0ff;
      text-shadow: 0 0 15px rgba(173, 142, 255, 0.5);
    }

    .form-section p {
      text-align: center;
      margin-bottom: 2rem;
      color: #c4b0ff;
    }

    form {
      background: rgba(15, 15, 35, 0.8);
      padding: 3rem;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 
                  0 0 20px rgba(173, 142, 255, 0.2);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(173, 142, 255, 0.2);
      position: relative;
      overflow: hidden;
    }

    form::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 150px;
      height: 150px;
      background: radial-gradient(circle, rgba(173, 142, 255, 0.1) 0%, transparent 70%);
      z-index: 0;
    }

    .form-group {
      margin-bottom: 1.8rem;
      position: relative;
    }

    label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: 500;
      color: #e0e0ff;
      transition: all 0.3s ease;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="date"],
    input[type="time"] {
      width: 100%;
      padding: 1rem 1.2rem;
      border-radius: 8px;
      border: 1px solid rgba(173, 142, 255, 0.3);
      background-color: rgba(10, 10, 42, 0.5);
      color: #fff;
      font-size: 1rem;
      transition: all 0.3s ease;
    }

    .form-hint {
      font-size: 0.8rem;
      color: #ad8eff;
      margin-top: 0.5rem;
      opacity: 0.8;
      transition: all 0.3s ease;
    }

    .form-group:hover .form-hint {
      opacity: 1;
    }

    input:focus {
      outline: none;
      border-color: #ad8eff;
      box-shadow: 0 0 0 3px rgba(173, 142, 255, 0.2);
      background-color: rgba(15, 15, 45, 0.7);
    }
/* Chrome, Safari */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* inverts icon color to white */
  cursor: pointer;
}

/* Firefox */
input[type="date"]::-moz-focus-inner {
  color: #fff;
}

/* Edge */
input[type="date"]::-ms-clear {
  display: none;
}
    button[type="submit"] {
      width: 100%;
      padding: 1.2rem;
      background: linear-gradient(45deg, #ad8eff, #c4b0ff);
      color: #0a0a2a;
      border: none;
      border-radius: 30px;
      font-weight: 600;
      font-size: 1.1rem;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    button[type="submit"]::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: all 0.6s;
    }

    button[type="submit"]:hover {
      background: linear-gradient(45deg, #c4b0ff, #ad8eff);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(173, 142, 255, 0.4);
    }

    button[type="submit"]:hover::before {
      left: 100%;
    }

    /* About Section */
    .about {
      background: rgba(26, 26, 58, 0.7);
      padding: 5rem 0;
      position: relative;
      overflow: hidden;
    }

    .about::before {
      content: '';
      position: absolute;
      top: -50px;
      left: 0;
      right: 0;
      height: 100px;
      background: linear-gradient(to bottom, transparent, rgba(26, 26, 58, 0.7));
    }

  
 .service-image {
        width: 100%;
        max-height: 180px;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 15px;
    }
   

    /* Footer */
    footer {
      background-color: rgba(10, 10, 42, 0.9);
      padding: 4rem 0 2rem;
      position: relative;
    }

    .footer-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 2rem;
      margin-bottom: 3rem;
    }

    .footer-column h3 {
      font-size: 1.3rem;
      margin-bottom: 1.5rem;
      position: relative;
      padding-bottom: 0.5rem;
    }

    .footer-column h3::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 2px;
      background: #ad8eff;
    }

    .footer-links {
      list-style: none;
    }

    .footer-links li {
      margin-bottom: 0.8rem;
    }

    .footer-links a {
      color: #e0e0ff;
      text-decoration: none;
      transition: all 0.3s;
      position: relative;
      padding-left: 1rem;
    }

    .footer-links a::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #ad8eff;
      transition: all 0.3s;
    }

    .footer-links a:hover {
      color: #ad8eff;
      padding-left: 1.3rem;
    }

    .footer-links a:hover::before {
      left: 5px;
    }

    .social-links {
      display: flex;
      margin-top: 1.5rem;
    }

    .social-links a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(173, 142, 255, 0.2);
      color: #e0e0ff;
      margin-right: 1rem;
      transition: all 0.3s;
    }

    .social-links a:hover {
      background: #ad8eff;
      color: #0a0a2a;
      transform: translateY(-3px);
    }

    .copyright {
      text-align: center;
      padding-top: 2rem;
      border-top: 1px solid rgba(173, 142, 255, 0.2);
    }

    .copyright p {
      font-size: 0.9rem;
      color: rgba(224, 224, 255, 0.7);
    }

    /* Animation for stars */
    @keyframes twinkle {
      0% { opacity: 0.3; transform: scale(1); }
      50% { opacity: 1; transform: scale(1.2); }
      100% { opacity: 0.3; transform: scale(1); }
    }

    .stars {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      pointer-events: none;
    }

    .star {
      position: absolute;
      width: 2px;
      height: 2px;
      background-color: #fff;
      border-radius: 50%;
      animation: twinkle 3s infinite;
    }

    /* Shooting star effect */
    .shooting-star {
      position: absolute;
      width: 4px;
      height: 4px;
      background: white;
      border-radius: 50%;
      box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.7);
      animation: shoot 1s linear forwards;
    }

    @keyframes shoot {
      0% {
        transform: translate(0, 0) rotate(-45deg) scale(0);
        opacity: 0;
      }
      10% {
        opacity: 1;
      }
      100% {
        transform: translate(200px, 200px) rotate(-45deg) scale(1);
        opacity: 0;
      }
    }

    /* Cosmic particles */
    .cosmic-particle {
      position: absolute;
      width: 3px;
      height: 3px;
      background: #ad8eff;
      border-radius: 50%;
      animation: expand 1s ease-out forwards;
      pointer-events: none;
      z-index: 2;
    }

    @keyframes expand {
      0% {
        transform: scale(0);
        opacity: 1;
      }
      100% {
        transform: scale(10);
        opacity: 0;
      }
    }

.footer-legal-link {
  color: white !important;       /* Match your footer text color */
  text-decoration: none !important;
  font-size: 0.9rem;
}

.footer-legal-link:hover {
  color: #eee;
  text-decoration: none;
}

/* Container layout */
.legal-links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1rem;
}

/* Alignments */
.legal-left {
  text-align: left;
  flex: 1;
}

.legal-center {
  text-align: center;
  flex: 1;
}

.legal-right {
  text-align: right;
  flex: 1;
}


    /* Cosmic dust */
    .cosmic-dust {
      position: absolute;
      width: 2px;
      height: 2px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
      animation: float linear infinite;
    }

    @keyframes float {
      0% {
        transform: translateY(0) translateX(0);
      }
      50% {
        transform: translateY(-20px) translateX(10px);
      }
      100% {
        transform: translateY(0) translateX(0);
      }
    }

    /* Constellation effect */
    .constellation {
      position: absolute;
      z-index: -1;
    }

    .constellation-line {
      stroke: rgba(173, 142, 255, 0.3);
      stroke-width: 1px;
    }

    .constellation-dot {
      fill: rgba(224, 224, 255, 0.8);
    }

    /* Number symbols animation */
    @keyframes float-symbols {
      0% { transform: translateY(0) rotate(0deg); }
      50% { transform: translateY(-20px) rotate(5deg); }
      100% { transform: translateY(0) rotate(0deg); }
    }

    .floating-numbers {
      position: absolute;
      font-size: 2rem;
      color: rgba(173, 142, 255, 0.2);
      z-index: -1;
      font-weight: 700;
      animation: float-symbols 8s ease-in-out infinite;
    }

   

    /* Scroll Reveal Animation */
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease;
    }

    .reveal.active {
      opacity: 1;
      transform: translateY(0);
    }

    /* Zodiac wheel animation */
    .zodiac-wrapper {
  position: relative;
  width: 100%;
  height: 300px; /* adjust this based on your section */
  bottom: 450px;
    
}

.zodiac-wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  opacity: 0.1;
  transform: translate(-50%, -50%);
  animation: rotate 60s linear infinite;
  z-index: -1;
  pointer-events: none;
}



    @keyframes rotate {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    /* Glowing effect */
    .glow {
      position: relative;
    }

    .glow::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit;
      box-shadow: 0 0 20px 5px rgba(173, 142, 255, 0.3);
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: -1;
    }

    .glow:hover::after {
      opacity: 1;
    }
	
/* iPhone SE & very small devices */
@media (max-width: 375px) {
  .logo-img {
    width: 140px;
  }
}

/* iPhone XR, Pixel 7, Galaxy S8+ */
@media (min-width: 376px) and (max-width: 450px) {
  .logo-img {
    width: 160px;
  }
}

/* iPhone 12/14 Pro, Galaxy S20 Ultra, Galaxy A51/71 */
@media (min-width: 451px) and (max-width: 600px) {
  .logo-img {
    width: 180px;
  }
}

/* Foldables & Mid Tablets (Surface Duo, Z Fold 5, iPad Mini) */
@media (min-width: 601px) and (max-width: 850px) {
  .logo-img {
    width: 200px;
  }
}

/* iPad Air, iPad Pro, Nest Hub */
@media (min-width: 851px) and (max-width: 1100px) {
  .logo-img {
    width: 220px;
  }
}

/* Surface Pro 7, Zenbook Fold, Nest Hub Max, desktops */
@media (min-width: 1101px) {
  .logo-img {
    width: 250px;
  }
}


	@media (max-width: 480px) {
  .banner {
    height: 400px;
  }

  .banner .slider {
    width: 160px;
    height: 200px;
  }

  .banner .slider .item img {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 1023px) {
  .banner .slider {
    width: 150px;
    height: 200px;
    left: calc(50% - 75px);
  }
  .banner .slider .item {
    transform:
      rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg))
      translateZ(400px);
  }
}

/* Responsive: Mobile */
@media screen and (max-width: 767px) {
  .banner .slider {
    width: 100px;
    height: 130px;
    left: calc(50% - 50px);
  }
   .banner {
    height: 207px; /* Smaller vertical space for smaller screens */
  }
  .banner .slider .item {
    transform:
      rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg))
      translateZ(250px);
  }
  .banner .slider .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
/* Very Small Screens (< 480px) */
@media screen and (max-width: 479px) {
  .banner .slider {
    width: 80px;
    height: 100px;
    left: calc(50% - 40px);
  }
  .banner {
    height: 150px;
  }
  .banner .slider .item {
    transform:
      rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg))
      translateZ(180px);
  }
  .banner .slider .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

}

/* Large Tablets / Laptops (max: 1024px) */
@media (max-width: 1025px) {
  .hero h1 { font-size: 58px; }
  .hero h2 { font-size: 40px; }
  .hero p  { font-size: 27px; }
  .hero-btn { font-size: 20px; padding: 14px 32px; }
   .hero { height: 43vh; }
}

/* Tablets Landscape (max: 820px) */
@media (max-width: 820px) {
  .hero h1 { font-size: 60px; }
  .hero h2 { font-size: 36px; }
  .hero p  { font-size: 27px; }
  .hero-btn { font-size: 20px; padding: 12px 28px; }
}

/* Tablets Portrait & Foldables (max: 768px) */
@media (max-width: 768px) {
  .hero h1 { font-size: 38px; }
  .hero h2 { font-size: 32px; }
  .hero p  { font-size: 14px; }
  .hero-btn { font-size: 14px; padding: 10px 24px; }
}

/* Mobile Large (Pixel 7, iPhone XR) */
@media (max-width: 540px) {
  .hero h1 { font-size: 44px; }
  .hero h2 { font-size: 26px; }
  .hero p  { font-size: 18px; }
  .hero-btn { font-size: 13px; padding: 9px 20px; }
  .hero { height: 43vh; }
}

/* Mobile Medium (iPhone 12 Pro, S8+) */
@media (max-width: 430px) {
  .hero h1 { font-size: 28px; }
  .hero h2 { font-size: 24px; }
  .hero p  { font-size: 15px; }
  .hero-btn { font-size: 12px; padding: 8px 18px; }
}

/* Mobile Small (iPhone SE, Galaxy A51/71) */
@media (max-width: 375px) {
  .hero h1 { font-size: 24px; }
  .hero h2 { font-size: 20px; }
  .hero p  { font-size: 11px; }
  .hero-btn { font-size: 11px; padding: 7px 16px; }
}

/* Extra Small Devices (max: 320px) */
@media (max-width: 320px) {
  .hero h1 { font-size: 20px; }
  .hero h2 { font-size: 18px; }
  .hero p  { font-size: 10px; }
  .hero-btn { font-size: 10px; padding: 6px 14px; }
}


/* iPads and medium devices */
@media (max-width: 820px) {
  .hero {
    height: 50vh;
  }
}
@media (max-width: 900px) {
  .hero {
    height: 55vh;
  }
}

/* Small tablets and large phones (e.g. Galaxy S8+, Pixel 7) */
@media (max-width: 768px) {
  .hero {
    height: 650px;
  }
}

/* Phones like iPhone XR, 12 Pro, Fold closed */
@media (max-width: 540px) {
  .hero {
    height: 443px;
  }
}
@media (max-width: 641px) {
	 .hero {
    height: 379px;
  }
}

/* iPhone SE, Galaxy A51/71, smaller screens */
@media (max-width: 430px) {
  .hero {
    height: 348px;
  }
}

/* Ultra-small screens (iPhone SE, Fold narrow, etc.) */
@media (max-width: 376px) {
  .hero {
    height: 432px;
  }
}
@media (max-width: 361px) {
  .hero {
    height: 292px;
  }
}

/* Very small widths (320px and below) */
@media (max-width: 321px) {
  .hero {
    height: 271px;
  }
}


/* Mobile Menu Styles */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1001;
  background: transparent;
  border: none;
  font-size: 28px;
  color: white;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100vh;
  background-color: #0b0b2a;
  z-index: 1000;
  transition: left 0.3s ease-in-out;
  padding: 20px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.3);
}

.mobile-sidebar.open {
  left: 0;
}

.mobile-sidebar .close-btn {
  font-size: 24px;
  color: white;
  border: none;
  background: none;
  float: right;
}

.mobile-sidebar .logo {
  margin-bottom: 20px;
  text-align: center;
}

.mobile-sidebar .logo img {
  max-width: 160px;
}

.mobile-sidebar ul {
  list-style: none;
  padding: 0;
}

.mobile-sidebar ul li {
  padding: 12px 0;
  border-bottom: 1px solid #444;
}

.mobile-sidebar ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

@media (max-width: 992px) {
  .mobile-menu-toggle {
    display: block;
  }

  .navbar, .nav-links.d-lg-flex {
    display: none !important;
  }
}
.price-glow {
  color: #cec4ff;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  animation: softPurpleGlow 2s ease-in-out infinite;
}

@keyframes softPurpleGlow {
  0% {
    text-shadow:
      0 0 5px #cec4ff,
      0 0 10px #b39fff,
      0 0 20px #a68eff,
      0 0 30px #9479ff;
  }
  50% {
    text-shadow:
      0 0 10px #e0d6ff,
      0 0 20px #b89aff,
      0 0 30px #9f83ff,
      0 0 40px #815eff;
  }
  100% {
    text-shadow:
      0 0 5px #cec4ff,
      0 0 10px #b39fff,
      0 0 20px #a68eff,
      0 0 30px #9479ff;
  }
}
/* 🌌 Themed Hover Animation with Purple Glow */
.img-fixed {
  border-radius: 20px;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  box-shadow: 0 0 12px rgba(206, 196, 255, 0.1); /* soft idle glow */
  overflow: hidden;
}

.img-fixed:hover {
  transform: scale(1.06);
  border-radius: 28px;
  box-shadow:
    0 0 10px rgba(206, 196, 255, 0.5),
    0 0 20px rgba(206, 196, 255, 0.4),
    0 0 30px rgba(206, 196, 255, 0.3); /* layered purple glow */
  z-index: 2;
}

/* Optional hover lift for the entire card row */
.illustration-container .row {
  transition: transform 0.5s ease;
}
.illustration-container .row:hover {
  transform: translateY(-6px);
}
   .payment-container {
            background: rgba(26, 26, 58, 0.8);
            border-radius: 15px;
            padding: 3rem;
            max-width: 500px;
            width: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 
                        0 0 20px rgba(173, 142, 255, 0.2);
            border: 1px solid rgba(173, 142, 255, 0.2);
            position: relative;
            overflow: hidden;
        }
        
        .payment-container::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 150px;
            height: 150px;
            background: radial-gradient(circle, rgba(173, 142, 255, 0.1) 0%, transparent 70%);
            z-index: 0;
        }
        
        h1 {
            font-family: 'Cinzel', serif;
            font-size: 2rem;
            margin-bottom: 1.5rem;
            color: #e0e0ff;
            background: linear-gradient(to right, #ad8eff, #e0e0ff);
            -webkit-background-clip: text;
        
        }
        
        .amount {
            font-size: 1.8rem;
            font-weight: 700;
            color: #ad8eff;
            margin: 1.5rem 0;
            padding: 0.5rem 1rem;
            border-radius: 8px;
            background: rgba(173, 142, 255, 0.1);
            display: inline-block;
        }
        
        .qr-code {
            width: 200px;
            height: 200px;
            margin: 1rem auto;
            padding: 1rem;
            background: white;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .qr-code img {
            max-width: 100%;
            max-height: 100%;
        }
        
        .instructions {
            margin: 1.5rem 0;
            line-height: 1.6;
        }
        
        .instructions p {
            margin-bottom: 1rem;
        }
        
        .utr-input {
            margin-top: 2rem;
        }
        
        .utr-input input {
            width: 100%;
            padding: 1rem;
            border-radius: 8px;
            border: 1px solid rgba(173, 142, 255, 0.3);
            background-color: rgba(10, 10, 42, 0.5);
            color: #fff;
            font-size: 1rem;
            margin-top: 0.5rem;
            text-align: center;
        }
        
        .utr-input input:focus {
            outline: none;
            border-color: #ad8eff;
            box-shadow: 0 0 0 3px rgba(173, 142, 255, 0.2);
        }
        
        .note {
            font-size: 0.9rem;
            color: #c4b0ff;
            margin-top: 2rem;
            opacity: 0.8;
        }
        
        .email-btn {
            display: inline-block;
            margin-top: 1.5rem;
            padding: 1rem 2rem;
            background: #25D366;
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .email-btn:hover {
            background: #128C7E;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(18, 140, 126, 0.4);
        }
        
        @media (max-width: 600px) {
            .payment-container {
                padding: 2rem;
            }
            
            h1 {
                font-size: 1.5rem;
            }
            
            .qr-code {
                width: 180px;
                height: 180px;
            }
        }
		 .or-divider {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px 0;
        font-weight: bold;
        color: #444;
        position: relative;
    }
    
    .or-divider span {
        background: #fff;
        padding: 0 10px;
    }
    
    .or-divider::before,
    .or-divider::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #ccc;
        margin: 0 10px;
    }
    
    .payment-btn {
        background: #25D366;
        color: white;
        border: none;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .payment-btn:hover {
        background: #1ebe5d;
    }
	        .floating-symbols {
      position: absolute;
      font-size: 2rem;
      opacity: 0.4;
      animation: float 15s ease-in-out infinite;
    }
	
	.testimonial-section {
  background: #181838;
  position: relative;
  padding: 4r#181838;
)
.testimonial-slider {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  background:#131333;
}

.testimonial {
  display: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #ad8eff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(173, 142, 255, 0.3);
  color: white;
  animation: fadeIn 0.8s ease-in-out;
}

.testimonial.active {
  display: block;
}

.feedback {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.7;
  font-family: 'Poppins', sans-serif;
}

.client {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #e3d7ff;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.testimonial-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #aaa;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.testimonial-dots .dot.active {
  background-color: #ad8eff;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}
