﻿
.card-effect {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    /*padding: 20px;*/
    /*margin: 20px auto;*/
    margin: 0 auto;
   /* max-width: 350px;*/
}

    .card-effect:hover {
        transform: scale(1.05);
        /*box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);*/
        /*max-width: 290px;*/
    }

.card-effect img {
    width: 100%;
    transition: transform 0.4s ease;
    border-radius: 15px;
}

.card-effect:hover img {
    transform: scale(1.0);
}

.card-effect .moto-widget-text-content {
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0.85;
}

.card-effect:hover .moto-widget-text-content {
    opacity: 1;
    transform: translateY(-5px);
}


/*Card effect for contact page*/

.card-effect_Contactpge {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
    /*margin: 20px auto;*/
    margin: 0 auto;
    max-width: 392px;
}

.card-effect_Contactpge:hover {
    transform: scale(1.05);
    /*box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);*/


}

.card-effect_Contactpge img {
    width: 100%;
    transition: transform 0.4s ease;
    border-radius: 15px;
}

.card-effect_Contactpge:hover img {
    transform: scale(1.0);
}

.card-effect_Contactpge .moto-widget-text-content {
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0.85;
}

.card-effect_Contactpge:hover .moto-widget-text-content {
    opacity: 1;
    transform: translateY(-5px);
}



/*Card effect for contact page for phone nummber*/



    .card-effect_phone:hover {
        transform: scale(1.05);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        border-radius: 15px;
        overflow: hidden;
        background: #ffffff;
        /*padding: 20px;*/
        /*margin: 20px auto;*/
        margin: 0 auto;
        max-width: 380px;
    }

.card-effect_phone img {
    width: 100%;
    transition: transform 0.4s ease;
    border-radius: 15px;
}

.card-effect_phone:hover img {
    transform: scale(1.0);
}

.card-effect_phone .moto-widget-text-content {
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0.85;
}

.card-effect_phone:hover .moto-widget-text-content {
    opacity: 1;
    transform: translateY(-5px);
}



/*this css for AOI NATIONAL OFFICE BEARERS*/


.radial-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.radial-image-container img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 15px;
}

.radial-image-container:hover img {
    transform: scale(1.05);
}

.radial-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(0, 123, 255, 0.3); /* AOI theme blue */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
    z-index: 2;
    pointer-events: none;
}

.radial-image-container:hover .radial-overlay {
    width: 200%;
    height: 200%;
}

/* Optional text styles */
.moto-text_system_10 {
    font-weight: bold;
    font-size: 18px;
    color: #222;
    margin-top: 15px;
}

.moto-text_system_14 {
    font-size: 14px;
    color: #666;
}

/*
this css use form testimonial part*/


.blog-card-glow {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

/* Create the rectangle border with pseudo-elements */
.blog-card-glow::before,
.blog-card-glow::after {
    content: "";
    position: absolute;
    border: 2px solid #808080; /* You can change color */
    width: 0;
    height: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

/* Top-left to bottom-right outline */
.blog-card-glow::before {
    top: 0;
    left: 0;
}

/* Bottom-right to top-left outline */
.blog-card-glow::after {
    bottom: 0;
    right: 0;
}

.blog-card-glow:hover::before,
.blog-card-glow:hover::after {
    width: 100%;
    height: 100%;
}



/*hover effect color-profile OUR CAUSES Support a Cause That Heals Lives
*/
 .sweep-hover-effect {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.sweep-hover-effect::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 102, 0, 0.1); /* optional overlay */
    transition: bottom 0.4s ease-in-out;
    z-index: 1;
}

.sweep-hover-effect:hover::before {
    bottom: 0;
}

.sweep-hover-effect:hover {
    transform: translateY(-5px); /* optional lift */
}

.sweep-hover-effect * {
    position: relative;
    z-index: 2;
}

/*THis Hover Effect for We Bring Healthcare to a New Level*/

@keyframes wobble-vertical {
    0%, 100%

{
    transform: translateY(0);
}

15% {
    transform: translateY(-5px);
}

30% {
    transform: translateY(3px);
}

45% {
    transform: translateY(-3px);
}

60% {
    transform: translateY(2px);
}

75% {
    transform: translateY(-1px);
}

}

.wobble-hover:hover {
    animation: wobble-vertical 0.8s ease-in-out;
}


/*TESTIMONIALS

What People Say About Us

*/


.testimonial-curl {
    position: relative;
    background: #fff;
    /*border: 1px solid #ddd;*/
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

    .testimonial-curl::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #e0e0e0 50%, transparent 50%);
        z-index: 2;
        box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.1);
        transform: scale(0);
        transform-origin: top left;
        transition: transform 0.3s ease;
    }

    .testimonial-curl:hover::before {
        transform: scale(1);
    }

    .testimonial-curl:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

/*5th AIRWAY COURSE, from 25th & 26th January 2025*/

.grow-hover p {
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

    .grow-hover p:hover {
        transform: scale(1.01); 
        color: #ebc33a; 
    }

grow-hover_my_css {
    box-sizing: border-box;
    margin: 0px 0px 1rem;
    padding: 0px;
    font-size: 16px;
    color: rgb(150, 148, 143);
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.5;
    text-align: justify;
}


.grow-hover_my_css p {
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

    .grow-hover_my_css p:hover {
        transform: scale(1.01);
        color: #ebc33a !important;
    
    }



/*form UnderLines content Paragraph*/
.sweep-Paragraph {
    text-align: center;
}

    .sweep-Paragraph p {
        display: inline-block;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

        .sweep-Paragraph p::after {
            content: '';
            position: absolute;
            height: 2px;
            background-color: #ebc33a;
            width: 0;
            left: 0;
            bottom: 0;
            transition: width 0.4s ease;
        }

        .sweep-Paragraph p:hover::after {
            width: 100%;
        }

/*form UnderLines content Paragraph*/
/*form UnderLines content Paragraph on events */
.sweep-Paragraph {
    text-align: center;
}

    .sweep-Paragraph2 p {
        display: inline-block;
        position: relative;
        /*padding-bottom: 5px;
        margin-bottom: 20px;*/
    }

        .sweep-Paragraph2 p::after {
            content: '';
            position: absolute;
            height: 2px;
            background-color: #ebc33a;
            width: 0;
            left: 0;
            bottom: 0;
            transition: width 0.4s ease;
        }

        .sweep-Paragraph2 p:hover::after {
            width: 100%;
        }

/*form UnderLines content Paragraph on events*/
.sweep-Paragraph_For_Account_Details {
   /* text-align: center;*/
}

    .sweep-Paragraph_For_Account_Details p {
        display: inline-block;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

        .sweep-Paragraph_For_Account_Details p::after {
            content: '';
            position: absolute;
            height: 2px;
            background-color: #ebc33a;
            width: 0;
            left: 0;
            bottom: 0;
            transition: width 0.4s ease;
        }

        .sweep-Paragraph_For_Account_Details p:hover::after {
            width: 100%;
        }

/*for Hover effect and styling for QR heading*/

 .sweep-Paragraph_For_Qr_Code {
    text-align: center;
}

.sweep-Paragraph_For_Qr_Code p {
    display: inline-block;
    position: relative;
   
}

    .sweep-Paragraph_For_Qr_Code p::after {
        content: '';
        position: absolute;
        height: 2px;
        background-color: #ebc33a;
        width: 0;
        left: 0;
        bottom: 0;
        transition: width 0.4s ease;
    }

    .sweep-Paragraph_For_Qr_Code p:hover::after {
        width: 100%;
    }

.moto-text_system_13_For_QR {
    font-weight: 100; /* 10 is invalid */
    font-size: 30px;
    font-style: normal;
    font-family: 'Roboto Slab', serif;
    color: #534d51;
    line-height: 1.3;
    letter-spacing: 0px;
}


/*form UnderLines content Heading*/
.sweep-heading {
    text-align: center;
}

    .sweep-heading h2 {
        display: inline-block;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

        .sweep-heading h2::after {
            content: '';
            position: absolute;
            height: 2px;
            background-color: #ebc33a;
            /*background-color: #2196f3;*/
            width: 0;
            left: 0;
            bottom: 0;
            transition: width 0.4s ease;
        }

        .sweep-heading h2:hover::after {
            width: 100%;
        }


/*this code for events images*/

.pulse-shrink img {
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

    .pulse-shrink img:hover {
        animation: pulseShrink 0.6s ease-in-out;
        transform: scale(0.95); /* Slight shrink */
    }

@keyframes pulseShrink {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.92);
    }

    100% {
        transform: scale(0.95);
    }
}

/*
this code for evets hover section heading*/
.card-hover-effect_For_events {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /*   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}

    .card-hover-effect_For_events:hover {
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

/*for UnderLines content Heading On About us first intoduction contents*/
.sweep-heading_Intro {
    /*text-align: center;*/
}

    .sweep-heading_Intro h2 {
        display: inline-block;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

        .sweep-heading_Intro h2::after {
            content: '';
            position: absolute;
            height: 2px;
            background-color: #ebc33a;
            /*background-color: #2196f3;*/
            width: 0;
            left: 0;
            bottom: 0;
            transition: width 0.4s ease;
        }

        .sweep-heading_Intro h2:hover::after {
            width: 100%;
        }

