/* banar section start */
.banner-image {
  position: relative;
  width: 100%;
  height: 117vh;       
  margin-top: -75px;
  background: url('../img/core-img/business1.jpg') top center/cover no-repeat;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}



.banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.0); 
  z-index: 1;
}


.banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto; 
  padding: 40px 50px;
  border-radius: 15px;
  transition: background 0.3s ease, box-shadow 1.5s ease-in-out;
  animation: glowPulse 6s ease-in-out infinite;
}

.banner-content h1 {
  font-size: 40px;
  margin-top: 70vh;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0,0,0,0.9);
  text-align: center;

  /* animation */
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideIn 1s ease-out forwards;
}

.banner-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);

  /* animation */
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideIn 1s ease-out forwards;
  animation-delay: 0.4s; 
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}





@media (max-width: 480px) {
  .banner-image {
    height: 300px;
    margin-top: 60px;
    border-radius: 0;
  }

  .banner-content {
    padding: 20px 15px;
    max-width: 90%;
  }

  .banner-content h1 {
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .banner-content p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
}



/* 📱 Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .banner-image {
    height: 280px;
    margin-top: 60px;
  }

  .banner-content {
    padding: 15px;
    max-width: 95%;
  }

  .banner-content h1 {
    font-size: 24px;
    margin-top: 20vh;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }

  .banner-content p {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}


@media screen and (min-width: 481px) and (max-width: 1024px) {

  .banner-image {
    height: 80vh;
    margin-top: 10px;
    background-position: center center;
    background-size: cover;
    justify-content: center; /* center alignment on tablets */
    align-items: center;
  }

  .banner-content {
    max-width: 600px;
    padding: 30px 25px;
    margin: 0 20px;
    text-align: center;
  }

  .banner-content h1 {
    font-size: 35px; /* smaller heading */
    margin-top: 40vh;
    line-height: 1.3;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  }

  .banner-content p {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 10px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  }

}


/* banar section End */



/* Intro section start*/

.contact-intro .intro-content h2{
  color: #555;
  font-size: 42px;
  font-weight: 700;
}

.contact-intro .intro-content {
  text-align: center;
   color:gray;
  font-size: 28px;
  font-weight: 500;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 20px;
}
.contact-intro .intro-content span {
  text-align: center;
   color:#00a0e3;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  max-width: 950px;
 margin-top: 150px;
  
}




/*  Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .contact-intro .intro-content h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .contact-intro .intro-content {
    font-size: 14px;
    padding: 20px 5px;
    font-weight: 900;
  }
}

/*  Tablets (481px – 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .contact-intro .intro-content h2 {
    font-size: 32px;
    line-height: 1.4;
  }

  .contact-intro .intro-content {
    font-size: 18px;
    padding: 25px 20px;
    max-width: 90%;
  }
}

/*  Small Laptops (769px – 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .contact-intro .intro-content h2 {
    font-size: 36px;
  }

  .contact-intro .intro-content {
    font-size: 20px;
    max-width: 95%;
  }
}

/* Intro part End */





/* form section start */
.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 10%;
  background-color: white;
  gap: 60px;
  flex-wrap: wrap;
}

.left-side {
  flex: 1;
  min-width: 300px;
  color: #333;
}

.left-side h2 {
  font-size: 2.2rem;
  color: #00a0e3;
  margin-bottom: 10px;
  font-weight: 540;
}

.left-side p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 6px;
  color: #444;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  font-size: 1rem;
  margin-bottom: 6px;
}

.contact-info li strong {
  color: #00a0e3;
  margin-right: 6px;
}

/* ------------------------
   Right Side (Form)
   ------------------------ */
.right-side {
  flex: 1;
  min-width: 300px;
  background-color: #121212; 
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #f1f1f1;
}

.right-side:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.7);
}

.right-side h3 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #00a0e3; /* Accent color */
  font-weight: 600;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 6px;
  font-weight: 600;
  color: #f1f1f1; /* Light label text */
  cursor: pointer;
}

.form-group input,
.form-group textarea {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #444; 
  border-radius: 6px;
  background-color: #1e1e1e;
  color: #f1f1f1;
  transition: border-color 0.3s, background-color 0.3s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #bbb; 
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #00a0e3; 
  background-color: #222; 
  box-shadow: 0 0 8px rgba(0, 160, 227, 0.4);
}

button[type="submit"] {
  padding: 14px 20px;
  background-color: #00a0e3;
  color: #121212; 
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

button[type="submit"]:hover {
  background-color: #0078b3; 
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .right-side {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .right-side {
    padding: 20px;
  }

  .right-side h3 {
    font-size: 1.4rem;
  }

  .form-group input,
  .form-group textarea {
    padding: 10px;
    font-size: 0.9rem;
  }

  button[type="submit"] {
    font-size: 0.9rem;
    padding: 12px;
  }
}

/* 🌐 Responsive Design for Tablets (481px to 1024px) */
@media screen and (min-width: 481px) and (max-width: 1024px) {

  /* ==== CONTACT SECTION ==== */
  .contact-section {
    display: flex;
    flex-direction: row; /* side-by-side rakha */
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 6%;
    gap: 40px;
    flex-wrap: wrap;
  }

  .left-side {
    flex: 1;
    max-width: 48%;
    text-align: left;
  }

  .left-side h2 {
    font-size: 1.9rem;
  }

  .left-side p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .contact-info li {
    font-size: 0.95rem;
  }

  .right-side {
    flex: 1;
    max-width: 48%;
    padding: 30px 25px;
  }

  .right-side h3 {
    font-size: 1.5rem;
    text-align: center;
  }

  .contact-form {
    gap: 16px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 0.95rem;
    padding: 10px;
  }

  button[type="submit"] {
    font-size: 0.95rem;
    padding: 12px 18px;
    width: 100%;
  }


  /* ==== BUBBLE SECTION ==== */
  .bubble-container-alt {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 40px auto 0 auto; 
    float: none; /* float remove kiya */
    display: block;
  }

  .bubble-alt1 {
    width: 70px;
    height: 70px;
    top: 20px;
    left: 60px;
  }

  .bubble-alt2 {
    width: 110px;
    height: 110px;
    top: 180px;
    left: 160px;
  }

  .bubble-alt3 {
    width: 90px;
    height: 90px;
    top: 100px;
    left: 110px;
  }
}



/* Animation section End*/






/* Animation section start*/
.bubble-container-alt {
  position: relative;
  width: 380px;
  height: 380px;
  margin: -400px 0 0 60px;
  float: left;
  overflow: visible;
  background: transparent;
}


.bubble-alt {
  position: absolute;
  border-radius: 50%;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: floatUpDownAlt;
}

/* Cyan bubble */
.bubble-alt1 {
  width: 90px;
  height: 90px;
  top: 28px;
  left: 80px;
  background: rgba(0, 255, 255, 0.45);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.6);
  border: 2px solid rgba(0, 255, 255, 0.5);
  animation-duration: 7s;
  animation-delay: 0s;
}

/* Magenta bubble */
.bubble-alt2 {
  width: 140px;
  height: 140px;
  top: 225px;
  left: 220px;
  background: rgba(255, 0, 255, 0.4); /* magenta, more visible */
  box-shadow: 0 0 25px rgba(255, 0, 255, 0.55);
  border: 2px solid rgba(255, 0, 255, 0.5);
  animation-duration: 9s;
  animation-delay: 2s;
}

/* Yellow bubble */
.bubble-alt3 {
  width: 110px;
  height: 110px;
  top: 115px;
  left: 140px;
  background: rgba(255, 255, 0, 0.45); /* yellow, more visible */
  box-shadow: 0 0 20px rgba(255, 255, 0, 0.6);
  border: 2px solid rgba(255, 255, 0, 0.5);
  animation-duration: 8s;
  animation-delay: 1s;
}

/* Floating animation */
@keyframes floatUpDownAlt {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-40px) scale(1.1);
    opacity: 1;
  }
}


@media (max-width: 480px) {
  .bubble-container-alt {
    width: 220px;
    height: 220px;
    margin: 20px auto; /* center align on mobile */
    float: none;
  }

  .bubble-alt1 {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 60px;
  }

  .bubble-alt2 {
    width: 80px;
    height: 80px;
    top: 130px;
    left: 120px;
  }

  .bubble-alt3 {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 90px;
  }
}

/* Animation section Ebd*/




/* footer k uper ke animation section start*/
.contact-animation-bar {
  margin-top: 40px;
  height: 6px;
  width: 100%;
  background-color: #e0e0e0;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.moving-bar {
  height: 100%;
  width: 40%;
  background: linear-gradient(90deg, #00ffff, #ff00ff, #ffff00);
  animation: slideBar 2.5s linear infinite;
  border-radius: 4px;
  filter: blur(0.5px);
}

@keyframes slideBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(250%);
  }
}

/* footer k uper ke animation section End*/

