.elementor-62 .elementor-element.elementor-element-fcc99fe{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-62 .elementor-element.elementor-element-fcc99fe .wdb-image-hover{background-image:url( https://firasa.pk/wp-content/plugins/elementor/assets/images/placeholder.png );}@media(max-width:767px){.elementor-62 .elementor-element.elementor-element-13dc463 > .elementor-widget-container{margin:-16px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-13dc463 *//* FIRASA CONTACT US PAGE - CSS */
/* Add this CSS in Elementor > Custom CSS or Appearance > Customize > Additional CSS */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ============================================ */
/* SECTION 1: HERO */
/* ============================================ */

.firasa-contact-hero {
    min-height: 50vh;
    background: #152B28;
    background: linear-gradient(135deg, #152B28 0%, #1a3532 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 80px 5%;
    font-family: 'Montserrat', sans-serif;
}

.firasa-contact-hero-content {
    max-width: 800px;
    animation: firasa-fadeInUp 1s ease-out;
}

.firasa-contact-breadcrumb {
    display: inline-block;
    color: #D1AA67;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.firasa-contact-hero h1 {
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    animation: firasa-fadeInUp 1s ease-out 0.2s backwards;
}

.firasa-contact-hero p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    animation: firasa-fadeInUp 1s ease-out 0.4s backwards;
}

.firasa-contact-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0;
    animation: firasa-fadeIn 1s ease-out 1s forwards;
}

.firasa-contact-scroll span {
    color: #D1AA67;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.firasa-contact-scroll-arrow {
    width: 24px;
    height: 24px;
    border-left: 2px solid #D1AA67;
    border-bottom: 2px solid #D1AA67;
    transform: rotate(-45deg);
    animation: firasa-bounce 2s ease-in-out infinite;
}

/* ============================================ */
/* SECTION 2: MAIN CONTACT INFO */
/* ============================================ */

.firasa-contact-main {
    padding: 100px 5%;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.firasa-contact-main-container {
    max-width: 1200px;
    margin: 0 auto;
}

.firasa-contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.firasa-contact-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #152B28;
    margin-bottom: 16px;
}

.firasa-contact-header p {
    font-size: 18px;
    color: rgba(21, 43, 40, 0.7);
}

.firasa-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Contact Cards */
.firasa-contact-card {
    background: #F9F7F4;
    padding: 48px 32px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    animation: firasa-fadeInUp 0.8s ease-out backwards;
}

.firasa-contact-card:nth-child(1) { animation-delay: 0.1s; }
.firasa-contact-card:nth-child(2) { animation-delay: 0.2s; }
.firasa-contact-card:nth-child(3) { animation-delay: 0.3s; }

.firasa-contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(21, 43, 40, 0.15);
    border-color: #D1AA67;
}

/* Primary Card (WhatsApp) */
.firasa-contact-primary {
    background: linear-gradient(135deg, #D1AA67 0%, #c49a57 100%);
    color: #152B28;
    border-color: #D1AA67;
}

.firasa-contact-primary h3,
.firasa-contact-primary p {
    color: #152B28;
}

.firasa-contact-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D1AA67;
}

.firasa-contact-primary .firasa-contact-icon {
    color: #152B28;
}

.firasa-contact-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #152B28;
    margin-bottom: 12px;
}

.firasa-contact-detail {
    font-size: 20px;
    font-weight: 600;
    color: #152B28;
    margin-bottom: 12px;
}

.firasa-contact-description {
    font-size: 14px;
    color: rgba(21, 43, 40, 0.7);
    line-height: 1.6;
    margin-bottom: 24px;
}

.firasa-contact-primary .firasa-contact-description {
    color: rgba(21, 43, 40, 0.8);
}

/* Contact Buttons */
.firasa-contact-btn {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    color: #152B28;
    border: 2px solid #152B28;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.firasa-contact-btn:hover {
    background: #152B28;
    color: #ffffff;
    transform: translateY(-2px);
}

.firasa-contact-btn-primary {
    background: #152B28;
    color: #FFFFFF!important;
    border-color: #152B28;
}

.firasa-contact-btn-primary:hover {
    background: transparent;
    color: #152B28!important;
}

/* ============================================ */
/* SECTION 3: WHY CONTACT US */
/* ============================================ */

.firasa-contact-why {
    padding: 100px 5%;
    background: #F9F7F4;
    font-family: 'Montserrat', sans-serif;
}

.firasa-contact-why-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.firasa-contact-why h2 {
    font-size: 48px;
    font-weight: 700;
    color: #152B28;
    margin-bottom: 12px;
}

.firasa-contact-why-subtitle {
    font-size: 18px;
    color: rgba(21, 43, 40, 0.7);
    margin-bottom: 60px;
}

.firasa-contact-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.firasa-contact-why-item {
    animation: firasa-fadeInUp 0.8s ease-out backwards;
}

.firasa-contact-why-item:nth-child(1) { animation-delay: 0.1s; }
.firasa-contact-why-item:nth-child(2) { animation-delay: 0.2s; }
.firasa-contact-why-item:nth-child(3) { animation-delay: 0.3s; }
.firasa-contact-why-item:nth-child(4) { animation-delay: 0.4s; }
.firasa-contact-why-item:nth-child(5) { animation-delay: 0.5s; }
.firasa-contact-why-item:nth-child(6) { animation-delay: 0.6s; }

.firasa-contact-why-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.firasa-contact-why-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #152B28;
    margin-bottom: 12px;
}

.firasa-contact-why-item p {
    font-size: 15px;
    color: rgba(21, 43, 40, 0.7);
    line-height: 1.6;
}

/* ============================================ */
/* SECTION 4: SOCIAL MEDIA */
/* ============================================ */

.firasa-contact-social {
    padding: 100px 5%;
    background: #152B28;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.firasa-contact-social-container {
    max-width: 1200px;
    margin: 0 auto;
}

.firasa-contact-social h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.firasa-contact-social p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
}

.firasa-contact-social-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.firasa-social-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 32px 20px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    animation: firasa-fadeInUp 0.8s ease-out backwards;
}

.firasa-social-card:nth-child(1) { animation-delay: 0.1s; }
.firasa-social-card:nth-child(2) { animation-delay: 0.2s; }
.firasa-social-card:nth-child(3) { animation-delay: 0.3s; }
.firasa-social-card:nth-child(4) { animation-delay: 0.4s; }
.firasa-social-card:nth-child(5) { animation-delay: 0.5s; }

.firasa-social-card:hover {
    background: rgba(209, 170, 103, 0.1);
    border-color: #D1AA67;
    transform: translateY(-10px);
}

.firasa-social-icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D1AA67;
}

.firasa-social-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.firasa-social-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 16px;
}

.firasa-social-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #D1AA67;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ============================================ */
/* SECTION 5: QUICK HELP LINKS */
/* ============================================ */

.firasa-contact-help {
    padding: 100px 5%;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.firasa-contact-help-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.firasa-contact-help h2 {
    font-size: 48px;
    font-weight: 700;
    color: #152B28;
    margin-bottom: 60px;
}

.firasa-contact-help-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.firasa-help-card {
    background: #F9F7F4;
    padding: 40px 24px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    animation: firasa-fadeInUp 0.8s ease-out backwards;
}

.firasa-help-card:nth-child(1) { animation-delay: 0.1s; }
.firasa-help-card:nth-child(2) { animation-delay: 0.2s; }
.firasa-help-card:nth-child(3) { animation-delay: 0.3s; }
.firasa-help-card:nth-child(4) { animation-delay: 0.4s; }

.firasa-help-card:hover {
    border-color: #D1AA67;
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(21, 43, 40, 0.1);
}

.firasa-help-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.firasa-help-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #152B28;
    margin-bottom: 12px;
}

.firasa-help-card p {
    font-size: 14px;
    color: rgba(21, 43, 40, 0.7);
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.firasa-help-link {
    font-size: 14px;
    font-weight: 600;
    color: #D1AA67;
    transition: all 0.3s ease;
}

.firasa-help-card:hover .firasa-help-link {
    color: #152B28;
}

/* ============================================ */
/* SECTION 6: CTA */
/* ============================================ */

.firasa-contact-cta {
    padding: 100px 5%;
    background: #152B28;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.firasa-contact-cta-container {
    max-width: 800px;
    margin: 0 auto;
}

.firasa-contact-cta h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.firasa-contact-cta p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}

.firasa-contact-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.firasa-cta-btn-primary,
.firasa-cta-btn-secondary {
    display: inline-block;
    padding: 18px 48px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.firasa-cta-btn-primary {
    background: #D1AA67;
    color: #152B28;
    border: 2px solid #D1AA67;
}

.firasa-cta-btn-primary:hover {
    background: transparent;
    color: #D1AA67;
    transform: translateY(-3px);
}

.firasa-cta-btn-secondary {
    background: transparent;
    color: #D1AA67;
    border: 2px solid #D1AA67;
}

.firasa-cta-btn-secondary:hover {
    background: #D1AA67;
    color: #152B28;
    transform: translateY(-3px);
}

/* ============================================ */
/* FLOATING WHATSAPP BUTTON */
/* ============================================ */

.firasa-whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: firasa-pulse 2s ease-in-out infinite;
}

.firasa-whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

/* ============================================ */
/* ANIMATIONS */
/* ============================================ */

@keyframes firasa-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes firasa-fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes firasa-bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) rotate(-45deg);
    }
    40% {
        transform: translateY(-10px) rotate(-45deg);
    }
    60% {
        transform: translateY(-5px) rotate(-45deg);
    }
}

@keyframes firasa-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* ============================================ */
/* RESPONSIVE DESIGN */
/* ============================================ */

/* Tablets */
@media (max-width: 1024px) {
    .firasa-contact-hero h1 { font-size: 52px; }
    
    .firasa-contact-header h2,
    .firasa-contact-why h2,
    .firasa-contact-social h2,
    .firasa-contact-help h2,
    .firasa-contact-cta h2 {
        font-size: 42px;
    }
    
    .firasa-contact-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .firasa-contact-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .firasa-contact-social-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .firasa-contact-help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .firasa-contact-hero {
        padding: 60px 5%;
        min-height: 60vh;
    }
    
    .firasa-contact-hero h1 { font-size: 36px; }
    .firasa-contact-hero p { font-size: 16px; }
    
    .firasa-contact-main,
    .firasa-contact-why,
    .firasa-contact-social,
    .firasa-contact-help,
    .firasa-contact-cta {
        padding: 60px 5%;
    }
    
    .firasa-contact-header h2,
    .firasa-contact-why h2,
    .firasa-contact-social h2,
    .firasa-contact-help h2,
    .firasa-contact-cta h2 {
        font-size: 32px;
    }
    
    .firasa-contact-grid,
    .firasa-contact-why-grid,
    .firasa-contact-social-grid,
    .firasa-contact-help-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .firasa-contact-card,
    .firasa-social-card,
    .firasa-help-card {
        padding: 32px 24px;
    }
    
    .firasa-contact-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .firasa-cta-btn-primary,
    .firasa-cta-btn-secondary {
        width: 100%;
        max-width: 300px;
    }
    
    .firasa-whatsapp-float {
        width: 56px;
        height: 56px;
        bottom: 20px;
        right: 20px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .firasa-contact-hero h1 { font-size: 32px; }
    
    .firasa-contact-header h2,
    .firasa-contact-why h2,
    .firasa-contact-social h2,
    .firasa-contact-help h2,
    .firasa-contact-cta h2 {
        font-size: 28px;
    }
}/* End custom CSS */