@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

:root {
  --inter: "Inter", sans-serif;
  --popins: "Poppins", sans-serif;
  --montser: "Montserrat", sans-serif;
  --maxwidth: 1280px;
  --width: 90%;
}

header {
  background-color: #fcf3fa;
}

.head {
  max-width: var(--maxwidth);
  width: var(--width);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100px;
}

.left img {
  width: 160px;
  height: auto;
  background-color: white;
  border-radius: 25px;
  padding: 5px;
}
.right img {
  width: 200px;
  height: auto;
}

.left {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  bottom: -2em;
}
.right {
  width: 100%;
  height: 100px;
  display: inline-flex;
  justify-content: end;
  align-items: center;
}

.bannerbg {
  background-image: url("https://jaro-website.s3.ap-south-1.amazonaws.com/2025/07/TopBand-Image.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: grid;
}

.banner {
  max-width: var(--maxwidth);
  width: var(--width);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  place-items: center;
}

h1 {
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 500;
  font-family: var(--popins);
}

.banner_content {
  padding: 2em;
  display: grid;
  row-gap: 1em;
  font-family: var(--popins);
  font-weight: 400;
  background-color: #dad1ca;
  line-height: 1.1em;
}

.intersted {
  max-width: var(--maxwidth);
  /* width: var(--width); */
  display: grid;
  grid-template-columns: 1fr 300px;
  height: 80px;
  background-color: #a71836;
  margin: auto;
  font-family: var(--montser);
}

.interest_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: white;
  text-align: center;
  height: 80px;
  width: 100%;
}

.curveline {
  background-color: #7e0e26;
  clip-path: polygon(100% 0, 100% 50%, 100% 99%, 0% 100%, 20% 48%, 0% 0%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 14px;
  color: black;
  height: 80px;
  width: 100%;
}

.redline {
  background-color: #a71836;
}

.curveline span {
  color: white;
  font-size: 1em;
  /* padding-left: 2em; */
}
.curveline a {
  color: white;
  font-size: 25px;
}

.hignlight {
  max-width: var(--maxwidth);
  width: var(--width);
  text-align: center;
  margin: auto;
  padding: 3em 0px;
}

.hrlightbg {
  background-color: transparent;
  background-image: linear-gradient(180deg, #fbeff8 0%, #fbeff8 100%);
  /* opacity: 0.5; */
}

.h_btn a {
  background-color: white;
  border: 2px solid #7e0e26;
  border-radius: 35px;
  padding: 12px 24px;
  font-size: 20px;
  font-family: var(--popins);
}

.h_btn a {
  color: #7e0e26;
}

.helight_card {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  row-gap: 3em;
  column-gap: 1em;
  /* padding: 1em 0px; */
  background-color: #efefef;
  padding: 4em 4em 4em 4em;
  border-radius: 2em;
}

.H_card {
  box-shadow: 0px 0px 3px 2px #cfcdcd;
}

.card_img img {
  width: 100%;
  height: auto;
}

.card_p {
  color: #7e0e26;
  font-family: "poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 27px;
  padding: 1em;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.redline {
  height: 80px;
  background-color: #7e0e26;
  width: 100%;
}

.transform {
  max-width: var(--maxwidth);
  width: var(--width);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em 0px;
}

.transformbg {
  background-color: transparent;
  background-image: linear-gradient(180deg, #fdf4fa 0%, #fdf4fa 100%);
}

.transform_box {
  text-align: center;
  background-color: #6a162f;
  border-radius: 2em;
  padding: 4em;
  display: grid;
  row-gap: 1.5em;
  width: 80%;
}
.transform_box h2 {
  color: #ffffff;
  font-family: var(--popins);
  font-size: 39.9px;
  font-weight: 600;
  line-height: 42px;
}
.transform_box p {
  text-align: center;
  color: #d1d5dc;
  font-family: "poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 28.44px; */
}
.transform_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.transform_btn a {
  font-family: "poppins", Sans-serif;
  font-size: 12.8px;
  font-weight: 600;
  line-height: 21px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 12px 12px 12px 12px;
  padding: 1em 3em 1em 3em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.degree,
.certidicate {
  max-width: var(--maxwidth);
  width: var(--width);
  margin: auto;
  text-align: center;
  display: grid;
  row-gap: 3em;
  padding: 2em 0px;
}

.degre_btn a,
.certificate_btn a,
.about_btn a {
  background-color: white;
  border: 2px solid #7e0e26;
  border-radius: 35px;
  padding: 10px 20px;
  font-size: 20px;
  color: #7e0e26;
  font-family: var(--popins);
  font-weight: 500;
}

.certificatebg {
  background-color: transparent;
  background-image: linear-gradient(180deg, #fdf5fb 0%, #fbeaf6 100%);
  /* opacity: 0.5; */
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.degre_category,
.certificate_category {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1em;
  row-gap: 1em;
}

.degree_name,
.certificate_name {
  color: #a61836;
  background-color: #f3e8ff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 6px 10px 6px 10px;
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
  border-radius: 18px;
  padding: 10px 13px 10px 13px;
}

.active {
  color: #ffffff;
  background-color: #a71836;
  /* box-shadow: 10px 5px 5px 10px #a61836; */
  padding: 6px 10px 6px 10px;
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
  border-radius: 18px;
  padding: 10px 13px 10px 13px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.certificate_name:hover {
  box-shadow: 1px 5px 5px 1px #a61836;
  cursor: pointer;
  transition: all 0.3s ease;
}
.degree_name:hover {
  box-shadow: 1px 5px 5px 1px #a61836;
  cursor: pointer;
  transition: all 0.3s ease;
}

.certificate_name:hover {
  transform: translateY(-2px);
  /* box-shadow: 1px 5px 5px 1px #a61836; */
  cursor: pointer;
}

.certificate_name1:hover {
  transform: translateY(-2px);
  box-shadow: 1px 5px 5px 1px #f3e8ffa9;
}

.degree_name1:hover {
  transform: translateY(-2px);
  box-shadow: 1px 5px 5px 1px #f3e8ffa9;
}

.degre_categor {
  padding: 2em 0px;
}

.degree_card,
.certificate_card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.degree_cards,
.certificate_cards {
  border-radius: 25px 25px 0px 0px;
  border-width: 1px 1px 1px 1px;
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* .certifcate_wrapper {
  box-shadow: 1px 5px 5px 1px black;
} */

.certifcate_wrapper:hover {
  box-shadow: -1px 3px 14px 1px #00000099;
  transform: translateY(-2px);
  cursor: pointer;
}

.degree_cards img,
.certificate_cards img {
  border-radius: 25px 25px 0px 0px;
  width: 100%;
  height: auto;
}

.degree_status,
.certifiate_status {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  background-color: #dadada;
  border-radius: 13px 13px 13px 13px;
  position: absolute;
  right: 0;
  top: 3%;
  font-family: var(--inter);
  font-weight: 400;
}

.degree_title,
.certificate_title {
  width: 100%;
  /* height: 60px; */
  display: inline-flex;
  justify-content: start;
  align-items: center;
  color: #131313;
  font-family: "Inter", Sans-serif;
  font-size: 14.4px;
  font-weight: 600;
  /* line-height: 19.69px; */
}

.degree_details,
.certificate_detils {
  display: grid;
  row-gap: 10px;
  padding: 5px;
}

.duration,
.fee,
.closure,
.commencement {
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  width: 100%;
  column-gap: 5px;
  color: #4a5565;
  text-align: left;
}

.closure {
  margin-bottom: 1em;
}

.enq_btn {
  display: inline-flex;
  font-family: var(--popins);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  color: #ffffff;
  background-color: #962e2d;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px 10px 10px;
  column-gap: 1em;
  justify-content: center;
  width: 80%;
  border: none;
}

.section_spacing {
  background-color: transparent;
  background-image: linear-gradient(180deg, #f7edf7 0%, #f7ddf1 100%);
  /* opacity: 0.5; */
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.degree_wrapper,
.certifcate_wrapper {
  border: 1px solid #bcbcbc;
  border-radius: 25px 25px 25px 25px;
  padding-bottom: 1.2em;
  background: #f3e8ff;
}

.degree_wrapper:hover {
  box-shadow: -1px 3px 14px 1px #00000099;
  transform: translateY(-2px);
  cursor: pointer;
}

.enquiry_btn a {
  color: white;
}

.view_more_btn {
  font-family: var(--inter);
  font-weight: 500;
  color: black;
  display: inline-flex;
  background-color: #ff8904;
  color: #000000;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.3s;
  padding: 12px 24px;
  column-gap: 2px;
  font-size: 15px;
  width: max-content;
  margin: auto;
  cursor: pointer;
}

.view_more_btn:hover {
  color: white;
  background-color: #0029a4;
  color: white;
  transition: all 0.3s;
  transform: translateY(-2px);
}

.about_jaro {
  max-width: var(--maxwidth);
  width: var(--width);
  margin: auto;
  text-align: center;
  display: grid;
  padding: 2em 0px;
  gap: 3em;
  margin-bottom: 2em;
}

.aboutbg {
  background-color: transparent;
  background-image: linear-gradient(180deg, #f8dcf0 0%, #fffefe 100%);
  /* opacity: 0.5; */
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.aboy_box {
  width: 70%;
  display: block;
  margin: auto;
  padding: 3em 3em 3em 3em;
  background-color: transparent;
  background-image: linear-gradient(89deg, #f9f8f9 0%, #ede1e4 100%);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  font-family: var(--popins);
  font-size: 1em;
  font-weight: 500;
  text-align: justify;
}

.spcolor {
  color: #993300;
}
.spcolor1 {
  color: #3f77f7;
}

.counters {
  max-width: var(--maxwidth);
  width: var(--width);
  margin: auto;
  text-align: center;
  display: grid;
  font-family: var(--popins);
  padding: 2em 0px;
}

.footerbg {
  background-color: transparent;
  background-image: linear-gradient(189deg, #eeeeee 0%, #ffa9e6 100%);
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.counter_icons {
  display: grid;
  /* grid-template-columns: repeat(5, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2em;
  /* max-width: var(--maxwidth); */
  width: 80%;
  margin: auto;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  padding: 10px;
  height: 80px;
  font-size: 2em;
  border-radius: 10px;
  background-color: #7e0e26;
  color: white;
}

.count_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.count {
  color: #962e2d;
  font-family: "Inter", Sans-serif;
  font-size: 28.2px;
  font-weight: bold;
  line-height: 35px;
}

.icons_text {
  font-family: "Inter", Sans-serif;
  font-size: 11.3px;
  font-weight: 600;
  line-height: 16.84px;
}

.borderline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.border {
  border: 1.5px solid #c27aff;
  width: 80%;
  height: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.icons_text {
  width: 100%;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: start;
}

.social_meda {
  text-align: center;
  padding: 1em 0px;
}
.social_meda h3 {
  font-size: 20.2px;
  line-height: 28px;
  font-weight: 500;
}

.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1em;
}

.cons a {
  padding: 10px 14px;
  background-color: #155dfc;
  border-radius: 12px;
  font-size: 2em;
  color: white;
}

.color1 a {
  background-color: black;
}
.color2 a {
  background-color: #f6339a;
}
.color3 a {
  background-color: #155dfc;
}
.color4 a {
  background-color: #fb2c36;
}

.social_meda {
  display: grid;
  row-gap: 3em;
  font-family: var(--popins);
}

.copy_right span {
  font-family: "Inter", Sans-serif;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 21px;
}

/* form css */

.formconatiner {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: auto;
  background-color: #f7edf7;
  padding: 1em;
  text-align: center;
  padding-bottom: 1em;
  border-radius: 20px;
}

.formconatiner p {
  padding-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
  font-family: var(--popins);
}

.close {
  display: inline-flex;
  justify-content: end;
  align-items: center;
  font-size: 30px;
  cursor: pointer;
}

.form_inside {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

input,
select {
  padding: 12px;
  border: 1px solid #a61836;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--popins);
  outline: none;
}

input#modal-phone {
  width: 100%;
}

.checkbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 10px;
  font-family: var(--popins);
  font-size: 11px;
}

button {
  background-color: #a61836;
  border: 1px solid #ddd;
  color: #fff;
  font-size: 1em;
  font-family: inherit;
  padding: 9px 59px;
  border-radius: 5px;
  cursor: pointer;
}

.check {
  padding: 10px;
}

.formmodel {
  background-color: rgba(0, 0, 0, 0.605);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}

#enquiry-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

button:hover {
  background-color: #ea212e;
}

.hide {
  display: none;
}

/* sticky footer */

.stciky_container {
  background-color: #f3e8ff;
  padding: 1.1em 0px;
  font-family: var(--popins);
  position: fixed;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}

.sticky_box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: var(--maxwidth);
  margin: auto;
  gap: 5px;
  color: #a61836;
  flex-wrap: wrap;
  font-size: 14px;
}

.sticky_box span > a {
  color: #a61836;
}

.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* #enquiry-modal {
  display: none;
} */
/* @media (max-width: 1280px) {
  .interest_text {
    font-size: 2em;
  }
} */

@media (max-width: 726px) {
  .degree_card,
  .certificate_card {
    grid-template-columns: 1fr;
  }

  .aboy_box {
    width: 100%;
  }

  .transform_box {
    width: 100%;
    padding: 2em 1em;
  }

  .banner {
    grid-template-columns: 1fr;
  }

  .cons a {
    padding: 5px 7px;
  }

  .helight_card {
    padding: 2em 1em;
  }

  .banner_content {
    padding: 1em;
  }
  /* .interest_text {
    font-size: 1.1em;
  } */
  /* .card_img img {
    width: 80%;
  } */

  .intersted {
    grid-template-columns: 1fr;
  }
  .hignlight {
    padding-top: 7em;
  }
  .curveline {
    clip-path: none;
  }
  .bannerbg {
    background-image: none;
  }
  .mobilebg {
    background-image: url("https://jaro-website.s3.ap-south-1.amazonaws.com/2025/07/graduation-university-portrait-mother-with-girl-academic-ceremony-celebration-achievement-family-education-mom-hugging-graduate-daughter-with-degree-diploma-college-campus-768x498.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    display: grid;
  }
  .banner_content {
    opacity: 0.8;
  }
}

@media (max-width: 480px) {
  .intersted {
    grid-template-columns: 1fr;
  }

  .left img {
    width: 120px;
  }

  .curveline {
    clip-path: none;
    line-height: 14px;
  }
  .left {
    bottom: -3em;
  }
  .left img {
    width: 110px;
  }

  h1 {
    font-size: 28px;
  }
  .aboy_box {
    padding: 1.5em;
  }
  .transform_box h2 {
    font-size: 26px;
  }
  .interest_text {
    font-size: 18px;
  }
}
