body {
  font-family: "Mona Sans", sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

:root {
  --headingColor: #1e497b;
  --white: #fff;
  --black: #000;
}

header {
  height: 64px;
}

header > .container > div{
  align-items: center;
  justify-content: center;
  height: 100%;
}

.what-you-will-get {
  padding: 70px 0;
}

.heading {
  font-size: 32px;
  font-weight: 700;
  color: var(--headingColor);
  margin-bottom: 40px;
  text-align: center;
}

.items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.item-card {
  display: flex;
  align-items: center;
  gap: 18px;
}

.icon-circle {
  background-color: #fee3e6;
  border-radius: 50%;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
}

.icon-circle img {
  width: 100%;
  height: 100%;
}

.label {
  font-weight: 600;
  color: var(--black);
  font-size: 22px;
}

.skill-test-certification {
  background: url(https://www.techgig.com/files/contest_upload_files/skills-bg.png)
    no-repeat center right;
  background-size: cover;
  padding: 70px 0 90px;
}

.testimonials {
  /* display: flex;
    justify-content: space-between;
    gap: 24px; */
  margin-top: 130px;
}

.skill-test-certification .owl-carousel .owl-stage-outer {
  overflow: unset;
  overflow-x: clip;
}

.testimonial-card {
  background-color: var(--white);
  padding: 24px 50px 20px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #d6d6d6;
  border-radius: 16px;
  height: 100%;
  min-height: 270px;
  max-height: 300px;
}

.main-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 168px;
  max-height: 200px;
}

.avatar {
  position: absolute;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
  width: 127px !important;
  height: 127px;
  border-radius: 50%;
  object-fit: cover;
}

.quote-icon {
  background: url(https://www.techgig.com/files/contest_upload_files/quotes-icon.png)
    no-repeat center;
  width: 38px;
  height: 38px;
  margin: 10px auto;
  z-index: 999;
  position: relative;
}

.quote-icon svg {
  width: 16px;
  height: 16px;
  fill: white;
}

.content {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  padding: 0 10px;
}

.name {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
}

.college {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.hero-section {
  background: url(https://www.techgig.com/files/contest_upload_files/hero-section-7May25.png)
    no-repeat center;
  width: 100%;
  background-size: cover;
  padding: 40px 0 0;
}

.hero-inner {
  justify-content: space-between;
  align-items: center;
}

.hero-inner .right {
  padding-right: 60px;
}

.cert-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px;
  background: linear-gradient(to right, #c8d9ff, #e0e8ff);
  color: #1e1e2f;
  flex-wrap: wrap;
}

.cert-text {
  max-width: 600px;
}

.cert-text h1 {
  font-size: 56px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 24px;
  line-height: 64px;
  text-shadow: 4.5px 4.5px 0 #577de1, 4px 7px 4px rgba(0, 0, 0, 0.15);
}

.cert-text p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
  color: var(--white);
  line-height: 24px;
}

.cert-text p strong {
  color: var(--white);
}

.cert-stats {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 35px;
}

.cert-stats img {
  width: 60px;
}

.cert-stats h6 {
  font-weight: 600;
  color: var(--white);
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.cert-stats h6 span {
  font-weight: 700;
  color: var(--white);
  font-size: 32px;
}

.cta-button {
  padding: 12px 40px;
  font-size: 12px;
  background-color: #e01f26;
  color: var(--white);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: bold;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #b91c1c;
}

.information-container {
  background-color: #e3edfd;
  padding: 70px 0;
}

.information-container .inner-information {
  background-color: var(--white);
  border-radius: 16px;
  padding: 60px 90px;
}

.topcontent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.topcontent > div:first-child {
  width: 70%;
}

.topcontent h4 {
  color: #1e497b;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 30px;
}

.topcontent p {
  color: var(--black);
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.accordion-item {
  border: 1px solid #d6d6d6 !important;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}

.accordion-header {
  background-color: #f6f6f6;
  color: var(--black);
  padding: 28px 32px;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header.active {
  background-color: var(--white);
}

.accordion-content {
  display: none;
  padding: 8px 32px 24px;
  background-color: #fff;
}

.quiz-box {
  background: #f8f8f8;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quiz-details {
  flex: 1;
}

.quiz-details p {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
}

.quiz-title {
  font-weight: 600;
  font-size: 20px;
  color: var(--black);
}

.take-test-btn {
  background: #e01f26;
  color: var(--white);
  padding: 12px 34px;
  border: none;
  border-radius: 9999px;
  font-weight: bold;
  cursor: pointer;
  font-size: 12px;
}

.chevron {
  font-size: 20px;
  transition: transform 0.3s;
}

.chevron.rotate {
  transform: rotate(180deg);
}

.skill-test-certification .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.skill-test-certification .owl-dot span {
  width: 13px;
  height: 13px;
  background: #fee3e6;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}
.skill-test-certification .owl-dot.active span {
  background: #e01f26;
}

/* popup css */

.popup-outer {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: #000000b0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.popup-outer.show {
  opacity: 1;
  pointer-events: auto;
  display: flex !important;
}

.hidden {
  display: none;
}

.popup-outer .inner-popup-content {
  width: 844px;
  height: 430px;
  background: #fff;
  border-radius: 16px;
  align-items: center;
  justify-content: space-around;
  padding: 16px;
  position: relative;
  animation: slideIn 0.4s ease;
}

.popup-outer .inner-popup-content h2 {
  color: var(--black);
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 36px;

}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.popup-outer .inner-popup-content h2 span {
  color: #1e497b;
  display: block;
}

.popup-outer .inner-popup-content p {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px;
}

.popup-outer .inner-popup-content a {
  background-color: #e01f26;
  color: var(--white);
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 30px;
  margin-top: 22px;
}

.popup-outer .inner-popup-content button {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: transparent;
  outline: none;
  border: 0;
}


@media (max-width: 900px) {
  .popup-outer .inner-popup-content{
    width: 400px;
    flex-direction: column-reverse;
    height: auto;
    gap: 25px;
    padding: 40px 25px;
  }
  .popup-outer .inner-popup-content p{
    align-items: baseline;
  }
  .btn-grp{
    display: flex;
    justify-content: center;
  }

  .popup-outer .inner-popup-content a{
    margin-top: 14px;
  }
}

@media (max-width: 786px) {
  .topcontent {
    flex-direction: column-reverse;
    gap: 16px;
    margin-bottom: 20px;
  }
  .information-container .inner-information {
    padding: 20px;
  }
  .topcontent > div:first-child {
    text-align: center;
    width: 100%;
  }
  .topcontent h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 22px;
  }
  .topcontent p {
    font-size: 14px;
    line-height: 20px;
  }

  .topcontent img {
    width: 85px;
  }
  .accordion-header {
    font-size: 14px;
    padding: 16px;
  }

  .accordion-content {
    padding: 5px 16px 16px;
  }

  .quiz-title {
    font-size: 14px;
    text-align: center;
  }

  .quiz-details p {
    font-size: 12px;
    text-align: center;
    line-height: 24px;
  }
  .quiz-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 12px;
  }
  .heading {
    font-size: 20px;
  }
  .content {
    font-size: 14px;
    margin: 0;
  }
  .name,
  .college {
    font-size: 12px;
  }

  .testimonial-card,
  .main-content {
    height: 100%;
  }

  .main-content{
    min-height: 151px;
    max-height: 200px;
  }

  

  .testimonial-card {
    padding: 14px 50px 20px;
    min-height: 200px;
  }

  .avatar {
    width: 95px !important;
    height: 95px;
    top: -47px;
  }

  .skill-test-certification,
  .information-container,
  .what-you-will-get {
    padding: 26px 0;
  }

  .testimonials {
    margin-top: 75px;
  }

  .label {
    font-size: 14px;
  }
  .icon-circle {
    width: 38px;
    height: 38px;
    padding: 10px;
  }

  .items {
    flex-direction: column;
    gap: 15px;
    width: 242px;
    margin: auto;
  }

  .hero-inner {
    flex-direction: column;
  }

  .cert-text h1 {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .cert-text p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 0 92px;
  }
  .cert-stats h6 {
    font-size: 14px;
  }

  .cert-stats h6 span {
    font-size: 20px;
  }

  .cert-stats img {
    width: 44px;
  }

  .cert-stats {
    justify-content: center;
  }

  .cert-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-inner .right {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  .hero-inner .right img {
    width: 66%;
  }

  header img {
    width: 90px;
  }
}

@media (max-width: 500px) {
  .cert-text p {
    padding: 0 60px;
  }

  .popup-outer .inner-popup-content button{
    right: 10px;
    top: 10px;
  }

  .popup-outer .inner-popup-content button img{
    width: 12px;
  }

  .popup-outer .inner-popup-content{
    width: 280px;
    gap: 25px;
    padding: 26px 18px;
  }

  .popup-outer .inner-popup-content .right img{
    width: 86px;
  }

  .popup-outer .inner-popup-content p img{
    width: 14px;
  }

  .popup-outer .inner-popup-content p{
    font-size: 14px;
    line-height: 20px;
  }
  .popup-outer .inner-popup-content h2{
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 18px;
  }
}

@media (max-width: 400px) {
  .cert-text p {
    padding: 0 10px;
  }
}
