

.theme-footer-area .zpapp a { color:#fff !important;}
#zsada-* {display:none !important;}
#zspow-115150033625 {display:none !important;}

/* Topbar */
.theme-header-topbar {
 border-bottom:2px solid #DA4C38;
}

/* Header */

/* Mobile Bottom Menu */
.theme-mobile-header-style-03.theme-mobile-header-bottom .theme-mobile-header-icon-wrapper .theme-mobile-header-icon svg,
.theme-mobile-header-icon .theme-mobile-header-slide-open svg {
 height: 50px !important;
 width: 50px !important;   
}

/* Mobile Menu Logo */
.theme-mobile-header-style-03.theme-mobile-header-top .theme-mobile-header-nav-wrapper {
height:100px;
}
.theme-mobile-header-logo {
 /* centering the logo */
 margin-left: auto;
 margin-right: auto;
}
.theme-mobile-header-style-03.theme-mobile-header-top .theme-mobile-header-nav-wrapper .theme-mobile-header-logo img,
.theme-mobile-header-style-03.theme-mobile-header-slidewrapper .theme-mobile-header-logo img {
 max-block-size:100px !important;
}



/* Site Back Top Button */
.custom-up-arrow {
    display: none;
    position: fixed;
    inset-inline-end: 20px; /* Position from the right */
    inset-block-end: 20px; /* Position from the bottom */
    z-index: 1000;
    background-color: #DA4C38; /* Button background color */
    border-radius: 50%;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.21);
    padding: 10px;
    cursor: pointer;
}

.custom-up-arrow ul {
    margin: 0;
    padding: 0;
}

.custom-up-arrow ul li {
    list-style: none;
}

.custom-up-arrow ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.custom-up-arrow ul li a svg {
    width: 20px;
    height: 20px;
    fill: #ffffff; /* Arrow color */
}

.custom-up-arrow:hover {
    background-color: #C93D30; /* Darker shade on hover */
}


/* Extra small devices (phones, 0px and up) */
@media (max-width: 575.98px) {
  /* Styles for phones */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Styles for small screens */
}

/* Small devices (landscape phones, 767px and DOWN) */
@media (max-width: 767.98px) {
  /* HEADER border-bottom */
    .theme-mobile-header-top,
    .theme-mobile-header-style-01 {
        border-bottom: solid 2px #1F4665;
    }
    .theme-mobile-header-bottom {
        border-top: solid 2px #1F4665;
    }
    
  /* HEADER Logo on mobile or tablet size 
    .theme-logo-parent img.mobileLogoAuto {
    	height:inherit !important;
		width:100px !important;
    }
  */
    
    /* HEADER menu button icon size */
    .theme-responsive-menu-container {
        height: 50px !important;
        width: 50px !important;
    }
    
    /* Mobile menu typography */
    .theme-responsive-menu a {
    	font-size:30px !important;
        font-family: 'oswald' !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Styles for medium screens */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Styles for large screens */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Styles for extra large screens */
}

/* BLOG/Feed */
.theme-blog-author-cont,
.theme-blog-date,
.theme-blog-comment-count,
.theme-blog-author {
    display:none !important;
}

