/* Reset and setup */
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important; /* only hides horizontal overflow */
    font-family: sans-serif;
    background-color: #170A36
 !important;
    scroll-behavior: smooth;
   
  }
  .header-section {
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 45px 20px;
    /* background: url('/img/backgroung_img1.png') no-repeat center center; */
    background-size: cover;
  }

.navbar-custom {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 1.2rem;
}

.navbar-custom a {
  position: relative;
  padding-bottom: 5px;
  color: white;
  text-decoration: none;
   transition: color 0.2s ease-in-out; 
}

.navbar-custom a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
   background: linear-gradient(to right, #AC2FE2, #C0758B,#FFCC00);
  /* transition: 0.3s ease; */
}

/* Hover effect */
.navbar-custom a:hover {
  color: #ECBE04;
}

.navbar-custom a:hover::after {
  width: 100%;
}

/* Active link style */
.navbar-custom a.active {
  color: #ffc107;
}

.navbar-custom a.active::after {
  width: 100%;
}
 .logo-container {
    text-align: center;
    max-width: 350px;
    width: 100%;
    margin-top: 30px !important;
  }

  .logo-container img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.3));
  }



.about-section {
  padding: 25px 20px 10px !important;
  color: rgb(241, 239, 239);
  max-width: 1200px;
  margin: 0 auto;
  /* height: 100% !important; */
  
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
  margin-right: 50px;
}

.profile-img-wrapper {
  border-radius: 50%;
  border: 2.8px solid #ffc107 !important;
  overflow: hidden;
  width: 250px;
  height: 250px;
  flex-shrink: 0;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-text {
  max-width: 600px;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: justify !important;
  font-style: italic !important;
}

.bottom-paragraph {
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
  color: #eee;
  margin-top: 150px !important;
}

.bottom-text {
  text-align: justify;
}
/* =========section 1 and 2=================== *
/* Container Spacing and Border Radius */
.container-custom {
  margin: 40px auto;
  padding: 30px;
  /* background-color: #1E1B4B; */

  background-color: #1a184e;
  border-radius: 25px;
  max-width: 90%;
  color: #fff;
}
.container-custom1 {
  margin: 40px auto;
  padding: 20px;
  background-color: #1a184e;
  border-radius: 25px;
  max-width: 90%;
  color: #fff;
  position: relative;
}

.certified-logo {
  max-width: 200px !important;
  border-radius: 50%;
}
/* =========== */
.certificate-carousel-wrapper {
  overflow: hidden;
}

.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
}

.carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 20px; /* Add spacing between images */
  padding: 10px 0;
}
/* below is the section for the 3 card displayed */


.carousel-img {
  flex: 0 0 23%; 
  max-width: 23%;
  height: 200px; 
  object-fit: contain;
  border-radius: 12px;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}
/* Buttons overlaid on carousel */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 1rem;
  padding: 6px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

.carousel-btn:hover {
  background-color: #ddd;
}
/* ================= */
/* SECTION 3 */
.mission-section {
  color: white;
  padding: 50px 20px;
  background: none; /* removed background color */
  width: 100% !important;
}

.mission-heading-box {
  background-color: #1a184e;
  padding: 12px 20px;
  border-radius: 15px;
  text-align: left;
  margin-bottom: 15px;
}

.mission-heading-box h4 {
  font-size: 1.5rem;
  color: white; /* heading text color */
  margin: 0;
}

.mission-left p,
.mission-right p {
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 10px !important;
}

.mission-right ul {
  padding-left: 30px;
  list-style: disc;
  margin-bottom: 10px;
}
 .mission-left {
    padding-right: 50px !important;

  }
  .mission-right{
    padding-left: 30px !important;

  }
   

@media (max-width: 767px) {
  .mission-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/* =======bottom two sections===== */
body {
  background-color: #0c0a24;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

 .journey-section {
  margin: 50px 70px !important;
}
 .journey-section1 {
  margin: 50px 70px !important;
}

.healing-toolkit {
  /* background-color: #0d0b2e; */
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.toolkit-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
 background: linear-gradient(to right, #AC2FE2, #C0758B,#FFCC00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


.toolkit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Exactly 3 items per row */
  gap: 30px;
  max-width: 1080px;  /* limit total width */
  width: 100%;
  padding: 0 30px; /* margin on left and right */
  box-sizing: border-box;
}

.toolkit-item {
  background-color: #1b135c;
  padding: 20px;
  border-radius: 12px;
   color: #FFCC00;
  /* color: #fcd34d; */
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.icon-box {
   background: linear-gradient(to right, #4338CA, #7C3AED);
   color: #fff;
  font-size: 1.8rem;
  padding: 5px 10px !important;
  border-radius: 8px;
  width: max-content;
}
.journey-section1 {
  background-color: #1b135c;
  border: 1px solid rgba(54, 36, 139, 0.1);
  padding: 25px 40px !important;
  border-radius: 15px;
  text-align: center;
  /* margin-top: 80px; */
 
}

/* Journey Section */
.journey-section {
  background-color: #1b135c;
  border: 1px solid rgba(54, 36, 139, 0.1);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  /* margin-top: 80px; */
 
}

.journey-section h2 {
  color:#FFCC00;
  /* color: #f9b233; */
  font-size: 2rem;
  margin-bottom: 15px;
}

.journey-section p {
  color: #ddd;
  font-size: 1rem;
  margin-bottom: 30px;
}

.journey-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.journey-buttons .btn {
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.btn-dark {
  background: #1A0B3D !important;
  color: #fff;
  border: #4338CA !important;
}

.btn-primary {

   background: linear-gradient(to right, #4338CA, #7C3AED);
  color: #fff;
}
.btn:hover {
  opacity: 0.9;
}

/* ==============mobile view section code here====  */
/* =================1) first about neharika section====== */
.mobile-menu-toggler {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 26px;
  color: rgb(214, 210, 210);
  cursor: pointer;
  z-index: 1100;
}
@media (max-width: 768px) {
  .mobile-menu-toggler {
    display: block;
  }
    .mobile-hide-br {
    display: none;
  }
  .header-section {
    height: auto;
    padding: 30px 15px;
    background: url('/img/backgroung_img3.png') no-repeat center center;
    background-size: cover;
  }

.navbar-custom a::after {
  display: none !important;
  text-decoration: underline !important;
}
  .navbar-custom {
    flex-direction: column;
    text-align: left !important;
    gap: 5px;
    padding: 10px 0;
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    display: none;
    z-index: 1000;
    background: none; /* No background */
    backdrop-filter: none;
    background-color: #1E1B4B !important;
  }

  .navbar-custom.active {
    display: flex;
  }

  .navbar-custom a {
    font-size: 1rem; /* Smaller font size */
    padding: 6px 18px;
    
  }

  .hero-section {
    margin-top: 20px;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

    .logo-container {
    max-width: 240px;
    margin: 40px auto 20px auto;
  }

  .logo-container img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.2));
  }
.about-section{
   padding: 20px 20px 20px !important;
}
  .about-container {
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
    text-align: center;
   
   
  }

  .intro-text {
    font-size: 1rem;
    text-align: center !important;
    /* padding: 0 0px; */
  }

  .profile-img-wrapper {
    width: 200px;
    height: 200px;
  }

  .bottom-paragraph,
  .bottom-text {
    font-size: 0.95rem;
    padding: 0 12px !important;
    text-align: left;
  }
}

/* ===============2)certification section============ */
@media (max-width: 768px) {
  .certified-container .row {
    flex-direction: column;
    text-align: center;
  }

  .certified-container .col-md-3,
  .certified-container .col-md-9 {
    width: 100%;
    padding: 1px 0;
  }
.certified-container{
  margin-bottom: 50px !important;
}
  .certified-logo {
    max-width: 170px !important;
    margin: 0 auto;
  }

  .certified-container h3 {
    font-size: 1.3rem;
    margin: 10px 0 15px;
  }

  .certified-container p {
    font-size: 0.95rem;
    padding: 0 5px;
    text-align: center !important;
  }
}
/* ===============4)vision and mission section======= */
/* ===== Mobile Responsive Fixes ===== */
@media (max-width: 767px) {
  .mission-section .row {
    flex-direction: column;
    margin: 0 10px;
    
    /* padding: 0 8px !important; */
  }
   .mission-section{
    padding: 20px 10px 10px !important;
   }
  .mission-left,
  .mission-right {
    padding: 0 !important;
    margin: 0 0 30px 0;
  }

  .mission-left p,
  .mission-right p {
    padding-left: 0 !important;
    font-size: 0.95rem !important;
  }
  .mission-heading-box h4{
    font-size: 1.4rem !important;
  }
}
/* =========== 5)my toolkit section==== */
@media (max-width: 768px) {
  .healing-toolkit{
     padding: 25px 0;
  }
  .toolkit-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 0 15px;
    margin: 10px 10px !important;
  }
  .toolkit-title{
    font-size: 1.8rem !important;
    padding-bottom: 15px !important;
  }
  .toolkit-item {
    padding: 10px;
    gap: 10px;
    font-size: 0.8rem;
  }

  .toolkit-item p {
    font-size: 0.75rem;
    margin: 0;
  }

  .icon-box {
    font-size: 1.2rem;
    padding: 4px 6px !important;
    border-radius: 6px;
  }

  .toolkit-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
/* ================ 6) ready section======== */
@media (max-width: 768px) {
  .journey-section {
    padding: 30px 10px !important;
    margin: 20px 20px !important;
  }
  
  .journey-section1 {
    padding: 20px 20px !important;
    margin: 40px 20px !important;
  }
   .journey-section1 p{
    font-size: 0.95rem !important;
   }
  .journey-section h2 {
    font-size: 1.7rem;
  }

  .journey-section p {
    font-size: 1rem;
  }

  .journey-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.journey-buttons .btn {
  padding: 10px 13px !important;
  font-size: 0.9rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
}
/* ========= 3)certificate section======== */
@media (max-width: 767px) {
  .carousel-img {
    flex: 0 0 47%;  /* Adjust to show 2 images */
    max-width: 47%;
    height: 150px;  /* Smaller height for mobile */
  }

  .carousel-btn {
    font-size: 1rem;
    padding: 6px;
  }
}
