@font-face {
    font-family:IRANYekan;
    font-style:normal;
    font-weight:300;
    src:url(../fonts/IRANYekanXFaNum-Light.woff2) format("woff2")
 } 
 @font-face{
    font-family:IRANYekan;
    font-style:normal;
    font-weight:400;
    src:url(../fonts/IRANYekanXFaNum-Regular.woff2) format("woff2")
 }
 @font-face{
    font-family:IRANYekan;
    font-style:normal;
    font-weight:500;
    src:url(../fonts/IRANYekanXFaNum-Medium.woff2) format("woff2")
 }
 @font-face{
    font-family:IRANYekan;
    font-style:normal;
    font-weight:600;
    src:url(../fonts/IRANYekanXFaNum-DemiBold.woff2) format("woff2")
 }
 @font-face{
    font-family:IRANYekan;
    font-style:normal;
    font-weight:700;
    src:url(../fonts/IRANYekanXFaNum-Bold.woff2) format("woff2")
  } 
body{font-family:IRANYekan}

header .secondary-header {
    transition: all 0.3s ease;
}

header .secondary-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

body.sticky-header-padding {
    padding-top: 120px;
}

header .mobile-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

header .mobile-menu.open {
    max-height: 500px;
    transition: max-height 0.5s ease-in;
}
.hero-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

section.home .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

section.home .feature-card {
    transition: all 0.3s ease;
}


 /* Contact form styles */
 .contact-form {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.form-input {
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.form-input:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

.submit-btn {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(99, 102, 241, 0.3);
}

.contact-info-card {
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* RTL specific adjustments */
.rtl-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}
.inquiry_section table td, .inquiry_section table th,.inquiry_section table{
  border:1px solid #ddd;
}
.inquiry_section table td, .inquiry_section table th{
    padding: 5px 10px;
}
.inquiry_section table td input,.inquiry_section table td textarea{
    border:1px solid #ddd;
    width: 100%;
    padding: 5px 10px;
}
@media (min-width: 1536px) {
    .container {
        max-width: 1400px !important;
    }
}