@font-face {
  font-family: AmazonEmber;
  src: url(../fonts/EmberModernDisplayStd-Regular.ttf);
}

body {
  font-family: AmazonEmber !important;
  background-color: #111823 !important;
}

h1 {
  font-weight: 600 !important;
}

h2 {
  font-weight: 200 !important;
}

b {
  font-weight: 700 !important;
}

.navbar {
  padding: 0 !important;
}

.color-gold {
  color: #f6c75d;
}

.w-90 {
  width: 90% !important;
}

.navbar-toggler {
  background-color: white !important;
}

.about {
  position: relative;
}

.about_content {
  background-color: #e2ab41;
  color: #000;
  border-radius: 20px;
  padding: 40px 20px;
  width: 100%;
}

.about_content .heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.about_content p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.about_content .row {
  text-align: left;
  margin: 0;
}

.about-img {
  max-height: 400px;
  width: auto;
}

/* #cat_slider {
  padding: 20px;
} */

.cat-div {
  text-align: center;
  width: 70%;
  margin: auto;
  /* padding-top: 20px; */
  padding-bottom: 5px;
}

.cat-div p {
  font-size: 20px;
}

.about-div {
  background-color: #fff;
  width: 60%;
  margin: auto;
  box-shadow: 0 2px 20px 7px rgba(64, 60, 67, .16);
  padding: 1rem 2rem;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 3px solid #f98431;
}

.nominy {
  margin: auto;
  /* width: 13.5%; */
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nominy a button {
  border: 2px solid #f6c75d;
  background-color: #f6c75d;
  color: #111823 !important;
  padding: 10px 20px;
  box-shadow: 0 0 16px rgba(0, 0, 0, .35) !important;
  cursor: pointer;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: bold;
  width: fit-content;
}

/* .nominy button:hover {
  background-color: white;
  color: #FF9900;
  border: 1px solid #FF9900;
} */


.center .card {
  border-radius: 20px;
}


.card img {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 20px;
}

.fa-chevron-left:before {
  position: absolute;
  top: 120px;
  color: white;
}

.fa-chevron-right:before {
  position: absolute !important;
  right: -30px;
  top: 120px;
  color: white;
}

.controls .next {}

.slider {
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  width: 180px;

  height: 20px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slider .prev_arrow {
  position: absolute;
  right: -20px;
}

.slider .slider_item {}

.slick-initialized .slick-slide {
  padding: 10px !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: 0px !important;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots li {
  display: block;
  width: .75rem;
  height: .75rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #232f3e;
  text-indent: -9999px;
}

.slick-dots li {
  height: 15px !important;
  width: 15px !important;
}

.slick-dots li.slick-active button {
  background-color: #f90;
  border-radius: 50%;
}

.slick-dots li button {
  height: 15px !important;
  width: 15px !important;
}

.slick-dots li button:before {
  content: ' ' !important;
  height: 15px !important;
  width: 15px !important;
}


.slick-arrow.priv_arrow {
  position: relative;
  z-index: 1;
  left: -30px;
  float: left;
}

/* .slick-arrow.next_arrow {
  position: relative;
  z-index: 99;
  right: -30px;
  float: right;
} */

#header-container,
#footer-main {
  width: 90%;
}

#footer-main {
  margin: auto;
}

/* eligibility */
#eligibility {
  padding: 20px 0;
}

.elig {
  width: 90%;
  margin: auto;
  text-align: center;
  border: 2px solid #f6c75d;
  border-radius: 20px;
  position: relative;
  padding: 10px;
}

.big-tick {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 70px;
}

.elig span {
  font-size: 16px;
}

.elig ul {
  padding-left: 25px;
  margin-bottom: 10px;
  list-style: none;
}

.elig ul li {
  font-size: 20px;
  text-align: left;
  font-weight: 100;
  line-height: 22px;
  margin-top: 20px;
  position: relative;
  color: white;
  /* top: -20px; */
}

.elig ul li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url(../img/tick.png) no-repeat center center;
  background-size: contain;
}

/* end */


.estedcontent {
  background-color: #232F3E;
  color: #ccc;
}

.esti-test {
  color: #FF9900;
  text-align: center;
  padding: 10px;
}

.jurry_content .card {
  border-radius: 0px;
}

.faqs {
  background-color: #EAEDED;
}

.cta_button {
  /* color: #000 !important; */
  position: absolute;
  bottom: 10%;
  left: 50%;
  /* box-shadow: 0 0 16px rgba(0, 0, 0, .35) !important; */
  cursor: pointer;
  transform: translateX(-50%);
  margin-left: 0 !important;
  text-align: center;
  /* Center horizontally */
  /* Offset by half of its width */
  /* border: 2px solid #f6c75d; */
  /* background-color: #f6c75d; */
  /* color: #111823 !important; */
  /* padding: 10px; */
  /* border-radius: 20px; */
  /* font-size: 16px; */
  /* text-decoration: none !important; */
  /* font-weight: bold; */
  /* width: fit-content; */
}

.button_gif {
  cursor: pointer;
  width: 50%;
}

.panel-group {
  margin-bottom: 0;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}

.panel-group .panel .panel-heading {
  padding: 0;
}

.panel-group .panel .panel-heading h4 a {
  background: #f8f8f8;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  color: #000;
  border-radius: 8px;
  margin-top: 15px;
  transition: 0.15s all ease-in-out;
  border-radius: 8px 8px 0px 0px;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #232F3E;
  transition: 0.15s all ease-in-out;
  color: #fff;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "";
}

.panel-group .panel .panel-heading h4 a i {
  color: #999;
}

.panel-group .panel .panel-body {
  padding-top: 0;
}

.panel-group .panel .panel-heading+.panel-collapse>.list-group,
.panel-group .panel .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.panel-group .panel+.panel {
  border-top: none;
  margin-top: 0;
}


.faq-text {
  text-align: center;
  color: #232F3E;
  padding-top: 20px;
  padding-bottom: 20px;
}

.panel-title {
  margin: 0;
}

.faq-text h2 {
  font-weight: bold !important;
  position: relative;
  top: 12px;
}

.panel-body {
  background-color: #fff;
  padding: 10px;

}


.Category_Digitization {
  background-color: transparent;
  width: 90%;
  margin: auto;
  color: white;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #f6c75d;
}


.Category_Digitization ul {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 10px;
}

.Category_Digitization ul li {
  font-size: 16px;
  text-align: left;
  font-weight: 100;
  line-height: 23px;
  margin-top: 16px;
  position: relative;
}

.Category_Digitization ul li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url(../img/tick.png) no-repeat center center;
  background-size: contain;
}

.Category_Digitization button {
  border: 2px solid #f6c75d;
  background-color: #f6c75d;
  color: #111823 !important;
  padding: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, .35) !important;
  cursor: pointer;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: bold;
  width: fit-content;
  margin-top: 5px;
}

.Category_Digitization span {
  color: #0099D9;
  position: relative;
  top: 15px;
}

.Category_Digitization h3,
p {
  font-weight: lighter;
}

.Digitization_btn {
  text-align: center;
  margin-top: 40px;
}

.Digitization_btn button {
  background-color: #f6c75d;
  color: black;
  padding: 5px 20px;
  border: none;
  border-radius: 8px 8px 0px 0px;

}

/* registration css */


.register_heading {
  color: #f6c75d;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px;
}

.register_heading h3 {
  font-weight: bold;
}

.form_content {
  width: 100%;
  margin: auto;
}

.details input,
textarea,
input[type="text"],
input[type="number"] {
  width: 100%;
  border-radius: 3px;
  border: none;
  outline: none;
  padding: 10px;
  margin-top: 10px;
  background-color: #131625 !important;
  color: white !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  /* Inverts icon color to white */
}

.details textarea {
  margin-top: 7px;
  position: relative;
  top: 4px;
}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn_up {
  border: unset;
  color: #f6c75d;
  background-color: #232F3E;
  padding: 12px 30px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  float: right;
  outline: none;
}

.upload-btn-wrapper input[type=file] {
  /* font-size: 100px; */
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  /* width: 100%; */
  padding: 0;
  cursor: pointer;
}

.upload-btn-wrapper {
  background-color: #fff;
  width: 100%;
  /* padding: 0px 0px 0px 10px; */
  margin-top: 10px;
  border-radius: 4px;
}

.upload-btn-wrapper span {
  color: #797575;
  line-height: 42px;
}

.relevant_text {
  font-size: 13px;
  position: relative;
  top: -5px;
}

.slick_main .card {
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
  border: none;
}

.card {
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
  border: none !important;
  background-color: transparent !important;
  margin-bottom: 30px;
}

[aria-disabled="true"] {
  pointer-events: none;
  /* Disable interaction */
  opacity: 0.5;
  /* Dim the element to indicate it's disabled */
  cursor: not-allowed;
  /* Change cursor to indicate unavailability */
}

[aria-disabled="true"]:hover {
  background-color: initial;
  /* Ensure no hover effect */
}

.selected-card {
  transform: scale(1.05);
  /* Slightly enlarge the selected card */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Add a shadow for emphasis */
  margin-bottom: 20px;
}

.selected-card img {
  border: 4px solid #fff !important;
}

/* #about_main{
  background: url('../img/Group\ 243.png');
  background-size: cover;
  background-position: center;
  padding-top: 3vh;
  padding-bottom: 15%;
} */
#about_main {
  padding: 20px;
}

.nooption {
  cursor: auto;
}

.categoryy,
.nooption {
  position: relative;
  /* Ensure proper stacking context */
  z-index: 10;
  /* Adjust as needed */
}

.categoryy img,
.nooption img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid #f6c75d;
  padding: 10px;
}

.categoryy img:hover {
  transform: scale(1.01);
}

#cat_desc {
  display: flex;
  margin-bottom: 10px;
}

#cat_desc img {
  margin-left: 20px;
}

.upload-btn-wrapper select {
  width: 100%;
  border: none;
}

.upload-btn-wrapper select:focus {
  outline: none;
}

.upload-btn-wrapper .inp {
  width: 100%;
  border: none;
  padding: 10px 0;
}

.upload-btn-wrapper .inp:focus {
  outline: none;
}

.submit {
  border: 2px solid #EBBF59;
  background-color: #EBBF59;
  color: #111823 !important;
  box-shadow: 0 0 16px rgba(0, 0, 0, .35) !important;
  cursor: pointer;
  border-radius: 20px;
  font-size: 16px;
  margin-top: 10px;
  text-decoration: none !important;
  font-weight: bold;
  width: fit-content;
  padding: 10px 30px;
}

/* .submit:hover {
  background-color: white;
  color: orange;
  border: 1px solid orange;
} */

.btn_upload {
  border: unset;
  color: #030000;
  background-color: #cacbcc;
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  /* float: right; */
  outline: none;
}

#loader {
  display: none;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin-top: 10px;
  /* Adjust to fit your layout */
}

.footer {
  background-color: #111823;
  padding: 10px 0;
}



.header {
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  top: 0;
  width: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #111823;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.allrights {
  color: white;
  margin-top: 5px;
  font-size: 12px;
}

.footer_links {
  color: white !important;
  font-size: 12px;
  text-decoration: none;
  padding-bottom: 2px;
}

.footer_links:hover {
  border-bottom: 1px solid white;
  cursor: pointer;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom: 2px solid white;
  cursor: pointer;
  text-decoration: none;
}

.nominate_now {
  /* border: 2px solid #f6c75d;
  background-color: #f6c75d;
  color: #111823 !important;
  padding: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, .35) !important; */
  cursor: pointer;
  /* margin-left: 24px;
  border-radius: 20px;
  font-size: 16px; */
  align-items: center;
  display: flex;
  /* text-decoration: none !important; */
  /* font-weight: bold; */
  /* width: fit-content; */
}

.nominate_now:hover {
  border-bottom: transparent;
}

.last_date {
  background-color: #983177;
  text-align: center;
  height: 25px;
  display: flex;
  align-items: center;
}

.last_text {
  margin-bottom: 2px;
  color: white;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.heading {
  margin-bottom: 20px;
  font-weight: bold !important;
}

.home {
  position: absolute;
  top: 10px;
  left: 10px;
}

.home img {
  width: 30px;
  cursor: pointer;
}

.Award_video {
  position: relative;
}

.sub_info {
  position: absolute;
  left: 5%;
  top: 40%;
}

.sub_info p {
  font-size: 30px;
  color: white;
}

#wave {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  top: 100%;
}

.nav-link {
  color: #fff !important;
  font-weight: bold !important;
  margin-left: 24px;
}

.logos {
  width: 180px;
}

.mobile {
  display: none;
}

marquee {
  color: white;
  display: flex;
  align-items: center;
}

.swal2-title {
  font-size: 24px !important;
  /* text-transform: capitalize !important; */
}

#help_email {
  color: white !important;
  text-decoration: none !important;
}

.new_text_file {
  display: flex;
  padding: 0;
}

.new_upload_btns {
  position: relative;
}

.mandatory {
  color: red;
  font-weight: bold;
}

label a {
  color: #0d6efd !important;
}

label a:hover {
  text-decoration: underline !important;
}

/* ===========================toast css===================================== */

.toast__svg {
  fill: #fff;
}

.toast {
  text-align: left;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 4px;
  max-width: 500px;
  top: 0px;
  position: relative;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  opacity: 1;
  display: none;
  position: fixed;
  top: 15px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

.toast:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.toast__icon {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  padding: 7px;
  border-radius: 50%;
  display: inline-block;
}

.toast__type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.toast__message {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: #878787;
  text-transform: capitalize;
}

.toast__content {
  padding-left: 70px;
  padding-right: 60px;
}

.toast__close {
  position: absolute;
  right: 22px;
  top: 45%;
  width: 14px;
  cursor: pointer;
  height: 14px;
  fill: #878787;
  transform: translateY(-50%);
}

.toast--green .toast__icon {
  background-color: red;
}

.toast--green:before {
  background-color: red;
}

.elig-notes {
  text-align: left;
}

#phase {
  padding: 10px 0;
}

#cat_slider {
  padding: 10px;
}

.program_card {
  position: relative;
  /* important to contain the number_image */
  background-color: white;
  padding: 20px;
  /* extra top padding so content doesn't overlap number */
  border-radius: 20px;
  height: 240px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.number_image {
  position: absolute;
  top: -18px;
  /* fixed to top of the card */
  width: 120px;
  height: auto;
}

.bulb {
  text-align: right;
}

.program_text {
  margin-top: 15px;
}

.why_choose_card {
  background-color: black;
  color: white;
  border: 2px solid white;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 400px;
}


.why_choose_card img {
  border-radius: 10px;
}

.why_choose_card .card_info {
  padding: 10px;
}

.why_choose_card .card_info h4 {
  font-weight: 700;
}

.why_choose_card .card_info p {
  font-size: 20px;
}

.presents {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.presents img {
  width: 55%;
  margin-bottom: 10px;
}

.presents p {
  font-weight: 700;
  color: #f6c75d;
}

.big-heading {
  font-size: 3rem;
}


.expander {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s;
}


.expander::after {
  content: '+';
  /* content: "\f107"; */
  /* angle-down icon */
  /* font-family: "Font Awesome 6 Free"; */
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  position: relative;
}

.expander.active::after {
  /* transform: rotate(180deg); */
  content: '-';
}

.expander:not(.active)::after {
  /* transform: rotate(0deg); */
  content: '+';
}

/* .expandar-content {
  transition: opacity 0.4s ease;
  opacity: 0;
  height: 0;
}

.expandar-content.show {
  height: auto;
  opacity: 1;
} */

.otp-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.otp-inputs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.otp-inputs input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: 0.3s;
}


.otp-inputs input:focus {
  border-color: #007bff;
}

#otpResult {
  margin-top: 15px;
  font-weight: bold;
}

#categoryForm {
  text-align: left;
}

#categoryForm label {
  font-size: 20px;
  border-bottom: 1px solid #707070;
  text-align: center;
}


.custom-dropdown {
  width: 100%;
}

.custom-dropdown-btn {
  background: #fff;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  padding: .375rem .75rem;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  color: #212529;
}

.custom-dropdown-btn:focus {
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.arrow {
  margin-left: auto;
  font-size: 0.8rem;
}

.dropdown-menu {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
}

/* Responsive design */
@media (max-width: 480px) {
  .otp-inputs input {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}


/* Media Query */

@media screen and (min-width:0) and (max-width:767px) {
  .elig ul li{
    font-size: 16px;
  }
  .expander::after {
    font-size: 1rem;
    top: 0;
  }

  .big-heading {
    font-size: 1.5rem;
  }

  .header {
    padding: 0;
  }

  .navbar {
    padding: 0 !important;
  }

  #why_choose_smbhav {
    padding: 10px 0;
  }

  .why_choose_card {
    height: 350px;
  }

  .why_choose_card .card_info h4 {
    font-size: 20px;
  }

  .why_choose_card .card_info p {
    font-size: 16px;
  }

  .presents {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .presents img {
    width: 55%;
    margin-bottom: 10px;
  }

  .presents p {
    font-weight: 700;
    color: #f6c75d;
  }

  .nominate_now {
    width: 28%;
  }

  .nominate_now .button_gif {
    width: 100%;
  }

  .navbar-brand {
    margin-right: 5px !important;
  }

  .logos {
    width: 100px;
  }

  .button_gif {
    width: 29%;
  }

  .cta_button {
    bottom: 5%;
  }

  .cta_button img {
    width: 40%;
  }


  /* .nominate_now {
    font-size: 14px;
    margin-left: 0px;
  } */

  .slick-arrow.next_arrow {
    position: absolute;
    top: 0;
    right: 15px;
  }

  .slick-arrow.priv_arrow {
    left: -15px;
  }

  .about-div,
  .cat-div {
    width: 95%;
  }

  .cat-div p {
    font-size: 16px;
  }

  .big-tick {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 50px;
  }

  .elig {
    width: 95%;
    padding: 10px;
  }

  .upload-btn-wrapper span {
    font-size: 14px;
  }

  .form_content {
    width: 95%;
  }

  .footer_links {
    font-size: 10px;
  }

  .desktop {
    display: none;
  }

  .web {
    display: none;
  }

  .mobile {
    display: block;
  }


  .last_text {
    font-size: 9px;
    margin-bottom: 0;
  }

  .slick-dots {
    bottom: -20px !important;
  }

  .nominy {
    margin: auto;
    width: 100%;
  }

  /* .cta_button {
    font-size: 12px !important;
    bottom: 10px;
    padding: 4px 10px !important;
  } */

  /* .nominy button {
    font-size: 14px;
    padding: 12px;
  } */

  .about_content .row .col-lg-8 {
    text-align: center;
  }

  .about_content p {
    font-size: 16px;
  }

  #header-container,
  #footer-main {
    width: 100%;
  }

  .program_card {
    height: 280px;
    padding: 10px;
    margin-bottom: 35px;
  }

  .number_image {
    width: 80px;
    left: 15px;
    top: -11px;
  }

  .bulb img {
    height: 60px;
  }
}

@media screen and (min-width: 0) and (max-width: 420px) {
  .logos {
    width: 100px;
  }

  /* .nominate_now {
    font-size: 14px;
    margin-left: 0;
  } */

  .navbar-toggler {
    font-size: 16px !important;
    padding: 4px !important;
  }

  .navbar-brand {
    margin-right: 5px !important;
  }

  #header-container {
    padding: 0 5px;
  }

  .number_image {
    width: 65px;
    left: 15px;
    top: -8px;
  }

  .bulb img {
    height: 60px;
  }
}

/* carousel css */

.cust-carousel-container {
  width: 100%;
  height: 280px;
  position: relative;
  perspective: 1000px;
}

.cust-carousel-track {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: auto;
}

.card1 {
  position: absolute;
  width: 400px;
  height: auto;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.card1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card1.center {
  z-index: 10;
  transform: scale(1.1) translateZ(0);
}

.card1.center img {
  filter: none;
}

.card1.left-2 {
  z-index: 1;
  transform: translateX(-400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}

.card1.left-2 img {
  filter: grayscale(100%);
}

.card1.left-1 {
  z-index: 5;
  transform: translateX(-200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card1.left-1 img {
  filter: grayscale(100%);
}

.card1.right-1 {
  z-index: 5;
  transform: translateX(200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card1.right-1 img {
  filter: grayscale(100%);
}

.card1.right-2 {
  z-index: 1;
  transform: translateX(400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}

.card1.right-2 img {
  filter: grayscale(100%);
}

.card1.hidden {
  opacity: 0;
  pointer-events: none;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(8, 42, 123, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: rgb(8, 42, 123);
  transform: scale(1.2);
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(8, 42, 123, 0.6);
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  border: none;
  outline: none;
  padding-bottom: 4px;
}

.nav-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.nav-arrow.left {
  left: 20px;
  padding-right: 5px;
}

.nav-arrow.right {
  right: 20px;
  padding-left: 5px;
}


/* Flip card container */
.flip-card {
  width: 100%;
  max-width: 100%;
  height: 250px;
  perspective: 1000px;
  margin-bottom: 20px;
}

/* Inner wrapper that rotates */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
  transform-style: preserve-3d;
}

/* Flip effect */
/* .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
} */

@media (hover: hover) and (pointer: fine) {
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
}

.flip-card-inner.flipped {
  transform: rotateY(180deg);
}



/* Front & Back sides */
.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  backface-visibility: hidden;
  overflow: hidden;
  margin-bottom: 20px;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* Front (Image) */
.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Back (Text) */
.flip-card-back {
  background: #EBBF59;
  /* background: linear-gradient(90deg, rgba(235, 191, 89, 1) 0%, rgba(186, 140, 29, 1) 30%, rgba(235, 191, 89, 1) 50%, rgba(186, 140, 29, 1) 75%, rgba(235, 191, 89, 1) 100%); */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  transform: rotateY(180deg);
}

.flip-card-back p {
  font-size: 20px;
  color: #000;
  margin: 0;
}

.fa-reply {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 24px !important;
  color: black;
}

#newphoneform{
  display: none;
}

/* Responsive */
@media (max-width: 576px) {
  .flip-card {
    max-width: 90%;
    height: 150px;
    margin: auto;
    margin-bottom: 20px;
  }

  .flip-card-front img {
    height: 150px;
    object-fit: contain;
  }

  .flip-card-back p {
    font-size: 14px;
  }
  .fa-reply {
    font-size: 18px !important;
  }
}

/* key dates section */

.key-dates-section {
  background: linear-gradient(135deg, #d6a33a, #c28c24);
  color: #000;
  text-align: center;
  padding: 20px;
}

.key-dates-section h2 {
  font-weight: 700;
  margin-bottom: 40px;
}

.date-box {
  background-color: #111;
  color: #fff;
  padding: 10px;
  font-size: 24px;
}

.date-card h5 {
  background: linear-gradient(1deg, #0000003c 0%, #d3a32e 100%);
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: white;
}

.date-box h5 {
  color: #f5c242;
  font-weight: 700;
}

.date-box p {
  margin: 0;
  font-size: 15px;
  opacity: 0.9;
}

/* Collaborators Section */
.collaborators-section {
  background-color: #0f111a;
  padding: 20px;
  text-align: center;
}

.collaborators-section h1 {
  color: #f6c75d;
  font-weight: 600;
  margin-bottom: 10px;
}

.partner-box,
.media-box {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 20px;
  background-color: #1a1d2b00;
}

.partner-box p,
.media-box p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.media-logos img,
.partner-logo img {
  height: 100px;
  margin: 10px;
  border-radius: 10px;
  /* filter: brightness(0) invert(1); */
  transition: transform 0.3s ease;
  cursor: pointer;
}

.media-logos img:hover,
.partner-logo img:hover {
  transform: scale(1.1);
}

#modal-header {
  flex-direction: column;
}

.timer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 768px) {
  .about_content {
    padding: 20px;
  }

  #about_carousel {
    order: 1;
    margin-bottom: 20px;
  }

  #about_text {
    order: 0;
    text-align: center;
  }

  .cust-carousel-container {
    height: 230px;
    margin-bottom: 20px;
  }

  .card1 {
    width: 100%;
    height: 210px;
  }

  .nav-arrow.left {
    left: 0px;
  }

  .nav-arrow.right {
    right: 0px;
  }

  .card1.left-2 {
    transform: translateX(-250px) scale(0.8) translateZ(-300px);
  }

  .card1.left-1 {
    transform: translateX(-120px) scale(0.9) translateZ(-100px);
  }

  .card1.right-1 {
    transform: translateX(120px) scale(0.9) translateZ(-100px);
  }

  .card1.right-2 {
    transform: translateX(250px) scale(0.8) translateZ(-300px);
  }
}

/* @media screen and (min-width: 768px) and (max-width:1800px) {
    .nominy  a button{
      width: 124px;
    }
} */

@media screen and (min-width: 0) and (max-width: 360px) {
  .program_card {
    height: 320px;
  }
}