/**
* Theme Name: Axtra Child
* Description: This is a child theme of Axtra
* Author: <a href="http://themeforest.net/user/crowdyflow">Crowdyflow</a>
* Template: axtra
* Version: 1.0
*/
/* Sticky section after Hero on homepage */

/* .wcf--title {font-size: 66px!important;} */

.workflow-section .swiper-slide:hover h2.wcf--title {
  color: #c9f31d !important;
}

.wcf__event-slider .image img {
  object-fit: contain !important;
}

.sticky-section {
  position: fixed !important;
  bottom: 0 !important;
  z-index: 9 !important;
}

:has(.sticky-section) body,
:has(.sticky-section) #smooth-wrapper {
  height: auto !important;
  overflow: auto !important;
}

:has(.sticky-section) #smooth-wrapper {
  position: static !important;
}

:has(.sticky-section) #smooth-content {
  transform: none !important;
}

.customservice {
  padding: 90px 0px 90px 0px;
}
.customarticle h5 {
  text-align: center;
  color: #ffffff;
  background-color: rgb(80 79 79 / 60%);
  padding: 4px;
  font-size: 18px;
}

.customarticle .blog__img-wrapper {
  position: relative;
  display: inline-block;
}

.customarticle .blog__img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.customarticle .blog__img-wrapper:hover::before {
  background-color: transparent;
}
.customarticle {
  margin: 26px;
}

.customservicedetail h1,
h2,
h3,
h4,
h5 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
}
.customservicedetail .default-details__content h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
}
.servicesidebar h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 40px !important;
}
.customservicedetail .info--post-details p {
  color: #ffffff;
}
.singsercon ul li {
  color: #ffffff !important;
}
.servicesidebar ul li {
  color: #ffffff;
  /* padding: 8px !important; */
}

.parent-service{margin-left: -10px; margin-bottom: 10px;}
.parent-service > a {
  display: block;
  background-color: transparent;
  text-decoration: none;
  color: #ffffff!important;
  border-bottom: 1px solid transparent; /* space for underline */
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.parent-service > a:hover {
  color: #c9f31d!important;
  border-bottom: 1px solid #000;
}

/* Child styling */
.child-service > a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: #ffffff!important;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.child-service > a:hover {
  color: #c9f31d!important;
  border-bottom: 1px solid #000;
}

/* Parent service: Hand icon */
.parent-service::before {
  content: "👉";
  margin-right: 8px;
  font-size: 1rem;
  color: #ffffff;
}

/* Child service: Bullet icon */
.child-service::before {
  content: "•";
  color: #ffffff;
  font-size: 1.5rem; 
}

/* Optional: spacing & style tweaks */
.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
}

.wp-block-latest-posts__list ul {
  margin-left: 1.5rem;
}


/* .servicesidebar ul li .active{color: #000000!important; background:#C9F31D!important;} */
.singleservice {
  background: #121212;
}
.servicesidebar {
  background-color: rgb(80 79 79 / 60%);
}
.singsercon p a {
  color: #c9f31d;
}
.keyfeature .elementor-element {
  background: #999999;
  padding: 2px;
  border-radius: 6px;
  border: 2px solid #000000;
}
.elementor-16159
  .elementor-element.elementor-element-9b5dab4
  > .elementor-widget-container {
  background-color: transparent !important;
}
.elementor-16159
  .elementor-element.elementor-element-ab695bf:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-color: #999999 !important;
}
.proven .elementor-element {
  border: 2px solid #ffffff;
  border-radius: 6px;
}
.keyfet .elementor-icon-box-title {
  font-size: 22px !important;
  text-align: center !important;
  color: #ffffff !important;
}
.keyfet .elementor-icon {
  fill: #ffffff !important;
}
.keyfet .elementor-icon:hover {
  fill: #c9f31d !important;
}
.elementor-widget-n-tabs .e-n-tab-title-text:hover {
  color: #c9f31d;
}
.herohead h2 {
  font-size: 66px !important;
}
.ourjour .e-n-tabs-heading button {
  background: transparent !important;
}
.ourjour .e-n-tabs-heading span {
  font-size: 40px;
  font-weight: 800;
  color: white;
}
.sustain .e-n-accordion-item-title-text {
  color: #ffffff;
}
.sustain .e-n-accordion-item-title-icon .e-opened svg {
  fill: #ffffff !important;
}
.sustain .e-n-accordion-item-title-icon .e-closed svg path {
  fill: #ffffff !important;
}
.elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  span
  > svg {
  fill: #ffffff !important;
}
.dental p {
  color: #ffffff !important;
}
.miles .wcf--counter:hover {
  color: #c9f31d !important;
}
#menu-offcanavs-menu .sub-menu {
  width: 100% !important;
}
/* .elementor-element{background-color: #121212!important;} */

.img-box .image-box__item {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.4s ease-in-out;
}

/* Overlay */
.img-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}

/* Hover effect */
.img-box:hover .image-box__item {
  filter: grayscale(0%);
}

.img-box:hover::after {
  opacity: 0;
}

.img-box {
  position: relative;
  overflow: hidden;
}

.image-box__item {
  display: block;
  width: 100%;
  height: auto;
}

/* Title over image */
.img__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6); /* semi-transparent black */
  color: #fff;
  margin: 0;
  padding: 12px 15px;
  font-size: 16px;
  z-index: 2;
}

.img__title a {
  color: #fff;
  text-decoration: none;
}

.img__title a:hover {
  text-decoration: underline;
}

/* Description hidden by default, shown on hover */
.img__description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
  font-size: 14px;
  z-index: 1;
  margin-bottom: 0rem !important;
}

.img-box:hover .img__description {
  opacity: 1;
  transform: translateY(0);
}

.industi{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
  font-size: 14px;
  z-index: 1;
  margin-bottom: 0rem !important;
}

.img-box:hover .industi{
  opacity: 1;
  transform: translateY(0);
}

.elementor-2511 {
  background: #121212;
}
.elementor-251 .elementor-widget-container h2 {
  color: #ffffff;
}
.ben .elementor-widget-container{border: 1px solid; box-shadow: 4px 4px 10px darkslategray; border-radius: 5px; padding: 8px;}
.ben .elementor-widget-container:hover{border: 1px solid; box-shadow: 4px 4px 10px #c9f31d; border-radius: 5px;}
.elementor-6 .elementor-element.elementor-element-6577d43{padding-top: 10px!important; padding-bottom: 10px!important;}

.miles .elementor-element-ca6d992:hover, .elementor-element-76fdda7:hover, .elementor-element-78b73b0:hover, .elementor-element-84f02cc:hover{
  background-color: #c9f31d!important;
  color: #000000!important;
}
header.axtra-theme-elementor-header-section {
    mix-blend-mode: normal!important;
}
.postim img{width: auto; height: 288px!important;}
.image-box {
  filter: grayscale(100%);
  transition: filter 0.4s ease-in-out;
}

.image-box:hover {
  filter: grayscale(0%);
}
/* Container */


/* Container: relative positioning for stacking */
.sustain {
  position: relative;
  overflow: hidden;
}

/* Ensure image fills the container */
.sustain .elementor-widget-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Overlay effect using ::after */
.sustain .elementor-widget-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Remove overlay on hover */
.sustain:hover .elementor-widget-image::after {
  opacity: 0;
}

/* Keep the h6 always visible and on top */
.sustain .elementor-widget-text-editor h6{
 position: absolute;
    top: 20px;
    left: 0px;
    z-index: 2;
    color: white;
    font-weight: bold!important;
font-family: "Poppins", Sans-serif!important;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 10px;
    width: 100%;
}

/* Hide <p> by default */
.sustain .elementor-widget-text-editor p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  z-index: 2;
  color: white;
  transition: opacity 0.3s ease;
  background: rgba(0, 0, 0, 0.4);
    padding: 8px 10px;
    width: 100%;
    height: auto;
}

/* Show <p> on hover */
.sustain:hover .elementor-widget-text-editor p {
  opacity: 1;
}

/*Hide testimonial*/
.elementor-element-df1f6c3{display: none!important;}

.abtab .e-n-tabs-content{height: 450px!important;}
.herocon h2{font-family: "Poppins", Sans-serif!important;
    font-size: 72px!important;
    font-weight: 600!important;
    line-height: 1em!important;}
.default-breadcrumb__title{font-family: "Poppins", Sans-serif!important;
    font-size: 72px!important;
    font-weight: 600!important;
    line-height: 1em!important;}
.suscol .elementor-widget-container h6{font-size: 18px!important; font-family: "Poppins", Sans-serif!important; font-weight: 400!important;}
.singleservice .thumb img{height: 330px!important;}
.brand .swiper-slide-inner img{padding: 26px!important;}
.default-breadcrumb__area {background-image: url("https://ccentrik.com/wp-content/uploads/2025/09/default.jpeg"); width: auto!important; height: 700px!important;}
.elementor-element-7db927f h2{font-size: 100px!important;}
.elementor-element-21605fb{background-color: #121212;}
.wpcf7-form-control-wrap select option{background: #121212;}
.wpcf7-form-control-wrap select option:hover{background: #c9f31d!important;}
.wpcf7 form.sent .wpcf7-response-output{color: #ffffff!important;}
.wpcf7-form-control-wrap input, textarea { padding: 10px!important; }
.wpcf7-checkbox label input{width: 20px; height: 20px;}
.wpcf7-checkbox input[type="checkbox"] {accent-color: #c9f31d!important;}
.wpcf7-checkbox .wpcf7-list-item-label {color:white;font-size: 18px;}
.wcf-offcanvas-gl-style .sub-menu{padding-top: 10px!important;}