.banner_description {
    color: white !important;
}

p {
    color: black !important;
    font-family: 'Inter', sans-serif !important;
    /* font-family: 'Inter', 'Roboto', sans-serif; */
}

.section {
    padding: 4rem 0rem !important;
}

.content-type-1 {
    /* Typography */

    line-height: 1.7;
    color: #333;
    /* softer than pure black */

    /* Box & Layout */
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    /* background-color: color-mix(in oklab, white 92%, #333 8%); */
    background-color: #f9f9fb;
    /* very light gray with a hint of blue */
    box-shadow: 0 4px 12px rgba(20, 36, 65, 0.04);
    /* Optional for smoother text look */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.service-card-section {}

.service-card-section .wrap-service {
    height: 250px;
    /* background-color: rgba(228, 228, 228, 255) !important; */
    background-color: #ededed;
    transition: transform 0.3s ease-in-out;
    border: 1px solid rgb(229, 229, 229);
    padding: 2rem 1.2rem !important;
}

/* .service-card-section .wrap-service a {
    font-size: 2.2rem;
    font-weight: bold;
} */

.service-card-section .wrap-service p {
    padding-top: 1rem;
    line-height: 2.5rem;
}

.service-card-section .wrap-service .title {
    padding: 0px !important;
}


.service-card-section .wrap-service:hover {
    background-color: #3764EB !important;
}

.service-card-section .wrap-service .counting {
    display: inline-block;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #3764EB;
    color: white;
    transition: transform 0.3s ease-in-out;
}

.service-card-section .wrap-service:hover .counting {
    background-color: white;
    color: #3764EB;
}

.service-card-section .wrap-service .service-des {
    transition: transform 0.3s ease-in-out;
}

.service-card-section .wrap-service:hover .service-des {
    color: white !important;
}

.service-card-section .wrap-service p {
    transition: transform 0.3s ease-in-out;
}


.service-card-section .wrap-service:hover p {
    color: white !important;
}

.sectionHead {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sectionHead h3 {
    padding-bottom: 1rem;
    ;
}

@media (max-width: 450px) {
    .sectionHead h3 {
        font-size: 24px;
    }
}




/* table design 1  */

.table-design-1 {
    padding-top: 1rem;
}

.table-design-1 table {
    border-collapse: collapse;
    max-width: 450px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.table-design-1 thead {
    background-color: #898889;
}

.table-design-1 thead th {
    padding: 12px 15px;
    text-align: left;
    font-size: 16px;
    color: white;
}

.table-design-1 tbody td {
    padding: 12px 15px;
    border-top: 1px solid #ddd;
    font-size: 15px;

}

.table-design-1 tbody tr {
    transition: transform 0.3s ease-in-out;
}

.table-design-1 tbody tr:hover {
    background-color: #f1f1f1;
}

.table-design-1 .code {
    font-style: italic;
    font-weight: bold;
    color: #333;
}

.table-design-2 table {
    border-collapse: separate;
    border-spacing: 10px;
    background-color: color-mix(in oklab, white 92%, #333 8%);
    box-shadow: none;
}

.table-design-2 table,
.table-design-2 td,
.table-design-2 tr {
    border: none;
}


.table-design-2 td {
    background-color: white;
    color: black !important;
    text-align: center;
    font-weight: bold;
    font-style: normal !important;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.table-design-2 td:hover {
    background-color: #3764EB;
    color: white !important;
}

/* footer csss  */
.widget-logo p {
    color: white !important;
}


.highlight-title {
    font-size: 3rem;
    /* adjust size */
    font-weight: bold;
    display: inline-block;
    color: black;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 3rem;
}

.image {
    width: 100%;
    border-radius: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}



.list-type-1 h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    /* black like in screenshot */
}

.list-type-1 ul {
    list-style: none;
    /* remove default bullets */
    padding: 0;
    margin: 0;
}

.list-type-1 ul li {
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding-left: 1rem;
    border-radius: 1rem;
    padding: 1rem;
}

.list-type-1 ul li .list-tick {
    color: black;
    font-weight: bold;
    font-size: 1.5rem;
    transition: transform 0.3s ease-in-out;
}

.list-type-1 ul li:hover, .list-type-1 ul li:hover .list-tick {
    background-color: #3764EB;
    color: white !important;
}


.fixed-height1 {
    height: 200px !important;
}

.fixed-height2 {
    height: 350px !important;
}

@media(max-width:500px) {
    .fixed-height2 {
        height: auto !important;
    }
}


.fixed-height3 {
    height: 150px !important;
}

.fixed-height4 {
    height: 220px !important;
}

@media(max-width:500px) {
    .fixed-height3 {
        height: auto !important;
    }

    .wrap-service {
        height: auto !important;
    }
}





.height-auto {
    height: auto !important;
}


.wrap-service .title :first-child {
    margin-bottom: 1.5rem;
}


.grid-divide {
    display: grid;
    grid-template-columns: 1fr 4fr;
    margin-top: 2rem;
}

.grid-divide .image {
    padding-right: 1rem;
    border-radius: 50%;
}


.single-img-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0rem;

}

.single-img-section img {
    margin: 3rem 0rem;
}

.slider .swiper-wrapper .content h1 {
    font-size: 6rem;
}

@media(max-width:700px) {
    .slider .swiper-wrapper .content h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
}

@media(max-width:400px) {
    .slider .swiper-wrapper .content h1 {
        font-size: 3rem;
        line-height: 3rem;
    }
}

.sidebar {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media(max-width:993px) {
    .sidebar {
        display: none;
    }
}

.sidebar-item {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    /* background-color: #ededed; */
    border:1px solid beige;
    /* border:1px solid red; */
    border-radius: 10px;
    margin-top: 2rem;

}



.sidebar-item .heading {
    text-align: center;
    padding: 1.5rem 0.5rem;
    /* background-color: #142441; */
    background-color: #3764EB;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sidebar-item ul {
    padding: 1rem;
}

.sidebar-item ul li {
    padding: 0.5rem 0rem;
}

.sidebar-item ul li i {
    margin-right: 0.5rem;
}

.sidebar-item ul li a {
    font-size: 1.5rem;
    font-weight: 500;
}

.sidebar-item ul .active * {
    color: rgb(203, 35, 35);
    font-size: 1.7rem;
}