html {
margin:0px;
padding:0px;
scroll-behavior:smooth;
}

body
{
    font-family:'Times New Roman',sans-serif;
}
.navbar-brand img {
    height: 70px;
    object-fit: contain;
}
h2, h3, h4, h5 {
    color: #333!important;
}

.navbar {
    background: #ffffff;
}

.nav-link {
    font-weight: 500;
    color: #222 !important;
    transition: 0.3s ease;
}

    .nav-link:hover,
    .nav-link.active {
        color: #d4af37 !important; /* gold hover */
    }

.btn-pathology {
    background: #111111;
    color: #fff;
    border: 2px solid #d4af37;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.3s ease;
}

    .btn-pathology:hover {
        background: #d4af37;
        color: #111111;
    }
.slider-img {
    height: 85vh;
    object-fit: cover;
}

.custom-caption {
    top: 50%;
    left: 8%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    max-width: 500px;
}
.slider-img
{
   
}
.carousel-caption {
    position: absolute;
    top: 10%;
    left:5%!important;
}

.animate-text {
    opacity: 0;
    transform: translateX(-40px);
    animation: fadeLeft 1s ease forwards;
}

.delay-1 {
    animation-delay: 0.5s;
 
}

.delay-2 {
    animation-delay: 1s;
    color: #333;
    font-size:20px;
}

@keyframes fadeLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#outer-box-1 {
    background: #470e39;
    margin-top: -125px;
    z-index: 99 !important;
}

#outer-box-2 {
    background: #856113;
    margin-top: -125px;
    z-index: 99 !important;
}
#outer-box-3 {
    background: #032c1e;
    margin-top: -125px;
    z-index: 99 !important;
}
#outer-box-4 {
    background: #7f1624;
    margin-top: -125px;
    z-index: 99 !important;
}
.box-1 {
    position: relative;
    height: 300px;
    padding: 45px 30px!important;
    overflow: hidden;
    color:#fff;
}

    .box-1 table {
        width: 100%;
        border-collapse: separate; 
        border-spacing: 0 10px; 
    }

.about1-img-shape {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
 
.service-section {
    background-color: #f4f4f4;
    background-image: radial-gradient(rgba(0,0,0,0.05) 1.5px, transparent 1.5px);
    background-size: 20px 20px;
}

.service-box {
    margin: 30px 0;
}

    .service-box .icon {
        width: 60px;
        height: 60px;
        background: #032c1e;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        color: #fff !important;
        font-size: 25px;
    }

        .service-box .icon img {
            width: 30px;
        }
.btn-pathology {
    background-color: #d4af37 !important;
    color: #fff !important;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

    .btn-pathology :hover {
        background-color: #d4af37;
        color: #032c1e;
    }



.center-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    margin: auto;
}

.rotating-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px dotted #032c1e;
    animation: rotateBorder 10s linear infinite;
}


.center-image {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #f2f2ff;
}

    .center-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@keyframes rotateBorder {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.why-card {
    
    background: url('/assests/Images/photos/yellow-dotted.png');
    padding: 50px 30px;
    color:#fff;
    height:525px;
}
.bordered-img {
    border: 2px solid #f0be09;
    padding: 20px;
    height: 120px;
    width: 120px;
    border-radius: 20%;
}


/* ================= MOBILE RESPONSIVE FIX ================= */

@media (max-width: 767px) {

    /* Slider Fix */
    .slider-img {
        height: 60vh;
        object-fit: cover;
    }

    .carousel-caption {
        position: absolute;
        bottom: 20px;
        left: 15px;
        right: 15px;
        text-align: center !important;
        padding: 10px;
    }

        .carousel-caption h1,
        .carousel-caption h2 {
            font-size: 20px;
        }

        .carousel-caption p {
            font-size: 13px;
        }

    /* Feature Boxes */
    #outer-box-1,
    #outer-box-2,
    #outer-box-3,
    #outer-box-4 {
        margin-bottom: 20px;
    }

    .box-1 {
        margin-top: 0 !important;
    }

    /* About Section */
    .mt-md-n5 {
        margin-top: 0 !important;
    }

    .about1-img-shape img {
        width: 100%;
        height: auto;
    }

    .mt-6 {
        margin-top: 20px !important;
    }

    /* Why Choose Us */
    .why-card {
        margin-bottom: 30px;
        text-align: center;
    }

    .inner-box {
        text-align: center;
    }

    .icon-img-box {
        margin: auto;
    }

    .text,
    .text-muted {
        margin-left: 0 !important;
    }

    /* Services Section */
    .service-left,
    .service-right {
        text-align: center !important;
        margin-bottom: 30px;
    }

    .service-box {
        margin-bottom: 20px;
    }

    .center-wrapper {
        width: 200px;
        height: 200px;
        margin: 20px auto;
    }

    .center-image {
        width: 160px;
        height: 160px;
    }

    .mt-120 {
        margin-top: 40px !important;
    }

    /* Process Section */
    .process-img {
        margin-bottom: 10px;
    }

    /* Testimonial */
    .testimonial-card {
        padding: 20px !important;
        text-align: center;
    }

    .testimonial {
        flex-direction: column;
        align-items: center;
    }

        .testimonial .img {
            margin-bottom: 15px;
        }

    .star-rating {
        font-size: 18px;
        color: #FFD700;
    }
}
.bottom-section {
    background: #000;
}

    .footer-section h5 {
        font-size: 18px;
        color:#fff;
    }

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

    .footer-links a:hover {
        color: #90caf9;
        padding-left: 5px;
    }

.footer-section hr {
    opacity: 0.2;
}
.subtitle {
    color: #856113 !important;
}
.icon-style {
    font-size: 40px;
    color: #032c1e;
}
.icon-circle {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #032c1e, #0b4a33);
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon {
    font-size: 35px;
    color: #fff;
}

.service-section {
    background-color: #f8f6f1; 
    background-image: radial-gradient(rgba(0,0,0,0.06) 1.5px, transparent px);
    background-size: 22px 22px;
}

.star-rating {
    color: #FFD700!important; /* Gold Yellow */
    font-size: 28px;
}