.bg-gradient {
    background: linear-gradient(135deg, #1e1f6e 0%, #2b2d8c 50%, #3a3daa 100%) !important;
}
.dline h2:before {
    content: '';
    width: 22px;
    height: 2.5px;
    background: #ffffff59;
    flex-shrink: 0;
    border-radius: 2px;
    position: relative;
    display: block;
}
.dline h2 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dline-orange h2:before {
    content: '';
    width: 22px;
    height: 2.5px;
    background: #e85d04;
    flex-shrink: 0;
    border-radius: 2px;
    position: relative;
    display: block;
}
.dline-orange h2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.small-aspect-ratio img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.small-aspect-ratio  {
    overflow: hidden;
}
.testimonial-wrp {
    overflow: hidden;
    transition: all .3s;
    position: relative;
}
.testimonial-wrp:hover {
    transform: translateY(-4px);
}
.testimonial-wrp {
    height: 100% !important;
}
.circle-wrp {
    width: 104px !important;
    height: 104px !important;
    margin: 0 auto 10px auto !important;
	
}
.divider-wrp { 
	background: linear-gradient(90deg, #2b2d8c, #00a651, #e85d04);
	text-align: center !important;
    margin: 0 auto !important;
    width: 75% !important;
}
.img-overlay-wrp:before {
    content: "";
    background: linear-gradient(0deg, #0f1035e6 0%, #0f10354d 60%, #00000000 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.img-overlay-wrp {
   position: relative;
}
.img-overlay-wrp.navy:before {
    background: linear-gradient(0deg, #2b2d8ceb 0%, #2b2d8c80 60%, #00000000 100%);
}
.growth-tab-wrp .e-n-tab-title:first-child {
    border-radius: 7px 0 0 7px;
}
.growth-tab-wrp .e-n-tab-title:last-child {
    border-radius: 0 7px 7px 0;
}
.scard::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #2b2d8c, #00a651);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
}
.scard {
    transition: all .25s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.scard:hover::after {
    transform: scaleX(1);
}
.wc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #e85d04, #2b2d8c);
    transition: width .4s;
}
.wc:hover {
    box-shadow: 0 4px 24px #2b2d8c1a;
    transform: translateY(-3px);
}
.wc:hover::after {
    width: 100%;
}
.wc {
    transition: all .3s;
    position: relative;
    overflow: hidden;
}
.stats-strip {
    background: linear-gradient(135deg, #1e1f6e 0%, #2b2d8c 50%, #3a3daa 100%);
}
.heading-wrp:hover .elementor-heading-title {
    color: #2b2d8c !important;
}
.phi-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(110deg, #0f1035eb 0%, #0f1035bf 50%, #2b2d8c80 100%);
    z-index: 1;
}
.about-img-ov:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #2b2d8cb3 0%, #2b2d8c4d 100%);
}
.dot-inner .elementor-heading-title {
    position: absolute;
    left: -30px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2.5px solid #2b2d8c;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 0 4px #eeeef8;
    font-size: 0 !important;
}
.tli-wrp {
    padding-left: 36px !important;
    position: relative !important;
}
.tline-main::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(#2b2d8c, #00a651, #e85d04);
}
.tm-ov .elementor-widget-image {
    position: relative;
}
.tm-ov .elementor-widget-image:after {
	content: '';
    position: absolute;
    background: linear-gradient(0deg, #2b2d8ce6 0%, #2b2d8c33 60%, #00000000 100%);
    top: 0;
	left: 0;
	z-index: 1;
	right: 0;
	bottom: 0;
}
.phi-overlay.navy:after {
    background: linear-gradient(110deg, #2b2d8cf2 0%, #2b2d8ccc 60%, #3a3daa80 100%);
}
.phi-overlay.orange:after {
    background: linear-gradient(110deg, #c84b00e6 0%, #e85d04b3 60%, #ff96324d 100%);
}

.tc-c:hover {
    transform: translateY(-3px);
}
.wp-s::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #2b2d8c, #e85d04);
    transition: width .4s;
}
.wp-s:hover::after {
    width: 100%;
}