/*
 Theme Name:   Travel Tour Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Travel Tour Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     traveltour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  traveltour-child

 START YOUR CHILD THEME CSS HERE
*/

    .gdlr-core-pbf-wrapper-container {
	gap:0px!important;
/* 		line-height:7.7; */
}
/* === Clean & Responsive Service Boxes (TravelEase Section) === */
[data-skin="HP 1 Service"] .gdlr-core-pbf-wrapper-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
}

/* Each column: equal height, responsive */
[data-skin="HP 1 Service"] .gdlr-core-pbf-column {
  flex: 1 1 22%;
  max-width: 24%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-align: center;
}

/* Service item box */
[data-skin="HP 1 Service"] .gdlr-core-column-service-item {
  background: transparent;
  padding: 25px 15px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Hover effect: slight lift only */
[data-skin="HP 1 Service"] .gdlr-core-column-service-item:hover {
  transform: translateY(-4px);
}

/* Icons */
[data-skin="HP 1 Service"] .gdlr-core-column-service-media img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
}

/* Titles */
[data-skin="HP 1 Service"] .gdlr-core-column-service-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #222;
  margin-bottom: 10px;
}

/* Text */
[data-skin="HP 1 Service"] .gdlr-core-column-service-content p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* === Responsive: 2 per row on mobile === */
@media (max-width: 768px) {
  [data-skin="HP 1 Service"] .gdlr-core-pbf-column {
    flex: 1 1 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
}

/* Single column on very small screens */
@media (max-width: 480px) {
  [data-skin="HP 1 Service"] .gdlr-core-pbf-column {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.bloc-icon-eyes li.gdlr-core-skin-divider.gdlr-core-column-20{
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 15px;
    transition: all 0.3s ease;
}
/* 🔲 Espacement et hauteur uniforme */
.bloc-icon-eyes ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; /* espace horizontal et vertical entre les cartes */
}

.bloc-icon-eyes li {
flex: 1 1 30%;
    max-width: 30%;
    /* min-height: 239px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.traveltour-top-bar i {
    color: #fff !important;
}
.footer-legal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #ffffff;
}

/* Liens à gauche */
.footer-left a {
    color: #0078ff;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s ease;
}

.footer-left a:hover {
    color: #00b3ff;
    text-decoration: underline;
}

/* Séparateur entre liens */
.footer-left span {
    color: #ccc;
}

.traveltour-container, .gdlr-core-container, body.traveltour-boxed .traveltour-body-wrapper, body.traveltour-boxed .traveltour-fixed-footer .traveltour-footer-wrapper, body.traveltour-boxed .traveltour-fixed-footer .traveltour-copyright-wrapper {
    max-width: 1200px !important;
}
.children {
    margin-top: 0px !important;
}
.children h3.frm_pos_top.frm_section_spacing {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}
.bloc-activities .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-container {
    display: flex;
    align-items: center;
}
/* Ajustement responsive */
@media (max-width: 600px) {
    .footer-legal {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

/* Pour les écrans plus petits */
@media (max-width: 991px) {
    .bloc-icon-eyes li {
        flex: 1 1 45%;
        max-width: 45%;
    }
}

@media (max-width: 600px) {
    .bloc-icon-eyes li {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
