:root {
  /* FONT */
  --font: "Poppins", sans-serif;

  /* COLORS */
  --color: #9176ff;
  --bg-color: #bebcbc00;


  /* Contact Form */

  --primary-color: #8364f3b4;
  /* Indigo 600 */
  --primary-hover: #8364f3;
  /* Indigo 700 */
  --text-light: #e0e7ff;
  /* Indigo 100 */
  --background-dark: #8364f3;
  --background-light: #f3f4f6;
  /* Gray 100 */
  --text-dark: #374151;
  /* Gray 700 */
  --text-heading: #1f2937;
  /* Gray 800 */
  --border-color: #d1d5db;
  /* Gray 300 */
  --success-bg: #d1fae5;
  /* Green 100 */
  --success-text: #065f46;
  /* Green 700 */
  --error-bg: #fee2e2;
  /* Red 100 */
  --error-text: #991b1b;
  /* Red 700 */
}

.cardx {
  position: relative;
  width: 15em;
  height: 70%;
  background-color: #e1e5ff;
  border-radius: 2em;
  box-shadow: 0 0 3em rgba(158, 105, 255, 0.178);
  padding: 2em 1em;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cardz {
  height: 300px;
  border-radius: 15px;
}

.cardz .card-border-top {
  position: absolute;
  top: 0;
  width: 135px;
  height: 4%;
  background: #6b64f3;
  margin: auto;
  border-radius: 0px 0px 15px 15px;
}

.cardz span {
  font-weight: 600;
  color: #6b64f3;
  text-align: center;
  display: block;
  padding-top: 45px;
  font-size: 20px;
}

.cardz .job {
  font-weight: 400;
  color: rgb(43, 43, 43);
  display: block;
  text-align: center;
  padding-top: 3px;
  font-size: 15px;
}

.cardz .img {
  width: 135px;
  height: 150px;
  border-radius: 15px;
  margin: auto;
  margin-top: 30px;
}

.cardz .img img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.wrapper4 {
  position: relative;
  font-family: var(--font);
  min-height: 60vh;
  background-color: var(--bg-color);
}

.titleX {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding-top: 60px;
  font-size: 1;
}


.titleX img {
  width: 200px;
}

.wrapper4 section1 {
  display: flex;
  justify-content: center;
  margin: 2em 0;
  gap: 2em;
}

.wrapper4 section2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 2em 0;
  display: none;
}


.group2 {
  margin-top: 3em;
  display: flex;
  justify-content: center;
  gap: 3em;
}

@media (width < 440px) {
  .group2 {
    margin-top: 250px;
    display: flex;
    flex-direction: column;
  }

}

@media (width < 600px) {
  .group2 {
    margin-top: 2.5em;
    display: flex;
    gap: 2.5em;
  }

  .cardz {
    height: 240px;
    border-radius: 15px;
    text-align: center;
  }

  .cardx {
    width: 12em;
    background-color: #e1e5ff;
    border-radius: 2em;
    box-shadow: 0 0 3em rgba(158, 105, 255, 0.178);
    padding: 2em 1em;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .cardz .card-border-top {
    position: absolute;
    top: 0;
    width: 125px;
    height: 3.5%;
    background: #6b64f3;
    margin: auto;
    border-radius: 0px 0px 15px 15px;
  }

  .cardz span {
    font-weight: 600;
    color: #6b64f3;
    text-align: center;
    display: block;
    padding-top: 30px;
    font-size: 20px;
  }

  .cardz .job {
    font-weight: 400;
    color: rgb(43, 43, 43);
    display: block;
    text-align: center;
    padding-top: 3px;
    font-size: 15px;
  }

  .cardz .img {
    width: 125px;
    height: 140px;
    border-radius: 15px;
    margin: auto;
    margin-top: 10px;
  }

  .cardz .img img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
  }



}

@media (width < 900px) {

  .wrapper4 section1 {
    display: flex;
    justify-content: center;
    margin: 2em 0;

    display: none;
  }

  .wrapper4 section2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 2em 0;
  }

}



.swiper {
  margin: 7vw 0;
  width: 100%;
  height: 30vw;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  border: solid 1px #c4c4c4;
  border-radius: 20px;
}


.blogimg {
  border-radius: 20px 20px 0 0;
  border-bottom: solid 1px #b1b0f06b;
  background-color: #eaedff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
}

.swiper-slide img {
  width: 25vw;
  height: fit-content;
}

.swiper-slide h4 {
  margin: 10px 10px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
}

.swiper-slide:nth-child(n) {
  width: 40%;
}

@media (width > 0px) {
  .swiper {
    margin: 7vw 0;
    width: 100%;
    height: 80vw;
  }

  .swiper-slide img {
    width: 60vw;
    height: fit-content;
  }

  .swiper-slide:nth-child(n) {
    width: 85%;
  }
}

@media (width > 450px) {
  .swiper {
    margin: 7vw 0;
    width: 100%;
    height: 60vw;
  }

  .swiper-slide img {
    width: 50vw;
    height: fit-content;
  }

  .swiper-slide:nth-child(n) {
    width: 80%;
  }
}

@media (width > 520px) {
  .swiper {
    margin: 7vw 0;
    width: 100%;
    height: 50vw;
  }

  .swiper-slide img {
    width: 40vw;
    height: fit-content;
  }

  .swiper-slide:nth-child(n) {
    width: 60%;
  }
}

@media (width > 700px) {
  .swiper {
    margin: 7vw 0;
    width: 100%;
    height: 35vw;
  }

  .swiper-slide img {
    width: 30vw;
    height: fit-content;
  }

  .swiper-slide:nth-child(n) {
    width: 45%;
  }
}

@media (width > 900px) {
  .swiper {
    margin: 7vw 0;
    width: 100%;
    height: 30vw;
  }

  .swiper-slide img {
    width: 25vw;
    height: fit-content;
  }

  .swiper-slide:nth-child(n) {
    width: 35%;
  }
}

@media (width > 1100px) {
  .swiper {
    margin: 7vw 0;
    width: 100%;
    height: 30vw;
  }

  .swiper-slide:nth-child(n) {
    width: 30%;
  }

  .swiper-slide img {
    width: 23vw;
    height: fit-content;
  }
}

@media (width > 1200px) {
  .swiper {
    margin: 7vw 0;
    width: 100%;
    height: 25vw;
  }

  .swiper-slide:nth-child(n) {
    width: 25%;
  }

  .swiper-slide img {
    width: 16vw;
    height: fit-content;
  }
}

@media (width > 1400px) {
  .swiper {
    margin: 7vw 0;
    width: 100%;
    height: 20vw;
  }

  .swiper-slide:nth-child(n) {
    width: 20%;
  }

  .swiper-slide img {
    width: 13vw;
    height: fit-content;
  }
}





/* Contact Form */


/* --- Main Layout Container --- */

.wrapper6 {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background-color: var(--background-light);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;

}

.contact-container {
  position: relative;
  width: 100%;
  max-width: 56rem;
  /* 896px */
  background-color: white;
  border-radius: 1.5rem;
  /* 24px */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* --- Info & Form Sections --- */
.info-section,
.form-section {
  padding: 2rem;
}

.info-section {
  background-color: var(--background-dark);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-section h1 {
  font-size: 2.25rem;
  /* 36px */
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.info-section p {
  color: var(--text-light);
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.75;
}

.contact-details {
  margin-top: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--text-light);
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item svg {
  width: 1.5rem;
  /* 24px */
  height: 1.5rem;
  /* 24px */
  margin-right: 0.75rem;
}

.form-section h2 {
  font-size: 1.5rem;
  /* 24px */
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 1.5rem;
}

/* --- Form Elements --- */
.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-size: 0.875rem;
  /* 14px */
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
}

.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  /* 8px */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.4);
}

textarea.form-input {
  resize: vertical;
  min-height: 80px;
}

#submitBtn {
  width: 100%;
  background-color: #8a5cf6cb;
  color: white;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
  font-size: 16px;
  margin-top: 1rem;
  font-family:Montserrat, sans-serif;
}

#submitBtn:hover {
  background-color: var(--primary-hover);
}

/* --- Feedback --- */
#form-feedback {
  margin-top: 1.5rem;
  font-size: 0.875rem;
}

.feedback-message {
  padding: 1rem;
  border-radius: 0.5rem;
}

.feedback-message h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.feedback-message ul {
  list-style-position: inside;
}

.feedback-success {
  background-color: var(--success-bg);
  color: var(--success-text);
}

.feedback-error {
  background-color: var(--error-bg);
  color: var(--error-text);
}

/* --- Responsive Design --- */
@media (min-width: 768px) {

  /* md breakpoint */
  .contact-container {
    flex-direction: row;
  }

  .info-section,
  .form-section {
    width: 50%;
    padding: 3rem;
  }
}