.elementor-1001249 .elementor-element.elementor-element-b4976cc{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:column;--justify-items:start;--margin-top:37px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1001249 .elementor-element.elementor-element-0e7daa7 > .elementor-widget-container{margin:030px 4px 4px 4px;}.elementor-1001249 .elementor-element.elementor-element-03d81c1{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:35px;--margin-bottom:18px;--margin-left:0px;--margin-right:0px;}.elementor-1001249 .elementor-element.elementor-element-e825363{--iteration-count:infinite;--dynamic-text-color:var( --e-global-color-vamtam_accent_1 );}.elementor-1001249 .elementor-element.elementor-element-e825363 .elementor-headline{text-align:center;font-weight:700;}.elementor-1001249 .elementor-element.elementor-element-09b0f2e > .elementor-widget-container{margin:-11px 0px 0px 0px;}.elementor-1001249 .elementor-element.elementor-element-df8ad2f{--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:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-1001249 .elementor-element.elementor-element-58bf551{text-align:center;}.elementor-1001249 .elementor-element.elementor-element-9a6d2cf{text-align:center;}.elementor-1001249 .elementor-element.elementor-element-6d8fa6d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:070px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-1001249 .elementor-element.elementor-element-9d7cc26{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1001249 .elementor-element.elementor-element-b4976cc{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-1001249 .elementor-element.elementor-element-b4976cc{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS *//* Page Height Control */
body, .elementor-page, .page {
    min-height: 100vh; /* Minimum height equals full viewport height */
    max-height: 102vh; /* Maximum height in pixels */
    overflow-y: auto; /* Adds scrolling if content exceeds max height */
    position: relative; /* For proper positioning of the gradient */
}

/* Radial gradient at bottom left with darker purple inner color and white outer color */
body::after {
    content: "";
    position: fixed; /* Fixed position so it stays at bottom left */
    bottom: 0;
    left: 0;
    width: 50%; /* Increased size for smoother transition */
    height: 50%; /* Increased size for smoother transition */
    background: radial-gradient(circle at bottom left, 
                rgba(75, 0, 130, 0.7) 0%, /* Darker purple with higher opacity */
                rgba(120, 81, 169, 0.3) 30%, /* Mid transition color */
                rgba(255, 255, 255, 1) 50%, /* Near-white with low opacity */
                rgba(255, 255, 255, 1) 100%); /* Completely transparent white */
    pointer-events: none; /* Ensures clicks pass through to elements below */
    z-index:-1; /* Increased z-index to ensure visibility */
    display: block; /* Ensure it's displayed */
}/* End custom CSS */