:root {
  --font: "Open Sans", sans-serif;
  --font2: "Rubik", sans-serif;
  --red: #da1b2c;
  --green: #0d9488;
  --default-text-color: #333333;
  --yellow: #FBBA02;
  --gray: #74777F;
  --white: #ffffff;
  --slat: #545D86;
}

.fafsa {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: auto;
  color: var(--default-text-color);
  font-size: 16px;
  font-weight: 400;
  /* background: var(--colorPrimary); */
}

html,
body,
a,
strong,
input,
select,
textarea,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li .uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  font-family: var(--font);
}

a {
  color: var(--default-text-color);
  text-decoration: none;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

[class*=width] {
  padding: 10px;
  box-sizing: border-box;
}

.width1-1 {
  width: 100%;
}

.width1-2 {
  width: 50%;
}

.width1-3 {
  width: 33.3333333333%;
}

.width1-4 {
  width: 25%;
}

.width1-5 {
  width: 20%;
}

.width1-6 {
  width: 16.6666666667%;
}

.width1-7 {
  width: 14.2857142857%;
}

.width1-8 {
  width: 12.5%;
}

.width1-9 {
  width: 11.1111111111%;
}

.width1-10 {
  width: 10%;
}

.width1-11 {
  width: 9.0909090909%;
}

.width1-12 {
  width: 8.3333333333%;
}

.width2-2 {
  width: 100%;
}

.width2-3 {
  width: 66.6666666667%;
}

.width2-4 {
  width: 50%;
}

.width2-5 {
  width: 40%;
}

.width2-6 {
  width: 33.3333333333%;
}

.width2-7 {
  width: 28.5714285714%;
}

.width2-8 {
  width: 25%;
}

.width2-9 {
  width: 22.2222222222%;
}

.width2-10 {
  width: 20%;
}

.width2-11 {
  width: 18.1818181818%;
}

.width2-12 {
  width: 16.6666666667%;
}

.width3-3 {
  width: 100%;
}

.width3-4 {
  width: 75%;
}

.width3-5 {
  width: 60%;
}

.width3-6 {
  width: 50%;
}

.width3-7 {
  width: 42.8571428571%;
}

.width3-8 {
  width: 37.5%;
}

.width3-9 {
  width: 33.3333333333%;
}

.width3-10 {
  width: 30%;
}

.width3-11 {
  width: 27.2727272727%;
}

.width3-12 {
  width: 25%;
}

.width4-4 {
  width: 100%;
}

.width4-5 {
  width: 80%;
}

.width4-6 {
  width: 66.6666666667%;
}

.width4-7 {
  width: 57.1428571429%;
}

.width4-8 {
  width: 50%;
}

.width4-9 {
  width: 44.4444444444%;
}

.width4-10 {
  width: 40%;
}

.width4-11 {
  width: 36.3636363636%;
}

.width4-12 {
  width: 33.3333333333%;
}

.width5-5 {
  width: 100%;
}

.width5-6 {
  width: 83.3333333333%;
}

.width5-7 {
  width: 71.4285714286%;
}

.width5-8 {
  width: 62.5%;
}

.width5-9 {
  width: 55.5555555556%;
}

.width5-10 {
  width: 50%;
}

.width5-11 {
  width: 45.4545454545%;
}

.width5-12 {
  width: 41.6666666667%;
}

.width6-6 {
  width: 100%;
}

.width6-7 {
  width: 85.7142857143%;
}

.width6-8 {
  width: 75%;
}

.width6-9 {
  width: 66.6666666667%;
}

.width6-10 {
  width: 60%;
}

.width6-11 {
  width: 54.5454545455%;
}

.width6-12 {
  width: 50%;
}

.width7-7 {
  width: 100%;
}

.width7-8 {
  width: 87.5%;
}

.width7-9 {
  width: 77.7777777778%;
}

.width7-10 {
  width: 70%;
}

.width7-11 {
  width: 63.6363636364%;
}

.width7-12 {
  width: 58.3333333333%;
}

.width8-8 {
  width: 100%;
}

.width8-9 {
  width: 88.8888888889%;
}

.width8-10 {
  width: 80%;
}

.width8-11 {
  width: 72.7272727273%;
}

.width8-12 {
  width: 66.6666666667%;
}

.width9-9 {
  width: 100%;
}

.width9-10 {
  width: 90%;
}

.width9-11 {
  width: 81.8181818182%;
}

.width9-12 {
  width: 75%;
}

.width10-10 {
  width: 100%;
}

.width10-11 {
  width: 90.9090909091%;
}

.width10-12 {
  width: 83.3333333333%;
}

.width11-11 {
  width: 100%;
}

.width11-12 {
  width: 91.6666666667%;
}

.width12-12 {
  width: 100%;
}

.cloud-bg {
  background: url(../img/cloud-bg.png) top center no-repeat;
  background-size: 100% auto;
  margin-top: -111px;
  position: relative;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .cloud-bg {
    padding-top: 219px;
    background-size: cover;
    margin-top: -75px;
  }
}

header {
  background: #fff;
  border-bottom: 3px solid var(--red);
  padding: 15px 0;
  position: relative;
  z-index: 3;
}
header .row {
  align-items: center;
}
@media (max-width: 767px) {
  header .logo img {
    max-width: 120px;
  }
}
header nav {
  margin: auto;
}
header nav a {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 10px;
  color: #232323;
  padding: 4px 5px;
}
header nav a:hover, header nav a.active {
  border-bottom: 2px solid var(--red);
}
@media (max-width: 767px) {
  header nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    top: 100%;
    background: var(--white);
    height: 0;
    overflow: hidden;
  }
  header nav a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #ceeff7;
    font-size: 0.875rem;
  }
  header nav.open-main-nav {
    height: auto;
  }
}
header .rhsnav {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .rhsnav {
    display: none;
  }
}
header .rhsnav a {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 10px;
}
header .rhsnav a.login-link {
  color: var(--red);
}
header .rhsnav a.signup-link {
  color: var(--green);
}
header .rhsnav a.user-link {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
}
header .rhsnav a.setting-link {
  width: 34px;
  height: 34px;
}
header .rhsnav a.logout-link {
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  padding: 4px 10px 6px;
  text-align: center;
  border-radius: 10px;
}
header .search-bar input {
  background: #F8FAFC url(../img/search.png) 6px 6px no-repeat;
  background-size: 20px;
  border: 1px solid #E2E8F0;
  width: 170px;
  font-size: 0.875rem;
  height: 34px;
  border-radius: 6px;
  padding: 2px 10px 2px 35px;
  margin: 0 15px 0 0;
}
header .search-bar#search-bar-mobile {
  display: none;
}
@media (max-width: 767px) {
  header .search-bar#search-bar-mobile {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
  }
  header .search-bar#search-bar-mobile input {
    background-position-y: 8px;
    background-size: 32px;
    width: 100%;
    height: 50px;
    margin-right: 0;
  }
  header .search-bar#search-bar-mobile.open-Search {
    display: flex;
  }
}
header .rhsnav-mobile {
  display: none;
}
@media (max-width: 767px) {
  header .rhsnav-mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    top: 100%;
    background: var(--white);
    height: 0;
    overflow: hidden;
    display: block;
  }
  header .rhsnav-mobile a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #ceeff7;
    font-size: 0.875rem;
  }
  header .rhsnav-mobile.open-rhs-nav {
    height: auto;
  }
}
header .mobile-navss {
  display: none;
}
@media (max-width: 767px) {
  header .mobile-navss {
    display: flex;
    column-gap: 10px;
    margin-left: auto;
  }
  header .mobile-navss .drp-btn {
    width: 32px;
  }
}

.banner {
  padding-top: 75px;
}
@media (max-width: 767px) {
  .banner {
    padding-top: 20px;
  }
}
.banner .container {
  position: relative;
}
.banner .row {
  justify-content: center;
}
.banner .banner-graphic {
  max-width: 41%;
  margin-left: -9%;
}
@media (max-width: 767px) {
  .banner .banner-graphic {
    width: 250px;
    margin: 0 auto;
  }
}
.banner .banner-text {
  position: absolute;
  font-size: 3rem;
  font-family: var(--font2);
  font-weight: bold;
  width: 28%;
  left: 0%;
  top: 10%;
}
.banner .banner-text .yellow {
  color: var(--yellow);
}
.banner .banner-text .red {
  color: var(--red);
}
@media (max-width: 767px) {
  .banner .banner-text {
    width: 100%;
    font-size: 1.5rem;
    top: 0;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
  }
}
.banner .banner-form {
  position: absolute;
  width: 30%;
  right: 0;
  top: 2%;
  border-radius: 24px;
  padding-bottom: 10px;
  background: var(--red);
}
.banner .banner-form .banner-from-inner {
  background: var(--white);
  border: 1px solid #F3F3F3;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
}
@media (max-width: 767px) {
  .banner .banner-form {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 2;
  }
}
.banner .banner-form h2 {
  font-size: 1.75rem;
  margin-bottom: 25px;
}
.banner .banner-form h2 span {
  margin-top: 5px;
  font-size: 0.75rem;
  color: var(--slat);
  display: block;
  font-weight: 400;
}
.banner .banner-form .form-bottom {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  justify-content: space-between;
  margin-bottom: 15px;
}
.banner .banner-form .form-bottom .fp-link {
  color: var(--green);
  font-weight: 600;
}
.banner .banner-form .btn {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.banner .banner-form.register {
  width: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .banner .banner-form.register {
    width: 100%;
  }
}
.banner .banner-form.register .row {
  margin: 0 -10px;
}
.banner .banner-form.register [class*=width] {
  padding: 0 10px;
}
.banner .banner-form.register .strenth-bar {
  width: 200px;
  margin-left: auto;
}
.banner .banner-form.register .strenth-bar h6 {
  color: var(--slat);
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.banner .banner-form.register .strenth-bar h6 span {
  font-weight: 700;
}
.banner .banner-form.register .meter-bg {
  width: 100%;
  height: 4px;
  background: #ddd;
  border-radius: 5px;
  margin-top: 3px;
}
.banner .banner-form.register #strength-bar {
  height: 100%;
  width: 0%; /* Dynamic width */
  transition: 0.3s;
  border-radius: 5px;
  /* Color classes for different strengths */
}
.banner .banner-form.register #strength-bar.weak {
  background-color: #ff4d4d;
  width: 33%;
}
.banner .banner-form.register #strength-bar.medium {
  background-color: #ffa64d;
  width: 66%;
}
.banner .banner-form.register #strength-bar.strong {
  background-color: #22c32a;
  width: 100%;
}
.banner .banner-form.register .form-set label {
  display: flex;
}
.banner .banner-form.register .form-bottom {
  justify-content: center;
}
.banner .banner-form.register .fp-link {
  color: #1E40AF;
  text-align: center;
  display: block;
  font-weight: 600;
}
.banner .banner-form.register .rem-outer {
  color: var(--slat);
  padding: 10px 0;
}
.banner .banner-form.register .rem-outer a {
  color: inherit;
  margin-left: 4px;
  border-bottom: 0.5px solid var(--slat);
}

.form-set {
  margin-bottom: 15px;
  position: relative;
}
.form-set label {
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.form-set input {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  width: 100%;
  font-size: 0.875rem;
  height: 40px;
  border-radius: 8px;
  padding: 10px;
}
.form-set .error {
  color: var(--red);
  font-size: 0.75rem;
  display: none;
}

.view-password {
  position: absolute;
  right: 12px;
  top: 34px;
}

.view-password #eye-stroke {
  display: none;
}

.form-set input[type=text] + .view-password #eye-stroke {
  display: block;
}

.checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  margin-right: 10px;
  border-radius: 5px;
}
.checkbox input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.checkbox input:checked + span {
  display: block;
}
.checkbox span {
  color: var(--green);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 4px;
  top: -9px;
  font-size: 1.4rem;
  display: none;
}

.btn {
  font-size: 1rem;
  padding: 15px;
  color: var(--white);
  border-radius: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
}
.btn.btn-yellow {
  background: var(--yellow);
}
.btn.btn-gray {
  background: var(--gray);
}

.sec-heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.sec-heading span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sec-heading {
    font-size: 1.5rem;
  }
}

.cl {
  position: relative;
  padding: 75px 0 0;
  overflow: hidden;
}
.cl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: url(../img/cl-bg.png) center no-repeat;
  background-size: contain;
}
.cl h3 {
  font-family: var(--font2);
  font-size: 1.25rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.cl .width1-2 {
  position: relative;
  padding: 0 15px;
  z-index: 1;
}
.cl .width1-2:nth-child(2) {
  margin-top: 185px;
}
.cl .gr-2 {
  position: absolute;
  right: 50px;
  top: -141px;
  width: 211px;
  z-index: 0;
}
.cl .gr-3 {
  position: relative;
  bottom: -20px;
  width: 242px;
  z-index: 0;
  margin: -33px auto 0;
  display: block;
}
.cl ul {
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1019607843);
  background: var(--white);
}
.cl li {
  display: flex;
  align-items: flex-start;
  padding: 10px;
}
.cl li img {
  width: 24px;
  margin: 3px 10px 0 0;
}
.cl li div {
  font-size: 1.125rem;
  font-weight: 700;
}
.cl li div span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cl {
    padding-bottom: 30px;
  }
  .cl .width1-2 {
    width: 100%;
    margin-top: 72px;
    position: relative;
  }
  .cl .width1-2:nth-child(2) {
    margin-top: 85px;
  }
  .cl .gr-2 {
    position: absolute;
    width: 140px;
    right: 0;
    top: -70px;
  }
  .cl .gr-3 {
    position: absolute;
    width: 140px;
    right: 0;
    top: -53px;
  }
}

.faq-outer {
  background: url(../img/faq-bg.png) center no-repeat;
  background-size: 101% auto;
  padding: 175px 0;
  margin-top: -91px;
}
.faq-outer .sec-heading {
  text-align: right;
  color: #F0F0F0;
}
.faq-outer .sec-heading span {
  color: #FFFFFF;
}
.faq-outer .row {
  justify-content: space-between;
  align-items: center;
}
.faq-outer .gr-4 {
  width: 80%;
  display: block;
  float: right;
}
@media (max-width: 767px) {
  .faq-outer {
    padding: 25px 0;
    margin-top: 0;
    background-size: cover;
    background: #da1b2c;
    border-top: 10px solid #feabb3;
    border-bottom: 10px solid #feabb3;
  }
  .faq-outer .width4-12 {
    display: none;
  }
  .faq-outer .width4-7 {
    width: 100%;
  }
  .faq-outer .sec-heading {
    text-align: center;
  }
}

.dynamic-faqs-wrap h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.dynamic-faqs-wrap h4 span {
  margin-left: auto;
  font-size: 1.5rem;
}
.dynamic-faqs-wrap p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-top: 10px;
}
.dynamic-faqs-wrap .accordion-single-item {
  width: 100%;
  background: var(--white);
  margin-bottom: 15px;
  border-radius: 12px;
  padding: 10px 15px;
}
.dynamic-faqs-wrap .accordion-single-content {
  display: none;
  width: 100%;
}
.dynamic-faqs-wrap .is-open .accordion-single-content {
  display: block;
}
.dynamic-faqs-wrap .is-open h4 span {
  transform: scale(-1);
}
.discover {
    position: relative;
    z-index: 2;
}
.discover .disc-set {
  background: var(--white);
  border-radius: 12px;
  text-align: center;
  position: relative;
  padding: 0 10px;
  height: 100%;
  box-shadow: 11px 11px 0px 0px var(--gray);
  overflow: hidden;
  display: block;
}
.discover .disc-set svg {
  fill: var(--gray);
}
.discover .disc-set.red {
  box-shadow: 11px 11px 0px 0px var(--red);
}
.discover .disc-set.red svg {
  fill: var(--red);
}
.discover .disc-set.yellow {
  box-shadow: 11px 11px 0px 0px var(--yellow);
}
.discover .disc-set.yellow svg {
  fill: var(--yellow);
}
.discover .disc-set.green {
  box-shadow: 11px 11px 0px 0px var(--green);
}
.discover .disc-set.green svg {
  fill: var(--green);
}
.discover .disc-set span {
  position: absolute;
  right: 10px;
  top: 10px;
}
.discover .disc-set .disc-img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.discover .disc-set img {
  width: revert-layer;
}
.discover .disc-set h4 {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.discover .disc-set p {
  font-size: 0.75rem;
  margin-bottom: 15px;
}
.discover [class*=width] {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .discover [class*=width] {
    width: 100%;
  }
}
.discover.resources {
  position: relative;
  z-index: 2;
}
.discover.resources .disc-set .disc-img {
  height: auto;
  padding: 40px 0 20px;
}
@media (max-width: 767px) {
  .discover.resources {
    padding-bottom: 0;
    margin-bottom: -220px;
  }
}
@media (max-width: 767px) {
  .discover {
    padding: 30px 0;
  }
}

.just-end {
  justify-content: flex-end;
}

.lbft {
  display: flex;
  justify-content: center;
  padding: 100px 0 150px;
}
@media (max-width: 767px) {
  .lbft {
    padding: 30px;
  }
}
.lbft .lbft-inner {
  background: var(--white);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1019607843);
  padding: 30px;
  display: flex;
  max-width: 60%;
  border-radius: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .lbft .lbft-inner {
    max-width: 100%;
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}
.lbft .lbft-lhs {
  width: 35%;
}
@media (max-width: 767px) {
  .lbft .lbft-lhs {
    width: 100%;
  }
}
.lbft .lbft-rhs {
  width: 65%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .lbft .lbft-rhs {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.lbft .sec-heading {
  text-align: left;
}
.lbft .sec-heading span {
  margin-top: 10px;
}
.lbft p {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.lbft p a {
  color: var(--slat);
}
.lbft p img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

footer {
  background: url(../img/footer-bg.png) top center no-repeat;
  color: var(--white);
  margin-top: -70px;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
footer .row {
  justify-content: space-between;
}
footer .foot-1 {
  width: 250px;
}
footer .foot-1 img {
  width: 145px;
  margin-bottom: 10px;
}
footer .foot-1 p {
  font-size: 0.875rem;
  color: #DDDDDD;
}
footer h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #F0F0F0;
}
footer .social-links {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
footer .social-links a {
  width: 32px;
}
footer ul {
  list-style: none;
}
footer ul li {
  padding: 7px 0;
}
footer ul a {
  color: #fdfdfd;
}
footer .copyright {
  border-top: 1px solid #9396A0;
  padding: 20px 0;
  font-size: 0.875rem;
  margin-top: 20px;
  color: #fafafa;
}
footer.foot2 {
  background-image: none;
  background-color: #DEDDDD;
  margin: 0;
  padding: 0;
}
footer.foot2 .copyright {
  background: #74777F;
  margin: 0;
  text-align: center;
}
footer.foot2 .copyright strong {
  margin-right: 20px;
  color: #fafafa;
}
footer.foot2 .row {
  align-items: center;
}
footer.foot2 .foot2-nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width: 80%;
}
footer.foot2 .foot2-nav a {
  font-weight: bold;
  font-size: 0.875rem;
  color: #555;
}
footer.foot2 .foot2-social-nav {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.foot2 .cloud-bg {
  margin-top: -227px;
  padding-top: 280px;
}
@media (max-width: 767px) {
  footer.foot2 .row {
    flex-direction: column;
    align-items: center;
  }
  footer.foot2 .foot2-nav {
    width: 100%;
    text-align: center;
  }
  footer.foot2 .foot2-social-nav {
    width: 100%;
    text-align: center;
    justify-content: center;
    column-gap: 10px;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  footer {
    background-size: auto 100%;
  }
  footer .foot-1, footer .foot-grid {
    width: 50%;
    padding: 20px 0 0;
  }
}

.page-head {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 20px 0;
  align-items: flex-start;
}
.page-head .sec-head {
  font-size: 1.5rem;
  color: var(--default-text-color);
  font-family: var(--font2);
}
@media (max-width: 767px) {
  .page-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-head .sec-head {
    margin-bottom: 15px;
  }
}
.page-head .back-btn {
  margin-top: 20px;
  display: inline-block;
}

.addbook {
  background: #E9FEFF;
  border: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 18px;
  column-gap: 16px;
  max-width: 530px;
}
.addbook label {
  font-size: 0.875rem;
  color: #33B4B9;
  font-weight: bold;
  margin-bottom: 6px;
}
.addbook .set {
  width: calc(50% - 8px);
  display: flex;
  flex-wrap: wrap;
}
.addbook .inputs {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  width: calc(100% - 45px);
  font-size: 0.875rem;
  height: 30px;
  border-radius: 6px;
  padding: 10px;
  margin: 0 7px 0 0;
  text-align: center;
}
.addbook .btn {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  box-shadow: none;
  height: 30px;
  width: 30px;
  font-size: 24px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .addbook {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .addbook label {
    width: 100%;
    padding-bottom: 10px;
  }
  .addbook input {
    margin-left: 0;
    width: calc(100% - 120px);
  }
}

.youtube-btn {
  width: 50px;
}

.filter {
  display: flex;
  align-items: center;
  column-gap: 10px;
  background: #E9FEFF;
  border-radius: 12px;
  padding: 5px;
}
.filter .btn {
  font-size: 0.875rem;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  font-weight: 400;
  background: none;
  color: var(--default-text-color);
  box-shadow: none;
  border: none;
}
.filter .btn.active {
  background: var(--white);
  color: #33B4B9;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 767px) {
  .filter {
    width: 100%;
    justify-content: space-between;
  }
}

.booklist {
  padding: 10px 0 30px;
  position: relative;
  z-index: 2;
  min-height: 700px;
}
@media (max-width: 767px) {
  .booklist {
    padding: 30px 0 30px;
    margin-bottom: -240px;
  }
}
.booklist .book-set {
  width: calc((100% - 64px) / 5);
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1019607843);
}
.booklist .book-set:hover {
  box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.1019607843);
}
.booklist .book-set:not(:nth-child(5n+5)) {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .booklist .book-set {
    width: 100%;
  }
  .booklist .book-set:not(:nth-child(5n+5)) {
    margin-right: 0;
  }
}
.booklist .book-set .book-body {
  padding: 15px;
}
.booklist .book-set .book-body .name {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.booklist .book-set .book-body .by {
  font-size: 0.75rem;
}
.booklist .book-set .book-body .by a {
  margin-left: 7px;
  color: #0D9488;
}
.booklist .book-set .book-body .book-action {
  display: flex;
  column-gap: 10px;
  margin-top: 10px;
}
.booklist .book-set .book-body .book-action a {
  background: var(--white);
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  padding: 10px 6px;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  justify-content: center;
}
.booklist .book-set .book-body .book-action a img {
  width: 15px;
  margin-right: 6px;
}

.breadcrumb {
  font-size: 0.875rem;
  padding: 10px 0 0;
}
.breadcrumb a {
  color: var(--slat);
}
.breadcrumb span {
  color: var(--green);
}

.back-btn {
  background: #000;
  color: var(--white);
  padding: 6px 15px;
  border-radius: 8px;
}

.alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  animation: fadeInOut 5s ease-in-out forwards;
}
.alert .close-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--yellow);
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.alert .alert-text {
  position: relative;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  padding: 15px;
  background: #fff;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(-20px); /* Optional: slight slide-down effect */
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
    display: none; /* Note: display: none requires modern CSS to animate, opacity handles visibility */
  }
}


 /* Modal */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      justify-content: center;
      align-items: center;
    }

    .modal-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      max-width: 600px;
      width: 90%;
      position: relative;
      text-align: left;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 15px;
      cursor: pointer;
      font-size: 20px;
    }

    img {
      max-width: 100%;
    }

     .frame-modal{
            display:none;
            position:fixed;
            inset:0;
            background:rgba(0,0,0,.75);
            z-index:9999;
            justify-content:center;
            align-items:center;
        }

        .frame-modal.active{
            display:flex;
        }

        .frame-modal-content{
            position:relative;
            width:90%;
            max-width:900px;
            aspect-ratio:16/9;
            background:#000;
            border-radius:8px;
            overflow:hidden;
        }

        .frame-modal iframe{
            width:100%;
            height:100%;
            border:0;
        }

        .close-frame-modal{
            position:absolute;
            top:10px;
            right:10px;
            width:36px;
            height:36px;
            border:none;
            border-radius:50%;
            cursor:pointer;
            font-size:24px;
            z-index:2;
        }