/*
 Theme Name:   Travolo Child
 Theme URI:    http://vecurosoft.com/products/wordpress/travolo/
 Description:  This is a child theme for Travolo WordPress Theme
 Author:       Vecurosoft
 Author URI:   http://vecurosoft.com/
 Template:     travolo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  travolo-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

[data-tooltip]:hover::after {
  display: block;
	color:#000;
	width:auto;
	z-index: 9999;
  position: absolute;
  content: attr(data-tooltip);
  border: 1px solid #ff9308;
	border-radius:50px;
  background: #ccc;
  padding: .25em;
}
.flight-option-label {
  display: inline-block;
  position: relative;
  background: #ff9308;
  color: #fff;
  font-weight: bold;
  padding: 6px 24px 6px 16px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.flight-option-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #d97706;
  border-radius: 8px 0 0 8px;
}
.flight-result-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 4px #02bbd7ab;
}

.flight-logo {
    text-align: center;
    margin-bottom: 15px;
}

.flight-logo img {
    max-width: 120px;
    height: auto;
}

.flight-logo span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.flight-timing h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.flight-timing h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
    color: #333;
}

.flight-timing p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.flight-move {
    text-align: center;
    padding: 20px 0;
}

.flight-move img {
    width: 100%;
    max-width: 200px;
    margin: 10px 0;
}

.flight-move p {
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

.stops {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    background: #e8f5e9;
    color: #2e7d32;
}

.stops.red {
    background: #ffebee;
    color: #c62828;
}

.tooltip {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltiptext i {
    margin-right: 5px;
}

.bagstrip {
       padding: 0px 0px;
    border-radius: 4px;
    margin-top: 5px;
    font-size: 14px;
}

.bagstrip span {
    margin-right: 10px;
}

.include {
    margin-left: 10px;
}

.newincluded {
    background: #4caf50;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 5px;
}

.flight-range {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.flight-range p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.flight-range h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0;
    color: #333;
}

.flight-range h3 small {
    font-size: 16px;
    color: #666;
}

.flight-range .btn-primary {
    background: #02BBD7;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    transition: background 0.3s;
}

.flight-range .btn-primary:hover {
    background: #0199b0;
}

@media (max-width: 768px) {
    .flight-result-card {
        padding: 15px;
    }
    
    .flight-timing h3 {
        font-size: 20px;
    }
    
    .flight-timing h5 {
        font-size: 14px;
    }
    
    .flight-move img {
        max-width: 150px;
    }
    
    .flight-range h3 {
        font-size: 24px;
    }
}
