@import url('https://fonts.googleapis.com/css2?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,html{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Navbar styling */
.navbar {
  background-color: #f8f8f8;
  margin-bottom: 20px;
}

/* Hero section styling */
.hero-section {
    height: 650px;
    width: 90%;
    margin: auto;
}

.image-container {
    background: linear-gradient(rgba(0, 0, 90, 0.7), rgba(0, 0, 90, 0.7)), url('images/home-image.svg');
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    width: 100%;
    border-radius: 30px;
}

.content {
    max-width: 600px;
    margin-top: 50px;
}

.hero-section h4,
.hero-section h1,
.hero-section p {
    margin: 0;
}

.hero-section h4 {
    font-size: 1rem;
    font-weight: lighter;
}

.hero-section h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero-section p {
    font-size: .875rem;
    font-weight: 300;
}

@media (max-width: 768px) {
    .hero-section {
        height: 301px;
        width: 90%;
        padding: 0 10px;
    }

    .hero-section h4 {
        font-size: 0.775rem;
    }

    .hero-section h1 {
        font-size: 1.5rem;
    }

    .hero-section p {
        font-size: 0.475rem;
    }
}


h2{
    font-size: 1rem;
    margin-top: 50px;
}
h3.text1{
    letter-spacing: 10px;
    margin-top: 30px;
}
h2.text-center
{
    font-size: 35px;
    margin-top: 50px;
    opacity: .2;
    font-weight: bolder;
    margin-top: 80px;
}

img.my-4 {
    width: 100px;
    height: auto;
    margin-top: 50px;
}


.card {
    border: none;
    height: 180px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    margin-bottom: 30px;
    margin-top: 70px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.card:hover {
    transform: translateY(10px);
}

.card-title {
    font-size: 2.5rem;
    color: #4a4a4a;
}

.card-text {
    font-size: 1rem;
    color: #6c757d;
}
h6.plans
{
    color: white;
    background-color: #4CAF50;
    text-transform: capitalize;
    font-size: 1rem;
    border-radius: 30px;
    margin-top: -25px;
    margin-left: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 70%;
    padding: 5px;
}

.container.text-center a
{
    margin: 0;
}

h4.why {
    color: #28a745;
}

.list-unstyled i {
    font-size: 1.2rem;
    color: #6c757d;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.text-primary {
    color: #007bff !important;
}
h3.highlight
{
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}
    .testimonial-card {
      border: 2px solid #ddd;
      background-color: #f8f9fa;
      margin: 15px;
      padding: 20px;
      border-radius: 10px;
      position: relative;
      text-align: left;
    }
    .testimonial-img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #ddd;
      float: left;
      margin-right: 15px;

    }
    /*.person1{
        background-image: url(./images/testimonialimg.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }*/
    .quote-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 3rem;
      opacity: 0.2;
    }
    .testimonial-text {
      font-size: 1rem;
      color: #6c757d;
      clear: both;
      padding-top: 10px;
    }
    .testimonial-author {
      font-weight: bold;
      margin-top: 15px;
    }
    .testimonial-location {
      color: #6c757d;
      font-size: 0.9rem;
    }
    .testimonial-rating {
      color: #ffcc00;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(100%);
    }
    .carousel-control-prev {
        left: -85px; /* Moves the previous button further to the left */
    }

    .carousel-control-next {
        right: -85px; /* Moves the next button further to the right */
    }
    @media (max-width: 992px) {
      .carousel-inner .carousel-item > div {
        display: none;
        width: 200%;
        align-items: center;
        justify-content: center;
        display: flex;
        color: black;
      }
      .carousel-inner .carousel-item > div:nth-child(1) {
        display: block;
        width: 200%;
        align-items: center;
        justify-content: center;
        display: flex;
      }
  }
      @media (max-width: 768px) {
      .carousel-inner .carousel-item > div {
        display: none;
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
      }
      .carousel-inner .carousel-item > div:nth-child(1) {
        display: block;
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
      }
}


/* Custom styles for the form */
.form-control, .form-select, textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus, .form-select:focus, textarea:focus {
    border-bottom: 2px solid #6c757d;
    box-shadow: none;
}

.custom-button {
    background-color: #6c3483;
    border-color: #6c3483;
    border-radius: 20px;
    padding: 10px 20px;
}

.custom-button:hover {
    background-color: #5a2d6e;
    border-color: #5a2d6e;
}
/*footer starts*/

.footer {
  background: #fff;
}

.footer h5 {
  color: #6f42c1; 
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer address {
  font-style: normal;
}

.footer .bi-arrow-right {
  font-size: 1rem;
  color: #6f42c1; 
}

.footer p {
  margin: 0;
}

.footer .container {
  max-width: 1200px;
}


@media (max-width: 768px) {
  .footer .col-md-3,
  .footer .col-md-2 {
   margin-bottom: 1.5rem;
   text-align: left;
  }
}