@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

body {
    font-family: 'Inter', 'Graphik Web', sans-serif;
    margin: 0;
}
a{
    text-decoration: none;
}

/* menu-section */
.menu-overlay {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 999;
    transition: top 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

.menu-overlay.active {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

.menu-container {
    display: flex;
    width: 100%;
    height: 100%;
}

/* Left Sidebar */
.menu-left {
    background-color: #f6a800;
    color: black;
    padding: 30px;
    width: 25%;
    display: flex;
    gap: 30px;
}

.menu-left .logo {
    font-size: 32px;
    margin-bottom: 30px;
}


.menu-left .dot {
    color: #fff;
}

.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-links a{
    color: #000;
}

.menu-links li {
    margin: 8px 0;
    font-size: 18px;
    padding: 10px 0px;
}

.info-columns {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}

.info-column {
    list-style: none;
    /* removes bullet */
    padding: 0;
    margin: 0;
}

.info-column li {
    margin-bottom: 8px;
    font-size: 15px;
    padding: 2px;
}

/* Center Content */
.menu-center {
    width: 35%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 150px;
}

.menu-icon-group div,
.menu-text-group div {
    font-size: 16px;
    margin-bottom: 10px;
}

.menu-icon-group div {
    font-size: 24px;
    font-weight: 600;
}

.menu-text-group div {
    font-size: 24px;
    font-weight: 600;
}

/* Right Section */
.menu-right {
    width: 40%;
    padding: 30px;
    border-left: 1px solid #ccc;
    padding-top: 150px;
}

.stream-links p {
    margin: 15px 0;
    font-size: 16px;
}

.stream-links .dot {
    color: #f5a623;
    font-weight: bold;
}

.listen {
    color: #f5a623;
    font-size: 13px;
}

.brands p {
    font-size: 22px;
    margin: 10px 0;
}

/* Misc */
.close-icon {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}

.menu-logo {
    margin: 0;
    padding-bottom: 30px;
    font-size: 38px;
    margin-top: -10px;
}
.mobile-head{
    display: flex;
    display: none;
}

/* header-section */

.header-section-grid {
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

.header-section-grid.b {
    padding: 0;
}

.header-side {
    width: 20%;
}

.header-mid {
    width: 60%;
}

.mid-sort-section {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.country-sort-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.country {
    font-size: 10px;
    color: black;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.country a{
     color: black;
     display: flex;
    align-items: center;
}

.down-arrow {
    width: 15px;
    height: auto;
}

.date {
    font-size: 10px;
    margin: 0;
    color: #9c9ea0;
}
.date a{
    color: #9c9ea0;
}
.text-section {
    display: flex;
    align-items: center;
}

.dots {
    display: flex;
    flex-direction: column;
    margin-right: 4px;
}

.dot {
    width: 2px;
    height: 2px;
    background-color: #f9a825;
    border-radius: 50%;
    margin: 1px 0;
}

.text {
    font-size: 9px;
    letter-spacing: 1px;
}
.text a{
    color: #000;
}

.button-section {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.btn-y {
    font-size: 10px;
    font-weight: 600;
    color: white;
    margin: 0;
    text-transform: uppercase;
    background-color: #F6A800;
    padding: 8px 20px;
}
.btn-y a{
    color: white;
}

.btn-w {
    font-size: 10px;
    font-weight: 600;
    color: #F6A800;
    margin: 0;
    text-transform: uppercase;
    border: 2px solid #F6A800;
    padding: 8px 20px;
}
.btn-w a{
    color: #F6A800;
}

.logo-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.menu-toggle{
    background-color: #831214;
    padding: 10px;
    height: 100%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}


.menu-left .logo {
    width: 32px;
    height: 32px;
    margin-bottom: 30px;
    display: block;
    fill: #000;
    /* or any color */
}


.mid-option {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.header-options {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
}
.header-options a{
    color: #000;
}
.header-options:hover{
    text-decoration: underline 2px #831214;
}

.search-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.climet {
    margin: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.climet a{
    color: #000;
}

.climate-logo {
    width: auto;
    height: 20px;
    margin-right: 10px;
}

.search {
    width: auto;
    height: 15px;
}

.search-bar-wrapper {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background-color: white;
    transition:
        max-height 0.5s ease,
        padding 0.3s ease;
}

.search-bar-wrapper.active {
    max-height: 150px;
    /* Adjust height as needed */
    padding: 40px 20px;
}

.search-input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
}
.mobile-search-bar-wrapper {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: white;
  transition: max-height 0.5s ease, padding 0.3s ease;
  display: none; /* hidden by default */
}

.mobile-search-bar-wrapper.active {
  display: block;
  max-height: 150px;
  padding: 40px 20px;
}
/* top-section */
.top-section {
    padding: 40px 25px;
    display: flex;
    gap: 30px;
    background-color: #F6F6F6;
}

.top-grid {
    width: 50%;
}

.top-img {
    width: 100%;
    height: auto;
}
.main-img {
    width: 100%;
    height: auto;
}

.top-img-head {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    padding: 10px 0px;
}
.top-img-head a{
    color: #000;
}

.key {
    height: 30px;
    width: auto;
}

.author {
    margin: 0;
    font-size: 10px;
    padding: 5px 0px;
}
.author a{
    color: #000;
}

.top-right-grid {
    display: flex;
    gap: 20px;
}

.top-second-head {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    padding: 10px 0px;
}
.top-second-head a{
    color: #000;
}

.second-key {
    height: 15px;
    width: auto;
}

.top-grid-box {
    padding-bottom: 20px;
    width: 50%;
}

/* archeive-section */
.section {
    padding: 50px 25px;
}

.archive-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0px;
    padding-bottom: 40px;
}

.archive-bar {
    width: 40px;
    height: 3px;
    background-color: #660000;
    /* Maroon */
    margin-bottom: 2px;
}

.archive-title {
    font-size: 28px;
    font-weight: 400;
    color: black;
    margin: 0;
}

.papper-cut-section {
    width: 50%;
    background-color: #F6F6F6;
    padding: 5px;
    margin: 0 auto;
    /* This centers it horizontally */
}

.papper-head-section {
    width: 50%;
    margin: 0 auto;
    /* This centers it horizontally */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

.papper {
    width: 100%;
    height: auto;
}

.papper-grid {
    padding: 20px 80px;
}

.papper-date {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.menu-wrapper {
    padding: 10px 15px;
}

.menu-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* ✅ Center horizontally */
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}


.menu-line span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.slash {
    color: #cbcbcb;
    font-weight: 400;
}

.papper-cut-bottom {
    width: 50%;
    background-color: #333333;
    padding: 10px;
    margin: 0 auto;
    /* This centers it horizontally */
}

/* topic-section */
.topic-grid-section {
    width: 80%;
    margin: 0 auto;
    /* This centers it horizontally */
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0px;
}

.topic-grid {
    width: 100%;
}

.topic-grid-img {
    width: 100%;
}

.grid-img-bar {
    width: 20px;
    height: 1px;
    background-color: #660000;
    /* Maroon */
    margin: 2px 0px;
}

.topic-bottom-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topic-author {
    font-size: 10px;
    margin: 0;
}
.topic-author a{
    color: #000;
}

.topic-time {
    font-size: 10px;
    margin: 0;
    color: #9c9ea0;
}
.topic-time a{
    color: #9c9ea0;
}

.top-img-minihead {
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
    padding: 5px 0px;
}
.top-img-minihead a{
    color: #000;
}

.top-img-minihead-b {
    font-weight: 700;
}

/* opinion-section */

/* world-section */
/* economy-section */
/* sports-section */

/* bottom-section */
.bottom-section {
    display: flex;
    gap: 30px;
    width: 80%;
    margin: 0 auto;
    padding: 50px 0px;
    /* ✅ Center it horizontally */
}

.bottom-left {
    width: 70%;
}

.bottom-right {
    width: 30%;
}

.ad {
    width: 100%;
    height: auto;
}

.latest-news-section {
    padding: 20px;
}

.news-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.line-wrapper {
    position: relative;
    height: 6px;
    /* Adjust to fit both lines visually */
    margin-bottom: 20px;
}

.red-line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(170, 170, 170);
}

.underline {
    position: absolute;
    bottom: 0;
    width: 90px;
    /* Short line on top */
    height: 3px;
    background-color: black;
    border: none;
    margin: 0;
}

.news-card {
    position: relative;
    /* ← Enable absolute positioning inside */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    padding: 15px 0 15px 0;
    margin-top: 50px;
}

.news-left {
    width: 65%;
}

.news-time {
    position: absolute;
    top: -10px;
    /* ← adjust as needed */
    left: 0;
    background-color: #F6A800;
    color: white;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    padding: 2px 6px;
    z-index: 1;
    /* ensures it sits above the border */
}


.news-headline {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}
.news-headline a{
    color: #000;
}

.key-icon {
    color: #f5a623;
    margin-left: 5px;
}

.news-right {
    width: 45%;
}

.news-right img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

/* footer */

.footer {
    background-color: #2b2b2b;
    color: #fff;
    display: flex;
    padding: 80px 80px;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-logo {
    flex: 0 0 250px;
}

.logo-text {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    /* Optional spacing between text and dots */
}

.logo-name {
    color: white;
    font-size: 40px;
}
.logo-name a{
    color: white;
}

.dots {
    color: #f9a825;
}

.footer-logo h2 {
    font-size: 32px;
    color: white;
    margin: 0;
    font-weight: 700;
}

.dots {
    color: #f9a825;
}

.footer-columns {
    display: flex;
    flex: 1;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-column {
    min-width: 120px;
}

.footer-column h4 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-column li strong {
    color: #fff;
    font-size: 18px
}



.bottom-footer {
    background-color: #2b2b2b;
    color: #fff;
    padding: 50px 80px;
    font-family: Arial, sans-serif;
    padding-top: 0;
}


.footer-top {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px 0px;
    margin-bottom: 30px;
    width: 80%;
    max-width: 1200px;
    /* Optional */
    margin-left: auto;
    /* Push it to the right inside .bottom-footer */
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.live-tag {
    background-color: #000;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 18px;
}

.live-tag .label::before {
    content: ':';
    color: #f5a623;
    font-weight: bold;
}

.live {
    color: #ccc;
    font-size: 12px;
}

.footer-right {
    border-left: 5px solid #F6A800;
    padding-left: 30px;
    padding: 30px 20px;
    flex: 1;
    border-top: 1px solid rgb(121, 121, 121);
    border-bottom: 1px solid rgb(121, 121, 121);
}

.newsletter-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

/* .wraper-left{
    width: 20%;
}
.wraper-right{
    width: 30%;
} */
.newsletter-wrapper h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.newsletter-wrapper p {
    font-size: 14px;
    color: #ccc;
    margin-top: 10px;
}

.newsletter-form {
    display: flex;
    margin: 15px 0;
}

.newsletter-form input[type="email"] {
    padding: 10px;
    border: none;
    font-size: 14px;
    width: 250px;
}

.newsletter-form button {
    background-color: #f5a623;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.recaptcha-info {
    font-size: 12px;
    color: #999;
}

.recaptcha-info strong {
    color: #ddd;
}

.footer-middle {
    margin: 20px 0;
    padding-top: 100px;
}

.middle-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: #f5a623;
}

.middle-links .dot {
    color: #ccc;
    font-size: 5px;
}

.middle-links-text {
    color: #ccc;
}

.middle-links span strong {
    color: #ccc;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-nav a {
    margin-right: 20px;
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons i {
    color: #ccc;
    font-size: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.footer-icon {
    width: 30px;
    height: 30px;
}