.services-carousel {
	padding-top: 20px;
	padding-bottom: 50px;
}
.services-carousel .swiper-slide {
	width: 370px;
	height: auto;
	display: flex; /* Garde flex pour l'alignement h-100 */
	align-items: stretch; /* Garde stretch pour l'alignement h-100 */
}
.services-carousel .icon-bx-wraper.style-3 { /* Ce style s'applique à la carte à l'intérieur de la diapositive */
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	width: 100%;
	border-radius: 15px;
}
.services-carousel .swiper-slide-active .icon-bx-wraper.style-3 {
	transform: scale(1.08);
	box-shadow: 0 15px 40px rgba(0,0,0,0.12);
	z-index: 1;
}

/* ===============================
   Newsletter Form Enhancement
   =============================== */

.ic-subscription-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ic-subscription-form .email-field-group .input-group-text {
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
    color: var(--primary);
    border-right: none;
    padding: 0 15px;
}

.ic-subscription-form .form-control {
    background-color: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
    color: #fff;
    padding: 15px 20px;
    height: auto;
}

.ic-subscription-form .email-field-group .form-control {
    border-left: none;
}

.ic-subscription-form .form-control::placeholder {
    color: rgba(255,255,255,0.6);
}

.ic-subscription-form .form-control:focus {
    background-color: rgba(0,0,0,0.3);
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
    color: #fff;
}

/* Captcha Field Styling */
.captcha-field-group .captcha {
    display: block;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer; /* Indicate it's clickable for refresh */
}

.captcha-field-group input[type="text"] {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
}

.hub-profile-section {
    padding: 80px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}
.hub-profile-section .icon-box img {
    max-width: 220px;
    opacity: 0.8;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.hub-profile-section .icon-box:hover img {
    transform: scale(1.08) rotate(5deg);
    opacity: 1;
}
.hub-profile-section .btn-download {
    font-size: 1.1rem;
    padding: 12px 30px;
    box-shadow: 0 8px 15px rgba(var(--bs-primary-rgb), 0.2);
}

/* ===============================
   About Us Section Enhancement
   =============================== */

:root {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23008080'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.about-bx2 {
    padding: 80px 0;
}

.about-image-container {
    position: relative;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.about-image-container:hover {
    transform: scale(1.03);
}

.about-image-container img {
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-image-container .about-image-deco {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 150px;
    height: 150px;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e9a911' fill-opacity='0.1'%3E%3Ccircle cx='50' cy='50' r='5'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Ccircle cx='90' cy='10' r='2'/%3E%3Ccircle cx='10' cy='90' r='2'/%3E%3Ccircle cx='90' cy='90' r='2'/%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3Ccircle cx='70' cy='30' r='1'/%3E%3Ccircle cx='30' cy='70' r='1'/%3E%3Ccircle cx='70' cy='70' r='1'/%3E%3C/g%3E%3C/svg%3E");
    z-index: -1;
    transition: transform 0.4s ease;
}

.about-image-container:hover .about-image-deco {
    transform: translate(10px, 10px) rotate(15deg);
}

.about-faq.style-2 .accordion-item {
    border: none;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    transition: all 0.3s ease;
}

.about-faq.style-2 .accordion-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(var(--bs-primary-rgb), 0.15);
}

.about-faq.style-2 .accordion-body {
    padding: 20px 30px 25px 60px;
    line-height: 1.7;
    color: #555;
    background-color: #fdfdfd;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.about-faq.style-2 .accordion-button {
    font-weight: 700;
    background-color: #fff;
    border-radius: 12px !important;
    color: var(--title);
}

.about-faq.style-2 .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: #fff;
    box-shadow: none;
}

.about-faq.style-2 .accordion-button .icon-sm {
    margin-right: 15px;
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
}

.about-bx2 .btn-lg {
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 700;
}

/* ===============================
   Testimonial Section Enhancement
   =============================== */

.testimonial-section-reimagined {
    background-color: #f8f9fa;
    padding: 80px 0;
}
 
.testimonial-style-2 {
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
    position: relative;
    min-height: 380px; /* Ensure consistent height */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-quote {
    position: absolute;
    top: -25px;
    left: 30px;
    font-size: 5rem;
    color: var(--primary);
    opacity: 0.1;
    line-height: 1;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    margin-bottom: 25px;
    flex-grow: 1;
}

.testimonial-detail {
    display: flex;
    align-items: center;
    border-top: 1px solid #e9ecef;
    padding-top: 25px;
}

.testimonial-pic {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    border: 3px solid var(--primary);
    box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.2);
}

.testimonial-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--title);
    margin-bottom: 2px;
}

.testimonial-position {
    font-size: 0.9rem;
    color: var(--primary);
    font-weight: 500;
}

/* Empty Testimonial State */
.empty-testimonial {
    text-align: center;
}
.empty-testimonial .testimonial-quote {
    position: static;
    margin-bottom: 15px;
}
.empty-testimonial .testimonial-text {
    font-style: normal;
}

/* Swiper Navigation */
.testimonial-swiper-container {
    position: relative;
}
.testimonial-button-prev, .testimonial-button-next {
    color: var(--primary);
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

/* Right side image */
.testimonial-media-container img {
    border-radius: 20px;
    box-shadow: 0 25px 60px -15px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 450px;
}

/* Key Features Section */
/* Hosting Plans Section */
.hosting-plans-container {
    padding: 80px 0;
    background-color: #fff;
}

.hosting-nav {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.hosting-nav nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hosting-nav a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #495057;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hosting-nav a i {
    margin-right: 12px;
    width: 20px;
    text-align: center;
    color: var(--primary);
}

.hosting-nav a.active,
.hosting-nav a:hover {
    background-color: #f8f9fa;
    color: var(--primary);
    font-weight: 600;
}

.hosting-nav a.active {
    border-left: 3px solid var(--primary);
}

/* Plan Cards Table Style */
.plan-card.table-style {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.plan-card.table-style:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.plan-card.table-style.featured {
    border: 1px solid var(--primary);
    position: relative;
}

.features-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.features-table tr {
    border-bottom: 1px solid #f1f3f5;
}

.features-table tr:last-child {
    border-bottom: none;
}

.features-table td {
    padding: 12px 5px;
    vertical-align: middle;
}

.features-table td:first-child {
    width: 24px;
    padding-right: 15px;
}

.plan-header {
    text-align: center;
    margin-bottom: 15px;
}

.plan-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.price-box {
    margin: 20px 0;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
}

.price-period {
    font-size: 1rem;
    color: #6c757d;
}

.recommended-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--primary);
    color: white;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .hosting-nav {
        margin-bottom: 40px;
    }
    
    .hosting-nav nav {
        flex-direction: row;
        overflow-x: auto;
    }
    
    .hosting-nav a {
        white-space: nowrap;
    }
    
    .hosting-nav a.active {
        border-left: none;
        border-bottom: 3px solid var(--primary);
    }
}

.key-features-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}
.feature-box {
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.feature-box .feature-icon {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 20px;
    line-height: 1;
}
.feature-box .feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.feature-box .feature-text {
    color: #6c757d;
    font-size: 0.95rem;
}

/* --- Hero Section --- */
#hero-video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.hero-video-section .hero-overlay {
    background: linear-gradient(45deg, rgba(10, 25, 47, 0.7), rgba(13, 106, 97, 0.6));
}

.hero-video-section .hero-buttons .btn {
    margin: 0 8px;
}

.hero-video-section .hero-buttons .btn-outline-light:hover {
    background-color: #fff;
    color: var(--primary);
}

/* --- Pricing Toggle Switch --- */
.pricing-toggle {
    display: inline-flex;
    align-items: center;
    background-color: #e9ecef;
    padding: 8px;
    border-radius: 50px;
    user-select: none;
}
.pricing-toggle .toggle-label {
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    padding: 8px 16px;
    transition: color 0.3s ease;
}
.pricing-toggle .toggle-label.active {
    color: var(--primary-dark);
}
.pricing-toggle .toggle-label .badge {
    font-size: 0.7rem;
    margin-left: 5px;
    vertical-align: middle;
    background-color: #198754 !important; /* Bootstrap success green */
}
.pricing-toggle .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin: 0 10px;
}
.pricing-toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.pricing-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}
.pricing-toggle .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}
.pricing-toggle input:checked + .slider {
    background-color: var(--primary);
}
.pricing-toggle input:focus + .slider {
    box-shadow: 0 0 1px var(--primary);
}
.pricing-toggle input:checked + .slider:before {
    transform: translateX(22px);
}
.pricing-toggle .slider.round {
    border-radius: 34px;
}
.pricing-toggle .slider.round:before {
    border-radius: 50%;
}

/* Price change animation */
.price-amount.price-pop {
    animation: pop 0.3s ease-out;
}
@keyframes pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}
.hero-video-section {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center; 
    justify-content: center;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

#hero-gif-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.hero-video-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: radial-gradient(circle, rgba(13, 26, 46, 0.6) 0%, rgba(2, 8, 22, 0.85) 100%);
    z-index: 2;
}

.hero-video-section .hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 0 20px;
}

.hero-video-section .hero-title {
    font-size: 4.5rem; /* Larger title */
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 0 4px 15px rgba(0,0,0,0.5);
    margin-bottom: 20px;
    animation: fadeInDown 1s ease-out forwards;
    opacity: 0;
}

.hero-video-section .hero-title .highlight {
    color: #4dffc3;
    display: block; /* Puts it on a new line */
}

.hero-video-section .hero-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    animation: fadeInDown 1s ease-out 0.3s forwards;
    opacity: 0;
}

.hero-video-section .hero-buttons {
    animation: fadeInUp 1s ease-out 0.6s forwards;
    opacity: 0;
}

.hero-video-section .hero-buttons .btn {
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    margin: 0 10px;
    transition: all 0.3s ease;
    border-width: 2px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
 
.hero-video-section .btn-gradient {
    background: linear-gradient(45deg, var(--primary), #00a6a6);
    border-color: transparent;
}

.hero-video-section .btn-gradient:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 128, 128, 0.4);
}

.hero-video-section .btn-outline-light:hover { 
    background-color: #fff;
    color: var(--primary-dark);
    transform: translateY(-5px) scale(1.05);
}

.scroll-down-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    animation: bounce 2s infinite;
    color: #fff;
    font-size: 1.5rem;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-20px); }
    60% { transform: translateX(-50%) translateY(-10px); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-video-section {
        height: auto; /* Remove fixed viewport height on mobile */
        padding: 120px 0 80px; /* Control height with padding for a better fit */
    }
    .hero-video-section .hero-title {
        font-size: 2.8rem;
        line-height: 1.2; /* Make title more compact */
    }
    .hero-video-section .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px; /* Reduce space below subtitle */
    }
    .hero-video-section .hero-buttons .btn {
        padding: 12px 25px;
        font-size: 1rem;
        display: block;
        margin: 10px auto;
        width: 80%;
    }
}



/* ===============================
   Global Section Adjustments
   =============================== */
.pricing-section {
    overflow-x: hidden; /* Empêche le défilement horizontal sur mobile à cause des slides hors écran */
}
/* ===============================
   Pricing Carousel Enhancement
   =============================== */

.pricing-carousel {
    padding: 20px 0 60px 0; /* Espace pour la pagination et les flèches */
}

.pricing-card {
    display: flex; /* Added for flex layout */
    flex-direction: column; /* Stack items vertically */
    height: 100%; /* Ensure cards in a row have the same height */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px; /* Softer corners */
    border: 1px solid #e9ecef;
    overflow: hidden; /* Pour que le badge ne dépasse pas les coins arrondis */
    background-color: #fff; 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.pricing-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.pricing-card.recommended {
    border: 2px solid var(--primary);
    box-shadow: 0 15px 40px rgba(var(--bs-primary-rgb), 0.2); 
    transform: scale(1.05);
    z-index: 10;
}

.pricing-badge {
    background: var(--primary);
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    position: absolute;
    top: 25px;
    right: -45px;
    transform: rotate(45deg);
    width: 180px;
    text-align: center;
    color: white;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.pricing-header {
    padding: 30px;
    background-color: #f8f9fa; 
    border-bottom: 1px solid #e9ecef;
}

.pricing-card.recommended .pricing-header {
    background: linear-gradient(45deg, var(--primary), #00a6a6);
    color: #fff;
    border-bottom-color: transparent;
}

.pricing-card.recommended .plan-title,
.pricing-card.recommended .plan-description {
    color: #fff;
}

.plan-title {
    font-size: 24px;
    font-weight: 700;
}

.plan-description {
    font-size: 15px;
    min-height: 45px; /* Assure une hauteur uniforme */
}

.pricing-price {
    padding: 20px 30px;
    border-bottom: 1px solid #e9ecef; 
}

.price-amount {
    font-size: 42px;
    font-weight: 800;
    color: var(--title);
    transition: color 0.3s ease;
}

.price-period {
    font-size: 16px;
    color: #6c757d;
}

.pricing-features {
    padding: 30px; 
    flex-grow: 1; /* This will push the footer to the bottom */
}

.pricing-features li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.pricing-features li i {
    color: var(--primary);
    margin-right: 12px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.pricing-features li.text-muted i {
    color: #adb5bd;
}

.pricing-features li.text-muted {
    text-decoration: line-through;
    opacity: 0.7;
}

.pricing-footer {
    padding: 30px;
    background-color: #f8f9fa; 
}

/* Swiper Navigation Arrows */
.pricing-carousel .swiper-button-prev,
.pricing-carousel .swiper-button-next {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
    color: var(--primary);
    transition: all 0.3s ease;
}
.pricing-carousel .swiper-button-prev:hover,
.pricing-carousel .swiper-button-next:hover {
    background-color: var(--primary);
    color: #fff;
    transform: scale(1.1);
}
.pricing-carousel .swiper-button-prev:after,
.pricing-carousel .swiper-button-next:after {
    font-size: 1.2rem;
    font-weight: 800;
}

.pricing-carousel .swiper-pagination-bullet-active {
    background: var(--primary); 
}

/* Price pop animation */
.price-pop {
    animation: pop 0.3s ease-out;
}

@keyframes pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* ===============================
   Responsive Mobile Adjustments
   =============================== */
@media (max-width: 767px) {
    .pricing-card { 
        border-radius: 15px;
    }

    /* Sur mobile, on annule le zoom par défaut de la carte "recommandée" */
    .pricing-card.recommended {
        transform: scale(1); 
    }

    /* Et on applique le zoom uniquement sur la carte active (au centre) */
    .swiper-slide-active .pricing-card { 
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    }
    
    /* On s'assure que la carte recommandée garde sa bordure et son ombre spéciale quand elle est active */
    .swiper-slide-active .pricing-card.recommended {
        box-shadow: 0 15px 40px rgba(var(--bs-primary-rgb), 0.2);
    }

    .pricing-header,
    .pricing-price, 
    .pricing-features,
    .pricing-footer {
        padding: 20px 15px; /* Padding réduit */
    }

    .plan-title { font-size: 20px; }
    .plan-description { font-size: 14px; min-height: 40px; }
    .price-amount { font-size: 36px; }
    .price-period { font-size: 14px; }

    .pricing-features li { font-size: 14px; margin-bottom: 12px; }
    .pricing-features li i { font-size: 16px; margin-right: 10px; }
 
    /* On cache les flèches sur mobile, la pagination suffit */
    .pricing-carousel .swiper-button-prev,
    .pricing-carousel .swiper-button-next {
        display: none; 
    }
}

/* === Styles pour la section "À Propos" améliorée === */
.about-us-reimagined {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.about-image-wrapper {
  position: relative;
}

.about-image-wrapper img {
  position: relative;
  z-index: 2;
}

/* Boîtes d'information qui remplacent l'accordéon */
.info-box {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.info-box-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.info-box-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #1f2937;
}

.info-box-content p {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 0;
}
