/*
 * comment 6
 * c-basic
 * c-long
 * c-section
 * c-subsection
 * c-multi
 * c-summary

 */

/**
 * Description: Short description.
 * Version: 1.0.0
 * Last update: 2022/12/23
 * Author: Zubair <zubair@cipherox.com>
 *
 * Summary:
 *
 *    0. PAGES
 *        - 0.1. CONTACT
 *        - 0.2. ABOUT
 *    1. ELEMENT
 *        - 1.1. PRODUCT TYPE CREDIT
 *        - 1.2. TYPE ELEMENT
 *    2. COMPONENT
 *        - 2.1. ELEMENTOR HEADER
 *        - 2.2. HS Tabs
 * 
 */


/* ==========================================================================
   0. ELEMENT
   ========================================================================== */

/* 0.1. TYPE ELEMENT
   ========================================================================== */

/* 0.2. TYPE ELEMENT
   ========================================================================== */

/* 0.3. contact form
   ========================================================================== */

/* 0.4 global css
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Inter:wght@400;500&display=swap");

@media (max-width: 1400px) {
  /* root vars */
  :root {
  }
}

@media (max-width: 767px) {
  /* root vars */
  :root {
  }
}

@media (max-width: 600px) {
  /* root vars */
  :root {
  }
}

@media (max-width: 500px) {
  /* root vars */
  :root {
  }
}


/**
 * 
 * COLOR CLASSES
 * 
 * */

:root {
  --cx-warning-color: #d9625b;
  --cx-text-dark: #e4e2e4;

  /* change  adn use actual color of sucess */
  --cx-sucess-color: #12b76a;
  --cx-sucess-color-400: #32d583;

  --cx-error-800: #912018;
  --cx-error-400: #f97066;
  --shadow_color: #3c3c3c;
  --counter_bg: #d6dde2;
}

.color_warning {
  color: var(--cx-warning-color);
}
.color_sucess {
  color: var(--cx-sucess-color);
}

/*
 * GLOBAL STYLING
 */
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  background: #d8d8d8;
}
::-webkit-scrollbar {
  width: 10px;
  opacity: 0;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #343a40;
  border-radius: 5px;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif !important;
}
body .jupiterx-site {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9rem !important; /*font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;*/
}

@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.cx_after_before_line {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  column-gap: 10px !important;
  color: var(--e-secondary);
}
.cx_after_before_line::after,
.cx_after_before_line::before {
  content: "";
  flex: 1;
  width: max-content;
  height: 1px;
  background-color: var(--e-secondary);
}

/*
 * Icon GLOBAL
 */

.cx-icon {
  font-size: 1.5em;
}



/*.title-primary-style
.title-secondary-style*/

/* For Headings */
.heading-primary {
  font-size: 2rem !important;
  text-transform: capitalize;
  color: var(--e-site-text-dark);
}
.heading-secondary {
  font-size: 1.5rem !important;
  text-transform: capitalize;
  color: var(--e-site-text-light);
}
.heading-tertiary {
  font-size: 1.2rem !important;
  text-transform: capitalize;
  color: var(--e-site-text-light);
}

.title-large {
  font-size: 2rem !important;
  font-weight: 700;
  margin-bottom: 15px !important;
  text-transform: capitalize;
}
.title-medium {
  font-size: 1.4rem !important;
  font-weight: 600;
  margin-bottom: 10px !important;
  text-transform: capitalize;
}
.title-small {
  font-size: 1rem !important;
  font-weight: 500;
  margin-bottom: 5px !important;
  text-transform: capitalize;
}
.title-mini {
  font-size: 0.8rem !important;
  font-weight: 500;
  margin-bottom: 5px !important;
  text-transform: capitalize;
}

/*.title-large-style
.title-medium-style
.title-small-style
.title-mini-style*/

/*progress*/
.progress-bar {
  background-color: var(--progress-bar-bg);
  height: var(--progress-bar-height);
  border-radius: var(--cx-radius-sm);
  margin-bottom: 10px;
  overflow: visible;
}

.bar-filled {
  background-color: var(--e-primary);
  height: 100%;
  border-radius: var(--cx-radius-sm);
  transform: scale(
    1.01262
  ); /* 152.39 is length and need to increase 2 px on each side so 2/(len/100) */
}

/* Owl Carousel global styling */

@media (min-width: 482px) {
  /* ---------- carousel-squeeze-first-last */
  .carousel-squeeze-first-last .owl-item.active {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.25s ease-in-out;
  }

  .carousel-squeeze-first-last
    .owl-item:not(.owl-item.active + .owl-item.active) {
    transform: scale(0.8);
    opacity: 0.7;
  }


}

/* ---------- owl nav */
.owl-nav:not(.group_and_owl) {
  width: 100%;
  position: absolute;
  top: calc(50% - 40px);
}

.owl-nav:not(.group_and_owl) button {
  width: 35px;
  height: 35px;
  /*background: #ffffff !important;*/
  color: var(--e-primary) !important;
  border-radius: 100% !important;
  position: absolute;
  font-size: 25px !important;
  border: none !important;
  outline: none !important;
  box-shadow: 0 0 5px #0000003d;
  color: #fff !important;
}
.owl-carousel.nav-dark .owl-nav:not(.group_and_owl) button {
  background: var(--e-primary) !important;
  color: #ffffff !important;
}
.owl-carousel .owl-nav:not(.group_and_owl) span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-nav:not(.group_and_owl) button.owl-prev {
  left: -50px;
}
.owl-nav:not(.group_and_owl) button.owl-next {
  right: -50px;
}

/*=================*/

/*=================*/

/* nav outer */
/* @media (min-width: 1400px) {
  .owl-carousel.nav-outer .owl-nav:not(.group_and_owl) button.owl-prev {
    left: -4%;
  }
  .owl-carousel.nav-outer .owl-nav:not(.group_and_owl) button.owl-next {
    right: -4%;
  }
} */

/* ---------- owl dots */
/*.owl-dots {margin-top: 10px;}*/
.owl-carousel.dots-inner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
}

/* content placeholder */

.animated-bg-text {
  border-radius: 50px;
  display: inline-block;
  margin: 0;
  height: 10px;
  width: 100%;
}

/* custom component END */

/* theme component */

/* site buttons */
.cx_btn .loading-icon-container {
  margin-left: 5px;
  display: none;
}
.cx-ajax-loading > .loading-icon-container {
  display: inline-block;
  animation-name: rotate_complete;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

/* end theme compnenet */

/* clogbal other */
[data-tippy-root] {
  z-index: 9999999 !important;
}

.product-fullwidth-header {
  margin-right: calc(0px - ((100vw / 2) - 50%));
  margin-left: calc(0px - ((100vw / 2) - 50%));
}


div#user-login-popup {
  position: fixed;
  z-index: 9999;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #00000036;
}
#user-login-popup .cx_shortcode.cx_usamaashfaq_wc_login_form {
  width: 80%;
  max-width: 350px;
  background-color: #efefef;
  padding: 25px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 20%;
  border-radius: 5px;
}

div#user-login-popup .cx_usamaashfaq_signup .from-wraper {
  background: white;
  display: inline-block;
  max-width: 500px;
  margin: 10vh auto;
}
div#user-login-popup .cx_usamaashfaq_signup .from-wraper.hide {
  display: none;
}

/**
 * Particle
 * */
div.cx_particle_init {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
div.cx_scrollingbg_initilized {
  position: absolute;
  top: -30vw;
  bottom: -30vw;
  width: 40%;
  right: -10%;
  background-position: 0% 0%;
  transform: rotate(45deg);
}
div.cx_scrollingbg_initilized {
  opacity: 0.7;
}

.hero-shortdescription-container {
  opacity: 0.8;
  margin-bottom: 20px;
}

/* --global header menu-- */
/* ==========================================================================
   - 2.1. ELEMENTOR HEADER START
   ========================================================================== */

.cx-menu-item .cx_shortcode small.cx-main-item {
  display: flex;
  column-gap: 3px;
  max-width: 25px;
}
.cx-menu-item .cx_shortcode.type_icon i.box-bg {
  font-size: 25px;
}
/*.lobby-page-ridirect i.box-bg {font-size: 25px;color: #fff;}*/
.cx-menu-item .cx_shortcode.type_icon span.label-2 {
  background-color: var(--e-primary-light);
  color: var(--e-primary-complement-light);
  padding: 10px;
  border-radius: 100%;
  position: relative;
  top: -22px;
  right: 15px;
  font-size: 0.55rem;
  min-width: 20px;
  text-align: center;
  line-height: 14px !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
/*  */


/* ==========================================================================
   - 2.1. ELEMENTOR HEADER END
   ========================================================================== */

.open-box-display {
  transition: all 0.2s ease-in;
}
.item-image-animation {
  transition: all 0.2s ease-in;
  transform: scale(0);
  position: relative;
  max-width: 200px;
  margin: auto;
  top: 0;
  z-index: 1;
}
.box-animation {
  max-width: 200px;
  margin: auto;
  z-index: 9999;
  position: relative;
  top: -200px;
  transform: scale(1.4);
  transition: all 0.2s ease-in;
}
.box-animation.animate-final {
  top: -85px;
  transform: scale(0.7);
}
.item-image-animation.animate-final {
  transform: scale(1);
}


/* 
    user details sidebar 
*/

ul.user-details-sidebar {
  list-style: none;
  padding: 0px;
  /*margin-top: 15px;*/
}
ul.user-details-sidebar li {
  border-radius: 6px;
}
ul.user-details-sidebar li:hover {
  background: var(--e-slow-white);
}
ul.user-details-sidebar li a {
  /*padding: 10px 5px;
  padding-left: 0;*/
  display: flex;
  align-items: center;
  color: inherit;
  /*color: var(--e-brand);*/
  /*font-weight: 500;*/
  text-decoration: none;
}
ul.user-details-sidebar li i {
  padding: 5px;
  border-radius: 6px;
  margin-right: 8px;
}
.site-menu-sidebar li i {
  display: none;
}

/* sidebar-main-menu */

.cx-sidebar-wrapper .cx_cx_render_menu {
  margin-top: 40px;
}

.cx_cx_render_menu .menu-wraper {
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: 25px;
}
.cx_cx_render_menu .menu-wraper:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.cx_cx_render_menu .menu-wraper h3 {
  font-size: 0.875rem;
  color: var(--e-global-color-95eb4e6);
  font-weight: 600;
}

.cx_cx_render_menu .user-details-sidebar span {
  font-size: 0.75rem;
}

/**/

/* 
---------------------------------
-   Product Page Item Clone START
---------------------------------
*/

.cx-sidebar-content ul.sub-menu.user-login-submenu {
  list-style: none;
  padding: 0px;
  padding-bottom: 30px;
}
.cx-sidebar-content ul.sub-menu.user-login-submenu a {
  color: #676767;
  display: block;
  padding: 13px 15px;
  font-weight: 500;
  border-bottom: 1px solid #c0c0c047;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.cx-sidebar-content ul.sub-menu.user-login-submenu a:hover {
  background-color: #909090;
  color: #fff;
}

.cx-sidebar-content .inner-content .cx-sidebar-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  background-color: var(--e-body-secondary-bg);
  padding: 30px;
  z-index: 99999999;
  box-shadow: 0px 0px 8px #00000038;
}

.cx-sidebar-content .inner-content .cx-sidebar-footer::before {
  content: "";
  display: block;
  height: 1px;
  width: 85%;
  background-color: var(--e-primary);
  position: absolute;
  top: 15px;
  left: 7.5%;
}

/*#cx-sidebar-right .cx-sidebar-footer .btn {background-color: #d2d2d2 !important;outline: none;border: 2px solid #3e4b5f;color: #404040;transition: all .2s ease;}
#cx-sidebar-right .cx-sidebar-footer .btn:hover {border-color: #3e4b5f;background-color: #f3f3f3 !important;}
*/
#cx-sidebar-right .cx-sidebar-footer .buttons-list {
  /*display: flex;column-gap: 10px;*/
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
}

#cx-sidebar-right .cx-sidebar-footer .buttons-list > button {
  flex: 1;
}

/* cart sidebar */
.cart-item-thumbnail.txt-center {
  width: 100px;
}
.cart-item-details {
  width: calc(100% - 100px);
  padding: 0px 5px;
  box-sizing: border-box;
}
.cart-item-single {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid silver;
  padding: 15px 15px;
}

.cx-sidebar-render-content .cart-item-single h5 {
  font-size: 1rem;
  text-transform: capitalize;
}
.cx-sidebar-render-content .cart-item-single a {
  color: #404040;
  text-decoration: none;
}


.inner-content.cart-sidebar .product-list {
  /*max-height: calc( 100vh - 190px);overflow-y: scroll;*/
}
.inner-content.cart-sidebar .product-list .cart-item-single {
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.inner-content.cart-sidebar .cart-details table {
  width: 100%;
  margin-bottom: 15px;
}
.inner-content.cart-sidebar .cart-details table td {
  text-align: right;
}
.inner-content.cart-sidebar .cart-details table tr > td {
  padding: 5px;
}

/* end sidebar */


/* 0.3. contact form start
   ========================================================================== */

.cx-contact-2 p {margin: 0;}
.cx-contact-2 br {display: none;}

.cx-contact-2 .cx-contact-2__input {
  position: relative;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
}

.cx-contact-2 .cx-contact-2__input .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--e-common-white);
  transition: 0.5s;
}

.cx-contact-2 .cx-contact-2__input:has(:is(textarea,select,input):focus-within) .focus-border {
  width: 100%;
}

.cx-contact-2 .cx-contact-2__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--e-bg-white-03);
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.3s;
}

.cx-contact-2 .cx-contact-2__input :is(textarea,select,input){
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--e-common-white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--e-common-white);
    caret-color: var(--e-common-white);
}

.cx-contact-2 .cx-contact-2__input :is(textarea,input)::placeholder {

  color: var(--e-text-white-04);
}


.cx-contact-2 .cx-contact-2__input textarea {
    resize: none;
    height: 120px;
}

.cx-contact-2 .cx-contact-2__input select option {
    background-color: var(--e-bg-dark-grey-blue);
    color: var(--e-common-white);
}

.wpcf7-response-output {color: var(--e-common-white);}

.cx-contact-2 .cx-contact-2__input .wpcf7-not-valid-tip {
    position: absolute;
    padding: .25rem 1rem;
    width: 100%;
}


/* 0.3. contact form end
   ========================================================================== */

/* 0.4 global css Start
   ========================================================================== */

/*cx_sidebar_social_icon*/

body:not(.home) .cx_sidebar_social_icon {
  display: none;
}

/*glass effect*/

.glass-effect {
  
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bg-circle-color {
    background:linear-gradient(148.04deg, rgba(235, 235, 248, 0) 11.69%, rgba(218, 218, 238, 0.1) 83.94%);
}

.accordion-tab-wrapper .e-n-accordion-item:not(:last-of-type) {
    border-bottom: 1px solid var(--e-border-white-01);
}

.accordion-tab-wrapper .e-n-accordion-item:not(:last-of-type)::after {
    background-color: var(--e-bg-purple);
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    width: 0%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-out 0s;
    z-index: -1;
}

.accordion-tab-wrapper .e-n-accordion-item:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    right: 0;
}



.accordion-tab-wrapper .e-n-accordion-item .e-n-accordion-item-title-text {display:flex;}

.accordion-tab-wrapper .e-n-accordion-item .e-n-accordion-item-title-text::before {
    content: url("https://usamaashfaq.com/wp-content/uploads/2025/05/right-arrow.svg");
    display: none;
    margin-right: 17px;
    margin-top:-6px;
}

.accordion-tab-wrapper .e-n-accordion-item:hover .e-n-accordion-item-title-text::before {
    display:inline-block
}

.accordion-tab-wrapper .e-n-accordion-item:hover .e-n-accordion-item-title-text > div {
    color:var(--e-text-purple);
}

.accordion-tab-wrapper .e-n-accordion-item:hover .e-n-accordion-item-title-text > div  span {
    color:var(--e-common-white);
}


.experience-wrapper > .elementor-element::after {
    background-color: var(--e-bg-purple);
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    width: 0%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-out 0s;
    z-index: 2;
}

.experience-wrapper > .elementor-element:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    right: 0;
}

/*for social icon*/

.cx_sidebar_social_icon .elementor-social-icon-instagram {
  background-color: none;
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
  background-image: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
  background-clip: padding-box, border-box;
}

.cx_sidebar_social_icon .elementor-social-icon {
  height: 40px !important;
  width: 40px !important;
}

.cx_sidebar_social_icon .elementor-social-icon:not(:hover) {
  background-color: none;
  background: none;
  background-image: none;
}

.cx_sidebar_line {
  position: relative;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);

}

.cx_sidebar_line-bottom {
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.cx_sidebar_line::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--e-common-white);
  position: absolute;
  bottom: -1px;
  left: -1px;
  transform: translateY(-1px);

}

footer {display: none;}

@media (min-width: 1025px) {

  body.home .normal-footer { display:none; }
  body:not(.home) .floating-footer {display: none;}
}

/* for cx_pagepiling */

html:not(#cx_pagepiling .pp-section) ,body:not(#cx_pagepiling .pp-section) { 
    overflow-y:unset;
}

#cx_pagepiling .pp-section .e-con-inner {
    max-width:var(--container-max-width);
    margin:0 auto;
    height: 100%;
    display: grid;
    align-items: center;
}

#cx_pagepiling .section {background-color:var(--e-dark-black-4);}
#cx_pagepiling .pp-section {
    padding-left:80px;
    padding-right:80px;
    position: fixed;
    top: 10vh;
    left: 0;
    width: clac( 100% - 160px );
    height: calc(100vh - 10vh); 
    bottom: 0;
    left: 0;
    right: 0;
    background-color:var(--e-dark-black-4);
    /*display: grid;*/
    align-items: center;
}

.pagescroll-indication {
    position: fixed;
    z-index: 75;
    top: 50%;
    right: 70px;
    width: 2px;
    height: 350px;
    transform: translate(0, -50%);
    border-radius: 0.3125rem;
    background-color: var(--e-bg-white-01);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 1440px) {
  .pagescroll-indication {right: 30px;}
}
.pagescroll-indication span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 100%;
    transition: transform 1s;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    background-color: var(--e-yellow-1);
}

#pp-nav {
    display: none !important;
}


body .didone-right-family ,body .didone-right-family :is(.elementor-heading-title,.elementor-counter-number) {
  font-family: 'Didone right', serif !important;
}

body .word-break,body .word-break .elementor-heading-title {
  white-space: normal;
  word-break: break-word;
}

.cx-hover-reveal-item {
  position: relative;
    display: inline-block;
    z-index: 11;
}   

.cx-hover-reveal-item .cx-hover-reveal-bg:not(:has(img)) {

  width: 280px;
  height: 180px;
}
.cx-hover-reveal-item .cx-hover-reveal-bg {
  position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    margin: -100px 0 0 -100px;
    overflow: hidden;
    pointer-events: none;
    background-position: center;
    /*background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cx-hover-reveal-item:hover .cx-hover-reveal-bg  {opacity:1;}

.cx-over-revel-icon .cx-hover-revel-svg { display:none; }
.cx-over-revel-icon:hover .cx-hover-revel-svg { display:block; }

.cx-hover-revel-underline{position: relative;}
.cx-hover-revel-underline::after{
  position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    background-color: var(--e-common-white);
    height: 1px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;

} 

.cx-hover-revel-underline:hover::after {
  opacity: 1;
  width: 100%;
}




.ab-info__text .line {
  height: 2px;
    width: 100px;
    background-color: currentColor;
    display: inline-block;
    margin: 0 10px;
    transform: translateY(-10px);
}

.ab-info__text a {
  text-decoration: none;
  position: relative;
    display: inline-block;
    color: currentColor;

}

.ab-info__text a::after {
  content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: currentColor;
}


.cx_throwable_main_wrapper  {
    position: relative;
}

.cx_throwable_main_wrapper .cx_throwable_wrapper {
    pointer-events: none;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 80px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.cx_throwable_main_wrapper .cx_throwable_wrapper > div  {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    user-select: none;
    pointer-events: auto;
    transition: none;
    will-change: transform;
    width: max-content;
}

.cx_throwable_main_wrapper .cx_throwable_wrapper > div > span {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: center;
}

/*progress bar*/
.cx-progress-bar-wrapper .elementor-progress-wrapper {
    position:relative;
    overflow:unset !important;
}

.cx-progress-bar-wrapper .elementor-title {margin-bottom:12px;}

.cx-progress-bar-wrapper .elementor-progress-wrapper::before {
    border-radius: 3px;
    background: var(--e-border-white-01);
    height: 1px;
    content:"";
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:100%
}

.cx-progress-bar-wrapper .elementor-progress-bar {position:relative; width: 7%;}

.cx-progress-bar-wrapper .elementor-progress-percentage {
    position: absolute;
    right: 0;
    top: -15px;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    font-family: DM Sans;
    line-height: 1;
    color: var(--e-common-white);
    box-shadow: 0 2px 2px rgba(1, 15, 28, 0.12);
    display: block;
    visibility: visible;
    opacity: 1;
    padding:0;
}

/* 0.4 globalicon css end
   ========================================================================== */

   
/* Services Section */

div#cx_services_section .cx_service_section .cx_service p.description,
div#cx_services_section .cx_service ul.features {
    margin: 0;
}

div#cx_services_section ul.features {
    list-style-type: "\1F44D";
    padding-left: 30px !important;
    margin: 10px 0 !important;
}

div#cx_services_section ul.features li {
    padding-left: 10px !important;
    margin: 5px 0 !important;
}

div#cx_services_section .cx_service {
    background-color: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px; /* Adding a radius usually helps the glass look */
    /* Combined transitions for all properties */
    transition: all  0.3s ease-in-out;
}

div#cx_services_section .cx_service .cx_service_image {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Slight bounce effect */
}

/* Hover Effects */
div#cx_services_section .cx_service:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.15); /* Slightly brighter */
    backdrop-filter: blur(8px); /* Deeper blur on hover */
    -webkit-backdrop-filter: blur(8px);
    border-color: rgba(255, 255, 255, 0.3); /* Brightens the border */
    /* Add a soft glow effect */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); 
}

div#cx_services_section .cx_service:hover .cx_service_image {
    /* Moves the image slightly more than the card for a parallax feel */
    transform: translateY(-5px) scale(1.05);
}
/* ============================================
   ALIGNED ANIMATED BORDER - With Proper Glow
   ============================================ */

div#cx_services_section .cx_service {
    position: relative;
    z-index: 1;
    border: none !important;
    /* Keep your existing border-radius: 12px */
    transition: box-shadow 0.3s ease; /* Smooth transition for the glow */
}

/* The animated border - ALIGNED to card edge */
div#cx_services_section .cx_service::before {
    content: "";
    position: absolute;
    
    /* Border sits exactly ON the card edge (no gap) */
    inset: 0;
    border-radius: 12px;
    
    /* Rotating white gradient */
    background: conic-gradient(
        from var(--angle, 0deg),
        transparent 0deg,
        rgba(255, 255, 255, 0.9) 60deg,
        rgba(255, 255, 255, 1) 120deg,
        rgba(255, 255, 255, 0.9) 180deg,
        transparent 240deg,
        transparent 360deg
    );
    
    /* Mask to show only the border ring */
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    
    /* Border thickness */
    padding: 1px;
    
    /* Animation */
    animation: rotate 4s linear infinite;
    
    /* Subtle glow */
    filter: blur(0.5px) drop-shadow(0 0 3px rgba(255, 255, 255, 0.4));
    opacity: 0.4;
    
    pointer-events: none;
    z-index: -1;
    
    transition: filter 0.3s ease, opacity 0.3s ease;
}

/* Hover - intensified border glow + card box-shadow */
div#cx_services_section .cx_service:hover::before {
    filter: blur(1px) drop-shadow(0 0 8px rgba(255, 255, 255, 0.8))
                      drop-shadow(0 0 16px rgba(255, 255, 255, 0.5));
    opacity: 1;
    animation-duration: 2s;
}

/* Box shadow on the CARD itself, not the pseudo-element */
div#cx_services_section .cx_service:hover {
    box-shadow: 0 0 20px 4px rgba(255, 255, 255, 0.3),
                0 0 40px 8px rgba(255, 255, 255, 0.1);
}

/* CSS variable animation */
@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}

/* Fallback */
@supports not (background: conic-gradient(from var(--angle) at 50% 50%, red, blue)) {
    div#cx_services_section .cx_service::before {
        background: conic-gradient(
            from 0deg,
            transparent 0deg,
            rgba(255, 255, 255, 0.9) 60deg,
            rgba(255, 255, 255, 1) 120deg,
            rgba(255, 255, 255, 0.9) 180deg,
            transparent 240deg,
            transparent 360deg
        );
        animation: rotateFallback 4s linear infinite;
    }
    
    @keyframes rotateFallback {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
}

/*  for home page  our clients section  */

#cx_clents_carousel figure.swiper-slide-inner img {
    width:auto;
    max-width:100%;
    height:100%;
    min-width:0px;
    min-height: 90px;
    padding:10px 40px;
    object-fit:contain;
}

#cx_clents_carousel figure.swiper-slide-inner img:hover {
    background-color:var( --e-global-color-8edc7c5 );
}

@media (max-width:767px) {
    #cx_clents_carousel figure.swiper-slide-inner img { 
        height: 68px;
        width:100%;
    }
}



.cx_stats_section .elementor-shape.elementor-shape-top {
    border-radius: 20px 20px 0 0;
}
@media screen and  (max-width: 1024px) {
  .cx_stats_section .elementor-counter-title  {font-size:20px !important;}
  .cx_stats_section .elementor-counter-number-wrapper {font-size:50px !important;}
}

.cx_icon_box.elementor-widget-image-box .elementor-image-box-wrapper {
  display: inline-flex;flex-direction: row;align-content: center;align-items: flex-start;gap: 3px;
}
.cx_icon_box.elementor-widget-image-box  figure.elementor-image-box-img {padding-top:6px;max-width:max-content;margin:0 !important;}
.cx_icon_box.elementor-widget-image-box .elementor-image-box-title {font-size:15px !important;}


@media screen and  (max-width: 766px) {
  div#about-title .elementor-heading-title {font-size:26px!important;}
  div#about-desc .elementor-heading-title {font-size:15px!important;}
}
/* 
#wpadminbar {display: none;} */

#cx_header_social_links svg[aria-label="Upwork"] {
    width:26px !important;
    height:26px !important;
}

div#contact-us-map-sc {
    border-radius: 50px !important;
    padding:0 !important;
    overflow: hidden;
    background-color:#43496830;
    /* padding: 20px; */
}

div#contact-us-map-sc iframe{
    border-radius: 50px 0 0 50px  !important;
    overflow: hidden;
}



div#contact-us-map-sc  .cx-contact-2 {
    padding:20px 30px;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
    min-height: 500px;
}

@media screen and (max-width: 768px) {
  div#contact-us-map-sc{
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
  }

  div#contact-us-map-sc iframe {
    width: 100% !important;
    border-radius: 50px 50px 0 0 !important;
    display: block;
    min-width: 100% !important;
    max-height:250px;

  }
  div#cx-main-header .e-con-inner {min-width:100%;}
}

@media (max-width: 767px) {
    .e-con {
        --container-max-width: 90%;
    }
   
}
