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

body{
	background:#FFF7EC !important;
}
.hero-layout .hero-img img{
	border: 20px solid #faa31b;
	
}
.hero-mask {
    padding-top: 50px;
    padding-bottom: 100px;
}
/* .hero-layout .hero-img .img2 {
    width: 65%;
    position: absolute;
    top: 60%;
    right: -40%;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .hero-layout .hero-img img {
        border: 5px solid #faa31b;
    }
	.hero-layout .hero-img .img2 {
    width: 50%;
    position: absolute;
    top: 55%;
    right: 0%;
    transform: translateY(-50%);
}
	.hero-layout .hero-mask {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 1199px) {
    .hero-layout .slide-count {
        margin-top: 10px !important;
    }
} */
/* sub pages first section css */
.space-extra-bottom {
	padding-top:60px;
}
.wpte-trip-sfilter-wrapper .wpte-trip__submit-field button{
	background-color:#faa31b !important;
}
.wpte-elementor-widget .wpte-trip__search-fields .wpte-trip__adv-field{
	border:1px solid #faa31b !important;
}

.wpte-trip__adv-field .icon {
	color:#faa31b !important;
}

.breadcumb-wrapper {
	height:590px !important;
}

/* Services page contact form */
/* Form Container */
.our-service-form {
  background-color: #13213C;
  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 8px;
  padding: 20px 15px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin: auto;
}

.our-service-form h3 {
  background-color: #faa31b;
  color: #13213C;
  font-size: 24px;
  font-weight: 600;
  padding: 12px 15px;
  border-radius: 6px 6px 0 0;
  margin-top: 0;
  text-align: left;
}

/* Input Styles */
.our-service-form input[type="text"],
.our-service-form input[type="tel"],
.our-service-form input[type="email"],
.our-service-form input[type="number"],
.our-service-form input[type="date"],
.our-service-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #faa31b;
  background-color: transparent;
  color: #fff;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
}

.our-service-form textarea {
  height: 80px;
  resize: none;
}

.our-service-form input::placeholder,
.our-service-form textarea::placeholder {
  color: #ddd;
}

/* ✅ Checkbox visible + aligned */
.our-service-form .wpcf7-checkbox {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.our-service-form .wpcf7-checkbox input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  width: 18px;
  height: 18px;
  accent-color: #faa31b;
  margin-right: 8px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #faa31b;
}

.our-service-form .wpcf7-checkbox label {
  color: #fff; /* makes sure text stays visible */
  cursor: pointer;
}

.our-service-form .form-group {
    margin-bottom: 15px !important;
}

/* Submit Button */
.our-service-form .wpcf7-submit {
  background-color: #faa31b;
  color: #13213C;
  border: none;
  padding: 12px 20px;
  width: 100%;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.our-service-form .wpcf7-submit:hover {
  background-color: #e29217;
}

/* Validation Text */
.our-service-form .wpcf7-not-valid-tip {
  color: #faa31b;
  font-size: 13px;
}

/* --- Date Input Calendar Styling --- */
.our-service-form input[type="date"] {
  position: relative;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #faa31b;
  background-color: transparent;
  color: #fff;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  cursor: pointer;
}

/* Calendar icon (WebKit browsers like Chrome, Edge) */
.our-service-form input[type="date"]::-webkit-calendar-picker-indicator {
  color: #faa31b;
  filter: invert(71%) sepia(76%) saturate(1862%) hue-rotate(360deg)
    brightness(101%) contrast(98%);
  cursor: pointer;
  opacity: 1;
}

/* Make popup calendar full width (for modern browsers) */
.our-service-form input[type="date"]::-webkit-datetime-edit {
  width: 100%;
}

/* Optional: Improve calendar dropdown appearance (for supported browsers) */
input[type="date"] {
  min-width: 100%;
}

/* Firefox specific tweaks */
@-moz-document url-prefix() {
  .our-service-form input[type="date"] {
    color-scheme: dark;
  }
}

/* --- Optional: hover/focus effects for better UX --- */
.our-service-form input[type="date"]:focus {
  border-color: #e29217;
  box-shadow: 0 0 5px #faa31b;
}


.our-service-form .wpcf7 form.invalid .wpcf7-response-output{

    border-color: #ffb900;
    background: #f5b301 !important;
    color: red !important;
    border-radius: 10px !important;
}

/* whatsapp and phone buttons  */
/* Common button base */
.mobile-btn, .whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 45px 15px 80px; /* extra left padding for circle */
  font-size: 15px;
  font-weight: 600;
	text-transform:uppercase;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  overflow: visible;
  transition: all 0.3s ease;

}

/* Phone button background */
.mobile-btn {
  background-color: #13213C; 
	margin-bottom:30px/* dark navy */
}

/* WhatsApp button background */
.whatsapp-btn {
  background-color: #0ba545;
	/* WhatsApp green */
	color:#fff;
}

/* White circular icon container */
.mobile-btn::before,
.whatsapp-btn::before {
display:none
}

/* Icon inside the white circle */
.mobile-btn i,
.whatsapp-btn i {
  position: absolute;
  left: 45px;
  top: 28%;
  transform: translate(-50%, -50%);
  color: #0b1246; /* default for phone */
  font-size: 40px;
  z-index: 2;
}

/* Adjust WhatsApp icon color */
.whatsapp-btn i {
  color: #fff;
}

/* Hover effect */
.mobile-btn:hover,
.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* animation testimonials */
.testimonial-place .testi-style1 {
  position: relative;
 width: 500px;
    height: 500px;
  margin: 0 auto;
}

.testimonial-place .testi-style1 .testi-avaters {
  position: absolute;
 top: -48px;
    left: -50px;
    width: 600px;
    height: 600px;
  animation: rotateOrbit 25s linear infinite; /* controls rotation speed */
  transform-origin: center center;
}

/* Each avatar */
.testimonial-place .testi-style1 .testi-avaters .tab-btn {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  transform-origin: center;
}

/* Position avatars evenly in a circle */
.testimonial-place .testi-style1 .testi-avaters .tab-btn:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-place .testi-style1 .testi-avaters .tab-btn:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.testimonial-place .testi-style1 .testi-avaters .tab-btn:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.testimonial-place .testi-style1 .testi-avaters .tab-btn:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

/* Animation to rotate the orbit */
@keyframes rotateOrbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Keep images upright while orbiting */
.testimonial-place .testi-style1 .testi-avaters .tab-btn img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: counterRotate 25s linear infinite;
}

@keyframes counterRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.call-action-place{
	height:620px;
}


/* footer in gallery images */

.footer-widget .sidebar-gallery .gallery-thumb img {
    transition: 0.5s 
ease-in-out;
    height: 88px ;
    object-fit: cover;
}

/* media query for mobiles */
@media (min-width: 320px) and (max-width: 767px) {
  .breadcumb-wrapper {
       height: 280px !important;
  }
}

/* ===========================
   RESPONSIVE (Only This Section)
=========================== */

/* Tablets */
@media (max-width: 991px) {
  .testimonial-place .testi-style1 {
    width: 350px;
    height: 350px;
  }
  .testimonial-place .testi-style1 .testi-avaters {
    width: 420px;
    height: 420px;
    top: -35px;
    left: -35px;
  }
  .testimonial-place .testi-style1 .testi-avaters .tab-btn {
    width: 55px;
    height: 55px;
  }
}

/* Mobiles */
@media (max-width: 575px) {
  .testimonial-place .testi-style1 {
    width: 260px;
    height: 260px;
  }
  .testimonial-place .testi-style1 .testi-avaters {
        width: 300px;
        height: 300px;
        top: 100px;
        left: 100px;
    }
  .testimonial-place .testi-style1 .testi-avaters .tab-btn {
    width: 60px;
    height: 60px;
  }
	.testimonial-place .testi-style1 .testi-avaters .tab-btn:nth-child(1) {
    top: 0;
    left: 350%;
    transform: translate(-50%, -50%);
}
	.testimonial-place .testi-style1 .testi-avaters .tab-btn:nth-child(2) {
    top: 50%;
    right: 180px;
    transform: translate(50%, -50%);
}
	.testimonial-place .testi-style1 .testi-avaters .tab-btn:nth-child(3) {
    bottom: 180px;
    left: 50%;
    transform: translate(-50%, 50%);
}
	.testimonial-place .testi-style1 .testi-avaters .tab-btn:nth-child(4) {
    top: 180px;
    transform: translate(-50%, -50%);
}
}


/* Contact page form css  */
/* Make placeholder text white */
.main-contact-pageform input::placeholder,
.main-contact-pageform textarea::placeholder {
  color: #fff !important;
  opacity: 1;
}

/* Input and textarea styling */
.main-contact-pageform input,
.main-contact-pageform textarea {
  background-color: #0c1d3a; /* same dark blue background */
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 15px;
  width: 100%;
}

/* Focus effect */
.main-contact-pageform input:focus,
.main-contact-pageform textarea:focus {
  outline: none;
  border-color: #f5b301; /* yellow highlight */
/*   box-shadow: 0 0 5px #f5b301; */
}

/* Button styling */
.main-contact-pageform .vs-btn.style4 {
  background-color: #f5b301;
  color: #000;
  border: 1px solid #f5b301;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* Hover effect */
.main-contact-pageform .vs-btn.style4:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}


/* home page contact form */

/* Container styling */
.home-page-contact .input-icon-wrap {
  position: relative;
}

/* Icon inside input */
.home-page-contact .input-icon {
  position: absolute;
  top: 50%;
  right:30px;
  transform: translateY(-50%);
  color: #faa31b;
  font-size: 16px;
  pointer-events: none;
}

/* Add padding to input for icon spacing */
.home-page-contact input {
  padding-left: 15px !important;
  border-radius: 5px;
  border: 1px solid #faa31b;
	
}

/* Optional: Highlight icon on focus */
.home-page-contact input:focus + .input-icon,
.home-page-contact .input-icon-wrap input:focus ~ .input-icon {
  color: #d19a00;
}
/* play button place */

.img-box2 {
  position: relative;
  display: inline-block;
}

.img-box2 .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px; /* adjust size */
  color: #faa31b; /* your brand color */
  cursor: pointer;
  transition: transform 0.3s ease;
}

.img-box2 .play-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.contact-address-card .contact-box{
	padding-top:25px;
	padding-bottom:25px
}

.blog-sect .slick-track > [class*=col]{
	padding:0 5px;
}
@media (max-width: 991px) {
    .blog-sect .slick-track .blog-style3 {
        padding: 10px 10px;
    }
}


/* Whatsapp botton of uper  */
  .whatsapp-float {
            position: fixed;
            bottom: 50px;
            left: 60px;
            width: 55px;
            height: 55px;
            background-color: #25D366;
            color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 32px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            z-index: 9999;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .whatsapp-float:hover {
            background-color: #20b958;
            transform: scale(1.1);
        }

        /* ✅ Responsive adjustments */
        @media (max-width: 1024px) {
            .whatsapp-float {
                bottom: 40px;
                left: 40px;
                width: 50px;
                height: 50px;
                font-size: 28px;
            }
        }

        @media (max-width: 768px) {
            .whatsapp-float {
                bottom: 20px;
                left: 20px;
                width: 50px;
                height: 50px;
                font-size: 34px;
            }
        }

        @media (max-width: 480px) {
            .whatsapp-float {
                bottom: 10px;
                left: 10px;
                width: 50px;
                height: 50px;
                font-size: 34px;
            }
        }