/*
Theme Name: classica-press-child
Template: classica-press      
Version: 1.0
*/

@import url("../classica-press/style.css");

/* Custom CSS starts here */

/* Social icons and date color fix */
.classica-press-middle-header-wrapper .middle-header-left .header-social-icon a {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.classica-press-middle-header-wrapper .middle-header-right .date,
.classica-press-middle-header-wrapper .middle-header-right .date span {
    color: #ffffff !important;
}

.navigation-right-part {
    order: -1;   /* isse ye left side chale jaayega */
}

#site-navigation {
    margin-left: auto;  /* menu ko right push karega */
}


/* Proper right-aligned submenu without breaking hover close */
.main-navigation ul ul.sub-menu {
    right: 0 !important;
    left: auto !important;
    text-align: right;
    direction: rtl;
    position: absolute;
    top: 100%;
    display: none;
}

.main-navigation ul li:hover > ul.sub-menu {
    display: block;
}

body .classica-press-header-search .header-search-wrap.show .header-search-form {
  direction: rtl !important;
}


/* Hide the 4th footer column */
.classica-press-top-footer .footer-container-wrapper:nth-child(4) {
  display: none !important;
}

/* Make remaining 3 columns evenly spaced */
.classica-press-top-footer .top-footer-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  direction: rtl !important;
  text-align: right !important;
  gap: 20px !important;
}

/* Each footer column width adjustment */
.classica-press-top-footer .footer-container-wrapper {
  flex: 1 1 33% !important;
  max-width: 33% !important;
}

/* Urdu alignment for text */
.classica-press-top-footer h2,
.classica-press-top-footer h3,
.classica-press-top-footer p,
.classica-press-top-footer ul,
.classica-press-top-footer li {
  text-align: right !important;
}
/* yahan sy my ny header ki working ki ha. */

.classica-press-middle-header .header-bg-image::after {
    background: transparent !important;
    opacity: 0 !important;
}


.classica-press-middle-header .classica-press-middle-header-wrapper {
    padding-bottom: 5px !important;
}




/* ix Mobile Menu Items Order (Keep RTL Text but LTR List) */
@media (max-width: 1024px) {

    /* Make menu a flex container in column-reverse to reverse items */
    #primary-menu {
        display: flex !important;
        flex-direction: column-reverse !important; /* reverses menu order */
    }

    /* Keep Urdu text RTL and aligned right */
    #primary-menu > li > a {
        direction: rtl !important;
        text-align: right !important;
        display: block !important;
    }

    /* Sub-menu stays RTL and normal order */
    #primary-menu ul.sub-menu {
        direction: rtl !important;
        text-align: right !important;
        display: block !important;
    }
}

/* color of date and social icons*/




