.elementor-458 .elementor-element.elementor-element-5f2f12e{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-458 .elementor-element.elementor-element-9fdf29c{background-color:#FAFCFB;padding:10px 10px 10px 10px;text-align:center;}.elementor-458 .elementor-element.elementor-element-9fdf29c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:600;text-transform:uppercase;line-height:45px;letter-spacing:-1px;color:#EC1C26;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-458 .elementor-element.elementor-element-a4f15ff{text-align:justify;font-family:"Poppins", Sans-serif;font-size:15px;font-weight:400;line-height:30px;}.elementor-458 .elementor-element.elementor-element-e53bcf9{background-color:#FAFCFB;margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;padding:10px 10px 10px 10px;text-align:center;}.elementor-458 .elementor-element.elementor-element-e53bcf9 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:25px;font-weight:600;text-transform:uppercase;line-height:40px;letter-spacing:-1px;color:#EC1C26;}.elementor-458 .elementor-element.elementor-element-7c2f9ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-458 .elementor-element.elementor-element-03c5fd3{padding:15px 15px 15px 15px;}.elementor-458 .elementor-element.elementor-element-79229fb{background-color:#FAFCFB;margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;padding:10px 10px 10px 10px;text-align:center;}.elementor-458 .elementor-element.elementor-element-79229fb .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:25px;font-weight:600;text-transform:uppercase;line-height:40px;letter-spacing:-1px;color:#EC1C26;}.elementor-458 .elementor-element.elementor-element-f279f9a{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-458 .elementor-element.elementor-element-bd3684e{text-align:justify;font-family:"Poppins", Sans-serif;font-size:15px;font-weight:400;line-height:30px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-458 .elementor-element.elementor-element-9fdf29c .elementor-heading-title{font-size:30px;}.elementor-458 .elementor-element.elementor-element-e53bcf9 .elementor-heading-title{font-size:30px;}.elementor-458 .elementor-element.elementor-element-79229fb .elementor-heading-title{font-size:30px;}}@media(max-width:767px){.elementor-458 .elementor-element.elementor-element-9fdf29c .elementor-heading-title{font-size:18px;line-height:1.6em;}.elementor-458 .elementor-element.elementor-element-a4f15ff{font-size:14px;line-height:1.8em;}.elementor-458 .elementor-element.elementor-element-e53bcf9 .elementor-heading-title{font-size:16px;line-height:1.3em;}.elementor-458 .elementor-element.elementor-element-79229fb .elementor-heading-title{font-size:16px;line-height:1.3em;}.elementor-458 .elementor-element.elementor-element-bd3684e{font-size:14px;line-height:1.8em;}}/* Start custom CSS for html, class: .elementor-element-03c5fd3 */.AAT-grid-wrapper {
            margin: auto;
        }

        .AAT-brand-grid {
            display: grid;
            gap: 25px;
            grid-template-columns: repeat(4, 1fr); 
        }

        .AAT-brand-card {
            position: relative;
            background: #ffffff;
            border-radius: 3px;
            height: 150px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 2px 6px rgba(0,0,0,0.08);
            transition: 0.35s ease;
            cursor: pointer;
            text-decoration: none;
        }

        .AAT-brand-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 2px 6px rgb(235, 28, 36);
        }

        .AAT-brand-card img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: 0.3s ease;
        }

        .AAT-brand-card:hover img {
            transform: scale(1.07);
        }
        .AAT-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.65);
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            opacity: 0;
            transition: 0.3s ease;
             font-family: 'Poppins', sans-serif;
        }
        .AAT-brand-card:hover .AAT-overlay {
            opacity: 1;
        }
        .AAT-plus-icon {
            position: absolute;
            bottom: 10px;
            right: 10px;
            width: 22px;
            height: 22px;
            background: #eb1c24;
            color: #fff;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 400;
            transition: 0.3s ease;
        }
        .AAT-brand-card:hover .AAT-plus-icon {
            transform: rotate(90deg);
        }
        @media (max-width: 480px) {
            .AAT-brand-card {
                height: 150px;
            }
        }
        @media (max-width: 992px) {
    .AAT-brand-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .AAT-brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .AAT-brand-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-daca869 */.ceo-message-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.ceo-image-section {
    flex: 1;
    position: relative;
    padding: 40px;
    color: white;
    background: linear-gradient(135deg, #c41330 0%, #eb1c24 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 300px;
    z-index: 1;
}

.ceo-image-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150%;
    height: 150%;
    background-color: #e11c24;
    clip-path: polygon(0 80%, 100% 40%, 100% 100%, 0% 100%);
    z-index: -1;
    transform: translate(-10%, 10%);
}

.ceo-image-section::after {
    content: '';
    position: absolute;
    top: 5%;
    left: 10%;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    transform: rotate(45deg);
    z-index: 2;
}

.message-header-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top:40px;
    width: 100%;
    z-index: 2;
    font-family: "Poppins", Georgia;
}

.ceo-title {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.image-wrapper {
    position: relative;
    margin-top: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 75% 100%, 0% 100%, 0% 15%);
}
.image-wrapper1 {
    position: relative;
    margin-top: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 75% 100%, 0% 100%, 0% 15%);
}

.ceo-photo {
     width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.ceo-photo1 {
    width: auto;
    height: 400px !important;
    object-fit: cover;
    display: block;
}

.ceo-text-section {
    flex: 2;
    padding: 60px 80px 60px 60px;
    position: relative;
    background-color: white;
    z-index: 1;
}

.ceo-text-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%, 30% 0);
    background: #eb1c24;
}

.ceo-text-section::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    transform: rotate(45deg);
    z-index: 1;
}

.quote-icon {
    font-size: 4rem;
    color: #eb1c24;
    line-height: 1;
}

.sample-text {
    font-size: 15px;
    line-height: 28px;
    margin-top: 0;
    color: #7a7a7a;
    text-align: justify;
    font-family: "Poppins", Georgia;
}

.ceo-signature {
    padding-top: 20px;
    border-top: 1px solid #eb1c24;
}

.ceo-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #eb1c24;
    margin: 5px 0;
    font-family: "Poppins", Georgia;
}

.ceo-role {
    font-size: 0.9rem;
    color: #666;
    margin: 5px 0 15px 0;
    font-family: "Poppins", Georgia;
}


.linkedin-icon {
    font-size: 1.5rem;
    color: #d62a3a; 
    transition: color 0.2s ease;
    text-decoration: none; 
}

.linkedin-icon:hover {
    color: #303030; 
}

.watermark {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(235, 28, 36);
    pointer-events: none;
    user-select: none;
    font-family: "Poppins", Georgia;
}


@media (max-width: 900px) {
    .ceo-message-container {
        flex-direction: column;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .ceo-image-section {
        padding: 30px;
        flex-direction: row;
        gap: 30px;
        justify-content: space-between;
    }

    .message-header-text {
        margin-bottom: 0;
        align-self: center;
        width: auto;
        text-align: left;
    }

    .ceo-title {
        font-size: 2rem;
    }

    .image-wrapper {
        width: 200px;
        height: auto;
        margin: 0;
    }

    .ceo-image-section::before {
        display: none;
    }

    .ceo-image-section::after {
        top: 20px;
        left: 20px;
    }

    .image-wrapper::before {
        display: none;
    }

    .ceo-text-section {
        padding: 40px 30px;
    }

    .watermark {
        font-size: 3rem;
    }

    .ceo-text-section::before {
        display: none;
    }
} 

@media (max-width: 600px) {
    .ceo-message-container {
        flex-direction: column;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .ceo-image-section {
        padding: 10px;
        flex-direction: row;
        gap: 5px;
        justify-content: space-between;
    }

    .message-header-text {
        margin-bottom: 0;
        text-align: left;
        font-size: 20px;
        width: auto;
    }

    .ceo-title {
        font-size: 22px;
    }

    .image-wrapper {
        width: 150px;
        height: 150px;
        margin: 0;
    }
.ceo-photo1 {
    width: auto;
    height: 200px !important;
    object-fit: cover;
    display: block;
}

    .ceo-image-section::before {
        display: none;
    }

    .ceo-image-section::after {
        top: 20px;
        left: 20px;
    }

    .image-wrapper::before {
        display: none;
    }

    .ceo-text-section {
        padding: 40px 30px;
    }

    .watermark {
        font-size: 1rem;
    }

    .ceo-text-section::before {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b68ca1 */.ceo-message-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.ceo-image-section {
    flex: 1;
    position: relative;
    padding: 40px;
    color: white;
    background: linear-gradient(135deg, #c41330 0%, #eb1c24 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 300px;
    z-index: 1;
}

.ceo-image-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150%;
    height: 150%;
    background-color: #e11c24;
    clip-path: polygon(0 80%, 100% 40%, 100% 100%, 0% 100%);
    z-index: -1;
    transform: translate(-10%, 10%);
}

.ceo-image-section::after {
    content: '';
    position: absolute;
    top: 5%;
    left: 10%;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    transform: rotate(45deg);
    z-index: 2;
}

.message-header-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top:40px;
    width: 100%;
    z-index: 2;
    font-family: "Poppins", Georgia;
}

.ceo-title {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.image-wrapper {
    position: relative;
    margin-top: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 75% 100%, 0% 100%, 0% 15%);
}
.image-wrapper1 {
    position: relative;
    margin-top: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 75% 100%, 0% 100%, 0% 15%);
}

.ceo-photo {
     width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.ceo-photo1 {
    width: auto;
    height: 400px !important;
    object-fit: cover;
    display: block;
}

.ceo-text-section {
    flex: 2;
    padding: 60px 80px 60px 60px;
    position: relative;
    background-color: white;
    z-index: 1;
}

.ceo-text-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%, 30% 0);
    background: #eb1c24;
}

.ceo-text-section::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    transform: rotate(45deg);
    z-index: 1;
}

.quote-icon {
    font-size: 4rem;
    color: #eb1c24;
    line-height: 1;
}

.sample-text {
    font-size: 15px;
    line-height: 28px;
    margin-top: 0;
    color: #7a7a7a;
    text-align: justify;
    font-family: "Poppins", Georgia;
}

.ceo-signature {
    padding-top: 20px;
    border-top: 1px solid #eb1c24;
}

.ceo-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #eb1c24;
    margin: 5px 0;
    font-family: "Poppins", Georgia;
}

.ceo-role {
    font-size: 0.9rem;
    color: #666;
    margin: 5px 0 15px 0;
    font-family: "Poppins", Georgia;
}


.linkedin-icon {
    font-size: 1.5rem;
    color: #d62a3a; 
    transition: color 0.2s ease;
    text-decoration: none; 
}

.linkedin-icon:hover {
    color: #303030; 
}

.watermark {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(235, 28, 36);
    pointer-events: none;
    user-select: none;
    font-family: "Poppins", Georgia;
}


@media (max-width: 900px) {
    .ceo-message-container {
        flex-direction: column;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .ceo-image-section {
        padding: 30px;
        flex-direction: row;
        gap: 30px;
        justify-content: space-between;
    }

    .message-header-text {
        margin-bottom: 0;
        align-self: center;
        width: auto;
        text-align: left;
    }

    .ceo-title {
        font-size: 2rem;
    }

    .image-wrapper {
        width: 200px;
        height: auto;
        margin: 0;
    }

    .ceo-image-section::before {
        display: none;
    }

    .ceo-image-section::after {
        top: 20px;
        left: 20px;
    }

    .image-wrapper::before {
        display: none;
    }

    .ceo-text-section {
        padding: 40px 30px;
    }

    .watermark {
        font-size: 3rem;
    }

    .ceo-text-section::before {
        display: none;
    }
} 

@media (max-width: 600px) {
    .ceo-message-container {
        flex-direction: column;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .ceo-image-section {
        padding: 10px;
        flex-direction: row;
        gap: 5px;
        justify-content: space-between;
    }

    .message-header-text {
        margin-bottom: 0;
        text-align: left;
        font-size: 20px;
        width: auto;
    }

    .ceo-title {
        font-size: 22px;
    }

    .image-wrapper {
        width: 150px;
        height: 150px;
        margin: 0;
    }
.ceo-photo1 {
    width: auto;
    height: 200px !important;
    object-fit: cover;
    display: block;
}

    .ceo-image-section::before {
        display: none;
    }

    .ceo-image-section::after {
        top: 20px;
        left: 20px;
    }

    .image-wrapper::before {
        display: none;
    }

    .ceo-text-section {
        padding: 40px 30px;
    }

    .watermark {
        font-size: 1rem;
    }

    .ceo-text-section::before {
        display: none;
    }
}/* End custom CSS */