/*
Theme Name: Euroweb Digital
Theme URI: https://euroweb-digital.com
Author: Euroweb Digital
Author URI: https://euroweb-digital.com
Description: Thème personnalisé Euroweb Digital basé sur Hello Elementor
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: euroweb-digital
Tags: custom, elementor, euroweb-digital
*/

.cls-cartes .nova-carousel-grid .nova-carousel-item {
    min-width: auto;
}

.items-sponsor .nova-carousel-item-date {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.items-sponsor hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, #cbdde9, #cbdde9, transparent);
}

.content-blog h2 {
    font-size: 34px;
    line-height: 1.2;
}

.content-blog h3 {
    font-size: 26px;
    line-height: 1.2;
}

.pricing-grid {
    padding: 80px 20px;
}

    /* carte de base */
    .plan-card {
      background: #ffffff;
      border-radius: 2rem;
      overflow: hidden;
      transition: transform 0.25s ease, box-shadow 0.3s ease;
      box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
    }

    .plan-card:hover {
      box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
    }

    /* Carte mise en avant (Fourgale) */
    .plan-card--highlight {
      border: 2px solid #f5a623;
      background: linear-gradient(135deg, #ffffff, #fffcf5);
      position: relative;
      box-shadow: 0 25px 40px -14px rgba(245, 166, 35, 0.28);
    }

    /* badge "meilleure offre" */
    .popular-badge {
      position: absolute;
      top: 2.3rem;
      right: -3.5rem;
      transform: rotate(45deg);
      background: #f5a623;
      color: #1e2f3d;
      font-weight: 800;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      padding: 0.5rem 1.2rem;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      z-index: 10;
      white-space: nowrap;
      width: 180px;
      text-align: center;
    }

    /* contenu interne */
    .plan-inner {
      padding: 2rem 1.5rem 1.8rem;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    /* titre */
    .plan-title {
      font-size: 1.9rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      background: linear-gradient(125deg, #149cee, #149cee);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      margin-bottom: 0.75rem;
      text-align: center;
    }

    .plan-card--highlight .plan-title {
      background: linear-gradient(125deg, #c55a1a, #f5a623);
      background-clip: text;
      -webkit-background-clip: text;
    }

    /* prix */
    .price-wrapper {
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 0.1rem;
      margin: 0.5rem 0 0.2rem;
      flex-wrap: wrap;
    }
    .currency {
      font-size: 1.6rem;
      font-weight: 600;
      color: #170100;
    }
    .amount {
      font-size: 3rem;
      font-weight: 800;
      color: #170100;
      line-height: 1;
    }
    .plan-card--highlight .currency,
    .plan-card--highlight .amount {
      color: #170100;
    }
    .recurrence {
      font-size: 0.85rem;
      color: #747474;
      font-weight: 500;
      text-align: center;
      margin-top: 0.2rem;
    }
    .highlight-recurrence {
      color: #d45c1a;
      font-weight: 600;
    }

    /* frais additionnels (setup fee) */
    .extra-fee {
      background: #f0f4f8;
      border-radius: 40px;
      padding: 0.3rem .5rem;
      font-size: 0.7rem;
      font-weight: 500;
      color: #2c5e7a;
      display: inline-block;
      margin-top: 0.5rem;
      text-align: center;
      width: auto;
    }
    .highlight-fee {
      background: #fff0e0;
      color: #b6490e;
    }

    /* tagline */
    .tagline {
      background: #eef3fc;
      border-radius: 60px;
      padding: 0.55rem 0.7rem;
      font-weight: 700;
      font-size: 14px;
      text-align: center;
      margin: 1rem 0 0.8rem;
      color: #149cee;
    }
    .highlight-tagline {
      background: #fef1e2;
      color: #b6490e;
    }

    /* infos durée / essai gratuit */
    .plan-meta {
      display: flex;
      justify-content: center;
      gap: 0.8rem;
      flex-wrap: wrap;
      margin: 0.5rem 0 1.2rem;
    }
    .meta-badge {
      background: #eef2f5;
      padding: 0.25rem 1rem;
      border-radius: 30px;
      font-size: 0.75rem;
      font-weight: 600;
      color: #606060;
    }
    .free-trial {
      background: #e3f2e9;
      color: #146b3a;
    }
    .highlight-trial {
      background: #fff0e0;
      color: #c55a1a;
    }

    /* bouton CTA */
    .pricing-grid .btn {
      display: block;
      width: 100%;
      background: #149cee;
      border: none;
      padding: 0.85rem 1rem;
      border-radius: 60px;
      font-weight: 600 !important;
      font-size: 1rem !important;
      color: white;
      cursor: pointer;
      transition: all 0.2s;
      text-align: center;
      text-decoration: none;
      margin: 1rem 0 1.2rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .pricing-grid .btn:hover {
      background: #c00000;
    }
    .pricing-grid .btn-highlight {
      background: #f5a623;
      color: #170100;
    }
    .pricing-grid .btn-highlight:hover {
      background: #c00000;
      color: #ffffff;
    }

    /* liste des bénéfices */
    .benefits-list {
      list-style: none;
      margin-top: 0.5rem;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
    }
    .benefits-list li {
      display: flex;
      align-items: center;
      gap: 0.7rem;
      font-size: 0.85rem;
      font-weight: 500;
      color: #170100;
      line-height: 1.35;
      margin-bottom: 0;
    }
    .benefits-list svg {
      flex-shrink: 0;
      width: 20px;
      height: 20px;
    }
    .check-path {
      stroke: #149cee;
      stroke-width: 2.2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .highlight-check {
      stroke: #e07c1f;
    }

    /* séparateur élégant */
    .pricing-grid hr {
      margin: 0.2rem 0 0.8rem;
      border: none;
      height: 1px;
      background: linear-gradient(90deg, transparent, #cbdde9, transparent);
    }

    /* responsive */
    @media (max-width: 767px) {
      .popular-badge {
        top: 2rem;
        right: -3rem;
        font-size: 0.65rem;
        padding: 0.3rem 2rem;
        width: 160px;
      }
      .plan-title {
        font-size: 1.6rem;
      }
      .amount {
        font-size: 2.5rem;
      }
      .plan-inner {
        padding: 1.5rem 0.5rem;
      }
    }

    /* ajustement pour les écrans moyens */
    @media (max-width: 1000px) and (min-width: 768px) {
      .pricing-grid {
        gap: 1.5rem;
      }
      .plan-card {
        flex: 1 1 45%;
      }
    }



/**************** Formuler reservation*********************/

.custom-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.custom-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 15px;
  color: #555;
  font-weight: 500;
}

.custom-form p {
    margin-bottom: 0px;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form select,
.custom-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  background: #fff;
  color: #222;
  outline: none;
  transition: border-color 0.15s;
  font-family: inherit;
}

.custom-form input:focus,
.custom-form select:focus,
.custom-form textarea:focus {
  border-color: #378ADD;
}

.custom-form textarea {
  resize: vertical;
  min-height: 100px;
}

/* Date & time row */
.custom-form .form-col {
  display: flex;
  flex-direction: column;
}

.custom-form input[type="date"] {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  background: #fff;
  color: #222;
  outline: none;
  transition: border-color 0.15s;
  font-family: inherit;
  cursor: pointer;
}

.custom-form input[type="date"]:focus {
  border-color: #378ADD;
}

/* Style the select to match other fields */
.custom-form .wpcf7-select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  background: #fff;
  color: #222;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
  transition: border-color 0.15s;
}

.custom-form .wpcf7-select:focus {
  border-color: #378ADD;
} 

/* Phone wrapper */
.phone-wrap  p {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: visible;
  background: #fff;
  position: relative;
}

.phone-wrap:focus-within {
  border-color: #378ADD;
}

.phone-wrap input[type="tel"].phone-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  border-radius: 0 6px 6px 0;
  box-shadow: none !important;
  height: 100%;
}

.flag-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  cursor: pointer;
  border: none;
  background: transparent;
  border-right: 1px solid #ddd;
  font-size: 14px;
  white-space: nowrap;
  color: #222;
  min-width: 90px;
  border-radius: 6px 0 0 6px;
}

.flag-btn:hover {
  background: #f5f5f5;
}

.flag-emoji {
  font-size: 18px;
  line-height: 1;
}

.dial-code {
  font-size: 13px;
  color: #666;
}

.chevron {
  font-size: 10px;
  color: #999;
}

/* Dropdown */
.dropdown {
  position: absolute;
  left: 0;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 280px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  display: none;
}

.dropdown.open {
  display: block;
}

.search-wrap {
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.search-wrap input {
  width: 100%;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
  font-size: 13px !important;
  background: #f9f9f9 !important;
  color: #222 !important;
  outline: none !important;
}

.country-list {
  max-height: 220px;
  overflow-y: auto;
}

.country-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 13px;
  color: #222;
}

.country-item:hover,
.country-item.active {
  background: #f5f5f5;
}

.country-item .flag-emoji {
  font-size: 16px;
}

.country-name {
  flex: 1;
}

.country-dial {
  color: #999;
  font-size: 12px;
}

/* Submit button */
.custom-form input[type="submit"] {
    border: none;
    cursor: pointer;
    margin-top: 8px;
    width: auto;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    letter-spacing: -0.1px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    transition-duration: 0.3s;
    border-radius: 100px 100px 100px 100px;
    padding: 20px 20px 20px 20px;
}

.custom-form input[type="submit"]:hover {
  background: #000;
}

@media (max-width: 600px) {
  .custom-form .form-row {
    grid-template-columns: 1fr;
  }
}

img.raduis {
    border-radius: 105px;
    box-shadow: 1px 1px 8px 2px #00000017;
}
.nova-carousel-slider .owl-item{
	min-width:auto !important;
}
