/* Navbar */
nav{
    display: flex;
    justify-content: space-around;
}
nav h4{
  color: white;

  /* font-weight: bold; */
}
.main-logo{
  width: 440px;
  height: 50px;
}
.navbar{
background: linear-gradient(90deg,rgba(14, 10, 74, 0.97) 50%, rgba(34, 163, 199, 0.99) 100%);
color: #f8f9fa;
border-bottom: 3px solid #ffff;
}
.nav-item a{
    color: #ffff;
    
  padding: 10px 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.nav-data{
  /* border: 3px solid yellow; */
  position: relative;
  left: 300px;
  
}

.nav-item a:hover{
   background-color: white;
  color: black;
}



 .bg-image-section {
      background-image: url('home\ bg\ image.jpg'); /* Replace with your image URL */
      background-size: cover;
      background-position: center;
      height: 100vh;
      position: relative;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .bg-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
    }

    .bg-content {
      position: relative;
      z-index: 1;
      padding: 2rem;
    }
    .hero{
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 3px solid black; */
    text-align: center;
    height: 80vh;
  
    /* margin-top: 10px; */
    /* margin-bottom: 200px; */

}
.bg-data{
  /* border: 3px solid yellow; */
  width: 60%;
}
.cta-btn {
 display: inline-block;
  padding: 10px 20px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.cta-btn:hover {
  background-color: white;
  color: black;
}
.hero .btn{
    background: linear-gradient(90deg,rgba(34, 163, 199, 0.99) 6%, rgba(26, 50, 59, 1) 41%, rgba(19, 11, 97, 0.97) 94%);
    border: none;
    color: #ffff;
    padding: 1rem;
}
.hero .btn{
    /* background: linear-gradient(90deg,rgba(34, 163, 199, 0.99) 6%, rgba(26, 50, 59, 1) 41%, rgba(19, 11, 97, 0.97) 94%); */
    border: none;
    color: #ffff;
    padding: 1rem;
}
.why-us-section {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f8f9fa;
  margin-top: 0%;
  padding: 40px 20px;
}

/* Improved Card Styles */
.custom-card {
  background: linear-gradient(90deg,rgba(14, 10, 74, 0.97) 50%, rgba(34, 163, 199, 0.99) 100%); /* dark brown to gold-yellow */
  padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  background: linear-gradient(90deg,rgba(34, 163, 199, 0.99) 6%, rgba(26, 50, 59, 1) 41%, rgba(19, 11, 97, 0.97) 94%);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Paragraph Animation */
.animate-slide {
  animation: slideUp 1s ease-in-out;
}
@keyframes slideUp {
  from { transform: translateY(40px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.testimonials-rectangle-section {
  background: #fffcf8;
  padding: 60px 20px;
}

.testimonial-box {
 background: linear-gradient(90deg,rgba(14, 10, 74, 0.97) 50%, rgba(34, 163, 199, 0.99) 100%);
  border-radius: 16px;
  padding: 25px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  color: #fff;
}

.testimonial-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  
}

.testimonial-img {
  flex: 0 0 80px;
  margin-right: 25px;
}

.testimonial-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
}

.testimonial-text {
  flex: 1;
}

.testimonial-text p {
  font-size: 1.05rem;
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial-text h6 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  opacity: 0.9;
}
.cta-section {
 /* background: linear-gradient(90deg,rgba(34, 163, 199, 0.99) 6%, rgba(26, 50, 59, 1) 41%, rgba(19, 11, 97, 0.97) 94%); */
  /* padding: 80px 20px; */
  /* color: #2f0900; */
  /* border-radius: 20px; */
  /* margin: 60px auto; */
  height: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.cta-heading {
  font-size: 2.2rem;
  font-weight: 700;
}

.cta-text {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.btn-custom {
  background: linear-gradient(90deg,rgba(14, 10, 74, 0.97) 50%, rgba(34, 163, 199, 0.99) 100%);
  color: #fff;
  padding: 12px 28px;
  font-size: 1.1rem;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.btn-custom:hover {
  color: #f8f9fa;
  background: linear-gradient(90deg,rgba(34, 163, 199, 0.99) 6%, rgba(26, 50, 59, 1) 41%, rgba(19, 11, 97, 0.97) 94%);
}

/* newsletter */
.newsletter-section {
  background: linear-gradient(90deg, rgba(34, 163, 199, 0.99) 6%, rgba(26, 50, 59, 1) 41%, rgba(19, 11, 97, 0.97) 94%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-form input[type="email"] {
  border-radius: 0.3rem;
  border: none;
  padding: 0.75rem 1rem;
}

.newsletter-form button {
  border-radius: 0.3rem;
  padding: 0.75rem 1.5rem;
}


.footer-section {
  background: linear-gradient(90deg,rgba(14, 10, 74, 0.97) 50%, rgba(34, 163, 199, 0.99) 100%);
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  border-radius: 0 0 20px 20px;
}

.footer-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-text {
  line-height: 1.7;
  /* color: #5d4037; */
}

.footer-links,
.footer-contact {
    color: #ffff;
  list-style: none;
  padding-left: 0;
}

.footer-links li,
.footer-contact li {
     color: #ffff;
  margin-bottom: 12px;
}

.footer-links a {
     color: #ffff;
  text-decoration: none;
  /* color: #4e342e; */
  transition: color 0.2s ease;
}

.footer-links a:hover {
  /* color: #3a0e0e; */
  text-decoration: underline;
}

.footer-line {
  border-top: 1px solid rgba(78, 52, 46, 0.2);
  margin-top: 20px;
}

.small-text {
  font-size: 0.9rem;
  /* color: #9a9391; */
  margin-top: 5px;
}

/* ABOUT us page */
.about-section {
 background: linear-gradient(90deg,rgba(34, 163, 199, 0.99) 6%, rgba(26, 50, 59, 1) 41%, rgba(19, 11, 97, 0.97) 94%);

  padding: 80px 20px;
  color: #ffffff;
  border-radius: 20px;
  /* margin-top: 60px; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.about-img {
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.about-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-text {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #ffffff;
}
.about-us-section {
  background: #fdfdfd;
  color: #222;
}

.vision-mission-section {
  background-color: #fff8f8;
}

.vision-card, .mission-card {
  background: linear-gradient(90deg, rgba(34, 163, 199, 0.99) 6%, rgba(26, 50, 59, 1) 41%, rgba(19, 11, 97, 0.97) 94%);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.vision-card:hover, .mission-card:hover {
  transform: translateY(-5px);
}

.vision-mission-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

.vision-card h4, .mission-card h4 {
  font-size: 1.5rem;
  font-weight: 500;
}

.core-values-section {
  background-color: #0e0e0e;
}

.value-card {
  background: linear-gradient(90deg, rgba(34, 163, 199, 0.99) 6%, rgba(26, 50, 59, 1) 41%, rgba(19, 11, 97, 0.97) 94%);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-6px);
}

.our-approach {
  background-color: #000000;
}





/* services page */

.service-box {
  background-color: #ffffff;
  border-left: 6px solid #22a3c7;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(to right, rgba(34,163,199,0.15), rgba(19,11,97,0.15));
  z-index: 0;
  transition: all 0.5s ease;
}

.service-box:hover::before {
  left: 0;
}

.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.service-header {
  font-size: 1.3rem;
  font-weight: 700;
  color: #132b50;
  margin-bottom: 12px;
  border-bottom: 2px solid #22a3c7;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}

.service-content {
  font-size: 0.96rem;
  color: #333;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}



.text-brown {
  color: #000000;
}
.why-choose-text {
  background: linear-gradient(90deg, rgba(14, 10, 74, 0.05), rgba(34, 163, 199, 0.08));
  color: #000000;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}

.why-choose-text h2 {
  color: #2c2c2c;
  font-size: 2.2rem;
}

.why-choose-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a4a4a;
}
.blog-card {
  background: linear-gradient(90deg, rgba(14, 10, 74, 0.97) 50%, rgba(34, 163, 199, 0.99) 100%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  padding: 25px;
}

.blog-card:hover {
  transform: translateY(-6px);
}

.blog-card .card-img-top {
  height: 200px;
  object-fit: cover;
}
.card-body{
    margin: 10px;
}
.trust-strip {
  background: linear-gradient(90deg, rgba(14, 10, 74, 0.95), rgba(34, 163, 199, 0.95));
}

/* contact page */
.contact-section {
  background: #f9f9f9;
  color: #000;
}

.contact-form {
  background: linear-gradient(90deg, rgba(14, 10, 74, 0.95), rgba(34, 163, 199, 0.95));
  color: white;
  backdrop-filter: blur(8px);
}

.contact-form input,
.contact-form textarea {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  border: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid #fff;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.info-wrapper {
  background-image: url('home\ bg\ image.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.info-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* dark overlay */
  z-index: 1;
  border-radius: 16px;
}

.info-content {
  position: relative;
  z-index: 2;
}

.map-container iframe {
  width: 100%;
  border: none;
  border-radius: 10px;
}

/* .contact-section-body{
  background:white;
} */
 .cta-button{
  color: white;
}
