.elementor-5304 .elementor-element.elementor-element-37f8f70{--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-5304 .elementor-element.elementor-element-d62939f{width:100%;max-width:100%;}.elementor-5304 .elementor-element.elementor-element-d62939f > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-5304 .elementor-element.elementor-element-e3d510c{--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-5304 .elementor-element.elementor-element-1e11c98{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-5304 .elementor-element.elementor-element-1e11c98 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-d62939f *//* Import Cairo font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

/* Apply Cairo font to Petra Sweets Top Footer Section */
.petra-top-footer, .petra-top-footer * {
    font-family: 'Cairo', 'Georgia', 'Times New Roman', serif !important;
}

/* Petra Sweets Top Footer Section */
.petra-top-footer {
    background: linear-gradient(135deg, #f8f6f0 0%, #f2efdf 100%);
    padding: 40px 0;
    font-family: 'Georgia', 'Times New Roman', serif;
    width: 100%;
}

.petra-top-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

/* Brand Section */
.petra-brand-section {
    flex: 1;
}

.petra-brand-name {
    font-size: 2.2rem;
    font-weight: bold;
    color: #2c2c2c;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}

.petra-brand-tagline {
    color: #5a5a5a;
    font-style: italic;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
}

/* Social Media Section */
.petra-social-section {
    display: flex;
    align-items: center;
    gap: 25px;
}

.petra-social-label {
    color: #2c2c2c;
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
}

.petra-social-buttons {
    display: flex;
    gap: 15px;
}

.petra-social-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #fff;
    color: #d4af37;
    text-decoration: none;
    border-radius: 25px;
    border: 2px solid #d4af37;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.petra-social-btn:hover {
    background: #d4af37;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.petra-social-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .petra-top-footer-container {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .petra-social-section {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .petra-top-footer-container {
        padding: 0 20px;
    }
    
    .petra-brand-name {
        font-size: 1.8rem;
    }
    
    .petra-brand-tagline {
        font-size: 1rem;
    }
    
    .petra-social-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .petra-social-btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .petra-top-footer-container {
        padding: 0 15px;
    }
    
    .petra-top-footer {
        padding: 30px 0;
    }
    
    .petra-brand-name {
        font-size: 1.6rem;
    }
    
    .petra-social-btn {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
    
    .petra-social-icon {
        width: 18px;
        height: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ae372f *//* استيراد خط Cairo من Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

/* تطبيق خط Cairo على قسم تذييل التنقل */
.petra-nav-footer, .petra-nav-footer * {
    font-family: 'Cairo', 'Georgia', 'Times New Roman', serif !important;
}

/* قسم تذييل التنقل لموقع Petra Sweets - تخطيط شبكة متجاوب */
.petra-nav-footer {
    background: #fff;
    padding: clamp(25px, 5vw, 40px) 0;
    font-family: 'Georgia', 'Times New Roman', serif;
    width: 100%;
}

.petra-nav-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(15px, 4vw, 40px);
    box-sizing: border-box;
}

.petra-nav-links-row {
    display: flex;
    justify-content: center;
    gap: clamp(30px, 8vw, 100px);
    flex-wrap: wrap;
}

.petra-nav-group {
    text-align: center;
    flex: 1;
    min-width: 250px;
}

.petra-nav-title {
    color: #2c2c2c;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    font-weight: bold;
    margin: 0 0 clamp(15px, 4vw, 25px) 0;
    position: relative;
    padding-bottom: 12px;
}

.petra-nav-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(30px, 6vw, 40px);
    height: 3px;
    background: #d4af37;
}

/* أنماط القوائم المنسدلة */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background: none;
    border: none;
    color: #2c2c2c;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    font-weight: bold;
    margin: 0 0 clamp(15px, 4vw, 25px) 0;
    position: relative;
    padding-bottom: 12px;
    font-family: inherit;
    cursor: pointer;
    width: 100%;
}

.dropbtn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(30px, 6vw, 40px);
    height: 3px;
    background: #d4af37;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
    z-index: 1000;
    border-radius: 8px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.dropdown-content .petra-nav-link {
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid #f8f8f8;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    grid-template-columns: none;
    grid-template-rows: none;
    justify-items: initial;
    max-width: none;
    margin: 0;
    gap: 0;
}

.dropdown-content .petra-nav-link:last-child {
    border-bottom: none;
}

.dropdown-content .petra-nav-link:hover {
    background: linear-gradient(135deg, #faf8f2 0%, #f5f1e8 100%);
}

/* عرض القائمة المنسدلة عند وجود فئة "show" */
.dropdown-content.show {
    display: block;
}

/* الحالة النشطة لزر القائمة المنسدلة */
.dropbtn.active {
    opacity: 0.8;
    color: #d4af37;
}

/* تصميم سطح المكتب - 4x1 (4 أعمدة، صف واحد) */
.petra-nav-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: clamp(15px, 3vw, 25px);
    justify-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.petra-nav-link {
    color: #6a6a6a;
    text-decoration: none;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    transition: all 0.3s ease;
    position: relative;
    padding: clamp(8px, 2vw, 12px) clamp(6px, 2vw, 10px);
    font-weight: 400;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.petra-nav-link::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #d4af37;
    transition: width 0.3s ease;
}

.petra-nav-link:hover {
    color: #2c2c2c;
    font-weight: 500;
    background: linear-gradient(135deg, #faf8f2 0%, #f5f1e8 100%);
}

.petra-nav-link:hover::before {
    width: 80%;
}

/* سطح المكتب الكبير - 1200 بكسل فأكثر */
@media (min-width: 1200px) {
    .petra-nav-footer-container {
        padding: 0 60px;
    }
    
    .petra-nav-links-row {
        gap: 120px;
    }
    
    .petra-nav-links {
        max-width: 700px;
        gap: 30px;
    }
}

/* سطح المكتب - من 992 بكسل إلى 1199 بكسل - الحفاظ على تصميم 4x1 */
@media (max-width: 1199px) and (min-width: 992px) {
    .petra-nav-links-row {
        gap: 80px;
    }
    
    .petra-nav-links {
        grid-template-columns: repeat(4, 1fr);
        max-width: 550px;
        gap: 20px;
    }
}

/* الجهاز اللوحي - من 768 بكسل إلى 991 بكسل - التبديل إلى تصميم 2x2 */
@media (max-width: 991px) and (min-width: 768px) {
    .petra-nav-footer {
        padding: 35px 0;
    }
    
    .petra-nav-links-row {
        gap: 50px;
        flex-direction: row;
        justify-content: space-around;
    }
    
    .petra-nav-group {
        min-width: 200px;
        max-width: 280px;
    }
    
    /* شبكة 2x2 للجهاز اللوحي */
    .petra-nav-links {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 15px;
        max-width: 280px;
    }
    
    .petra-nav-link {
        font-size: 0.95rem;
    }
}

/* الجهاز اللوحي الصغير - من 576 بكسل إلى 767 بكسل - الحفاظ على تصميم 2x2 */
@media (max-width: 767px) and (min-width: 576px) {
    .petra-nav-footer {
        padding: 30px 0;
    }
    
    .petra-nav-links-row {
        flex-direction: column;
        gap: 35px;
        align-items: center;
    }
    
    .petra-nav-group {
        width: 100%;
        max-width: 300px;
    }
    
    /* شبكة 2x2 للجهاز اللوحي الصغير */
    .petra-nav-links {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 12px;
        max-width: 300px;
    }
    
    .petra-nav-link {
        padding: 10px 8px;
        font-size: 0.9rem;
    }
    
    .petra-nav-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
}

/* الهاتف المحمول - حتى 575 بكسل - الحفاظ على تصميم 2x2 */
@media (max-width: 575px) {
    .petra-nav-footer {
        padding: 25px 0;
    }
    
    .petra-nav-footer-container {
        padding: 0 15px;
    }
    
    .petra-nav-links-row {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .petra-nav-group {
        width: 100%;
    }
    
    /* شبكة 2x2 للهاتف المحمول */
    .petra-nav-links {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        max-width: 280px;
    }
    
    .petra-nav-link {
        padding: 10px 8px;
        font-size: 0.85rem;
        min-height: 40px;
        background: linear-gradient(135deg, #faf8f2 0%, #f5f1e8 100%);
        border-radius: 8px;
        font-weight: 500;
    }
    
    .petra-nav-link:hover,
    .petra-nav-link:active {
        background: linear-gradient(135deg, #f8f6f0 0%, #f2efdf 100%);
        border: 1px solid #d4af37;
        color: #2c2c2c;
    }
    
    .petra-nav-link::before {
        display: none;
    }
    
    .petra-nav-title {
        font-size: 1.1rem;
        margin-bottom: 18px;
    }
}

/* الهاتف المحمول صغير جدًا - حتى 320 بكسل - الحفاظ على تصميم 2x2 */
@media (max-width: 320px) {
    .petra-nav-footer-container {
        padding: 0 10px;
    }
    
    .petra-nav-links {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
        max-width: 260px;
    }
    
    .petra-nav-link {
        font-size: 0.8rem;
        padding: 8px 6px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e11c98 *//* استيراد خط Cairo من Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

/* تطبيق خط Cairo على قسم تذييل الاتصال */
.petra-contact-footer, .petra-contact-footer * {
    font-family: 'Cairo', 'Georgia', 'Times New Roman', serif !important;
}

/* قسم تذييل الاتصال لموقع Petra Sweets */
.petra-contact-footer {
    background: linear-gradient(135deg, #faf8f2 0%, #f5f1e8 100%);
    padding: 40px 0 25px;
    font-family: 'Georgia', 'Times New Roman', serif;
    width: 100%;
    border-top: 1px solid #f0ede4;
}

.petra-contact-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.petra-contact-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 50px;
}

/* قسم المتاجر */
.petra-stores-section {
    flex: 2;
}

.petra-contact-heading {
    color: #2c2c2c;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding-left: 10px !important;
}

.petra-store-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.petra-store-item {
    font-size: 1rem;
    line-height: 1.4;
}

.petra-store-name {
    color: #d4af37;
    font-weight: 600;
}

.petra-store-address {
    color: #5a5a5a;
    font-weight: 400;
}

/* قسم الاتصال */
.petra-contact-section {
    flex: 1;
    text-align: right;
}

.petra-contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}

.petra-contact-link {
    color: #d4af37;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.petra-contact-link:hover {
    color: #2c2c2c;
    text-decoration: underline;
}

/* قسم حقوق الطبع والنشر */
.petra-copyright {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid #e8e8e8;
}

.petra-copyright p {
    color: #6a6a6a;
    font-size: 0.95rem;
    margin: 0;
    opacity: 0.9;
}

/* التصميم المتجاوب */
@media (max-width: 768px) {
    .petra-contact-footer-container {
        padding: 0 20px;
    }
    
    .petra-contact-row {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .petra-contact-section {
        text-align: center;
    }
    
    .petra-contact-info {
        align-items: center;
    }
    
    .petra-contact-footer {
        padding: 30px 0 20px;
    }
}

@media (max-width: 480px) {
    .petra-contact-footer-container {
        padding: 0 15px;
    }
    
    .petra-contact-heading {
        font-size: 1.1rem;
    }
    
    .petra-store-item {
        font-size: 0.95rem;
    }
    
    .petra-contact-link {
        font-size: 0.95rem;
    }
    
    .petra-copyright p {
        font-size: 0.9rem;
    }
}/* End custom CSS */