@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/tajawal/Tajawal-Regular.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Tajawal-blod';
    src: url('../fonts/tajawal/Tajawal-Bold.ttf.ttf') format('truetype');
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal', sans-serif !important;
}

/* Apply Tajawal font globally to the entire page */
body {
    font-family: 'Tajawal', sans-serif !important;
}
   .political-cta-area-wrapper {
    padding: 40px 0 40px;
    text-align: center;
    position: relative
}

.political-cta-area-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #048e9b;
    content: "";
    opacity: .9
}

.political-cta-area-wrapper .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, .8)
}

.political-cta-area-wrapper .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px
}

.political-cta-area-wrapper p {
    color: rgba(255, 255, 255, .6)
}

.political-cta-area-wrapper .btn-wrapper .boxed-btn {
    border-radius: 3px;
    background-color: var(--political-color);
    border: 1px solid transparent
}

.political-cta-area-wrapper .btn-wrapper .boxed-btn:hover {
    background-color: transparent;
    border-color: var(--political-color);
    color: #fff
}
.political-cta-area-wrapper .subtitle {
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, .8);
}
.secondrycolorTitleapp {
    line-height: 49px;
    font-size: 44px !important;
    color: #ffffff !important;
}
.downloadapp {
    box-shadow: 1px 1px 9px 1px rgba(255, 253, 250, 0.401)!important;
    height: 55px;
    background-color: transparent !important;
    min-width: 110px;
    max-width: 170px;
}
.political-cta-area-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    content: "";
    opacity: .9;
}
.category-card {
    text-align: center;
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.category-card img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
}
.category-card .card-body {
    background: #fff;
    font-size: 1rem;
    font-weight: bold;
}
.category-title {
    color: #000;
}
.category-title-red {
    color: red;
}
.product-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.product-card img {
    width: 100%;
    height: auto;
}
.product-card .badge-new {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    color: white;
    padding: 5px 10px;
    font-size: 0.8rem;
    border-radius: 5px;
}
.product-card .wishlist-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ddd;
    font-size: 1.2rem;
    cursor: pointer;
}
.product-card .product-name {
    font-size: 1rem;
    font-weight: bold;
    margin: 10px 0;
}
.product-card .product-price {
    color: red;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.product-card .btn-add-to-cart {
    background-color: red;
    color: white;
    border: none;
    padding: 10px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 0;
}
.product-card .btn-add-to-cart i {
    font-size: 1rem;
}

.max-height-200 {
    max-height: 200px;
  
}
.max-height-270 {
    max-height: 270px!important;
}

.max-height-350 {
    max-height: 350px !important;
   
}

.sidebar {
    background: #f8f9fa;
    border-right: 1px solid #ddd;
    height: 100%;
    padding: 20px;
}
.sidebar a {
    text-decoration: none;
    color: #000;
    padding: 10px;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.sidebar a.active {
    background: #ffe6e6;
    color: red;
}
.sidebar a:hover {
    background: #ffe6e6;
    color: red;
}
.category-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s;
}
.category-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.category-card:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}