.elementor-30534 .elementor-element.elementor-element-ad0880e{--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-30534 .elementor-element.elementor-element-2bf30de{--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;}/* Start custom CSS for html, class: .elementor-element-38db18f */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: white;
    animation: fadeInUp 0.8s ease;
}

.hero h1 span {
    color: #b5ce51;
}

.hero .subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #b5ce51;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.hero .description {
    font-size: 1.1rem;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px 0;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.8s both;
}

.btn {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background: #ea5e3a;
    color: white;
    border: 2px solid #ea5e3a;
}

.btn-primary:hover {
    background: #d94d28;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(234, 94, 58, 0.3);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid #b5ce51;
}

.btn-secondary:hover {
    background: #b5ce51;
    color: #2b2e71;
    transform: translateY(-2px);
}

/* Content Section */
.content {
    padding: 60px 0;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #2b2e71;
    border-bottom: 3px solid #ea5e3a;
    padding-bottom: 10px;
}

h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 30px 0 20px 0;
    color: #2b2e71;
}

h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 25px 0 15px 0;
    color: #266534;
}

p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Contact Info Section */
.contact-info {
    animation: fadeInLeft 0.8s ease;
}

.info-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(43, 46, 113, 0.1);
    border-left: 5px solid #ea5e3a;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ea5e3a, #ff7659);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}

.info-details h5 {
    color: #2b2e71;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.info-details p {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

.info-details a {
    color: #ea5e3a;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}

.info-details a:hover {
    color: #2b2e71;
}

/* Process Section */
.process-section {
    margin-top: 40px;
}

.process-grid {
    display: grid;
    gap: 20px;
}

.process-step {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(43, 46, 113, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.process-step:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(43, 46, 113, 0.15);
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #b5ce51, #9fc041);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content h4 {
    color: #2b2e71;
    margin: 0 0 10px 0;
    font-size: 1.2rem;
}

.step-content p {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

/* Calendar Section */
.calendar-section {
    animation: fadeInRight 0.8s ease;
}

.calendar-wrapper {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(43, 46, 113, 0.1);
    border: 1px solid #efe6d4;
}

.calendar-header {
    text-align: center;
    margin-bottom: 30px;
}

.calendar-header h3 {
    font-size: 2rem;
    color: #2b2e71;
    margin: 0 0 15px 0;
}

.calendar-header p {
    color: #666;
    font-size: 1.1rem;
    margin: 0;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: white;
    padding: 60px 0;
    margin-top: 60px;
    text-align: center;
}

.stats-section h2 {
    color: white;
    border-bottom-color: #b5ce51;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.stat-card {
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #b5ce51;
    display: block;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.9);
}

/* Guarantee Box */
.guarantee-box {
    background: linear-gradient(135deg, #efe6d4 0%, #f5f1e8 100%);
    border: 3px solid #b5ce51;
    padding: 40px;
    border-radius: 12px;
    margin: 60px auto;
    max-width: 900px;
    text-align: center;
}

.guarantee-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.guarantee-box h3 {
    color: #2b2e71;
    margin: 0 0 20px 0;
}

.guarantee-box p {
    font-size: 1.1rem;
    color: #266534;
    margin-bottom: 15px;
}

/* Final CTA Section */
.final-cta {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    padding: 60px 0;
    text-align: center;
}

.final-cta h2 {
    border: none;
    color: white;
    margin-bottom: 20px;
}

.final-cta p {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.95);
    margin-bottom: 40px;
}

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

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

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

/* Responsive */
@media (max-width: 968px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero .subtitle {
        font-size: 1.2rem;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 20px;
    }
}/* End custom CSS */