.elementor-299 .elementor-element.elementor-element-e34eda5{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-299 .elementor-element.elementor-element-05254ec{--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;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a6ae8b9 */.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%);
}

.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 Styling --- */
.linkedin-icon {
    font-size: 1.5rem;
    color: #d62a3a; /* Replaced var(--base-color) */
    transition: color 0.2s ease;
    text-decoration: none; /* Remove underline */
}

.linkedin-icon:hover {
    color: #4CAF50; /* Replaced var(--accent-color) */
}

.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-3b574fd */.responsive-heading {
	color: #ec1c26;
	font-size: 20px;
	font-family: "Poppins", Sans-serif;
  }
  
  @media (max-width: 768px) {
	.responsive-heading {
	  font-size: 16px;
	  font-family: "Poppins", Sans-serif;
	}
  }/* End custom CSS */