.elementor-icon-list-items {margin:0;}
.elementor-icon-list-items li {list-style:none;}
.elementor-icon-list-items li svg {width:12px; margin-right:5px;}

/* Careers Form Styling */
.careers-form input,
.careers-form select,
.careers-form textarea {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    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;
}

.wpcf7-submit {
    border:0 !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    color:#fff !important;
    background:#E02354 !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;
  }
}

/*********************************************************
    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;}


.glassmorph {
  position: absolute; /* Your current positioning */
  top: 0;
  width: 100%;
  
  /* 1. Transparent background (White with 30% opacity) */
  background: rgba(255, 255, 255, 0.3); 
  
  /* 2. The blur effect */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* For Safari support */
  
  /* Optional: Add a subtle border for a better 'glass' look */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1000; /* Ensure it stays on top of the image */
}

.hero-title-clamp h1 {font-size: clamp(2rem, 1rem + 5vw, 7rem) !important; font-weight:800; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);}
.home-courses-wrapper:hover h2 {color:#0C132E !important;}
.home-courses-wrapper:hover p {color:#666;}

.rotating-360 {
  width: 100px;
  height: 100px;
  
  /* 1. Name of keyframes, 2. Duration, 3. Infinite loop, 4. Smooth linear speed */
  animation: spin 10s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
