
.courses-main .col-a {
align-content: center;
}

.courses-main .row-a {
padding-top: 20px;
}

.content-courses {
padding: 30px 28px 0px;
}

.headings-c {
display: flex;
flex-direction: column;
gap: 20px;
}

.headings-c h2 {
font-size: 16px;
color: var(--yellowtext);
}

.headings-c h3 {
font-size: 24px;
color: var(--darkblue);
}

.headings-c p {
font-size: 16px;
color: var(--contenttext);
margin-bottom: 20px;
font-weight: 600;
font-family: 'inter';
}

.courses-pointers {
margin-bottom: 40px;
}

.courses-pointers .row-az {
max-width: 100%;
display: flex;
flex-direction: column;
gap: 6px;
}

.pointer-container {
display: flex;
flex-direction: row;
gap: 6px;
padding-bottom: 0;
}

.pointer-container p {
font-size: 16px;
font-weight: 400;
font-family: 'inter';
color: var(--contenttext);
}

@media (min-width: 768px) {
.courses-main {
padding-top: 50px;
}

.courses-main .row-a {
padding-bottom: 20px;
}

.headings-c h2 {
font-size: 15px;
}

.headings-c h3 {
font-size: 31px;
}

.headings-c p {
font-size: 15px;
margin-bottom: 40px;
}

.pointer-container {
padding-bottom: 8px;
}

.pointer-container p {
font-size: 15px;
}
}

@media (min-width: 1024px) {

.courses-main {
padding: 100px 0px 0px 30px;
}

.headings-c h2 {
font-size: 16px;
}

.headings-c h3 {
font-size: 39px;
}

.headings-c p {
font-size: 16px;
}

.pointer-container {
padding-bottom: 10px;
}

.pointer-container p {
font-size: 16px;
}

.content-courses {
padding: 0px 80px 0px 0px;
}

/* Even cards flipped (content on right): add left padding to maintain same inner gap */
.courses-cont:nth-child(even) .col-a .content-courses {
padding-left: 80px;
padding-right: 0;
}

}

.education-highlight {
display: flex;
justify-content: center;
align-items: center;
position: relative;
}

.circle-image {
width: 90vw;
max-width: 300px;
aspect-ratio: 1 / 1;
border-radius: 50%;
overflow: hidden;
}

.circle-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 50%;
position: relative;
z-index: 1;
}

.circle-image picture {
    width: 100%;
    height: 100%;
    display: block;
}

.circle-text {
position: absolute;
bottom: -120px;
width: 200px;
height: 200px;
background-color: var(--yellowtext);
color: white;
padding: 30px;
border-radius: 50%;
text-align: center;
box-sizing: border-box;
z-index: 2;

}

.courses-main .fade-in-left .circle-text {
margin-bottom: 80px;
}

.circle-text::before {
content: '';
position: absolute;
top: 0;
left: -5px;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: var(--yellowtext);
}

.circle-text h3 {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
line-height: 1.4;
}

.circle-text p {
font-size: 16px;
line-height: 1.4;
margin: 0;
width: 184px;
}


@media (min-width: 768px) {
.circle-text {
bottom: 0px;
left: 35px;
width: 300px;
height: 300px;
padding: 56px;
}

.circle-text::before {
left: -20px;
width: 45px;
height: 45px;
}

}

@media (min-width: 1024px) {
    .courses-main .fade-in-left .circle-text {
margin-bottom: 0;
}
.education-highlight {
padding-left: 40px;
}

.other {
padding-left: 0px;
padding-right: 40px;
}

.circle-text {
padding: 48px 36px 36px;
bottom: -70px;
}

.circle-text h3 {
font-size: 20px;
}

.circle-text p {
font-size: 16px;
width: 100%;
}

}

.order-maintain-a1 {
order: 2;
}

.order-maintain-b1 {
order: 1;
padding-bottom: 100px;
}
@media (min-width: 768px){
    .order-maintain-b1{
        padding-bottom: 10px;
    }
}
@media (min-width: 1024px) {

.order-maintain-a1 {
order: 1;
}

.order-maintain-b1 {
order: 2;
}
}

/* For every 2nd card, flip the order */
.courses-cont:nth-child(even) .col-a { order: 2; }
.courses-cont:nth-child(even) .col-b { order: 1; }

.icon-svg {
width: 20px;
height: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0;
}
.icon-svg svg {
width: 20px;
height: 20px;
display: block;
}

/* Center heading inside circle and hide description */
.circle-text { display: flex; align-items: center; justify-content: center; text-align: center; padding: 0; }
.circle-text h3 { margin: 0; line-height: 1.3; }
.circle-text p { display: none !important; width: auto; }

@media (min-width: 768px) {
    .circle-image {
        width: 450px;
        max-width: 450px;
    }
}.order-maintain-a {
order: 1;
padding-bottom: 100px
}

.order-maintain-b {
order: 2;
}

@media (min-width: 768px){
.order-maintain-a{
padding-bottom: 10px;
}
}
@media (min-width: 1024px) {

.order-maintain-a {
order: 1;
}

.order-maintain-b {
order: 2;
}

.order-maintain-b .content-courses {
padding: 0px 0px 0px 80px;
}

.order-maintain-a .education-highlight {
padding: 0px 40px 0px 0px;
}

}

/* For every 2nd card, flip the order */
.courses-cont:nth-child(even) .col-a { order: 2; }
.courses-cont:nth-child(even) .col-b { order: 1; }

@media (min-width: 1024px) {
/* Default: content left (col-a) -> right padding for inner gap */
.courses-cont .col-a .content-courses { padding-right: 80px; padding-left: 0; }
/* Even cards: content right (still col-a via order flip) -> left padding for inner gap */
.courses-cont:nth-child(even) .col-a .content-courses { padding-left: 80px; padding-right: 0; }
/* Image container: default image right -> left padding for middle gap */
.courses-cont .col-b .education-highlight { padding-left: 40px; }
/* Even cards: image left -> right padding for middle gap */
.courses-cont:nth-child(even) .col-b .education-highlight { padding-right: 40px; padding-left: 0; }
}

/* Center heading inside circle and hide description */
.circle-text { display: flex; align-items: center; justify-content: center; text-align: center; padding: 0; }
.circle-text h3 { margin: 0; line-height: 1.3; }
.circle-text p { display: none !important; width: auto; }
.contact-main .col-a {
  box-sizing: border-box;
  padding: 0px 25.6px;
}
.contact-sec {
  padding-top: 50px;
}
.contact-cont {
  box-sizing: border-box;
}

.contact-cont h2 {
  font-size: 16px;
  color: var(--yellowtext);
  padding-bottom: 20px;
}

.contact-cont h3 {
  font-size: 24px;
  color: var(--darkblue);
  padding-bottom: 20px;
}

.contact-cont p {
  font-size: 16px;
  color: var(--contenttext);
  font-family: "inter";
  padding-bottom: 20px;
}
.ccol-a,
.ccol-b {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.crow-a {
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 15px;
}
label{
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-family: "inter";
}
select{
    color: var(--contenttext);
}
input,
textarea,
select {
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--yellowtext);
  resize: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid var(--yellowtext);
}
select option{
    background-color: none;
    transition: all ease 0.3s;
}
select options:hover{
    background-color: var(--yellowtext);
}

.btn-cont-form span svg {
  width: 12px;
  height: auto;
}
.btn-cont-form span svg path {
  fill: var(--white);
}
.btn-cont-form p {
  font-size: 16px;
}
.btn-cont-form {
  display: flex;
  flex-direction: row;
  gap: 5px;
  background-color: var(--darkblue);
  color: var(--white);
  box-sizing: border-box;
  padding: 10px 30px;
  border-radius: 28px;
  margin: 10px 0px 10px 10px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border: none;
}
.btn-cont-form:hover {
  background-color: var(--yellowtext);
}

.cont-image-cont {
  text-align: center;
}
.cont-image-cont img {
  max-width: 70%;
}

@media (min-width: 768px) {
  .contact-cont h2 {
    font-size: 15px;
  }

  .contact-cont h3 {
    font-size: 31px;
  }

  .contact-cont p {
    font-size: 15px;
  }
  label, option {
    font-size: 14px;
  }

  input,
  textarea, option {
    font-size: 14px;
  }
  .contact-form {
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .contact-sec {
    padding: 112px 0px 80px;
  }
  .contact-cont h2 {
    font-size: 16px;
  }

  .contact-cont h3 {
    font-size: 39px;
  }

  .contact-cont p {
    font-size: 16px;
  }
  label, option {
    font-size: 14px;
  }

  input,
  textarea, select {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cont-image-cont img {
    max-width: 100%;
  }
}

@media (max-width: 1024px){
    .map-cont iframe{
        max-height: 400px;
    }
}