@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
}

header {
  padding: 0 105px 0 105px;
}

.social-mediailink {
  display: flex;
  gap: 20px;
}

.header-logo {
  width: 373px;
  height: 100px;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-container {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 0 105px 0 105px;
}

.about-text-heading {
  background: linear-gradient(90deg, #c56cd6 10%, #3425af);
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-size: 700;
}

.about-text-description-top {
  color: #ff5c00;
  font-size: 22px;
  font-weight: 600;
}

.about-text-description-bottom {
  font-size: 22px;
  font-weight: 300;
}

.about-image {
  width: 469px;
  height: 401px;
}

.about-image img {
  width: 469px;
  height: 401px;
  object-fit: contain;
}

.benefits-container {
  margin-top: 70px;
  padding: 0 105px 0 105px;
}

.benefits-heading {
  background: linear-gradient(90deg, #c56cd6 10%, #3425af);
  color: white;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 46.37px;
  font-weight: 400;
}

.benefits {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 30px;
}

.benefits-detail-heading {
  background: linear-gradient(90deg, #c56cd6 10%, #3425af);
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}

.benfits-detail-description {
  font-size: 16px;
  font-weight: 400;
}

.challenges-container {
  padding: 0 105px 0 105px;
  margin-top: 70px;
}

.challenges-heading {
  background: linear-gradient(90deg, #c56cd6 10%, #3425af);
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
}

.challenges-inner-box {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 30px;
}

.challenges-image {
  width: 467px;
  height: 400px;
}

.challenges-image img {
  width: 467px;
  height: 400px;
  border-radius: 6px;
  object-fit: cover;
}

.challenges-list {
  display: flex;
  gap: 2rem;
}

.challenge-description {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  width: 50%;
}

.numbering {
  color: #5133b7;
  font-weight: 600;
  font-size: 25px;
}

.challenge-text {
  font-weight: 500;
  font-size: 16px;
}

.methodology-container {
  padding: 0 105px 0 105px;
  margin-top: 70px;
}

.methodology-heading {
  background: linear-gradient(90deg, #c56cd6 10%, #3425af);
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
}

.methodology-inner-box {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 30px;
}

.methodology-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.methodology-description {
  display: flex;
  flex-direction: column;
  flex: 1 0 30%;
}

.methodology-image {
  width: 425px;
}

.methodology-image img {
  width: 425px;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.methodology-description-heading {
  margin-top: 0;
  background: linear-gradient(90deg, #c56cd6 10%, #3425af);
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.methodology-description-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.form-container {
  padding: 0 105px 0 105px;
  margin-top: 70px;
  margin-bottom: 70px;
  scroll-margin-block-start: 110px;
}

.form-heading {
  background: linear-gradient(90deg, #c56cd6 10%, #3425af);
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
}

.contact-form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.contact-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.contact-image {
  width: 100%;
  max-width: 376px;
  height: 102px;
  object-fit: cover;
  border-radius: 6px;
}

.phone-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid #ff7b01;
  border-radius: 10px;
  padding: 0.8rem 1.2rem;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(90deg, #c56cd6 10%, #3425af);
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  gap: 0.6rem;
}

.address-box {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(90deg, #c56cd6 10%, #3425af);
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 19.2px;
}

.contact-right {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.input-field,
.input-date {
  width: 100%;
  padding: 0.75rem 4px;
  border: none;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  border-image: linear-gradient(to right, #a855f7, #ec4899);
  border-image-slice: 1;
  border-bottom-width: 2px;
  font-size: 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.input-field:focus,
.message-box:focus,
.input-date:focus {
  outline: none;
  border-color: #c56dd7;
  background-color: #f3f0ff;
  font-family: "Montserrat", sans-serif;
}

.message-box {
  min-height: 100px;
  font-family: "Montserrat", sans-serif;
  resize: vertical;
  border: 2px solid #2e0249 !important;
  border-width: 2px !important;
  width: 100%;
  padding: 0.75rem 1rem;
  border-image: linear-gradient(to right, #a855f7, #ec4899);
  border-image-slice: 1;
  font-size: 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.date-range {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.date-label {
  font-size: 0.95rem;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(90deg, #c56cd6 10%, #3425af);
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  gap: 0.6rem;
  font-weight: 500;
}

.date-fields {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.date-field {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.calendar-icon {
  font-size: 1.2rem;
}

.more-btn {
  font-weight: 500;
  font-size: 20px;
  color: #00008b;
  border: 1px solid #6d6d6d;
  padding: 10px 15px;
  width: fit-content;
  border-radius: 4rem;
  cursor: pointer;
}

.more-btn-inner {
  display: flex;
  align-items: center;
}

.morebtnicon {
  width: 17px;
  height: 17px;
  margin-left: 24.5px;
  transition: margin-left 0.3s ease, transform 0.3s ease;
}

.morebtnicon-form{
  margin-left: 0;
  width: 17px;
  height: 17px;
}

.more-btn:hover .morebtnicon {
  margin-left: 10px;
  transform: rotate(180deg);
}

.footerbanner-container {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: flex;
  font-family: "Montserrat", sans-serif;
}

.banner-footer {
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
}

.footer-inner {
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  gap: 2rem;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  padding: 2rem 0 2rem 0;
}

.service-section a {
  font-size: small;
}

.footer-left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  color: white;
  gap: 1rem;
}

.footer-right {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  gap: 1.5rem;
}

.service-section {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.service-section-heading {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}

.service-link {
  font-size: small;
  line-height: 18px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
}

.footer-btn-container {
  display: flex;
  gap: 2rem;
}

.footer-btn {
  border: 1px solid white;
  height: 70px;
  border-radius: 37px;
  position: relative;
  max-width: 178px;
  width: 100%;
  position: relative;
  height: 47px;
  overflow: hidden;
  cursor: pointer;
}

.btn-footer-inner {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #c56cd6 10%, #3425af 100%);
  border-radius: 37px;
  width: 70%;
  height: 43px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: small;
  font-weight: 500;
  transform: translateY(4%);
  transition: width 0.3s ease;
}

.footer-btn:hover .btn-footer-inner {
  width: 100%;
  /* Expands to full width */
}

.footer-arrow-container {
  display: flex;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5%;
  transform: translateY(100%);
}

.footer-arrow-container img {
  width: 100%;
  height: 100%;
}

.rights-section {
  font-weight: 300;
  font-size: small;
}

.socila-media-footer {
  display: flex;
  gap: 0.5rem;
}

.socila-media-footer img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.company-description-footer {
  color: white;
  font-size: small;
  line-height: 16px;
  font-weight: 300;
}

.logo-footer {
  width: 225px;
  height: 65px;
}

.logo-footer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-right-icons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 2rem;
}

a {
  text-decoration: none;
  color: inherit;
  width: fit-content;
  display: block;
}

.margin-top {
  margin-top: 20px;
}

.challenge-list-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Tablet (<= 1200px) */
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }

  .challenge-description {
    height: fit-content;
  }

  header,
  .about-container,
  .benefits-container,
  .challenges-container,
  .methodology-container,
  .form-container {
    padding: 0 1rem;
  }

  .header-logo {
    width: 250px;
    height: auto;
  }

  .about-image,
  .challenges-image {
    width: 100%;
    height: auto;
  }

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

  .message-box {
    width: auto;
  }

  .footer-right-icons {
    padding: 0 1rem 0 1rem;
    flex-direction: column;
    gap: 0.5rem;
    width: initial;
  }

  .company-description-footer {
    padding: 0 1rem 0 1rem;
  }
}

@media (max-width: 1080px) {
  .footer-inner {
    flex-direction: column-reverse;
  }

  .service-link,
  .service-section a {
    width: max-content;
  }

  .footer-right {
    max-width: 100%;
  }

  .footer-left {
    padding-left: 0;
    width: 100%;
    justify-content: flex-start;
    gap: 1rem;
  }

  .service-section-heading,
  .service-section,
  .footer-contact {
    padding: 0 1rem 0 1rem;
  }

  .service-section {
    gap: 1rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    padding-top: 0;
  }

  .footer-right {
    padding-bottom: 0;
    gap: 0.75rem;
  }

  .footer-contact {
    padding-top: 0;
    padding-bottom: 0;
    font-size: small;
    gap: 0.5rem;
  }

  .footer-btn-container {
    gap: 1rem;
  }

  .btn-footer-inner {
    font-size: small;
  }

  .rights-section {
    text-align: center;
  }

  .footer-inner {
    gap: 0.5rem;
  }
}

/* Small Tablet (<= 992px) */
@media (max-width: 992px) {
  .about-container,
  .challenges-inner-box,
  .benefits,
  .methodology-inner-box,
  .contact-form-section {
    flex-direction: column;
    align-items: center;
  }

  .about-image,
  .challenges-image,
  .methodology-image {
    width: 100%;
  }

  .methodology-image img {
    width: 100%;
  }

  .contact-image {
    max-width: 100%;
    height: fit-content;
  }

  .about-text-heading {
    font-size: 40px;
  }

  .benefits {
    flex-wrap: wrap;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }

  .about-image {
    display: none;
  }
}

/* Mobile (<= 768px) */
@media (max-width: 768px) {
  .about-container,
  .challenges-container,
  .methodology-container,
  .benefits-container,
  .form-container {
    margin-top: 2rem;
  }

  .challenge-description {
    gap: 0.5rem;
  }

  .about-image img {
    width: 100%;
    object-fit: contain;
  }

  .methodology-description-heading {
    font-size: medium;
  }

  .about-text-heading,
  .benefits-heading,
  .challenges-heading,
  .methodology-heading,
  .form-heading {
    font-size: 28px;
    text-align: center;
  }

  .about-text-description-top,
  .about-text-description-bottom {
    font-size: 18px;
    text-align: center;
  }

  .benefits-details-description,
  .methodology-description-text,
  .challenge-text {
    font-size: 14px;
  }

  .phone-box,
  .address-box {
    font-size: 14px;
  }

  .contact-left,
  .contact-right {
    padding: 0;
  }

  .methodology-description {
    flex: 1 0 40%;
  }

  .challenge-list-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
  }

  .challenges-list {
    gap: 1rem;
  }

  .benfits-detail-description {
    margin: 0;
  }
  .input-date {
    width: fit-content;
  }
}

/* Extra Small (<= 480px) */
@media (max-width: 480px) {
  .header-logo {
    width: 180px;
  }

  .about-text-heading {
    font-size: 24px;
  }

  .benefits-heading,
  .challenges-heading,
  .methodology-heading,
  .form-heading {
    font-size: 24px;
  }

  .numbering {
    font-size: 20px;
  }

  .challenge-description {
    flex-direction: column;
    height: auto;
  }

  .input-field,
  .message-box {
    font-size: 12px;
    width: auto;
  }

  .date-fields {
    flex-direction: column;
    gap: 0.8rem;
  }
}

.date-fields label {
  width: 50px;
}


form{
  flex: 2;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

button{
  font-weight: 500;
  font-size: 20px;
  color: #00008b;
  border: 1px solid #6d6d6d;
  padding: 10px 15px;
  width: fit-content;
  border-radius: 4rem;
  cursor: pointer;
  background: none;
  display: flex;
  gap: 1rem;
  align-items: center;
}