html, body {
    overflow-x: hidden;
}

.elementor-icon-list-items {margin:0;}
.elementor-icon-list-items li {list-style:none;}
.elementor-icon-list-items li svg {width:12px !important; margin-right:5px;}

/* Careers Form Styling */
.careers-form input,
.careers-form select,
.careers-form textarea {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.careers-form label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    font-size: 0.9rem;
    color:#000;
}

/* Flexbox for 2 columns */
.careers-form .form-row {
    display: flex;
    gap: 4%;
    margin-bottom: 0px;
}

.careers-form .form-row .half-width {
    flex: 1;
}

.education-certificate {margin-bottom:0px !important;}

.wpcf7-submit {
    border:0 !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    color:#fff !important;
    background:#0c3f6b !important;
}
.wpcf7-submit:hover {background:#06a687 !important;}

.custom-responsive-menu .xpro-elementor-horizontal-navbar-nav .current-menu-item a {padding-left:1rem !important;}


.gallery-columns-3 .gallery-item {
  padding-right:5px !important;
}
.gallery-columns-3 .gallery-item img {
  margin-bottom:0px !important;
}


@media (max-width: 767px) {
  .responsive-gallery-2-col .gallery {
    display: flex;
    flex-wrap: wrap;
  }

  .responsive-gallery-2-col .gallery-item {
    flex-grow: 0;
    width: calc(50% - 10px); 
    float: none !important;
  }
}


.continuous-rotate img {
    animation: rotation 5s infinite linear;
}

@keyframes rotation {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.icon-stroke-green svg path {stroke:#03a788;}
.icon-stroke-blue svg path {stroke:#2086cc;}
.icon-fill-green svg path {fill:#03a788;}
.icon-fill-blue svg path {fill:#2086cc;}
.icon-fill-light-blue svg path{fill:#00d5ff;}
.icon-fill-light-green svg path{fill:#00FFB9;}

/*********************************************************
    THEME SPECIFIC CSS
**********************************************************/
.home-popupar-destinations img {border-radius:1rem 1rem 1rem 1rem; border:solid 5px transparent; transition:all 0.5s ease-in-out;}
.home-popupar-destinations img:hover {border-radius:10rem 10rem 10rem 10rem; border:solid 5px #e02354; transition:all 0.2s ease-in-out;}


/************************************************************
    STYLES SPECIFIC TO THIS PROJECT
*************************************************************/
/*.glass-card-menu {*/
    /* From https://css.glass */
/*    background: rgba(255, 255, 255, 0.50);*/
    /*border-radius: 16px;*/
/*    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);*/
/*    backdrop-filter: blur(12px) !important;*/
/*    -webkit-backdrop-filter: blur(12px) !important;*/
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/

/*}*/


.glass-card {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.text-gradient {
  font-size: 72px;
  background: -webkit-linear-gradient(#03a788, #2086cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.icons-of-who-we-are-section .xpro-infolist-item:nth-child(1) svg path {
    stroke: #2086cc !important;
    fill: none !important; /* Ensures the globe doesn't fill in blue */
}

.icons-of-who-we-are-section .xpro-infolist-item:nth-child(2) svg,
.icons-of-who-we-are-section .xpro-infolist-item:nth-child(2) svg path {
    fill: #2086cc !important;
    stroke: none !important;
}

.icons-of-who-we-are-section .xpro-infolist-item:nth-child(3) svg,
.icons-of-who-we-are-section .xpro-infolist-item:nth-child(3) svg path {
    fill: #2086cc !important;
    stroke: none !important;
}

/************************************************************
    STYLES SPECIFIC TO DETOX LABORATORY
*************************************************************/
.number-counter-text p {font-family:Satoshi !important; font-weight:400 !important; font-size:1rem !important; line-height:1.6rem !important; color:#666666 !important;}

/* Smooth transition for the heading */
.expertise-section-home .elementor-heading-title {
    transition: transform 0.3s ease-in-out;
}

/* Move heading downward on container hover */
.expertise-section-home:hover .elementor-heading-title {
    transform: translateY(15px); /* Adjust '15px' to control how far it moves */
}
.custom-hero-section-title .xpro-heading-title {
  font-size: clamp(2.5rem, 2rem + 2.5vw, 5rem) !important; line-height: clamp(1.1, 1.5 - 0.5vw, 1.4) !important; 
}

.custom-btn-green-outline svg {stroke:#06a687; fill:#06a687;}
.custom-btn-green-outline svg path {stroke:#06a687; fill:#06a687;}

.custom-icon-blue svg {stroke:#3486ca; fill:#3486ca;}
.custom-icon-blue svg path {stroke:#3486ca; fill:#3486ca;}

.team-video-wrapper {position:absolute; z-index:999; opacity:0; transition:all 0.3s ease-in-out; z-index:0;}
.team-card-container:hover .team-video-wrapper {opacity:1; transition:all 0.3s ease-in-out;} 

.twae-story-left .twae-description ul {text-align:left;}

/**************************************************************
    REQUISITION FORM (CONTACT FORM 7)
***************************************************************/
.trf-form {
  max-width: 700px;
  margin: 0 auto;
  color: #1a1d1f;
}

.trf-section {
  background: #ffffff;
  border: 1px solid #e6e8eb;
  border-radius: 10px;
  padding: 28px 30px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.04);
}

.trf-section-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 4px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #03a788;
  color: #03a788;
  letter-spacing: 0.2px;
}

.trf-hint {
  font-size: 13px;
  color: #6b7280;
  margin: 8px 0 16px 0;
}

.trf-row {
  margin-top: 18px;
}

.trf-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #344054;
}

.trf-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.trf-two-col > div {
  margin-top: 0;
}

/* CF7 field styling */
.trf-form input[type="text"],
.trf-form input[type="email"],
.trf-form input[type="tel"],
.trf-form input[type="date"],
.trf-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  background: #fafafa;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.trf-form input:focus,
.trf-form textarea:focus {
  outline: none;
  border-color: #2f6f4f;
  box-shadow: 0 0 0 3px rgba(47, 111, 79, 0.12);
  background: #fff;
}

.trf-form textarea {
  min-height: 70px;
  resize: vertical;
}

/* Checkbox grid */
.trf-checkbox-grid .wpcf7-list-item {
  display: block;
  margin: 0 0 10px 0;
}

.trf-checkbox-grid span.wpcf7-list-item-label {
  font-size: 14px;
  margin-left: 6px;
}

.trf-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 20px;
}

.trf-submit-row {
  text-align: center;
  margin-top: 4px;
}

.trf-form input[type="submit"] {
  background: #2f6f4f;
  color: #fff;
  border: none;
  padding: 13px 40px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
}

.trf-form input[type="submit"]:hover {
  background: #24593f;
}

.trf-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d92d20;
  margin-top: 4px;
}

.trf-form .wpcf7-response-output {
  border-radius: 8px;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 600px) {
  .trf-section {
    padding: 20px 18px;
  }
  .trf-two-col,
  .trf-checkbox-grid {
    grid-template-columns: 1fr;
  }
}

