* {
  margin: 0%;
  padding: 0%;

}

/* Hide scrollbar globally but allow scrolling */
::-webkit-scrollbar {
  width: 0;
  /* For Chrome, Safari, and Opera */
  height: 0;
}

* {
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
  scrollbar-width: none;
  /* For Firefox */
}

body {
  background-color: #fff;
  color: black;
  font-family: "Poppins", serif;
  font-style: normal;

}

a {
  text-decoration: none;
}

/* Styling for Tabs */
.nav-pills .nav-link {
  border-radius: 50px;
  color: #87CEFA;
  border: 1px solid #E0E0E0;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

/* Active Tab */
.nav-pills .nav-link.active {
  background-color: #87CEFA;
  /* Active tab color */
  color: white;
}

.themeh1 {
  font-size: 25px;
  font-weight: 700;
}

.themeP {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.product-card {
  text-align: center;
  position: relative;
  padding: 20px;
}

.product-image-wrapper {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle closest-side, #87CEFA, #87CEFA);
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: borderAnimation 2s infinite alternate;
}

.product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.product-price {
  color: #333;
  font-size: 16px;
  margin-top: 5px;
}

/* Animation for the border */
@keyframes borderAnimation {
  0% {
    background-size: 100% 100%;
  }

  100% {
    background-size: 300% 300%;
  }
}

y .product-card img {
  max-width: 100%;
  border-radius: 8px;
}

/* Product Info */
.product-title {
  font-size: 1.2rem;
  margin-top: 10px;
}

.product-price {
  font-size: 1.1rem;
  color: #007bff;
  margin-top: 5px;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .product-card {
    margin-bottom: 15px;
  }
}


.themeh1 {
  font-size: 20px;
}

.themeP {
  font-size: 16px;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

.offcanvas {
  transition: transform 0.3s ease-in-out;
}

.offcanvas-start {
  width: 250px;
  /* Adjust the width of the sidebar */
}

.navbar-nav li {
  padding: 5px;
}

.stciky-nav {
  position: sticky !important;
  top: 0;
  z-index: 11;
  background-color: white;
}

.header-ul {
  display: flex;
  list-style-type: none;
  gap: 30px;
  padding: 10px;
  align-items: center;
  margin-bottom: 0%;
}


.logo-header a img {
  width: 62px;
}

.no-border {
  border: none !important;
  box-shadow: none !important;
}

.input-container {
  position: relative;
  width: 100%;
}

.search-input {
  width: 100%;
  padding-left: 35px;
  background-color: #f5f5f6 !important;
}

.search-input::placeholder {
  font-size: 14px;
  padding-left: 24px;
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: grey;
}

.icone-box {
  width: 500px;
  margin-left: 30px;
}

.icone a {
  color: aliceblue;
  font-size: 20px;
}

.navbar-collapse {
  margin-left: 20px;
}

.main-btn {
  background-color: #87CEFA;
  color: white;
  padding: 8px;
  border: none;
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
}

.secondary-btn {
  background-color: #fff;
  color: black;
  padding: 8px;
  border: none;
  border-radius: 8px;
  border: 1px solid black;
  width: 100%;
  text-decoration: none;
}

.full-width-dropdown {
  width: 75vw;
  right: 0% !important;
  top: 63px !important;
  padding: 20px;
  display: none;
}

.hover-dropdown:hover .full-width-dropdown {
  display: block;
  background-color: #fff;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
}

.down-dropdown li {
  list-style: none;
}

.category-item {
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.category-item:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .justify-start {
    justify-content: start !important;
  }

  .header-ul {
    align-items: start;
  }

  .icone-box {
    width: auto;
  }
}

@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.custom-search {
  justify-content: space-between;
  /* width: 100%; */
  width: 300px;
}

@media (max-width: 1024px) {
  .custom-search {
    justify-content: space-between;
    /* width: 100%; */
    width: 300px;
  }

}

.divider {
  color: black;
  margin-top: 0;
}

.less-width-dropdown {
  display: none;
  padding: 20px;
}

.hover-dropdown:hover .less-width-dropdown {
  display: block;
  background-color: #fff;
}

.header-item {
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.header-item:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .dropdown-menu {
    width: 100% !important;
    position: static !important;
    float: none !important;
    transform: translate3d(5px, 5px, 0px) !important;

  }

  .dropdown-item {
    text-align: center;
    padding: 10px 15px;
  }
}

@media (max-width: 991px) {
  .icone-box {
    margin-left: 0px;
    margin-top: 15px;
  }
}

/* product-category Css */
.card {
  border: none;
  cursor: pointer;
}

.card img {
  height: 150px;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.card:hover img {
  transform: scale(1.05);
}

.card-title {
  font-size: 16px;
  font-weight: 400;
}

.arrival-card {
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.arrival-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.arrival-card img {
  height: 250px;
  border-radius: 20px 20px 0 0;
  transition: transform 0.3s ease;
}

.arrival-card:hover img {
  transform: scale(1.05);
}

.arrival-card-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: black;
}

/* New Arrival Card page */


.arrival-newCard {
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.arrival-newCard img {
  height: 300px;
  border-radius: 20px 20px 0 0;
  transition: transform 0.3s ease;
}

.arrival-card-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: black;
}

/* New Arrival Card page */



/* mid-banner css */

.mid-banner {
  padding: 10px;
  cursor: pointer;
}

/* lower-section CSS */

.lower-section {
  padding-top: 50px;
}

.lower-section .num {
  margin-top: 10px;
  font-weight: 700;
  font-size: 32px;
}

.lower-section .numPara {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 420px) {
  .lower-section .num {
    font-size: 22px;
  }

  .fotter-section .socialLogo {
    margin-left: 0px;
    justify-content: center;
  }

  .navbar-collapse {
    margin-left: 0px
  }
}


/* .custom-container Csss */

.custom-container {
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .custom-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 440px) {
  .icon-block ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
  }

  .icon-block ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
  }
}

@media (max-width: 577px) {
  .mobile-fix-option {
    position: fixed;
    bottom: 0;
    left: 4px;
    height: 50px;
    background-color: #F5F5F5;
    width: 98vw;
    z-index: 10;
    border-radius: 10px;
  }

  .mobile-fix-option .col {
    padding-top: 5px;
  }

  header.d-none.mobile_show {
    display: block !important;
  }

  .product .product-box {
    margin-right: 15px;
    margin-top: 15px;
    padding-right: 0px;
    margin: 10px;
  }

  .fotter-section {
    height: 0;
    display: none;
  }

  .new-arrival {
    margin-bottom: 60px;
  }
}

/* fotter-section CSS */
.fotter-section a {
  color: white;
  text-decoration: none;
}

.fotter-section a:hover {
  color: #87CEFA;
}

.fotter-section .socialLogo {
  margin-left: 26px;
}


/* ----------------------------------------Login & REGISTRATION PAGEEEEEEEEEEEEEEE-------------------------------------------- */

.login-logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.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;
}

.item-li {
  font-size: 17px;
}

.item {
  background-color: rgb(38, 120, 145);
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 6px;
}

.item img {
  border-radius: 10px;
}

.item-li:hover {
  text-decoration: underline;
  /* color: #628836; */
}

.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;
}

.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 Description */
.plan-description {
  padding: 15px;
  text-align: center;
  color: #666;
}

/* Plan Features */
.plan-features {
  list-style: none;
  padding: 0 20px 20px;
  color: #333;
}

.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) {
  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;
}

/* Sarvam Exports 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;
}

/* Sarvam Exports 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%;
  }
}