body {
    padding-top: 185px
}

/* Homepage Slider */

.banner-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: grab;
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.banner-slider.grabbing {
    cursor: grabbing;
}

.slide {
    position: relative;
    width: 100%;
    height: 45vw;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    background: #000;
}

.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 20%) 30%, rgb(0 0 0 / 80%) 100%);
    z-index: 1;
}

.slide-link {
    color: inherit;
    cursor: pointer;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    user-select: none;
    margin: 0;
    padding: 0;
}

.slides.dragging {
    transition: none;
    cursor: grabbing;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.slide-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    cursor: pointer;
}

.slide-overlay {
    position: absolute;
    bottom: 40px;
    left: 38px;
    right: 0;
    padding: 40px;
    color: white;
    transform: translateY(0);
    transition: transform 0.5s ease;
    z-index: 2; 
}

.slide-category {
    display: inline-block;
    background-color: #FAEC22;
    color: #000;
    padding: 14px 18px;
    font-family: 'OpenSans-Regular';
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.slide-title {
    font-family: 'DidotB06-Bold', serif;
    font-size: 2.2rem;
    font-style: normal;
    max-width: 1000px;
    line-height: 1.2;
    opacity: 0.9;
}

.slide-separator {
    width: 350px;
    height: 1px;
    background-color: #faec22d4;
    margin: 15px 0 20px -68px;
}

.line-separator {
    width: 350px;
    height: 1px;
    background-color: #faec22d4;
    margin: 20px 0 20px -40px;
}

.slide-meta {
    display: flex;
    flex-direction: column;
    font-family: 'OpenSans-Regular';
    font-size: 0.9rem;
    opacity: 0.9;
    padding-top: 5px;
}

.slide-author, .slide-date {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
}

.slide-date {
    color: #ffffffa2;
    margin-top: 25px;
}

.slider-lines {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.line {
    width: 40px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.line.active {
    background: white;
}

/* End of Slider */

/* Loop */

.latest-news-font {
    font-size: 14px;
    margin-bottom: 0;
}

.latest-news-seperator {
    margin-bottom: 7px;
    margin-left: 10px;
}

.continuous-loop {
    width: 100%;
    height: 45px;
    background-color: #333333;
    overflow: hidden;
    position: relative;
    border-top: 0.25px solid #515151;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.loop-track {
    display: flex;
    width: fit-content;
    animation: loop 35s linear infinite;
    align-items: center;
    padding: 0;
    white-space: nowrap;
    transform: translate3d(0, 0, 0); 
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.loop-item {
    color: #ffffff;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    opacity: 1;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loop-item.latest-news {
    color: #FAEC22;
    padding-left: 30px;
    font-family: 'OpenSans-Light', Arial;
    background: #333333;
    height: 100%;
    z-index: 1;
}

.loop-separator {
    color: #FAEC22;
    font-size: 25px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    opacity: 1;
    white-space: nowrap;
}

.loop-separator.bar {
    padding: 0 20px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2px;
}

@keyframes loop {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* End of Loop */

/* Homepage (Editors Choice) */
.editors-choice-section, .awards-news-section {
    padding: 50px 100px;
    background-color: #fff;
}

.latest-stories-section, .interview-insights-section{
    padding: 10px 100px;
    background-color: #fff;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}

.yellow-dot {
    width: 20px;
    height: 20px;
    background-color: #FAEC22;
    border-radius: 50%;
    margin-right: 20px;
    margin-left: 10px;
}

.section-title {
    font-family: 'DidotB06-Bold', serif;
    font-size: 3.3rem;
    color: #000;
    padding-top: 12px;
}

.yellow-line {
    width: 100%;
    height: 3px;
    background-color: #FAEC22;
    margin: 0 !important;
}

.gray-line {
    width: 100%;
    height: 1px;
    background-color: #00000036;
    margin-bottom: 55px;
}

.editors-choice-content, .latest-stories-content, .interview-insights-content, .awards-news-content {
    display: flex;
    gap: 0;
    justify-content: space-between;
    position: relative;
}

/* End of Homepage (Editors Choice) */

/* Article Style */

.section-content {
    display: flex;
    flex-direction: row;
}

.content-section {
    padding: 65px 80px 0 80px;
    background-color: #fff;
}

.content-section:first-of-type {
    padding-top: 50px;
}

.content-section:last-of-type {
    padding-bottom: 50px;
}

.main-article {
    flex: 0 0 68%;
    position: relative;
    max-width: none;
}

.article-image {
    width: 100%;
    position: relative;
    overflow: visible;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
    color: inherit;
    min-height: 30vw;
    background-color: #000;
}

.awards-news-image {
    min-height: none;
}

.article-category {
    display: inline-block;
    background-color: #FAEC22;
    color: #000;
    padding: 4px 18px;
    font-family: 'OpenSans-Regular';
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: fit-content;
}

.article-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 25%) 30%, rgb(0 0 0 / 80%) 100%);
    z-index: 1;
}

.article-image img {
    width: 100%;
    max-height: 40vw;
    display: block;
    object-fit: cover;
    object-position: center;
}

.article-info {
    position: absolute;
    bottom: 50px;
    left: 40px;
    right: 40px;
    color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.article-subtitle {
    font-family: 'DidotB06-BoldItalic', serif;
    font-size: 2.5rem;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 20px;
    color: #fff;
}

.article-meta-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.article-author, .article-date {
    font-family: 'OpenSans-Light';
    font-size: clamp(0.5rem, 1.5vw, 1rem);
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
}

.article-date {
    color: rgb(255 255 255 / 70%);
}

.read-more {
    display: flex;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-family: 'OpenSans-Regular';
    font-size: clamp(0.5rem, 1.2vw, 0.9rem);
    opacity: 0.9;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.read-more-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.read-more:hover .read-more-icon {
    transform: translateX(5px);
}


.grid-article:hover {
    opacity: 0.9;
}

.grid-article img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.grid-article-title {
    font-family: 'DidotB06-Bold', serif;
    font-size: 1.2rem !important;
    line-height: 1.3;
    margin-top: 0 !important;
    color: #000;
    padding: 5px 20px 5px 15px !important;
    text-align: left;
    position: relative;
}

.grid-section-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    padding-right: 2px;
    padding-bottom: 30px;
}

.section-see-more {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    font-weight: bold;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.section-see-more:hover {
    color: #FAEC22;
    opacity: 1;
}

.section-see-more:hover img {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.section-see-more img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* End of Article Styles */

/* Promo Section */

.promo-section {
    width: 45%;
    margin-left: 40px;
    padding-left: 40px;
    padding-right: 0;
    position: relative;
}

.promo-section::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 3px;
    height: 100%;
    width: 1px;
    background-color: #00000036;
}

.promo-content h4 p {
    margin: 0 !important;
    padding: 0 !important;
}

.promo-content {
    padding: 20px;
}

.pm-link img {
    margin: 0 !important;
    padding: 0 !important;
}

.pm-header {
    margin-left: 0;
    font-family: 'OpenSans-Light';
    font-size: 0.9rem;
    color: #b3b3b3;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}

.pm-link {
    text-decoration: none;
    display: block;
    margin: 0 0 60px !important;
    text-align: center;
    width: 95%;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
}

.pm-link:last-child {
    width: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.pm-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin-left: 15px;
}

.right-column-pm-content {
    width: 115%
}


.pm-content img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.pm-content h4 {
    font-family: 'DidotB06-Bold', serif;
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    margin-bottom: 3px !important;
}

.pm-content p {
    font-family: 'OpenSans-Light';
    font-size: 0.7rem;
    font-weight: 500;
    color: #66666691;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* End of Advertisement Section */

/* Subscription Section */

.subscription-section {
    padding-top: 60px;
    padding-bottom: 49px;
    background-color: #f7f7f7;
    width: 100%;
    margin-bottom: 0;
    margin-top: 35px;
}

.subscription-container {
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
}

.subscription-title {
    font-family: 'DidotB06-Bold', serif;
    font-size: 3.3rem;
    text-align: left;
}

.subscription-subtitle {
    font-family: 'OpenSans-Regular';
    font-size: 1.3rem;
    text-align: left;
    color: #000000;
    margin-bottom: 80px !important;
    font-weight: 500;
}

.subscription-form {
    width: 100%;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px;
}

.form-group {
    flex: 1;
}

.form-group label {
    display: block;
    font-family: 'OpenSans-Regular';
    font-size: 1.1rem;
    font-weight: bold;
    color: #000000;
}

.form-group input, .form-group select {
    width: 75%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #929292a3;
    background-color: transparent;
    font-family: 'OpenSans-Regular';
    font-size: 1rem;
    color: #666666;
    transition: border-color 0.3s ease;
}

.form-group input::placeholder {
    color: #949494;
    opacity: 1;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-bottom-color: #000;
}

.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666666' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 25px;
    color: #949494;
    opacity: 1;
}

/* Subscription custom */

.subscription-select-wrapper {
    position: relative;
    border-bottom: 1px solid #929292a3;
    padding: 8px 30px 8px 0;
}

.subscription-selected {
    display: inline-block;
    width: 100%;
    font-family: 'OpenSans-Regular';
    font-size: 1rem;
    color: #666666;
}

.subscription-dropdown-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.subscription-dropdown-svg { pointer-events: none; transition: transform 180ms ease; }
.subscription-select-wrapper[aria-expanded="true"] .subscription-dropdown-svg { transform: rotate(180deg); }

.subscription-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    width: 100%;
    max-height: 220px;
    overflow: auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 6px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 1000;
}

.subscription-select-wrapper[aria-expanded="true"] .subscription-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.subscription-item {
    display: block;
    width: 100%;
    padding: 10px 6px;
    font-family: 'OpenSans-Regular';
    font-size: 0.95rem;
    color: #333;
    cursor: pointer;
}

.subscription-item:hover { background: #fafafa; }
.subscription-item.active { background: #fffbdd; }

.subscription-item .checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-right: 8px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: transparent;
    transition: all 0.2s ease;
}

.subscription-item.active .checkbox {
    background-color: #FAEC22;
    border-color: #FAEC22;
    color: #000;
}

.subscription-item:hover .checkbox {
    border-color: #FAEC22;
}

.subscription-item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    background: #ececec;
}

.subscription-item.disabled:hover {
    background: #fffbdd;
}

.subscription-item.disabled .checkbox {
    background-color: #FAEC22;
    border-color: #FAEC22;
    color: #000;
}

.form-submit {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 0;
    margin-top: 60px;
    margin-bottom: 0;
}

.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border: none;
    font-family: 'OpenSans-Bold';
    font-size: 0.85rem;
    font-weight: 550;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 25px;
}

.submit-btn:hover {
    background-color: #333;
}

.submit-btn .arrow {
    margin-left: 10px;
    font-size: 1.2rem;
    align-items: center;
    padding-bottom: 4px;
}

.subscription-notice {
    border-radius: 12px;
    padding: 25px 30px;
    margin: 25px 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transform: translateY(-10px);
    opacity: 0;
    animation: slideIn 0.4s ease-out forwards;
    overflow: hidden;
}

#subscription-result-msg.subscription-notice.error {
    font-size: 1rem;
    margin-top: -60px;
    margin-bottom: 30px;
    color: #c9b571 !important;
    border: 1px solid #c9b571;
    background: #fffde8;
    text-align: left !important;
    font-weight: bold !important;
    padding-bottom: 28px !important;
}

#subscription-result-msg {
    font-size: 1rem;
    margin-top: -60px;
    margin-bottom: 30px;
    color: #136209;
    border: 1px solid #136209;
    background: #eaffe8;
    text-align: left;
    font-weight: bold;
    padding-bottom: 28px;
}

.notice-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
    line-height: 1;
    transition: all 0.2s ease;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-close:hover {
    color: #333;
    background: rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.notice-content h3 {
    color: #000 !important;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

.notice-content p {
    color: #000 !important;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

@keyframes slideIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    to {
        transform: translateY(-20px);
        opacity: 0;
    }
}

.subscription-notice.hiding {
    animation: slideOut 0.3s ease-in forwards;
}

/* End of Subscription */

.grid-article-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.article-title {
    font-family: 'DidotB06-Bold', serif;
    font-size: clamp(1rem, 3vw, 2rem);
    font-weight: 100;
    font-style: normal;
    max-width: 90%;
    line-height: 1.2;
}

.article-subtitle {
    font-family: 'DidotB06-BoldItalic', serif;
    font-size: 2.5rem;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 20px;
    color: #fff;
}

.article-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

.article-meta-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.article-author, .article-date {
    font-family: 'OpenSans-Light';
    font-size: clamp(0.5rem, 1.5vw, 0.9rem);
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
}

.article-author {
    width: 100%;
}

.article-date {
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
}

.read-more-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.read-more:hover {
    color: #FAEC22;
}

.read-more:hover .read-more-icon {
    transform: translateX(5px);
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 100%;
    margin-top: 40px;
}

.grid-article {
    position: relative;
    cursor: pointer;
    transition: opacity 0.3s ease;
    background-color: #f9f9f9;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.grid-article-content {
    width: 100%;
    padding: 15px 10px 25px;
}

.grid-article-category {
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    font-weight: bold;
    color: #6666666b;
    margin-top: 0px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 15px;
    padding-top: 0.8px;
}

.grid-article-excerpt {
    font-family: 'OpenSans-Regular';
    font-size: 0.8rem;
    line-height: 1.5;
    color: #888888;
    margin-bottom: 0;
    padding: 0 15px !important;
    text-align: left;
}


/* Responsive */

@media screen and (max-width: 1400px) {

    /* Loop */
    .continuous-loop {
        height: 42px;
    }
    
    .loop-track {
        animation-duration: 32s;
    }
    
    .loop-item,
    .loop-separator {
        font-size: 13px;
        padding: 0 15px;
    }

    .loop-separator.bar {
        padding: 0 15px;
    }

    /* End of Loop */

    /* Article Responsive */

    .article-image img {
        max-height: 55vw;
    }

    .article-image {
        margin-bottom: 0 !important;
    }

    .article-category {
        padding: 5px 16px;
    }

    /* End of Article */

    /* Advertisement Section */

    .pm-header {
        margin-left: 0 !important;
    }

    /* End of Advertisement */


}

@media screen and (max-width: 1024px) {

    /* Responsive Slider */

    .slide-overlay {
        padding: 30px;
    }

    .slide-title {
        font-size: 2rem;
        max-width: 90%;
    }

    .slide {
        height: 55vw;
    }

    /* End of Slider */

    /* Loop */

    .latest-news-font {
        font-size: 12px;
        margin-bottom: 0;
    }

    .latest-news-seperator {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .continuous-loop {
        height: 38px;
        margin-bottom: 20px;
    }
    
    .loop-track {
        animation-duration: 28s;
    }
    
    .loop-item {
        font-size: 12px;
        padding: 0 12px;
    }

    .loop-separator {
        font-size: 22px;
        padding: 0 6px;
    }

    .loop-separator.bar {
        padding: 0 12px;
        font-size: 17px;
        margin-bottom: 3px;
    }

    .loop-item.latest-news {
        padding-left: 20px;
        padding-right: 5px;
    }

    /* End of Loop */

    /* Article Responsive */

    .yellow-dot {
        width: 15px;
        height: 15px;
    }

    .section-title {
        font-size: 2.5rem;
    }
    
    .content-section {
        padding: 30px 50px;
    }

    .section-content {
        display: flex;
        flex-direction: column;
        gap: 0;
        justify-content: space-between;
        position: relative;
    }

    .main-article {
        flex: 0 0 100%;
        margin: 0 -50px;
        width: calc(100% + 100px);
        margin-bottom: 40px;
    }

    .promo-section {
        width: 100%;
        margin: 0;
        padding: 40px 0 0 0;
        border-top: 1px solid #00000036;
    }

    .promo-section::before {
        display: none;
    }

    .editors-choice-section, 
    .latest-stories-section, 
    .interview-insights-section, 
    .awards-news-section {
        padding: 30px 70px;
    }

    .editors-choice-content, 
    .latest-stories-content, 
    .interview-insights-content, 
    .awards-news-content {
        flex-direction: column;
    }

    .main-article {
        flex: 0 0 100%;
        margin: 0 -100px;
        width: calc(100% + 200px);
        margin-bottom: 40px;
    }

    .grid-section-footer {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
        padding-right: 100px !important;
        padding-bottom: 30px;
    }

    .article-category {
        top: auto;
        bottom: 200px;
        left: 50px;
    }

    .article-info {
        left: 90px !important;
        max-width: calc(100% - 200px) !important;
    }

    .article-grid {
        padding: 50px 100px 25px 100px;
        margin-top: 0 !important;
        gap: 50px !important;
    }

    .read-more {
        margin-right: -5px;
    }

    /* End of Article */

    /* Advertisement Section */

    .pm-header {    
        margin-bottom: 10px;
    }

    .pm-link {
        margin: 0 !important;
        width: 100% !important;
    }

    .promo-section {
        width: 100% !important;
        margin: 0 !important;
        padding: 40px 0 0 0;
        padding: 0 !important;
        padding-top: 40px !important;
        border-top: 1px solid #00000036;
    }

    .promo-section::before {
        display: none;
    }

    .pm-content {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        padding-top: 30px !important;
        padding: 0;
        margin: 0 !important;
        width: 100% !important;
    }

    .pm-link h4 {
        font-size: 0.7rem !important;
    }

    .pm-link p {
        font-size: 0.6rem !important;
    }

    /* End of Advertisement */

}

@media screen and (max-width: 768px) {
    
    body {
        padding-top: 75px !important;
    }

    .content-section {
        padding: 20px 25px !important;
    }

    /* Responsive Slider */

    .slide-overlay {
        padding: 20px;
        left: 15px;
        bottom: 25px;
    }

    .slide-title {
        font-size: 1.5rem;
        max-width: 100%;
    }

    .slide-category {
        font-size: 0.8rem;
        padding: 10px 6px;
        margin-bottom: 15px;
    }

    .slide-meta {
        font-size: 0.8rem;
        gap: 0px;
    }

    .line {
        width: 30px;
        height: 2px;
    }

    /* End of Slider */

    /* Loop */

    .latest-news-font {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .latest-news-seperator {
        font-size: 20px;
    }

    .continuous-loop {
        height: 35px;
        margin-bottom: 20px;
    }
    
    .loop-track {
        animation-duration: 25s;
    }
    
    .loop-item {
        font-size: 11px;
        padding: 0 10px;
    }

    .loop-separator {
        font-size: 22px;
        padding: 0 5px;
    }

    .loop-separator.bar {
        padding: 0 10px;
        font-size: 17px;
    }

    .loop-item.latest-news {
        padding-left: 15px;
        padding-right: 5px;
    }

    /* End of Loop */

    /* Article Responsive */

    .article-info {
        left: 39px !important;
    }

    .gray-line {
        margin-bottom: 45px !important;
    }

    .article-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px !important;
        padding: 20px 20px;
        margin-right: 100px;
    }

    .grid-article {
        display: flex;
        gap: 5px;
        align-items: flex-start;
        background-color: transparent;
        padding: 0;
    }

    .grid-article img {
        height: 250px;
        width: 350px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        min-height: 32vw;
    }

    .grid-article-content {
        width: 100%;
        padding-top: 20px;
        background: #f9f9f9;
        height: 100%;
    }

    .grid-article-category {
        margin-top: 0;
        font-size: 12px;
    }

    .grid-article-title {
        font-size: 16px;
        padding: 0;
        margin-top: 8px;
        margin-bottom: 6px;
    }

    .grid-article-excerpt {
        font-family: 'OpenSans-Regular';
        font-size: 0.8rem !important;
        padding: 3px 15px;
        margin-bottom: 20px;
        line-height: 1.5;
        color: #000000;
        text-align: left;
    }

    .main-article {
        margin: 0 -25px !important;
        width: calc(100% + 50px) !important;
    }

    .article-category {
        left: 20px;
        bottom: 180px;
        padding: 6px 15px;
        font-size: clamp(0.6rem, 1.3vw, 1rem);
        padding: 2px 11px !important;
        margin-bottom: 5px !important;
    }

    .article-meta-bottom {
        position: relative;
        justify-content: space-between;
    }

    .article-date {
        margin-right: auto;
    }

    .pm-content {
        gap: 25px !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .pm-link {
        margin-bottom: 30px;
    }

    .pm-link:last-child {
        margin-bottom: 0;
    }

    .read-more {
        position: absolute;
        left: 100px;
        font-size: 0.8rem;
        gap: 2px;
    }

    .section-title {
        font-family: 'DidotB06-Bold', serif;
        font-size: 2.2rem;
        color: #000;
    }

    .grid-article-title {
        font-family: 'DidotB06-Bold', serif;
        font-size: 1.2rem !important;
        line-height: 1.3;
        margin-top: 14px;
        color: #000;
        text-align: left;
    }

    .article-title {
        margin-top: 5px;
        margin-bottom: 0 !important;
        text-align: left !important;
    }

    .slide-separator {
        width: 394px;
        height: 1px;
        background-color: #faec22a1;
        margin: 13px 0 13px -35px !important;
    }

    #main-menu-container .menu-item {
        margin-right: 10px;
    }

    .grid-section-footer {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
        padding-right: 30px !important;
        padding-bottom: 30px !important;
    }

    .menu-item {
        width: 100%;
        margin: 10px 0;
        padding-bottom: 5px;
    }

    .dropdown-content {
        position: static;
        width: 100%;
        transform: none;
        box-shadow: none;
        margin-top: 10px;
        display: none;
    }

    .menu-item:hover .dropdown-content {
        display: block;
    }

    .article-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .form-group input,
    .form-group select {
        width: 95%;
    }

    /* End of Article */

    /* Advertisement Section */

    .promo-section {
        width: 100%;
        margin: 0;
        padding: 20px 0 0 0 !important;
        border-top: 1px solid #00000036;
    }

    /* End of Advertisement */

}

@media screen and (max-width: 480px) {

    #header-bg-container {
        height: 75px;
    }

    body {
        padding-top: 10vh !important;
    }

    /* Responsive Slider */

    .slide {
        height: 95vw;
    }

    .slide-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .slide-overlay {
        bottom: 15px;
        left: 15px !important;
        right: 20px;
        padding: 15px;
    }

    .slide-category {
        font-size: clamp(0.5rem, 1.2vw, 0.9rem) !important;
        padding: 8px 12px !important;
        margin-bottom: 5px !important;
    }

    .slide-separator {
        width: 200px;
        margin: 20px 0 20px -20px;
    }

    .slide-meta {
        font-size: 0.5rem !important;
        gap: 3px !important;
    }

    .slide-date {
        margin-top: 10px;
    }

    .slider-lines {
        bottom: 10px;
        gap: 5px;
    }

    .line {
        width: 15px;
        height: 1px;
    }

    .slide::before {
        background: linear-gradient(180deg, rgb(0 0 0 / 20%) 30%, rgb(0 0 0 / 80%) 100%);
    }

    .slide img {
        height: 60vh;
        object-fit: cover;
    }

    .line {
        width: 20px;
        height: 1px;
    }
    
    .slider-lines {
        display: none;
    }

    .awards-header {
        text-align: center !important;
    }

    .awards-column li, h4 {
        text-align: center !important;
    }

    .content-section {
        padding: 20px 20px 5px !important;
    }

    .line-separator {
        margin: 10px 0 10px -105px !important;
    }

    .slider-banner-img,
    .editors-choice-banner-img,
    .latest-stories-banner-img,
    .awards-news-banner-img {
        display: none !important;
    }
    
    .slider-thumbnail-img,
    .editors-choice-thumbnail-img,
    .latest-stories-thumbnail-img,
    .awards-news-thumbnail-img {
        display: block !important;
    }


    /* End of Slider */

    /* Loop */

    .latest-news-font {
        font-size: 10px;
    }

    .latest-news-seperator {
        margin-bottom: 2px;
        margin-left: 3px;
        font-size: 15px;
    }

    .continuous-loop {
        height: 30px;
        margin-bottom: 10px;
    }
    
    .loop-track {
        animation-duration: 22s;
    }
    
    .loop-item {
        font-size: 10px;
        padding: 0 8px;
    }

    .loop-separator {
        font-size: 17px;
        padding: 0 4px;
    }

    .loop-separator.bar {
        padding: 0 8px;
        font-size: 12px;
    }

    .loop-item.latest-news {
        padding-left: 10px;
        margin-bottom: 2px;
        padding-right: 2px;
    }

    /* End of Loop */

    /* Article Responsive */

    .editors-choice-section,
    .latest-stories-section, 
    .interview-insights-section, 
    .awards-news-section {
        padding: 30px 15px !important;
    }

    .section-title {
        font-size: 1.5rem !important;
        padding-top: 20px;
    }

    .yellow-dot {
        width: 10px !important;
        height: 10px !important;
        margin-top: 12px;
        margin-right: 0;
    }

    .article-meta {
        gap: 0;
    }

    .article-meta-bottom{
        width: 100% !important;
    }
    
    .article-image img {
        height: 90vw;
        max-height: 89vw;
    }

    .article-image {
        margin-bottom: 0 !important;
    }

    .yellow-line {
        width: 100%;
        height: 2px;
        background-color: #FAEC22;
        margin-bottom: -8px !important;
    }

    .gray-line {
        width: 100%;
        height: 1px;
        background-color: #00000036;
        margin-bottom: 30px !important;
    }

    .section-header {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .main-article {
        margin: 0px -20px !important;
        width: calc(100% + 40px) !important;
    }

    .article-category {
        left: 15px;
        bottom: 160px;
        padding: 4px 12px;
        font-size: clamp(0.5rem, 1.2vw, 0.9rem);
    }

    .article-info {
        left: 25px !important;
        bottom: 30px !important;
        max-width: calc(100% - 30px) !important;
    }

    .read-more {
        font-size: 0.5rem !important;
        left: 10px;
        gap: 5px;
    }
    
    .read-more-icon {
        width: 8px;
        height: 12px;
    }

    .article-image {
        margin: 0;
        width: 100%;
        position: relative;
        overflow: visible;
    }

    .article-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 20px 20px;
        margin-top: 0 !important;
    }

    .grid-article {
        display: flex;
        flex-direction: column;
        background-color: transparent;
        padding: 0;
        margin-bottom: 15px;
    }

    .grid-article img {
        width: 100% !important;
        height: 300px !important;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .grid-article-content {
        width: 100%;
        padding: 15px !important;
    }

    .grid-article-category {
        font-size: 0.7rem !important;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 0;
        color: #666666;
    }

    .grid-article-title {
        font-size: 1rem !important;
        line-height: 1.3;
        margin: 5px 0 5px 0;
        padding: 0 !important;
    }

    .grid-article-excerpt {
        font-size: 0.7rem !important;
        line-height: 1.5;
        margin-bottom: 15px;
        padding: 0 !important;
        color: #666666;
    }

    .grid-section-footer {
        padding-right: 30px !important;
        margin-top: 15px;
    }

    .promo-section {
        margin: 0 !important;
        width: 100% !important;
    }

    .section-see-more {
        font-size: 0.9rem;
    }

    /* End of Article */

    /* Advertisement Section */

    .pm-header {
        margin-bottom: 30px;
    }

    .pm-content {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 35px !important;
        padding-top: 0 !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0 !important;
        margin: 0;
        width: 100% !important;
    }

    .pm-link {
        margin: 0 !important;
        width: 100%;
    }

    /* End of Advertisement */

    /* Subscription Section */

    .subscription-container {
        padding: 35px;
        width: 100%;
    }

    .subscription-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .subscription-title {
        font-size: 1.5rem !important
    }

    .subscription-subtitle {
        font-size: 0.9rem !important;
        margin-bottom: 30px !important;
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .form-group input, .form-group select {
        font-size: 0.8rem !important;
        width: 100% !important;
    }

    .form-group label {
        font-size: 0.85rem !important;
    } 

    /* End of Subscription */

}

@media screen and (max-width: 360px) {

    body {
        padding-top: 10vh !important;
    }

    /* Responsive Slider */

    .slide {
        height: 95vw;
    }  

    .slide-overlay {
        bottom: 15px;
        left: 15px;
        right: 15px;
        padding: 10px;
    }

    .slide-category {
        font-size: 0.6rem;
        padding: 6px 10px;
        margin-bottom: 10px;
    }

    .slide-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .slide-meta {
        font-size: 0.5rem;
        gap: 6px;
    }

    .slide-author, .slide-date {
        font-size: 0.5rem;
    }

    .slide img {
        height: 50vh;
    }

    /* End of Slider */

    /* Loop */

    .continuous-loop {
        height: 30px;
    }
    
    .loop-track {
        animation-duration: 20s;
    }
    
    .loop-item {
        font-size: 9px;
        padding: 0 6px;
    }

    .loop-separator {
        font-size: 9px;
        padding: 0 3px;
    }

    .loop-separator.bar {
        padding: 0 6px;
    }

    .loop-item.latest-news {
        padding-left: 10px;
    }

    .slide-separator {
        width: 150px;
        height: 1px;
        background-color: #faec22a1;
        margin: 10px 0 10px -26px !important;
    }

    /* End of Loop */

    /* Article Responsive */

    .industry-title {
        font-size: 1.5rem;
    }

    .article-info {
        left: 10px;
        right: 10px;
        bottom: 25px;
    }
    
    .article-category {
        padding: 2px 10px;
        font-size: clamp(0.4rem, 1.1vw, 0.8rem);
    }
    
    .read-more {
        gap: 4px !important;
        left: -5px;
        font-size: 0.5rem;
    }
    
    .read-more-icon {
        width: 10px;
        height: 10px;
    }

    /* End of Article */

}

@media (prefers-reduced-motion: reduce) {
    .loop-track {
        animation-duration: 45s;
    }
}

/* End of Responsive */