@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ramabhadra&display=swap');
:root {
  --primary: #6630c1;
  --secondary: #efa330;
  --accent: #4cc9f0;
  --light: #f8f9fa;
  --white: #fff;
  --dark: #212529;
  --success: #4ade80;
  --warning: #fbbf24;
  --danger: #f87171;
  --gray: #6c757d;
  --gradient-primary: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  --gradient-secondary: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

html {
  scroll-behavior: smooth;
}



body {
  font-family: "Ramabhadra", sans-serif;
  overflow-x: hidden;
  
  letter-spacing: 2px;
}
p {
  font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Ramabhadra", sans-serif;
  font-weight: 500;
}
#menubar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
#menubar.sticky {
  position: fixed;
}
.bg-Eka {
  background-color: #6630c1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
  padding: 5px 25px;
  border-radius: 0px 0px 25px 25px;
}
.dvdsp{
	position: relative;
	top: -2px;
}
.navbar {
  padding: 0 !important;
  transition: all 0.3s ease;
}
.navbar-scrolled {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background-color: white !important;
}
.navbar-brand img {
  height: 70px;
}
.nav-link {
  color: var(--white);
  margin: 0 15px 0px 40px;
  position: relative;
  font-family: "Ramabhadra", sans-serif;
  font-size: 20px;
  font-weight: 900;
}
.nav-link:hover {
  color: var(--secondary);
}
.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--secondary);
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}
.nav-link:hover::after {
  width: 100%;
}
.nav-item:not(:first-child)::after {
  content: " / ";
  color: #FFF;
  position: absolute;
  top: 8%;
  font-size: 50px;
  font-weight: 100;
  font-family: "Playfair Display", serif;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {
  border-color: white;
  color: white;
}
.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.1); /* soft white hover */
}
/* Force logo on left and toggler on right on mobile */
@media (max-width: 991.98px) {
  .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-toggler {
    order: 2;
    z-index: 1061; /* above the menu */
  }
  .navbar-brand {
    order: 0;
  }
  .nav-item:not(:first-child)::after {
    content: " ";
    position: inherit;
    font-size: 0px;
  }
  /* Animate the collapsed menu */
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100vh;
    background-color: #6630c1;
    padding: 2rem 1rem;
    transition: left 0.3s ease;
    z-index: 1060;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  }
  /* When menu is open */
  .navbar-collapse.show {
    left: 0;
  }
  /* Make nav vertical */
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .navbar-nav .nav-item {
    margin-bottom: 1rem;
  }
  #menubar {
    position: relative;
  }
  .bg-Eka {
    border-radius: 0px !important;
    padding: 0px 10px;
  }
	
	.mob{
	display: block!important;
		width: 170px;
}
}

.mob{
	display: none;
}



/*.logo-roll {
  display: inline-block;
  transition: transform 1s ease;
}

.logo-roll:hover {
  transform: rotateY(360deg);
}*/
.section-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
  font-size: 70px;
  font-family: "Ramabhadra", sans-serif;
  font-weight: 900;
}
.section-title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background: var(--secondary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
.pixel-glow {
  /*  position: relative;
  display: inline-block;*/
  overflow: hidden;
  image-rendering: pixelated;
  filter: contrast(1.2) brightness(1.1);
}
.pixel-glow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 3px);
  pointer-events: none;
  z-index: 2;
}
/*.pixel-glow img {
  filter: drop-shadow(0 0 5px rgba(0, 255, 255, 0.4));
}*/
/* --- Spark Trails --- */
.spark {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  animation: spark-fade 0.9s ease forwards;
  mix-blend-mode: screen;
  box-shadow: 0 0 10px currentColor;
}
@keyframes spark-fade {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
.card {
  border: none;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.card-img-top {
  height: auto;
  object-fit: cover;
}
.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: rgba(67, 97, 238, 0.1);
  color: var(--primary);
  font-size: 30px;
}
.card-body {
  flex: 1 1 auto;
  padding: 0px 50px 50px 50px;
  margin-top: -80px;
}
.bg-gradient-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
}
.text-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 8px;
  padding: 10px 15px;
  font-weight: 900;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(67, 97, 238, 0.3);
}
.btn-outline-primary {
  color: #000;
  background-color: white;
  border-radius: 15px;
  padding: 20px 35px;
  font-weight: 900;
  transition: all 0.3s ease;
  font-size: 25px;
  text-transform: uppercase;
  border: none;
  position: relative;
  z-index: 500;
}
.btn-outline-primary:hover {
  background-color: var(--primary);
  color: white;
  transform: translateY(-3px);
  box-shadow:
    0 0 10px white, 0 0 20px white, 0 0 30px white;
}
.btn-outline-primary::after {
  content: "\f061"; /* Font Awesome arrow */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 12px;
  opacity: 1;
  transform: translateX(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.btn-outline-primary:hover::after {
  opacity: 1;
  transform: translateX(5px);
}
.Abtsec {
  position: relative;
  background: linear-gradient(90deg, #7b2ff7, #b721ff);
/*  clip-path: polygon(0% 5%, 10% 3%, 20% 4%, 30% 2%, 40% 3%, 50% 0%, 60% 2%, 70% 1%, 80% 3%, 90% 2%, 100% 5%, 100% 85%, 90% 87%, 80% 89%, 70% 88%, 60% 91%, 50% 90%, 40% 92%, 30% 91%, 20% 94%, 10% 93%, 0% 95%);*/
  padding: 150px 0px;
  color: white;
  text-align: left;
  overflow: hidden;
}
.section-title2 {
  color: #fff;
  text-shadow: 2px 6px 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 70px;
  font-family: "Ramabhadra", sans-serif;
  font-weight: 900;
	margin-bottom: 50px;
}
.typewriter {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing 4s steps(60, end) forwards;
}
.typewriter:nth-child(2) {
  animation-delay: 3.2s;
}
.typewriter:nth-child(3) {
  animation-delay: 6.6s;
}
.typewriter:nth-child(4) {
  animation-delay: 9.5s;
}
@keyframes typing {
  from {
    width: 0
  }
  to {
    width: 100%
  }
}
.speech-bubble {
  --bottom-space: 75px;
  --top-space: 44px;
  /*background: linear-gradient(337deg, #8133f7 18.18%, #4a22ce 81.97%);*/ background-image:
    url("../img/dots.webp"), linear-gradient(337deg, #8133f7 18.18%, #4a22ce 81.97%);
  background-blend-mode: overlay; /* or try multiply, soft-light, etc. */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0 0, 0 0, calc(100% - var(--top-space) * 7) 0, calc(100% - var(--top-space) * 5.5) calc(var(--top-space) * .66), calc(100% - var(--top-space) * 4) 0, 100% 0, 100% calc(100% - var(--bottom-space) * .66), calc(var(--bottom-space) * 3) calc(100% - var(--bottom-space) * .66), calc(var(--bottom-space) * 3.5) 100%, calc(var(--bottom-space) * 1.5) calc(100% - var(--bottom-space) * .75), calc(var(--bottom-space) * .75) calc(100% - var(--bottom-space) * .66), 0 calc(100% - var(--bottom-space) * .66));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: calc(var(--top-space) + 10px) 16px var(--bottom-space);
  margin: 1rem 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 50px 50px 80px 80px;
/*  position: absolute;
  right: -65px;*/
	margin-right: -65px;
}
.speech-bubble:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(43, 0, 255, 0.3);
}
.speech-bubble2 {
  --bottom-space: 75px;
  --top-space: 54px;
  /*background: linear-gradient(337deg, #f8cb0f 18.18%, #e49a08 81.97%);*/
  background-image:
    url("../img/dots.webp"), linear-gradient(337deg, #f8cb0f 18.18%, #e49a08 81.97%);
  background-blend-mode: overlay; /* or try multiply, soft-light, etc. */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0 0, 0 0, calc(var(--top-space) * .25) 0, calc(var(--top-space) * 2) calc(var(--top-space) * .66), calc(var(--top-space) * 4) 0, 100% 0, 100% calc(100% - var(--bottom-space) * .66), calc(100% - var(--bottom-space) * .75) calc(100% - var(--bottom-space) * .66), calc(100% - var(--bottom-space) * 2) calc(100% - var(--bottom-space) * .75), calc(100% - var(--bottom-space) * 4) 100%, calc(100% - var(--bottom-space) * 3.5) calc(100% - var(--bottom-space) * .66), 0 calc(100% - var(--bottom-space) * .66));
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: calc(var(--top-space) + 10px) 16px var(--bottom-space);
  margin: 1rem 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 50px 50px 80px 80px;
/*  position: absolute;
  left: -65px;*/
	margin-left: -65px;
}
.speech-bubble2:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(254, 98, 37, 0.3);
}
.animaidle {
  animation: idle-slide-x-5cac9fc3 10s linear infinite;
}
.sppo {
  position: relative;
  z-index: 2;
}
.animalogo {
  animation: idle-rotate-5cac9fc3 10s linear infinite
}
@keyframes idle-rotate-5cac9fc3 {
  0% {
    transform: translateY(0%) rotate(0)
  }
  25% {
    transform: translateY(0%) rotate(-10deg)
  }
  75% {
    transform: translateY(0%) rotate(10deg)
  }
  to {
    transform: translateY(0%) rotate(0)
  }
}
@keyframes idle-slide-x-5cac9fc3 {
  0% {
    transform: translateY(0%)
  }
  25% {
    transform: translate(4.5%, 0%)
  }
  75% {
    transform: translate(-4.5%, 0%)
  }
  to {
    transform: translateY(0%)
  }
}

@media (max-width: 991.98px) {
	.speech-bubble2{
		margin-left: 0px!important;
	}
	.speech-bubble{
		margin-right: 0px!important;
	}
  }




.Message h1 {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 7px;
  font-style: italic;
  margin-bottom: 10px;
}
.Message h4 {
  position: relative;
  left: 25%;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 3px;
  margin-top: -20px;
}


.Message h3 {
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 1px;
  font-style: italic;
}
.footer img {
  width: 190px;
}


.footer h5 {
	font-weight: 100;
	
}

.footer h6 {
	font-weight: 100;
	font-size: 12px;
	
}

.footer p {
	font-size: 16px;
	
}


.men-foo{
  color: #b8b8d4!important;
	font-size: 12px;
}

.men-foo:hover {
  color: white!important;
}

.footer-link {
  color: #b8b8d4;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.footer-link:hover {
  color: white;
  transform: translateX(5px);
}
.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s ease;
  color: white;
  text-decoration: none;
}
.social-icon:hover {
  background: var(--primary);
  transform: translateY(-5px);
  color: white;
}
.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
  z-index: 999;
  transition: all 0.3s ease;
  text-decoration: none;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.4);
  color: white;
}

.bg-Eka2 {
  background-color: #6630c1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
  padding: 60px 60px 20px 60px;
  border-radius: 25px 25px 0px 0px;
}


.magic-border-bottom {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
	background-color: #fff;
  height: 3px;
	
}





/* === Responsive Overrides === */

@media (max-width: 1200px) {
  .section-title, .section-title2 {
    font-size: 3rem;
  }
  .Message h1 {
    font-size: 3rem;
  }
  .Message h3 {
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  .navbar .container {
    flex-direction: row;
    justify-content: space-between;
  }

  .navbar-collapse {
    overflow-y: auto;
    max-height: 100vh;
  }

  .nav-link {
    font-size: 18px;
    margin: 10px 0;
  }

  .section-title, .section-title2 {
    font-size: 2.5rem;
    text-align: center;
  }

  .Abtsec {
    padding: 80px 5vw;
    text-align: center;
  }

  .card-body {
    padding: 30px;
    margin-top: -50px;
  }

  .card-img-top {
    width: 100%;
    height: auto;
  }

  .btn-outline-primary {
    padding: 15px 30px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 1rem;
  }

  .section-title, .section-title2 {
    font-size: 2rem;
  }

  .Message h1 {
    font-size: 2.2rem;
    text-align: center;
  }

  .Message h3, .Message h4 {
    font-size: 1rem;
    text-align: center;
    left: 0;
  }

  .Abtsec {
    padding: 80px 4vw;
  }
	
	  .Abtsec h5 {
    font-size: 14px;
  }

  .speech-bubble,
  .speech-bubble2 {
    position: inherit!important;
	 padding: 50px 10px 70px 10px;

  }

  .btn-outline-primary,
  .btn-primary {
    font-size: 16px;
    padding: 12px 24px;
  }

  .footer {
    text-align: center;
  }

  .footer img {
    width: 150px;
  }

  .social-icon {
    margin: 10px auto;
  }

  .footer-link {
    text-align: center;
  }

  .whatsapp-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
    bottom: 20px;
    right: 10px;
  }
	
	.bg-Eka2 {
    padding: 40px 20px 20px 20px;
}
	
	.padsp{
		padding: 0px 70px;
	}
	
	.spimg{
		width: 250px!important;
	}
	
	.spt{
		padding-top: 20px;
	}
}

@media (max-width: 480px) {
  .section-title, .section-title2 {
    font-size: 1.6rem;
  }

  .Message h1 {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }

  .Message h3 {
    font-size: 1.4rem;
    letter-spacing: 3px;
  }

  .nav-link {
    font-size: 16px;
    margin: 5px 0;
  }

  .btn-outline-primary,
  .btn-primary {
    font-size: 14px;
    padding: 10px 20px;
  }

  .card-body {
    padding: 20px;
    margin-top: -40px;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

	.footer h6{
		font-size: 12px;
	}
	
  .footer h5,
  .footer p {
    font-size: 14px;
  }

  .footer img {
    width: 120px;
  }
}



.gamepg{
	height: 120vh;
	width: 100%;
	background-image: url("../img/EABE-BANNER.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  text-align: center;      /* ensures image aligns center inside */
	padding: 100px 0px 50px 0px;
}


.btn-primary2 {
  color: white;
  background-color: var(--primary);
  border-radius: 50px;
  padding: 10px 50px;
  font-weight: 900;
  transition: all 0.3s ease;
  font-size: 25px;
  text-transform: uppercase;
  border: none;
  position: relative;
  z-index: 500;
}
.btn-primary2:hover {
  background-color: white;
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow:
    0 0 10px var(--primary), 0 0 20px var(--primary), 0 0 30px var(--primary);
}


.gamepg2{
	display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  text-align: center;      /* ensures image aligns center inside */
	padding: 80px 0px;
	background-color: var(--primary);
}

.w-80{
	width: 80%;
}

.w-15{
	width: 15%;
}

.top--50{
	margin-top: -70px;
	z-index: 50;
}

.gamepg2 h2 {
    color: #fff;
    text-shadow: 2px 6px 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 60px;
    font-family: "Ramabhadra", sans-serif;
    font-weight: 900;
	font-style: italic;
}
.gamepg2 p {
    color: #fff;
}

/* Contact Form */
        .Contact-form-container {
            background: var(--Contact-white);
            padding: 3rem;
            border-radius: 20px;
            box-shadow: var(--Contact-shadow-lg);
            border: 1px solid var(--Contact-gray-200);
        }

        .Contact-form-title {
            font-weight: 700;
            font-size: 2rem;
            color: var(--Contact-dark);
            margin-bottom: 1rem;
        }

        .Contact-form-subtitle {
            color: var(--Contact-light);
            margin-bottom: 2.5rem;
            font-size: 1.125rem;
        }

        .Contact-form-group {
            margin-bottom: 1.5rem;
        }

        .Contact-form-label {
            display: block;
            font-weight: 600;
            color: var(--Contact-dark);
            margin-bottom: 0.5rem;
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .Contact-form-input,
        .Contact-form-select,
        .Contact-form-textarea {
            width: 100%;
            padding: 1rem 1.25rem;
            border: 2px solid var(--Contact-gray-200);
            border-radius: 12px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: var(--Contact-white);
            color: var(--Contact-dark);
        }

        .Contact-form-input:focus,
        .Contact-form-select:focus,
        .Contact-form-textarea:focus {
            outline: none;
            border-color: var(--Contact-primary);
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .Contact-form-textarea {
            resize: vertical;
            min-height: 120px;
        }

        .Contact-form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }

        .Contact-btn {
            width: 100%;
            padding: 1rem 2rem;
            background: var(--Contact-gradient-primary);
            color: var(--Contact-white);
            border: none;
            border-radius: 12px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .Contact-btn:hover {
            transform: translateY(-2px);
            box-shadow: var(--Contact-shadow-lg);
        }

        .Contact-btn:active {
            transform: translateY(0);
        }


     :root {
            --Contact-primary: #6630c1;
            --Contact-secondary: #1e40af;
            --Contact-accent: #06b6d4;
            --Contact-success: #10b981;
            --Contact-warning: #f59e0b;
            --Contact-danger: #ef4444;
            --Contact-dark: #1e293b;
            --Contact-light: #64748b;
            --Contact-lighter: #94a3b8;
            --Contact-bg: #f8fafc;
            --Contact-white: #ffffff;
            --Contact-gray-50: #f9fafb;
            --Contact-gray-100: #f3f4f6;
            --Contact-gray-200: #e5e7eb;
            --Contact-gradient-primary: linear-gradient(135deg, #6630c1 0%, #6630c1 100%);
            --Contact-gradient-secondary: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
            --Contact-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            --Contact-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
            --Contact-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --Contact-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
            --Contact-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
        }

.size45{
	font-size: 45px;
	text-align: center;
}


/* Tick icon style */
.Contact-form-group {
  position: relative; /* for positioning tick */
}

.Contact-form-group.valid input,
.Contact-form-group.valid textarea {
  border-color: #6630c1; /* optional: purple border when valid */
}

.Contact-form-group.valid::after {
  content: "✔";
  position: absolute;
  top: 35px;
  right: 10px;
  color: #6630c1; /* purple tick */
  font-size: 18px;
}


/* ========================
   Responsive Adjustments
======================== */

/* Large tablets & small laptops (≤ 1200px) */
@media (max-width: 1200px) {
  .gamepg {
    height: auto;
    padding: 80px 20px;
  }

  .gamepg2 h2 {
    font-size: 48px;
  }

  .btn-primary2 {
    font-size: 22px;
    padding: 10px 40px;
  }
}

/* Tablets (≤ 992px) */
@media (max-width: 992px) {
  .gamepg {
    padding: 70px 15px;
  }

  .gamepg2 {
    padding: 60px 20px;
    flex-direction: column; /* stack items */
  }

  .gamepg2 h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .w-80 {
    width: 100%;
  }

  .w-15 {
    width: 25%;
  }

  .btn-primary2 {
    font-size: 20px;
    padding: 10px 35px;
  }
}

/* Mobile devices (≤ 768px) */
@media (max-width: 768px) {
  .gamepg {
    height: auto;
    padding: 60px 10px;
  }

  .gamepg2 {
    padding: 50px 15px;
  }

  .gamepg2 h2 {
    font-size: 32px;
  }

  .btn-primary2 {
    font-size: 18px;
    padding: 8px 25px;
  }

  .Contact-form-row {
    grid-template-columns: 1fr; /* stack inputs */
  }

  .Contact-form-container {
    padding: 2rem;
  }
}

/* Small mobile devices (≤ 480px) */
@media (max-width: 480px) {
  .gamepg {
    padding: 50px 5px;
  }

  .gamepg2 {
    padding: 40px 10px;
  }

  .gamepg2 h2 {
    font-size: 26px;
  }

  .btn-primary2 {
    font-size: 16px;
    padding: 8px 20px;
  }

  .Contact-form-container {
    padding: 1.5rem;
  }

  .size45 {
    font-size: 28px;
  }
}


.priv{
	padding: 80px 0px;
}

.privacypg{

	height: 60vh;
	width: 100%;
	background-image: url("../img/Bannerweb.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  text-align: center;      /* ensures image aligns center inside */
	padding: 100px 0px 50px 0px;
}
