p {font-size:0.85em}

.navbar {
    min-height: 65px;
    --bs-dropdown-spacer: 0;
}

.navbar .nav-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
@media (max-width: 1199.98px) {
    .offcanvas-nav .nav-link {
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .offcanvas-nav .nav-link {
        color: #212529;
    }
}

#searchDropdown {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#searchDropdown::after {
    display: none;
}

.drop_1 {
    border: 0 !important;
    border-radius: 12px !important;
    padding: .5rem !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.15) !important;
}
.navbar .dropdown-item {
    padding: .7rem 1rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all .2s ease;
}

.navbar .dropdown-item:hover {
    background: red;
    color: white;
    transform: translateX(3px);
}

/* sidebar
============================
*/

.post-featured-style {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.post-content {
    width: 100%;
    padding: 20px;
    );
}

.post-title a {
    color: black
    text-decoration: none;
}

.post-title a:hover {
    color: #ddd;
}

.posted-time {
    color: #fff;
    font-size: 0.875rem;
}

.poll-question {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: 700;
}

.poll-option {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .1rem;
    padding: 9px 10px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
}

.poll-option:hover {
    border-color: #0d6efd;
    background-color: #f8f9fa;
}
.btn-vote {
    margin-top: 1rem;
}

.result-row {
    margin-bottom: 1rem;
}

.result-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: .35rem;
}

.bar {
    height: 10px;
    background: #e9ecef;
    border-radius: 50px;
    overflow: hidden;
}

.bar span {
    display: block;
    height: 100%;
    background: #0d6efd;
    border-radius: 50px;
}

.total-votes {
    margin-top: 1rem;
    font-weight: 600;
}

.news_1_left2_inner {
    overflow: hidden;
}

.news_1_left2_inner img {
    width: 100%;
    transition: transform .3s ease;
}

.news_1_left2_inner:hover img {
    transform: scale(1.05);
}

.bg_black {
    background: linear-gradient(
        to top,
        rgba(0,0,0,.9),
        rgba(0,0,0,.6),
        transparent
    );
}

.social_brands a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    font-size: 18px;
}

.trend_2_in1 img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    padding: 10px;
    background: #fff;
    transition: transform .3s ease;
}

.trend_2_in1 img:hover {
    transform: scale(1.03);
}
.latest-thumb {
    width: 100px;
    height: 75px;
    object-fit: cover;
    transition: transform .3s ease;
}

.latest-thumb:hover {
    transform: scale(1.03);
}

.news_h1_right1o h3 {
    line-height: 1.4;
    margin: 0;
}

.news_h1_right1o li:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.news_h1_right1o .btn-outline-secondary {
    transition: all .2s ease;
}

.news_h1_right1o .btn-outline-secondary:hover {
    transform: translateY(-2px);
}
.archive-link {
    border-bottom: 1px solid #eee;
    transition: all .2s ease;
}

.archive-link:hover {
    padding-left: 8px;
}

.archive-link:last-child {
    border-bottom: 0;
}


/* =========================
   FOOTER
========================= */

#footer {
    background: #111;
    color: #fff;
}

.footer_m {
    background: linear-gradient(180deg, #1b1b1b 0%, #111 100%);
}

/* Section Titles */

.footer_1_left b,
.footer_2_left b {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px !important;
    display: inline-block !important;
}

.footer_1_left b:after,
.footer_2_left b:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #ffc107;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Magazine Posts */

.footer_1_left ul {
    list-style: none;
    padding: 0;
}

.footer_1_left ul li {
    margin-bottom: 15px;
    transition: all .3s ease;
}

.footer_1_left ul li:hover {
    transform: translateX(5px);
}

.footer_1_left img {
    border-radius: 8px;
    transition: all .3s ease;
}

.footer_1_left img:hover {
    transform: scale(1.05);
}

.footer_1_left a.link {
    text-decoration: none;
}

.footer_1_left a.link:hover {
    color: #ffc107 !important;
}

/* Contact Section */

.footer_1_left span {
    line-height: 1.7;
}

/* Newsletter */

.phppot-input {
    width: 100% !important;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.phppot-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255,193,7,.35);
}

#phppot-btn-send {
    width: 100%;
    background: #ffc107;
    color: #000 !important;
    border: 0;
    border-radius: 6px;
    padding: 12px;
	line-height: 1;
    font-weight: 600;
    transition: all .3s ease;
}

#phppot-btn-send:hover {
    background: #ffca2c;
}

.newsletter-privacy {
    font-size: 13px;
    line-height: 1.6;
}

.newsletter-privacy a {
    color: #ffc107 !important;
    text-decoration: none;
}

.newsletter-privacy a:hover {
    text-decoration: underline;
}

/* Footer Logo */

.top_head_left img {
    max-width: 100%;
    height: auto;
}

/* About Section */

.footer_2_left p {
    line-height: 1.8;
}

/* Footer Bottom */

#footer_bottom {
    border-top: 1px solid rgba(255,255,255,.08);
}

.footer_bottom1 {
    align-items: center;
}

.footer_bottom1 ul {
    padding-left: 0;
}

.footer_bottom1 a {
    text-decoration: none;
}

.footer_bottom1 a:hover {
    color: #ffc107 !important;
}

/* Copyright */

.footer_bottom1_left p {
    margin-bottom: 0;
}

.footer-mag-thumb {
    width: 100px;
    height: 75px;
    object-fit: cover;
    border-radius: 8px;
    transition: all .3s ease;
}

.footer-mag-thumb:hover {
    transform: scale(1.05);
}

.footer-mag-title {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.footer-mag-title a {
    transition: color .3s ease;
}

.footer-mag-title a:hover {
    color: #ffc107 !important;
}

.footer_1_left li:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.footer-about {
    color: rgba(255,255,255,.75);
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 1rem;
}

.footer-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 18px;

    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50px;

    color: #fff;
    text-decoration: none;

    transition: all .3s ease;
}

.footer-contact-link:hover {
    background: #ffc107;
    border-color: #ffc107;
    color: #111;
}
/* Responsive */

@media (max-width: 767px) {

    .footer_1_left,
    .footer_2_left,
    .top_head_left {
        text-align: center;
        margin-bottom: 30px;
    }

    .social_brands {
        justify-content: center;
    }

    .footer_bottom1_right,
    .footer_bottom1_left {
        text-align: center !important;
    }

    .footer_bottom1_right {
        margin-bottom: 15px;
    }

    .footer_1_left b:after,
    .footer_2_left b:after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.social-links {
    padding: 0;
}

.social-links li {
    list-style: none;
}

.social-links a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;

    color: #fff;
    font-size: 20px;
    text-decoration: none;

    transition: all .3s ease;
}

.social-links a:hover {
    background: #ffc107;
    border-color: #ffc107;
    color: #111;

    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(255,193,7,.25);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-item i {
    width: 42px;
    height: 42px;
    min-width: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;

    color: #ffc107;
    font-size: 18px;
}

.contact-item h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-item p {
    margin: 0;
    color: rgba(255,255,255,.75);
    line-height: 1.7;
}

.contact-item a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
}

.contact-item a:hover {
    color: #ffc107;
}

input::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

/* For Mozilla Firefox */
input:-moz-placeholder {
  color: white;
  opacity: 1;
}
/* For Internet Explorer 10-11 */
input:-ms-input-placeholder {
  color: white;
}
/* For Microsoft Edge */
input::-ms-input-placeholder {
  color: white;
}

.footer-nav {
    gap: 24px;
}

.footer-nav a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    font-size: 14px;
    transition: color .3s ease;
}

.footer-nav a:hover {
    color: #ffc107;
}

.footer-copyright {
    color: rgba(255,255,255,.6);
    font-size: 14px;
}

#footer_bottom {
    border-top: 1px solid rgba(255,255,255,.08);
}

@media (max-width: 991px) {

    .footer-nav {
        justify-content: center;
    }

    .footer-copyright {
        text-align: center;
    }
}

/*==============
HEADINGS
==============*/
.section-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title .accent {
    width: 40px;
    height: 4px;
    background: #ffc107;
    border-radius: 10px;
}

.section-title h2 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
}

/*============
SAAB AND AIRBUS
=============*/

.profile1_right ul {
    padding: 0;
    margin: 0;
}

.small-news-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}

.small-news-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.small-news-image {
    flex-shrink: 0;
}

.small-news-image img {
    width: 110px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    transition: .3s ease;
}

.small-news-image:hover img {
    transform: scale(1.05);
}

.small-news-content h4 {
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.small-news-content h4 a {
    color: #111;
    text-decoration: none;
}

.small-news-content h4 a:hover {
    color: #ffc107;
}

.small-news-date {
    font-size: 12px;
    color: #777;
}

.featured-news img,
.trend_2_in1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
}

.trend_2_inner_last b a {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
}

.read-more-btn {
    display: inline-block;
    margin-top: 24px;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 13px;
}

/*==============
SOUTH AFRICA
===============*/

.news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    transition: all .3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.news-card-image {
    position: relative;
    overflow: hidden;
	height: 150px;
}
.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.news-card:hover img {
    transform: scale(1.05);
}

.news-card-category {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}
.news-card-category a {
    background: #ffc107;
    color: #000 !important;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 50px;
    text-transform: uppercase;
}

.news-card-body {
    padding: 10px;
}

.news-card-title {
    font-size: 0.845rem;
    line-height: 1.1;
    margin-bottom: 7px;
}

.news-card-title a {
    color: #111;
    text-decoration: none;
}

.news-card-title a:hover {
    color: #ffc107;
}

.news-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 10px;
    color: #777;
    margin-bottom: 12px;
}

.news-card-meta .author {
    font-weight: 600;
    color: #444;
}

.news-card-meta .dot {
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
}

.news-card-excerpt {
    color: #666;
    line-height: 1.3;
    margin-bottom: 8px;
}

.news-card-link {
    color: #111;
    font-weight: 600;
    text-decoration: none;
}

.news-card-link:hover {
    color: #ffc107;
}

/*==============
advertisers
=============*/

.section-title .accent {
    width: 35px;
    height: 4px;
    background: #ffc107;
    border-radius: 10px;
}

.section-title h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
}

.advertiser-card {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;

    min-height: 110px;
    padding: 20px;

    text-decoration: none;
    overflow: hidden;

    transition: all .3s ease;
}

.advertiser-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    border-color: #ffc107;
}

.advertiser-card img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    transition: transform .3s ease;
}

.advertiser-card:hover img {
    transform: scale(1.05);
}

/*================
World news-card
===============*/

.featured-article {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    transition: all .3s ease;
}

.featured-article:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.featured-article .post-thumbnail img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.featured-article .post-content {
    padding: 24px;
}

.featured-article .post-title {
    margin-bottom: 12px;
    line-height: 1.4;
}

.featured-article .post-title a {
    color: #111;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
}

.featured-article .post-title a:hover {
    color: #ffc107;
}

.featured-article .post-meta {
    color: #777;
    font-size: 12px;
    margin-bottom: 16px;
}

.featured-article .post-excerpt {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
    padding: 10px 18px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s ease;
}

.read-more-btn:hover {
    background: #ffc107;
    color: #111;
    transform: translateY(-2px);
}

.read-more-btn i {
    transition: transform .3s ease;
}

.read-more-btn:hover i {
    transform: translateX(4px);
}

/*==============
MAGAZINE
===========*/

.featured-magazine {
    position: relative;
}

.featured-magazine-image {
    position: relative;
    overflow: hidden;
}

.featured-magazine-image img {
    width: 100%;
    height: 247px;
    object-fit: cover;
    display: block;
}

.featured-category {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 100;
}

.featured-category a {
    display: inline-block;
    background: #ffc107;
    color: #000 !important;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.featured-magazine-content {
    padding: 2px;
}



.featured-magazine h2 {
    margin: 3px 0;
    font-size: 0.865rem;
    line-height: 1;
}

.featured-magazine h2 a {
    text-decoration: none;
    color: #111;
}

.featured-meta {
    color: #777;
    margin-bottom: 8px;
}

.sidebar-mag-item {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.sidebar-mag-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.sidebar-mag-item img {
    width: 110px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.sidebar-mag-item h4 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.sidebar-mag-item h4 a {
    color: #111;
    text-decoration: none;
}

.sidebar-mag-item h4 a:hover {
    color: #ffc107;
}

.small-date {
    font-size: 12px;
    color: #777;
}

/*===============
Covers
==============*/

.post-title {
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.section-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
}