/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.3.2
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/

body{
	font-family: "Space Grotesk", sans-serif;
}

.site-header .navbar-expand-lg .navbar-nav .nav-link{
	text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-bottom:2px solid #FFF;
    font-family: "Space Grotesk", sans-serif;
}

.site-header .navbar-expand-lg .navbar-nav .nav-link:hover,
.site-header .navbar-expand-lg .navbar-nav .nav-link.active{
	color: #805f43;
	border-bottom:2px solid #805f43;
}

.wp-block-social-links{
	float: right;
	margin: 10px 0;
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1080px;
    }
}

.hero {
  position: relative;
  height: 90vh;
  color: #111;
  background: center/contain no-repeat;
  display: flex;
}

.hero:before{
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  background-color: rgba(255,255,255,0.2);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero-title {
  font-weight: 700;
  font-size: 2.5rem;
  color: #000;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #a47a50;
  font-weight: 600;
}

.hero-buttons a{
	padding: 0 30px;
	line-height: 50px;
	font-size: 18px;
}

.btn-form{
  border: 2px solid #000;
  border-radius: 40px;
}

.btn-form:hover{
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

.hero-buttons .btn-primary {
  background-color: #a47a50;
  border: 2px solid #a47a50;
  font-weight: 600;
}

.hero-buttons .btn-primary:hover{
  background-color: #000;
  border: 2px solid #000;
}
.hero-buttons .btn-outline-light {
  border: 2px solid #a47a50;
  color: #000;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.6);
}

.hero-buttons .btn-outline-light:hover {
  background-color: #a47a50;
  color: #fff;
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{
	color: #000;
	fill: #000;
}

.navbar-brand{
	width: 270px;
}

:root :where(.is-layout-flex) {
    gap: 10px;
}

.wp-block-social-links .wp-social-link svg {
    height: 20px;
    width: 20px;
}

:root {
  --hrc-gold: #a47a50;
  --hrc-light: #f9f7f5;
}

.cars-section {
  background-color: #fff;
}

.cars-section h2 {
  font-weight: 700;
  font-size: 41px;
  font-weight: bold;
}

.cars-section p {
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.car-card {
  background-color: var(--hrc-light);
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.car-precio{ 
  font-size: 20px;
  font-weight: bold;
  color: #000
}

.car-precio span{
    font-weight: normal;
    font-size: 15px;
    color: #a47a4f;;
}

.car-card.featured {
  background-color: var(--hrc-gold);
  color: #fff;
}

.car-image img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.car-card:hover .car-image img {
  transform: scale(1.05);
}

.car-title {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.car-features div {
  border: 1.5px solid var(--hrc-gold);
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--hrc-gold);
  width: fit-content;
  display: inline-block;
  margin-bottom: 10px;
}

.car-card.featured .car-features div {
  border-color: #fff;
  color: #fff;
}

.btn-whatsapp {
  background-color: var(--hrc-gold);
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px 25px;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #8b6744;
  color: #fff;
}

.car-card.featured .btn-whatsapp {
  background-color: #fff;
  color: var(--hrc-gold);
}

.car-card.featured .btn-whatsapp:hover {
  background-color: #f9f7f5;
  color: var(--hrc-gold);
}

.requisitos-section {
  background-image: url('assets/img/requisitos-bg.png');
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 493px;
  background-size: cover;
}

.requisitos-content{
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.requisitos-content h2 {
  font-size: 2rem;
  color: #fff;
}

.requisitos-content p {
  color: #ccc;
  font-size: 1rem;
}

.requisitos-list li {
  font-size: 0.95rem;
  color: #ddd;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: start;
}

.requisitos-list i {
  color: #a47a50;
  font-size: 1.1rem;
  margin-top: 2px;
}

/* Responsivo */
@media (max-width: 991px) {
  .requisitos-bg {
    display: none;
  }
  .requisitos-section {
    background: #1e1e1e;
  }
}

.excursiones-section {
  background-color: #fff;
}

.excursion-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.excursion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.excursion-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.excursion-location {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 0.9rem;
  padding: 4px 10px;
  border-radius: 20px;
}

.excursion-location.price{
    right: 15px;
    left: inherit;
    font-weight: bold;
    background: #ffffff;
    color: #805f43;
    font-size: 17px;
    border: 1px solid #805f43;
}

.excursion-body h5 {
  color: #000;
}

.excursion-body .row i {
  color: #a47a50;
}

.modal-content {
  border-radius: 16px;
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  background-color: #f9f7f5;
  border-radius: 0 0 16px 16px;
}

/* Contact Form 7 */
.wpcf7-form label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  width: 100%;
  font-size: 0.95rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #a47a50;
  box-shadow: 0 0 0 0.25rem rgba(164, 122, 80, 0.2);
}

.wpcf7-form p{
  margin-bottom: 0;
}

.wpcf7-submit {
  background-color: #a47a50;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 25px;
  font-weight: 600;
  transition: 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #8b6744;
}

/* ==============================
   POR QUÉ ELEGIRNOS
   ============================== */
.why-choose-us {
  background-color: #faf9f4;
  padding: 90px 0;
}

.why-choose-us h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  margin-bottom: 10px;
}

.why-choose-us p.text-muted {
  font-size: 1rem;
  color: #555;
  margin-bottom: 60px;
  line-height: 1.6;
}

.why-item {
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}

.why-item .why-icon {
  font-size: 52px;
  color: #000;
  margin-bottom: 25px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.why-item:hover .why-icon {
  transform: translateY(-5px);
  color: #a47a50;
}

.why-item h5 {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}

.why-item p {
  font-size: 0.96rem;
  line-height: 1.6;
  color: #222;
}

/* Ajuste responsivo */
@media (min-width: 992px) {
  .why-item {
    max-width: 320px;
  }
}

.intro-section h1 {
  color: #000;
}

.benefit-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/*.benefit-item i {
  color: #1a38d8;
}*/

.vehiculo-card img {
  height: 230px;
  object-fit: cover;
}

.beneficio{
  color:var(--hrc-gold);
}

.requirements h3 {
  color: #fff;
}

.requirements ul li {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
}

.hero-section {
  transition: all 0.3s ease-in-out;
  background-size: cover; 
  background-position: center; 
  min-height: 30vh; 
  position: relative;
}

.hero-section h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  color: #FFF;
}

/* ===== HCR Henríquez Car Rental - FAQ Styles ===== */

.faq-section {
  background: #F7F7F7;
  padding: 80px 0;
}

.faq-section h1 {
  color: #2D3E50;
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq-section .lead {
  color: #555;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* === Accordion general === */
.accordion-item {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
}

.accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

/* === Botón de encabezado === */
.accordion-button {
  background-color: #ffffff;
  color: #2D3E50;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 20px 25px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
}

.accordion-button:hover {
  background-color: var(--hrc-gold);
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: var(--hrc-gold);
  color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* === Cuerpo del acordeón === */
.accordion-body {
  background-color: #fff;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 25px 30px;
}

/* === Animación de apertura === */
.accordion-collapse {
  transition: all 0.4s ease;
}

/* === Iconos personalizados === */
.accordion-button::after {
  background-image: none;
  content: "\F282";
  font-family: bootstrap-icons!important;
  font-weight: 900;
  transition: transform 0.3s ease;
  margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* === Sombra sutil en hover === */
.accordion-item:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* === Responsive === */
@media (max-width: 768px) {
  .faq-section h1 {
    font-size: 2rem;
  }
  .accordion-button {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .accordion-body {
    padding: 20px;
  }
}

/* ===== Contacto HCR ===== */

.contact-hero {
  background: url('https://floralwhite-gnat-309765.hostingersite.com/wp-content/uploads/2025/10/contacto-bg.jpg') center/cover no-repeat;
  position: relative;
  min-height: 300px;
}

.contact-hero .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
}

.contact-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  z-index: 2;
  position: relative;
}

.contact-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 15px auto 0;
  z-index: 2;
  position: relative;
}

/* === Información de contacto === */
.contact-info h2 {
  color: #2D3E50;
}

.contact-list li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #333;
}

.contact-list i {
  font-size: 1.1rem;
  vertical-align: middle;
}

/* === Formulario === */
.contact-form label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #2D3E50;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 15px;
  width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #ED1B24;
  box-shadow: 0 0 0 0.2rem rgba(237, 27, 36, 0.2);
}

.contact-form .btn {
  background-color: #ED1B24;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.contact-form .btn:hover {
  background-color: #b1141b;
  transform: scale(1.02);
}

/* === Mapa === */
.contact-map iframe {
  filter: grayscale(0.2);
  border-top: 5px solid #ED1B24;
}

/* === Responsive === */
@media (max-width: 768px) {
  .contact-hero h1 {
    font-size: 2.2rem;
  }
  .contact-hero p {
    font-size: 1rem;
  }
}

.bootscore-footer{
  background-color: var(--hrc-gold);
  text-align: center;
}

.bootscore-footer a{
  color: #fff;
}

.bootscore-footer a:hover{
	color:#000;
}

.bootscore-footer .bootscore-copyright a{
	color:var(--hrc-gold)
}

.text-primary {
    --bs-text-opacity: 1;
    color: var(--hrc-gold) !important;
}
/* === Responsive === */
@media (max-width: 480px) {
/* ===== Offcanvas Menu HCR ===== */

.offcanvas {
  background-color: #ffffff;
  color: #2D3E50;
  width: 320px;
  border-left: 4px solid #ED1B24;
  box-shadow: -3px 0 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

/* === Header === */
.offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  background: var(--hrc-gold);
  color: #fff;
}

.offcanvas-header .offcanvas-title {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.offcanvas-header .btn-close {
  filter: invert(1);
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.offcanvas-header .btn-close:hover {
  opacity: 1;
}

/* === Body === */
.offcanvas-body {
  padding: 2rem 1.5rem;
}

/* === Menu links === */
#bootscore-navbar {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#bootscore-navbar .nav-item {
  margin-bottom: 1rem;
  position: relative;
}

#bootscore-navbar .nav-link {
  display: block;
  font-weight: 600;
  text-decoration: none;
  color: #2D3E50;
  font-size: 1.1rem;
  padding: 10px 0;
  position: relative;
  transition: all 0.3s ease;
}

#bootscore-navbar .nav-link:hover::before {
  width: 100%;
}

/* === Hover y activo === */
#bootscore-navbar .nav-link:hover {
  color: var(--hrc-gold);
}

#bootscore-navbar .nav-link.active {
  color: var(--hrc-gold);
}

#bootscore-navbar .nav-link.active::before {
  width: 100%;
}

.offcanvas {
  background: linear-gradient(180deg, #ffffff 85%, #F7F7F7 100%);
}


  .offcanvas {
    width: 100%;
  }

  .offcanvas-header {
    text-align: center;
  }

  #bootscore-navbar .nav-link {
    font-size: 1rem;
    text-align: center;
  }
}

.wpcf7-textarea{
  height: 150px;
}

@media (max-width: 575.98px) {
  .navbar-brand {
      width: 190px;
  }
  .hero{
    background-position: center bottom;
  }
  .requisitos-content{
    padding: 20px;
  }
  .hero{
    height: 65vh;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-subtitle {
    font-size: 19px;
    line-height: 23px;
  }
  .car-precio {
    font-size: 32px;
  }
}