@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

ul,
li {
  margin: 0;
  list-style: none;
  padding: 0;
}

.ucsat-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.ucsat-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #ffcc00, #ff8c00);
  border-radius: 50px;
  margin: 12px auto 0;
}

@media (max-width: 768px) {
  .ucsat-title {
    font-size: 24px;
    line-height: 1.35;
  }
}

@media (max-width: 480px) {
  .ucsat-title {
    font-size: 21px;
  }
}

/* body {
  padding-top: 46px;
} */

.counter-sect {
  background-color: #000000;
  text-align: center;
  color: #fff;
}

.counter-sect ul {
  display: flex;
}

.counter-sect ul li {
  width: 30px;
  height: 30px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

.counter-sect {
  background-color: #000000;
  text-align: center;
  color: #fff;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.counter-sect b {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.hero-section {
  background: rgb(0, 0, 0);
  background: linear-gradient(53deg, rgba(0, 0, 0, 1) 0%, rgba(38, 38, 38, 1) 100%);
  position: relative;
}

ul.line-art {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  z-index: 0;
}

ul.line-art li {
  height: 100%;
  border-right: solid 1px #FEEC00;
  opacity: .2;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.logo-section img {
  width: 240px;
  padding: 20px 0;
}

.banner-caption-img-sec {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 30px 0 300px 0;
}

.left-content>b {
  font-size: 35px;
  color: #FEEC00;
  text-align: center;
  line-height: normal;
  display: flex;
  justify-content: center;
}

.left-content h5 {
  font-size: 54px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  margin: 0 0 15px 0;
}

.left-content p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.left-content strong {
  color: #fff;
  font-size: 18px;
}

.left-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 640px;
  max-width: 100%;
}

.left-content p svg {
  fill: #FEEC00;
  width: 160px;
}

.left-content p svg {
  fill: #FEEC00;
  width: 160px;
  display: block;
  margin: 10px auto 0 auto;
}

button.cta-btn svg {
  width: 22px;
  fill: #000;
  margin: 0;
  position: relative;
  z-index: 9;
}

button.cta-btn {
  height: 60px;
  width: max-content;
  background: rgb(255, 237, 3);
  background: linear-gradient(0deg, rgba(255, 237, 3, 1) 0%, rgba(255, 240, 126, 1) 100%);
  border-radius: 10px;
  border: 0;
  text-align: center;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
}

button.cta-btn b {
  color: #000;
  font-size: 18px;
  position: relative;
  font-weight: 600;
  z-index: 9;
}

section.why-ucsat-sec {
  margin: -300px 0 0 0;
  position: relative;
  z-index: 2;
}

h5.heading-main {
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  flex-direction: column;
  font-weight: 800;
  text-align: center;
  gap: 10px;
  margin: 0 0 40px 0;
  align-items: center;
}

h5.heading-main svg {
  width: 200px;
  fill: #FEEC00;
}

.why-ucsat-sec h5.heading-main {
  color: #fff;
}

.why-ucsat-text {
  background: linear-gradient(180deg, #fffdf4 0%, #fff7cc 100%);
  color: #333;
  padding: 22px 20px 28px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 214, 10, 0.25);
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  position: relative;
  overflow: hidden;
}

/* Soft top highlight */
.why-ucsat-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ffd600;
}

/* 🟢 Hover Effect */
.why-ucsat-text:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(255, 214, 10, 0.18);
  border-color: #ffd600;
}


.why-ucsat-content {
  display: flex;
  gap: 15px;
}

.why-ucsat-text center {
  text-align: left;
  padding: 20px 0 15px 0;
}

.why-ucsat-text b {
  font-size: 16px;
  font-weight: 800;
}

.why-ucsat-text p {
  margin: 10px 0 0 0;
  text-align: justify;
}

.why-ucsat-text p strong {
  font-weight: 800;
  display: inline-block;
}

.why-ucsat-text span {
  font-size: 15px;
}

section.eligibility-sec {
  position: relative;
  padding-top: 0;
}

img.yellow-cir {
  position: absolute;
  top: -140px;
  width: 250px;
  z-index: -1;
}

img.grey-cir {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 200px;
}

.eligibility-text {
  border: solid 1px #000000;
  border-radius: 150px;
  position: relative;
}

.eligibility-text {
  border: solid 1px #000000;
  border-radius: 150px;
  position: relative;
  display: flex;
  padding: 15px 35px 15px 15px;
  gap: 15px;
}

.eligibility-text i svg {
  width: 28px;
}

.eligibility-text i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFED07;
  text-align: center;
  line-height: 50px;
  display: flex;
  flex-basis: 85px;
  justify-content: center;
  align-items: center;
}

.eligibility-text b {
  font-weight: 800;
  font-size: 16px;
}

.eligibility-content {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

section.structor-sec {
  background-color: #F9FAFB;
}

section {
  padding: 70px 0
}

.structor-text {
  background-color: #fff;
  border-radius: 10px;
  border: #000000 solid 1px;
  height: 100%;
  text-align: center;
  display: flex;
  padding: 20px 20px;
  flex-direction: column;
  position: relative;
  gap: 5px;
  box-shadow: 0px 3px 5px 0px #00000042;
}

.structor-text b {
  font-size: 18px;
  font-weight: 800;
}

.structor-text p {
  line-height: normal;
  margin: 0;
  min-height: 40px;
}

i.step-co {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  font-style: normal;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  font-size: 14px;
}

i.step-co {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  font-style: normal;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  font-size: 14px;
  top: -50px;
}

.registration-steps-sec .structor-content {
  padding: 60px 0 0 0;
}

.registration-steps-sec .structor-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  right: 0;
  top: -32px;
  width: calc(100% - -35px);
}

.registration-steps-sec .structor-content .col-md-3:first-child .structor-text:before {
  width: 60%;
  left: auto;
  right: -36px;
}

.registration-steps-sec .structor-content .col-md-3:last-child .structor-text:before {
  width: 53%;
  right: auto;
  left: -25px;
}

section.registration-steps-sec {
  position: relative;
}

section.registration-steps-sec img.yellow-cir {
  width: 160px;
  top: 0;
}

section.important-info-sec {
  background-color: #F9FAFB;
}

.important-info-content {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}



.important-info-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columns */
  gap: 20px;
  /* Space between items */
  padding: 0;
  list-style: none;
}

.important-info-content ul li {
  position: relative;
  padding-left: 85px;
  display: flex;
  align-items: center;
  height: 80px;
  flex-direction: column;
  border: solid 1px #000;
  overflow: hidden;
  justify-content: center;
}

.important-info-content ul li i {
  height: 80px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #FFEF1A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

table th,
table td {
  vertical-align: middle !important;
}

.important-info-content ul li:nth-child(even) i {
  background-color: #000;
}

/* Extra bold table heading */
table th {
  font-weight: 800 !important;
}

.important-info-content ul li i svg {
  width: 30px;
}

.important-info-content ul li:nth-child(even) i svg {
  fill: #fff;
}

.important-info-content ul li p {
  margin: 0;
  font-size: 15px;
}

.important-info-content ul li b {
  font-size: 16px;
  font-weight: bold;
}

/* Responsive: 2 Columns on large screens, 1 Column on smaller screens */
@media (max-width: 600px) {
  .important-info-content ul {
    grid-template-columns: 1fr;
    /* 1 Column for small screens */
  }
}


section.cta-section {
  background-color: #000;
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-content h5 {
  font-size: 35px;
  color: #fff;
  font-weight: 800;
}

.cta-content svg {
  width: 200px;
  fill: #FEEC00;
}

.cta-content b {
  font-size: 21px;
  color: #fff;
  font-weight: 500;
}

.cta-content span {
  display: flex;
  align-content: center;
}

.cta-content span p {
  margin: 0;
  color: #fff;
  text-align: right;
  font-size: 16px;
}

.cta-content span {
  display: flex;
  gap: 15px;
  align-items: center;
}

.cta-content svg {
  width: 200px;
  fill: #FEEC00;
  margin: 10px 0 20px 0;
}

.prize-steps-sec tr td {
  padding: 10px;
}

.faq-tab {
  display: flex;
}

.faq-tab ul.nav.nav-pills.mb-3 li button {
  border: solid 1px #000;
}

.faq-tab ul.nav.nav-pills.mb-3 li button {
  background-color: transparent;
  color: #000;
  height: 45px;
  padding: 0 15px;
  font-weight: bold;
  border-radius: 0;
  width: 100%;
  text-align: left;
  position: relative;
}

.faq-tab .tab-content {
  border: solid 1px #000;
  padding: 10px 15px 200px 15px;
  width: 100%;
  margin-bottom: 20px;
}

.faq-tab ul.nav.nav-pills {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 0 15px 0 0;
  width: 450px;
}

.faq-tab ul.nav.nav-pills.mb-3 li .active {
  border-right-color: #fff;
}

.faq-tab ul.nav.nav-pills.mb-3 li .active:before {
  height: calc(100% + 2px);
  position: absolute;
  right: -17px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  width: 20px;
  content: "";
  top: -1px;
  background-color: #fff;
  z-index: 9;
}

ul.faq-list li p {
  margin: 0;
}

ul.faq-list li {
  border-bottom: solid 1px #000;
  padding: 10px 0;
}

ul.faq-list li:last-child {
  border: 0;
}

ul.faq-list {
  padding: 10px 10px 5px 10px;
}

ul.faq-list li b {
  font-weight: 800;
}

section.disclaimer-section {
  background-color: #F9FAFB;
  /* padding: 40px 0; */
}

section.disclaimer-section b {
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

section.disclaimer-section p {
  margin: 15px 0 15px 0;
}

button.cta-btn:after {
  content: "";
  width: 190px;
  position: absolute;
  background-color: #ffffff42;
  height: 270px;
  transform: rotate(45deg);
  z-index: 0;
  right: -90px;
  transition: .2s;
}

button.cta-btn:hover:after {
  right: 160px;
}

.banner-image {
  position: relative;
}

.banner-image:before {
  box-shadow: 0px 10px 40px 0px #000;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  z-index: -2;
}

.m-s {
  display: none;
}

.banner-image img {
  max-width: 100%;
}




/*********************Register Popup***************/
button.close {
  position: absolute;
  right: -30px;
  top: -30px;
  background-color: transparent;
  border-radius: 50%;
  border: solid 2px #fff;
  box-shadow: none;
  font-size: 25px;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 0;
  color: #fff;
  font-weight: 300;
  opacity: 1;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-heading h5 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.download-heading h5 b {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.registartion-form .modal-header {
  padding: 0;
  border-bottom: 0px solid #e5e5e5;
}

.input-group {
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 15px 0;
}

.input-group select,
.input-group input {
  border-radius: 10px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 20px;
  width: 100%;
  border: solid 1px #000;
}

.input-group select {
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 15px;
  padding-right: 40px !important;
  width: 100%;

}

select {
  -webkit-appearance: none;
}

select {
  word-wrap: normal;
}

::placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #000;
}

.otp-enter {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 15px 0 0 0;
}

i.bg-success {
  width: 45px;
  height: 40px;
  background-color: green;
  line-height: 40px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0;
}

i.bg-success svg {
  fill: #fff;
  width: 20px;
}

.otp-verify {
  width: 100%;
  display: flex;
  gap: 15px;
  align-content: center;
  align-items: center;
}

.popup-input button.cta-btn {
  width: 100%;
}

.popup-input button.cta-btn::after {
  width: 70%;
}

.otp-verify span {
  height: 100%;
}

.otp-verify span button {
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 5px;
  height: 100%;
  line-height: normal;
  white-space: nowrap;
  padding: 0 18px;
}

.otpFiled span button {
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 5px;
  height: 100%;
  line-height: normal;
  white-space: nowrap;
  padding: 17px 18px;
}

.download-heading {
  padding: 10px 0 15px 0;
}

.registartion-form .modal-body {
  position: relative;
  padding: 30px;
}

.thankyou-popup .download-popup-section {
  background-image: url("../images/thnk-bg.png");
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

.thankyou-content-sec b {
  font-size: 25px;
  color: #1C7114;
}

.thankyou-content-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 40px 0;
}

.dNone {
  display: none;
}

.dBlock {
  display: block;
}

.share-img {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  align-items: center;
}

.share-img h5 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: normal;
}

.share-conp li b {
  font-size: 18px;
}

.ref-heading b {
  font-size: 18px;
}

.ref-heading li {
  font-size: 15px;
}

.share-conp span {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 10px;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.ref-heading {
  margin: 0 0 15px 0;
  background: linear-gradient(0deg, rgba(254, 236, 0, 1) 0%, rgba(255, 250, 187, 1) 100%);
  padding: 15px 90px 15px 30px;
  border-radius: 20px 0 0 20px;
}

.ref-heading ul li {
  list-style: inside;
}

.ref-heading ul {
  margin: 5px 0 0 0;
}

.share-conp span b {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  border: solid 1px #000;
  top: -17px;
  width: max-content;
  border-radius: 5px;
  margin: auto;
  padding: 5px 10px;
}

.share-conp span p {
  font-size: 16px;
  text-align: center;
}

.share-conp span p i {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
}

.share-conp span strong {
  text-align: center;
  font-size: 17px;
}

.share-img img {
  width: 260px;
  margin: 0 0 0 -100px;
}

.thankyou-popup .modal-dialog.modal-lg {
  width: 670px;
  max-width: 100%;
}

.thankyou-popup .modal-body {
  position: relative;
  padding: 20px;
}

.why-ucsat-text p br {
  display: none;
}

.structor-text center {
  min-height: 65px;
}

/**********************Responsive Start*******************/
@media only screen and (max-width: 1200px) {
  .left-content h5 {
    font-size: 35px;
    line-height: normal;
  }

  .left-content>b {
    font-size: 20px;
    line-height: normal;
  }

  .left-content strong,
  .left-content p {
    font-size: 15px;
  }

  .why-ucsat-text {
    padding: 20px 15px 30px 15px;
  }

  .cta-content h5 {
    font-size: 30px;
  }

  .banner-image img {
    width: 420px;
  }

  .left-content {
    padding: 0 40px 0 0;
  }

  .eligibility-text b br {
    display: none;
  }

  .eligibility-text b {
    font-weight: 800;
    font-size: 16px;
    width: calc(100% - 70px);
  }

  .structor-text p br {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  .m-h {
    display: none;
  }

  .m-s {
    display: block;
  }

  .banner-caption-img-sec {
    flex-direction: column;
    padding: 10px 0 300px 0;
  }

  .left-content>b br {
    display: none;
  }

  .left-content h5 {
    margin: 0;
    font-size: 32px;
  }

  .banner-image img {
    width: auto;
    margin: -100px 0 0 0;
  }

  .banner-image:before {
    display: none;
  }

  /* .logo-section {
    text-align: center;
  } */

  .logo-section img {
    width: 200px;
  }

  .eligibility-content {
    display: flex;
    flex-direction: column;
  }

  .eligibility-text {
    width: 100%;
  }

  .eligibility-text i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .eligibility-text i svg {
    width: 20px;
  }

  .eligibility-text {
    align-items: center;
  }

  .structor-text {
    padding: 20px 10px;
  }

  .structor-text b {
    font-size: 16px;
    line-height: normal;
    font-weight: 800;
  }

  .important-info-content {
    width: 100%;
    max-width: 100%;
  }

  .important-info-content ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }

  .important-info-content ul li {
    width: 48%;
  }

  .why-ucsat-content {
    flex-wrap: wrap;
  }

  .why-ucsat-text {
    width: 48%;
  }

  .disclaimer-section {
    padding-bottom: 70px !important;
  }
}

@media only screen and (max-width: 767px) {

  .col-md-4,
  .col-md-3 {
    margin-bottom: 20px;
  }

  .registration-steps-sec .structor-content .col-md-3:first-child .structor-text:before {
    width: 2px;
    left: -28px;
    height: 53%;
    right: auto;
    bottom: -23px;
    top: auto;
  }

  .registration-steps-sec .structor-content {
    padding: 60px 0 0 50px;
  }

  .registration-steps-sec .structor-text:before {
    width: 2px;
    left: -28px;
    right: auto;
    top: 0;
    height: calc(100% - -25px);
  }

  .registration-steps-sec .structor-content .col-md-3:last-child .structor-text:before {
    height: 53%;
    right: auto;
    left: -28px;
    width: 2px;
  }

  i.step-co {
    top: 0;
    left: -44px;
    bottom: 0;
    right: auto;
  }

  .important-info-content ul li i {
    height: 80px;
    width: 60px;
    line-height: 60px;
  }

  .important-info-content ul li i svg {
    width: 20px;
  }

  .important-info-content ul li {
    padding-left: 60px;
    height: 80px;
  }

  .important-info-content ul {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .important-info-content ul li {
    width: 100%;
  }

  .cta-content h5 {
    font-size: 25px;
    text-align: center;
  }

  .faq-tab {
    display: flex;
    flex-direction: column;
  }

  .faq-tab ul.nav.nav-pills {
    display: flex;
    flex-direction: row;
    width: 100%;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 0 10px 0;
    margin: 0 !important;
  }

  .faq-tab ul.nav.nav-pills.mb-3 li .active {
    border-right-color: #fff;
    border-right: solid 1px #000;
  }

  .faq-tab ul.nav.nav-pills.mb-3 li .active:before {
    display: none;
  }

  .faq-tab ul.nav.nav-pills.mb-3 li .active {
    border-right-color: #fff;
    border-right: solid 1px #000;
    background-color: #000000;
    color: #fff;
  }

  .left-content {
    padding: 0px 0px 70px 0px;
    position: relative;
    z-index: 9;
  }

  .mobile_hide {
    display: none !important;
  }

  .mobile_big,
  .mobile_big strong {
    font-size: 18px !important;
    color: #FEEC00 !important;
  }

  .cta-content b {
    font-size: 20px;
    text-align: center;
  }

  .eligibility-text i {
    width: 40px;
    height: 40px;
    line-height: 20px;
    flex-basis: 40px;
    padding: 0;
  }

  .eligibility-text {
    padding: 15px;
  }

  .share-img {
    display: flex;
    gap: 0;
    flex-direction: column-reverse;
  }

  .modal {
    overflow: auto;
  }

  .ref-heading {
    padding: 10px 20px 15px 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    margin: 0;
  }

  .share-img h5 {
    font-size: 20px;
    margin: 0;
  }

  .share-conp span div {
    padding: 0 !important;
  }

  .share-conp span {
    padding: 10px 10px;
    border-radius: 0 0 10px 10px;
  }

  .share-img img {
    width: 240px;
    margin: 0;
  }

  .thankyou-content-sec b {
    font-size: 25px;
    color: #1C7114;
    text-align: center;
    line-height: normal;
  }

  .thankyou-popup .modal-dialog.modal-lg {
    width: auto;
    max-width: 100%;
  }

  .modal-dialog {
    margin: 40px 10px 10px 10px;
  }

  .modal-content button.close {
    right: 0;
    left: auto;
    margin: -5px 0 0px 0;
  }

  .registartion-form .modal-body {
    position: relative;
    padding: 15px;
  }

  .input-group select,
  .input-group input {
    font-size: 14px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 450px) {
  .why-ucsat-content {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
  }

  .why-ucsat-text {
    width: 100%;
  }

  section.why-ucsat-sec {
    margin: 0;
  }

  .why-ucsat-sec h5.heading-main {
    color: #000;
  }

  .banner-caption-img-sec {
    flex-direction: column;
    padding: 10px 0 30px 0;
  }

  .banner-image img {
    margin: -60px 0 0 0;
  }

  .eligibility-text b {
    font-weight: 800;
    font-size: 14px;
    width: calc(100% - 70px);
    line-height: normal;
  }

  h5.heading-main {
    font-size: 30px;
    gap: 5px;
    margin: 0 0 20px 0;
    align-items: center;
  }

  section {
    padding: 40px 0;
  }

  .cta-content span {
    flex-direction: column;
  }

  .important-info-content ul li i {
    height: 100%;
    width: 50px;
    line-height: 60px;
  }

  .important-info-content ul li p {
    font-size: 14px;
  }

  .important-info-content ul li b {
    font-size: 15px;
  }

  ul.faq-list {
    padding: 0;
  }
}

/*********************Responsive End***************/
/* =========================
   EXAM INFO CARD
========================= */

.exam-info-card {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;

  padding: 18px;
  border-radius: 20px;

  background: linear-gradient(135deg, #fffdf5, #fff3c4);

  border: 1px solid #ffe082;

  box-shadow: 0 10px 30px rgba(255, 193, 7, 0.15);

  transition: 0.3s ease;

  margin-bottom: 20px;
}

.exam-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(255, 193, 7, 0.22);
}

/* =========================
   ICON
========================= */

.exam-icon {
  min-width: 70px;
  width: 70px;
  height: 70px;

  border-radius: 18px;

  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

.exam-icon svg {
  width: 34px;
  fill: #ff9800;
}

/* =========================
   CONTENT
========================= */

.exam-content {
  flex: 1;
}

.exam-content p {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #444;
}

/* =========================
   DATE BADGE
========================= */

.date-badge {
  display: inline-block;

  padding: 10px 20px;

  border-radius: 50px;

  background: linear-gradient(135deg, #ff5722, #ff9800);

  color: #fff;

  font-size: 20px;
  font-weight: 800;

  letter-spacing: .5px;

  box-shadow: 0 10px 25px rgba(255, 87, 34, 0.30);

  animation: pulseBadge 2s infinite;
}

/* =========================
   ANIMATION
========================= */

@keyframes pulseBadge {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px) {

  .exam-info-card {
    padding: 15px;
    gap: 12px;
    border-radius: 16px;
  }

  .exam-icon {
    min-width: 55px;
    width: 55px;
    height: 55px;
    border-radius: 14px;
  }

  .exam-icon svg {
    width: 26px;
  }

  .exam-content p {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .date-badge {
    width: 100%;
    text-align: center;

    font-size: 16px;

    padding: 10px 14px;
  }
}

/* Equal Height Cards */
.why-ucsat-content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: stretch;
}

.why-ucsat-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100px;
}

.ucsat-text-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .why-ucsat-text {
    min-height: auto;
  }
}
.ucstar-syllabus-table {
	width: 100%;
	font-size: 14px;
	background: #fff;
}

.ucstar-syllabus-table th,
.ucstar-syllabus-table td {
	vertical-align: middle !important;
	text-align: center;
	padding: 12px 10px;
	line-height: 1.6;
	white-space: normal;
	word-break: normal;
}

.ucstar-syllabus-table th {
	background: #f8f9fa;
	font-weight: 700;
	color: #111;
}

.ucstar-syllabus-table td:first-child {
	width: 32%;
	font-weight: 700;
	color: #222;
}

.ucstar-syllabus-table td:last-child {
	width: 68%;
	font-weight: 500;
	color: #333;
}

@media (max-width: 576px) {
	.ucstar-syllabus-table {
		font-size: 12px;
	}

	.ucstar-syllabus-table th,
	.ucstar-syllabus-table td {
		padding: 8px 6px;
		line-height: 1.45;
	}

	.ucstar-syllabus-table td:first-child {
		width: 34%;
	}
}
.paper_locked {
	pointer-events: none;
	background-color: #fff !important;
	color: #000 !important;
	opacity: 1 !important;
}
.ucsat-text-content pera {
  display: block;
  line-height: 1.4;
  color: #555;
  font-size: 15px;

}

.read-more-btn {
  margin-top: 10px;
  background: #f6b800;
  color: #111;
  border: none;
  padding: 7px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.read-more-btn:hover {
  background: #e0a700;
}

/* Desktop */
@media (min-width: 768px) {
  .long-text {
    max-height: 78px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
  }

  .long-text.open {
    max-height: 1000px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .long-text {
    max-height: none !important;
    overflow: visible !important;
  }

  .read-more-btn {
    display: none;
  }
}