:root {
  --color-primary: #078999;
  --color-blue: #078999;
  --color-secondary: #06295a;
  --color-black: #142238;
  --color-black3: #0a2540;
}

.its-template .logo-img img,
.its-template .mobile-logo img {
  width: min(360px, 62vw);
  max-height: 78px;
  object-fit: contain;
}

.its-template .top-content-info {
  padding: 14px 0;
}

.its-top-contact {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #06295a;
  font-weight: 600;
}

.its-top-contact a {
  color: #06295a;
}

.its-top-contact i {
  color: #078999;
  margin-right: 7px;
}

.its-template .header-layout1 .menu-area-content::after {
  background: #06295a;
}

.its-template .header-layout1 .menu-area-content .main-menu > ul > li > a:hover {
  color: #8be6ef;
}

.its-template .menu-contact-number,
.its-template .menu-social {
  display: flex;
}

.its-template .banner.v1 {
  background: linear-gradient(90deg, #041b3c 0%, #06295a 54%, #078999 100%);
  overflow: hidden;
}

.its-template .banner-content.v1 {
  padding: 112px 0 92px;
}

.its-template .banner-content [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.its-template .banner-content.v1 .section-title {
  margin-bottom: 28px;
}

.its-template .banner-content.v1 .section-title .big-title {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 700;
}

.its-template .banner-content.v1 .section-title .title-para {
  max-width: 760px;
  margin-top: 22px;
}

.banner-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  opacity: 1 !important;
  transform: none !important;
}

.its-template .banner-right-content .banner-img img {
  max-height: 560px;
  object-fit: contain;
}

.its-template .interactive-courses,
.its-template .students {
  background: #fff;
}

.its-stat-card,
.its-team-card,
.its-info-panel,
.its-contact-form {
  height: 100%;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

.its-stat-card {
  border-bottom: 3px solid #078999;
}

.its-stat-card .stat-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
  background: #078999;
  border-radius: 15px;
  font-size: 24px;
}

.its-stat-card h3,
.its-info-panel h3 {
  margin-bottom: 12px;
  color: #06295a;
  font-size: 22px;
  line-height: 1.25;
}

.its-stat-card p,
.its-info-panel p,
.courses-cards-content .courses-content p {
  color: var(--color-paragraph);
  line-height: 1.65;
}

.its-template .about-left-content {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.its-template .content-box-1 .box-icon,
.its-template .content-box-2 .box-icon {
  font-size: 44px;
  color: #fff;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.its-template .courses-cards-content .courses-content {
  min-height: 225px;
}

.its-template .courses-cards-content .courses-content .price {
  color: #078999;
}

.its-template .courses-cards-content .courses-img img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.its-robotics-section {
  background-size: 100% 100%;
}

.its-robotics-section .section-title .title-para {
  max-width: 760px;
  margin: 18px auto 0;
}

.its-robotics-card {
  height: 100%;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  border-bottom: 3px solid #078999;
}

.its-robotics-card.featured {
  background: #06295a;
  border-bottom-color: #8be6ef;
}

.its-robotics-card .robotics-icon {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
  background: #078999;
  border-radius: 16px;
  font-size: 26px;
}

.its-robotics-card h3 {
  margin-bottom: 12px;
  color: #06295a;
  font-size: 24px;
  line-height: 1.25;
}

.its-robotics-card p {
  margin-bottom: 18px;
  color: var(--color-paragraph);
  line-height: 1.65;
}

.its-robotics-card.featured h3,
.its-robotics-card.featured p,
.its-robotics-card.featured .its-check-list li {
  color: #fff;
}

.its-robotics-card.featured .its-check-list li::before {
  color: #8be6ef;
}

.robotics-method {
  margin-top: 55px;
  padding: 34px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

.robotics-visual {
  overflow: hidden;
  border-radius: 18px;
}

.robotics-visual img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.robotics-copy {
  margin-bottom: 24px;
}

.robotics-outcomes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.robotics-outcomes span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 14px;
  color: #06295a;
  background: #f6f7fa;
  border-radius: 10px;
  font-weight: 700;
}

.robotics-outcomes i {
  color: #078999;
}

.its-template .how-it-work-content.v1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.its-template .how-it-work-content.v1 .middle-img,
.its-template .how-it-work-content.v1 .middle-img-circle {
  pointer-events: none;
}

.its-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.its-check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--color-paragraph);
  line-height: 1.6;
}

.its-check-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  color: #078999;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
}

.its-team-card {
  min-height: 160px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.its-team-card span {
  display: block;
  margin-bottom: 10px;
  color: #8be6ef;
  font-weight: 700;
}

.its-team-card h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.its-note {
  margin-top: 16px !important;
  padding: 14px 18px;
  border-left: 4px solid #c79a2d;
  background: #f6f7fa;
}

.its-template .register-now {
  padding-bottom: 120px;
}

.its-contact-data {
  display: grid;
  gap: 12px;
  color: #fff;
  font-weight: 500;
}

.its-contact-data p {
  display: flex;
  gap: 10px;
}

.its-contact-data a {
  color: #fff;
}

.its-contact-data i {
  color: #8be6ef;
  margin-top: 5px;
}

.its-contact-form {
  background: #fff;
}

.its-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: #06295a;
  font-weight: 700;
}

.its-contact-form input,
.its-contact-form textarea {
  width: 100%;
  border: 1px solid #dde0e9;
  border-radius: 10px;
  padding: 14px 15px;
}

.its-contact-form input:focus,
.its-contact-form textarea:focus {
  outline: 3px solid rgba(7, 137, 153, 0.18);
  border-color: #078999;
}

.its-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.its-template .footer-section.v1 {
  background: #041b3c;
}

.its-template .footer-content.v1 {
  padding: 80px 0;
}

.its-template .footer-logo img {
  width: min(330px, 80vw);
  padding: 8px;
  background: #fff;
}

.its-template .footer-widget .widget-title,
.its-template .footer-widget .title,
.its-template .footer-widget a,
.its-template .footer-widget p {
  color: #fff;
}

.its-template .quick-links,
.its-template .contact-info-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.its-template .quick-links li {
  margin-bottom: 10px;
}

.form-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--color-paragraph);
}

.form-status.success {
  color: #087b34;
  font-weight: 700;
}

.form-status.error {
  color: #a12a2a;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .its-template .banner-content.v1 .section-title .big-title {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .its-template .banner-content.v1 {
    padding: 82px 0 72px;
  }

  .its-template .banner-content.v1 .section-title .big-title {
    font-size: 38px;
  }

  .its-template .how-it-work-content.v1 {
    display: block;
  }

  .robotics-method {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .its-template .logo-img img,
  .its-template .mobile-logo img {
    width: min(260px, 68vw);
  }

  .its-template .banner-content.v1 {
    padding: 42px 0 46px;
  }

  .its-template .banner-content.v1 .section-title .big-title {
    font-size: 31px;
  }

  .its-template .banner-content.v1 .section-title .sub-titlev2 {
    line-height: 28px;
    margin-bottom: 14px;
  }

  .its-template .banner-content.v1 .section-title .title-para {
    width: auto;
    max-width: 100%;
    margin-top: 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-actions .btn-p {
    width: 100%;
    text-align: center;
  }

  .its-robotics-card {
    padding: 24px;
  }

  .robotics-method {
    margin-top: 34px;
    padding: 20px;
  }

  .robotics-visual img {
    min-height: 230px;
  }

  .robotics-outcomes {
    grid-template-columns: 1fr;
  }

  .its-template .my-120 {
    margin: 80px 0;
  }

  .its-template .py-120,
  .its-template .pt-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .its-template .register-now {
    padding-bottom: 80px;
  }
}
