/*
Theme Name: Pinoy Turiosm
Theme URI: #
Author: Mary bejin
Author URI: #
Description: Your travel partner. Crafting tailored experiences for unforgettable journeys. Your adventure begins with us.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pinoytourism
*/

.banner {
      background-image: url('https://pinoytourism.com/wp-content/uploads/2025/10/banner.jpg'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      padding:90px 0;
    }

    .banner-overlay {
      background: rgba(0, 0, 0, 0.5); /* dark overlay */
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .banner-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .search-box {
      background: white;
      padding: 10px;
      border-radius: 5px;
      display: flex;
      gap: 10px;
      margin-top: 20px;
    }

    .search-box input,
    .search-box button {
      flex: 1;
    }

    .see-deals-btn {
      margin-top: 20px;
    }

    .rating-bar {
      background: #f8f9fa;
      text-align: center;
      padding: 15px;
      font-size: 1rem;
    }

    .rating-bar .stars {
      color: #fbc02d;
    }


    .home1-banner-bottom{
        margin-top:0px !important;
    }
    .home1-banner-bottom .filter-wrapper .filter-group{
        border-radius:0px !important
    }
    .home1-banner-bottom .filter-wrapper .filter-group form button{
        padding:10px 50px !important;
border-radius:0px !important;
margin-right: 10px;
    }
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area{
        padding:10px 10px !important
    }
    .promo-section {
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .promo-section .info-bar {
      background-color: #29506b;
      color: white;
      padding: 15px;
      text-align: center;
      font-size: 1rem;
      border-radius: 6px;
    }

    .promo-section .info-bar strong {
      font-weight: bold;
    }

    .promo-section .promo-card {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      height: 400px;
      background-size: cover;
      background-position: center;
      color: white;
    }

    .promo-section .promo-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
    }

    .promo-section .promo-content {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      padding: 0 20px;
    }

    .promo-section .promo-content h4 {
      font-weight: bold;
      color:#fff
    }

    .promo-section .promo-btn {
      margin-top: 20px;
    }

    .promo-section .promo-card .btn {
      font-weight: bold;
      background: #3697ca;
    }

        .popular-searches-section {
      background-color: #3697ca;
      color: #ffffff;
      padding: 60px 0;
    }

    .popular-searches-section h2 {
      text-align: center;
      font-weight: 700;
      margin-bottom: 40px;
      color:#fff;
    }

    .search-item {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 30px;
    }

    .search-icon {
      background-color: #ffffff;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .search-icon i {
      color: #07564c;
      font-size: 20px;
    }

    .search-text h5 {
      font-weight: bold;
      margin-bottom: 5px;
      border-bottom: 1px solid #ffffff44;
      padding-bottom: 4px;
      color:#fff;
    }

    .search-text p {
      margin: 0;
      color: #dcdcdc;
    }
        .travel-inspiration-section .section-header {
      background-color: #c37928;
      color: white;
      padding: 30px 20px;
    }

    .travel-inspiration-section .card-img-top {
      height: 200px;
      object-fit: cover;
      object-position: right;
    }

    .travel-inspiration-section .card-button {
      background-color: #3697ca;
      color: white;
      border: none;
    }

    .travel-inspiration-section .card-button:hover {
      background-color: #3697ca;
    }

    .travel-inspiration-section .faq-box {
      background-color: #29506b;
      color: white;
      padding: 15px;
      margin-top: 40px;
      font-weight: 500;
    }

    .travel-inspiration-section .faq-box a {
      color: #fff;
      text-decoration: underline;
    }

    /* Custom style for the card text */
    .card-body p {
      font-size: 1rem;
      font-weight: 600;
    }

        .destinations-section {
      background-color: #c37928;
      padding: 50px 0;
      color: white;
      text-align: center;
    }
    
    .destinations-section h2 {
      font-size: 2.5rem;
      margin-bottom: 20px;
    }

    .card-img-top {
      height: 200px;
      object-fit: cover;
    }

    .card-body {
      text-align: center;
    }

    .card-button {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 10px 20px;
    }

    .card-button:hover {
      background-color: #0056b3;
    }

    .see-all-btn {
      margin-top: 30px;
      background-color: #4caf50;
      color: white;
      padding: 12px 40px;
      font-size: 1rem;
      border: none;
    }

    .see-all-btn:hover {
      background-color: #45a049;
    }
     .destinations-section {
      background-color: #c37928;
      padding: 60px 0;
      text-align: center;
    }
    .destinations-section h2 {
      color: #fff;
      font-weight: 600;
      margin-bottom: 40px;
    }
    .btn-outline-light a{
      color:#fff
    }
    .btn-outline-light:hover a{
      color:#c37928
    }
    .tour-card {
      border: none;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      cursor: pointer;
    }
    .tour-card:hover {
      transform: translateY(-5px);
    }
    .tour-card img {
      height: 250px;
      object-fit: cover;
      width: 100%;
    }
    .tour-card .card-body {
      background: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
    }
    .tour-card .card-body h5 {
      margin: 0;
      font-weight: 600;
    }
    .tour-card .card-body i {
      color: #c00;
      font-size: 18px;
    }
    .btn-outline-light {
      margin-top: 40px;
      padding: 10px 25px;
      border-radius: 5px;
      font-weight: 600;
    }
    .experience-section {
      background-color: #a11d1d;
      color: #fff;
      text-align: center;
      padding: 50px 0 80px;
    }
    .experience-section h2 {
      font-weight: 700;
      margin-bottom: 10px;
    }
    .experience-section p {
      font-size: 16px;
      margin-bottom: 50px;
    }
    .experience-card {
      border: none;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      min-height:455px
    }
    .experience-card:hover {
      transform: translateY(-5px);
    }
    .experience-card img {
      height: 220px;
      object-fit: cover;
      width: 100%;
    }
    .experience-card .card-body {
      padding: 25px;
      background: #fff;
      text-align: center;
    }
    .experience-card .card-body h5 {
      font-weight: 700;
      margin-bottom: 15px;
      color: #333;
    }
    .experience-card .card-body p {
      font-size: 15px;
      color: #555;
      margin-bottom: 20px;
    }
    .btn-learn {
      border: 2px solid #f99839;
      color: #fff;
      padding: 8px 20px;
      font-weight: 600;
      border-radius: 5px;
      transition: all 0.3s ease;
      text-transform: uppercase;
      background:#f99839
    }
    .btn-learn:hover {
      background: #fff;
      color: #000;
      border: 2px solid #f99839;
    }
        .ways-section {
      text-align: center;
      padding: 60px 0;
    }
    .ways-section h2 {
      font-weight: 700;
      margin-bottom: 40px;
    }
    .way-card {
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s ease;
      background: #fff;
    }
    .way-card:hover {
      transform: scale(1.03);
    }
    .way-image-wrapper {
      position: relative;
    }
    .way-image-wrapper img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }
    .way-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.35); /* default overlay */
      transition: background 0.3s ease;
    }
    .way-card:hover .way-overlay {
      background: rgba(0,0,0,0.55); /* darker on hover */
    }
    .overlay-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      text-shadow: 0 2px 6px rgba(0,0,0,0.5);
      white-space: nowrap;
    }
    .btn-ways {
      border: 2px solid #f99839;
      color: #f99839;
      padding: 12px 25px;
      font-weight: 600;
      border-radius: 5px;
      transition: all 0.3s ease;
      margin-top: 40px;
    }
    .btn-ways:hover {
      background: #f99839;
      color: #fff;
    }

.searchbox-input .destination p{
  display:none
}