.main-header.header-style-two .main-menu .navigation>li>a {
  font-weight: 500;
  padding: 34px 0px;
  color: var(--color-four);
}

.news-block_one-inner {
  position: relative;
  border-radius: 8px;
  padding: 15px 14px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--white-color);
}

.price-author_box-inner {
  position: relative;
  min-height: 75px;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 5px;
  color: rgba(var(--color-four-rgb), 0.70);
}

.service-block_three-text {
  position: relative;
  font-size: 16px;
  opacity: 0.70;
  line-height: 26px;
  margin-top: 18px;
  font-weight: 400;
  color: var(--color-four);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.registration-one_form-outer {
  position: relative;
  padding: 38px 45px;
  border-radius: 8px;
  background-color: #ffffff;
}



.button-color {
  color: var(--color-two);
}

.card-bg {
  background: #020537;
  padding: 18px 3px 9px;
  color: #fff;

}

.txt-white {
  color: #fff;
}

.img-radius {
  border-radius: 100%;
  max-width: 60%;
}

.info-block_one-title {
  position: relative;
  font-weight: 400;
  margin-top: 18px;

}

.heading {
  text-align: center;
  padding-bottom: 20px;
}

.mar-list {
  margin-bottom: 20px;
}

/* Fixed Icon Section */
.fixed-icon-section {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fbe7d5;
  display: flex;
  justify-content: space-around;
  padding: 10px 20px 10px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  z-index: 11111;
  color: #000;
  font-size: 20px;
  ;
  font-family: "Lato", sans-serif;
}

.fixed-icon-section .icon {
  color: #000;
  text-decoration: none;

  height: 48px;
  padding: 0 20px;
  /* border: 1px solid #7b20e8; */
  border-radius: 67px;
  background: #7b20e8;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .3s linear;
  font-family: "Satoshi Bold", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-flex;
  white-space: nowrap;
}

/* .fixed-icon-section .icon:hover {
    color: #f8f8f8;
  } */


.mrg {
  margin-right: 5px;
}


@media(min-width:979px) {
  .fixed-icon-section {
    display: none;
  }
}

@media (max-width: 479px) {
  .footer-icon {
    display: none;
  }
}


.whatapp-icon {
  background: #ffffff !important;
  font-size: 32px !important;
  border-radius: 0% !important;
  color: #197e5e !important;
}

.pay {

  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
}


.page-title {
  position: relative;
  text-align: center;
  padding: 100px 0px 100px;
  background-color: var(--color-four);
}

.about-one_content-outer {
  position: relative;
  margin-top: 0px;
  /* padding-left: 30px;
  padding-right: 70px; */
}

.ncc-list {
  padding-top: 20px;
  margin-left: 20px;
}

.mb30 {
  margin-bottom: 30px;
}


.accordion-box .block.active-block {
  border-color: #020537;
  background-color: #e4eedd;
}


.popular-tags a {
  position: relative;
  padding: 5px 18px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  border-radius: 50px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
  color: rgb(2 4 46 / 99%);
  border: 1px solid rgb(2 5 55);
}

.blue-color {
  color: rgb(2 4 46 / 99%);
}



.accordion-box .block .acc-btn.active {
  color: #4c5667;
}


.main1 {
  color: #fff;
  background: #020537;
  font-weight: 400;
  font-size: 23px;
  border-radius: 5px;
  padding: 6px;
  margin-bottom: 20px;
}


.main-header.header-style-two .header-lower .logo-box .logo {
  padding: 10px 0px;
}

.header-top .left-box {
  position: relative;
  padding: 17px 0px 17px;
}

@media only screen and (max-width: 479px) {
  h2 {
    line-height: 16px;
    font-size: 34px;
    text-align: center;
  }
}


h2 {
  line-height: 54px;
  font-size: 40px;
  font-weight: 600;
}


.program-detail {
  position: relative;
  padding: 60px 0px 50px;
}

.result-banner {
  background: var(--color-four);
  text-align: center;
  color: white;
  margin-bottom: 41px;
  border-radius: 5px;
}

.news-block_one-image {
  position: relative;

  overflow: hidden;
  background-color: var(--main-color);
}

.blog-one.style-two {
  padding-top: 0px;
}

.border-r-100 {
  border-radius: 100%;
}


.txt-left {
  text-align: left;
}


.footer-icon1 {
  position: fixed;
  bottom: 40px;
  /* distance from bottom */
  right: 20px;
  /* distance from right */
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* spacing between items */
  z-index: 9999;
  /* keeps it on top */
  text-align: center;
}

.footer-icon1 a div {
  background: #dc3545;
  /* red background */
  color: #fff;
  /* white text */
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.footer-icon1 a div:hover {
  background: #b52a34;
}

.footer-icon1 img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}



/* Footer Styles */
.mobile-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #f8f9fa, #e9ecef);
  padding: 15px 0;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.footer-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #495057;
  transition: all 0.3s ease;
  flex: 1;
}

.footer-item:hover {
  transform: translateY(-5px);
  color: #007bff;
}

.footer-icon {
  font-size: 22px;
  margin-bottom: 5px;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-item:hover .footer-icon {
  transform: scale(1.2) rotate(5deg);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.footer-label {
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}

/* Show footer only on mobile */
@media (max-width: 768px) {
  .mobile-footer {
    display: block;
  }

  .desktop-message {
    display: none;
  }
}

/* Demo content */
.content {
  margin-bottom: 80px;
}

.notification {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px;
  border-radius: 12px;
  margin: 15px 0;
}

/* Instructions */
.instructions {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 15px;
  margin-top: 30px;
}

.instructions h2 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.instructions ul {
  padding-left: 20px;
}

.instructions li {
  margin-bottom: 8px;
}

/* Desktop message */
.desktop-message {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  margin-top: 30px;
}

/* Version badge */
.version-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  color: #6a11cb;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

.txt-black{

  color:#000;
}