.cust_bg_border p {
    color: #373535;
    font-size: 19px;
}

.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


@font-face {
  font-family: 'garamond-i';
  src: url('../icons/fontawesome/webfonts/CormorantGaramond-Regular.ttf') format('truetype'),
         url('../icons/fontawesome/webfonts/CormorantGaramond-Regular.ttf') format('truetype'),
         url('../icons/fontawesome/webfonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'garamond-m';
  src: url('../icons/fontawesome/webfonts/CormorantGaramond-Medium.ttf') format('truetype'),
         url('../icons/fontawesome/webfonts/CormorantGaramond-Medium.ttf') format('truetype'),
         url('../icons/fontawesome/webfonts/CormorantGaramond-Medium.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url('../icons/fontawesome/webfonts/calibri-regular.ttf') format('truetype'),
         url('../icons/fontawesome/webfonts/calibri-regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'calibri-m';
  src: url('../icons/fontawesome/webfonts/calibri-bold.ttf') format('truetype'),
         url('../icons/fontawesome/webfonts/calibri-bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

.cust_bg_ser ul li {
    color: #000;
}

.font_cust li {
    font-size: 22px;
}

.content-item ul li {
    color: #000;
    text-align: justify;
}

.cust_bg_ser h2, .cust_bg_ser h3, .cust_bg_ser h4 {
    color: #30266d;
    font-weight: 500;
}

ul li strong {
    font-weight: 600;
    font-family: 'calibri-m', sans-serif;
    font-size: 21px;
}

@media only screen and (max-width: 991px) {
    .top-bar .dz-topbar-left {
        display: none;
    }
    .dz-topbar-right{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .dz-topbar-right ul li{
        font-size: 13px !important;
    }
}

@media (max-width: 768px) {
    .sub-menu {
        display: none; /* Hide submenus initially */
        position: absolute; /* Position dropdowns correctly */
        left: 100%;
        top: 0;
    }
    .sub-menu-down.active .sub-menu {
        display: block; /* Show submenu when active class is added */
    }
    .header-nav.w3menu .nav > li .sub-menu ul.sub-menu {
        right: 0;
        margin-left: 0 !important;
    }   
}


.mb-40 {
    margin-bottom: 40px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.service-single .content-item h1 {
    background-color: #30499d;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    text-shadow: 1px 1px 2px #000;
}

img.cust_a_img {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu > li {
    position: relative;
}

.menu > li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    color: #fff;
    text-decoration: none;
    background: #333;
}

.menu > li a:hover {
    background: #444;
}

/* Submenu Styles */
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; /* Hidden by default */
    background: #0491d640;
    border-radius: 12px;
}

.submenu li a {
    padding: 10px 15px;
    color: #ddd;
    text-decoration: none;
}

.submenu li a:hover {
    color: #fff;
}

/* Main menu item (has dropdown) */
.menu-item {
  position: relative;
}

/* First-level dropdown menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 220px;
  z-index: 9999;
  padding: 0;
  list-style: none;
  border: 1px solid #ddd;
}

/* Show dropdown on hover */
.menu-item:hover > .dropdown-menu {
  display: block;
}

/* Second-level dropdown (submenu inside submenu) */
.sub-dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  min-width: 220px;
  border: 1px solid #ddd;
  z-index: 9999;
}

/* Show sub-submenu on hover */
.dropdown-menu li:hover > .sub-dropdown {
  display: block;
}

/* Optional styling */
.dropdown-menu li,
.sub-dropdown li {
  padding: 10px 15px;
  white-space: nowrap;
}

.dropdown-menu li a,
.sub-dropdown li a {
  color: #333;
  text-decoration: none;
  display: block;
}

.dropdown-menu li a:hover,
.sub-dropdown li a:hover {
  color: #007bff;
  background-color: #f8f9fa;
}


/* Toggle Icon */
.toggle-icon {
    margin-left: auto;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

/* Open Dropdown */
.menu > li.open > .submenu {
    display: block; /* Show submenu */
}

.header-nav.w3menu .nav > li .sub-menu ul.sub-menu {
    right: 0;
    
}

.header-nav.w3menu .nav > li .sub-menu.cust li > ul{
    background-color: #eef9ff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.header-nav.w3menu .nav > li .sub-menu.cust li.cust_sub > a:before {
    content: "\e829";
    font-family: feather;
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    font-size: 18px;
    color: var(--bs-primary);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.header-nav.w3menu .nav > li .sub-menu.cust li > ul > li > a:before {
    content: "";
    font-family: feather;
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    font-size: 18px;
    color: var(--bs-primary);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.world-map_cust.med_page.aboutpage {
    background: url(../../images/background/counter_bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 129px 0;
    margin: 25px 0 110px;
}

.client-swiper2 .row .col-xl-2 {
    width: 20%;
    border-right: 1px solid #d5d8e4;
}

.client-swiper2 .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients-logo2.cust:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    transform: scale(0.9);
}

.clients-logo2.cust{
    box-shadow: none;
}

section.mission_cust {
    margin-bottom: 80px;
}

.cust_bg_border.mission {
    padding: 15px 25px 10px;
}

.cust_bg_border.mission h5 {
    color: #000;
    text-align: center;
    font-weight: 500;
}

.cust_bg_border.mission {
    border: 3px solid #3b489c;
    border-radius: 15px;
    background-image: linear-gradient(360deg, rgb(19 176 214 / 33%), transparent 80%);
    
}


.cust_bg_border.mission h2 {
    font-size: 35px;
}
.cust_bg_border.mission p {
    font-size: 18px;
    color: #2f2e2e;
    font-weight: 500;
}

.dz-team .dz-media.custom img {
    width: 100%;
    box-shadow: 0 0 50px rgba(var(--bs-primary-rgb), 0.3);
    border-radius: 10px;
    border: 15px solid;
}

a.text-body.cust {
    font-size: 20px;
    color: #fff !important;
    font-weight: 500;
}

img.cust_ser_small {
    border-radius: 10px;
    border: 2px solid #000;
}
.cust_ser_small_title {
    background-color: #0c5da8;
    width: max-content;
    padding: 1px 6px;
    border-radius: 10px;
    color: #fff;
}

.cust_bg_ser {
    background-color: #d3e9f3;
    padding: 20px;
    border-radius: 10px;
}

img.app_cust {
    border-radius: 15px;
    border: 2px solid;
}

a.cust_pdf {
    border: 1px solid;
    border-radius: 5px;
    padding: 0 10px;
}

a.after_vi:after {
    content: "|";
    margin-left: 10px;
}

a.btn.btn-primary.btn-hover1 {
    background-image: linear-gradient(146deg, #3b489c, #0197db);
    border-radius: 13px;
}

.world-map_cust.med_page {
            background: url(../../images/background/counter_bg.png) no-repeat center center;
            background-size: cover;
            width: 100%;
            padding: 131px 0;
            margin-top: 100px;
        }

        .counter-section {
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .counter-section h2 {
            font-size: 40px;
            margin-bottom: 50px;
            color: #fff;
            animation: fadeInDown 1s ease-in-out;
        }

        /* Row Styling */
        .counter-row {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 30px;
            margin-bottom: 30px;
        }

        .counter-row.row-1 .counter-item {
            flex: 1 1 30%;
            max-width: 30%;
        }

        .counter-row.row-2 .counter-item {
            flex: 1 1 45%;
            max-width: 45%;
        }

        .counter-item {
            text-align: center;
            padding: 20px;
            background: #00000024;
            box-shadow: 0 4px 8px 0 rgb(255 255 255 / 20%), 0 6px 20px 0 rgb(255 255 255 / 19%);
            border-radius: 8px;
            animation: fadeInUp 1s ease-in-out;
            transition: transform 0.3s ease-in-out;
            margin: 20px 30px 20px;
        }

        .counter-item:hover {
            transform: translateY(-10px);
        }

        .counter-item img, .counter-item i {
            font-size: 50px;
            color: #0078a0;
            margin-bottom: 10px;
        }

        .counter-item h3 {
            font-size: 45px;
            margin: 5px 0;
            color: #fff;
        }

        .counter-item p {
            font-size: 20px;
            color: #fff;
            font-weight: 450;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
            font-size: 19px;
        }

        img.counter_img {
            width: 35px;
            margin-right: 5px;
            margin-bottom: 0;
        }

        /* Keyframe Animations */
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .counter-row.row-1 .counter-item,
            .counter-row.row-2 .counter-item {
                flex: 1 1 100%;
                max-width: 100%;
            }
        }


.work-process-one {
  background-color: var(--mediox-white, #FFFFFF);
  counter-reset: chooseNumber;
  padding: 80px 20px 30px;
}
.work-process-one__inner {
  position: relative;
}
.work-process-one .sec-title {
  margin-bottom: 63px;
}
.work-process-one .row {
  position: relative;
  z-index: 1;
}
.work-process-one__item {
  text-align: center;
}
@media (min-width: 1200px) {
  .work-process-one__item--reverse {
    margin-top: -7px;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .work-process-one__item--reverse .work-process-one__item__icon {
    margin: 22px auto 0;
  }
}
.work-process-one__item__icon {
  position: relative;
  margin: 0 auto 22px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mediox-white, #FFFFFF);
  border-radius: 50%;
  font-size: 40px;
  color: var(--mediox-base, #33C1ED);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 1;
  transition: all 400ms ease;
}
.work-process-one__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.work-process-one__item__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  background-color: #0195d9;
  transition: transform 400ms ease, opacity 400ms ease;
}
.work-process-one__item:hover .work-process-one__item__icon {
  color: var(--mediox-white, #FFFFFF);
}
.work-process-one__item:hover .work-process-one__item__icon::after {
  opacity: 1;
  transform: scale(1);
}
.work-process-one__item__number {
  position: absolute;
  top: 0px;
  left: -6px;
}
.work-process-one__item__number::after {
  content: counter(chooseNumber);
  counter-increment: chooseNumber;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--mediox-white, #FFFFFF);
  font-weight: 400;
  background-color: var(--mediox-primary, #2C51A3);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.work-process-one__item__title {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5;
}
.work-process-one__item__text {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
  font-size: 19px;
}
.work-process-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .work-process-one__shape {
    display: none;
  }
}
.work-process-one--home3 {
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.work-process-one--home3 .sec-title__title {
  color: var(--mediox-white, #FFFFFF);
}
.work-process-one--home3 .work-process-one__item__number::after {
  background-color: var(--mediox-base, #33C1ED);
}
.work-process-one--home3 .work-process-one__item__title,
.work-process-one--home3 .work-process-one__item__text {
  color: var(--mediox-white, #FFFFFF);
}


img.why_img {
    width: 48px;
}

.work-process-one__item {
    text-align: center;
    border-radius: 41px !important;
    padding: 0px 15px;
    border: 1px solid transparent;
    background: linear-gradient(to top, #0399dc52, #90ee9000, #90ee9000);
    box-shadow: 0 0 0 1px transparent;
    padding-bottom: 15px;
    border-top: 0;
}

.work-process-one__item.work-process-one__item--reverse{
    text-align: center;
    border-radius: 41px !important;
    padding: 0px 15px;
    border: 1px solid transparent;
    background: linear-gradient(to top, #90ee9000, #90ee9000, #0399dc52);
    box-shadow: 0 0 0 1px transparent;
    padding-top: 15px;
    border-bottom: 0;
}

.about_section{
    padding: 100px 0 0 !important;
}

.ser_icon{
    width: 50px !important;
}

.swiper.client-swiper2 .swiper-wrapper {
    margin: 16px 15px;
}
p.copyright-text {
    color: #dfdada;
}

.client_tech {
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 575px) {
  .video-slider video {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }
    .video-slider {
        display: flex;
        transition: transform 1s ease-in-out;
        width: 100% !important; /* 6 slides including duplicates for looping */
        transform: translateX(-100vw); /* Start at v1 */
    }
    .slider-container {
        position: relative;
        width: 100%;
        height: 100% !important;
        overflow: hidden;
        margin-top: 80px;
    }
}

.service_menu_nav ul li ul li.active a {
    background-color: #000;
}

.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
}
.tab{
  cursor: pointer;
  padding:5px 15px;
  margin:0px 10px;
  background:#000;
  display:inline-block;
  color:#fff;
  border-radius:8px 8px 0px 0px;
  font-size: 22px;
  text-align: center;
}
.panels{
  background:#0195d938;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  min-height:200px;
  width:100%;
  max-width:95%;
  border-radius:0px 0px 15px 15px;
  overflow:hidden;
  padding:25px;  
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab{
  background:#0195d938;
  color:#000;
  border-top: 3px solid #000;
}

.tabs.cust{
    display: flex;
}
.cust_title_center{
    text-align: center;
    
}
.mb-30 {
    margin-bottom: 30px !important;
}

.cust_bg_ser.cust{
    padding: 30px 20px 40px !important;
}

.custom-list li::before {
  content: counter(custom-counter) ". "; /* Add numbers before items */
  counter-increment: custom-counter; /* Increment the counter */
  position: absolute;
  left: 0;
}

.custom-list {
  counter-reset: custom-counter 0; /* Initialize the counter */
}

.custom-list {
  list-style: none; /* Remove default bullets */
  padding: 0;
}

.custom-list li {
  position: relative;
  padding-left: 25px; /* Adjust space for the number */
}

.popup-container {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.popup-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
