.navbar-light .navbar-nav .nav-link {
    color: white;
}

body {
    overflow-x: hidden;
}

.carousel-item video {
    height: 60vh; /* Adjust this value as needed */
    object-fit: cover; /* Ensures video fills space without distortion */
}

.nav-link:focus,
.nav-link:hover {
    color: #dc3545;
}

.nav-link {
    color: white;
}

body {
    overflow-x: hidden;
}

.navbar-light .navbar-nav .nav-link.active {
    color: rgb(255 255 255);
    font-weight: 800;
}

/*.text-justify {
  align-items: justify;
}*/

.whychooseus {
    background: url('ychooseusbg.png') no-repeat;
    background-position: center;
}

.whychooseus-pics {
    width: 2rem;
}

.whychooseus-card {
    border-bottom: 3px solid #DF0002;
}

.brand-logo {
    border: 2px dashed #ddd;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

    .brand-logo:hover {
        transform: scale(1.05);
        border-color: #dc3545;
    }

/* .highlighted {
      border-color: #dc3545;
    } */

.section-title {
    font-weight: bold;
    font-size: 2rem;
}

    .section-title span {
        color: #dc3545;
    }


.testimonial-section {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

.bulb-img {
    max-width: 100%;
    height: auto;
}

.testimonial-box {
    border: 2px solid #ddd;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    height: 100%;
    position: relative;
}

    .testimonial-box:nth-child(2) {
        border-color: #222;
    }

    .testimonial-box p {
        font-style: italic;
        color: #666;
    }

    .testimonial-box strong {
        display: block;
        margin-top: 10px;
        color: #000;
    }

.client-title {
    font-weight: bold;
    font-size: 2rem;
}

    .client-title span {
        color: #dc3545;
    }

.decor-line {
    border-left: 3px solid #000;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

@media (max-width: 767px) {
    .testimonial-section {
        padding: 40px 20px;
    }

    .client-title {
        font-size: 1.5rem;
    }
}

footer {
    background-color: #0b083d;
    color: #ddd;
    padding: 40px 20px 20px;
    font-size: 0.95rem;
}

    footer .info-line {
        border-top: 2px solid #dc3545;
        margin-top: 20px;
        margin-bottom: 15px;
    }

.footer-icons a {
    color: #fff;
    margin: 0 10px;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

    .footer-icons a:hover {
        color: #dc3545;
    }

.footer-links a {
    color: #ffffff;
    margin-right: 20px;
    text-decoration: none;
}

    .footer-links a:hover {
        text-decoration: underline;
        color: #fff;
    }

.footer-bottom {
    font-size: 0.85rem;
    color: #999;
    margin-top: 10px;
}

@media (max-width: 576px) {

    .footer-icons,
    .footer-links {
        justify-content: center;
    }
}

.service-card {
    position: relative;
    color: white;
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s ease;
    height: 300px;
}

    .service-card:hover {
        transform: translateY(-5px);
    }

    .service-card .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(220, 53, 69, 0.7), rgba(0, 0, 0, 0.2));
        z-index: 1;
    }

    .service-card img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        filter: brightness(0.85);
    }

    .service-card .text {
        position: absolute;
        z-index: 2;
        bottom: 20px;
        left: 20px;
    }

        .service-card .text h5 {
            font-weight: bold;
            font-size: 1.1rem;
        }

        .service-card .text i {
            font-size: 1.2rem;
            margin-top: 8px;
            display: inline-block;
        }

.highlight-red {
    color: #dc3545;
}

.icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .icon-box img {
        width: 50px;
        height: 50px;
        margin-right: 1rem;
    }

.section-title {
    font-size: 2rem;
    font-weight: bold;
}

    .section-title span {
        color: #dc3545;
    }

.right-img {
    max-width: 100%;
    border-radius: 15px;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

    .section-title span {
        color: #dc3545;
    }

.service-box {
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

.service-icon {
    width: 60px;
    margin-bottom: 0.5rem;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    background-color: #F5F5F5;
    padding: 1rem;
}

.bg-dark {
    background-color: #2125297d !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 10px gainsboro;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23DF0002' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.5em;
}

div#navbarToggleExternalContent {
    width: 200px;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
}

    .section-title span {
        color: #dc3545;
    }

.form-control,
.form-select {
    border-radius: 0.5rem;
}

.submit-btn {
    background: linear-gradient(to right, #430123, #b4000b);
    color: #fff;
    border: none;
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.5rem;
}

.contact-info i {
    color: #dc3545;
    margin-right: 0.5rem;
}

.contact-illustration {
    max-width: 100%;
}

header {
    position: relative;
    z-index: 9;
}

@media (max-width:992px) {
    /*    img.logo {
        width: 4rem;
        background-color: #e52f3157;
        box-shadow: 0px 0px 10px gainsboro;
        padding: 2px;
    }*/

    .headertop {
        background-color: white;
    }

    .carousel-caption {
        bottom: 11.25rem !important;
    }

    .carousel-caption-fonts {
        font-size: 12px;
    }

    div#navbarToggleExternalContent {
        position: absolute !important;
        z-index: 9999;
        background-color: #e70000 !important;
    }
}


@media (min-width:992px) {
    .position-md-absolute {
        position: absolute;
    }
}

@media (max-width:991px) {
}

.my-float {
    margin-top: 16px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

@media (max-width: 991.98px) {
    .hide-br-mobile {
        display: none;
    }
}
/*.brdr-ourclnts {
    position: relative;
    z-index: 1;
}

    .brdr-ourclnts::before {
        content: "";
        position: absolute;
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        background: linear-gradient(15deg, white 30%, #0b083d 30%, red 104%);
        z-index: -1;
        border-radius: 12px;
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;
        -webkit-mask-composite: destination-out;
        padding: 4px;
    }

.brdr-ourclnts-2 {
    position: relative;
    z-index: 1;
}

.brdr-ourclnts-2::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(15deg, white 30%, #0b083d 30%, red 104%);
    z-index: -1;
    border-radius: 12px;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    padding: 4px;
}*/
.banner {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .banner img {
        width: 100%;
        max-height: 383px;
        object-fit: cover;
    }

    .banner .banner-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 2rem;
        font-weight: bold;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
        text-align: center;
    }
.submit-btn:hover {
    background: linear-gradient(to right, #b4000b, #430123);
    color: #fff;
    font-weight: 800;
    box-shadow: 0px 0px 10px #0b083d;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #dd0503;
    outline: 0;
    box-shadow: 0px 0px 10px gainsboro;
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.3);
    max-width: 400px;
    width: 90%;
}

    .popup-box h3 {
        color: #28a745;
        margin-bottom: 10px;
    }

    .popup-box button {
        background-color: #28a745;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 6px;
        cursor: pointer;
        margin-top: 15px;
    }

        .popup-box button:hover {
            background-color: #218838;
        }


.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
}

.loading-box {
    text-align: center;
}

    .loading-box img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .loading-box p {
        font-size: 1.2rem;
        color: #333;
    }