@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&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&display=swap');

body {
  margin: 0;
  position: relative;
  /* min-height: 100vh; */
  background-color: #fff;
  /* or any default */
  font-family: "Josefin Sans", sans-serif !important;

}

.welcome-section {
  background-image: url('images/bgimg1.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  z-index: 2;
  padding: 2rem;
  color: #fff;
  font-family: "Josefin Sans", sans-serif !important;
}


.welcome-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: -1;
}

.custom-navbar {
  z-index: 10;
  flex-wrap: wrap;
  /* background: rgba(255, 255, 255, 0.1); */
  border-radius: 20px;
  margin-top: 10px;
}

.nav-side {
  flex: 1 1 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 5px;
  border-radius: 60px;
  text-align: center;
}

.nav-logo {
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.logo-img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.nav-item {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  font-size: 1rem;
}

.nav-item:hover {
  color: #5FB63F;
}


.display-4 {
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
}

.lead {
  color: #ddd;
  max-width: 800px;
  font-size: 1.1rem;
}

/* Media Queries */
@media (min-width: 768px) {
  .nav-side {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .nav-logo {
    width: 120px;
    height: 120px;
  }

  .display-4 {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .logo-img {
    width: 60%;
    height: 60%;
  }



  .nav-logo {
    width: 70px;
    height: 70px;
  }

  .display-4 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1rem;
  }
  
}


.section-title {
  font-size: 3rem;
  font-weight: bold;
  color: #7dd35f;
  position: relative;
  /* font-family: "poppins", sans-serif; */

}

.section-title::after {
  content: '';
  width: 80px;
  height: 5px;
  background: #7dd35f;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

.final-identity-img {

  max-width: 90%;
  width: 500px;
  height: auto;

}

.text-content {
  font-size: 1.3rem;
  /* line-height: 1.8; */
  color: #5c5c5c;
  padding: 1rem;
  text-align: justify;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .text-content {
    text-align: center;
  }
  
}

@media (max-width: 576px) {
  .welcome-section {
    background-image: url('images/bgimg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 900px; /* Increase this value as needed */
  }

  body .custom-navbar {
    display: none !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

:root {
  /* --mon: "Montserrat", sans-serif; */
  --blue: #fefdff;
  --darkblue: #0a0a36;
}

.sec-title {
  /* margin-bottom: 50px; */
  /* padding-bottom: 15px; */
  position: relative;
}

.sec-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #000;
}

.sec-title h2 {
  font-size: 60px;
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--blue);
}

.sec-title p {
  font-size: 18px;
  line-height: 28px;
}

.testimonial-area {

  position: relative;
  z-index: 2;
  /* padding: 50px 0; */
}

.testimonial-area .owl-carousel {
  overflow: hidden;
  padding: 0 20px;
  margin: 0px -40px;
  padding-right: 40px;
}

.testimonial-area .owl-stage-outer {
  padding: 30px 50px;
  margin-left: -34px;
  width: calc(100% + 100px);
}

.single-testimonial {
  border: 3px solid #5FB63F;
  text-align: center;
  border-radius: 45px;
  position: relative;
  z-index: 2;
  color: #5FB63F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px 20px;
  height: 100%;
  min-height: 400px; /* ✅ Set equal height */
}

.testimonial-content .owl-stage {
  display: flex;
}

.testimonial-content .owl-item {
  display: flex;
  height: auto;
}



.single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background: url('https://tse2.mm.bing.net/th/id/OIP.FOceWmdCVD4cZMLPCAqdewHaHq?rs=1&pid=ImgDetMain') no-repeat var(--blue);
  background-size: 60%;
  width: 126px;
  height: 100px;
  transform: rotate(180deg);
  background-position: 34px 15px;
}

.single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  /* background: url('https://tse2.mm.bing.net/th/id/OIP.FOceWmdCVD4cZMLPCAqdewHaHq?rs=1&pid=ImgDetMain') no-repeat var(--blue); */
  background-size: 60%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
}

.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  /* background: #fff; */
  border-radius: 30px;
}

.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  /* background: #fff; */
  border-radius: 30px;
}

.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  /* background: #fff; */
  border-radius: 30px;
  z-index: 1;
}

.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  /* background: #fff; */
  border-radius: 30px;
  z-index: 1;
}

.client-video {
  padding-right: 15px;
}

.client-info {
  position: relative;
  z-index: 3;
}

.client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-bottom: 50px;
}

.client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-top:20px;
  /* color: #fff; */
}

.client-info span {
  display: inline-block;
  /* color: #fff; */
  font-size: 12px;
}

.sec-title.white-title h2 {
  color: #fff;
}

.owl-dots button {
  /* background: #fff !important; */
  color: #000;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}

.owl-dots {
  text-align: center;
  margin-top: 50px;
}

.owl-dots button.active {
  width: 30px;
}

.testimonial-content .owl-stage {
  display: flex;
}

.testimonial-content .owl-item {
  display: flex;
  height: 100%;
}

.single-testimonial p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  flex-grow: 1;
  padding:  10px;
  margin-bottom: 20px;
  text-align: justify;
  margin-top:50px;
}

/* Responsive adjustments for testimonial section */
@media (max-width: 992px) {
  

  .single-testimonial p {
    padding: 30px 15px 20px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .single-testimonial {
    min-height: 220px;
    border-radius: 25px;
  }

  .single-testimonial p {
    padding: 20px 10px 10px;
    font-size: 13px;
  }

  .client-info {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .testimonial-area {
    padding: 20px 5px;
  }

  .single-testimonial {
    min-height: 180px;
    border-radius: 15px;
  }

  .single-testimonial p {
    padding: 10px 5px 5px;
    font-size: 12px;
  }

  .client-info {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .client-video img {
    width: 36px;
    height: 36px;
  }

  .client-details h6 {
    font-size: 15px;
  }

  .client-details span {
    font-size: 11px;
  }
}

/* Process Section Styles */
.process-section {
  padding: 70px 30px;
  background: linear-gradient(135deg, #d4ffc63e, #f2f2f2);
  text-align: center;
}

.section-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #2c3e50;
  /* margin-bottom: 10px; */
}

.section-subtitle {
  font-size: 1.2rem;
  color: #7f8c8d;
  /* margin-bottom: 40px; */
}

.process-image-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
}

.process-image {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.process-image:hover {
  transform: scale(1.03);
}

a {
  color: #fff;
  text-decoration: none;
}



.news-section {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.news-card {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;

  /* ✅ Equal height fix */
  height: 100%;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  /* ✅ Optional: Narrower width */
  width: 330px;
  margin: auto;
}

.news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
  border-color: #0e0bc1;
}

.news-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}

.news-content {
  margin-top: 20px;
  flex-grow: 1; /* Ensures content fills space */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1029cc;
  position: relative;
  display: inline-block;
}

.news-title::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  background: #078f07;
  left: 0;
  bottom: -4px;
  transition: width 0.3s ease;
}

.news-title:hover::after {
  width: 100%;
}

.news-desc {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin-top: auto;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .news-card {
    width: 90%;
  }

  .news-content {
    margin-top: 15px;
    text-align: center;
  }
}

