@font-face {
  font-family: 'FiraGO';
  src: url('/herefonts/web/Roman/FiraGO-Regular.woff2') format('woff2'),
       url('/herefonts/web/Roman/FiraGO-Regular.woff') format('woff'),
       url('/herefonts/web/Roman/FiraGO-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FiraGO';
  src: url('/herefonts/web/Roman/FiraGO-Bold.woff2') format('woff2'),
       url('/herefonts/web/Roman/FiraGO-Bold.woff') format('woff'),
       url('/herefonts/web/Roman/FiraGO-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FiraGO';
  src: url('/herefonts/web/Italic/FiraGO-Italic.woff2') format('woff2'),
       url('/herefonts/web/Italic/FiraGO-Italic.woff') format('woff'),
       url('/herefonts/web/Italic/FiraGO-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FiraGO';
  src: url('/herefonts/web/Italic/FiraGO-BoldItalic.woff2') format('woff2'),
       url('/herefonts/web/Italic/FiraGO-BoldItalic.woff') format('woff'),
       url('/herefonts/web/Italic/FiraGO-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: 'FiraGO', Arial, sans-serif;
}


.time-item{
  border: 1px solid #092732 !important;
  color: #092732 !important;
  background-color: white !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* active */
.time-item.active {
  background-color: #092732 !important;
  color: white !important;
}


.regform-label {
  font-size: 14px !important;
  /* i changed */
  font-weight: 600 !important;
  line-height: 24px !important;
  color: #050038 !important;
}

.regform-control {
  border-radius: 0px !important;
  font-size: 14px !important;
  /* i changed */
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #050038 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;

  border: solid 2px #050038 !important;
}
.time-row th{
  color: #ffffff !important;
  background-color: #092732 !important;
  font-size: 14px !important;
  font-weight: 400 !important;  
  border: 1px solid #092732 !important;
}
.time-row td {
  color: #092732 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  border: 1px solid #092732 !important;
}

.blue-color {
  color: #00A69A;
}

footer {
  background-color: #f7f7f7;
}

.foottext {
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 4%;
}

.bggreen{
  background-color: #ECF7FC;
}

.faqmenu1 {
  font-size: 14px;
  /* i changed */
  font-weight: 700;
  line-height: 24px;
  color: #092732;
}

.footsub {
  font-size: 14px;
  /* i changed */
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4%;
}
.navl {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  color: #092732 !important;
}

.text-eclipse-1
{
  color: #092732;
}

.faqmenu2 {
  font-size: 14px;
  /* i changed */
  font-weight: 400;
  line-height: 24px;
  color: #092732;
}

.footp {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.btndnav {
 
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #092732;
  border-radius: 0px;
  border: solid 1px #1EF3E4;
  background-color: #1EF3E4;
}

.btndnavnew{
   text-decoration: none;
  font-size: 24px;
  line-height: 20px;
  color: #092732;
  border-radius: 0px;
  border: solid 1px #1EF3E4;
  background-color: #1EF3E4;
}
/* 
.btndnav:hover {
  top: 3px;
  right: -3px;
  box-shadow: 3px 3px 0 #00A69A;
}
.btndnav:hover::after {
  top: 1px;
  right: -2px;
  width: 4px;
  height: 4px;
}
.btndnav:hover::before {
  bottom: -2px;
  left: 1px;
  width: 4px;
  height: 4px;
}
.btndnav::after {
  transition: all 0.15s linear 0s;
  content: "";
  position: absolute;
  top: 2px;
  right: -4px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  transform: rotate(135deg);
  z-index: -1;
}
.btndnav::before {
  transition: all 0.15s linear 0s;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  transform: rotate(135deg);
  z-index: -1;
}

a.btndnav {
  position: relative;
}

a:active.btndnav {
  top: 6px;
  right: -6px;
  box-shadow: none;
}
a:active.btndnav:before {
  bottom: 1px;
  left: 1px;
}
a:active.btndnav:after {
  top: 1px;
  right: 1px;
} */
.zoom {
  transition: ease-in-out transform 0.5s; /* Animation */
}
.zoom:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#scrollToTopBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 99;
  height: 50px;
  width: 50px;
  border: none;
  outline: none;
  background-color: #050038;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

#scrollToTopBtn:hover {
  background-color: #1c2b33;
}

.bghero {
  /* background: linear-gradient(135deg, rgba(108, 218, 250, 0.31) 0%, rgba(191, 36, 124, 0.07) 100%);
    background-repeat: none; */
  /* background: url("/newui/img/digidiva/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; */
  background-color: #E2FFFD;
}

.clickable-column {
  cursor: pointer;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}

.clickable-column:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


.heroheadone {
  color: #fff;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 169.605% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.subhead {
  color: #092732;
  text-align: center;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.herocap{
  border-radius: 10px;
  background-color: #00A69A;
  color: #fff;
  font-size: 13px;
  width: fit-content;

}
.datehero {
  color: #0C3747;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.numbercard {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.numbertext {
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
}

.numbert {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}

.applynow {
  border-radius: 0px !important;
  background: #0C3747;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.applynoww {
  border-radius: 10px;
  background: #0C3747;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.applynow:hover {
  border-radius: 10px;
  background: #0C3747;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.applynoww:hover {
  border-radius: 10px;
  background: #0C3747;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.logos {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: #f0f0f0;
  /* Set the background color of the box */
  border: 1px solid transparent;
  /* Set the border to a transparent color */
  outline: 1px solid #6a6767;
  /* Set the outline color and style as the outer border */
  outline-offset: 10px;
  /* Set the outline offset to create transparent space between the border and the box */
}

.aboutsemi {
  color: #00A69A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.abouthead {
  color: #0C3747;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.aboutpara {
  color: #092732;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.disabout {
  color: #00A69A;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.aboutimg {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.bgch {
  background-color: #ECF7FC;
}

.chhead {
  color: #092732;
  font-size: 40px;
  line-height: normal;
}

/* .chcard {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
} */

.chtext {
  color: #092732;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.chcard img {
  height: 80px;
}

.orgc {
  color: #0C3747;
  font-weight: 700;
}

.get {
  color: #0C3747;

  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.etext {
  color: #092732;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.implementationp {
  color: #092732;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bggray {
  background: #e5e5e5;
}

.cohead {
  color: #092732;

  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.mname {
  color: #092732;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.mdesig {
  color: #092732;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mentorimg {
  border: solid 8px #0C3747;
}

.whysub {
  color: #092732;

  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.whytext {
  color: #092732;
  text-align: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.whycard {
  background: url("/newui/img/digidiva/whycard.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 300px;
}

.whycard2 {
  background: url("/newui/img/digidiva/whycard2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 300px;
}

.whycardblue {
  background: url("/newui/img/digidiva/whycardblue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 300px;
}

.whycardblue2 {
  background: url("/newui/img/digidiva/whycardblue2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 300px;
}

.whohead {

  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wholistul {
  color: #092732;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: url("/newui/img/digidiva/list.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.listtext {
  position: relative;
  left: 10%;
}

.datetime {
  color: #6a6767;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.monthtime {
  color: #6a6767;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.timetime {
  color: #6a6767;

  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.timecard {
  height: 150px !important;
  width: 150px !important;
}

.timepart {
  background: linear-gradient(90deg, #fff 0%, #f1f2f6 100%);
  border: 14px solid #0C3747;
  outline: 1px dashed #d9d9d9;
  /* Set the outline color and style as the outer border */
  outline-offset: 10px;
}

.timehead {
  color: #092732;
  text-align: center;

  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.proghead {
  color: #092732;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nav-pills {
  border-radius: 10px;
  border: 3px solid #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #0C3747 !important;
}

.nav-pills .nav-item .nav-link {
  color: #fff !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

.schtable {
  border-radius: 0px 10px 10px 0px;
  background: #fff;
  border-left: 56px solid #0C3747;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
}

.schtime {
  color: #6a6767;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.magenta {
  color: #0C3747;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .herohead {
  color: #0C3747;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

  .heroimg {
    width: 100%;
  }

  .whyimg {
    position: relative;
    top: -20%;
  }

  .whyimg1 {
    position: relative;
    top: 15%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .herohead {
  color: #0C3747;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

  .bgtime {
    background: url("/newui/img/digidiva/bgtime.svg");
    background-repeat: no-repeat;
    background-position: center center;
  }

  .whyimg {
    position: relative;
    top: -10%;
  }

  .whyimg1 {
    position: relative;
    top: 13%;
  }
}

@media only screen and (min-width: 1025px) {
  .herohead {
  color: #0C3747;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

  .bgtime {
    background: url("/newui/img/digidiva/bgtime.svg");
    background-repeat: no-repeat;
    background-position: center center;
  }

  .whyimg {
    position: relative;
    top: -10%;
  }

  .whyimg1 {
    position: relative;
    top: 10%;
  }
}

.eligibility-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  margin: 24px 0;
}

.eligibility-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  position: relative;
  overflow: hidden;
}

.eligibility-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.eligibility-card:last-child {
  margin-bottom: 0;
}

.eligibility-checkmark {
  font-size: 24px;
  color: #2e7d32;
  margin-right: 16px;
  font-weight: bold;
  background: rgba(46, 125, 50, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eligibility-crossmark {
  font-size: 24px;
  color: #c62828;
  margin-right: 16px;
  font-weight: bold;
  background: rgba(198, 40, 40, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eligibility-text {
  font-size: 16px;
  color: #2c3e50;
  font-weight: 500;
  line-height: 1.5;
  flex: 1;
}

/* Professional section header */
.eligibility-header {
  margin-bottom: 24px;
  text-align: center;
}

.eligibility-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}

.eligibility-subtitle {
  font-size: 14px;
  color: #6c757d;
  font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .eligibility-container {
    padding: 20px;
    margin: 16px 0;
  }
  
  .eligibility-card {
    padding: 16px 20px;
  }
  
  .eligibility-checkmark,
  .eligibility-crossmark {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  
  .eligibility-text {
    font-size: 15px;
  }
}

/* Who section image alignment */
.who-image-container {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-image-container img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
}

@media (max-width: 991px) {
  .who-image-container {
    min-height: 300px;
  }
}
