 * {
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    height: 100%;
}
/* Hero Background */
.hero {
    background-image: url('../../images/landing.png');
    background-size: cover;           
    background-position: center;     
    background-repeat: no-repeat;   
    background-color: #000;         
    position: relative;
    height: 100vh;                    
    width: 100%;                      
    color: #fff;
    overflow: hidden;             
}
@media (max-width: 768px) {
    .hero {
        background-position: top;   
    }
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', sans-serif;
   overflow-x: hidden;
}
/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #a40000; /* deep red */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  z-index: 999;
  border-bottom: 3px solid gold;
  border-bottom-left-radius:50px;
  border-bottom-right-radius:50px;
}
/* Avatar images */
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid gold;
}
.avatar1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid gold;
}
/* Navigation menu */
.nav-menu {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
}
.nav-menu a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 5px;
  transition: color 0.3s;
}
.nav-menu a:hover {
  color: yellow;
}
/* Responsive design */
@media (max-width: 768px) {
  .nav-menu {
    gap: 10px;
    font-size: 14px;
    flex-wrap: wrap;
  }
  .avatar {
    width: 40px;
    height: 40px;
    margin-left: -5px;
  }
  .avatar1 {
    width: 40px;
    height: 40px;
    margin-right: -3px;
  }
  .nav-menu a {
  padding: 00px;
  margin-right:-5px;
  }
}
/* Headings */
.hero-text {
    margin-top: 0px; 
    text-align: center;
    color: #b30000;
}
.hero-text h1 {
    color: #ffffb3;
    font-size: 48px;
    margin-bottom: 10px;
    padding-top: 320px; 
    text-shadow: 2px 2px 2px #ff9900;
}
.hero-text1 {
    margin-top: -320px;
}
/* Mobile View */
@media (max-width: 768px) {
  .hero-text h1 {
    margin-left: -10px;
    padding-top: 120px; 
    font-size: 36px;    
  } 
  .banner_text{
    padding-top: 150px;
    padding-left: 5px;
  }
  .sub-text h2 {
    padding-top: 0px;
}
  .hero-text {
    margin-top: 10px;
  }
  .hero-text1 {
    margin-top: -130px; 
  }
}
.sub-text h2 {
    font-size: 28px;
    color: #ffe6f0;
    margin-bottom: 5px;
    margin-left: -5px;
    text-shadow: 1px 1px 2px #cc0052;
}
.sub-text p {
    font-size: 18px;
    color: white;
    margin-left: -4px;
}
.filter-bar {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.filter-bar select {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    min-width: 120px;
}
.mydiv{
    height: 900px;
    width: 100%;
    background: #fff;
    position: relative;
}
.mydiv img{
    width: 100%;
    height: 700px;
}
.dd{
    position: absolute;
    top: 100px;
    left: 300px;
    font-family: sans-serif;
    line-height: 15px;
    font-size: 20px;
}
.dd p {
     font-size: 15px;
     color: grey;
     line-height: 8px;
}
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
.why-choose {
  background: orange;
  background-image: radial-gradient(#fff2 1px, transparent 0);
  padding: 10px 0 30px 0; 
  text-align: center;
}
.why-choose h2 {
  color: #fff;
  font-size: 2.5rem;
  margin: 0; 
  padding-top: 5px; 
  text-shadow: 1px 1px 2px #b20000;
}
@media (max-width: 768px) {
   .why-choose h2{
    margin-left: 15px;
   } 
   .features {
  margin-left: 5px;
  }
}
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
}
.feature-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  width: 250px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.feature-box:hover {
  transform: translateY(-10px);
}
.feature-box i {
  font-size: 36px;
  color: red;
  margin-bottom: 15px;
}
.feature-box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}
.feature-box p {
  font-size: 0.9rem;
  color: #555;
}
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
.path-to-companionship {
  background-color: #b41717;
  padding: 10px 0 30px 0;
  text-align: center;
}
.path-to-companionship h2 {
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
  padding-top: 5px;
  text-shadow: 1px 1px 2px #ffcc00;
  margin-left: 10px;
}
.Gallery h1 {
  color:#990000;
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px #ff9900;
  text-align: center;
}
.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.step-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  width: 280px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  margin-top: 15px;
}
.step-box:hover {
  transform: translateY(-10px);
}
@media (max-width: 768px) {
   .step-box {
  margin-left: 0px;
}
}
.step-number {
  font-size: 24px;
  color: orange;
  font-weight: 600;
  margin-bottom: 10px;
}
.step-box i {
  font-size: 36px;
  color: orange;
  margin-bottom: 15px;
}
.step-box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}
.step-box p {
  font-size: 0.9rem;
  color: #555;
}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.gallery-header {
    height: 70px;
    width: 100%;
    background: white;
    text-align: center;
    padding-top: -15px;
}
.gallery-header {
  text-align: center;
  margin-bottom: -25px;
}

.gallery-header h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #330000;
  text-shadow: 2px 2px 0px #ff6600;
}

/* Main container */
.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 10px;
}

.gallery-top {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr; 
  gap: 15px;
  margin-bottom: 20px;
  align-items: stretch; 
}

.gallery-center {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}

.gallery-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  height: 100%;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

@media (max-width: 900px) {
  .gallery-top {
    grid-template-columns: 1fr;
  }

  .gallery-item.large img {
    height: 250px; 
    object-fit: cover;
  }
  .gallery-center {
    grid-template-rows: auto;
  }

  .gallery-center .gallery-item img {
    height: 200px;
  }

  .gallery-bottom {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .gallery-header h2 {
    margin-top: 20px;
  }
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.cta-section {
    background: url('../../images/mandala.png') no-repeat center center;
    background-size: cover;
    padding: 60px 20px;
    text-align: center;
    color: white;
    background-color: #d99c6b; 
    position: relative;
    color: #fff;
}
.cta-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}
.cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}
.cta-content h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}
.cta-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    color: white;
}
.cta-button {
    background-color: #ff9900;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    background-color: #e88000;
}
body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
    }
    .footer {
      background-color: #a51916;
      color: white;
      padding: 40px 60px;
    }
    .footer-top {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      border-bottom: 2px solid orange;
      padding-bottom: 30px;
    }
    .footer-left h2 {
      margin: 0 0 20px;
      font-weight: 600;
      color: white;
      margin-right: 400px;
    }
    .footer-nav {
      display: flex;
      gap: 25px;
      flex-wrap: wrap;
      margin-bottom: 20px;
    }
    .footer-nav a {
      color: white;
      text-decoration: none;
      font-weight: 500;
    }
    .footer-right {
    text-align: right;
    line-height: 1.8;
    color: #ddd;
    font-size: 14px;
    padding: 10px;
}
.footer-right h4 {
  margin: 0 0 8px 0;
  color: #fff;
  font-size: 18px;
}
.footer-right p {
  margin: 4px 0;
}
.footer-right i {
  color: #ffcc00;
  margin-right: 8px;
}
@media (max-width: 600px) {
  .footer-right {
    text-align: center;
    font-size: 16px;
  }
  .footer-right p {
  margin: 4px 0;
  margin-right: 100px;
  }
  .footer-left h2 {
  margin: 0 0 20px;
  white-space: nowrap;
  font-size: clamp(20px, 6vw, 36px);
  text-align: left; 
  }
}
  .footer-right p {
        margin-bottom: 10px;
      }
  .subscribe-box {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
      flex-wrap: wrap;
    }
  .subscribe-box input {
      padding: 10px;
      border-radius: 6px;
      border: none;
      width: 250px;
    }
    .subscribe-box button {
      padding: 10px 20px;
      border: none;
      background-color: orange;
      color: white;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;
    }
    .social-icons a {
      color: white;
      margin-left: 15px;
      font-size: 20px;
      text-decoration: none;
    }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 30px;
      font-size: 14px;
    }
    .language-btn {
      background: white;
      color: #a51916;
      border: none;
      padding: 8px 14px;
      border-radius: 6px;
      font-weight: 500;
      cursor: pointer;
    }
    .legal-links {
      display: flex;
      gap: 20px;
    }
    .legal-links a {
      color: white;
      text-decoration: none;
      font-weight: 500;
    }
    @media (max-width: 768px) {
      .footer-right {
        text-align: left;
        margin-top: 30px;
      }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
      }
    .footer-left h2 {
      margin-left: 10px;
    }
    .footer-nav a {
       margin-left: 10px;
    }
  } 
  body {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      background: white;
    }
    #aim-page.our-aim-section {
      display: flex;
      padding: 110px 80px;
      border-top: 2px solid orange;
      background: white;
      flex-wrap: wrap;
      margin-bottom: -65px;
    }
    #aim-page.our-aim-left {
      flex: 1;
      padding-right: 40px;
      min-width: 300px;
    }
    #aim-page.our-aim-left h2 {
      font-size: 40px;
      font-weight: 700;
      color: #a51916;
      text-shadow: 2px 2px yellow;
      margin-bottom: 20px;
    }
    .our-aim-left p {
      font-size: 16px;
      color: #555;
      line-height: 1.6;
      margin-bottom: 20px;
      text-align: justify;
    }
    #aim-page.our-aim-left a {
      color: orange;
      text-decoration: none;
      font-weight: 500;
    }
    .our-aim-left hr {
      margin: 30px 0;
      border: none;
      border-top: 1px solid #ccc;
    } 
    #aim-page.our-aim-right {
      flex: 1;
      background: #d9d9d9;
      border-radius: 20px;
      min-height: 300px;
      min-width: 300px;
    }
    @media (max-width: 768px) {
      #aim-page.our-aim-section {
        flex-direction: column;
        padding: 80px 20px;
        margin-bottom: -30px;
      }
    #aim-page.our-aim-left, .our-aim-right {
        padding-right: 0;
        margin-bottom: -5px;
      }
      #aim-page.our-aim-left {
       margin-left: 0px;
       margin-top: 20px;
      }
      #aim-page.our-aim-right {
       margin-left: 0px;
      }
      #aim-page.our-aim-left p {
        text-align: justify;
      }
      #aim-page.our-aim-left h2 {
      margin-top: 20px;
    }
  }
    body {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      background: white;
    }
    .our-aim-section {
      display: flex;
      padding: 40px 80px;
      border-top: 2px solid orange;
      background: white;
      flex-wrap: wrap;
      margin-bottom: 10px;
    }
    .our-aim-left {
      flex: 1;
      padding-right: 40px;
      min-width: 300px;
    }
    .our-aim-left h2 {
      font-size: 40px;
      font-weight: 700;
      color: #a51916;
      text-shadow: 2px 2px yellow;
      margin-bottom: 20px;
    }
    .our-aim-left p {
      font-size: 16px;
      color: #555;
      line-height: 1.6;
      margin-bottom: 20px;
      text-align: justify;
    }
    .our-aim-left a {
      color: orange;
      text-decoration: none;
      font-weight: 500;
    }
    .our-aim-left hr {
      margin: 30px 0;
      border: none;
      border-top: 1px solid #ccc;
    } 
    .our-aim-right {
      flex: 1;
      background: #d9d9d9;
      border-radius: 20px;
      min-height: 300px;
      min-width: 300px;
    }
    @media (max-width: 768px) {
      .our-aim-section {
        flex-direction: column;
        padding: 10px 20px;
        margin-bottom: 50px;
      }
    .our-aim-left, .our-aim-right {
        padding-right: 0;
        margin-bottom: -5px;
      }
      .our-aim-left {
       margin-left: 0px;
       margin-top: 20px;
      }
      .our-aim-right {
       margin-left: 0px;
      }
      .our-aim-left p {
        text-align: justify;
      }
      .our-aim-left h2 {
      margin-top: 20px;
    }
  }
  h2 {
    font-size: 30px;
    color: black;
    text-shadow: 2px 2px 0px #ff9900;
    margin-top: 20px;     
    margin-bottom: 20px;  
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
 @media (max-width: 768px) {
      h2 {
      margin-left: 5px;
    }
    .card {
      margin-left: 0px;
    }
  }
    .associates-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 40px;
    }
    .card {
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      width: 280px;
      text-align: center;
      overflow: hidden;
    }
    .card img {
      width: 100%;
      height: auto;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }
    .card h3 {
      margin: 15px 0 5px;
      font-weight: 600;
    }
    .card p {
      margin: 0 10px 20px;
      font-size: 14px;
      color: #7a7a7a;
    }
    .view-btn {
      margin-top: 40px;
      background: #f7f3f1;
      padding: 12px 25px;
      font-size: 15px;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-weight: 600;
      box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
      margin-left: 670px;
    }
    .view-btn:hover {
      background-color: #ff6b00;
      color: white;
    }
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: white;
}
.about-section {
  position: relative;
  padding: 60px 40px;
  background: #fff;
  overflow: hidden;
}
.container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
.shapes {
  position: relative;
  width: 400px;
  height: 300px;
}
.circle-outline {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  border: 5px solid orange;
  border-radius: 50%;
  border-image: linear-gradient(to bottom, orange, darkred) 1;
}
.box-large {
  width: 200px;
  height: 200px;
  background: #ccc;
  border-radius: 10px;
  margin-top: 20px;
}
.box-small {
  width: 250px;
  height: 150px;
  background: #ccc;
  margin-top: 20px;
  border-bottom-left-radius: 120px;
}
.square-outline {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 4px solid;
  border-image: linear-gradient(to top, darkred, orange) 1;
  border-radius: 10px;
}
.about-content {
  max-width: 500px;
}
.about-content h2 {
  font-size: 36px;
  color: #b30000;
  text-shadow: 2px 2px 0px yellow;
  margin-bottom: 20px;
}
.about-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.about-content a {
  color: red;
  text-decoration: none;
  font-weight: bold;
}

.about-content hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.leaf-left,
.leaf-right {
  position: absolute;
  width: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.leaf-left {
  left: 0;
}
.leaf-right {
  right: 0;
}
.about-section {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 100px 20px;
  overflow: hidden;
  min-height: 500px;
}
.leaf-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.leaf {
  position: absolute;
  width: 250px;
  opacity: 0.9;
}
.leaf-top-left {
  top: 0;
  left: 0;
  transform: rotate(-10deg);
}
.leaf-top-right {
  top: 0;
  right: 0;
  transform: rotate(10deg);
}
.leaf-bottom-left {
  bottom: 0;
  left: 0;
  transform: rotate(10deg);
}
.leaf-bottom-right {
  bottom: 0;
  right: 0;
  transform: rotate(-10deg);
}

.about-content {
  position: relative;
  z-index: 1;
  color: #222;
}

.about-content h1 {
  color: #d03801;
  font-size: 48px;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 18px;
  color: #1a202c;
  line-height: 1.6;
}
.nav-logo {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 5px;
    border-radius: 50%;
    border: 3px solid gold;
}
@media (max-width: 768px) {
  .nav-logo {
    top: -35px;
    margin-left: 5px;
  }
}
.nav-logo img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.login-button {
    width: 100%;
    max-width: 300px;
    padding: 12px 20px;
    font-size: 18px;
    color: white;
    background: linear-gradient(135deg, #990000,  #e63900);
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 0px;
}

.login-button:hover {
    background: linear-gradient(135deg,  #990000,  #990000);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}
/* lagn css start */

  .lagn-section {
    padding: 40px;
    text-align: center;
    background-color: #A11616; 
    border-radius: 10px;
}

.lagn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; 
}

.lagn-container img {
    width: 150px;
    height: auto;
}

/* Text box section */
.lagn-text {
    flex: 1;
    min-width: 250px;
    background-color: #A11616; 
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.lagn-text h1 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff; 
}

.lagn-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff; 
}

/* Responsive styling */
@media (max-width: 768px) {
    .lagn-container {
        flex-direction: column;
        text-align: center;
    }

    .lagn-container img {
        width: 120px;
    }

    .lagn-text {
        padding: 15px;
    }
    .lagn-section{
      margin-bottom: -40px;
    }
}
/* lagn css end */

body {
      font-family: Arial, sans-serif;
      margin: 0; padding: 0;
     }

    /* CTA Button Style */
    .cta-button {
      display: inline-block;
      padding: 12px 20px;
      background-color: #ff8000;
      color: white;
      text-decoration: none;
      border-radius: 5px;
    }
    .cta-button:hover {
      background-color: #e65c00;
      color: white;
    }

    /* Modal background */
    .modal {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0; top: 0;
      width: 100%; height: 100%;
      background-color: rgba(0,0,0,0.5);
    }
    @media (max-width: 768px) {
     .modal {
      margin-top: 50px;
    }
  }
    /* Modal Content Box */
    .modal-content {
      background-color: #fff;
      margin: 10% auto;
      padding: 20px;
      width: 400px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.3);
      position: relative;

    }

    /* Close Button */
    .close {
      position: absolute;
      top: 10px; right: 15px;
      font-size: 24px;
      font-weight: bold;
      color: #555;
      cursor: pointer;
    }

    input[type="text"], input[type="email"], input[type="number"] {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 5px;
      border: 1px solid #ccc;
    }

    button[type="submit"] {
      padding: 10px 20px;
      background-color: #00b33c;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    button[type="submit"]:hover {
      background-color: #218838;
    }
    .our-aim-section {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .our-aim-left, .our-aim-right {
      flex: 1 1 100%;
      padding: 20px;
      border-radius: 8px;
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .our-aim-left h2, .our-aim-right h2 {
      font-size: 24px;
      margin-bottom: 15px;
      color: #333;
    }

    .our-aim-left p, .our-aim-right p {
      font-size: 16px;
      line-height: 1.6;
      color: #444;
      text-align: justify;
    }

    .our-aim-left hr {
      margin-top: 20px;
      border: none;
      border-top: 2px solid #ccc;
    }
    .image-box {
      height: 200px;
      width: 100%;
      max-width: 300px;
      background-color: #2196f3;
      border-radius: 10px;
      margin: 0 auto 20px auto;
    }
      .image-box{
    background: #808080; 
    width: 100%;
    max-width: 300px; 
    overflow: hidden;
    border-radius: 8px;
  }

  .image-box .image-fit{
    display: block;
    width: 100%;
    height: 200px;     
    object-fit: cover; 
    object-position: center;
  }

    .text-box {
      background-color: #fff59d;
      padding: 20px;
      border-radius: 10px;
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
    }

    @media (min-width: 768px) {
      .our-aim-left, .our-aim-right {
        flex: 1 1 48%;
      }

      .our-aim-section {
        justify-content: space-between;
      }

      .text-box {
        width: 90%;
      }
    }
    .featured-section {
    padding: 40px 20px;
    text-align: center;
}

.featured-section h1 {
    font-size: 32px;
    color: #5c3d00;
    margin: -30px 0 20px 0; 
    padding: 0; 
}
.profiles-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: auto;
    margin-bottom: -20px;
}
.profile-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 310px;
}

@media (max-width: 600px) {
  .profile-card {
    max-width: 90%; 
   margin-left: 19px;
  }
}
.profile-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    filter: blur(5px);
}
.profile-info {
    padding: 15px;
}
.profile-info p {
    font-size: 28px;
    margin: 0;  
    color: black;
}
.profile-info p {
    font-size: 14px;
    margin: 5px 0;
    color: #666;
}s

.profile-info .location {
    color: #d48806;
    font-weight: 500;
}

.profile-info .highlight {
    color: #cc0000;
    font-style: italic;
    margin: 8px 0;
}
.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.base-image {
  position: relative;
  display: inline-block;
  height: 290px; 
  width: auto;
}

.base-image img.main {
  height: 100%;
  width: 300px; 
  display: block;
}

.base-image img.shehnayi-img {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 150px;  
  height: 150px; 
}
.base-image img.dhapli {
  position: absolute;
  bottom: -57px; 
  right: -70px;
  width: 150px;  
  height: 150px;
}
@media (max-width: 600px) {
  .base-image {
    height: 180px;
  }
  .base-image img.main {
    width: 220px;
  }
  .base-image img.shehnayi-img {
    width: 110px;
    height: 110px;
    top: -50px;
    left: -50px;
  }
  .base-image img.dhapli {
    width: 110px;
    height: 110px;
    bottom: -45px;
    right: -30px;
  }
}
/*about us css start */
.outer-div {
    width: 100%;
    padding: 60px 20px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    background-image: url('../../images/bananaleaf.png');
}

/* Inner white box */
.inner-div {
    width: 90%;
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    background: white;
}

.content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    background: white;
}

.left, .right {
    flex: 1;
    min-width: 300px;
}

.left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.left img.square {
    width: 250%;
    max-width: 390px;
    height: 500px;
    border-radius: 10px;
    margin-left: -150px;
    border: 5px solid orange;
}

.left img.circle {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -240px;
    margin-left: 150px;
    border: 5px solid orange;
}

.right h2 {
    margin-bottom: 15px;
}

.right p {
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}

/* Mobile view */
@media (max-width: 768px) {
    .content {
        flex-direction: column;
        margin-left: -5px;
    }
    .left, .right {
        flex: 1 1 100%;
    }
    .left img.square {
    width: 270%;
    max-width: 270px;
    height: 270px;
    margin-left: -110px;
}

.left img.circle {
    width: 170%;
    max-width: 170px;
    height: 170px;
    margin-top: -150px;
    margin-left: 80px;
  }
  .inner-div {
    height: 1490px;
  }
  .right p {
   margin-right: 50px;
  }
  .right h2 {
    margin-right: 50px;
  }
}
/* about css end */

/* about page css start */
#about-page.outer-div {
    width: 100%;
    padding: 60px 20px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    background-image: url('../../images/bananaleaf.png');
    margin-top: 70px;
}

/* Inner white box */
#about-page.inner-div {
    width: 90%;
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    background: white;
}
#about-page.content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    background: white;
}

#about-page.left, #about-page.right {
    flex: 1;
    min-width: 300px;
}
#about-page.left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#about-page.left img.square {
    width: 250%;
    max-width: 390px;
    height: 500px;
    border-radius: 10px;
    margin-left: -150px;
    border: 5px solid orange;
}

#about-page.left img.circle {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -240px;
    margin-left: 150px;
    border: 5px solid orange;
}
#about-page.right h2 {
    margin-bottom: 15px;
}

#about-page.right p {
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}

/* Mobile view */
@media (max-width: 768px) {
    #about-page.content {
        flex-direction: column;
    }
    #about-page.outer-div {
    margin-top: 40px;
    }
    #about-page.inner-div {
    margin-bottom: 100px;
    }
    #about-page.left, #about-page.right {
        flex: 1 1 100%;
    }
    #about-page.left img.square {
    width: 270%;
    max-width: 270px;
    height: 270px;
    margin-left: -90px;
    }
    #about-page.left img.circle {
        width: 170%;
        max-width: 170px;
        height: 170px;
        margin-top: -150px;
    margin-left: 100px;
  }
  #about-page.inner-div {
    height: 1470px;
  }
  #about-page.right p {
   margin-right: 50px;
  }
  #about-page.right h2 {
    margin-right: 50px;
  }
}

/* about page css end */
 .coordinator-header {
    height: 50px;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 33px;
    margin: 0;
}

/* Container for cards */
.coordinator-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background: white;
    padding: 00px 0;
    margin-top: 20px;
}
.coordinator-card {
    width: 350px;
    background: white;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.coordinator-card img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: contain;
}

.coordinator-card .ribbon {
    background: #e67300;
    color: white;
    font-weight: bold;
    padding: 5px 0;
    margin-top: -5px;
    border-radius: 0 0 10px 10px;
}
.coordinator-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
}
@media (max-width: 600px) {
    .coordinator-card {
        width: 80%;
        margin-left: 0px;
    }
     .coordinator-header {
    margin-left: 0px;
}
}
.pulse-button:hover {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* Responsive text adjustments */
@media (max-width: 480px) {
  .swal2-html-container {
    font-size: 14px !important;
  }
  .swal2-title {
    font-size: 18px !important;
  }
}