/*
 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 ]
- - - - - - - - - - - - - - - - - - - - */



section.result-detail-section {
    margin-top: 40px;
}
.result-detail-header a {
    width: 100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #000;
}
.result-detail-header a i {
    background-color: #FFC436;
    padding: 5px 10px;
}
.result-detail-header h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.bound-style p {
    font-weight: 600;
    font-size: 18px;
}
.bound-style-box p {
    background-color: #000;
    text-align: center;
    color: #FFF;
    font-size: 17px;
    padding: 10px 0px;
    border-radius: 10px;
}
.bound-style-datetime p {
    margin: 0;
    height: 8vh;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 17px;
}
.bound-style-datetime i {
    padding-right: 10px;
    padding-left: 10px;
}
.bound-style-datetime span {
    color: #f00;
}
.result-details-box {
    box-shadow: 1px 1px 5px #00000054;
    padding: 50px;
    border-radius: 10px;
    margin-top: 30px;
}
.result-details-box .col-md-3 {
    display: flex;
    align-items: center;
}
.result-details-box .col-md-2 {
    display: flex;
    align-items: center;
    text-align: center;
}
.result-details-box .col-md-5 {
    text-align: center;
}
.result-dbox-con span {
    color: #f00;
}
.reult-detaitoggle {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.reult-detaitoggle button {
    border: 0;
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    color: #e4a100;
    font-size: 18px;
}
.reult-detaitoggle .data {
    margin-top: 30px;
}
.craftrow {
    display: flex;
    margin-left: -18px;
    width: 100%;
}
.craftrow .craft {
    display: flex;
    flex-wrap: wrap;
}
.craftrow .craft .cols {
    border-right: 1px dashed grey;
    flex: 0 0 auto;
    padding: 0 18px;
    font-size: .9em;
}
.cols b {
    display: flex;
}
.craftrow .craft:last-child .cols:last-child {
    border: none;
}
div.connector {
    margin: 20px 0;
    position: relative;
    font-size: 1.2em;
}
div.connector div.c1 {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
}
div.connector div.c1:after, div.connector div.c3:after {
    content: '';
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: -3px;
    top: 12px;
}
div.connector div.c1:before {
    content: '';
    width: 2px;
    background-color: #000;
    height: 100%;
    position: absolute;
    left: 0;
    top: 16px;
}
div.connector .ctime {
    font-size: 1.2em;
    font-weight: 700;
}
div.connector div.c2 {
    display: none;
}
div.connector div.c2 .col-12 .laytime {
    padding: 15px 20px;
    border-left: 1px solid #000;
    position: relative;
    display: block;
    margin-left: -20px;
}
div.connector div.c3 {
    width: 100%;
    position: relative;
}
div.connector div.c3:after {
    top: 14px;
}
div.connector div.c1:after, div.connector div.c3:after {
    content: '';
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: -3px;
    top: 12px;
}
div.connector div.c1 .col-3, div.connector div.c2 .col-12, div.connector div.c3 .col-3 {
    padding: 0 0px 0 25px;
}
div.connectingairport {
    background-color: #FFC436;
    padding: 20px;
    font-size: 1.2em;
    border-radius: 10px;
    margin: 30px 0;
    color: rgb(0, 0, 0);
}
.result-details-boundss {
    margin-bottom: 45px;
}

[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;
    }
}


