

body {
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.auth-container {
  border: 1px solid #0e0c10;
  background-color: #fff;
  padding: 5px 10px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.auth-buttons {
  margin-right: 31px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0px;
}

.auth-buttons a {
  padding: 0 11px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.auth-buttons a.login {
  background-color: transparent;
  color: #333;
}

.auth-buttons a.registration {
  background: linear-gradient(
    225deg,
    rgba(239, 52, 5, 1) 0%,
    rgba(255, 132, 0, 1) 100%
  );
  color: #fff;
}

.header {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header .logo img {
  margin-top: 3rem;
  height: 40px;
  max-height: 39px;
  margin-top: 1rem;
}

.header .navbar-nav a {
  font-weight: bold;
  background: linear-gradient(
    0deg,
    rgba(239, 52, 5, 1) 0%,
    rgba(255, 132, 0, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .navbar-nav a.active {
  color: inherit; /* Keep original color */
  border-bottom: 2px solid #ef3405; /* Underline for active tab */
}

.header .navbar-nav a:hover {
  color: inherit; /* Keep original color */
  border-bottom: 2px solid #ef3405; /* Optional: Underline on hover */
}


.header .navbar-nav a.active {
  border-bottom: 2px solid #ef3405; /* Underline to indicate active tab */
}

.header .navbar-nav a:hover {
  border-bottom: 2px solid #ef3405; /* Optional: Underline on hover */
}

/*breadcrumb */

.breadcrumb {
  color: #f7f7f7;
  background-color: transparent;
}

.breadcrumb a {
  text-decoration: none;
  color: #1d4ed8;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  color: #ffffff;
}

.background-image {
  /*background-image: url("../img/contact.jpg");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 750;
  /* Adjust height if needed */
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.why-yogyanati {
    padding: 50px 0;
    text-align: center; 
}

.why-yogyanati h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(225deg, rgba(255, 85, 0, 1) 0%, rgba(255, 85, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-yogyanati .features-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.why-yogyanati .features-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}

.gradient-icon {
    font-size: 1.5rem;
    background: -webkit-linear-gradient(225deg, rgba(255, 100, 50, 1) 0%, rgba(255, 100, 50, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 0.75rem;
}

.why-yogyanati ul li i {
    font-size: 1.5rem;
    background: -webkit-linear-gradient(225deg, rgba(255, 85, 0, 1) 0%, rgba(255, 182, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

/*@media (max-width: 768px) {*/
/*    .why-yogyanati h2 {*/
/*        font-size: 1rem; */
/*    }*/

/*    .why-yogyanati .features-list {*/
/*        font-size: 0.5rem; */
/*    }*/
/*}*/


.main-section {
  padding-top: 5rem;
}

/* Center the container and apply padding */
.container11 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Story card styling */
.story-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  margin: 10px;
  padding: 15px;
}

.story-card img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #ddd;
}

.card-info {
  padding: 10px;
}

.card-info strong {
  display: block;
  margin-bottom: 10px;
}

.card-info p {
  margin: 10px 0;
}

.action-button {
  background-color: #ff0048;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.action-button:hover {
  background-color: #ff1a66;
}

/* Grid layout adjustments */
@media (min-width: 576px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Highlight text color */
.highlight {
  color: #ef3405;
}

.whatsapp-icon {
  position: fixed;
  bottom: 50px;
  border-radius: 50%;
  right: 20px;
  z-index: 1000;
  
}



@media (max-width: 768px) {
  .header .navbar-nav {
    flex-direction: column;
    text-align: center;
  }

  .footer {
    text-align: center;
  }
}

/* General Styles */
/* Full-Width Slider Wrapper */
.slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 97vw; /* Full viewport width */
  margin: 0; /* Remove auto-centering */
  padding: 0; /* Remove padding */
}

/* Slides Container */
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Individual Profile Slide */
.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 0 0 25%; /* Show 4 profiles at a time on larger screens */
  box-sizing: border-box; /* Include padding and border in the width */
  margin: 0 10px; /* Horizontal margin */
  flex-shrink: 0; /* Prevent profiles from shrinking */
}

/* Slider Button Styles */
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}

.slider-button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

/* View Profile Button Styles */
.view-profile-btn {
  display: inline-block;
  padding: 8px 16px;
  margin-top: 10px;
  background: linear-gradient(225deg, rgba(239, 52, 5, 1) 0%, rgba(255, 132, 0, 1) 100%);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}

.view-profile-btn:hover {
  background: linear-gradient(225deg, rgba(255, 132, 0, 1) 0%, rgba(239, 52, 5, 1) 100%);
}

/* Mobile Styles */
@media (max-width: 767px) {
  .profile {
    flex: 0 0 100%; /* Show 1 profile at a time on mobile screens */
    margin: 0; /* Remove horizontal margins on mobile for full width */
  }

  .slider-button {
    width: 30px;
    height: 30px;
  }
}




.how-it-works {
  text-align: center;
  padding: 40px 0;
}
.how-it-works h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.how-it-works p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}
.step {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 15px;
}
.step-content {
  flex-grow: 1;
  text-align: left;
}
.step img {
  width: 80px;
  margin-left: 15px;
}
.step h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
}

.community-search-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-content {
  max-width: 60%;
}

.image-content img {
  max-width: 100%;
  height: auto;
}

.bg-gradient1 {
  background: -moz-linear-gradient(225deg, rgba(239, 52, 5, 1) 0%, rgba(255, 132, 0, 1) 100%);
  background: -webkit-linear-gradient(225deg, rgba(239, 52, 5, 1) 0%, rgba(255, 132, 0, 1) 100%);
  background: linear-gradient(225deg, rgba(239, 52, 5, 1) 0%, rgba(255, 132, 0, 1) 100%);
}


.profile-img {
  width: 100%;
  height: 410px;
  max-height: 410px;
  object-fit: cover;
}