
html {
  scroll-behavior: smooth;
}

/*--- Contact form  Area----*/

.contact-container {
      background: url(../img/banner/Contact-bg.png) no-repeat top center;
     background-size:contain;
     background-color: #000;
    }
    .contact-page{
      display: flex;
      height: auto;
      justify-content: space-between;
      padding: 250px 80px 20px 80px;
      flex-wrap: wrap;

    }

    .contact-left {
        padding-top: 60px;
      max-width: 450px;
    }

    .contact-left h1 {
      font-size: 36px;
      margin-bottom: 15px;
    }

    .contact-left p.desc {
     line-height: normal;
      font-size: 14px;
      color: #717070;
      margin-bottom: 30px;
    }

   .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
    
    .email{
      display: flex;
      align-items: center;
      margin-bottom: 40px;
      justify-content: left;
    } 
    .email-box {
      background: linear-gradient(145deg, #2d2d2d, #090909);
      display: flex;
      align-items: center;
      justify-items: center;
      height: 60px;
      width: 60px;
      padding: 2px;
      border-radius: 12px;
    }

    .email p{
        margin-left: 14px;
        color: white;
        margin-bottom: 0px;
        font-size: 16px;
    }
    .email span {
      color: #717070;
      margin-left: 14px;
      font-size: 14px;
    }
    .email-box i {
      font-size: 25px;
      padding-left: 16px;
    }

    .social-title {
      font-size: 20px;
      margin-bottom: 10px;
      font-weight:500;
      color: #fff;
    }

    .social-icons {
      display: flex;
      gap: 20px;
      cursor: pointer;
    }

    .social-icons i {
      background: linear-gradient(145deg, #2d2d2d, #090909);
      border-radius: 50%;
      padding: 18px;
      font-size: 25px;
      transition: background 0.3s;
      color: white;
    }

    .social-icons i:hover {
      background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left, #4458dc, #854fee);
     }

    .contact-right {
      flex: 1;
      max-width: 600px;
      background-color: rgb(62, 62, 62, 0.19);
      padding: 10px;
      border-radius: 20px;
    }

    .contact-right form {
      display: flex;
      flex-direction: column;
    }

    .contact-right input,
    .contact-right textarea {
      background-color: rgb(47, 47, 47, 0.44);
      border: none;
      padding: 15px;
      border-radius: 10px;
      margin-bottom: 8px;
      color: #fff;
      font-size: 14px;
    }
  input:focus,
 textarea:focus,
   select:focus {
    outline: none;
    box-shadow: none;
    filter: brightness(1.4);
   }
    .contact-right textarea {
      height: 250px;
      resize: none;
    }


.contact-right {
  animation-delay: 0.2s;
}



.p-button {
  width: 100%;
  display: inline-block;
  color: #fff;
  letter-spacing: 0px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 46px;
  margin-top: 0px;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left, #4458dc, #854fee);
  border: double 2px transparent;
  box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3); }
  .p-button span {
    padding: 0 42px; }
  .p-button.tr-bg {
    background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #4458dc, #854fee);
    border: 2px solid transparent;
    color: #222222;
    box-shadow: none; }
    .p-button.tr-bg:hover {
      background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left, #4458dc, #854fee);
      border: double 2px transparent;
      color: #ffffff;
      box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3); }
  .p-button:hover {
    background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #4458dc, #854fee);
    border: 2px solid #854fee;
    color: #222222;
    box-shadow: none;
    background-clip: border-box; }


   @media (max-width: 900px) {
  .contact-page {
    flex-direction: column;
    padding: 60px 40px;
    gap: 50px;
  }
  .contact-container {
      background: url(../img/banner/Contact-bg.png) no-repeat top center;
     background-size:cover;
     background-color: #000;
    }
}
    /*--- Contact form Area End----*/ 
     /*--- Faq Area----*/ 
     .faq-area{
      background-color: #000;
     }


    .faq-subtext {
      color: #888;
      margin-bottom: 40px;
      margin-top: 20px;
      font-size: 14px;
      text-align: center;
      max-width: 500px;
      justify-self: center;
      line-height: normal;
      z-index: 1;
    }

    .faq-container {
      width: 100%;
      max-width: 700px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      justify-self: center;
      z-index: 1;
    }

    .faq-item {
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
      z-index: 1;
    }
    .faq-item:hover {
    box-shadow: 0 0 15px rgba(119, 119, 119, 0.2);
    }

    .faq-question {
      cursor: pointer;
      padding: 18px 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 1;
    }

    .faq-question h3 {
      font-size: 16px;
      font-weight: 500;
      margin: 0;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      padding: 0 24px;
    }

    .faq-answer p {
      margin: 16px 0;
      font-size: 14px;
      color: #aaa;
    }

    .faq-item.open .faq-answer {
      max-height: 200px; /* enough height for typical answers */
    }

    .faq-item .icon {
      font-size: 18px;
      transition: transform 0.3s;
    }

    .faq-item.open .icon {
      transform: rotate(45deg);
    }
    .blue-glow {
    position: absolute;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(57, 68, 199, 0.5) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
    filter: blur(100px);
    animation: sunPulse 15s ease-in-out infinite;}
     /*--- Faq Area End----*/ 
     .footer{
      padding-top: 50px;
     }
     .footer-area{
      background-color: #000;
     }
     .line-5{
      width: 100%;
      height: 1px;
      border: none;
      background-image: radial-gradient(circle, #717070, #000);
     }