﻿.btnscrolll {
    border-radius: 20px !important;
}

    .btnscrolll:hover {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }

    .btnscrolll:focus {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }

    .btnscrolll:active {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }
.entry-media img {
    height: 370px !important;
    object-fit: cover;
    border-radius: 20px;
}

.entry {
    border: 1px solid #e0d5d5;
    border-radius: 20px;
}
.entry-media {
    border-radius: 20px;
}
.entry-mask:before {
    border-radius: 20px;
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #223d44 100%)!important;
}

.backrgoundddd {
    background-image: url(/Images/MyImages/HomeAbout/Convertec-BGImages-33.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta-title2 {
    font-size: 4rem !important;
}

.cta-desc2 {
    font-size: 2rem !important;
}

.iconnn {
    color: #223d44;
    border: 1px solid #223d44;
    padding: 5px 6px;
    border-radius: 50%;
}

.overview2-alt {
    padding: 5rem 0;
    background:white;
    text-align: center;
}

/* title */
.text-content h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e35;
    margin-bottom: 2.5rem;
}

/* GRID → always 3 columns on desktop */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* CARD */
.feature-card {
    background: #95cebb;
    padding: 2rem 1.5rem;
    border-radius: 18px;
    transition: all 0.35s ease;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

    /* subtle gradient border glow */
    .feature-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 18px;
        padding: 1px;
    }

    /* ICON */
    .feature-card i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: white;
        color: #223d44;
        font-size: 18px;
        margin-bottom: 1rem;
    }

    /* TEXT */
    .feature-card h5 {
        font-size: 1.5rem;
        font-weight: 600;
        color: white;
        line-height: 1.5;
    }

    /* HOVER EFFECT */
    .feature-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

/* responsive */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* base */
.entry {
    transition: transform 0.3s ease;
}

    /* hover */
    .entry:hover {
        transform: scale(1.03);
        animation: glowBreath 1.8s ease-in-out infinite;
    }

/* animation */
@keyframes glowBreath {
    0% {
        box-shadow: 0 10px 20px rgba(111, 156, 135, 0.2);
    }

    50% {
        box-shadow: 0 20px 40px rgba(111, 156, 135, 0.45);
    }

    100% {
        box-shadow: 0 10px 20px rgba(111, 156, 135, 0.2);
    }
}

.backrgoundddd {
    background-image: url(/Images/MyImages/HomeAbout/Convertec-BGImages-33.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta-title2 {
    font-size: 4rem !important;
}

.cta-desc2 {
    font-size: 2rem !important;
}

.btnsendd {
    border-radius: 20px !important;
    color: white !important;
    cursor: pointer;
}

    .btnsendd:hover {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }

    .btnsendd:focus {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }

    .btnsendd:active {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }