* {
  margin: 0%;
  padding: 0%;
}

body {
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  font-family: "Inter", sans-serif;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nav-item a {
  font-size: 20px;
  font-weight: 600;
}
.nav-item2 {
  background-color: white;
  border-radius: 10px;
}
.custom-nav {
  border-bottom: 0px;
  gap: 20px;
}
.custom-nav .nav-link {
  border: none;
}
.custom-nav .nav-link.active {
  border: none !important;
  background-color: transparent !important;
  color: inherit;
  box-shadow: none !important;
}
.custom-nav .nav-link:hover {
  border: none;
  border-color: transparent;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
  display: flex;
  gap: 23px;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
  /* margin-right: 15px; */
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}
.MultiCarousel .leftLst {
  left: 0;
}
.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}
@media (max-width: 1024px) {
  .custom-search {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .footeer {
    padding: 0px 25px !important;
    gap: 25px !important;
  }
  .nav-item2 {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-item a {
    font-size: 16px;
  }
  .carousel-item img {
    height: 230px !important;
  }
  .mobile-width {
    width: 100%;
  }
  .mobile-btn {
    width: 100%;
  }
}
.no-border {
  border: none !important;
  box-shadow: none !important;
}
.navbar-collapse {
  margin-left: 20px;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
.li-items h4 {
  font-weight: 500;
  font-size: 24px;
}
.less-width-dropdown {
  display: none;
  padding: 10px;
}

.hover-dropdown:hover .less-width-dropdown {
  display: block;
  background-color: #fff;
  top: 45px;
}
.dropdown-menu {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-divider {
  margin: 0;
}
.themeh1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
.head-tag {
  font-size: 43px;
  font-weight: 700;
}
.head-p {
  font-size: 18px;
  font-weight: 400;
}
.themeP {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.stciky-nav {
  position: sticky !important;
  top: 0;
  z-index: 11;
  background-color: #fff;
}
.custom-cards {
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.custom-cards img {
  border-radius: 20px;
}
.custom-cards:hover {
  transform: scale(1.03);
}
.card-title {
  font-size: 20px;
  font-weight: 600;
}
.password-container {
  position: relative;
}

.password-container input {
  width: 100%;
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}

.toggle-password.open {
  font-size: 20px;
}

.header-ul {
  display: flex;
  list-style-type: none;
  gap: 30px;
  padding: 10px;
  align-items: center;
  margin-bottom: 0%;
}
.animated-span {
  color: #105da0;
  font-weight: 700;
}

.hero-section .container {
  height: 100%;
}

.hero-section .row {
  height: 100%;
  align-items: center; /* Vertically center content */
}
.main-btn {
  background-color: #000;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #000;
}

.main-btn:hover {
  background-color: white;
  color: #000;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  border: 0.5px solid black;
}

.secondary-btn {
  background-color: #fff;
  color: black;
  padding: 12px;
  border: none;
  border-radius: 8px;
  border: 1px solid black;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-item img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.hero-section {
  position: relative;
  background-image: url("assets/b6.jpg");
  background-size: cover;
  background-position: center;
  height: 50vh;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); /* Slight overlay to make text readable */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.hero-section .container {
  height: 100%;
}

.hero-section .row {
  height: 100%;
  align-items: center; /* Vertically center content */
}
.con-btn {
  width: 25%;
}
/* Explore-section section */
.custom-cards {
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 12px;
}

.custom-cards img {
  border-radius: 20px;
}

.custom-cards:hover {
  transform: scale(1.03);
}

.card-title {
  font-size: 20px;
  font-weight: 600;
}

.explore-section,
.plan-section {
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .card-title {
    font-size: 18px;
  }

  .content {
    font-size: 14px;
    margin-top: 20px;
  }

  .custom-cards {
    padding: 20px !important;
    flex-direction: column;
  }

  .explore-section h1 {
    font-size: 24px;
  }

  .custom-cards img {
    width: 70px;
  }
}

/* Explore-section section End*/

/* courses-section section start*/
.courses-section {
  background-color: #fff;
}

/* courses-sectionsection End*/

/* courses-section section start*/
.course-detail {
  background-color: #f8f8f8;
}

/* courses-sectionsection End*/

/* Courses CSS Start */

.card-img-top {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
/* Courses CSS End */
.logo-header a img {
  width: 62px;
}

.icone-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.icone a {
  color: rgb(8, 9, 10);
  font-size: 20px;
}

.Donate Now {
  color: rgb(30, 104, 146);
}

/* ----------------------------------------Login & REGISTRATION PAGEEEEEEEEEEEEEEE-------------------------------------------- */

.login-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.login-btn input {
  color: rgb(255, 255, 255);
  background: linear-gradient(rgb(0 196 255), rgb(57 178 148));
  font-weight: 700;
  margin-top: 20px;
  border-radius: 10px;
  padding: 4px 106px;
  width: 100%;
  font-size: 25px;
}

.login-mobile {
  width: 100%;
}

.login-mobile label {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  background-color: black;
  font-size: 15px;
  z-index: 99;
  padding: 13px 5px 0px 5px;
  /* top: 15px; */
  left: 55px;
  /* bottom: ; */
}

.login-mobile input {
  position: relative;
  padding: 4px 10px;
  /* margin: 3px; */
  outline: none;
  border: 3px solid white;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  /* padding-top: 16px; */
  background-color: transparent;
  color: rgb(255, 255, 255);
}

.bottum {
  display: flex;
  justify-content: space-evenly;
  gap: 90px;
  padding-top: 17px;
}

/* .outline {
    text-shadow:
        -1px -1px 0 #ff0000,
        1px -1px 0 #ff0000,
        -1px 1px 0 #ff0000,
        1px 1px 0 #ff0000;
  } */

.card-sec p {
  font-size: 23px;
  font-weight: 600;
}

/* -----------------------------------------------------------PLANS---------------------------------------------- */

plans h1 {
  display: flex;
  justify-content: center;
}
p {
  margin-bottom: 0%;
}

.item-box {
  display: flex;
  justify-content: space-evenly;
}

.absolute-text {
  position: absolute;
  top: 5%;
  color: #000;
  padding: 10px 15px;
  padding-top: 0px;
  border-radius: 5px;
}

.item img {
  border-radius: 10px;
  height: 200px;
  width: 250px;
}

.black-sec {
  background-color: rgb(201, 196, 196);
}

.black-icon i {
  font-size: 33px;
  padding-top: 13px;
}

.line {
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #f64b3c;
  margin-bottom: 6px;
  margin-top: 0px;
}

.footeer {
  display: flex;
  justify-content: space-evenly;
  z-index: 10;
  list-style-type: none;
  padding-left: 0%;
  margin-bottom: 0%;
  position: fixed;
  border-radius: 20px;
  bottom: 10px;
  gap: 38px;
  padding: 0 20px;
  background-color: #105da0;
}

.footeer li {
  padding: 6px 10px;
}

.footeer li a {
  color: #fff;
  border-radius: 50%;
  font-size: 23px;
  padding-top: 20px;
  flex-wrap: wrap;
}

.footeer li a:hover {
  color: rgb(31, 140, 148);
}

.personal {
  display: flex;
  background-color: #2d7acc;
  border-radius: 20px;
  box-shadow: 1px 1px 5px rgba(220, 220, 197, 0.634);
}

.btn-box a {
  text-decoration: none;
  color: rgb(62, 71, 152);
  padding: 20px;
}

.personal-img img {
  border-radius: 50%;
  padding: 10px;
}

.personal-img i {
  font-size: 80px;
}

.personal-detail ul {
  list-style-type: none;
  padding-left: 0%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.footer p {
  display: flex;
  justify-content: center;
}

/**card**/
.card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}

/*--------------------------------- Plan Card------------------------------------------ */
.plan-card {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

/* Plan Title */
.plan-title {
  background: #007bff;
  color: white;

  text-align: center;
  padding: 15px;
  font-size: 1.5rem;
  border-radius: 10px 10px 0 0;
}

.plan-features li {
  margin-bottom: 10px;
}

/* Plan Price */
.plan-price {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: #0e1b11;
}

/* Plan Button */
.plan-button {
  display: flex;
  background: #1a1b1a;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
  border: none;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s;
}

.plan-button:hover {
  background: #737e76;
}

/*---------------------------Responsive  Style --------------------------------------------**/

@media (max-width: 768px) {
  .plan-card {
    width: 100%; /* Full width on smaller devices */
  }

  .plan-title {
    font-size: 1.25rem;
  }

  .plan-price {
    font-size: 1rem;
  }

  .plan-button {
    font-size: 0.9rem;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .head-tag {
    font-size: 24px;
  }
  .head-p {
    font-size: 14px;
  }
  .themeh1 {
    font-size: 20px;
  }
  .li-items h4 {
    font-size: 20px;
  }
  .hero-section2 {
    margin-bottom: 51px !important;
  }
  .con-btn {
    width: 60%;
  }
  body {
    padding: 5px;
  }

  .plan-title {
    font-size: 1.1rem;
  }

  .plan-price {
    font-size: 0.9rem;
  }

  .plan-button {
    padding: 6px;
  }
}

/** ngo**/
.ngo-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

/* 99 Marks Card */
.ngo-card {
  text-decoration: none !important;
  background: #fff;
  background-color: #c6c0ff;
  color: white;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(5, 5, 5, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  width: 100%;
  text-align: left;
}

/* Card Content */
.ngo-card-content {
  padding: 15px;
}

.ngo-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.ngo-category {
  color: #888;
  margin: 5px 0;
}

.ngo-description {
  margin: 10px 0 20px;
  color: #555;
  font-size: 0.9rem;
}

/* Progress Section */
.ngo-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.progress-bar {
  background: #ddd;
  border-radius: 10px;
  width: 100%;
  height: 8px;
  position: relative;
  overflow: hidden;
}

.progress-fill {
  background: #279942;
  height: 100%;
  border-radius: 10px;
}

.ngo-rating {
  color: #f1a20f;
  font-size: 1rem;
  margin-top: 5px;
}

/* Card Image */
.ngo-card-image {
  max-height: 200px;
  overflow: hidden;
}

.ngo-card-image img {
  width: 100%;
  height: auto;
  display: block;
}
/* 99 Marks Button */
.ngo-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: rgb(79, 99, 139);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  text-align: center;
}

.ngo-button:hover {
  background: #71a2d6;
  transform: scale(1.05);
}

h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.program-card {
  background-color: #81d1c0;
  color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(97, 35, 35, 0.1);
  flex-wrap: wrap;
  text-align: center;
}

.program-card h3 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.program-card p {
  color: #555;
  font-size: 1rem;
  padding: 5px;
}
.program-card h3 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.program-card p {
  color: #555;
  font-size: 1rem;
}
.program-card img {
  height: 50px;
  width: 50px;
  justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
  .ngo-card {
    max-width: 100%;
  }
}

/* 
........cart css...... */

/* Notification */
.notification {
  background-color: #0d6efd;
  color: white;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Cart Table */
.cart-table {
  background: white;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cart-header {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.8fr 1fr 0.8fr 0.4fr;
  padding: 15px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  font-weight: bold;
}

.cart-item {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.8fr 1fr 0.8fr 0.4fr;
  padding: 15px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #dee2e6;
}

.item-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.item-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #dee2e6;
  background: white;
  border-radius: 4px;
  cursor: pointer;
}

.qty-input {
  width: 50px;
  height: 30px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.remove-btn {
  border: none;
  background: none;
  color: #dc3545;
  cursor: pointer;
}

/* Coupon Section */
.coupon-section {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.coupon-input {
  flex: 1;
  padding: 12px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.apply-coupon {
  background: #0d6efd;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
}

/* Cart Actions */
.cart-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.update-cart,
.continue-shopping {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.update-cart {
  background: #0d6efd;
  color: white;
}

.continue-shopping {
  background: #0d6efd;
  color: white;
}

/* Cart Totals */
.cart-totals {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cart-totals h2 {
  margin-bottom: 20px;
}

.total-row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #dee2e6;
}

.shipping-section {
  padding: 20px 0;
}

.shipping-options {
  margin: 15px 0;
}

.radio-container {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.change-address {
  color: #0d6efd;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
}

.shipping-note {
  color: #6c757d;
  font-size: 0.9em;
  margin-top: 10px;
}

.order-total {
  font-weight: bold;
  font-size: 1.1em;
}

.checkout-btn {
  width: 100%;
  padding: 15px;
  background: #0d6efd;
  color: white;
  border: none;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
}

.cart-item {
  position: relative;
}
@media (max-width: 1400px) {
  .cary.hide {
    visibility: hidden;
  }
  .item-remove {
    position: absolute;
    top: 42%;
    right: 5%;
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .cart-header {
    display: none;
  }
  .item-remove {
    position: absolute;
    top: 5%;
    right: 5%;
  }
  /* .cart-item {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  } */
  .cary {
    display: flex;
    gap: 25px;
  }
  .item-image img {
    margin: 0 auto;
  }

  .item-quantity {
    justify-content: center;
  }

  .coupon-section {
    flex-direction: column;
  }

  .cart-actions {
    flex-direction: column;
  }
}
/* ........checkout-page-css.......... */

.checkout-container {
  margin: 30px auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.course-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #eef2f3;
  border-radius: 5px;
  margin-bottom: 10px;
}
.course-item img {
  width: 80px;
  height: 60px;
  border-radius: 5px;
}
.payment-section input,
.payment-section select {
  margin-bottom: 10px;
}
.checkout-btn {
  width: 100%;
}
.delete {
  text-align: center;
}
