/*
Theme Name:     north Child Theme
Theme URI:      http://higo2.com/
Description:    Child theme for the North theme
Author:         north
Author URI:     http://theme.com
Template:       north
Version:        1.1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

ul.products {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

ul.products li.product {
    width: 100% !important;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
}

ul.products li.product img {
    width: 100px;
    height: auto;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    margin: 0;
}



.higo-plan {
    background: #0d1117;
    color: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #222;
    transition: 0.3s;
}

.higo-plan:hover {
    transform: translateY(-5px);
    border-color: #3b82f6;
}

.higo-plan-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.higo-plan-price {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.higo-plan-price span {
    font-size: 14px;
    color: #aaa;
}

.higo-plan-desc {
    margin-bottom: 20px;
    color: #aaa;
}

.higo-plan-features {
    text-align: left;
    margin-bottom: 20px;
}

.higo-plan-features div {
    margin-bottom: 8px;
}

.higo-plan-btn {
    display: block;
    background: #3b82f6;
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.higo-plan-btn:hover {
    background: #2563eb;
}

.higo-card .vc_column-inner {
  background: #f8fafc;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.25s ease;
}

.higo-card:hover .vc_column-inner {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}


/* === HIGO CONTACT PREMIUM === */

/* === CONTACT PAGE PREMIUM === */

.higo-contact-card {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
}

.higo-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.18);
}

.higo-contact-card h2 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #0f172a;
}

.higo-contact-card p {
  color: #64748b;
  margin-bottom: 18px;
  font-size: 14px;
}

/* inputs modernes */
.higo-contact-card input,
.higo-contact-card textarea {
  width: 100%;
  padding: 1px 1px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  margin-bottom: 1px;
  background: #f9fafb;
  transition: all 0.2s ease;
}

.higo-contact-card input:focus,
.higo-contact-card textarea:focus {
  background: #ffffff;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
  outline: none;
}

/* bouton premium */
.higo-contact-card input[type="submit"] {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  border: none;
  font-weight: 600;
  padding: 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.higo-contact-card input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59,130,246,0.4);
}

/* bloc infos gauche */

.higo-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #ffffff, #f1f5f9);
  padding: 18px;
  border-radius: 16px;
  margin-bottom: 15px;
  transition: all 0.25s ease;
  border: 1px solid #e2e8f0;
}

.higo-contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* icônes */
.higo-contact-item i {
  font-size: 30px;
  color: #3b82f6;
  background: rgba(59,130,246,0.1);
  padding: 12px;
  border-radius: 12px;
}

.higo-contact-item.whatsapp i {
  color: #25D366;
  background: rgba(37,211,102,0.1);
}

/* titre */
.higo-contact-info h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* texte intro */
.higo-contact-intro {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 30px;
}
