@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
  font-family: 'Vogun';
  src: url('../fonts/vogun/Vogun-Medium.woff2') format('woff2'),
       url('../fonts/vogun/Vogun-Medium.woff') format('woff'),
       url('../fonts/vogun/Vogun-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, a:hover {
  text-decoration: none;
}

body {
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 28px;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

img {
  max-width: 100%;
  max-height: 100%;
}
.site-logo img {
    width: 141px !important;
}
.sp1 {
  padding: 130px 0 100px;
}

.sp2 {
  padding: 180px 0;
}

.sp3 {
  padding: 100px 0 100px;
}

.sp4 {
  padding: 100px 0 70px;
}

.sp5 {
  padding: 70px 0 70px;
}

.sp6 {
  padding: 60px 0 60px;
}

.sp7 {
  padding: 120px 0 50px;
}
.aq5-sp7 {
  padding: 80px 0 50px;
}

.sp8 {
  padding: 80px 0 80px;
}
.sp10 {
  padding: 130px 0 100px;
}
.sp11 {
  padding: 160px 0 50px;
}
.space10 {
  height: 10px;
}

.space14 {
  height: 14px;
}

.space12 {
  height: 12px;
}

.space16 {
  height: 16px;
}

.space20 {
  height: 20px;
}

.space24 {
  height: 24px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space60 {
  height: 60px;
}

.space70 {
  height: 70px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 100px;
}

@keyframes animation-6 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.keyframe4 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes animation-4 {
  0% {
    transform: scale(1);
    transform: translateY(10px);
  }
  100% {
    transform: scale(1);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes animation-2 {
  0% {
    transform: scale(1);
    transform: translateY(10px);
  }
  100% {
    transform: scale(1);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

/*============= PRELOADER CSS AREA===============*/
/*============= PRELOADER CSS AREA===============*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-100, #FFF);
  z-index: 999999;
}

.preloader {
  width: 70px;
  height: 70px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.preloader span {
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #433CE7;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-100, #FFF);
  z-index: 999999;
}

.preloader4 {
  width: 70px;
  height: 70px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.preloader4 span {
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #581164;
  animation: preloader 1.3s linear infinite;
}

.preloader4 span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #433CE7;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #433CE7;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*============= PRELOADER CSS AREA ENDS===============*/
/*============= PRELOADER CSS AREA ENDS===============*/


.header-area.homepage1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.header-area.homepage1 .navbar {
    display: block;
}

.header-area.homepage1 .header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding: 12px 32px;

    background: linear-gradient(92deg, rgba(255, 255, 255, 0.7) -10.29%, rgba(255, 255, 255, 0.4) 98.27%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px; /* Full pill shape */
   
}

.header-area.homepage1 .site-log {
    margin-top: 5px;
}

.header-area.homepage1 .header-elements .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-area.homepage1 .header-elements .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 12px;
}

.header-area.homepage1 .header-elements .main-menu ul li a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666; /* Default color */
    text-decoration: none;
    padding: 8px 12px;
    display: inline-block;
    transition: color 0.3s ease;
}

/* Hover and Active states */
.header-area.homepage1 .header-elements .main-menu ul li a:hover,
.header-area.homepage1 .header-elements .main-menu ul li a.active {
    color: #872BD4;
    opacity: 1;
	font-weight: 500;
}

/* for active */
.header-area.homepage1 .header-elements .main-menu ul li a.active::after {
    display: none !important;
}

/* Dropdown Menu */
.header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    padding: 15px;
    width: 220px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
    visibility: visible;
    opacity: 1;
    top: 50px;
}

/* Dropdown Items */
.header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
    color: #0D0E10;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    color: #433CE7;
    padding-left: 25px;
}

.header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    background: #433CE7;
    left: 10px;
    top: 22px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Nested Dropdown */
.header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
    position: relative;
}

.header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover ul.small-dropdown {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu ul.small-dropdown {
    position: absolute;
    left: 195px;
    top: 70px;
    width: 220px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

/* Sticky Navbar */
.header-area.homepage1.sticky {
    position: fixed;
    background: linear-gradient(92deg, rgba(255, 255, 255, 0.7) -10.29%, rgba(255, 255, 255, 0.4) 98.27%);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    animation: fade-in-down 1s forwards;
}

.header-area.homepage1.sticky .header-elements {
    margin-top: 0;
    padding: 14px 0;
    background: none;
    border: none;
    border-radius: 0;
	backdrop-filter: none;
}

/*============= WELCOME CSS AREA ===============*/
 /* SECTION */
    .welcome-section-area {
      position: relative;
      padding: 190px 0 350px;
      background-image: url('../images/background/header-bg2.jpg');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
    }

    /* VIDEO STYLING */
    .bg-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .bg-video.loaded {
      opacity: 1;
    }

    /* OVERLAY (OPTIONAL FOR CONTRAST) */
    

    /* HEADER CONTENT */
    .welcome-section-area .welcome-content-header {
      text-align: center;
      position: relative;
      z-index: 2;
      top: 310px;
    }

    .welcome-section-area .welcome-content-header h1 {
      color: #FFF;
      font-family: "Vogun", sans-serif;
      font-size: 72px;
      font-weight: 500;
      letter-spacing: 4px;
      margin-bottom: 16px;
      line-height: normal;
    }

    .welcome-section-area .welcome-content-header p {
      color: #FFF;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 28px;
      opacity: 0.8;
      text-align: center;
    }

    /* BUTTON AREA (if used later) */
    .welcome-section-area .welcome-content-header .welcome-btnarea .header-btn {
      margin-top: 32px;
    }

    .welcome-section-area .welcome-content-header .welcome-btnarea .header-btn1 {
      margin-top: 32px;
      margin-left: 16px;
    }

    /* GRADIENT SECTION (if reused) */
    .sub-banner {
      background: linear-gradient(103.23deg, #FFE6E9 -3.85%, #FF9AA8 25.12%, #6F00CB 84.96%);
	  font-weight: 200;
    }

    /* MOBILE RESPONSIVE FIXES */
    @media (max-width: 767px) {
      .welcome-section-area {
        padding: 120px 0 200px;
      }

      .welcome-content-header {
        top: 150px !important;
      }

      .welcome-section-area .welcome-content-header h1 {
        font-size: 36px;
        letter-spacing: 1px;
      }
	  
		.welcome-section-area {
    background-image: url('../images/background/header-bg2-small.jpg');
    background-size: cover;
  }
    }
/*============= WELCOME CSS AREA ENDS ===============*/

.stats-section {
  background-color: #000;
}
  
.stats-card {
  position: relative;
  background-color: #1A1A1A; /* match Figma background */
  border-radius: 12px;
  padding: 2rem;
  color: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
	justify-content: center;

	flex-shrink: 0;
}

.stats-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(140deg, #FF9AA8 0%, #1A1A1A 33%, #1A1A1A 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

/* Show border on hover */
.stats-card:hover::before {
  opacity: 1;
}

/* Optional scale on hover */
.stats-card:hover {
  transform: scale(1.03);
}


.grid-p{
    font-size: 18px;
    font-weight: 300;
}
/* Optional: Better text color on dark background */
.text-pink {
  color: #FF9AA8;
}
.custom-heading {
    font-size: 26px;
    font-weight: 400;
}
.stats-card hr {
  border-color: 1px solid #CCCCCC;
}
.cus1 p {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 200;
}
.cus p {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 300;
}
.small-sec p {
    font-size: 16px;
    color: #872BD4;
    font-weight: 300;
}
.her-heading h2{
	font-size: 64px;
  font-weight: 300;
  background: linear-gradient(90deg, #6F00CB 0%, #FF9AA8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent;
 
}

.products-area .cust-text p {
	font-size:32px;
	font-weight:300;
	line-height: 1.5; /* or line-height: 48px; */
}
.cust-text p {
	font-size:34px;
	font-weight:300;
	line-height: 1.5; /* or line-height: 48px; */
}

.feature-card {
  background: #F3F3F4;
  border-radius: 12px;
  padding: 24px 12px 24px 30px;
  transition: all 0.5s ease;
  overflow: visible;
  position: relative;
}

.feature-card:hover {
  background: linear-gradient(103.23deg, #FF9AA8 10.56%, #6F00CB 92.26%);
  color: #fff;
}

.feature-card:hover .feature-title,
.feature-card:hover .text-muted,
.feature-card:hover .feature-number {
  color: #fff !important;
}

/* Feature number styling */
.feature-number {
  color: #6F00CB;
  font-size: 2.5rem;
  font-weight: 500;
  position: absolute;
  bottom: -50px;
  left: 0;
  transition: color 0.3s ease;
}



.feature-title {
    color: #6F00CB;
    font-weight: 400;
    font-size: 32px;
}

.feature-card .text-muted {
    font-size: 18px;
    font-weight: 300;
}

.ml-40 {
  margin-left: 40px;
}

.feature-img-wrapper {
  position: relative;
  width: 280px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #FFFFFF 100%);
  border-radius: 12px;
  z-index: 0;
}

.img-custom {
  position: relative;
  width: 280px;
  border-radius: 12px;
  z-index: 1;
  transition: transform 0.3s ease;
}

.feature-card:hover .img-custom {
  transform: scale(1.05);
}

.p-6{padding:4.2rem!important}
.p-7{padding:5.2rem!important}
.ml-40 {
	margin-left:40px;
}
/* brands-section */
/* ===============================
   Brands Section Base Styling
   =============================== */
.brands-section {
  background: linear-gradient(103deg, #FF9AA8 10.56%, #6F00CB 92.26%);

}

.brands-section h2 {
  font-size: 64px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}

.brands-section p {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 125% */
  margin-bottom: 40px;
}

.brand-card {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.40);
  transition: all 0.3s ease;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.brand-card img {
  max-height: 60px;
  object-fit: contain;
  width: auto;
}

.brand-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(255, 154, 168, 0.3);
}

/* Optional Utilities */
.pb-120 { padding-bottom: 120px; }
.pb-180 { padding-bottom: 180px; }
.pb-250 { padding-bottom: 250px; }

.brands-section a {
  color: #6F00CB;
  font-weight: 600;
}

/* ===============================
   Responsive Adjustments
   =============================== */
@media (max-width: 991px) {
  .brands-section h2 {
    font-size: 54px;
    text-align: center;
  }

  .brands-section p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .brand-card img {
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .brands-section {
    padding: 60px 20px;
  }

  .brands-section h2 {
    font-size: 48px;
  }

  .brands-section p {
    font-size: 16px;
    line-height: 26px;
  }

  .brand-card {
	padding: 16px !important;
	min-height: 60px;
    }

  .brand-card img {
    max-height: 60px;
  }

  .brands-section .btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.pb-120{
    padding-bottom: 120px;
}
.pb-180{
    padding-bottom: 180px;
}
.pb-250{
    padding-bottom: 250px;
}
/* end brands-section */
/* === Clients Section === */

.clients-section {
  position: relative;
  width: 100%;
  padding: 100px 20px 150px;
  background: url('../../assets/images/clients/mesh-bg.png') no-repeat bottom center;
  background-size: cover;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.clients-wrapper {
  position: relative;
  width: 100%;
  height: 520px;
  display: flex;
  justify-content: center; /* centers inner logos-container */
  overflow: hidden;
}
.logos-container {
  position: relative;
  width: 1240px; /* final container that holds all logos (adjust if needed) */
  height: 100%;
}


.clients-title {
  text-align: center;
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 300;
  background: linear-gradient(90deg, #6F00CB, #FF9AA8);
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: -160px;
}

.client-logo {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #F5F5F5;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D6D6D6;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-logo img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* Hover effect */
.client-logo:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* Logo placements (custom absolute positions) */
.logo1  { top: 120px; left: 0px; }
.logo2  { top: 255px; left: 0px; }
.logo3  { top: 160px; left: 140px; }
.logo4  { top: 295px; left: 140px; }

.logo5  { top: 225px; left: 280px; }
.logo6  { top: 315px; left: 420px; }
.logo7  { top: 270px; left: 560px; }
.logo8  { top: 315px; left: 700px; }
.logo9  { top: 225px; left: 840px; }

.logo10 { top: 160px; left: 980px; }
.logo11 { top: 295px; left: 980px; }
.logo12 { top: 120px; left: 1120px; }
.logo13 { top: 255px; left: 1120px; }

/* Responsive scaling */


/* Default: hide mobile layout */
.clients-mobile {
  display: none;
}

/* Responsive layout for mobile */
.clients-wrapper-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.clients-wrapper-mobile .client-logo {
  width: 90px;
  height: 90px;
  background: #f5f5f5;
  border-radius: 12px;
  border: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-wrapper-mobile .client-logo img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* === End of Clients Section === */

/* === Contact Section === */

.contact-section {
  position: relative;
  background: #F0F0F0;
  padding: 160px 20px;
  overflow: hidden;
}



.contact-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.left {
  flex: 1 1 45%;
  z-index: 1;
}
.stats-section .gradient-heading {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.2;
  background: linear-gradient(90deg, #6F00CB 0%, #FF9AA8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-heading {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  background: linear-gradient(90deg, #6F00CB 0%, #FF9AA8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text {
  background: linear-gradient(90deg, #6F00CB 0%, #FF9AA8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.right {
  flex: 1 1 50%;
  z-index: 1;
  padding-top: 100px;
}

.description {
    font-size: 32px;
    margin-top: 60px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 30px;
}

.contact-form .input-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  flex: 1;
  font-size: 16px;
  padding: 12px;
  border: 2px solid rgba(111, 0, 203, 0.5);
  background: transparent;
  outline: none;
}

.contact-form textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  margin-bottom: 20px;
}
.contact-form input,
.contact-form textarea {
  flex: 1;
  font-size: 16px;
  padding: 12px 0;
  border: none;
  border-bottom: 2px solid rgba(111, 0, 203, 0.5); /* underline only */
  background: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.contact-form textarea {
  resize: none; /* disables the resize handle */
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom: 2px solid #6F00CB;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #808080;
}
.btn-wrap {
  text-align: right;
  margin-top: 10px;
}
.submit-btn {
  padding: 10px 18px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size:18px;
  background: linear-gradient(98.25deg, #6F00CB -2.4%, #FF9AA8 88.92%, #FFE3E7 110.9%);
  font-weight: 500;
  border-radius: 6px;
  transition: opacity 0.3s;
}

.submit-btn:hover {
  opacity: 0.9;
}

/* Background gradient shapes */
.bg-circle,
.bg-rotated-square {
  position: absolute;
  z-index: 0;
  filter: blur(200px);
  opacity: 0.8;
  pointer-events: none;
}

/* Adjusted: Left Circle - More centered and vibrant */
.bg-circle {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, #6F00CB 40%, #FF9AA8 90%);
  border-radius: 50%;
  top: 50%;
  left: 20%;
  filter: blur(180px);
  opacity: 0.9;
  transform: translate(-30%, -30%);
  z-index: 0;
}

/* Adjusted: Right Rotated Square - More behind form */
.bg-rotated-square {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, #FF9AA8 30%, #FFE3E7 90%);
  top: 20%;
  right:20%;
  filter: blur(150px);
  opacity: 0.9;
  transform: translate(30%, -30%) rotate(-30deg);
  z-index: 0;
}


@media (max-width: 768px) {
  .contact-content {
    flex-direction: column;
  }

  .input-row {
    flex-direction: column;
  }

  .right {
    padding-top: 20px;
  }

  .gradient-heading {
    font-size: 40px;
    text-align: center;
  }

  .description {
    font-size: 20px;
    text-align: center;
  }

  .submit-btn {
    align-self: center;
  }
}

/* === End of Contact Section === */

/* === Footer Section === */
.footer {
  background-color: #000;
  color: #ccc;
  padding: 80px 20px 5px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  gap: 20px;
  padding-bottom: 70px;
}

.footer-col {
    flex: 1 1 15%;
    min-width: 150px;
}

.footer-col h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
.footer-col.logo-col {
  display: flex;
  align-items: center;     /* Vertically center */
  justify-content: center; /* Horizontally center */
}
.footer-col p {
    font-size: 14px;
    line-height: 1.5;
    color: #B3B3B3;
    font-weight: 300;
}
.footer-col p a {
    font-size: 14px;
    line-height: 1.5;
    color: #B3B3B3;
    font-weight: 300;
}
.footer-col p a:hover {
    color: #ffffff; /* or your theme’s highlight color */
    text-decoration: underline; /* optional */
}
.footer-logo {
  width: 150px;
  margin-bottom: 20px;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-bottom {
    text-align: right;
    border-top: 1px solid #333;
    padding-top: 30px;
    font-size: 14px;
    color: #666;
    padding-right: 80px;
}
@media (max-width: 1024px) {
  .footer-container {
    gap: 30px;
  }

  .footer-col {
    flex: 1 1 45%;
    min-width: 200px;
  }

  .footer-logo {
    width: 140px;
  }

  .footer-bottom {
    padding-right: 20px;
    font-size: 13.5px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .footer-container {
    gap: 30px;
  }

  .footer-col {
    flex: 1 1 45%;
    min-width: 200px;
  }

  .footer-logo {
    width: 140px;
  }
}

@media (max-width: 576px) {
  .footer-col {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-bottom {
    text-align: center;
    padding: 15px 0 0;
    padding-right: 0;
    font-size: 13px;
  }
}

/* === Footer Section === */

/* === Our DNA PAGE Section === */

.hero-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* Gradient Background Circle */
.blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: 520px;
  background: rgba(111, 0, 203, 0.3);
  filter: blur(200px);
  border-radius: 50%;
  z-index: 1;
}

/* Logo Positioned Behind Text */
.logo-overlay {
    position: absolute;
    top: 30px;
    right: 100px;
    width: 462px;
    z-index: 2;
    opacity: 1;
}

/* Heading Gradient Text */
.main-heading {
    font-family: "Vogun", sans-serif;
    font-size: 62px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 100px;
    background: linear-gradient(to right, #FF9AA8, #6F00CB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 3;
}
/* Sub-heading */
.sub-heading {
	font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
}

/* Paragraph under logo */
.small-text {
    font-size: 16px;
    color: #000000;
    z-index: 3;
    position: relative;
    line-height: 1.6;
    font-weight: 300;
}

/* Responsive Fixes */
@media (max-width: 991.98px) {
  .main-heading {
    font-size: 42px;
  }

  .logo-overlay {
    top: 40px;
    right: 30px;
    width: 150px;
  }

  .blur-circle {
    width: 400px;
    height: 400px;
  }
}

.breakthrough-section {
  position: relative;
  background-color: #fff;
}

.atom-icon {
    width: 250px;
    z-index: 2;
    position: relative;
    top: 80px;
}

.atom-blur-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(111, 0, 203, 0.2), rgba(255, 154, 168, 0.3));
  filter: blur(120px);
  border-radius: 50%;
  z-index: 1;
}


/* Heading Gradient Text */
.breakthrough-heading {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.1;
    font-family: "Inter", sans-serif;
    background: linear-gradient(to right, #6f00cb, #ff9aa8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
}

/* Paragraph Description */
.breakthrough-desc {
    font-size: 32px;
    color: #000;
    line-height: 1.1;
    font-weight: 300;
}


.history-section {
  background: linear-gradient(181deg, rgba(255, 255, 255, 0.5) 12.42%, rgba(111, 0, 203, 0.5) 127.53%);
  overflow: hidden;
}


.history-title {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.1;
    font-family: "Inter", sans-serif;
    background: linear-gradient(to right, #6f00cb, #ff9aa8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.history-year {
  font-size: 20px;
  font-weight: 400;
  color: #6f00cb;
  margin-bottom: 10px;
}

.history-text {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    max-width: 340px;
    font-weight: 300;
}

.dna-image {
  max-width: 100%;
  height: auto;
  opacity: 0.9;
}








/* group-section */
/* Group Section */
.group-section {
  position: relative;
  background-color: #000;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  padding-bottom: 80px;
}



/* Earth Image Container */
.earth-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.earth-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* Overlay Gradient (Optional) */
.earth-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.44) 20%, rgba(0, 0, 0, 0.53) 80%, #000 100%);
  pointer-events: none;
  z-index: 2;
}

/* Vertical Map Lines */
.map-line {
  position: absolute;
  width: 1px;
  height: 200px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 58%, rgba(255,255,255,0) 100%);
  z-index: 2;
}

/* Logo & Text Labels */
.logo-label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  color: white;
  font-size: 14px;
  text-align: center;
}

.logo-label img {
  width: 200px;
  margin-bottom: 12px;
}

/* Special for Hyderabad */
.logo-hyderabad img {
  width: 230px;
}

.logo-hyderabad p {
  font-weight: 600;
  font-size: 15px;
}

/* ---------------------------
   🎯 Positioning per City
---------------------------- */

/* Hyderabad */
.line-hyderabad {
    top: 4%;
    left: 49.5%;
    height: 350px;
}
.logo-hyderabad {
  top: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Bengaluru */
.line-bengaluru {
    top: 15%;
    left: 47%;
    height: 340px;
}

.logo-bengaluru {
  top: 20%;
  left: 38%;
  transform: translate(-50%, -50%);
}

/* Visakhapatnam */
.line-vizag {
    top: 15%;
    left: 53%;
    height: 265px;
}

.logo-vizag {
  top: 20%;
  left: 62%;
  transform: translate(-50%, -50%);
}
.logo-label p {
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
}
/* Responsive */
@media (max-width: 768px) {
  .gradient-heading {
    font-size: 36px;
    line-height: 1.2;
  }

  .logo-label img {
    width: 140px;
  }

  .logo-label p {
    font-size: 12px;
  }

  .map-line {
    display: none; /* Hide lines on mobile */
  }

  .logo-label {
        position: absolute;
        margin: 30px auto;
    }
.logo-hyderabad {
    top: 10%;
    left: 24%;
    transform: translate(-50%, -50%);
}
.logo-bengaluru {
    top: 10%;
    left: 70%;
    transform: translate(-50%, -50%);
}
.logo-vizag {
    top: 65%;
    left: 48%;
    transform: translate(-50%, -50%);
}

  .earth-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .group-section .mb-180 {
	  margin-bottom: 10px !important;
  }
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-120 {
  margin-top: 120px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-150 {
  margin-bottom: 100px;
}
.mb-180 {
  margin-bottom: 180px;
}

/* End group-section */




/* Start of Gallery section */
.gallery-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}
.gallery-section h2 {
    font-size: clamp(32px, 6vw, 60px);
    font-weight: 300;
    line-height: 1.2;
    background: linear-gradient(90deg, #6F00CB 0%, #FF9AA8 100%);
    background-size: 400px;              /* Force wider gradient span */
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;               /* For Firefox */
    color: transparent;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.g-img {
  object-fit: cover;
  border-radius: 0px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Image styles matching your Figma layout */
.portrait {
    grid-column: span 1;
    height: 280px;
}
.portrait1 {
    grid-column: span 1;
    height: 183px;
}
.portrait2 {
    grid-column: span 1;
    height: 205px;
}
.landscape {
    grid-column: span 3;
    height: 183px;
}
.wide {
  grid-column: span 4;
  height: 406px;
}
.lift-up {
  margin-top: -100px; /* adjust as needed */
}
/* Responsive */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .g-img {
    grid-column: span 2 !important;
    height: auto !important;
  }

  .gallery-heading {
    font-size: 32px;
  }
   .lift-up {
    margin-top: 0 !important;
  }
}


/* End of Gallery section */
  
/* === Our DNA PAGE Section === */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* always 3 per row */
  gap: 24px;
  margin-top: 20px;
  position: relative;
}

/* ====== BRAND CARD ====== */
.product-brands .brand-card {
  background: #FAFAFA;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

/* Hover effect */
.product-brands .brand-card:hover {
  background: #f3e9fb;
  border: 1px solid #7b2cbf;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

/* Active effect */
.product-brands .brand-card:active {
  background: #e2d4f6;
  border: 1px solid #7b2cbf;
}

/* ====== LOGO STYLING ====== */
.brand-card img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-card:hover img {
  transform: scale(1.05);
}

/* ====== DROPDOWN ====== */
.brand-selector {
  position: relative;
  z-index: auto;
  overflow: visible !important; /* prevent clipping */
}

.brand-selector select.form-select {
  width: 320px;    
  height: 50px;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #ccc !important;   /* force all sides */
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  appearance: none; /* removes browser default arrow styling */
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Hover + focus effects */
.brand-selector select.form-select:hover {
  border-color: #7b2cbf;
}

.brand-selector select.form-select:focus {
  border-color: #7b2cbf;
  box-shadow: 0 0 0 3px rgba(123, 44, 191, 0.2);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 992px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* Style the category dropdown */
#brandFilter {
  width: 350px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  font-family: inherit;
  cursor: pointer;

  /* Remove default browser arrows */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Add custom dropdown arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

/* Hover & focus effect */
#brandFilter:hover {
  border-color: #999;
}

#brandFilter:focus {
  outline: none;
  border-color: #a855f7; /* violet highlight */
  box-shadow: 0 0 5px rgba(168, 85, 247, 0.5);
}
/* === End DNA PAGE Section === */



.rotate-img {
  animation: rotate360 30s linear infinite;
  display: block;
  margin: auto;
}

.rotate-img:hover {
  animation-play-state: paused;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#formMessage {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px; 
}

#formMessage .checkmark {
  color: green; 
}

#formMessage .gradient-text {
  background: linear-gradient(90deg, #6F00CB 0%, #FF9AA8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}