* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button {
    font-family: "Poppins", sans-serif;
}

/* scroll animation */
@keyframes appear {
    from {
        opacity: 0;
        scale: 0;
    }

    to {
        opacity: 1;
        scale: 1;
    }
}

.block {
    animation: appear 1.5s ease-out;
    animation-timeline: view();
    animation-range: entry 0% cover 15%;
}

.ikonic-logo {
    height: auto;
    width: 160px;
}




/* home page css */

.home_main {
    display: flex;
    gap: 20px;
}

.home_main_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_main_bold {
    background: -webkit-linear-gradient(80deg, #3DCBD6, #4690C5, #92C186);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.vision_img {
    height: 473px;
    width: 575px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(122, 122, 122, 0.5);
}

@media (max-width: 576px) {
    .counter-section {
        padding: 80px 0;
        background: linear-gradient(135deg, #4690c5, #007bff);
        color: white;
        text-align: center;
        margin-top: 5%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.counter-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #4690c5, #007bff);
    color: white;
    text-align: center;
    margin-top: 5%;
}

.counter-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.counter-box:hover {
    transform: translateY(-8px);
}

.counter {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.counter-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e0e0e0;
}

.banner_img {
    height: 512px;
    width: 100%;
    object-fit: cover;
}

.home_banner2 {
    /* height: 300px; */
    width: 544px;
    object-fit: cover;
    margin-top: 30px;
    box-shadow: 10px 10px 20px rgba(122, 122, 122, 0.5);
    border-radius: 10px;
}

.home_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mt {
    margin-top: 55px;
}

.line_img {
    height: 4px;
    width: 72px;
    margin-bottom: 20px;
}

.home_txt2 {
    font-size: 14px;
    font-weight: 400;
    color: #131212b5;
    margin-top: 20px;
    max-width: 500px;
}

.more_info {
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    background: linear-gradient(80deg, #3DCBD6, #4690C5, #92C186);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

}

a {
    text-decoration: none !important;
}

.mission {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 66px;
}

.mission_line {
    text-align: center;
    margin: 80px 0;
}

.mission_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.mission_line2 {
    display: flex;
    gap: 10px;
}

.mission_line2 p {
    display: flex;
    align-items: end;
    background: linear-gradient(90deg, #3DCBD6, #4690C5, #92C186);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.mission_txt p {
    font-size: 14px;
    font-weight: 400;
    color: #131212b5;
}

.mission_txt h4 {
    margin: 20px 0;
}

.information {
    display: flex;
    gap: 20px;
}

.mission_mt {
    margin-top: 90px;
}

.bg_color {
    margin-top: 8%;
    background-color: #F7F7FA;
    padding-bottom: 75px;
}

.service_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.service_flex {
    display: flex;
    gap: 20px;
    padding: 25px 20px;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
    border-width: 1px;
    border-style: solid;
    margin-top: 50px;
}

.services_txt {
    display: flex;
    flex-direction: column;
}



.industry-card {
    border: 1px solid #dee2e6;
    padding: 30px 20px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s;
    height: 150px;
}

.industry-card:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.industry-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.industry-card a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: #000000;
}

.industry-card a:hover {
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: #4690C5;
}

/* Why Choose US? */

.choose-us {
    margin-top: 7%;
}

/* Card container layout */
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 5%;
}

/* The card itself */
.card-custom {
    border: 0;
    border-radius: 12px;
    padding-top: 2.5rem;
    /* space for the floating icon */
    position: relative;
    overflow: visible;
    transition: transform 220ms ease, box-shadow 220ms ease;
    background: white;
    box-shadow: 0 6px 18px rgba(10, 25, 47, 0.06);
    margin-top: 10%;
}

/* Floating circular icon centered at the top */
.card-custom .icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    box-shadow: 0 6px 20px rgba(70, 144, 197, 0.12);
    font-size: 28px;
}

/* Card body text alignment */
.card-custom .card-body {
    text-align: center;
    padding-top: 1.25rem;
}

.card-custom .card-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-custom .card-text {
    color: #6b7280;
    /* subtle gray */
    font-size: 0.95rem;
}

/* Hover (pop-up) effect */
.card-custom:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 18px 50px rgba(10, 25, 47, 0.18);
}

/* Make icon respond slightly on hover */
.card-custom:hover .icon-circle {
    transform: translate(-50%, -52%) scale(1.03);
    box-shadow: 0 18px 40px rgba(70, 144, 197, 0.15);
}

/* Responsive tweaks */
@media (max-width: 480px) {
    .card-custom {
        padding-top: 2rem;
    }

    .card-custom .icon-circle {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .card-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.25rem;
        margin-top: 5%;
    }
}

/* Why Choose US? */