body {
  margin-top: -32px;
  padding: 0;
  font-family: poppins, sans-serif !important;
}

.support-section {
  padding: 60px 0;
  width: 100%;
}
.contactus{
  font-family: "Caveat", cursive;
  color: #7241c1;
  font-size: 3rem;
  font-weight: 900  ;
  
}
.main-image {
  width:600px;
  height: 480px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  object-fit: cover;
  display: block;
  z-index: 2;
}


.form-container {
  border: 1px solid #d4b4fa;
  box-shadow: 0px 0px 20px #ac79ff;
  padding: 20px;
  border-radius: 12px;
  background-color: #e6d2ff;
}
.form-container  .needs{
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
.support-section h2 {
  color: #2d2d2d;
  font-weight: 400;
  font-size: 40px;
}

.support-section p {
  color: #999;
  font-weight: 400;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #494949;
}

.form-group input,
.form-group select,
.form-group textarea { 
  border: 1px solid #ac79ff;
  color: #010101;
  border-radius: 6px;
  background-color: #e6d2ff !important;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #2a2a2a;
  font-size: 13px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #ac79ff !important;   /* purple border */
    outline: none !important;           /* remove blue outline */
    box-shadow: 0 0 0 3px rgba(172, 121, 255, 0.35) !important; /* purple glowing outline */
    background-color: #f1e4ff !important; /* slightly lighter purple when focused (optional) */
}


.submit-btn {
  background-color : #fff;;
  color: #7241c1;
   border: 1px solid #ac79ff;
  padding: 10px;
  border-radius: 6px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}

.submit-btn:hover {
  background-color:  #7241c1;
  color: white;
}

.left-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 14px;
    padding: 10px;
  }

  .submit-btn {
    font-size: 14px;
    padding: 10px;
  }

.main-image{
  width: 100%;
  height: auto;
}
}

@media (max-width: 767.98px) {
  .support-section {
    padding: 30px 0;
  }

.main-image{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

  .form-container {
     margin-top: 0px;
    padding: 15px;
  }

  .support-section h2 {
    font-size: 32px;
  }

  .support-section p {
    font-size: 14px;
  }

  .form-group label {
    font-size: 14px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 14px;
    padding: 10px;
  }

  .form-group input::placeholder,
  .form-group textarea::placeholder {
    font-size: 14px;
  }

  .submit-btn {
    font-size: 16px;
    padding: 12px;
  }
}

@media (min-width: 992px) {
  .image-wrapper::after {
    right: -60px;
    bottom: -20px;
    width: 100%;
    height: 70%;
  }
}


/* Force intl-tel-input to match Bootstrap form-control */
.iti {
  width: 100%;
}

.iti input,
.iti .form-control {
  height: 42px;
  padding-left: 48px; /* for the flag */
  border-radius: 6px;
  background-color: #fbfff7;
  box-shadow: none;
  font-size: 14px;
}

.iti input:focus {
  border: 1px solid #80bdff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  outline: none;
  background-color: #fbfff7;
}






.cta-box {
  background: #f0ecfb;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  min-height: 180px;
}

.cta-title {
  font-weight: 700;
  font-size: 3rem;
  color: #222;
  line-height: 1.3;
}

.cta-title .highlight {
  color: #7a3cff;
}

.cta-subtitle {
  color: #7a3cff;
  font-size: 18px;
  margin-top: 8px;
}

.cta-btn {
  background: #7a3cff;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0px 4px 10px rgba(122, 60, 255, 0.3);
}

.cta-btn:hover {
  background: #5f2fd1;
  color: #fff;
}

.cta-icon-img {
  width: 150px;
}

.cta-phone-img {
  width: 220px;
}

/* Tablet & Small Laptop View (768px - 1199.98px) */
@media (min-width: 768px) and (max-width: 1199.98px) {

  .support-section .row {
    flex-direction: column;
  }

  .support-section .col-md-7,
  .support-section .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .main-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .form-container {
    width: 100%;
    margin-top: 0;
  }

  .contactus {
    font-size: 2.6rem;
  }

  .support-section h2 {
    font-size: 34px;
  }
}

/* ✅ Tablet View (<= 992px) */
@media (max-width: 992px) {
  .cta-box {
    justify-content: center !important;
    text-align: center;
    padding: 30px 15px !important;
  }

  .cta-left-icon,
  .cta-right-img {
    margin-bottom: 15px;
  }
}

/* ✅ Mobile View (<= 767px) */
@media (max-width: 767px) {
  .cta-box {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
    padding: 40px 20px !important;
    border-radius: 40px;
  }

  .cta-left-icon,
  .cta-right-img {
    width: 100%;
    text-align: center !important;
    margin-bottom: 15px;
  }

  .cta-content {
    width: 100%;
    text-align: center !important;
  }

  .cta-phone-img {
    width: 180px !important;
    margin: 10px auto;
  }

  .cta-icon-img {
    width: 85px !important;
  }

  .cta-title {
    font-size: 22px !important;
  }

  .cta-subtitle {
    font-size: 14px !important;
  }

  .cta-btn {
    width: auto;
    text-align: center;
  }
}
