/* body {
  margin: 0 auto;
  padding: 0px;
  font-family: "Roboto";
  background-color: #eceff1;
  height: 100%;
  color: #424242;
}

.browser-container {
  margin: 0 16px;
}

.bowser-support-text {
  width: 100%;
  text-align: center;
  margin: 1.5em 0 1em 0;
}

.ml8 {
  margin-left: 8px;
}

.guj-text {
  font-family: "Mukta Vaani";
}

.en-text {
  font-family: "Roboto";
}

.happybrowser-container {
  background-color: #fff;
  border-radius: 15px;
  padding: 16px;
  margin: 2% auto;
  font-family: "Roboto";
}

.note {
  font-size: 0.8rem;
}

p {
  font-size: 1rem;
}

.support-text {
  font-size: 0.9rem;
}

.card {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .small-logo {
    width: 12% !important;
    height: 12% !important;
  }

  .happybrowser-container {
    margin: 1rem !important;
    width: 90% !important;
  }

  .logo-img {
    width: 30%;
  }

  .browser-img {
    width: 10%;
  }

  .card-mar {
    margin: 0 auto 1rem auto !important;
  }

  .card {
    width: 45%;
  }
}

@media screen and (max-width: 576px) {
  .small-logo {
    width: 12% !important;
    height: 12% !important;
  }

  .happybrowser-container {
    margin: 1rem !important;
    width: 90% !important;
  }

  .logo-img {
    width: 30%;
  }

  .browser-img {
    width: 10%;
  }
  .card-mar {
    margin: 0 auto 1rem auto !important;
  }

  .card {
    width: 90%;
  }
} */
body {
  background: #f6f8fb;
  font-family: Roboto, sans-serif;
}

.gujarati {
  font-family: 'Mukta Vaani'
}

.container {
  max-width: 1200px
}

.header-strip {
  background: linear-gradient(90deg, #0aa2b0, #43a047, #7e57c2, #fb8c00);
  height: 6px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.header-box {
  background: white;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.title {
  position: relative;
  display: inline-block;
  padding-bottom: 6px
}

.title:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #0aa2b0;
  border-radius: 5px;
}

.card-ui {
  border: none;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
  transition: .3s;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.card-ui:hover {
  transform: translateY(-6px)
}

.badge-ui {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  color: white;
}

.icon {
  font-size: 0.8rem !important;
  margin-top: 10px
}

.btn-ui {
  border-radius: 25px;
  color: white;
  padding: 6px 22px;
  border: none;
  margin-top: auto;
}

/* gradients */

.card-science-center {
  background: linear-gradient(135deg, #fffde7, #fff9c4)
}

.card-science-school {
  background: linear-gradient(135deg, #f1f8e9, #e8f5e9)
}

.card-general {
  background: linear-gradient(135deg, #f3e5f5, #ede7f6)
}

.card-ssc {
  background: linear-gradient(135deg, #fff8e1, #fff3e0)
}

.card-science-center .icon {
  color: #fff;
}

.card-science-center .badge-ui,
.card-science-center .btn-ui {
  background: #f9a825;
  color: #fff
}


.card-science-school .badge-ui,
.card-science-school .btn-ui {
  background: #43a047;
  color: #fff
}


.card-general .badge-ui,
.card-general .btn-ui {
  background: #7e57c2;
  color: #fff
}


.card-ssc .badge-ui,
.card-ssc .btn-ui {
  background: #fb8c00;
  color: #fff
}

.section-title {
  color: #0aa2b0;
  font-weight: 600;
  margin: 25px 0 15px
}

.tst-wrapper {
  max-width: 320px;
  margin: auto
}

.no-live {
  background: #999 !important;
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(100%);
}

/* NON LIVE CARD */

.no-live-card {
  filter: grayscale(100%);
  opacity: 0.6;
  pointer-events: none;
}

/* remove hover */
.no-live-card:hover {
  transform: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}

/* Coming Soon button */

.coming-soon {
  background: #999 !important;
  cursor: not-allowed;
}

@media(max-width:768px) {
  .col-md-3 {
    margin-bottom: 20px
  }
}

.row.flex-nowrap>.col {
  flex: 0 0 260px;
  max-width: 260px;
}

.card-ui {
  align-items: center;
  text-align: center;
  min-height: 260px;
}

.card-ui .btn,
.card-ui a.btn {
  margin-top: auto;
}



@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.icon {
  color: #444 !important;
}

.gseb-logo {
  max-height: 100px;
  /* keeps sharpness */
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}

/* Slightly smaller card titles + text */

.card-ui h6 {
  padding-top: 10px;
  font-size: 0.65rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.card-ui h6 {
  font-size: clamp(13px, 1vw, 15px);
}

.card-ui p {
  font-size: clamp(11px, 0.9vw, 13px);
}

.btn-ui {
  font-size: clamp(11px, 0.8vw, 13px);
}


/*
.card-ui p {
  font-size: 12px;
  margin-bottom: 6px;
}

.card-ui small {
 font-size: 12px; 
}

.btn-ui {
  font-size: 0.55rem;
  padding: 8px 20px !important;
} */
.browsersupporth6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-bottom: 0 !important;
  padding-top: 20px;
}

.browsersupport .small {
  font-size: 12px;

}

.gseb-logo {
  max-width: 60px;
}

.card {
  height: 100%;
}

.icon {
  font-size: 22px;
  margin-bottom: 5px;
}

/* Extra small devices (phones) */
@media (max-width: 575px) {

  .card {
    margin-bottom: 10px;
  }

  .header-box {
    text-align: center;
  }

  .gseb-logo {
    width: 50px;
    margin-bottom: 6px;
  }

  .card h6 {
    font-size: 14px;
  }

  .card p {
    font-size: 12px;
  }
}


/* Small devices (portrait tablets) */
@media (min-width: 576px) and (max-width: 767px) {

  .card h6 {
    font-size: 15px;
  }

}


/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {

  .card {
    min-height: 260px;
  }

}


/* Laptop screens – FORCE 5 cards per row */
@media (min-width: 992px) {

  .row>div[class*="col-lg-2"] {
    flex: 0 0 20%;
    max-width: 20%;
  }

}


/* Large desktops */
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1351px;
  }

  .card {
    min-height: 280px;
  }

}
@media (min-width: 1600px) {
  .container-fluid {
    max-width: 1351px;   /* fixed width */
    margin: 0 auto;
  }
}  .no-break {
  white-space: nowrap;
}