/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*sticky social icons*/
.vrs-floating-contact {
    position: fixed;
    left: 10px;
    top: 75%;
    transform: translateY(-50%);
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

/* Help bubble */
.vrs-help-bubble {
    position: absolute;
    left: 58px;
    bottom: 0;
    background: #f3f3f3;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 10px 16px;
    border-radius: 14px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.vrs-help-bubble::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent #f3f3f3 transparent transparent;
}

.vrs-help-bubble.hide {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px);
}

/* Contact icons open UP */
.vrs-contact-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.35s ease;
    pointer-events: none;
}

.vrs-floating-contact.active .vrs-contact-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.vrs-contact-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

.vrs-contact-btn:hover {
    transform: scale(1.08);
}

/* All icons equal size */
.vrs-contact-btn img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.vrs-map img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.vrs-map {
    color: #fff;
    font-size: 20px;
}

.vrs-map-icon {
    line-height: 1;
}

/* Chat icon image */
.vrs-chat-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

/* Toggle button */
.vrs-chat-toggle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #b08adf;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    cursor: pointer;
    position: relative;
    padding: 0;
    transition: all 0.3s ease;
    flex-shrink: 0;
    animation: vrsFloat 1.8s ease-in-out infinite;
}

.vrs-chat-toggle:hover {
    transform: scale(1.08);
}

.vrs-chat-icon,
.vrs-close-icon {
    position: absolute;
    font-size: 20px;
    line-height: 1;
    transition: all 0.3s ease;
}

.vrs-close-icon {
    opacity: 0;
    transform: rotate(-90deg) scale(0.7);
}

.vrs-floating-contact.active .vrs-chat-icon {
    opacity: 0;
    transform: rotate(90deg) scale(0.7);
}

.vrs-floating-contact.active .vrs-close-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.vrs-chat-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 18px;
    height: 18px;
    background: #ff1f1f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.vrs-floating-contact.active .vrs-chat-badge {
    display: none;
}

@keyframes vrsFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .vrs-floating-contact {
        left: 8px;
        gap: 10px;
    }

    .vrs-contact-btn,
    .vrs-chat-toggle {
        width: 48px;
        height: 48px;
    }

    .vrs-contact-btn img,
    .vrs-map img,
    .vrs-chat-icon img {
        width: 40px;
        height: 40px;
    }

    .vrs-help-bubble {
        left: 56px;
        font-size: 13px;
        padding: 9px 14px;
        max-width: 220px;
        /* white-space: normal; */
    }
}
/*sticky social icons css ends*/
.post-views {
    text-align: right;
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    position: relative
}

.post-views:before {
    content: 'Views:';
    font-weight: 700;
    font-size: 14px
}
/*blog layout css archive page*/
h1.single-blog-banner-title {
    color: #fff;
    text-align: center;
    font-size: 30px;
}
/*privacy and policy page styles */
.privacy-wrapper {
  padding: 60px 20px;
  background-color: #ffffff;
}

.privacy-container {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 1.8;
}

.privacy-heading {
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #111111;
}

.privacy-text {
  margin-bottom: 15px;
  font-size: 16px;
}

.privacy-list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-list li {
  margin-bottom: 8px;
  font-size: 16px;
}

.privacy-contact {
  margin-top: 20px;
  padding: 20px;
  background: #f7f7f7;
  border-left: 4px solid #0a58ca;
}

.privacy-contact p {
  margin: 6px 0;
  font-size: 16px;
}
/*privacy and policy styles closed*/

/* Add your custom styles here */
/*.container.gaqq {*/
/*    width: 52vw;*/
/*    height: 100vh;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-end;*/
/*    padding-right: 0;*/
/*    box-sizing: border-box;*/
/*    }*/

/*   .gaqq .text-block {*/
/*        line-height: 0.9;*/
/*        text-align: right;*/
/*    }*/

/*   .gaqq .line1 {*/
/*        font-size: 18vw;*/
/*        font-weight: 700;*/
/*        background: linear-gradient(*/
/*            to bottom,*/
/*            rgba(255,255,255,0.9),*/
/*            rgba(255,255,255,0.4)*/
/*        );*/
/*        -webkit-background-clip: text;*/
/*        color: transparent;*/
/*        opacity: 0.9;*/
/*        text-align: center;*/
/*    }*/

/*   .gaqq .line2 {*/
/*        font-size: 20vw;*/
/*        font-weight: 700;*/
/*        background: linear-gradient(*/
/*            to bottom,*/
/*            rgba(255,255,255,0.8),*/
/*            rgba(255,255,255,0.3)*/
/*        );*/
/*        -webkit-background-clip: text;*/
/*        color: transparent;*/
/*        opacity: 0.8;*/
/*        margin-top: -1vw;*/
/*    }*/
.wpcf7 form.invalid{
	color: #FFF;
}
/*page speed css*/

.page-loaded * {
  will-change: auto;
}
img {
  max-width: 100%;
  height: auto;
}
/*page speed css closed*/
/*top header*/
.top_header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.details, .sociallinks{
    display: flex;
    gap: 20px;
    align-items: center;
    line-height: 0;
}
.top_header ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.top_header ul li a{
    color: #fff;
    transition: .3s ease;
    font-size: 16px;
    font-weight: 700;
}
.top_header ul li a:hover{
    color: #D16E2C;
}
.top_header i.fab, .top_header i.fas, .top_header i.fa{
    background-color: #D16E2C;
    padding: .5rem;
    border-radius: 50%;
    fill: #fff;
    font-size: 15px;
    margin-right: 5px;
}
.top_header a:hover i.fab, .top_header a:hover i.fas, .top_header a:hover i.fa{
    color: #fff;
}
.sociallinks i{
    font-size: 20px;
}
.uline .menu-item a.hfe-menu-item {
    padding-left: 83px;
    padding-right: 10px;
}
/* Mobile */
@media (max-width: 600px) {
    .top_header {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    .details {
        flex-direction: column;
        gap: 6px;
    }

    .details span {
        font-size: 13px;
    }

    .sociallinks {
        gap: 14px;
    }

    .sociallinks i {
        font-size: 16px;
    }
}
/*top header close*/
/*top footer*/
.footer_box{
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: right;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.footer_box ul{
    padding: 0;
}
.footer_box li {
    list-style-type: none;
}
.footer_box a i{
    background-color: #d47029;
    padding: 12px;
    border-radius: 50%;
    transition: .3s ease;
    color: #fff;
}
.footer_box a:hover i{
color: #fff;
  transform:translateY(-10px);
}
.footer_box a {
    transition: .3s ease;
}
/*about us why vrs css*/
.device-tab {
    position: relative;
    padding-left: 20px;
    /* space for the line */
    transition: color 0.3s ease;
}

/* Before element line */
.device-tab::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    /* height of the line */
    width: 4px;
    /* thickness of the line */
    background-color: transparent;
    border-radius: 2px;
    transition: all 0.4s ease;
}

/* Active tab line */
.device-tab::before {
    background-color: #FF7A00;
    height: 100%;
}

.device-container {
    display: flex;
    gap: 25px;
    padding: 20px;
}

/* LEFT TABS */
.device-tabs {
    width: 25%;
    box-shadow: 0px 0px 10px #000;
    padding: 20px 10px 20px 10px;
    border-radius: 20px;
    background: #fff;
    /* sticky tabs */
    /* distance from top */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.device-tab {
    padding: 12px;
    background: #f3f3f3;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    width: 95%;
    margin: 0 auto;
    max-width: 100%;
    transition: 0.3s ease;
}

.device-tab:hover {
    background: #ddd;
}

.device-tab.active {
    background: #ff7a00;
    color: #fff;
}

/* RIGHT CONTENT */
.device-content {
    width: 75%;
    box-shadow: 0px 0px 10px #000;
    border-radius: 20px;
    height: auto;
    overflow: hidden;
    background: #fff;
}

/* HIDE SECTIONS */
.device-section {
    display: none;
}

.device-section.active {
    display: block;
    padding: 3rem;
}

/* FLEX SIDE-BY-SIDE */
.device-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

/* Fade + Slide Animation */
.fade-anim {
    animation: fadeSlide 0.5s ease forwards;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.device-text {
    display: flex;
    flex-direction: column;
    
    flex: 1 1 94%;
}

.device-image {
    width: 100%;
    max-width: 100%;
}

.device-image img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.device-sub {
    margin-bottom: 15px;
    font-size: 20px;
    color: #444;
    font-weight: 600;
}

/* BULLET LIST */
.device-list {
    padding-left: 22px;
}

.device-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}
.why-choose {
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
}

/* Top dotted line */
.timeline {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 3px dotted #DB6F2C;
}

/* Zig-zag height adjustments */
.item {
    width: 15%;
    position: relative;
    text-align: center;
    transition: 0.4s ease;
}

.item.up {
    margin-top: 20px;
}

.item.down {
    margin-top: 90px;
}

/* Hanging dotted line */
.device-text h2 {
    max-width: 100%;
    width: 100%;
    font-size: 1.8rem;
}
.hang-line {
    height: 45px;
    width: 2px;
    margin: 0 auto;
     border-right: 2px dotted #DB6F2C;
}

/* Number Circle */
.number {
    width: 60px;
    height: 60px;
    padding: 12px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #294B9D;
    color: #241D45;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px auto 18px;
    transition: 0.4s ease;
}

/* Heading Box */
.item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #241D45;
    background: #fff;
    padding: 12px 10px;
    border: 2px solid #241D45;
    border-radius: 10px;
    display: inline-block;
    transition: 0.4s ease;
}

/* 🔥 Hover Effects */
.item:hover .number {
    color: #fff;
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 10px 25px rgba(36, 29, 69, 0.3);
}

.item:hover h3 {
    border-color: #294B9D;
    box-shadow: 0 8px 20px rgba(36, 29, 69, 0.15);
    transform: translateY(-5px);
}

.item:hover {
    transform: translateY(-10px);
}

/* ✨ Entrance Animations */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
}

.fade-down {
    opacity: 0;
    transform: translateY(-40px);
    animation: fadeDown 1s ease forwards;
}

/* Delay for stagger animation */
.item:nth-child(1) { animation-delay: 0.1s; }
.item:nth-child(2) { animation-delay: 0.2s; }
.item:nth-child(3) { animation-delay: 0.3s; }
.item:nth-child(4) { animation-delay: 0.4s; }
.item:nth-child(5) { animation-delay: 0.5s; }
.item:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .timeline {
        flex-wrap: wrap;
        justify-content: center;
    }
    .item {
        width: 30%;
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .item {
        width: 90%;
        margin-bottom: 40px;
    }
}

/*why vrs closed*/
.omdm {
    display: flex;
    /*flex-direction: column;*/
    gap: 25px;
}
/*.rev{*/
/*    flex-direction: column-reverse;*/
/*}*/
.osd .col-lg-6.elementkit-testimonial-col {
    flex: 0 0 100%;
    max-width: 100%;
}

.gifimg img {
    height: 100%;
    object-fit: cover;
    width: 500px;
    margin: 0 auto;
     border-radius: 20px;
}
.lft {
    max-width: 100%;
    width: 100%;
}

.lft li {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px !important;
}
.lft ul {
    max-width: 100%;
    width: 100%;
    line-height: 25px;
    font-weight: 500;
    margin: 25px 0 !important;
}

.lft h4 {
    font-weight: 700;
    font-size: 1.015vw;
    color: #fff;
}

.lft h3 {
    font-weight: 700;
    color: #FF7A00;
    font-size: 1.8vw;
}
/*beneifts new css*/
.cma_container {
    flex: 0 0 32%;
    max-width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 30px 30px 0;
    background: url(/wp-content/uploads/2025/12/bnf.webp) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;transition: 300ms ease;
}
.cma_container:hover{
	transform: translateY(-10px);
}

.cma {
    display: flex;
    align-items: center;
}

.dms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.crdi img {width: 45px;position: absolute;top: 35px;bottom: 0;left: 30px;border-radius: 50%; transition: .3s linear;}

.cma_container:hover .crdi img{
	width: 35px;
	left: 10px;
	top: 50px;
	transform: rotate(-360deg);
}
.ficons img{
	position: absolute;
	left: 40px;
	width: 30px;
	top: 24px;
	background-color: #6B182E;
	border-radius: 7px;
	padding: 2px;
}
.ficons1 img {
    position: absolute;
    left: 55px;
    top: 48px;
    width: 27px;
    background-color: #DC6D00;
    border-radius: 7px;
    padding: 2px;
}

.ficons2 img {
    position: absolute;
    left: 29px;
    top: 53px;
    width: 27px;
    background-color: #294B9D;
    border-radius: 7px;
    padding: 2px;
}
.cardbody h4 {
    font-size: 18px;
    color: #fff;
}
.crdi {
    background: url(/wp-content/uploads/2025/12/gradient-circle.webp) no-repeat;
    background-position: 0;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 125px;
    min-width: 100px;
    position: relative;
}
/*benefits new ends*/
img.outline {
    filter: drop-shadow(0px 0px 3px black);
}
.infographic_col {
    position: relative;
}

.infographic_col img {
    width: 100%;
    height: 100%;
    position: relative;
    top: -15px;
}

.svg_1 img{
	width: 30px;
	height: 30px;
}
.svg_2 img {
    width: 25px;
    height: 25px;
}
.svg_3 img {
    width: 25px;
    height: 25px;
}
.svg_1 {
    position: absolute;
    left: 22%;
    top: 40px;
    display: flex;
}

.svg_2 {
    position: absolute;
    left: 42.5%;
    bottom: 30%;
    display: flex;
}

.svg_3 {
    position: absolute;
    left: 74%;
    bottom: 55%;
    display: flex;
}
.infographic_col img.bounceup {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 0px auto;
    transform-origin: center bottom;
    animation-name: infinitebounce;
    animation-timing-function: ease;
    background: linear-gradient(120deg, #fdfbfb, #ebedee);
    width: 28px;
    height: 28px;
    padding: 4px;
    border-radius: 50%;
}
@keyframes infinitebounce{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-30px);
    }
    100%{
        transform: translateY(0px);
    }
}
.eael-contact-form input.wpcf7-form-control, textarea {
    margin-top: 5px !important;
}
.eael-contact-form .wpcf7-submit.has-spinner{
margin-top: 30px !important;	
}
.info-card p {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 26px;
}
.abt_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 23px;
}
.elemnts .acm img {
    width: 90px;
    transition: 300ms ease;
    filter: drop-shadow(0 1px 2px #141D3B);
}
.elemnts:hover .acm img{
  transform: rotate(-360deg);  
}
.abt_info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 12px;
    color: #294B9D;
}

.abt_info p {
    margin: 0;
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 25px;
}
.abt_info .elemnts {
    max-width: 100%;
    flex: 0 0 48%;
    display: flex;
    align-items: center;
    gap: 17px;
}
.styky {
    position: sticky;
    top: 0;
    height: 100%;
}
.info-card {
    color: #fff;
}
.benefits_mdm span.elementor-icon-list-text {
    display: flex;
    align-items: center;
    gap: 20px;
}
.section {
    max-width: 100%;
    width: 100%;
    font-size: 0.95rem;
}
.section b {
    font-size: 1.25rem;
}
.newelem img {
    width: 55px;
}

.newelem {
    background: #fff;
    padding: 3px;
    border-radius: 12px;
}
.word {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  animation: slideUp 0.6s ease forwards;
}
@keyframes slideUp {
  to { transform: translateY(0); opacity: 1; }
}
.word:nth-child(n) {
  animation-delay: calc(var(--word-index) * 0.2s);
}
.hw h1 {
    font-size: 3rem !important;
    font-weight: bold;
    color: #fff;
}
.fs p{
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}
.tp_hdr{
    display: flex;
    gap: 15px
}
.tp_hdr a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    transition: 300ms ease;
}
.tp_hdr a span:hover{
    text-decoration: underline;
    text-decoration-color: #d16e2c;
}
.tp_hdr i{
    margin-right: 8px;
    background-color: #D16E2C;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    border-radius: 50px;
}
.selct{
    font-size: 1.2rem;
    width: 95%;
    margin: 0 auto !important;
    /* line-height: 40px; */
}
.selct b {
    font-size: 2rem;
    margin-right: 10px;
}
/*mdm features*/
.icon span {
    font-size: 3.5rem;
    font-weight: 600;
    background: -webkit-linear-gradient(#6B182E, #30101F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #6B182E;
}
.testimonial_wrapper h5 {
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    color: #294B9D;
}
.testimonial_wrapper .icon{
    filter: drop-shadow(5px 15px 20px rgba(7, 57, 114, 0.3333333333));
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial_wrapper img {
    max-height: 100px;
    object-fit: contain;
    width: 60px;
    transition: 0.3s ease;
}
.testimonial_wrapper .info-card:hover img{
transform:rotate(-360deg);
}
.testimonial_wrapper .elementskit-commentor-content {
    padding: 20px !important;
}
.testimonial_wrapper .elementskit-testimonial-slider-block-style-two {
    text-align: center;
    padding: 10px !important;
    background-color: #f1f2fa;
    border-radius: 30px;
    overflow: hidden;
    margin: 20px 0;
    display: block;
    color: #000;
}
.testimonial_wrapper .ekit-wid-con .swiper-pagination span {
    background-color: #D47029;
}
.testimonial_wrapper .swiper-slide-active {
transform: scale(1.1);
padding: 0px 15px;
filter: drop-shadow(5px 50px 30px #07397211);
}
.testimonial_wrapper .elementor-repeater-item-8620428, .testimonial_wrapper .elementor-repeater-item-b353d1e, .testimonial_wrapper .elementor-repeater-item-cc3f3bc {
    transform: scale(1);
    top: 100px;
    padding: 0 10px !important;
    transition: all 0.4s ease;
}
.testimonial_wrapper .swiper-slide-active .elementor-repeater-item-8620428, .testimonial_wrapper .swiper-slide-active .elementor-repeater-item-b353d1e, .testimonial_wrapper .swiper-slide-active .elementor-repeater-item-cc3f3bc {
    top: 0px;
}
/*services benefits*/
.adv_tabs ul {
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center !important;
}

.adv_tabs h4.eael-tab-title.title-after-icon {
    font-size: 15px !important;
}

.adv_tabs li.eael-tab-item-trigger {
    max-width: 23%;
    width: 100%;
    box-shadow: 0px 0px 5px #0000007a;
    margin-bottom: 15px !important;
    padding: 10px !important;
    flex: 0 0 50% !important;
}
.mdm-container {
    display: flex;
    gap: 25px;
    padding: 20px;
}
/* LEFT TABS */
.mdm-tabs {
    width: 25%;
    box-shadow: 0px 0px 10px #000;
    padding: 20px 10px 20px 10px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
}

.mdm-tab {
    padding: 12px;
    margin-bottom: 0;
    background: #f3f3f3;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
}

.mdm-tab.active {
    background: #ff7a00;
    color: #fff;
}

/* RIGHT CONTENT */
.mdm-content {
    width: 75%;
    box-shadow: 0px 0px 10px #000;
    border-radius: 20px;
    height: auto;
}

/* HIDE SECTIONS */
.mdm-section {
    display: none;
}

.mdm-section.active {
    display: block;
}

/* FLEX SIDE-BY-SIDE */
.mdm-inner {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.mdm-text {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    padding: 3rem !important;
}

.mdm-image img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}
.adv_tabs img {
    height: 100%;
    object-fit: cover;
    width: 350px;
}
.adv_tabs .mdm-text {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.adv_tabs h3 {
    margin-top: 0;
}

.adv_tabs .mdm-inner {
    margin-top: 2rem;
}
/* SUB HEADING */
.sub-heading {
    margin-bottom: 15px;
    font-size: 20px;
    color: #444;
    font-weight: 600;
}

/* BULLET LIST */
.mdm-list {
    padding-left: 22px;
}

.mdm-list li {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 15px;
}
.benefits_mdm p {
    color: #07143D;
    font-weight: 500;
}
.cardbody p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.e_sticky {
    position: sticky;
    top: 0;
    position: -webkit-sticky;
    z-index: 100;
    height: 100%;
}
span.bg__overlay {
    position: absolute;
    background: #0000007d;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
}
.banner_sec a {
    background-color: #D16E2C;
    color: #fff;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 700;
    border-radius: 6px;
    display: inline-flex;
    max-width: 100%;
    overflow: hidden;
    width: 45%;
    text-align: center;
    align-items: center;
    position: relative;
    gap: 15px;
}
.banner_sec a i, .splt a i{
    transform:rotate(0deg);
    transition: 300ms ease;
}
.banner_sec a:hover i, .splt a:hover i{
    transform: rotate(-30deg);
}
.splt a {
    background-color: #07143D;
    color: #fff;
    padding: 12px;
    font-size: 13px;
    line-height: 1.25em;
    margin-top: 20px;
    font-weight: 700;
    border-radius: 6px;
    display: inline-flex;
    max-width: 100%;
    overflow: hidden;
    width: 75%;
    text-align: center;
    align-items: center;
    position: relative;
    gap: 15px;
}
.benefits_mdm{
    position: relative;
}
.benefits_mdm .hw {
    color: #fff;
    text-align: center;
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
}

.benefits_mdm span.val {
    color: #fff;
    text-align: center;
    background-color: orange;
    width: 45px;
    height: 45px;
    font-size: 22px;
    border-radius: 50%;
    line-height: 45px;
    display: block;
    margin: 0 auto;
}

.benefits_mdm p.bmd {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.benefits_mdm .elementor-widget-spacer {
	background-color: #07143D;
	width: 2px !important;
	align-items: center;
	margin: 0 auto;
	height: 35%;
	position: absolute;
	left: 0;
	right: 0;
	top: 140px;
	bottom: 0;
}
.asp img {
    width: 80px;
    margin: 0 auto;
}
.e_sticky h2 {
    color: #fff;
    font-size: 3rem;
}

.e_sticky .hw::after, .specialities .hw::after {
    position: absolute;
    background-color: #fff;
    content: '';
    width: 15%;
    height: 3px;
}
.specialities .hw::after {
    background-color: #07143D;
}
.specialities h2 {
    font-size: 2.5rem;
}

.benefits_mdm h2 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.banner_sec h1 {
    font-size: 3rem;
    font-weight: 700;
}
.specialities span.swiper-pagination-bullet.swiper-pagination-bullet {
    height: 2px !important;
    width: 100% !important;
    background-color: #294B9D;
    opacity: 1 !important;
    border: none !important;
    transform: scale(1) !important;
    border-radius: 0px;
    margin: 0px;
    transition: all 0.3s ease-in-out;
}
.specialities .swiper-pagination .swiper-pagination-bullet:before{
    content: '';
    display: block;
    position: absolute;
    top: 0 !important;
    left: auto !important;
    right: 0;
    background-color: #07143D;
    border-radius: 0;
    width: 0 !important;
    height: 2px !important;
	border-radius: 0 !important;
	transform: translate(0) !important;
    transition: all 0.4s ease-in-out;
}

.specialities .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    width: 100% !important;
    right: auto !important;
	left: 0 !important;
}
.specialities .elementskit-commentor-content {
    display: flex;
    min-height: 345px;
    justify-content: space-between;
    align-items: center;
    gap: 20px 20px;
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
    border-radius: 6px 6px 6px 6px;
    padding: 50px 25px !important;
    overflow: visible;
    border: 1px solid #07143d52;
}
.eap .swiper-pagination .swiper-pagination-bullet:before{
background-color: #FF7A00;	
}
.eap .elementskit-commentor-content{
	border: none;
	padding: 40px !important;
}
.asp h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #07143D;
}

.asp p {
    font-size: 1rem;
    color: #07143D;
}
.splt .elementor-widget-icon-box {
    position: absolute;
    top: -20px;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 50px;
    display: flex;
    align-items: center;
}
.splt img {
    aspect-ratio: 1 / 1.33;
    object-fit: cover;
}

.splt .elementor-position-top {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    padding: 50px;
    overflow: visible;
}
.prv {
    position: absolute;
    max-width: 395px;
    background: #fff;
    border-radius: 6px;
    padding: 40px 20px;
    margin: 0 auto;
    z-index: 1;
    top: 75px;
    right: 50px;
}

.prv ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 22px;
    padding-bottom: 10px;
    font-size: 15px;
}
/*.benefits_mdm img {*/
/*    aspect-ratio: 1 / 0.5;*/
/*    object-fit: cover;*/
/*}*/

/*single page css*/
/* =======================
   BANNER
======================== */
.banner{
    height:80vh;
    background:url('https://via.placeholder.com/1400x800') center/cover no-repeat;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.banner-overlay{
    position:absolute;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.6);
}

.banner-content{
    position:relative;
    color:white;
    z-index:2;
}

.banner h1{
    font-size:50px;
    margin-bottom:10px;
}

.banner p{
    font-size:20px;
    opacity:0.9;
}

/* =======================
   ABOUT
======================== */
.about{
    padding:80px 0;
    background:#f7f7f7;
}

.about-wrap{
    display:flex;
    align-items:center;
    gap:40px;
}

.about-img img{
    width:100%;
    border-radius:10px;
}

.about-content h2{
    font-size:32px;
    margin-bottom:15px;
}

.about-content p{
    margin-bottom:15px;
    font-size:16px;
}

/* Responsive */
@media(max-width:768px){
    .about-wrap{
        flex-direction:column;
        text-align:center;
    }
    .contact-wrap{
        flex-direction:column;
    }
}

/* =======================
   WHY CHOOSE US
======================== */
.why{
    padding:80px 0;
}

.section-title{
    text-align:center;
    margin-bottom:40px;
    font-size:32px;
}

.why-boxes{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
    gap:20px;
}

.why-box{
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 4px 15px rgba(0,0,0,0.1);
    text-align:center;
}

.why-box h3{
    margin-bottom:10px;
    font-size:22px;
}

/* =======================
   CONTACT
======================== */
.contact{
    padding:80px 0;
    background:#f7f7f7;
}

.contact-wrap{
    display:flex;
    gap:40px;
}

.contact-form,
.contact-info{
    flex:1;
}

.contact-form h2,
.contact-info h2{
    margin-bottom:20px;
    font-size:28px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:15px;
    margin-bottom:15px;
    border:1px solid #ccc;
    border-radius:5px;
}

.contact-form button{
    width:100%;
    padding:15px;
    border:none;
    background:#007bff;
    color:white;
    border-radius:5px;
    font-size:18px;
    cursor:pointer;
}

.contact-form button:hover{
    background:#0056b3;
}

.contact-info p{
    margin-bottom:10px;
}
@media(max-width:767px){
        .top_header {
        flex-direction: column;
        padding: 0;
        gap: 15px;
    }
    .banner_sec a i, .splt a i{
        margin-top: 4px;
    }
    .splt a{
    width: 100%;
    padding: 18px;
    font-size: 17px;
    line-height: 2.25em;
    }
    .device-tabs{
        width: 100%;
    }
    .device-content{
        width: 100%;
    }
    .device-inner{
        flex-direction: column-reverse;
    }
    .hw h1{
        text-align: center;
    }
    .omdm{
flex-direction:column;
}
    .item.down{
margin-bottom:0px;
}
    .tp_hdr{
        flex-direction: column;
    }
    .benefits_mdm .hw{
        width: 100%;
    }
    .form_fields{
        flex-direction: column;
        gap: 5px !important;
        padding-bottom: 25px;
    }
    .abt_info{
        gap: 40px;
    }
    .abt_info .elemnts, .cma_container{
      flex: 0 0 100%;  
    }
    .elemnts .acm img{
        width: 55px;
    }
    .infographic_col img{
        top: 0;
        margin-top: 3rem;
    }
    .svg_1{
       top: 0%; 
    }
    .svg_3 {
    left: 70%;
    bottom: 57%;
    }
    .mdm-inner{
        flex-direction: column;
    }
    .adv_tabs li.eael-tab-item-trigger {
        max-width: 100%;
        flex: 0 0 75% !important;
    }
    .mdm-container{
        flex-direction: column;
    }
	.mdm-tabs{
        width:100% !important;
	}
	.mdm-content{
        width:100% !important;
	}
	.banner_sec a{
	    width: 45%;
	    justify-content: space-evenly;
	    padding: 15px 0;
	    text-align: center;
	}
	.text{
		flex: 1;
	}
	.splt .elementor-widget-icon-box{
		top: 0;
	}
	.splt img{
		width: 100%;
		max-width: 100%;
	}
}
.button-wp{
    position: sticky;
    top: 10px;
}