.elementor-10882 .elementor-element.elementor-element-7345bdd{--display:flex;--background-transition:0.3s;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-10882 .elementor-element.elementor-element-80d578f > .elementor-widget-container{padding:75px 0px 175px 0px;background-color:transparent;background-image:linear-gradient(180deg, #003366 0%, #004D99 100%);}.elementor-10882 .elementor-element.elementor-element-80d578f{width:100%;max-width:100%;}.elementor-10882 .elementor-element.elementor-element-fe720a4{--display:flex;--background-transition:0.3s;--margin-block-start:-120px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;}.elementor-10882 .elementor-element.elementor-element-4d7093d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--padding-block-start:100px;--padding-block-end:100px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-10882 .elementor-element.elementor-element-4d7093d:not(.elementor-motion-effects-element-type-background), .elementor-10882 .elementor-element.elementor-element-4d7093d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}.elementor-10882 .elementor-element.elementor-element-4d7093d, .elementor-10882 .elementor-element.elementor-element-4d7093d::before{--border-transition:0.3s;}.elementor-10882 .elementor-element.elementor-element-c80a74a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--padding-block-start:120px;--padding-block-end:120px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-10882 .elementor-element.elementor-element-c80a74a:not(.elementor-motion-effects-element-type-background), .elementor-10882 .elementor-element.elementor-element-c80a74a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-10882 .elementor-element.elementor-element-c80a74a, .elementor-10882 .elementor-element.elementor-element-c80a74a::before{--border-transition:0.3s;}.elementor-10882 .elementor-element.elementor-element-b180a01{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--padding-block-start:120px;--padding-block-end:120px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-10882 .elementor-element.elementor-element-b180a01:not(.elementor-motion-effects-element-type-background), .elementor-10882 .elementor-element.elementor-element-b180a01 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #003366 0%, #004D99 100%);}.elementor-10882 .elementor-element.elementor-element-b180a01, .elementor-10882 .elementor-element.elementor-element-b180a01::before{--border-transition:0.3s;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-10882 .elementor-element.elementor-element-80d578f > .elementor-widget-container{padding:75px 15px 150px 15px;}.elementor-10882 .elementor-element.elementor-element-a338613 > .elementor-widget-container{padding:0px 15px 0px 15px;}.elementor-10882 .elementor-element.elementor-element-72815ab > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-80d578f *//* Hero Section */
.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.shape {
    position: absolute;
    opacity: 0.1;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: #F7941D;
    border-radius: 50%;
    top: 10%;
    right: 10%;
    animation: float 20s infinite ease-in-out;
}

.shape-2 {
    width: 200px;
    height: 200px;
    background: #F7941D;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: 20%;
    left: 10%;
    animation: float 15s infinite ease-in-out reverse;
}

.shape-3 {
    width: 150px;
    height: 150px;
    background: #F7941D;
    border-radius: 50%;
    top: 60%;
    right: 30%;
    animation: float 18s infinite ease-in-out;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: rgba(247, 148, 29, 0.2);
    color: #F7941D;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1em;
    backdrop-filter: blur(10px);
    animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.hero-title {
    font-size: 5em;
    color: white;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -3px;
}

.gradient-text {
    background: linear-gradient(90deg, #F7941D, #ff8c42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 70px;
}

.primary-cta {
    background: #F7941D;
    color: white;
    padding: 20px 50px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.2em;
    transition: all 0.3s;
    display: inline-block;
}

.primary-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(247, 148, 29, 0.4);
}

.secondary-cta {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 20px 50px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.2em;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.secondary-cta:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

/* Hero Features */
.hero-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-feature {
    text-align: center;
}

.hero-feature-icon {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8em;
    margin: 0 auto 20px;
    backdrop-filter: blur(10px);
    transition: all 0.3s;
}

.hero-feature:hover .hero-feature-icon {
    background: rgba(247, 148, 29, 0.2);
    transform: translateY(-5px);
}

.hero-feature-title {
    color: white;
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 8px;
}

.hero-feature-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-features {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .hero-title {
        font-size: 3.5em;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5em;
    }
    
    .hero-description {
        font-size: 1.1em;
        margin-bottom: 40px;
    }
    
    .hero-badge {
        font-size: 0.85em;
        padding: 10px 20px;
    }
    
    .hero-cta-group {
        flex-direction: column;
    }
    
    .primary-cta, .secondary-cta {
        padding: 18px 40px;
        font-size: 1.1em;
    }
    
    .hero-features {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .hero-feature-icon {
        width: 70px;
        height: 70px;
        font-size: 2.2em;
    }
    
    .hero-feature-title {
        font-size: 1em;
    }
    
    .hero-feature-text {
        font-size: 0.85em;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2598ceb *//* Floating Form Card */
.floating-form-card {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
    padding: 60px;
    position: relative;
}

.floating-form-card::before {
    content: '🎁';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5em;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.form-card-title {
    text-align: center;
    font-size: 2.5em;
    color: #003366;
    font-weight: 900;
    margin-bottom: 15px;
}

.form-card-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-size: 1.2em;
}

/* Contact Form 7 Styling */
.cf7-form-wrapper {
    width: 100%;
}

.cf7-form-wrapper .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.cf7-form-wrapper .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.cf7-form-wrapper .form-submit-wrapper {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 10px;
}

.cf7-form-wrapper input[type="text"],
.cf7-form-wrapper input[type="email"],
.cf7-form-wrapper input[type="tel"],
.cf7-form-wrapper select {
    width: 100%;
    padding: 20px;
    border: 2px solid #e8e8e8;
    border-radius: 15px;
    font-size: 1em;
    transition: all 0.3s;
    background: #fafafa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cf7-form-wrapper input[type="text"]:focus,
.cf7-form-wrapper input[type="email"]:focus,
.cf7-form-wrapper input[type="tel"]:focus,
.cf7-form-wrapper select:focus {
    outline: none;
    border-color: #F7941D;
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(247, 148, 29, 0.1);
}

.cf7-form-wrapper .wpcf7-submit {
    grid-column: 1 / -1;
    width: 100%;
    padding: 22px;
    background: linear-gradient(135deg, #F7941D 0%, #ff8c42 100%);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 1.2em;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
    margin: 0 auto;
}

.cf7-form-wrapper .wpcf7-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(247, 148, 29, 0.3);
}

/* Submit buton container'ı ortalama */
.cf7-form-wrapper .wpcf7-form p:last-child {
    grid-column: 1 / -1;
    text-align: center;
    margin: 0;
}

/* Form Labels */
.cf7-form-wrapper label {
    display: block;
    margin-bottom: 8px;
    color: #003366;
    font-weight: 600;
    font-size: 0.9em;
}

/* Responsive */
@media (max-width: 768px) {
    .floating-form-card {
        padding: 40px 30px;
        margin: 0 20px;
    }
    
    .floating-form-card::before {
        font-size: 4em;
        top: -35px;
    }
    
    .form-card-title {
        font-size: 2em;
    }
    
    .form-card-subtitle {
        font-size: 1em;
    }
    
    .cf7-form-wrapper .wpcf7-form {
        grid-template-columns: 1fr;
    }
    
    .cf7-form-wrapper .form-submit-wrapper {
        grid-column: 1;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a338613 *//* Benefits Section */
.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 3em;
    color: #003366;
    font-weight: 900;
    margin-bottom: 20px;
}

.section-subtitle {
    text-align: center;
    color: #666;
    font-size: 1.2em;
    margin-bottom: 60px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.benefit-card {
    background: white;
    padding: 45px 35px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.4s;
}

.benefit-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(247, 148, 29, 0.2);
}

.benefit-icon {
    font-size: 3.5em;
    margin-bottom: 20px;
}

.benefit-card h3 {
    color: #003366;
    margin-bottom: 15px;
    font-size: 1.4em;
    font-weight: 700;
}

.benefit-card p {
    color: #666;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 2.2em;
    }
    
    .section-subtitle {
        font-size: 1em;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72815ab *//* Comparison Section */
.comparison-container {
    max-width: 1200px;
    margin: 0 auto;
}

.comparison-title {
    text-align: center;
    font-size: 3.5em;
    color: #003366;
    font-weight: 900;
    margin-bottom: 70px;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.comparison-card {
    background: #fafafa;
    border-radius: 25px;
    padding: 50px;
    position: relative;
}

.comparison-card.featured {
    background: linear-gradient(135deg, #F7941D 0%, #ff8c42 100%);
    color: white;
    transform: scale(1.05);
    box-shadow: 0 25px 60px rgba(247, 148, 29, 0.3);
}

.comparison-card h3 {
    font-size: 2em;
    margin-bottom: 30px;
    font-weight: 800;
}

.comparison-card.featured h3 {
    color: white;
}

.comparison-card:not(.featured) h3 {
    color: #003366;
}

.comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-list li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
}

.comparison-card.featured .comparison-list li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.comparison-list li:last-child {
    border-bottom: none;
}

.check-icon {
    width: 30px;
    height: 30px;
    background: rgba(76, 175, 80, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.comparison-card.featured .check-icon {
    background: rgba(255, 255, 255, 0.2);
}

/* Responsive */
@media (max-width: 1024px) {
    .comparison-grid {
        grid-template-columns: 1fr;
    }
    
    .comparison-card.featured {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .comparison-title {
        font-size: 2.2em;
    }
    
    .comparison-card {
        padding: 35px 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99a0a6b *//* Final CTA Section */
.final-cta-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.final-cta-content h2 {
    font-size: 4em;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1.2;
}

.final-cta-content p {
    font-size: 1.5em;
    margin-bottom: 50px;
    opacity: 0.9;
}

.final-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.final-cta-btn {
    padding: 25px 60px;
    background: #F7941D;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-size: 1.3em;
    font-weight: 800;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.final-cta-btn:hover {
    background: #ff8c42;
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(247, 148, 29, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .final-cta-content h2 {
        font-size: 2.5em;
    }
    
    .final-cta-content p {
        font-size: 1.2em;
    }
    
    .final-cta-buttons {
        flex-direction: column;
    }
    
    .final-cta-btn {
        padding: 20px 45px;
        font-size: 1.1em;
    }
}/* End custom CSS */