.elementor-kit-2501{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-zoom-out;--e-page-transition-exit-animation:e-page-transition-zoom-in;--e-page-transition-animation-duration:300ms;}.elementor-kit-2501 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #66BDFF26 0%, #7A7A7A 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* About Page Hero Section */
.page-id-1116 .custom-hero {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust height as needed */
    margin-top: 0; 
    overflow: hidden;
}

.page-id-1116 .custom-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Image ko stretch nahi karega */
}

.page-id-1116 .custom-hero .hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff; /* White text */
    background: rgba(0, 0, 0, 0.4); /* Transparent black background for readability */
    padding: 20px 40px;
    border-radius: 10px;
}/* End custom CSS */