﻿.carousel_img{
    object-fit:cover;
    height:100%;
}
.carousel_heading {
    text-align: center;
    font-size: 56px;
    text-shadow: 0px 0px 10px black;
    color: white;
    font-weight: 700;
}

.carousle_para_content {
    visibility: visible;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: white;
    text-shadow: 0px 0px 10px black;
    text-decoration: none;
}

.main_heading {
    text-align: left;
    font-size: 2.5rem;
    color: #14142b;
    font-weight: 700;
}

.small_text {
    text-align: left;
    color: cornflowerblue;
}

#carousle_caption {
    position: absolute !important;
    top: 90px !important;
}

.animated-line {
    position: relative;
    left: 12%;
    width: 0;
    height: 4px;
    background-color: #3498db;
    animation: expandLine 2s ease-in-out infinite;
}

@keyframes expandLine {
    0% {
        width: 0;
        background-color: green;
    }

    100% {
        width: 15%;
        background-color: aqua;
    }
}

.intro_content {
    color: #14142b !important;
}


.feature_heading {
    text-align: center;
    font-size: 3.5rem;
    text-shadow: 0px 0px 10px black;
    color: white;
    font-weight: 700;
}


.container-fluid{
padding-right:0px !important;
padding-left:0px !important;
}

.feature_para {
    visibility: visible;
    padding-top: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 4rem;
    color: white;
    text-shadow: 0px 0px 10px black;
    text-decoration: none;
}

.intro_img {
    height: 365px;
    width: 100%;
    border-radius: 5px;
}


.service_heading {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.4px;
    color: white;
    font-weight: 700;
    line-height: 1.5;
}

.service_sub_heading {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.4px;
    color: #14142b;
    font-weight: 700;
}

.service_content_para {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.4px;
    color: #14142b;
    font-weight: 400;
}

.service_small_text {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.4px;
    color: #14142b;
}



.service_content_para:hover, .service_sub_heading:hover {
    color: white !important;
}


.ServiceKeyList:hover, .ServiceKeyList:hover {
    color: white !important;
}



@media(max-width:991px) and (min-width:768px) {
    .service_heading {
        font-size: 1.5rem;
        margin-bottom:0px !important;
    }

    .service_sub_heading {
        font-size: 1rem;
    }

    .service_content_para {
        font-size: 12px;
    }
    .services .icon-box p {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }
}

.service_button {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #007bff; /* Blue color */
    color: white;
    border: 2px solid #007bff; /* Matching border color */
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s; /* Smooth hover transition */
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3); /* Subtle shadow */
}

    .service_button:hover {
       color:white;
        transform: translateY(-2px); /* Lift effect on hover */
    }

    .service_button:active {
        transform: translateY(1px); /* Button presses down slightly on click */
    }

    .service_button:focus {
        outline: none;
    }

/* Hover effect */
.icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.core-values-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.core-values-sub-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.core-values-content {
    font-size: 1rem;
    color: #555;
}

.core-values-small-text {
    font-size: 1.1rem;
    color: #777;
}

/* Core Values Section */
.core-values {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.core-values-small-text {
    font-size: 1.1rem;
    color: #777;
}

.core-values-heading {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    color: #333;
}

.highlight-text {
    color: #007bff;
}

/* Icon Box Styles */
.icon-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: transform 0.3s ease;
}

.icon {
    font-size: 3rem;
}

.core-values-sub-heading {
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
}

.core-values-content {
    color: #555;
}

/* Specific Icon Colors */
.icon .bx-heart {
    color: #007bff;
}

.icon .bx-rocket {
    color: #28a745;
}

.icon .bx-group {
    color: #ffc107;
}

.icon .bx-cog {
    color: #007bff;
}

.icon .bx-shield {
    color: #dc3545;
}

.icon .bx-globe {
    color: #17a2b8;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .core-values-heading {
        font-size: 2rem;
    }

    .core-values-sub-heading {
        font-size: 1.25rem;
    }
}
