
/* GENEL */
html {scroll-behavior: smooth;}
body{font-family: "Manrope", sans-serif;;color: #0D1629; scroll-behavior: smooth;}
a{text-decoration: none;transition: all 0.3s ease;}
ul{padding: 0;margin: 0}
ul li{list-style: none;}
.mask{position: fixed;background: rgba(0,0,0,.5);width: 100%;height: 100vh;left: 0;top: 0;z-index: 3;}
.pl-0 {padding-left: 0 !important;} 
input::-webkit-search-cancel-button{display: none; outline: none;}
input:focus-visible {outline: none !important;}
input:focus {outline: none !important; box-shadow: none !important; border-color: #6a992f !important; --tw-ring-color: transparent !important;}
input:focus {box-shadow: none !important;}
.form-control:focus {border-color: transparent; border: 0; box-shadow: none;}
/* Override Tailwind default focus colors */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
input:focus,
textarea:focus {
    outline: none !important;
    border-color: #6a992f !important;
    box-shadow: 0 0 0 4px rgba(106, 153, 47, 0.1) !important;
    --tw-ring-color: transparent !important;
    --tw-ring-offset-color: transparent !important;
    --tw-ring-offset-shadow: none !important;
    --tw-ring-shadow: none !important;
}
.py-set {padding: 3rem 0;}
.primary-button {white-space: nowrap;color: #fff;background-color: #12314e;padding: 10px 25px;border-radius: 10px; display: inline-block; border: 0;}
.primary-button svg,.primary-button img {width: 20px;height: 20px;fill: #fff;margin-right: 7px;margin-top: -4px;}
.primary-button:hover {transform: scale(1.04); transition: all ease .3s; color: #fff;}

/* GENEL END */
.hero-bg {
    background-image: url('https://framerusercontent.com/images/shDa7tTl6YbKMMn5Zz08XxVwE.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cta-bg {
    background: linear-gradient(135deg, #0B1020 0%, #111833 35%, #6a992f 100%);
}
.btn-primary {
    background: linear-gradient(90deg, #6a992f 0%, #6a992f 100%);
}
.btn-primary:hover { filter: brightness(1.05); }
.gradient-text {
    background: linear-gradient(90deg, #6a992f, #6a992f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.services-overlay-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: screen;
}
#iletisimformuonay {
    white-space: nowrap;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

#iletisimformuonay svg {
    flex-shrink: 0;
    vertical-align: middle;
    display: inline-block;
}
canvas#neuro-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: .95;
    mix-blend-mode: screen;
}

/* Slider overlay animation (particles & lines) */
.hero-overlay-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1; /* above dark overlay */
    pointer-events: none;
    mix-blend-mode: screen;
}
/* Typewriter animation (hero) */
#rotating-word {
    border-right: 0.15em solid #6a992f;
    animation: blink-caret 0.75s step-end infinite;
}
@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #6a992f; }
}

header .brand-logo {height: 40px;}
footer .brand-logo {height: 40px; margin-bottom: 1.5rem;}
#mobile-menu .brand-logo {height: 30px;}
/* Direction-aware hover (HTML+JS version) */
.dah-card { position: relative; overflow: hidden; }
.dah-img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; transform: scale(1.12); }
.dah-card:hover .dah-img { transform: scale(1.16); }
.dah-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.45); opacity: 0; transform: translate3d(0,0,0); transition: transform 280ms ease, opacity 280ms ease; z-index: 10; }
.dah-caption { position: absolute; left: 1rem; bottom: 1rem; color: #fff; z-index: 20; }
.dah-card:hover .dah-overlay { opacity: 1; }
.dah-card[data-dir="top"] .dah-overlay { transform: translateY(-20px); }
.dah-card[data-dir="right"] .dah-overlay { transform: translateX(20px); }
.dah-card[data-dir="bottom"] .dah-overlay { transform: translateY(20px); }
.dah-card[data-dir="left"] .dah-overlay { transform: translateX(-20px); }
/* Scroll fade overlay */
.scroll-blur-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to top, 
        rgba(14, 19, 37, 0) 0%, 
        rgba(14, 19, 37, 0.005) 5%,
        rgba(14, 19, 37, 0.01) 10%,
        rgba(14, 19, 37, 0.015) 15%,
        rgba(14, 19, 37, 0.02) 20%,
        rgba(14, 19, 37, 0.03) 25%,
        rgba(14, 19, 37, 0.04) 30%,
        rgba(14, 19, 37, 0.05) 35%,
        rgba(14, 19, 37, 0.06) 40%,
        rgba(14, 19, 37, 0.07) 45%,
        rgba(14, 19, 37, 0.08) 50%,
        rgba(14, 19, 37, 0.07) 55%,
        rgba(14, 19, 37, 0.06) 60%,
        rgba(14, 19, 37, 0.05) 65%,
        rgba(14, 19, 37, 0.04) 70%,
        rgba(14, 19, 37, 0.03) 75%,
        rgba(14, 19, 37, 0.02) 80%,
        rgba(14, 19, 37, 0.015) 85%,
        rgba(14, 19, 37, 0.01) 90%,
        rgba(14, 19, 37, 0.005) 95%,
        rgba(14, 19, 37, 0.001) 98%,
        transparent 100%);
    pointer-events: none;
    z-index: 50;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 1;
    transition: opacity 0.3s ease;
}
.scroll-blur-overlay.hidden {
    opacity: 0;
}
/* Scroll reveal animations */
.scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}
.scroll-reveal-delay-1 {
    transition-delay: 0.1s;
}
.scroll-reveal-delay-2 {
    transition-delay: 0.2s;
}
.scroll-reveal-delay-3 {
    transition-delay: 0.3s;
}
.scroll-reveal-delay-4 {
    transition-delay: 0.4s;
}




/*General CSS*/
.zed-form-container {background: white; border-radius: 16px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); padding: 40px; position: relative; overflow: hidden; height: 100%;}
.zed-form-container::before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #12314e, #e74c3c);}
.zed-form-title {text-align: center; color: #2c3e50; font-size: 28px; margin-bottom: 30px; font-weight: 600;}
.zed-form-group {position: relative;}
.zed-form-label {display: block; margin-bottom: 8px; color: #555; font-weight: 500; font-size: 14px;}
.zed-form-input, .zed-form-textarea {width: 100%; padding: 12px 16px; border: 2px solid #e1e5e9; border-radius: 10px; font-size: 16px; transition: all 0.3s ease; background-color: #f8f9fa;}
.zed-form-input:focus, .zed-form-textarea:focus {outline: none; border-color: #6CA5A3; background-color: white; box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);}
.zed-form-textarea {resize: vertical; min-height: 120px; font-family: inherit;}
.zed-form-error {color: #e74c3c; font-size: 12px; margin-top: 5px; opacity: 0; transform: translateY(-10px); transition: all 0.3s ease;}
.zed-form-error.zed-show-error {opacity: 1; transform: translateY(0);}
.zed-form-input.zed-error, .zed-form-textarea.zed-error {border-color: #e74c3c; background-color: #fdf2f2;}
.zed-form-submit {width: 100%; padding: 14px; background: linear-gradient(135deg, #6CA5A3 0%, #764ba2 100%); color: white; border: none; border-radius: 10px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden;}
.zed-form-submit:hover:not(:disabled) {transform: translateY(-2px); box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);}
.zed-form-submit:disabled {opacity: 0.7; cursor: not-allowed; transform: none;}
.zed-toast {position: fixed; top: 20px; right: 20px; padding: 16px 20px; border-radius: 8px; color: white; font-weight: 500; z-index: 1000; transform: translateX(400px); transition: transform 0.3s ease;}
.zed-toast.zed-success {background-color: #27ae60;}
.zed-toast.zed-error {background-color: #e74c3c;}
.zed-toast.zed-show {transform: translateX(0);}
.zed-contact-info {background: white; border-radius: 16px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); overflow: hidden;}
.zed-map-container {width: 100%; height: 350px; position: relative; border-radius: 16px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); overflow: hidden;}
.zed-map-container iframe {width: 100%; height: 100%; border: none; filter: grayscale(0.3); transition: filter 0.3s ease;}
.zed-map-container iframe:hover {filter: grayscale(0);}
.zed-info-content {padding: 40px; position: relative;}
.zed-info-content::before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #12314e, #e74c3c);}
.zed-info-title {font-size: 24px; font-weight: 600; color: #2c3e50; margin-bottom: 30px; display: flex; align-items: center; gap: 10px;}
.zed-info-item {display: flex; align-items: flex-start; gap: 15px; margin-bottom: 25px; padding: 20px; background: #f8f9fa; border-radius: 12px; transition: all 0.3s ease;}
.zed-info-item:hover {background: #e9ecef; transform: translateX(5px);}
.zed-info-icon {width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; fill:#e34c3c;}
.zed-info-details h4 {font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 5px;}
.zed-info-details p {color: #7f8c8d; font-size: 14px; line-height: 1.5;}
.user-text h1{color: #272727;font-size: 1.5rem;margin: 0;margin-bottom: 1.2rem; }
.user-text h2{color: #272727;font-size: 1.4rem;margin: 0;margin-bottom: 1.2rem; }
.user-text h3{color: #272727;font-size: 1.3rem;margin: 0;margin-bottom: 1.2rem; }
.user-text h4{color: #272727;font-size: 1.3rem;margin: 0;margin-bottom: 1.2rem;}
.user-text h5{color: #272727;font-size: 1.2rem;margin: 0;margin-bottom: 1.2rem;}
.user-text p{font-size: 16px;font-weight: 400; margin-bottom: 20px; line-height: 1.4; font-weight: 300;}
.user-text span{font-size: 16px;font-weight: 300;margin-bottom: 1rem;display: block;}
.user-text ul{margin-left: 30px;margin-bottom: 1rem;}
.user-text ul li{font-size: 16px;list-style: circle;font-weight: 300;line-height: 2}
.user-text ol{margin-bottom: 1rem;}
.user-text ol li{font-size: 16px;font-weight: 300;line-height: 2}
.user-text table{width: 100%;margin-bottom: 20px}
.user-text table tr td{padding-top: 10px;padding-bottom: 10px;border-bottom: 1px solid #dedede;}
.user-text table tr:nth-child(1){font-weight: bold;}
.user-text table tr:nth-child(1) td{line-height: 2;border-bottom: 1px solid #212529;}
.user-text blockquote{border-left: 0.35rem solid #1da6e0;border-top: 1px solid #eee;border-right: 1px solid #eee;border-bottom: 1px solid #eee;padding: 10px 20px;background-color: #fbfbfb !important;line-height: 1.7;}
.user-text blockquote p{margin-bottom: 0}
.user-text img{margin-bottom: 20px; max-width: 100%; height: auto; border-radius: 8px;}
.user-text .hide-text {display: none;}
.whatsapp-float {position: fixed;right: 20px;bottom: 20px;z-index: 9999;background: #25d366;border-radius: 50px;box-shadow: 0 2px 8px rgba(0,0,0,0.15);display: flex;align-items: center;justify-content: center;cursor: pointer;transition: box-shadow 0.2s;width: 56px;height: 56px;}
.whatsapp-float svg {width: 32px;height: 32px;fill: #fff;display: block;}
.whatsapp-float span {display: none;color: #fff;font-weight: 500;margin-left: 10px;font-size: 16px;}
.whatsapp-ribbon {position: absolute;top: -7px;right: -7px;background: #d61617;color: #fff;font-size: 12px !important; margin-left: 0 !important; font-weight: bold;border-radius: 12px;padding: 2px 7px;box-shadow: 0 2px 6px rgba(0,0,0,0.15);z-index: 2;display: none;animation: fadeInRibbon 0.5s;}
@keyframes fadeInRibbon {from { opacity: 0; transform: scale(0.7);}to { opacity: 1; transform: scale(1);}}
.whatsapp-float.shake {animation: shakeWhatsapp 0.5s;}
@keyframes shakeWhatsapp {
    0% { transform: translateX(0);}
    20% { transform: translateX(-4px);}
    40% { transform: translateX(4px);}
    60% { transform: translateX(-4px);}
    80% { transform: translateX(4px);}
    100% { transform: translateX(0);}
}
/* CONTENT END */


/* FOOTER */

/* Footer Social Icons */
.footer-social-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.footer-social-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #6a992f, #5a8428);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer-social-icon svg {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.footer-social-icon:hover {
    transform: translateY(-4px);
    border-color: #6a992f;
    box-shadow: 0 8px 20px rgba(106, 153, 47, 0.3);
}

.footer-social-icon:hover::before {
    opacity: 1;
}

.footer-social-icon:hover svg {
    transform: scale(1.1) rotate(5deg);
}

/* Footer Links */
.footer-link {
    color: #9FB4D6;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.footer-link::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    color: #6a992f;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #6a992f;
    padding-left: 20px;
}

.footer-link:hover::before {
    opacity: 1;
    left: 0;
}

/* Footer Contact Links */
.footer-contact-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid transparent;
}

.footer-contact-link:hover {
    background: rgba(106, 153, 47, 0.1);
    border-color: rgba(106, 153, 47, 0.3);
    transform: translateX(4px);
}

.footer-contact-link svg {
    color: #6a992f;
    transition: transform 0.3s ease;
}

.footer-contact-link:hover svg {
    transform: scale(1.1);
}

/* Newsletter Input Focus Animation */
input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(106, 153, 47, 0.2);
}

/* Partner Badges */
.partner-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: default;
    text-align: center;
}

.partner-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(106, 153, 47, 0.1), rgba(90, 132, 40, 0.05));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.partner-badge:hover {
    background: rgba(106, 153, 47, 0.08);
    border-color: rgba(106, 153, 47, 0.25);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 20px rgba(106, 153, 47, 0.2);
}

.partner-badge:hover::before {
    opacity: 1;
}

.partner-icon {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    padding: 6px;
    background: linear-gradient(135deg, rgba(106, 153, 47, 0.15), rgba(106, 153, 47, 0.05));
    border: 1px solid rgba(106, 153, 47, 0.2);
    border-radius: 10px;
    color: #6a992f;
    transition: all 0.4s ease;
}

.partner-badge:hover .partner-icon {
    background: linear-gradient(135deg, rgba(106, 153, 47, 0.3), rgba(106, 153, 47, 0.15));
    border-color: rgba(106, 153, 47, 0.4);
    transform: rotate(-5deg) scale(1.15);
    box-shadow: 0 4px 16px rgba(106, 153, 47, 0.3);
}

.partner-badge span {
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
    color: #9FB4D6;
    transition: color 0.3s ease;
    line-height: 1.3;
}

.partner-badge:hover span {
    color: #fff;
}

/* Partner Logo Grid */
.logo-item {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.logo-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(106, 153, 47, 0.03), rgba(106, 153, 47, 0.01));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.logo-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(106, 153, 47, 0.15);
    border-color: rgba(106, 153, 47, 0.2);
}

.logo-item:hover::before {
    opacity: 1;
}

.partner-logo {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0.5) opacity(0.7);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.logo-item:hover .partner-logo {
    filter: grayscale(0) opacity(1);
    transform: scale(1.08);
}

/* Mobile Menu */
.mobile-menu-line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: currentColor;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

#mobile-menu-btn.active .mobile-menu-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

#mobile-menu-btn.active .mobile-menu-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

#mobile-menu-btn.active .mobile-menu-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

#mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    color: #E5ECFF;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mobile-menu-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #6a992f, #5a8428);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.mobile-menu-link:hover,
.mobile-menu-link:focus {
    background: rgba(106, 153, 47, 0.1);
    color: #6a992f;
    transform: translateX(8px);
}

.mobile-menu-link:hover::before,
.mobile-menu-link:focus::before {
    transform: scaleY(1);
}

.mobile-menu-link svg {
    transition: transform 0.3s ease;
    opacity: 0.5;
}

.mobile-menu-link:hover svg,
.mobile-menu-link:focus svg {
    transform: translateX(4px);
    opacity: 1;
    color: #6a992f;
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Responsive Footer */
@media only screen and (max-width: 768px) {
    .footer-link:hover {
        padding-left: 15px;
    }
    
    .footer-social-icon {
        width: 40px;
        height: 40px;
    }
    
    .category-icon-wrapper {
        width: 64px;
        height: 64px;
    }
    
    .category-title {
        font-size: 1.25rem;
    }
}

/* Contact Popup - Modern Design */
.contact-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 16, 32, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.contact-popup-container {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
    max-width: 640px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    transform: scale(0.95) translateY(30px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-popup-overlay.active .contact-popup-container {
    transform: scale(1) translateY(0);
}

.contact-popup-header {
    background: linear-gradient(135deg, #6a992f 0%, #5a8428 100%);
    padding: 32px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.contact-popup-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.contact-popup-title {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.contact-popup-subtitle {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-popup-close {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    flex-shrink: 0;
}

.contact-popup-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
}

.contact-popup-content {
    padding: 40px;
    overflow: auto;
}

.modern-contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.form-group {
    position: relative;
}

.form-label {
    display: block;
    margin-bottom: 10px;
    color: #0B1020;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.form-label .required {
    color: #e74c3c;
    margin-left: 2px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e1e8ed !important;
    border-radius: 12px !important;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ffffff;
    font-family: inherit;
    box-sizing: border-box;
    color: #0B1020;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #94a3b8;
}

.form-input:focus,
.form-textarea:focus,
.form-input:focus-visible,
.form-textarea:focus-visible {
    outline: none !important;
    border-color: #6a992f !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(106, 153, 47, 0.1) !important;
    transform: translateY(-1px);
    --tw-ring-color: transparent !important;
    --tw-ring-offset-color: transparent !important;
    --tw-ring-offset-shadow: none !important;
    --tw-ring-shadow: none !important;
}

.form-input:hover:not(:focus),
.form-textarea:hover:not(:focus) {
    border-color: #cbd5e1 !important;
}

.form-textarea {
    resize: vertical;
    min-height: 140px;
    line-height: 1.6;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.form-submit-btn {
    background: linear-gradient(135deg, #6a992f 0%, #5a8428 100%);
    color: white;
    padding: 16px 32px;
    border-radius: 16px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 12px rgba(106, 153, 47, 0.3);
    position: relative;
    overflow: hidden;
}

.form-submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #5a8428 0%, #4a7320 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(106, 153, 47, 0.4);
}

.form-submit-btn:hover::before {
    opacity: 1;
}

.form-submit-btn:active {
    transform: translateY(0);
}

.form-submit-btn span,
.form-submit-btn svg {
    position: relative;
    z-index: 1;
}

.form-submit-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Toast Notifications */
.toast-container {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.toast {
    background: white;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 320px;
    max-width: 420px;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto;
    position: relative;
    overflow: hidden;
}

.toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: currentColor;
}

.toast.success {
    color: #10b981;
}

.toast.error {
    color: #ef4444;
}

.toast.warning {
    color: #f59e0b;
}

.toast.info {
    color: #3b82f6;
}

.toast-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-content {
    flex: 1;
}

.toast-title {
    font-weight: 700;
    font-size: 14px;
    color: #0B1020;
    margin-bottom: 2px;
}

.toast-message {
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}

.toast-close {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #94a3b8;
    transition: all 0.2s ease;
    flex-shrink: 0;
    padding: 0;
}

.toast-close:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #0B1020;
}

/* Prevent body scroll when popup is open */
body.popup-open {
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .contact-popup-container {
        max-width: 100%;
        border-radius: 24px 24px 0 0;
        max-height: 95vh;
    }
    
    .contact-popup-header {
        padding: 24px 24px;
    }
    
    .contact-popup-content {
        padding: 32px 24px;
    }
    
    .contact-popup-title {
        font-size: 1.5rem;
    }
    
    .contact-popup-subtitle {
        font-size: 0.875rem;
    }
    
    .toast-container {
        top: 16px;
        right: 16px;
        left: 16px;
    }
    
    .toast {
        min-width: auto;
        max-width: 100%;
    }
}

/* FOOTER END */




/* RESPONSIVE */


@media only screen and (max-width: 768px){
    .custom-form-container {margin-top: 0;}
    .zed-contact-page {padding: 20px 10px;}
    .zed-form-container, .zed-info-content {padding: 30px 20px;}
    .zed-page-title {font-size: 28px;}
    .zed-page-subtitle {font-size: 16px;}
    .zed-map-container {height: 250px;}
}

@media only screen and (max-width: 570px){



}



/* RESPONSIVE END */

