 :root {
     --background-color: #ffffff;
     --default-color: #444444;
     --heading-color: #282828;
     --accent-color: #10b848;
     --surface-color: #ffffff;
     --contrast-color: #ffffff;
 }



 .slider-nav {
     position: absolute;
     top: 50%;
     width: 100%;
     display: flex;
     justify-content: space-between;
     z-index: 2;
 }

 .prev-btn,
 .next-btn {
     background-color: #c7c7c771;
     color: white;
     border: none;
     padding: 10px 20px;
     font-size: 24px;
     cursor: pointer;
     border-radius: 50%;
     transition: background-color 0.3s;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .prev-btn i,
 .next-btn i {
     font-size: 30px;
 }

 .prev-btn:hover,
 .next-btn:hover {
     background-color: #cccccc;
 }

 .prev-btn {
     position: absolute;
     left: -90px;
 }

 .next-btn {
     position: absolute;
     right: -90px;
 }

 @media (max-width: 768px) {
     .slider-nav {
         flex-direction: column;
         justify-content: center;
     }

     .prev-btn,
     .next-btn {
         margin: 10px 0;
     }

     #video-banner {
         height: 300px;
     }

     .slider-item h2 {
         font-size: 1.5rem;
     }

     .slider-item p {
         font-size: 1rem;
     }
 }

 .service-card-link {
     text-decoration: none;
 }

 .specialties-container a {
     text-decoration: none;
     color: black;
 }

 #video-banner {
     position: relative;
     width: 100%;
     height: 100vh;
     overflow: hidden;
 }

 #background-video {
     width: 100%;
     height: 90%;
     object-fit: cover;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
 }

 .video-content {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     color: #fff;
     text-align: center;
     z-index: 1;
 }

 .slider {
     width: 100%;
     max-width: 900px;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
 }

 .slider-item {
     display: none;
 }

 .slider-item h2 {
     font-size: 2rem;
     font-weight: 700;
 }

 .slider-item p {
     font-size: 1.2rem;
 }

 @keyframes fadeIn {
     0% {
         opacity: 0;
     }

     20% {
         opacity: 1;
     }

     33% {
         opacity: 1;
     }

     53% {
         opacity: 0;
     }

     100% {
         opacity: 0;
     }
 }



 @media (max-width: 768px) {
     .slider-item h2 {
         font-size: 1.5rem;
     }

     .slider-item p {
         font-size: 1rem;
     }

     #video-banner {
         height: 300px;
     }
 }

 @media (min-width: 1024px) {
     .slider-item h2 {
         font-size: 3.2rem;
     }
 }

 .contact-head {
     color: black;
     font-size: 2rem;
     text-align: center;
 }

 .contact-para {
     text-align: center;
     font-size: 22px;

 }

 .testimonial-heading {
     text-align: center;
     color: black;
     margin-bottom: 20px;
 }


 /* contact us  */
 .contact .info-item+.info-item {
     margin-top: 40px;
 }

 .contact .info-item i {
     color: var(--accent-color);
     background: color-mix(in srgb, var(--accent-color), transparent 92%);
     font-size: 20px;
     width: 44px;
     height: 44px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50px;
     transition: all 0.3s ease-in-out;
     margin-right: 15px;
 }

 .contact .info-item h3 {
     padding: 0;
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 5px;
 }

 .contact .info-item p {
     padding: 0;
     margin-bottom: 0;
     font-size: 14px;
 }

 .contact .info-item:hover i {
     background: var(--accent-color);
     color: var(--contrast-color);
 }

 .contact .php-email-form {
     height: 100%;
 }

 .contact .php-email-form input[type=text],
 .contact .php-email-form input[type=email],
 .contact .php-email-form textarea {
     font-size: 14px;
     padding: 10px 15px;
     box-shadow: none;
     border-radius: 0;
     color: var(--default-color);
     background-color: var(--surface-color);
     border-color: color-mix(in srgb, var(--default-color), transparent 80%);
 }

 .contact .php-email-form input[type=text]:focus,
 .contact .php-email-form input[type=email]:focus,
 .contact .php-email-form textarea:focus {
     border-color: var(--accent-color);
 }

 .contact .php-email-form input[type=text]::placeholder,
 .contact .php-email-form input[type=email]::placeholder,
 .contact .php-email-form textarea::placeholder {
     color: color-mix(in srgb, var(--default-color), transparent 70%);
 }

 .contact .php-email-form button[type=submit] {
     color: var(--contrast-color);
     background: var(--accent-color);
     border: 0;
     padding: 10px 30px;
     transition: 0.4s;
     border-radius: 50px;
 }

 .contact .php-email-form button[type=submit]:hover {
     background: color-mix(in srgb, var(--accent-color), transparent 25%);
 }

 .bi-geo-alt {
     background-color: #003466 !important;
     color: white !important;
 }

 .bi-telephone {
     color: white !important;
     background-color: #003466 !important;
 }

 .bi-envelope {

     color: white !important;
     background-color: #003466 !important;
 }

 /* .form-control{
          background-color: #919191;
        } */
 #contact {
     position: relative;
     padding: 60px 0;
 }

 /* Make the form text visible */
 .container {
     position: relative;
     z-index: 2;
 }



 /* Customize the button */
 .btn-primary {
     font-weight: 600;
     background-color: #fff;
     /* border-color: #111111; */
     color: rgb(11, 145, 18);
     border: none;
 }

 .btn-primary:hover {
     background-color: #003466;
     color: #fff;
 }

 @media (max-width: 767px) {
     .span {
         padding: 0 30px;
     }
 }

 .containe {
     width: 100%;
     margin: 50px 80px;
 }

 .footer .containe {
     background: transparent;

     color: #fff;
 }

 .footer .containe .row h5 {


     /* color: #fff; */
     color: #f3b3b3;
 }

 .footer .containe .row .link {

     color: #fff;
 }

 .img-fluid {
     width: 100;
     height: auto;
 }

 @media (max-width: 767px) {
     .footer-text {
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
     }
 }

 .card-img-top,
 .carousel-item video {
     width: 100%;
     object-fit: cover;
 }

 .card,
 .card-img-top {
     transition: transform .3s ease-in-out;
 }

 .heading h2,
 h1 {
     color: #003466;
     opacity: 0;
     transform: translateY(50px);
     animation: 2s forwards riseUp;
 }

 footer {
     overflow-x: hidden;
 }

 .carousel-item img,
 .carousel-item video {
     object-fit: cover;
     height: 100%;
 }

 /* .navbar-brand img {
    max-height:100px
}
.dropdown-menu {
    max-height:300px;
    overflow-y:auto
} */
 .card,
 .footer {
     overflow: hidden;
 }

 .Custom-p p {
     font-size: 15px;
     color: #fff;
     margin-left: 0;
     padding: 0;
 }

 .Custom-p h5,
 .Custom-p p i,
 .row h5 {
     color: #f3b3b3;
 }

 .Email i {
     font-size: 10px;
 }

 .Custom-p a {
     color: #fff;
 }

 .footer a {
     color: #fff;
 }

 .custom-icons {
     width: 250px;
 }

 .specialties-list {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     padding-left: 0;
 }

 .specialties-list li {
     flex: 1 0 45%;
     white-space: nowrap;
     margin-bottom: 10px;
     margin-left: 0;
 }

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

 @media (max-width:768px) {
     .specialties-list li {
         flex: 1 0 100%;
     }
 }

 .row-edit {
     justify-content: space-between;
     display: flex;
     width: 500px;
 }

 .Email a {
     font-size: 14px;
 }

 .billing-2 {
     margin-top: 15px;
 }

 /* carousel */
 @media (max-width:768px) {
     .carousel-item video {
         height: 300px
     }
 }

 @media (max-width:1024px) {
     .carousel-item video {
         height: 350px
     }
 }

 .card-img-top {
     height: 250px
 }

 .card:hover .card-img-top {
     transform: scale(1.1)
 }

 .card-body {
     padding: 1rem
 }


 .card {
     margin-bottom: 20px;
     border-radius: 8px
 }

 .card:hover {
     transform: translateY(-10px)
 }

 @media (max-width:576px) {
     .card-img-top {
         height: 200px
     }

     .card {
         width: 100%
     }

     .container {
         padding: 0 15px
     }

     .heading-1 h1 {
         font-size: 1.5rem;
         color: #003466;
         text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
         font-weight: 700
     }
 }

 .heading h1,
 h1 {
     font-size: 2.5rem;
     font-weight: 700
 }

 @media (min-width:577px) and (max-width:768px) {
     .card-img-top {
         height: 225px
     }

     .card {
         width: 100%
     }

     .container {
         padding: 0 20px
     }
 }

 @media (min-width:769px) and (max-width:1024px) {
     .card-img-top {
         height: 250px
     }

     .card {
         width: 100%
     }

     .container {
         padding: 0 30px
     }
 }

 @media (min-width:1025px) {
     .carousel-item video {
         height: 450px
     }

     .card {
         width: 22rem
     }

     .card-img-top {
         height: 300px
     }
 }

 .btn-primary {
     padding: 10px 20px;
     font-size: 16px
 }

 .container.py-5 {
     padding-top: 5rem;
     padding-bottom: 5rem
 }

 .heading h1 {
     text-align: center;
     margin-bottom: 2rem
 }

 .Accuracy {
     margin-bottom: 1.5rem
 }

 .Accuracy img {
     max-width: 100%
 }

 .slide-left-img {
     animation: 1s ease-out slideInLeft
 }

 .slide-right-text {
     animation: 1s ease-out slideInRight
 }

 @keyframes slideInLeft {
     from {
         transform: translateX(-100%);
         opacity: 0
     }

     to {
         transform: translateX(0);
         opacity: 1
     }
 }

 @keyframes slideInRight {
     from {
         transform: translateX(100%);
         opacity: 0
     }

     to {
         transform: translateX(0);
         opacity: 1
     }
 }

 .heading {
     text-align: center;
     margin-top: 50px;
     margin-bottom: 30px
 }

 .heading h2 {
     font-size: 2rem;
     font-weight: 700;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, .3)
 }

 @keyframes riseUp {
     0% {
         opacity: 0;
         transform: translateY(50px)
     }

     100% {
         opacity: 1;
         transform: translateY(0)
     }
 }

 /* Make sure the carousel takes the full width */
 #imageCarousel {
     position: relative;
     width: 100%;
     height: auto;
 }

 /* Make sure video fits properly in large screens */
 #imageCarousel video {
     width: 100%;
     height: auto;
 }

 /* Style for the carousel image on smaller screens */
 #imageCarousel .carousel-item img {
     width: 100%;
     height: auto;
 }

 /* Positioning the text on top of the video */
 .carousel-caption {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
     color: white;

     padding: 20px;
     width: 80%;
     /* Ensure the text area doesn't stretch too wide */
     border-radius: 10px;
 }

 /* Larger font for headers */
 .carousel-caption h1 {
     font-size: 3rem;
     font-weight: bold;
 }

 /* Medium font for paragraphs */
 .carousel-caption p {
     font-size: 1.25rem;
 }

 .header {
     color: #fff;
 }

 /* For responsiveness on smaller screens */
 @media (max-width: 768px) {
     .carousel-caption h1 {
         font-size: 2rem;
     }

     .carousel-caption p {
         font-size: 1rem;
     }
 }

 /* .navbar-nav .nav-item .nav-link {
    font-size:20px;
    font-weight:700
} */
 .dropdown-item:hover,
 .nav-item.dropdown:hover>a,
 .nav-link.active,
 .nav-link:hover {
     color: #37e437 !important
 }

 .navbar {
     box-shadow: 0 5px 5px rgba(5, 5, 5, .1)
 }

 .navbar-brand img {
     width: auto;
     max-width: 100%;
     height: auto;
 }

 @media (max-width:767px) {
     .navbar-brand img {
         max-width: 200px;
     }

     .navbar-collapse {
         text-align: center
     }
 }

 @media (min-width:768px) and (max-width:1024px) {
     .navbar-brand img {
         max-width: 250px
     }
 }

 @media (min-width:1200px) {
     .navbar-brand img {
         max-width: 270px;
     }
 }

 .nav-link {
     font-size: 23px;
     font-weight: 700;
     color: #003466 !important
 }

 @media (min-width:992px) {
     .navbar {
         /* padding:0 25px; */
         padding: 0 75px;

     }

     .navbar-brand img {
         margin-left: 20px;
     }

     .nav-link {
         margin-right: 25px;
     }
 }

 @media (max-width:575.98px) {
     .navbar-brand img {
         width: 100%;
         max-width: 240px;
     }
 }

 .dropdown-menu {
     border: none;
     border-radius: 0;
     box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
     max-height: 400px;
     overflow-y: auto;
     overflow-x: hidden
 }

 .dropdown-item {
     font-size: 23px;
     font-weight: 600;
     color: #003466;
     padding: 10px 20px;
     transition: transform .2s ease-in-out, box-shadow .3s ease-in-out
 }

 .dropdown-item:hover {
     transform: scale(1.05);
     box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
     background-color: transparent !important
 }

 .dropdown-submenu {
     position: relative
 }

 .dropdown-submenu .dropdown-menu {
     top: 0;
     left: 100%;
     margin-top: -5px
 }

 .dropdown-toggle::after {
     content: none
 }

 .desktop-video,
 .nav-item.dropdown:hover>.dropdown-menu {
     display: block
 }

 @media only screen and (max-width:768px) {
     .desktop-video {
         display: none
     }

     .mobile-image {
         display: block;
         width: 100%
     }
 }

 .arrow {
     font-size: 1.2rem;
     transition: transform .3s
 }

 .btn-custom:hover {
     color: #37e437;
     transform: scale(1.1);
     cursor: pointer
 }

 .btn-custom:hover .arrow {
     transform: translateX(5px)
 }

 .heading-1 {
     margin-top: 30px
 }

 .scroll-reveal-left {
     opacity: 0;
     transform: translateX(-50px);
     transition: all 0.6s ease;
 }

 .scroll-reveal-right {
     opacity: 0;
     transform: translateX(50px);
     transition: all 0.6s ease;
 }

 .scroll-reveal.reveal-left {
     opacity: 1;
     transform: translateX(0);
 }

 .scroll-reveal.reveal-right {
     opacity: 1;
     transform: translateX(0);
 }


 .services-container {
     padding: 60px 0;
     color: #000;
 }

 .service-card {
     background-color: #fff;
     padding: 30px 20px;
     border-radius: 12px;
     text-align: center;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
     transition: transform 0.3s ease;
     height: 100%;
 }

 .service-card:hover {
     transform: translateY(-5px);
 }

 .icon-circle {
     width: 60px;
     height: 60px;
     margin: 0 auto 20px;
     border-radius: 50%;
     background-color: #003466;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-size: 24px;
 }

 .service-card h5 {
     color: #03396c;
     margin-bottom: 10px;
     font-size: 18px;
     font-weight: 600;
 }

 .service-card p {
     color: #555;
     font-size: 0.95rem;
 }

 .cta-section {
     position: relative;
     height: 300px;
     background-color: #003466;
     background-size: cover;
     background-attachment: fixed;
     background-position: center center;
 }

 .cta-container {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     color: white;
     text-align: center;
 }

 .cta-text h3 {
     font-size: 2rem;
     margin-bottom: 20px;
     color: #003466;
 }

 .cta-text p {
     text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
     font-size: 1.1rem;
     margin-bottom: 30px;
 }

 .specialties-container {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
     gap: 30px;
     margin-top: 50px;
 }

 .specialty-item {
     background-color: #f9f9f9;
     border-radius: 8px;
     padding: 30px 20px;
     text-align: center;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease;
 }

 .specialty-item:hover {
     transform: scale(1.05);
     /* Slight zoom on hover */
 }

 .specialty-item i {
     font-size: 50px;
     color: #003466;
     margin-bottom: 20px;
 }

 .specialty-item h5 {
     font-size: 1.2rem;
     color: #003466;
     font-weight: bold;
 }

 .scroll-reveal {
     opacity: 0;
     transform: translateY(50px);
     transition: all 0.2s ease;
 }

 .scroll-reveal.reveal {
     opacity: 1;
     transform: translateY(0);
 }

 .blog-section {
     padding: 50px 0;
 }

 .blog-item {

     background: white;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
     border-radius: 8px;
     padding: 20px;
     text-align: center;
     transition: transform 0.3s ease;
 }

 .blog-item:hover {
     transform: scale(1.05);
 }

 .blog-item img {
     width: 80%;
     height: auto;
     border-radius: 8px;
 }

 .carousel-control-prev-icon {
     background-color: #cccccc;
     border-radius: 50%;
     /* margin: 40px; */
     padding: 20px;
 }

 .carousel-control-next-icon {
     background-color: #cccccc;
     border-radius: 50%;
     padding: 20px;

 }

 .blog-head {
     margin-top: 15px;
     font-size: 18px;
 }

 .btn {
     color: #37e437;
     padding: 5px 10px;
     text-decoration: none;
     border-radius: 5px;
     border: none;
 }

 .btn-light {
     border: 2px solid #cac8ca;
 }

 .btn.btn-light {
     color: #003466;
     padding: 10px 20px;
     border-radius: 5px;
     text-decoration: none;
 }

 .slider {
     position: relative;
     display: flex;
     overflow: hidden;
     width: 100%;
 }

 .slider-item {
     min-width: 100%;
     transition: transform 0.5s ease-in-out;
     display: none;
 }

 .slider-item:first-child {
     display: block;
     /* Show the first slide by default */
 }

 .testimonial-slider {
     display: flex;
     justify-content: center;
     /* Center the cards */
     align-items: center;
     perspective: 1200px;
     /* For 3D effect */
     margin: 50px 0;
     flex-wrap: wrap;
 }

 .testimonial {
     width: 18%;
     /* Decreased width for smaller cards */
     margin: 10px;
     /* Reduced margin between cards */
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .testimonial-card {
     width: 100%;
     height: 400px;
     /* Increased height */
     background: #fff;
     border-radius: 15px;
     box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
     padding: 20px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     color: #333;
     text-align: center;
     position: relative;
     transition: transform 1s ease-in-out;
 }

 .testimonial-card h3 {
     margin-bottom: 15px;
     /* Reduced margin for better spacing */
     font-size: 1.5rem;
     font-weight: bold;
 }

 .testimonial-card p {
     font-size: 1rem;
     line-height: 1.5;
     padding: 0 10px;
     max-height: 80px;
     /* Limit the height of the paragraph */
     overflow: hidden;
     transition: max-height 0.3s ease;
 }

 /* New Class for the Face (Avatar) */
 .testimonial-avatar {
     position: absolute;
     top: -60px;
     left: 50%;
     transform: translateX(-50%);
     width: 80px;
     height: 80px;
     background-color: #fff;
     border-radius: 50%;
     border: 3px solid #003466;
     overflow: hidden;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 }

 .testimonial-avatar img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .testimonial-slider:hover .testimonial-card {
     transform: rotateY(15deg);
 }

 .read-more-btn {
     background: #003466;
     color: white;
     border: none;
     padding: 10px 20px;
     border-radius: 25px;
     cursor: pointer;
     margin-top: 10px;
     display: none;
 }

 .testimonial-card.expanded p {
     max-height: none;
     /* Allow the paragraph to expand */
 }

 .testimonial-card.expanded .read-more-btn {
     display: block;
     /* Show the button when the card is expanded */
 }

 /* Mobile Responsiveness */
 @media (max-width: 768px) {
     .testimonial-slider {
         flex-direction: column;
         margin: 30px 0;
     }

     .testimonial {
         width: 90%;
         /* Full width on mobile */
         margin: 10px auto;
     }

     .testimonial-avatar {
         top: -20px;
         width: 50px;
         height: 50px;
     }

     .testimonial-card {
         margin: 10px 0;
     }

     .testimonial-card h3 {
         font-size: 1.2rem;
     }

     .testimonial-card p {
         font-size: 0.9rem;
     }
 }