.elementor-kit-9{--e-global-color-primary:#1A56FF;--e-global-color-secondary:#191D24;--e-global-color-text:#54585F;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:800;background-color:#F8FCFF;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */p{
    margin: 0;
}
body{
    overflow-x: hidden;
}
.lined-heading{
    position: relative;
    display: inline-block;
    color: #1A56FF;
}

.lined-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 100%;
    height: 12px;
    background: url("https://opm-mastery.kretoss.in/wp-content/uploads/2026/08/zigzag.svg") no-repeat center;
    background-size: contain;
}

.heading-circle {
    position: relative;
    color: #1A56FF;
    padding: 0 15px;
    font-weight: 700;
}
.heading-circle:before {
    content: '';
    background: url("https://opm-mastery.kretoss.in/wp-content/uploads/2026/08/Ellipse-22-1.png") no-repeat;
    position: absolute;
    top: 0;
    background-size: contain;
    width: 100%;
    height: 50px;
    left: 10px;
    z-index: -1;
}
span.blue-heading {
    position: relative;
    color: #1A56FF;
    font-weight: 700;
    display:inline-block;
}
span.blue-heading:after {
    content: '';
    position: absolute;
    background: url(https://opm-mastery.kretoss.in/wp-content/uploads/2026/08/Group-1376157861-1.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    right: 0;
    top: -10px;
    left: 97%;
}/* End custom CSS */