.logodtsy{
	    background: #ffffff;
    margin-top: 9px;
    padding: 10px;
}
.ilosStyle{
	    padding: 4px
}
.joinusts{
    color: #fff;
    background: #e83025;
    padding: 3px 13px;
    border-radius: 0px;
}
.myuos{
    padding-top: 54px !important;
}
.pso9op{
        padding-top: 56px;
    padding-bottom: 38px;
}
.cause .cause__slider-wrapper {
    margin-top: 24px !important;
}
.navbar-logo{
    display: none;
}

/* Mission Section Styles */
.isha-mission-section {
  padding: 60px 20px;
  background-color: #fff7f0;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.isha-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.isha-content {
  flex: 1 1 500px;
}

.isha-content h2 {
  font-size: 2rem;
  color: #d35400;
  margin-bottom: 20px;
}

.isha-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.isha-content ul {
  list-style: disc inside;
  margin-bottom: 20px;
}

.isha-content ul li {
  margin-bottom: 10px;
}

.isha-cta {
  font-weight: bold;
  color: #e67e22;
  font-size: 1.1rem;
}

.isha-form-side {
  flex: 1 1 400px;
}

.isha-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.isha-form h3 {
  color: #d35400;
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
}

.isha-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.isha-form input,
.isha-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.isha-form input:focus,
.isha-form textarea:focus {
  border-color: #d35400;
  outline: none;
}

.isha-btn-submit {
  /* width: 100%; */
  padding: 10px 22px;
  background-color: #d35400;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.isha-btn-submit:hover {
  background-color: #e67e22;
}

/* Responsive */
@media (max-width: 900px) {
  .isha-container {
    flex-direction: column;
  }
  .isha-content, .isha-form-side {
    flex: 1 1 100%;
  }
}


.isha-volunteer-section {
  padding: 60px 20px;
  background-color: #f0f9ff;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.isha-volunteer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.isha-volunteer-form-side {
  flex: 1 1 400px;
}

.isha-volunteer-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.isha-volunteer-form h3 {
  color: #1e90ff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.isha-volunteer-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.isha-volunteer-form input,
.isha-volunteer-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.isha-volunteer-form input:focus,
.isha-volunteer-form textarea:focus {
  border-color: #1e90ff;
  outline: none;
}

.isha-vol-btn-submit {
  /* width: 100%; */
  padding: 9px 30px;
  background-color: #1e90ff;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.isha-vol-btn-submit:hover {
  background-color: #3498db;
}

.isha-volunteer-content {
  flex: 1 1 500px;
}

.isha-volunteer-content h2 {
  font-size: 2rem;
  color: #1e90ff;
  margin-bottom: 20px;
}

.isha-volunteer-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.isha-volunteer-content ul {
  list-style: disc inside;
  margin-bottom: 20px;
}

.isha-volunteer-content ul li {
  margin-bottom: 10px;
}

.isha-vol-cta {
  font-weight: bold;
  color: #3498db;
  font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 900px) {
  .isha-volunteer-container {
    flex-direction: column;
  }
  .isha-volunteer-form-side, .isha-volunteer-content {
    flex: 1 1 100%;
  }
}

/* Donate Now Section */
.isha-donate-section {
  padding: 60px 20px;
  background-color: #fff0f5;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.isha-donate-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.isha-donate-content {
  flex: 1 1 500px;
}

.isha-donate-content h2 {
  font-size: 2rem;
  color: #c0392b;
  margin-bottom: 20px;
}

.isha-donate-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.isha-donate-content ul {
  list-style: disc inside;
  margin-bottom: 20px;
}

.isha-donate-content ul li {
  margin-bottom: 10px;
}

.isha-donate-cta {
  font-weight: bold;
  color: #e74c3c;
  font-size: 1.1rem;
}

.isha-donate-form-side {
  flex: 1 1 400px;
}

.isha-donate-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.isha-donate-form h3 {
  color: #c0392b;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.isha-donate-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.isha-donate-form input,
.isha-donate-form select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.isha-donate-form input:focus,
.isha-donate-form select:focus {
  border-color: #c0392b;
  outline: none;
}

.isha-donate-btn-submit {
  width: 100%;
  padding: 12px;
  background-color: #c0392b;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.isha-donate-btn-submit:hover {
  background-color: #e74c3c;
}

/* Responsive */
@media (max-width: 900px) {
  .isha-donate-container {
    flex-direction: column;
  }
  .isha-donate-content, .isha-donate-form-side {
    flex: 1 1 100%;
  }
}

/* Join Our Community Section */
.isha-community-section {
  padding: 60px 20px;
  background-color: #f9fff0;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.isha-community-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.isha-community-content {
  flex: 1 1 500px;
}

.isha-community-content h2 {
  font-size: 2rem;
  color: #27ae60;
  margin-bottom: 20px;
}

.isha-community-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.isha-community-content ul {
  list-style: disc inside;
  margin-bottom: 20px;
}

.isha-community-content ul li {
  margin-bottom: 10px;
}

.isha-community-cta {
  font-weight: bold;
  color: #2ecc71;
  font-size: 1.1rem;
}

.isha-community-form-side {
  flex: 1 1 400px;
}

.isha-community-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.isha-community-form h3 {
  color: #27ae60;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.isha-community-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.isha-community-form input {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.isha-community-form input:focus {
  border-color: #27ae60;
  outline: none;
}

.isha-com-btn-submit {
  padding: 12px;
  background-color: #27ae60;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.isha-com-btn-submit:hover {
  background-color: #2ecc71;
}

/* Responsive */
@media (max-width: 900px) {
  .isha-community-container {
    flex-direction: column;
  }
  .isha-community-content, .isha-community-form-side {
    flex: 1 1 100%;
  }
}

/* Register Now Section */
.isha-register-section {
  padding: 60px 20px;
  background-color: #fff8e7;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.isha-register-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.isha-register-form-side {
  flex: 1 1 500px;
}

.isha-register-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.isha-register-form h3 {
  color: #d35400;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.isha-register-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.isha-register-form input,
.isha-register-form select,
.isha-register-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.isha-register-form input:focus,
.isha-register-form select:focus,
.isha-register-form textarea:focus {
  border-color: #d35400;
  outline: none;
}

.isha-reg-btn-submit {
  /* width: 100%; */
  padding: 12px 15px;
  background-color: #d35400;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.isha-reg-btn-submit:hover {
  background-color: #e67e22;
}

.isha-register-content {
  flex: 1 1 500px;
}

.isha-register-content h2 {
  font-size: 2rem;
  color: #d35400;
  margin-bottom: 20px;
}

.isha-register-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.isha-register-content ul {
  list-style: disc inside;
  margin-bottom: 20px;
}

.isha-register-content ul li {
  margin-bottom: 10px;
}

.isha-register-cta {
  font-weight: bold;
  color: #e67e22;
  font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 900px) {
  .isha-register-container {
    flex-direction: column;
  }
  .isha-register-form-side, .isha-register-content {
    flex: 1 1 100%;
  }
}


/* Women Empowerment Section */
.isha-women-section {
  padding: 60px 20px;
  background-color: #f0f0f8;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.isha-women-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

/* Left Side */
.isha-women-left {
  flex: 1 1 400px;
}

.isha-women-form {
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.isha-women-form h3 {
  color: #8e44ad;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.isha-women-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.isha-women-form input,
.isha-women-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.isha-women-form input:focus,
.isha-women-form textarea:focus {
  border-color: #8e44ad;
  outline: none;
}

.isha-women-btn-submit {
  /* width: 100%; */
  padding: 10px 30px;
  background-color: #8e44ad;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.isha-women-btn-submit:hover {
  background-color: #9b59b6;
}

.isha-women-contact,
.isha-women-topics,
.isha-women-cta {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
}

.isha-women-contact h4,
.isha-women-topics h4 {
  color: #8e44ad;
  margin-bottom: 10px;
}

.isha-women-topics ul {
  list-style: disc inside;
}

.isha-women-topics ul li {
  margin-bottom: 8px;
}

.isha-women-btn-join {
  /* width: 100%; */
  padding: 10px 12px;
  background-color: #8e44ad;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.isha-women-btn-join:hover {
  background-color: #9b59b6;
}

/* Right Side */
.isha-women-right {
  flex: 1 1 600px;
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.isha-women-right h2 {
  color: #8e44ad;
  margin-bottom: 20px;
  font-size: 2rem;
}

.isha-women-right p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.isha-women-right ul {
  list-style: disc inside;
  margin-bottom: 20px;
}

.isha-women-right ul li {
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  .isha-women-container {
    flex-direction: column;
  }
  .isha-women-left,
  .isha-women-right {
    flex: 1 1 100%;
  }
}

/* About Us Page CSS */

.isa-about-hero, .isha-about-mission, .isha-about-impact {
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.isa-about-hero {
  background: linear-gradient(135deg, #ffe6f0, #ffffff);
}

.isha-about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.isha-about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.isha-about-image {
  flex: 1;
}

.isha-about-content {
  flex: 1;
}

.isha-about-content h1 {
      font-size: 36px;
    color: #b30059;
    margin-bottom: 20px;
    line-height: normal;
}

.isha-about-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #444;
}

.isha-about-btn {
  padding: 12px 25px;
  background: #b30059;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.isha-about-btn:hover {
  background: #800040;
}

/* Mission & Vision */

.isha-about-mission {
  background: #fff5f9;
}

.isha-about-box {
  flex: 1;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.isha-about-box h2 {
  color: #b30059;
  margin-bottom: 15px;
}

/* Impact Section */

.isha-about-impact {
  background: #ffffff;
  text-align: center;
}

.isha-about-title {
      font-size: 32px;
    color: #b30059;
    margin-bottom: 9px;
}

.isha-about-impact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.isha-about-impact-card {
  flex: 1 1 300px;
  background: #fff0f6;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.isha-about-impact-card h3 {
  color: #b30059;
  margin-bottom: 15px;
}

.isha-about-footer-text {
  margin-top: 40px;
  font-size: 16px;
  color: #444;
}

/* Responsive */

@media (max-width: 768px) {
  .isha-about-container {
    flex-direction: column;
    text-align: center;
  }
}

/* Mission & Vision Unique CSS */

.isha-mv-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #fff0f6, #ffffff);
  font-family: 'Segoe UI', sans-serif;
}

.isha-mv-container {
  max-width: 1200px;
  margin: auto;
}

.isha-mv-heading {
  text-align: center;
  margin-bottom: 60px;
}

.isha-mv-heading h2 {
  font-size: 36px;
  color: #a8004f;
  margin-bottom: 15px;
}

.isha-mv-heading p {
  font-size: 18px;
  color: #555;
}

.isha-mv-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.isha-mv-card {
  flex: 1 1 500px;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: 0.4s ease;
}

.isha-mv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.isha-mv-card h3 {
  font-size: 28px;
  color: #a8004f;
  margin-bottom: 20px;
}

.isha-mv-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.isha-mv-card ul {
      padding-left: 15px;
    list-style: disc;
}

.isha-mv-card ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #555;
}

.isha-mv-mission {
  border-top: 5px solid #d63384;
}

.isha-mv-vision {
  border-top: 5px solid #ff6f91;
}

/* Responsive */

@media (max-width: 768px) {
  .isha-mv-wrapper {
    flex-direction: column;
  }

  .isha-mv-heading h2 {
    font-size: 28px;
  }
}


/* Terms & Conditions Unique CSS */

.isha-terms-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fff5f9, #ffffff);
  font-family: 'Segoe UI', sans-serif;
}

.isha-terms-container {
  max-width: 1000px;
  margin: auto;
}

.isha-terms-header {
  text-align: center;
  margin-bottom: 50px;
}

.isha-terms-header h1 {
  font-size: 40px;
  color: #a8004f;
  margin-bottom: 15px;
}

.isha-terms-header p {
  font-size: 18px;
  color: #555;
}

.isha-terms-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.isha-terms-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  border-left: 5px solid #d63384;
}

.isha-terms-box:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.isha-terms-box h3 {
  font-size: 20px;
  color: #a8004f;
  margin-bottom: 12px;
}
.shop__single{
  border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 2px #0000004f;
}

.isha-terms-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* Responsive */

@media (max-width: 768px) {
  .isha-terms-header h1 {
    font-size: 28px;
  }

  .isha-terms-box {
    padding: 20px;
  }
}
.product-details .product-details__content .product-meta h3{
  font-size: 26px;
    line-height: normal;
    font-weight: 500;
}


.uniu-card {
       background: #f5f7fa;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin: 20px auto;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s ease;
}

.uniu-card:hover {
    transform: translateY(-5px);
}

.uniu-title {
    font-size: 1.6em;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
}

.uniu-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.uniu-info div {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-size: 0.95em;
    color: #34495e;
}

.uniu-info div span:first-child {
    font-weight: bold;
}

.uniu-qr {
    text-align: center;
}

.uniu-qr img {
    /*max-width: 150px;*/
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 10px;
}

/* Responsive */
@media(max-width: 450px){
    .uniu-card {
        padding: 15px;
    }
    .uniu-info div {
        flex-direction: column;
        align-items: flex-start;
    }
    .uniu-info div span:first-child {
        margin-bottom: 5px;
    }
}


.ngoRegWrapX {
    width: 100%;
    background: #0ea89a;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

/* ===== Inner Container ===== */
.ngoRegContainerX {
    width: 100%;
    max-width: 1100px;
}

/* ===== Registration Card ===== */
.ngoRegCardX {
       background: #f1c93b;
    color: #1b1b1b;
    padding: 18px 25px;
    border-radius: 14px;
    margin-bottom: 18px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.6 !important;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

/* Hover Effect (Desktop Only) */
@media (hover: hover) {
    .ngoRegCardX:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 18px rgba(0,0,0,0.2);
    }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .ngoRegCardX {
        font-size: 15px;
        padding: 14px 18px;
    }
}

@media (max-width: 480px) {
    .ngoRegWrapX {
        padding: 25px 12px;
    }
    .ngoRegCardX {
        font-size: 14px;
        padding: 12px 14px;
    }
}