.component-animated {
    opacity: 0;
    --animation-order: 0;
    --animation-duration: 300ms;
    --animation-function: ease-in-out;
    transform: translateY(20px);
    /* Start with a slight offset */
}

.component-animated--visible {
    opacity: 1;
    transition-delay: calc(.1s + (var(--animation-order) * .12s));
    transition-duration: var(--animation-duration);
    transition-property: transform, opacity;
    transition-timing-function: var(--animation-function);
    transform: translateY(0);
    /* Move to the final position */
}

/* Blog BIo Sectoin */
.bio {
    font-size: 140%;
}

/* Slider indicators */
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: white;
    border: 1px solid grey;
    margin: 0.5%;
    /* space between dots */
}

.carousel-indicators .active {
    background-color: red !important;
}

.carousel-caption {
    top:75%;
    left: 2%;
    bottom: 0%;
}

.carousel-indicators {
    bottom: 4%;
}

.slider-color {
    color: white;
}

.carousel {
    top: 0;
}

.align {
    text-align: left;
}

.font {
    font-size: large !important;
}

/* footer list */
.li-resp {
    width: 11% !important;
}

/* Expertise section  */
.icon_box.type-2 .icon_box_inner {
    /* width: 23.1vw; */
    /* top: 84%; */
    padding-top: 41%;
    padding-left: 6%;
    /*background: rgb(115, 114, 114);*/
    /*background: radial-gradient(circle, rgba(115, 114, 114, 0.36458333333333337) 0%, rgba(112, 105, 105, 1) 100%, rgba(17, 17, 17, 1) 100%);*/
}

.icon_box.type-2 .post-bg {
    visibility: visible;
    opacity: 1;
}

.icon_box img {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* Faster transition with a smooth easing */
}

.icon_box:hover img {
    transform: scale(1.05);
    /* Slightly more noticeable scaling */
}

.icon_box {
    overflow: hidden;
    /* Prevent image overflow */
}


/*Footer responsive  */
.icon_box.type-2 .icon_box_inner {
    width: 100% !important;
}

.icon_box.type-2 .icon_box_inner {
    width: 100% !important;
   
}

/* Footer list for tablets and smaller */
@media only screen and (max-width: 768px) {
    .icon_box.type-2 .icon_box_inner {
        padding-top: 80%;
    }
}

/* Footer list for tablets and smaller */
@media only screen and (max-width: 768px) {
    .li-resp {
        width: 100% !important;
    }
}

/* text alignment */
@media only screen and (max-width: 425px) and (min-width: 200px) {
    .alignment {
        text-align: center !important;
    }

    .mobile-view {
        height: 130vw;
    }
}

.text-olive {
    color: #a2d5f9;
}

/* Menu style */
/* General Section Styling */
.services-section {
    padding: 50px 0;
    /* background-color: #f8f9fa; */
}

.services-section.visible {
    display: block;
}

.service-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

/* Service Card Styling */
.service-card {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #e0e0e0;
    /* border-radius: 10px; */
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    /* transform: scale(1.05); */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Service Icon Styling */
.service-icon {
    color: #0a73b8;
    margin-bottom: 10px;
}

/* Service Title */
.service-title a {
    font-family: 'Poppins', sans-serif;
    font-size: 50%;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-title a:hover {
    color: #0a73b8;
}

/* Service List */
.service-list {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 20px;
}

.service-list li {
    font-family: 'Roboto', sans-serif;
    font-size: 61%;
    color: #666;
    margin: 5px 0;
}

.service-list li a {
    text-decoration: none;
    color: #666;
    transition: color 0.3s ease;
}

.service-list li a:hover {
    color: #0a73b8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* Search bar and icon size */
.i-size {
    font-size: 200% !important;
}

.animation {
    background-color: #00000059;
    /* background-color: #ffffff59; */

}

.animation:hover {
    background-color: #1a1a1a;
    /* background-color: #EEEEEE; */

}


/* Menu button */
.menu-item h2,
.main_menu h6 {
    color: #969499;
    /* font-weight: 500; */
}

/* .menu-item h3:hover{
              color: #333;
            } */

.arr {
    position: absolute;
    top: 26%;
    right: 19.1%;
}

.arr i {
    font-size: 370%;
    transform: rotate(90deg);
    color: black;
}


/* General container styling */
.first-para {
    display: flex;
    flex-wrap: wrap;
}

/* Ensure the image and text take equal space on larger screens */
.first-para .heading-para,
.first-para .para-description {
    width: 50%;
}

.first-para .heading-para-1 {
    width: 40%;
}

.first-para .para-description-1 {
    width: 60%;
}

/* Responsive behavior for smaller screens */
@media (max-width: 768px) {
    .first-para {
        flex-direction: column;
    }

    .first-para .heading-para,
    .first-para .para-description {
        width: 100%;
    }

    .first-para .para-description {
        padding-right: 0;
        /* Adjust padding for smaller screens */
    }

    .first-para .para-description-1 {
        width: 100%;
    }

    .first-para .heading-para-1 {
        width: 100%;
    }
}

