.elementor-62 .elementor-element.elementor-element-6abb5ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-62 .elementor-element.elementor-element-82f4b51{--display:flex;}.elementor-62 .elementor-element.elementor-element-9c3d9d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-62 .elementor-element.elementor-element-d6c1a8a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-62 .elementor-element.elementor-element-1e3201d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-62 .elementor-element.elementor-element-3451e20b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-62 .elementor-element.elementor-element-3451e20b:not(.elementor-motion-effects-element-type-background), .elementor-62 .elementor-element.elementor-element-3451e20b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-62 .elementor-element.elementor-element-8ffebf6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-62 .elementor-element.elementor-element-3451e20b{--padding-top:10%;--padding-bottom:10%;--padding-left:5%;--padding-right:5%;}}@media(min-width:768px){.elementor-62 .elementor-element.elementor-element-6abb5ff{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-e1e39d8 */.hero-section-cha {
    position: relative;
    height: 700px;
    background-image: url('https://car-hire-agadir.com/wp-content/uploads/2025/11/carhiregaadir-hero-section.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.75) 0%, rgba(30, 64, 175, 0.6) 50%, rgba(249, 115, 22, 0.3) 100%);
    z-index: 1;
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.hero-text-content {
    max-width: 700px;
}

.hero-text-content h1 {
    font-size: 56px;
    font-weight: 900;
    color: white;
    margin: 0 0 24px 0;
    line-height: 1.2;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hero-description {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin: 0 0 36px 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.hero-cta-button:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(249, 115, 22, 0.5);
}

.hero-cta-button i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.hero-cta-button:hover i {
    transform: translateX(4px);
}

.hero-trust-badges {
    display: flex;
    gap: 32px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.trust-badge i {
    font-size: 24px;
    color: #fbbf24;
}

.trust-badge span {
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section-cha {
        height: 600px;
    }
    
    .hero-text-content h1 {
        font-size: 38px;
    }
    
    .hero-description {
        font-size: 17px;
    }
    
    .hero-cta-button {
        padding: 16px 32px;
        font-size: 16px;
        width: 100%;
        justify-content: center;
    }
    
    .hero-trust-badges {
        flex-direction: column;
        gap: 16px;
        margin-top: 32px;
    }
}

@media (max-width: 480px) {
    .hero-section-cha {
        height: 550px;
    }
    
    .hero-text-content h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    
    .hero-description {
        font-size: 16px;
        margin-bottom: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f90dff */.services-section-cha {
    font-family: 'Poppins', sans-serif;
    background: white;
    padding: 80px 20px;
}

.services-content-cha {
    max-width: 1280px;
    margin: 0 auto;
}

.services-content-cha h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 16px 0;
}

.services-intro {
    font-size: 18px;
    color: #4b5563;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px;
    line-height: 1.7;
}

.services-intro strong {
    color: #f97316;
    font-weight: 600;
}

.services-grid-cha {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.service-card-cha {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px 28px;
    text-align: center;
    transition: all 0.3s;
}

.service-card-cha:hover {
    border-color: #f97316;
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.15);
    transform: translateY(-8px);
}

.service-icon-cha {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(30, 58, 138, 0.25);
    transition: all 0.3s;
}

.service-card-cha:hover .service-icon-cha {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    transform: scale(1.1);
}

.service-icon-cha i {
    font-size: 32px;
    color: white;
}

.service-card-cha h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 12px 0;
}

.service-card-cha p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1024px) {
    .services-grid-cha {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services-section-cha {
        padding: 60px 16px;
    }
    
    .services-content-cha h2 {
        font-size: 32px;
    }
    
    .services-grid-cha {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eda3701 */.fleet-section-cha {
    font-family: 'Poppins', sans-serif;
    background: #f9fafb;
    padding: 80px 20px;
}

.fleet-content-cha {
    max-width: 1280px;
    margin: 0 auto;
}

.fleet-content-cha h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 16px 0;
}

.fleet-intro {
    font-size: 18px;
    color: #4b5563;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px;
    line-height: 1.7;
}

.fleet-intro strong {
    color: #f97316;
    font-weight: 600;
}

.fleet-grid-cha {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.fleet-card-cha {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s;
    text-decoration: none;
    display: block;
}

.fleet-card-cha:hover {
    border-color: #f97316;
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.15);
    transform: translateY(-8px);
}

.fleet-img-cha {
    position: relative;
    height: 200px;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fleet-img-cha img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    transition: transform 0.5s;
}

.fleet-card-cha:hover .fleet-img-cha img {
    transform: scale(1.08);
}

.fleet-badge-cha {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.fleet-info-cha {
    padding: 24px;
}

.fleet-info-cha h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}

.fleet-cat-cha {
    font-size: 13px;
    color: #9ca3af;
    margin: 0 0 16px 0;
}

.fleet-specs-cha {
    display: flex;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
}

.fleet-specs-cha span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #6b7280;
}

.fleet-specs-cha i {
    font-size: 18px;
    color: #f97316;
}

.fleet-price-cha {
    font-size: 32px;
    font-weight: 800;
    color: #f97316;
}

.fleet-price-cha small {
    font-size: 16px;
    font-weight: 400;
    color: #9ca3af;
}

.fleet-more-cha {
    cursor: pointer;
}

@media (max-width: 1024px) {
    .fleet-grid-cha {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .fleet-section-cha {
        padding: 60px 16px;
    }
    
    .fleet-content-cha h2 {
        font-size: 32px;
    }
    
    .fleet-grid-cha {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad0edac */.process-section-cha {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 100px 20px;
}

.process-content {
    max-width: 900px;
    margin: 0 auto;
}

.process-intro {
    text-align: center;
    margin-bottom: 80px;
}

.process-intro h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 16px 0;
}

.process-intro p {
    font-size: 19px;
    color: #6b7280;
    line-height: 1.6;
}

.process-intro strong {
    color: #f97316;
}

.timeline-wrapper {
    position: relative;
}

.timeline-item {
    display: flex;
    gap: 32px;
    margin-bottom: 48px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.timeline-dot {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(30, 58, 138, 0.3);
    position: relative;
    z-index: 2;
}

.timeline-line {
    width: 3px;
    flex: 1;
    background: linear-gradient(180deg, #3b82f6 0%, #93c5fd 100%);
    margin-top: 12px;
}

.timeline-item:last-child .timeline-line {
    display: none;
}

.timeline-card {
    flex: 1;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px;
    transition: all 0.3s;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.timeline-card:hover {
    border-color: #f97316;
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.12);
    transform: translateX(8px);
}

.timeline-icon {
    width: 48px;
    height: 48px;
    background: #fff7ed;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.timeline-icon i {
    font-size: 24px;
    color: #f97316;
}

.timeline-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 12px 0;
}

.timeline-card p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0 0 16px 0;
}

.timeline-tag {
    display: inline-block;
    background: #f0f9ff;
    color: #1e3a8a;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.timeline-card-final {
    border: 2px solid #f97316;
    background: #fff7ed;
}

@media (max-width: 768px) {
    .process-section-cha {
        padding: 60px 16px;
    }
    
    .process-intro h2 {
        font-size: 32px;
    }
    
    .timeline-item {
        gap: 20px;
    }
    
    .timeline-dot {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    
    .timeline-card {
        padding: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3527bc4 */.advantages-section-cha {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 100px 20px;
}

.advantages-content {
    max-width: 1200px;
    margin: 0 auto;
}

.advantages-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label {
    display: inline-block;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.advantages-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.advantages-header h2 strong {
    color: #f97316;
}

.advantages-header p {
    font-size: 19px;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.advantages-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* Large Cards */
.advantage-large {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 24px;
    padding: 40px;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.advantage-large:hover {
    border-color: #f97316;
    box-shadow: 0 20px 60px rgba(249, 115, 22, 0.12);
    transform: translateY(-8px);
}

.advantage-visual {
    position: relative;
    text-align: center;
}

.advantage-number {
    font-size: 80px;
    font-weight: 900;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.advantage-badge {
    display: inline-block;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 12px;
}

.advantage-icon-large {
    width: 100px;
    height: 100px;
    background: #f0f9ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.advantage-icon-large i {
    font-size: 48px;
    color: #1e3a8a;
}

.advantage-text h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 16px 0;
}

.advantage-text p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.advantage-meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.advantage-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1e3a8a;
}

.advantage-meta i {
    color: #f97316;
    font-size: 16px;
}

/* Small Cards */
.advantage-small {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px;
    transition: all 0.3s;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.advantage-small:hover {
    border-color: #f97316;
    box-shadow: 0 12px 32px rgba(249, 115, 22, 0.1);
    transform: translateY(-4px);
}

.adv-icon-circle {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(30, 58, 138, 0.2);
}

.adv-icon-circle i {
    font-size: 28px;
    color: white;
}

.advantage-small h4 {
    font-size: 19px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 12px 0;
}

.advantage-small p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .advantages-section-cha {
        padding: 60px 16px;
    }
    
    .advantages-header h2 {
        font-size: 32px;
    }
    
    .advantages-layout {
        grid-template-columns: 1fr;
    }
    
    .advantage-large {
        padding: 28px;
    }
    
    .advantage-number {
        font-size: 60px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7da407a */.faq-section-cha {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 100px 20px;
}

.faq-content-cha {
    max-width: 1280px;
    margin: 0 auto;
}

.faq-content-cha h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 16px 0;
}

.faq-intro {
    font-size: 19px;
    color: #6b7280;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px;
}

.faq-intro strong {
    color: #f97316;
}

.faq-grid-cha {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.faq-column-cha {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item-cha {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-item-cha:hover {
    border-color: #f97316;
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.1);
}

.faq-item-cha.active {
    border-color: #f97316;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.15);
}

.faq-q-cha {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.faq-q-cha h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
    line-height: 1.4;
}

.faq-q-cha i {
    font-size: 20px;
    color: #f97316;
    transition: all 0.3s;
    flex-shrink: 0;
}

.faq-item-cha.active .faq-q-cha i {
    transform: rotate(180deg);
}

.faq-a-cha {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item-cha.active .faq-a-cha {
    max-height: 500px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.faq-a-cha p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .faq-section-cha {
        padding: 60px 16px;
    }
    
    .faq-content-cha h2 {
        font-size: 32px;
    }
    
    .faq-grid-cha {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b8f5b8 */.cta-final-section-cha {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 0 20px 100px;
}

.cta-final-content {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border: 3px solid #1e3a8a;
    border-radius: 32px;
    padding: 60px;
    display: flex;
    gap: 60px;
    align-items: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.cta-visual {
    flex-shrink: 0;
}

.cta-icon-large {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(30, 58, 138, 0.3);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.cta-icon-large i {
    font-size: 80px;
    color: white;
}

.cta-text h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.cta-text p {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0 0 32px 0;
}

.cta-buttons-row {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.btn-cta-main,
.btn-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.btn-cta-main {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    flex: 1;
    justify-content: center;
}

.btn-cta-main:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.3);
}

.btn-cta-whatsapp {
    background: white;
    color: #25d366;
    border: 2px solid #25d366;
}

.btn-cta-whatsapp:hover {
    background: #25d366;
    color: white;
    transform: translateY(-2px);
}

.cta-guarantee {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
}

.cta-guarantee i {
    font-size: 24px;
    color: #10b981;
}

.cta-guarantee span {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .cta-final-content {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }
    
    .cta-buttons-row {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .cta-final-section-cha {
        padding: 0 16px 60px;
    }
    
    .cta-final-content {
        padding: 32px 24px;
    }
    
    .cta-icon-large {
        width: 120px;
        height: 120px;
    }
    
    .cta-icon-large i {
        font-size: 56px;
    }
    
    .cta-text h2 {
        font-size: 28px;
    }
}/* End custom CSS */