:root {
    --dle-azer-card: rgba(255, 255, 255, 0.06);
    --dle-azer-border: rgba(255, 255, 255, 0.12);
}

html {
    scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
    font-family: var(--global-font);
}

body,
body *,
body *::before,
body *::after {
    text-transform: none !important;
}

a {
    text-decoration: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow-anchor: none;
}

#header {
    transition: background-color .25s ease, box-shadow .25s ease;
    transform: translateZ(0);
    backface-visibility: hidden;
    overflow-anchor: none;
}

#header.is-scrolled {
    background: rgba(4, 4, 4, .84);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .26);
    backdrop-filter: blur(16px);
}

#header .navbar-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: padding .25s ease;
    will-change: padding;
    transform: translateZ(0);
    backface-visibility: hidden;
}

#header.is-scrolled .navbar-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
}

#header .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: padding .25s ease, border-color .25s ease, box-shadow .25s ease;
    will-change: padding, box-shadow;
    transform: translateZ(0);
    backface-visibility: hidden;
}

#header.is-scrolled .navbar {
    padding-top: 7px;
    padding-bottom: 7px;
    box-shadow: var(--box-shadow-bottom-right);
}

.navbar-brand img,
.logo img,
.logo-container-footer img {
    max-height: 64px;
    object-fit: contain;
}

.navbar-container,
.navbar-collapse,
.navbar-nav,
.nav-link,
.navbar-action-container {
    align-items: center;
}

.logo-container {
    width: auto;
    flex: 0 0 auto;
    min-width: clamp(190px, 18vw, 280px);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.logo-container img.site-logo {
    width: clamp(92px, 7.5vw, 134px);
    max-width: none;
    max-height: none;
    transition: width .25s ease;
}

.site-brand-text {
    color: var(--accent-color);
    font-size: clamp(22px, 2vw, 34px);
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    transition: font-size .25s ease;
}

#header.is-scrolled .logo-container img.site-logo {
    width: clamp(74px, 5.8vw, 104px);
}

#header.is-scrolled .site-brand-text {
    font-size: clamp(20px, 1.6vw, 28px);
}

.navbar-collapse {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
}

.navbar-nav {
    flex-wrap: nowrap;
    gap: clamp(10px, 1.2vw, 24px);
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: clamp(16px, .95vw, 18px);
    padding-inline: clamp(8px, .9vw, 14px) !important;
}

.navbar-action-container {
    width: auto;
    flex: 0 0 auto;
}

.navbar-icon-wrapper {
    width: clamp(206px, 17vw, 246px);
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    min-height: 62px;
    color: var(--primary);
}

.navbar-icon-wrapper:hover {
    color: var(--primary);
}

.navbar-icon-wrapper h6 {
    margin: 0;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1;
    white-space: nowrap;
}

.navbar-icon-wrapper .icon-circle {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    font-size: 28px;
}

#header.is-scrolled .navbar-icon-wrapper {
    min-height: 52px;
}

#header.is-scrolled .navbar-icon-wrapper .icon-circle {
    width: 44px;
    height: 44px;
    font-size: 24px;
}

#header.is-scrolled .navbar-icon-wrapper h6 {
    font-size: clamp(14px, .9vw, 16px);
}

@media (min-width: 1200px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(12px);
        transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    }

    .navbar .dropdown:hover > .dropdown-menu,
    .navbar .dropdown:focus-within > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .navbar .dropdown:hover > .nav-link {
        color: var(--accent-color) !important;
    }
}

@media (max-width: 1199px) {
    .navbar-nav {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .logo-container {
        min-width: 0;
    }

    .logo-container img.site-logo {
        width: clamp(82px, 18vw, 118px);
    }

    .site-brand-text {
        font-size: clamp(20px, 5vw, 30px);
    }

    header {
        position: sticky;
    }
}

.section-banner {
    padding-inline: clamp(14px, 1.7vw, 30px);
}

.section-banner .dle-hero-static {
    min-height: clamp(620px, 74vh, 820px);
    justify-content: flex-end;
    padding: clamp(145px, 15vh, 220px) clamp(22px, 4vw, 72px) clamp(88px, 8vh, 130px);
    background-image: url("../images/hero-static-bg.jpg");
    background-position: center 38%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--secondary);
}

.section-banner .dle-hero-static::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 27% 58%, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 34%),
        linear-gradient(90deg, rgba(0, 0, 0, .36) 0%, rgba(0, 0, 0, .2) 42%, rgba(0, 0, 0, .04) 68%, rgba(0, 0, 0, 0) 100%);
}

.section-banner .dle-hero-static::after {
    display: none;
}

.section-banner .dle-hero-copy {
    position: relative;
    z-index: 1;
    max-width: min(100%, 940px);
}

.section-banner .title-heading-banner {
    max-width: 940px;
    font-size: clamp(44px, 5vw, 88px);
    line-height: 1.08;
    background-image: linear-gradient(90deg, rgba(255, 250, 238, .9) 0%, rgba(255, 250, 238, .7) 62%, rgba(255, 250, 238, .52) 100%);
    background-clip: text;
    color: rgba(255, 250, 238, .78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 8px 34px rgba(0, 0, 0, .56);
}

.section.section-expertise {
    padding-bottom: clamp(48px, 4.2vw, 76px);
}

.section-expertise .expertise-title {
    gap: clamp(12px, 1.35vw, 18px);
}

.section-expertise .expertise-title > p {
    max-width: clamp(320px, 26vw, 430px);
    margin-bottom: 0;
    font-size: clamp(15px, .9vw, 17px);
    line-height: 1.62;
}

.expertise-book-layout {
    align-items: flex-start;
    margin-top: clamp(8px, 1vw, 16px);
}

.expertise-book-layout .expertise-list {
    width: clamp(260px, 23vw, 360px);
    max-width: 100%;
    min-width: 0;
    margin-top: clamp(30px, 3.2vw, 58px);
}

.expertise-book-cover-panel {
    display: block;
    justify-self: center;
    flex: 0 0 clamp(260px, 21vw, 340px);
    width: clamp(260px, 21vw, 340px);
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    line-height: 0;
    overflow: visible;
}

.expertise-book-cover-frame {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    overflow: hidden;
    background: rgba(201, 162, 74, .16);
    border: 1px solid rgba(201, 162, 74, .28);
    border-radius: 15px;
    box-shadow: 0 20px 56px rgba(0, 0, 0, .42), 0 0 34px rgba(201, 162, 74, .26);
}

.expertise-book-cover-img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: none;
    max-height: none;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 12px;
    box-shadow: none;
    vertical-align: top;
}

.expertise-book-cover-panel:hover .expertise-book-cover-img {
    transform: translateY(-4px);
}

.expertise-book-cover-img {
    transition: transform .45s ease;
}

@media (min-width: 1200px) {
    .section-expertise .expertise-title {
        display: grid;
        grid-template-columns: minmax(320px, 430px) minmax(270px, 335px);
        grid-template-areas:
            "label label"
            "title title"
            "text book"
            "list book";
        column-gap: clamp(34px, 3.4vw, 64px);
        row-gap: clamp(10px, 1vw, 16px);
        align-items: start;
    }

    .section-expertise .expertise-title .sub-heading {
        grid-area: label;
    }

    .section-expertise .expertise-title .title-heading {
        grid-area: title;
        max-width: 100%;
        font-size: clamp(40px, 4.2vw, 68px);
        line-height: 1.08;
    }

    .section-expertise .expertise-title > p {
        grid-area: text;
        width: min(100%, 430px);
    }

    .expertise-book-layout {
        display: contents !important;
    }

    .expertise-book-layout .expertise-list {
        grid-area: list;
        width: min(100%, 380px);
        margin-top: clamp(28px, 3vw, 52px);
    }

    .expertise-book-cover-panel {
        grid-area: book;
        align-self: start;
        justify-self: center;
        width: clamp(255px, 18vw, 310px);
        flex-basis: clamp(255px, 18vw, 310px);
        margin-top: clamp(-8px, -.45vw, 0px);
    }

}

@media (max-width: 1199px) {
    .section-expertise .expertise-title {
        display: flex;
        width: 100%;
    }

    .expertise-book-layout {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        gap: clamp(18px, 4vw, 30px);
        margin-top: clamp(12px, 3vw, 22px);
    }

    .expertise-book-layout .expertise-list {
        width: 100%;
        margin-top: 0;
        padding-bottom: 0;
    }

    .expertise-book-cover-panel {
        align-self: center;
        justify-self: center;
        width: min(300px, 66vw);
        height: auto !important;
        min-height: 0;
        margin-top: 0;
        margin-bottom: clamp(20px, 5vw, 42px);
        padding: 0;
    }

}

@media (max-width: 767px) {
    .section.section-expertise {
        position: relative;
        z-index: 2;
        padding-bottom: clamp(24px, 6vw, 38px);
    }

    .section-banner .dle-hero-static {
        min-height: 520px;
        padding: 125px 20px 76px;
    }

    .section-banner .title-heading-banner {
        font-size: clamp(34px, 11vw, 58px);
    }

    .expertise-book-cover-panel {
        width: min(260px, 64vw);
        margin-bottom: 0;
    }

    .expertise-book-layout {
        gap: clamp(8px, 3vw, 16px);
        margin-top: clamp(4px, 2vw, 10px);
    }

    .section-expertise + .section.p-0 + .section-guide {
        position: relative;
        z-index: 1;
        margin-top: clamp(88px, 20vw, 118px);
    }
}

.section-expertise .expertise-book-title {
    display: flex;
    flex-direction: column;
    gap: clamp(4px, .45vw, 8px);
}

.section-expertise .expertise-book-title small {
    display: block;
    color: rgba(209, 209, 209, .76);
    font-size: .58em;
    font-weight: var(--font-weight-semibold);
    line-height: 1.04;
}

.dle-page-section {
    padding-top: clamp(96px, 8vw, 140px);
    padding-bottom: clamp(72px, 7vw, 120px);
}

.dle-content-card,
.dle-sidebar .dle-widget {
    background: var(--dle-azer-card);
    border: 1px solid var(--dle-azer-border);
    border-radius: var(--global-border-radius);
    padding: clamp(24px, 2.6vw, 40px);
}

.dle-content-card,
.dle-shortstory,
.dle-fullstory,
.dle-static-page {
    font-size: max(14px, 1em);
}

.dle-content-card :where(p, li, td, dd, blockquote, .text),
.dle-shortstory :where(p, li),
.dle-fullstory :where(p, li, td, dd, blockquote, .text),
.dle-static-page :where(p, li, td, dd, blockquote, .text) {
    font-size: max(14px, 1em);
}

.dle-content-card img,
.dle-static-page img,
.dle-fullstory img {
    max-width: 100%;
    height: auto;
}

.dle-static-page .title,
.dle-fullstory .title {
    margin-bottom: 22px;
    font-size: clamp(30px, 3vw, 54px);
    line-height: 1.12;
}

.dle-static-page .text,
.dle-fullstory .text,
.dle-content-card .text {
    color: var(--primary);
    font-size: 16px;
    line-height: 1.75;
}

.dle-static-page .text p,
.dle-fullstory .text p,
.dle-content-card .text p {
    margin-bottom: 1.15em;
}

.dle-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.section.section-blog {
    padding-top: clamp(48px, 5vw, 82px);
    padding-bottom: clamp(34px, 4vw, 62px);
}

.section-blog .sub-heading {
    width: fit-content;
}

.dle-home-blog-grid {
    align-items: stretch;
}

.dle-home-blog-card {
    min-height: 100%;
}

.dle-home-blog-card .blog-image {
    aspect-ratio: 16 / 10;
}

.dle-home-blog-card .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dle-home-blog-card .card-body {
    min-height: clamp(250px, 18vw, 310px);
}

.dle-home-blog-card .blog-link {
    display: -webkit-box;
    min-height: 2.65em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dle-home-blog-card p {
    display: -webkit-box;
    min-height: 3.4em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dle-blog-more-wrap {
    display: flex;
    justify-content: center;
}

.section-footer {
    padding-top: 0;
    padding-bottom: clamp(18px, 2vw, 28px);
}

.section-footer .bg-footer {
    padding: clamp(48px, 5vw, 78px) clamp(18px, 2vw, 28px) 0;
}

.footer-main-grid {
    align-items: flex-start;
}

.footer-logo-container,
.footer-contact-container,
.footer-social-container {
    gap: clamp(18px, 1.8vw, 28px);
}

.footer-social-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-content-spacer,
.footer-spacer {
    display: none;
}

.copyright-container {
    margin-top: clamp(34px, 3.2vw, 54px);
}

.dle-shortstory {
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

.dle-shortstory .blog-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.dle-shortstory .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.dle-shortstory:hover .blog-image img {
    transform: scale(1.06);
}

.dle-shortstory .blog-link {
    display: -webkit-box;
    min-height: 3.2em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dle-shortstory p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dle-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    margin-bottom: 22px;
    color: var(--text-color);
    font-size: 14px;
}

.dle-meta i,
.dle-meta a {
    color: var(--accent-color);
}

.dle-fullstory .dle-main-image {
    margin-bottom: 28px;
    overflow: hidden;
    border-radius: var(--global-border-radius);
}

.dle-fullstory .dle-main-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.dle-related {
    margin-top: 42px;
}

.dle-related h3,
.dle-widget h4 {
    margin-bottom: 22px;
}

.dle-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.dle-related-card,
.dle-topnews-card {
    display: block;
    overflow: hidden;
    color: var(--primary);
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--dle-azer-border);
    border-radius: 18px;
    transition: transform .3s ease, border-color .3s ease;
}

.dle-related-card:hover,
.dle-topnews-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent-color);
}

.dle-related-card img,
.dle-topnews-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.dle-related-card span,
.dle-topnews-card span {
    display: block;
    padding: 14px;
    color: var(--primary);
    font-weight: 600;
    line-height: 1.35;
}

.dle-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dle-topnews-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dle-topnews-card {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 14px;
    align-items: center;
    padding: 10px;
}

.dle-topnews-card img {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
}

.dle-topnews-card span {
    padding: 0;
}

.dle-scroll-top {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 999;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: conic-gradient(var(--accent-color) var(--scroll-progress, 0%), rgba(255,255,255,.14) 0);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity .25s ease, transform .25s ease;
}

.dle-scroll-top span {
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: var(--secondary);
}

.dle-scroll-top i {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 1;
}

.dle-scroll-top i::before,
.dle-scroll-top i::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 13px;
    height: 13px;
    border-top: 3px solid var(--accent-color);
    border-left: 3px solid var(--accent-color);
    transform: translateX(-50%) rotate(45deg);
}

.dle-scroll-top i::before {
    top: 18px;
}

.dle-scroll-top i::after {
    top: 27px;
}

.dle-scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* Feedback page */
.dle-feedback-banner {
    padding-top: clamp(18px, 2.4vw, 34px);
    padding-bottom: clamp(18px, 2.4vw, 34px);
}

.dle-feedback-banner .banner-layout-wrapper {
    border-color: rgba(201, 162, 74, .38);
}

.dle-feedback-banner .banner-layout {
    min-height: clamp(150px, 16vw, 210px);
    padding: clamp(26px, 4vw, 48px) clamp(18px, 4vw, 56px);
}

.dle-feedback-banner .title-heading {
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.05;
}

.dle-feedback-banner .breadcrumb {
    margin-bottom: 0;
}

.dle-feedback-banner .breadcrumb a {
    color: var(--accent-color);
}

.dle-feedback-page {
    padding-top: clamp(42px, 5vw, 78px);
    padding-bottom: clamp(48px, 6vw, 88px);
}

.dle-feedback-page .contact-title,
.dle-feedback-page .form-layout {
    min-height: 100%;
}

.dle-feedback-info {
    gap: clamp(20px, 2.2vw, 30px);
}

.dle-feedback-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(14px, 1.8vw, 22px);
    margin-top: 4px;
}

.dle-feedback-socials .icon-wrapper {
    width: 86px;
    min-height: 86px;
    border-radius: 28px;
    text-decoration: none;
}

.dle-feedback-socials .icon-box {
    width: 68px;
    min-height: 68px;
    font-size: 30px;
}

.dle-feedback-email {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    text-align: center;
}

.dle-feedback-email .icon-wrapper {
    width: 96px;
    min-height: 96px;
}

.dle-feedback-email h5 {
    margin: 0;
    color: var(--primary);
    font-weight: 700;
    overflow-wrap: anywhere;
}

.dle-feedback-email span {
    color: var(--text-color);
    font-weight: 700;
}

.dle-feedback-form {
    gap: 22px;
}

.dle-feedback-form :where(input, textarea, select) {
    width: 100%;
    border: 1px solid rgba(201, 162, 74, .18);
    border-radius: 60px;
    background: #050505;
    color: var(--primary);
    min-height: 64px;
    padding: 16px 28px;
    outline: none;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.dle-feedback-page .dle-feedback-form input:not([type="checkbox"]):not([type="radio"]),
.dle-feedback-page .dle-feedback-form textarea,
.dle-feedback-page .dle-feedback-form select {
    background-color: #050505 !important;
    color: var(--primary) !important;
}

.dle-feedback-form textarea {
    min-height: 170px;
    border-radius: 30px;
    resize: vertical;
}

.dle-feedback-form :where(input, textarea, select):focus {
    border-color: rgba(201, 162, 74, .72);
    box-shadow: 0 0 0 4px rgba(201, 162, 74, .12);
}

.dle-feedback-form :where(input, textarea)::placeholder {
    color: var(--text-color);
}

.dle-feedback-form input[type="file"] {
    min-height: auto;
    border-radius: 22px;
    padding: 14px;
    color: var(--text-color) !important;
}

.dle-feedback-form input[type="file"]::file-selector-button {
    margin-right: 14px;
    border: 1px solid rgba(201, 162, 74, .42);
    border-radius: 999px;
    background: rgba(201, 162, 74, .14);
    color: var(--accent-color);
    padding: 11px 18px;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.dle-feedback-form input[type="file"]::file-selector-button:hover {
    border-color: var(--accent-color);
    background: var(--accent-color);
    color: #080808;
}

.dle-feedback-recipient select {
    appearance: none;
}

.dle-feedback-extra {
    display: grid;
    gap: 10px;
    color: var(--text-color);
}

.dle-feedback-extra label {
    color: var(--text-color);
    font-weight: 700;
}

.dle-feedback-code {
    display: grid;
    gap: 12px;
    width: min(360px, 100%);
}

.dle-feedback-code img {
    max-width: 100%;
    border-radius: 14px;
    background: var(--primary);
    padding: 6px;
}

.dle-feedback-submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.dle-feedback-submit .btn.btn-accent {
    width: auto;
    min-width: 236px;
    max-width: 100%;
    min-height: 66px;
    align-self: flex-start;
    border: 1px solid rgba(201, 162, 74, .42);
    border-radius: 999px;
    background: #050505;
    box-shadow: 0 0 28px rgba(201, 162, 74, .16);
    color: var(--primary);
    overflow: hidden;
}

.dle-feedback-submit .btn.btn-accent:hover {
    border-color: var(--accent-color);
    background: rgba(201, 162, 74, .08);
    box-shadow: 0 0 36px rgba(201, 162, 74, .26);
}

.dle-feedback-submit .btn-title {
    padding: 0 24px;
}

.dle-feedback-submit .btn-title span {
    color: var(--primary) !important;
}

.dle-feedback-submit .icon-circle {
    width: 58px;
    min-width: 58px;
    height: 58px;
    margin: 4px;
    background: var(--accent-color);
    color: #080808;
    box-shadow: none;
}

.dle-feedback-submit .icon-circle i {
    color: #080808;
}

/* Guide video modal */
.modal-overlay {
    padding: 24px;
}

.my-modal {
    width: min(74vw, 1540px);
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 48px);
    overflow: visible;
    background: #000;
}

.my-modal iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 72px);
    border: 0;
}

@media (max-width: 1199px) {
    .my-modal {
        width: min(86vw, 1080px);
    }
}

@media (max-width: 767px) {
    .modal-overlay {
        padding: 14px;
    }

    .my-modal {
        width: 92vw;
        max-width: 92vw;
        max-height: calc(100vh - 28px);
    }
}

@media (max-width: 991px) {
    .dle-feedback-page .form-layout,
    .dle-feedback-page .contact-title {
        padding: 32px 22px;
    }

    .dle-news-grid,
    .dle-related-grid {
        grid-template-columns: 1fr;
    }

    .section.section-blog {
        padding-bottom: 34px;
    }

    .section-footer .bg-footer {
        padding-top: 38px;
    }

    .footer-main-grid {
        row-gap: 30px;
    }

    .footer-logo-container,
    .footer-contact-container,
    .footer-social-container {
        align-items: center;
        text-align: center;
    }

    .footer-social-container .social-container {
        justify-content: center;
    }

    .copyright-container {
        margin-top: 30px;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .dle-feedback-socials .icon-wrapper {
        width: 76px;
        min-height: 76px;
    }

    .dle-feedback-socials .icon-box {
        width: 58px;
        min-height: 58px;
        font-size: 26px;
    }

    .dle-feedback-submit .btn {
        justify-content: space-between;
    }

    .dle-content-card,
    .dle-sidebar .dle-widget {
        padding: 20px;
    }

    .dle-topnews-card {
        grid-template-columns: 76px 1fr;
    }
}
