#wctl-flag__wrapper {
      
display: inline-flex
;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.2s 
ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    background: #00000000;
    max-width: fit-content;
    position: relative;
    overflow: hidden;
	 padding: 6px 12px 6px 12px !important;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
	 font-weight: 500;
    }
 #wctl-flag__wrapper .default-button {
      
    color: rgb(0, 19, 25) !important;
 }

   #wctl-flag__wrapper .animated-button {
      
      color: #fff !important;

 }
.light-theme  #wctl-flag__wrapper .default-button {
	color: rgb(0, 19, 25) !important;
}
.light-theme  #wctl-flag__wrapper .animated-button {
	color: #fff !important;
}
.dark-theme  #wctl-flag__wrapper .default-button,
.dark-theme #wctl-flag__wrapper .animated-button
  {
	color: #fff  !important;
}
   #wctl-flag__wrapper .button__txt {
      position: relative;
      display: block;
      overflow: hidden;
     line-height: 0;
    }

   #wctl-flag__wrapper  [data-button-text]>div {
      display: inline-flex;
      align-items: center;
      transition: transform 0.3s;
      z-index: 2;
      position: relative;
      white-space: nowrap;
     
    }

  #wctl-flag__wrapper   [data-button-text]>div:last-child {
      position: absolute;
      width: 100%;
      bottom: -150%;
      left: 0;
      z-index: 2;
    }

      #wctl-flag__wrapper[data-hover]:hover [data-button-text]>div {
      transform: translateY(-150%);
    
    }

#wctl-flag__wrapper[data-hover]::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 200px;
  background: #004F65;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius:100%;
  transform: translateX(-50%);
  transform-origin: center bottom;
  transition: width 0.4s ease, height 0.4s ease,  top 0.4s ease;
  z-index: 0;
}

#wctl-flag__wrapper[data-hover]:hover::after {
  width: 400%;
  height: 400%;
  top: -200%;
}
#wctl-flag__wrapper  .default-button ,
#wctl-flag__wrapper  .animated-button  {
   line-height: 100%;
   display: flex;
  align-items: center;
  gap: {{gap}};
}


#wctl-flag__wrapper  .icon-left {
  flex-direction: row-reverse;
}

#wctl-flag__wrapper  .icon-right {
  flex-direction: row;
}



/* Base Button */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: clamp(14px, 2.5vw, 20px) !important;
  padding: 16px 20px 16px 32px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 32px;
  text-transform: uppercase;
  letter-spacing: 0;
/*   font-family: var(--font-oswald); */
}
.button svg {
  margin-left: 10px;
  height: 24px;
  width: 24px;
}
.button:hover svg path {
  stroke: var(--blue-default);
}
/* Primary */
.button--primary {
  background-color: var(--blue-default);
  color: var(--color-white);
  border: 0px;
}
.button--primary:hover {
  background-color: var(--color-white);
  color: var(--blue-default);
}

/* Outline */
.button--outline {
  background-color: transparent;
  border: 2px solid #00aad8;
  color: #00aad8;
}
.button--outline:hover {
  background-color: #00aad8;
  color: #ffffff;
}

/* Dark */
.button--dark {
  background-color: transparent;
  color: var(--color-white);
  border: 1px solid var(--border-tertiary);
}
.button--dark:hover {
  background-color: var(--blue-default);
  color: var(--text-seconary);
  border: 1px solid var(--blue-default);
}

/* Light */
.button--light {
  background-color: var(--bg-lighter);
  color: var(--blue-default);
}
.button--light:hover {
  background-color: var(--bg-primary);
}
.button.button--light svg {
  margin-left: 10px;
  height: 24px;
  width: 24px;
  
}
.button.button--light svg path {
  stroke: var(--blue-default) !important;
}

.button.button--light:hover svg path {
  stroke: var(--blue-default);
}

/* Tag-style Button */
.button--tag {
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #00aad8;
  color: #00aad8;
}
.button--tag:hover {
  background-color: #00aad8;
  color: #ffffff;
}

/* Circle Button */
.button--circle {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  padding: 0;
  font-size: 20px;
  justify-content: center;
  background-color: var(--color-blue);
  border: 0;
}
.button--circle:hover {
 background: #99E5F6;
}
.button--circle-small {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

/* Close Button (X) */
.button--close {
  background-color: rgba(0, 170, 216, 1);
  border: none;
  font-size: 24px;
  color: #001319;
  cursor: pointer;
  height: 96px;
  width: 96px;
  transition: background 0.5s ease-in-out;
}
.button--close:hover {
  background-color: #02D2ED;
}
.button--close svg {
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}
.button--close:hover svg {
  transform: rotate(-180deg);
}
/* Arrow Button Example */
.button--arrow span {
  margin-left: 8px;
}


#main-menu__image-container {
	height: 100vh;
}
#main-menu__image-default {
	height: auto !important;
	padding: 0 70px;
	
}

.popup-close-txt .dialog-close-button::after {
    font-weight: 500;
    content: " Close";
    font-size: initial;
    color: rgba(0, 0, 0, 1);
 
    font-style: normal;
    text-transform: capitalize !important;
    line-height: 100%;
    text-decoration: none !important;
}

.dialog-close-button {
    border: 1px solid #00AAD8;
    padding: 5px 19px !important;
    border-radius: 30px;
}
.dialog-close-button {
	gap: 8px;
	align-items: center;
}
.social_icon-img,
footer {
	background: transparent !important;
}


/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 999999 !important;
  justify-content: center;
}

.modal-content {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.modal iframe,
.modal video {
  width: 100%;
  height: 100dvh;
  border: none;
}

.modal-close {
  position: absolute;
  top: 0px;
  left: 0;
  border: none;
  font-size: 32px;
  color: white;
  cursor: pointer;
}
.modal-body{
  position: relative;
  width: 100%;
}
.video-controls {
  padding: 20px;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.circle-items .ue-item-button,
.circle-items  .ue-item-hero {
	transition: none !important;
}
.practice-img {
	display: block;
	width: 100%;
}


  .trial-table {
                width: 100%;
                border-collapse: collapse;
                text-align: center;
                table-layout: fixed;
                margin-bottom: 0!important;
                border: 0!important
            }

            .trial-table td:first-child,.trial-table th:first-child {
                text-align: left
            }

            .trial-left__column h2 {
                color: var(--color-white)
            }

            .trial-table {
                width: 100%;
                border-collapse: collapse;
                text-align: center
            }

            .trial-table td,.trial-table th {
                padding: 16px 28px;
                vertical-align: middle
            }

            .trial-table td {
                line-height: 130%;
                letter-spacing: 0;
                font-size: clamp(14px, 1.2vw, 16px)
            }

            table td,table th {
                border: none!important
            }

            .trial-table th {
                font-size: clamp(12px, 1.5vw, 18px);
                border: 0!important;
                letter-spacing: 0
            }

            .trial-table thead th {
                border: 0!important
            }

            .trial-table th:first-child {
                color: #00AAD8;
							background: #EAEFF3;
            }

            .trial-table th:nth-child(2) {
                color: var(--color-white)
            }

            .trial-table th:nth-child(3) {
                background-color: #EAEFF3;
            }

            .trial-table td:first-child {
                text-align: left;
                color: var(--color-white)
            }

            .trial-table tbody tr:nth-child(odd) td:not(:nth-child(2)) {
                background-color: var(--bg-secondary);
               border-top: 1px solid #1F2F3533 !important;
                border-bottom: 1px solid #1F2F3533 !important;
            }

            .trial-table tbody td:nth-child(2) {
                border-top: 1px solid #FFFFFF3D !important;
               border-bottom: 1px solid #FFFFFF3D !important;
            }

            .trial-table td:nth-child(2),.trial-table th:nth-child(2) {
                background-color: #D0DBE5;
            }

/*             .trial-table th:nth-child(2) {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px
            } */
@media(max-width: 767px) {
	.trial-table td:nth-child(2), .trial-table th:nth-child(2),
	.trial-table th:nth-child(3),
	.trial-table td:nth-child(3) {
		padding: 5px;
	}
	
	.chat-button> span{
		margin-bottom: 6px !important;
	}
}


/* Form Style */

form .elementor-field-type-acceptance .elementor-field-option{
	    display: grid !important;
    grid-template-columns: 24px 1fr;
    align-items: start;
    gap: 10px;
}


form .elementor-field-type-acceptance .elementor-field-option .elementor-message-danger{
	grid-column: span 2;
}

.form_privacy-link, form .elementor-field-option a{
	color: #00AAD8 !important;
}
.form_privacy-link:hover, form .elementor-field-option a:hover{
	text-decoration: underline;
}

.chat-button span:last-child {
	margin-bottom: 0px;
}


body.dark-theme .elementor-popup-modal .dialog-widget-content{
	background: #001319 !important;
}

body.dark-theme #practice_main_List li a, body.dark-theme #main-menu__list li a{
	color: #fff;
}

body.dark-theme #practice_main_List li a:hover, body.dark-theme #main-menu__list li a:hover{
	color: #00AAD8;
}

body.dark-theme #elementor-popup-modal-44312 .dialog-close-button svg,body.dark-theme #elementor-popup-modal-44288 .dialog-close-button svg{
	fill: #fff;
}

body.dark-theme .default-button,
body.dark-theme .animated-button  , body.dark-theme .uc-breadcrumb-item span, body.dark-theme .uc-item-title svg path, body.dark-theme .popup-close-txt .dialog-close-button::after, body.dark-theme .elementor-icon-list-icon svg path, body.dark-theme .single-post .ue-remote-arrow .ue-carousel-nav-icon svg path{
	color: #fff !important;
	stroke:  #fff !important;
}

.single-post.dark-theme .header__nav-link .icon-right svg  path,
.single-post.dark-theme .header__nav-link .icon-left svg  path,


body.dark-theme.single-post  .ue-remote-arrow  svg path
{
	stroke: #fff !important;
}

.single-post.light-theme .header__nav-link .icon-right svg  path,
.single-post.light-theme .header__nav-link .icon-left svg  path
{
	stroke: #001319 !important;
}

.light-theme .blog-card__effect {
	background: #fff !important;
}
.dark-theme .blog-card__effect {
	background: #001319 !important;
}
.blog__title {
	display: block !important;
}

body.light-theme .elementor-icon-list-icon svg path,   .single-post.light-theme .header__nav-link svg path, 

body.light-theme.single-post  .ue-remote-arrow  svg path {
	stroke: rgb(0, 19, 25) !important;
}
body.light-theme .blog-card__effect {
	background: #fff !important;
}

/* Dark theme → white logo */
body.dark-theme .siteLogo img {
  content: url("/wp-content/uploads/2026/01/logo-wcel-white.svg");
}

/* Light theme → dark logo */
body:not(.dark-theme) .siteLogo img {
  content: url("/wp-content/uploads/2026/01/logo-wcel.svg");
}

body.dark-theme #main-menu__image-default {
  content: url("/wp-content/uploads/2026/01/logo-wcel-white.svg");
}

/* Light theme → dark logo */
body:not(.dark-theme) #main-menu__image-default {
  content: url("/wp-content/uploads/2026/01/logo-wcel.svg");
}
body.dark-theme .mobile-menu__popup  a span,
body.dark-theme .mobile-menu__popup  a,
body.dark-theme .mobile-menu__popup .e-n-accordion-item-title-text,

body.dark-theme .elementor-icon-list-text,

body:not(.dark-theme)  #lightToggle svg path {
	color: #fff !important;
	stroke: #fff !important;
}
body:not(.dark-theme) .mobile-menu__popup   a span,
body:not(.dark-theme) .mobile-menu__popup   a,
body:not(.dark-theme)  .mobile-menu__popup .e-n-accordion-item-title-text,
body:not(.dark-theme) .elementor-icon-list-text,
body:not(.dark-theme)  #lightToggle svg path {
	color: #001319 !important;
	stroke: #fff !important;
}

body.dark-theme  .dialog-close-button svg {
	fill: #fff !important;
}
body:not(.dark-theme)  .dialog-close-button svg {
	color: #001319 !important;
}
.dialog-close-button  {
	text-decoration: none !important;
}

.fancybox-toolbar .fancybox-button--close {
	display: block !important;
}
@media(max-width: 767px) {
	#gpw__page-title {
	font-size: 28px;
}
}

.detail-page-style img.alignright {
	float: right;
    margin-left: 36px !important;
}

.detail-page-style img.alignleft {
    margin-right: 36px !important;
    float: left;
}

@media(max-width: 575px) {
	.detail-page-style img.alignright {
	float: none;
    margin-left: 0px !important;
}

.detail-page-style img.alignleft {
    margin-right: 0px !important;
    float: none;
}
}


