/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a.gt-current-lang {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
}

input#field_qh4icy,
input#field_ocfup1,
input#field_29yf4d,
input#field_l04vd,
textarea#field_9jv0r1 {
	border-width: 0px 0px 1px 0px !important;
}



.experience-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 0;
}

.experience-card {
  width: 33.3333%;
  background: transparent;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.experience-thumb-link {
  display: block;
  text-decoration: none;
}

.experience-thumb-block {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}

.experience-content {
  padding: 10px;
  color: #fff;
  background: transparent;
}

.experience-content h3 a {
    color: #fff !important;
}

.experience-title-link {
  color: #fff;
  text-decoration: none;
}

.experience-title-link:hover {
  text-decoration: underline;
}

.experience-content h3 {
  margin: 0 0 6px 0;
  font-size: 16px;
}

.experience-content p {
  margin: 2px 0;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .experience-card {
    width: 100%;
  }
}




.custom-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
}

.custom-gallery-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.custom-gallery-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 300px;
  max-height: 450px;
  background-color: #111;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .custom-gallery-item {
    width: 100% !important;
  }
}





.exp-with-content-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.exp-with-content-text {
  flex: 1 1 50%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    text-align: center;
    font-size: 18px;
}

.exp-with-content-text p {
  margin-bottom: 1em;
  line-height: 1.4;
}

.exp-with-content-image {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exp-with-content-img {
  width: 100%;
  height: auto;
  min-height: 500px;
  aspect-ratio: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .exp-with-content-wrap {
    flex-direction: column;
  }
  .exp-with-content-text,
  .exp-with-content-image {
    flex: 1 1 100%;
  }
}







.experience-cat-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
    justify-content: center;
}

.exp-cat-button {
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-family: inherit;
    font-size: 16px;
    color: #000;
    transition: background-color 0.3s, color 0.3s;
}

.experience-cat-buttons a {
	text-decoration: none !important;
}


.exp-cat-button:hover {
    background-color: #000;
    color: #fff;
}


.experience-meta-box {
    padding-left: 20px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
    max-width: 400px;
}


.related-title {
    font-size: 1.5em;
    margin-bottom: 20px;
	margin-top: 0px !important;
    font-weight: bold;
}

.related-news-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}

.related-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}

.related-news-content {
    flex: 1;
}

.related-news-headline {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
}

.related-news-headline a {
    text-decoration: none;
    color: #222;
}

.related-news-headline a:hover {
    color: #d32f2f;
}

.related-news-badge {
    display: inline-block;
    margin-top: 5px;
    font-size: 0.7em;
    background-color: #e0e0e0;
    color: #444;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
}
