:root{--page-title-display:none;}/* Start custom CSS */.Template-Page-OurVision-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #e2f9f7;
    padding: 50px;
    border-radius: 10px;
    gap: 30px;
}
.custom-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #e2f9f7;
    padding: 50px;
    border-radius: 10px;
}
/* Text section */
.custom-text {
    width: 75%;
    font-family: 'Roboto', sans-serif;
    color: #222222;
    font-size: 18px;
    line-height: 30px;
}
/* Bullet points */
 .custom-text ul {
    list-style-type: none;
    padding-left: 0;
}

 .custom-text li {
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Custom Icons */
 .custom-text img {
    width: 24px;
    height: 24px;
}
/* Image Section */
.custom-image {
    width: 25%;
    text-align: center;
}

.custom-image img {
    width: 100%;
    border-radius: 10px;
    border: 3px double #166769;
    padding: 10px;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.cta-buttons .primary-btn {
    background-color: #166769;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 8px;
    border: 2px solid #166769;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.cta-buttons .secondary-btn {
    background-color: transparent;
    color: #166769;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 8px;
    border: 2px solid #166769;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
/*---Arif CSS-----*/
.elementor-icon path{
    fill:#166769;
}
/*--@media only screen and (min-width: 960px){
body #page #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff !important; /* Adjust based on your design */
   /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow */
/*}
}--*//* End custom CSS */