 /* Header Styles */
 .navbar-custom {
    background-color: white;
    padding: 10px 0;
    box-shadow: 0 4px 2px -2px gray;
  }
  li.parsley-required {
    color: red;
}
     /* Modal CSS */
.modal {
    position: fixed;
    left: 0;
    top: 97px;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    overflow: auto;
    /*background-color: rgba(0, 0, 0, 0.8);*/
}
.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
    z-index: 1;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button.mx-auto.d-block.submit-btn {
    background-color: #324982;
    border: 2px solid #324982;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    padding: 5px 12px 5px 12px;
}
.modal.modal-show {
    animation: fadeIn 0.1s ease-in-out forwards;
}

.modal.modal-hide {
    animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}

.modal-content1 {
    position: relative;
    background-color: #fff;
    margin: 2rem;
    padding: 2rem;
    border-radius: 0.25rem;
    width: 35%;
    max-height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border: 1px solid white;
}

.modal.modal-show .modal-content1 {
    animation: fadeInDown 0.3s ease-in-out forwards;
}

.modal.modal-hide .modal-content1 {
    animation: fadeOutUp 0.2s ease-in-out forwards;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 0 0.75rem;
    color: #324982;
    cursor: pointer;
    background: white;
}

.custom-caption {
    position: absolute;
    top: 30%;
    /*left: 0;*/
    /*transform: translateY(3%);*/
    text-align: left;
    padding-left: 172px;
    padding: 20px;
    color: rgb(255 255 255);
    /*background-color: #606365ba;*/
    border-radius: 5px;
    z-index: 1;
}
button.btn-banner {
    background-color: #324982;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    border:2px solid #324982;
}
.carousel.scss:200
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 3.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.custom-caption h2 {
  font-size: 40px; /* Adjust size as needed */
  font-weight: 700;
}

h2{
font-size: 42px;
font-family: 'Playfair Display';
font-weight: 700;
}
.carousel-control-next, .carousel-control-prev{
        position: absolute;
    top: -87px;
}
h4 {
  font-size: 18px !important;
  font-family: 'Playfair Display';
font-weight: 600;
}
.client-section img{
  border:1px solid grey;
  border-radius: 10px;
  width: 70%;
  padding: 10px;

}
p{
  font-size: 16px;
  font-family: Open sans-serif;
  font-weight: 500;

}
.navbar-nav .nav-link{
  font-size: 16px !important;
  font-family: Open sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, .55);
}
.contact-img {
    width: 40px;
    height: 40px;
}
.contact-us p{
color:#7a998c;
font-family: 'Open Sans' !important;
font-size:16px;
}
.contact-us p a{
color:#7a998c;
font-family: 'Open Sans' !important;
font-size:16px;
text-decoration:none;
}
.contact-us h3{
color:#324982;

}
.form-btn {
    width: 128px;
    height: 33px;
    font-size: 12px;
    border: 1px solid black;
    /*background-color: #0a6430;*/
    border-radius: 30px;
    position: absolute;
    bottom: -5%;
    left: 35%;
    font-weight: 700;
}
.contact-forms {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.border-1 {
    border-width: 1px !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
  .navbar-nav {
    flex-direction: row; /* Aligns items horizontally */
    justify-content: center; /* Centers items */
    width: 100%; /* Takes full width */
  }
  .navbar-nav .nav-link {
    font-size: 1rem;
    margin-right: 20px;
  }
  .navbar-nav .nav-link{
  font-size: 20px !important;
  font-family: Open sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: rgba(0, 0, 0, .55);
}
  .navbar-nav .nav-link:hover {
    color: #324982;
  }
  i.bi.bi-geo-alt-fill{
    color: #324982;
    font-size: 20px;
    position: relative;
  top: 3px;
  }
  i.bi.bi-telephone-fill{
    color: #324982; 
    font-size: 20px;
    position: relative;
  top: 3px;
  }
  i.bi.bi-envelope-fill{
    color: #324982; 
    font-size: 20px;
    position: relative;
  top: 3px;
  }
  .contact-info {
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
  }
  .contact-info i {
   
    font-size: 18px;
    color: #fff;
    background-color: #324982;
    padding: 4px 0px 0px 8px;
    width: 30px;
  height: 30px;
  font-family: Open sans-serif;
  font-weight: 700;
  line-height: 24px;
  border-radius: 50%;
  }

  /* Banner Section Styles */
  .carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #fff;
}

  /* Footer Styles */
  .footer {
    background-color: #f8f9fa;
    padding: 40px 0;
  }
  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 27%;
  }
  .footer-logo img {
    margin-right: 10px;
  }
  .footer-section {
    margin-bottom: 20px;
  }
  .footer-section h5 {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  .footer-section ul li {
    margin-bottom: 10px;
  }
  .footer-section ul li a {
    color: #000;
    text-decoration: none;
  }
  .footer-section ul li a:hover {
    text-decoration: underline;
  }
  
  .footer .social a {
    margin-right: 15px;
    font-size: 1.5rem;
    color: #000;
  }
  .footer .social a:hover {
    color: #007bff;
  }
  .footer-bottom {
    padding: 10px 0;
   
    text-align: center;
    font-size: 14px;
  }
  .thankyou-text {
  padding: 10% 0;
  font-size: 50px !important;
  font-style: italic;
  color: #324982;
}

  /* Contact Info on the right */
  
  @media (max-width: 992px) {
    .contact-info {
      display: none;
    }
  }

  /* Custom styles for the team section */
  .team-section {
    padding: 50px 0;
    background-color: #e8e8e8;
  }
  .team-section h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
  }
  .card img {
    object-fit: cover;
    height: 300px;
    width: 100%;
  }
  .card-body {
    text-align: center;
  }
  .card-title {
    font-weight: bold;
  }
  .card-text {
    color: #6c757d;
  }

  /* contact */
  .active-btn, .ne-btn:hover, .ne-btn:active, .btn-outline-secondary:hover, .btn-outline-secondary:active {
    background-color: #324982 !important;
    color: #fff !important;
    border:2px solid #324982;
}
li.mail-li {
    padding-left: 24px;
}
.service-banner {
            width: 100%;
            padding: 0;
            margin: 0;
        }
        .service-banner img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        /* Hero Section */
        
       
        /* Services Section */
        .services-section {
            padding: 60px 20px;
            background-color: #f8f9fa;
        }
        .services-section h2 {
            text-align: center;
            margin-bottom: 40px;
        }
        .services {
            text-align: center;
            margin-bottom: 20px;
        }
        .service-icon img {
            max-width: 80px;
        }
        .service-title {
            font-weight: bold;
            margin-top: 10px;
        }

        /* New Section Below Services */
        .new-section {
            padding: 60px 20px;
            background-color: #fff;
        }
        .new-section h2 {
            text-align: center;
            margin-bottom: 40px;
        }
        .new-services {
            text-align: center;
            margin-bottom: 20px;
        }
        .new-service-icon img {
            max-width: 80px;
        }
        .new-service-title {
            font-weight: bold;
            margin-top: 10px;
        }
@media screen and (min-width:1500px) and (max-width:1980px) {
        .spl-one{
            grid-template-columns: 20% 25% 25% 15%;
    gap: 72px;
        }
    }

    @media screen and (min-width:1400px) and (max-width:1500px) {
       
    .spl-one{
        grid-template-columns: 20% 25% 25% 15%;
    gap: 65px;
        }
    }

    @media screen and (min-width:1200px) and (max-width:1400px) {
        .spl-one{
            grid-template-columns: 25% 25% 26% 17%;
    gap: 40px;
        }
    }

    @media screen and (min-width:768px) and (max-width: 1200px) {
    .spl-one {
        grid-template-columns: 22% 23% 23% 19%;
        gap: 43px;
    }
}


@media (max-width: 768px) {
    .cf-box {
        padding-bottom: 60px !important;
    }
    form#abt-form {
    margin-top: 15px;
}
    li.mail-li {
    padding-left: 93px;
}
.modal-content1 {
    position: relative;
    background-color: #fff;
    margin: 2rem;
    padding: 2rem;
    border-radius: 0.25rem;
    width: 100%;
    max-height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border: 1px solid white;
}
.modal {
    position: fixed;
    left: 0;
    top: 129px;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    overflow: auto;
    /* background-color: rgba(0, 0, 0, 0.8); */
}
   form .card{
        padding-top: 20px !important;
    }
    .custom-caption h2 {
    font-size: 26px;
    font-weight: 700;
}
.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    margin-top: 21px;
}

.ne-banner {
    background-image: url(./assets/img/);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
}

    .my-container {
        margin: 0px 0px !important;
    }

}
@media (max-width: 767px) {
   /* Mobile styles */
   body {
      width: 100%;
      overflow-x: hidden; /* Ensures no horizontal scroll */
   }
}@media (max-width: 320px) {.thankyou-text {
    padding: 35% 0;
    font-size: 15px !important;
  }

}