* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Inter', sans-serif; */
  font-family: "Poppins", sans-serif;

}

body {
  padding-top: 80px;
  /* adjust this based on your nav height */
}

html {
  scroll-behavior: smooth;
}

/* body{
  font-family: "Poppins", sans-serif;} */
nav {
  background: #2F0E3F;
  /* padding: 0rem 5%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: fixed; */
  width: 100%;
  height: 82px;
  z-index: 1000;
  font-family: "Poppins", sans-serif;
}

/* Styles for the container */
.image-container {
  position: relative;
  display: inline-block;
}

/* Background image styling */
.background-image {
  width: 100%;
  height: auto;
  position: relative;
  top: -1px;
}

/* Overlay image styling */
.overlay-image {
  position: absolute;
  top: 50%;
  left: 46%;
  width: 66%;
  /* Adjust the size of the overlay */
  height: auto;
  /* filter: invert(1); */
  transform: translate(-50%, -50%);
  /* Center the image */
}


.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  margin: 2px 0;
  transition: 0.3s;
}

.nav-links {
  display: flex;
  gap: 2rem;
  width: 50%;

}

.nav-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 20px;
  font-weight: 600
}

.nav-links a:hover {
  color: #9B4F96;
}

.social-icons {
  display: flex;
  gap: 2rem;
  margin-right: 5%;
}

.social-icon {
  width: 24px;
  height: 24px;
  background: white;
  mask-size: cover;
  -webkit-mask-size: cover;
  transition: opacity 0.3s;
}

.social-icon:hover {
  opacity: 0.8;
}

.social-medias {
  height: 100%;
}

.facebook {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z'/%3E%3C/svg%3E");
}

.linkedin {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z'/%3E%3C/svg%3E");
}

.instagram {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
}


/* .hero {
    height: 100vh;
    background: linear-gradient(rgba(45, 27, 62, 0.8), rgba(45, 27, 62, 0.8)),
                url('./assets/background1.jpeg') center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease-out;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero h2 {
    font-size: 2.5rem;
    animation: fadeInUp 1.2s ease-out;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
} */

.hero-container {
  position: relative;
  width: 100%;
  height: 83vh;
  overflow: hidden;
}

.background-image-hero {
  height: 100vh;
  background: linear-gradient(rgba(47, 14, 63, 0.55), rgba(47, 14, 63, 0.55)),
    url('./assets/background1.jpeg') center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;

}

.overlay-top-right {
  position: absolute;
  top: -14px;
  right: 0;
  width: 200px;
  height: 200px;
  background-image: url('./Rectangle\ 4.png');
  background-size: cover;
}

.overlay-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 297px;
  height: 100%;
  background-image: url('./Rectangle\ 3.png');
  background-size: cover;
}

.content-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
}

.content-hero h1 {
  font-size: 40px;
  margin: 0;
  padding: 10px;
  line-height: 70px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.trusted-section {
  padding: 90px 0;
}

.trusted-text {
  flex: 1;
  text-align: left;

}

.trusted-text h2 {
  font-size: 32px;
  line-height: 50px;
  color: #2D1B3E;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.trusted-text h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #9B4F96;
}

/* Container to hold logos and create the scrolling effect */
.client-logos {
  display: flex;
  flex-direction: row;
  /* Align items in a row */
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  /* Hide logos that move out of view */
  /* width: 50%; */
  /* Full width */
  position: relative;
  /* To position items inside the container */
}

/* Wrapper for logos (we’ll animate this) */
.client-logos-wrapper {
  display: flex;
  animation: slideLeft 15s linear infinite;
  /* Apply horizontal sliding animation */
}

/* Individual client logo styling */
.client-logo {
  width: 16%;
  height: 13%;
  margin-right: 3rem;
  /* Space between logos */
}

.client-logo1 {
  width: 10%;
  /* height: 13%; */
  margin-right: 3rem;
  /* Space between logos */
}

/* Keyframes for the horizontal slide effect */
@keyframes slideLeft {
  0% {
    transform: translateX(0);
    /* Start from the left */
  }

  100% {
    transform: translateX(-100%);
    /* Move logos to the left, out of view */
  }
}


.pattern-overlay {
  position: absolute;
  margin-top: -5%;
  right: 0;
  width: 250px;
  height: 156px;
  background-image: url('./assets/Frame\ 27\ \(1\).png');
  /* Replace with your dot pattern image */
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section {
  background: #2F0E3F;
  padding: 50px 0;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}

.section-title {
  color: white;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 4px;
  font-family: "Poppins", sans-serif;
}

.shape-bg {
  position: absolute;
  width: 50%;
  height: 500px;
  top: -5%;
  left: 54%;
  border-radius: 1rem;
  z-index: -1;
}

.slick-track {
  /* height: 520px; */
}

/* 
.slick-slide {
  height: 120% !important
} */


.testimonials {
  display: flex;
  gap: 100px;
  /* max-width: 1200px;
  margin: 0 auto; */
  /* padding: 20px; */
}

.testimonial-card {
  flex: 1;
  background: white;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  margin: 40px 20px;
  height: 400px !important
}

.purple-bg {
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: 0;
  background: rgba(147, 112, 219, 0.3);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  border-radius: 15px;
  z-index: -1;
}

.profile-image {
  width: 23%;
  height: 34%;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 30px;
  border: 4px solid #9333ea;
  z-index: 2;
  object-fit: cover;
}

.content {
  margin-top: 10px;
  height: 230px;
}

.author-info {
  margin-bottom: 20px;
  margin-left: 20px;
}

.author-name {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 10%;
}

.author-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 4px;
  height: 40px
}

.quote {
  color: #000;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  text-align: justify;
  font-size: 14px;
}


.quotes {
  position: absolute;
  right: 4%;
  top: -40%;
}



.founder-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  justify-content: center;
  padding: 90px 50px;
  /* background-color: #f8f8f8; */
  overflow: hidden;
}

.card-container {
  position: relative;
  /* width: 600px; */
  padding: 20px 0;
}

.purple-background {
  position: absolute;
  left: -75%;
  top: 0;
  width: 85%;
  height: 100%;
  background-color: #8241AA;
  border-radius: 20px;
  z-index: 1;
}

.content-wrapper {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.founder-image {
  width: 500px;
  height: 450px;
  border-radius: 8px;
  object-fit: cover;
  margin-left: -20px;
}

.founder-content {
  flex: 1;
  text-align: justify;
  max-width: 45%;
  margin-top: -100px;
  animation: slideIn 1s ease-out;
}

h2.name {
  text-align: center;
  line-height: 1.5;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px
}

p.credentials {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.content-wrapper .title {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  margin-left: -20px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.about-heading {
  position: relative;
  padding: 20px 0;

}

.about-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  display: inline-block;
}




.founder-content p {
  font-size: 20px;
  color: #000;
  line-height: 40px;
}

.we-container {
  display: flex;
  gap: 50px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding: 50px;
  /* background-color: #f8f8f8; */
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.image-group {
  position: relative;
  width: 600px;
  height: 500px;
}

.main-image {
  position: absolute;
  top: 60px;
  left: 0;
  width: 386px;
  height: 289px;
  object-fit: cover;
  border-radius: 10px;
  z-index: 1;
}

.secondary-image {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 292px;
  height: 187px;
  object-fit: cover;
  border-radius: 10px;
  z-index: 1;
}

.dot-pattern {
  position: absolute;
  width: 252px;
  height: 156px;
  background-image: url('Frame\ 10.svg');
  /* Replace with your dot pattern image */
  background-size: cover;
  background-repeat: no-repeat;
  left: 11%;
  bottom: 39px;
  z-index: 0;
}


.we-content {
  flex: 1;
  text-align: justify;
  animation: slideIn 1s ease-out;
}

.what-heading {
  position: relative;
  padding: 20px 0;

}

.what-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  letter-spacing: 3px;
}

.we-content p {
  font-size: 20px;
  color: #000;
  line-height: 36px;
}

/* .backgroundimage{
    position: absolute;
    background-image: url('./assets/Rectangle\ 10.png');
   width: 40%;
    height: 72%;
    top: 33%;
    left: 70%;
    border-radius: 1rem;
    transform: skew(-3deg);
    z-index: -1;
} */

.clipped-div {
  width: 512px;
  height: 108vh;
  background: linear-gradient(to left, #260039 30%, #B25ED9 100%);
  clip-path: polygon(0 0, 52% 0, 100% 100%, 43% 100%);
  position: absolute;
  left: 54%;
  margin-top: -5%;
  z-index: -1;
}

.services-container {
  background: url(./assets/group.png) center / cover;
  margin: 90px auto;
  padding: 50px;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: row-reverse;
  height: 100vh;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #260039;
  border-radius: 26px;
  border: 2px solid #E4B9F8;
  /* border-image: linear-gradient(to right, green, lightgreen); */
  border-image-slice: 2;
  position: relative;
  left: -10%;
  margin-top: 0;
  /* margin-bottom: -12%; */
  opacity: 0.8;
  height: 100vh;
  width: 47vw;


}

.service-item {
  display: flex;
  flex-direction: column;
  /* align-items: center;
  text-align: center; */
  padding: 5px 3rem;
}

.service-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
  /* filter: invert(1); */
}

.service-title {
  color: white;
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 500;

}

.services-header {
  text-align: right;
  color: #fff;
  margin-top: 9rem;
  padding-right: 5rem;
}

.services-header h2 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
  /* margin-right: -5rem; */
}

.services-header p {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 3px;
  color: #fff;
}

.resources-container {
  margin-bottom: 50px;
}

.our-work-container {
  margin: 160px 0 0px;
}

.work-header {
  margin-bottom: 3rem;
}

/* .work-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.work-header h2::after {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 4px;
    background-color: #4a1e6d;
} */

.work-description {
  font-size: 1.2rem;
  line-height: 2;
  color: #333;
  letter-spacing: 2px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.work-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transform: translateY(50px);
  /* Start from below */
  transition: opacity 0.6s ease, transform 0.6s ease;

}

.work-item.visible {
  opacity: 1;
  transform: translateY(0);
  /* Move to position */
}

.work-image {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.work-item h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 1.5rem 10px 0.5rem;
  color: #000;
}

.work-item p {
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.9;
  height: 150px;
  padding: 0 12px;
  color: #000;
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 15px;

}

.resource-cit {
  height: 150px;
  padding: 0 12px;
  color: #000;
  margin-top: 15px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
}



.resources-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.resources-header h2 {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.resources-header h2::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 4px;
  background-color: #4a1e6d;
}

.read-more {
  color: #4a1e6d;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.read-more::after {
  content: "≫";
}

.resources-description {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  line-height: 2;
  color: #333;
  letter-spacing: 2px;
}


.resources-grid {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; */
}

.resource-item {
  position: relative;
  /* height: 300px; */
  /* overflow: hidden; */
  border-radius: 10px;
  cursor: pointer;
  /* opacity: 0; */
  /* Start hidden */
  transform: translateY(50px);
  /* Start from below */
  transition: opacity 0.6s ease, transform 0.6s ease;

}


.resource-item p {
  height: 150px;
  padding: 0 12px;
  color: #000;
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 15px;
}


.resource-item h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 1.5rem 10px 0.5rem;
  color: #000;
}

.work-item h3 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  word-spacing: 7px;
}

h6.shortDes {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.resource-item.visible {
  opacity: 1 !important;
  transform: translateY(0);
  /* Move to position */
}

.resource-image {
  width: 100%;
}

.resource-content {
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white; */
}

.resource-content h3 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.resource-content p {
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.9;
}

:root {
  --primary-purple: #2d1441;
  --light-purple: #f7f2fa;
}

.contact-container {
  background-color: var(--light-purple);
  /* padding: 50px; */
}

.contact-form {
  padding: 11%;
  max-width: 78%;
}

.contact-title {
  margin-bottom: 1rem;
}

.contact-title h2 {
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.contact-title h2 span {
  /* color: #4a1e6d; */
}

.contact-subtitle {
  color: #000;
  margin-bottom: 2rem;

  font-weight: 500;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
}

.form-select {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
}

.submit-btn {
  width: 100%;
  padding: 1rem;
  background-color: var(--primary-purple);
  color: white;
  border: solid 1px var(--primary-purple);
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background-color: transparent;
  color: var(--primary-purple);

}

.contact-info {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 2rem;
  margin-top: 3rem;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.info-item p {
  font-size: 13px;
  font-weight: 600;
  color: #3E1253;

}

.contact-form .form-control,
.contact-form .form-select {
  padding: 10px 20px !important;
  background-color: transparent !important;
}

.info-item a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #3E1253;
}

.map-container {
  padding: 2rem;
  position: relative;
  top: 0;
  right: 76%;
  width: 500px;
  height: 95%;
}

.map-placeholder {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-color: #eee;
  border-radius: 8px;
}

/* Footer Styles */
footer {
  background-color: var(--primary-purple);
  color: white;
  padding: 2rem;
}



.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}



.search-box {
  display: flex;
}

.search-input {
  padding: 0.5rem 1rem;
  border: 1px solid white;
  border-radius: 0;
  background-color: transparent;
  color: white;
  width: 300px;
  font-size: 13px;
}

.search-btn {
  padding: 0.5rem 1.5rem;
  background-color: #3E1253;
  color: #fff;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-size: 13px;
}

.search-btn:hover {
  background-color: #9B4F96
}

.social-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0 30px;
  border-top: 0.8px solid rgb(255, 255, 255);
}

.footer-nav {
  display: flex;
  gap: 30px;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

.footer-navs {
  display: flex;
  gap: 20px;
}

.social-icon-footer img {
  width: 30px;
  height: 30px;
  /* background-color: white; */
  border-radius: 3px;
}


.footer-bottom {
  text-align: center;
  padding-top: 2rem;

}







@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .clipped-div {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .social-medias {
    display: none;
  }

  .social-icons {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 70%;
    background: #2D1B3E;
    flex-direction: column;
    padding: 20px 20px;
    transition: 0.3s;
  }

  .nav-links.active {
    right: 0;
    z-index: 9;
    height: auto;
  }

  .articles-list {
    display: block !important;
  }

  a.article-link {
    display: block !important;
  }

  .article-card img {
    margin-bottom: 10px;
  }

  .titledfvdfb {
    width: 100% !important;
    font-size: 30px !important
  }

  .featured-article img {
    width: 100%;
    height: 100%;
  }

  .article-card {
    width: 100% !important
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .content-hero h1 {
    font-size: 1.8rem;
    padding: 0;
  }

  .overlay-top-right {
    width: 150px;
    height: 150px;
  }

  .overlay-left {
    display: none;
  }

  .trusted-section {
    padding: 20px 0;
  }

  .author-info {
    margin: 20px 0px 0 0px
  }


  .trusted-text h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .client-logos {
    justify-content: center;
    margin-top: 20px;
  }

  .pattern-overlay {
    width: 125px;
    height: 78px;
  }

  .testimonials {
    flex-direction: column;
  }

  .testimonial-card {
    padding: 10px;
    height: 100% !important;
  }

  .section-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  .founder-container {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .founder-image {
    margin: 0 0 20px 0;
  }

  .we-container {

    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .we-content {
    flex: 1;
    text-align: justify;
    max-width: 100%;
    animation: slideIn 1s ease-out;
  }

  .image-group {
    width: 100%;
    height: 400px;
  }

  .main-image {
    width: 80%;
    height: auto;
  }

  .work-image {
    width: 100%;
    /* height: 250px; */
    /* object-fit: cover; */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .secondary-image {
    width: 50%;
    height: auto;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    padding: 1rem;
  }

  .services-container {
    display: flex;
    flex-direction: column;
  }

  .founder-content {
    flex: 1;

    max-width: 100%;

  }

  .services-header {
    text-align: center;
  }

  .services-header h2 {
    font-size: 2rem;
  }

  .our-work-container {
    padding: 1rem 0 5rem;
  }

  .work-header h2 {
    font-size: 2rem;
  }

  .work-description {
    font-size: 1.1rem;
  }

  .work-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .work-item {
    text-align: center;
  }

  .resources-container {
    /* max-width: 1200px; */
    /* margin: 50px auto; */
    padding: 3rem 0;
    font-family: "Poppins", sans-serif;
  }

  .resources-grid {
    grid-template-columns: 1fr;
  }

  .resources-header {
    /* flex-direction: column;
    align-items: flex-start; */
    gap: 1rem;
  }

  .resources-header h2 {
    font-size: 2rem;
  }

  .featured-article .article-meta {
    bottom: -75px;
  }

  .resource-item {
    height: 100%;
  }

  .mailid {
    word-break: break-all;
  }

  .resource-content h3 {
    font-size: 1.3rem;
  }

  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-info {
    display: flex;
    align-items: flex-start;
  }

  .contact-form {
    padding: 1rem;
  }

  .footer-top {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .search-box {
    flex-direction: column;
    width: 100%;
  }

  .search-input {
    width: 100%;
  }

  .footer-nav {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .social-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
  }

  .we-content p {
    line-height: 1.5;
  }

  .our-work-container {
    margin: 0;
  }

  .contact-container .p-5 {
    padding: 0 !important;
  }

  .map-container {
    right: 0
  }
}

/* Base styles (already in your CSS) */

/* Media Query for Tablets */
@media screen and (max-width: 992px) {
  .work-image {
    width: 100%;
    /* height: 250px; */
    /* object-fit: cover; */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .we-container {

    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .contact-container {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .contact-form {
    max-width: 100%;
    padding: 1.5rem;
  }

  .map-container {
    padding: 1.5rem 1.5rem 2rem;
  }

  .map-placeholder {
    min-height: 300px;
  }

  .testimonial-section {
    padding: 40px 30px;
    min-height: auto;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }

  .testimonials {
    flex-direction: column;
    gap: 60px;
  }

  .testimonial-card {
    margin-top: 50px;
    padding: 25px;
  }

  .shape-bg {
    width: 35%;
    height: 70%;
    /* top: 40%;
        left: 75%; */
  }

  .content {
    margin-top: 10px;
    height: 100%;
  }

  .services-container {
    flex-direction: column;
    height: auto;
    padding: 40px 30px;
    margin: 60px auto;
  }

  .clipped-div {
    width: 100%;
    height: 50vh;
    left: 0;
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    position: absolute;
    top: 0;
  }

  .services-header {
    text-align: center;
    margin-top: 5rem;
    padding-right: 0;
    position: relative;
    z-index: 1;
  }

  .services-header h2 {
    font-size: 2rem;
  }

  .services-header p {
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 auto;
  }

  .services-header p br {
    display: none;
  }

  .services-grid {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 3rem;
    left: 0;
    grid-template-columns: 1fr 1fr;
  }

  .service-item {
    padding: 1.5rem 1rem;
  }

}

/* Media Query for Mobile Devices */
@media screen and (max-width: 576px) {
  .work-image {
    width: 100%;
    /* height: 250px; */
    /* object-fit: cover; */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .we-content {
    flex: 1;
    text-align: justify;
    max-width: 100%;
    animation: slideIn 1s ease-out;
  }

  .testimonial-section {
    padding: 30px 20px;
  }

  .section-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  .testimonial-card {
    padding: 20px;
    margin-top: 50px;
  }

  .profile-image {
    width: 70px;
    height: 70px;
    top: -35px;
    left: 20px;
    border-width: 3px;
  }

  .content {
    margin-top: 10px;
    height: 100vh;
  }

  .author-name {
    font-size: 1.1rem;
  }

  .author-title {
    font-size: 0.8rem;
  }

  .quote {
    font-size: 0.9rem;
    padding-left: 0px;
    line-height: 1.5;
  }

  .quote::before {
    font-size: 3rem;
    left: 85%;
    top: -60px;
  }

  .shape-bg {
    width: 52%;
    height: 100%;
    top: -3%;
    right: 1%;
  }

  .services-container {
    padding: 30px 20px;
    margin: 40px auto;
  }

  .clipped-div {
    height: 40vh;
  }

  .services-header {
    margin-top: 3rem;
  }

  .services-header h2 {
    font-size: 1.8rem;
  }

  .services-header p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }

  .service-item {
    padding: 1rem;
  }

  .service-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0.7rem;
  }

  .service-title {
    font-size: 0.9rem;
  }

  .contact-container {
    padding: 20px;
  }

  .contact-form {
    padding: 1rem;
    /* width: 70%; */
  }

  .contact-title h2 {
    font-size: 2rem;
  }

  .contact-info {
    flex-direction: column;
    gap: 1rem;
  }

  .info-item {
    width: 100%;
  }

  .mailid {
    word-break: break-all;
  }

  .map-container {
    padding: 1rem;
    max-width: 100%;
  }

  .founder-content {
    flex: 1;

    max-width: 100%;

  }

  .map-placeholder {
    min-height: 250px;
  }

  .form-group {
    margin-bottom: 1rem;
  }

  .form-control,
  .form-select {
    padding: 0.7rem;
  }

  .submit-btn {
    padding: 0.8rem;
  }

  .social-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
  }

  /* Fix for contact info alignment on all screen sizes */
  .contact-info {
    display: flex;
    align-items: flex-start;
  }

  .contact-info span {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .info-item {
    margin-left: 0 !important;
  }

  .founder-content p {
    line-height: 1.5;
  }
}


/* Additional style for very small mobile screens */
@media screen and (max-width: 375px) {
  .services-container {
    padding: 20px 15px;
  }

  .services-header h2 {
    font-size: 1.5rem;
  }

  .services-header p {
    font-size: 0.8rem;
  }

  .service-icon {
    width: 35px;
    height: 35px;
  }

  .service-title {
    font-size: 0.8rem;
  }

  .quote::before {
    left: 80%;
    top: -55px;
    font-size: 2.5rem;
  }

  .shape-bg {
    display: none;
    /* Hide the shape on very small screens */
  }
}

.footer-content {
  padding: 15px 0;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.slick-list {
  padding: 0 0 75px 0 !important;
}

.work-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-item:hover {
  transform: translateY(-5px);
}

.resource-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resource-item:hover {
  transform: translateY(-5px);
}

.article-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
  transform: translateY(-5px);
}

.social-icon-footer img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-icon-footer:hover img {
  transform: scale(1.2);
  filter: brightness(1.2);
  /* slightly brighten the icon */
}

.header,
.social-medias {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.header:hover,
.social-medias:hover {
  transform: scale(1.2);
  filter: brightness(1.2);
}

.toast-message {
  visibility: hidden;
  min-width: 200px;
  background-color: #28a745;
  color: white;
  text-align: center;
  padding: 10px;
  position: fixed;
  z-index: 1;
  right: 30px;
  top: 100px;
  border-radius: 8px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s;
}

.toast-message.show {
  visibility: visible;
  opacity: 1;
}

.containers {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.containers:hover {
  transform: translateY(-5px);
}

.social-media a {
  text-decoration: none;
}