@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Edu+SA+Beginner:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playwrite+AU+SA:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');


body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  padding-top: 70px;
}

.top-bar {
  background-color: #d43c5c;
  color: white;
  height: 1.8rem;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.topbar-tele {
  gap: 1rem;
}

.login-container {
  position: relative;
  display: inline-block;
}

.login-btn {
  background: none;
  border: none;
  color: white;
  font-weight: normal;
  cursor: pointer;
  font-family: Poppins;
}

.login-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 100;
  right: 0;
}

.login-dropdown a {
  color: black;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.login-dropdown a:hover {
  background-color: #f1f1f1;
}

.login-container:hover .login-dropdown {
  display: block;
}

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Header Styles */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 10px 20px;
  color: black;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.logo img {
  height: 60px;
  width: auto;
}

/* Navbar Styles */
nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

nav ul li {
  position: relative;
}

nav a {
  color: black;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Inter';
  padding: 8px 12px;
  display: block;
  transition: background 0.3s;
}

/* nav a:hover {
  background-color: #0066cc;
  border-radius: 5px;
} */

/* Dropdown Styles */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-menu a {
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.dropdown-menu a:hover {
  background-color: #da468b;
  color: white;
}

/* Show Dropdown on Hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Responsive (optional) */
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    background-color: #004080;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
  }

  nav ul.show {
    display: flex;
  }

  nav ul li {
    width: 100%;
  }

  .dropdown-menu {
    position: relative;
    box-shadow: none;
  }
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px;
}

.slider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.slide-btn {
  position: absolute;
  top: 50%;
  background-color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}

.slide-btn:hover {
  background: #eee;
}

.slide-btn:first-of-type {
  left: 10px;
}

.slide-btn:last-of-type {
  right: 10px;
}

.scroll_behaviour {
  background-color: #d43c5c;
  color: white;
  padding: 10px;
  font-size: 14px;
}

.card_services {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 30px;
}

.card_services1 {
  width: 300px;
  height: 200px;
  /* background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Roboto Mono', monospace;
  font-size: large;
  font-weight: bolder;
}

.bar {
  width: 25%;
  height: 4px;
  background-color: #ceecee;
  margin-top: -2px;
}

.society {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  /* width: 75%; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.society_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: normal;
  color: #000000;
  text-align: center;
  width: 40%;
}

.society_text h2 {
  font-size: larger;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

.society_text h6 {
  font-size: medium;
  font-family: 'EduSABeginner', cursive;
}

.society_text p {
  font-size: 1rem;
  font-family: Arial, sans-serif;
  color: #333;
}

.society_image {
  width: 570px;
  height: 570px;
  object-fit: cover;
  /* width: 50%; */
}


.compaign-heading {
  text-align: center;
  font-family: 'Inter';
  font-size: x-large;
  font-weight: bold;
}

.compaign-heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #e91e63;
  margin: 10px auto 0;
}


.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* center all cards */
  gap: 10px;
  /* space between cards (both rows and columns) */
  max-width: 1260px;
  /* 3 cards * 400px + 2 * 10px gap */
  margin: 0 auto;
  /* center container */
}

.card {
  background: #fefefe;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, background 0.3s, color 0.3s;
  max-width: 400px;
  max-height: 350px;
  width: 100%;
  height: 100%;
  flex: 1 1 400px;
  /* allow flex items to wrap at 400px max */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card:hover {
  transform: translateY(-5px);
  background: #e27090;
  color: white;
}

.card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card h3 {
  font-size: small;
  font-weight: bold;
  padding: 15px 15px 0;
  margin: 0;
  color: #000033;
}

.card a {
  display: inline-block;
  padding: 10px 15px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  transition: color 0.3s;
  font-family: 'Inter';
  font-size: x-small;
}

.card a:hover {
  color: #007bff;
}

.quote-slider {
  height: 160px;
  background: linear-gradient(to right, #c0392b, #d32f5e);
  color: white;
  text-align: center;
  padding: 60px 20px;
  position: relative;
  margin-top: 2rem;
}

.quote-icon {
  font-size: 30px;
  margin-bottom: 15px;
  opacity: 0.6;
}

#quote-text {
  font-size: 15px;
  max-width: 800px;
  margin: 0 auto 15px;
}

#quote-author {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: orange;
  opacity: 1;
}

.partners-section {
  background-image: url('assets/partner-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 20px;
  text-align: center;
  color: white;
  position: relative;
}

.partners-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000000;
}

.underline {
  width: 100px;
  height: 4px;
  background-color: #e91e63;
  margin: 0 auto 30px;
  border-radius: 2px;
}

.partners-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.partner {
  width: 150px;
  text-align: center;
}

.partner img {
  width: 100%;
  height: auto;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: transform 0.3s ease;
  background-color: white;
}

.partner img:hover {
  transform: scale(1.05);
}

.partner p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  color: white;
}


/* glimps */

.card-container1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* center all cards */
  gap: 10px;
  /* space between cards (both rows and columns) */
  max-width: 1260px;
  /* 3 cards * 400px + 2 * 10px gap */
  margin: 0 auto;
  /* center container */
}

.card1 {
  background: #fefefe;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, background 0.3s, color 0.3s;
  max-width: 400px;
  max-height: 350px;
  width: 100%;
  height: 100%;
  flex: 1 1 400px;
  /* allow flex items to wrap at 400px max */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card1:hover {
  transform: translateY(-5px);
  background: #e27090;
  color: white;
}

.card1 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card1 h3 {
  font-size: small;
  font-weight: bold;
  padding: 15px 15px 0;
  margin: 0;
  color: #000033;
}

.card1 a {
  display: inline-block;
  padding: 10px 15px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  transition: color 0.3s;
  font-family: 'Inter';
  font-size: x-small;
}

.card1 a:hover {
  color: #007bff;
}

/* View All Button */
.view-all-btn {
  display: block;
  margin: 30px auto 0;
  padding: 10px 25px;
  background-color: #e91e63;
  color: white;
  font-weight: normal;
  border: none;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  transition: background 0.3s ease;
  cursor: pointer;
  width: 5rem;
  height: 2rem;
}

.view-all-btn * {
  color: white;
}




.view-all-btn:hover {
  background-color: #d81b60;
}

/* success story */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 40px;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #6366f1;
  margin: 10px auto 0;
  border-radius: 2px;
}

.cards-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding-bottom: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}

.cards-container::-webkit-scrollbar {
  display: none;
}

.card {
  flex: 0 0 auto;
  width: 320px;
  margin: 0 15px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-in-out;

}

.card:first-child {
  margin-left: 0;
}

.card:last-child {
  margin-right: 0;
}

.card:hover {
  transform: translateY(-5px);
}

.card-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #e2e8f0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 10px;
}

.card-description {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.read-more-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #da0ae9;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
  align-self: flex-start;
}

.read-more-button:hover {
  background-color: #e211ed;
  transform: translateY(-2px);
}

.pagination-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #cbd5e0;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.dot.active {
  background-color: #f81be2;
  transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .card {
    width: 280px;
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .card {
    width: 85%;
    margin: 0 10px;
  }

  .cards-container {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .card {
    width: 90%;
    margin: 0 8px;
  }

  .card-title {
    font-size: 1.3rem;
  }

  .card-description {
    font-size: 0.9rem;
  }

  .read-more-button {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
}

/* ContactUS */

.contact-us {
  padding: 50px 20px;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-us h2 {
  text-align: center;
  font-size: 32px;
  color: #000033;
  position: relative;
  margin-bottom: 40px;
}

.contact-us h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #e91e63;
  margin: 10px auto 0;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.contact-info,
.contact-form {
  flex: 1 1 400px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.contact-info ul li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #222;
}

.contact-info ul li i {
  margin-right: 10px;
  color: #e91e63;
}

.map-embed iframe {
  border-radius: 8px;
  width: 100%;
  height: 250px;
  border: 1px solid #ddd;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form .row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.contact-form input,
.contact-form textarea {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha {
  font-size: 18px;
  font-weight: bold;
}

.submit-btn {
  padding: 12px 25px;
  background: #e91e63;
  color: white;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  width: fit-content;
}

.submit-btn:hover {
  background: #d81b60;
}

/* Footer container */
.footer-bg {
  background-color: #1a1a1a;
  height: 300px;
  width: 100%;
  padding: 3rem 0;
}

.footer-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;

}

@media (min-width: 640px) {


  .footer-container {
    padding-left: 1.5rem;

    padding-right: 1.5rem;

  }
}

@media (min-width: 1024px) {

  /* lg breakpoint */
  .footer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Grid for sections */
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  color: #d1d5db;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Section styling */
.footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-section {
    align-items: flex-start;
    text-align: left;
    margin-top: 0;
  }
}

.footer-section:not(:first-child) {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .footer-section:not(:first-child) {
    margin-top: 0;
  }
}

.footer-section h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}


.footer-section p {
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.footer-section p:last-of-type {
  margin-bottom: 1rem;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-link,
.copyright-link {
  color: #d1d5db;
  text-decoration: none;
  transition-property: color;
  transition-duration: 200ms;
  border-radius: 0.25rem;
  padding: 0.1rem 0.2rem;
}

.footer-link:hover,
.copyright-link:hover {
  color: #ec4899;
}

.copyright-link:hover {
  text-decoration: underline;
}


.social-links {
  display: flex;
  gap: 1rem;
}

.social-icon {
  color: #d1d5db;
  font-size: 1.125rem;
  transition-property: color, background-color;
  transition-duration: 200ms;
  border-radius: 9999px;
  padding: 0.5rem;
  background-color: rgba(55, 65, 81, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon:hover {
  color: #ec4899;
  background-color: rgba(75, 85, 99, 0.7);
}

/* Copyright section */
.copyright-section {
  border-top: 1px solid #374151;
  padding-top: 2rem;
  text-align: center;
  color: #d1d5db;
  font-size: 0.6rem;
  margin-top: 2.5rem;
}

.text-primary-pink {
  color: #ec4899;
}