/*!
Theme Name: esfi
Author: esfi.me
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: esfi
*/

:root {
    /* color */
    --white: #ffffff;
    --black: #000000;
    --orange: #FF7422;
    --dark-gray: #141A1F;
    --dark-gray-2: #0D1012;
    --dark-gray-3: #1C242B;
    --light-gray: #3E4B56;
    --light-gray-2: #FFFFFF99;
    --light-gray-3: #FFFFFF33;
    --light-gray-4: #F5F5F5;
    --light-gray-5: #ADADAD;


    --navy-blue: #011A4B;
    --navy-blue-blur: rgb(1 26 75 / 60%);
    --dark-blue: #0A0E29;
    --pink: #86188f;
    --f0: transparent;

    /* validation color */
    --g1: #36612F;
    --g2: #C0D7BC;
    --r1: #ff4500;
    --r2: #ffc8c8;

    /* font size */
    --plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;
    --poppins: 'Poppins', sans-serif;
}

html {
    overflow-x: hidden
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: var(--light-gray-4);
    background-color: var(--black);
    font-family: var(--poppins);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    /* For Webkit-based browsers like Chrome and Safari */
    -moz-osx-font-smoothing: grayscale;
    /* For Firefox on macOS */
    font-smoothing: antialiased;
}

a {
    display: inline-block;
    color: var(--white);
    transition: all 0.3s ease;
}


.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
    outline: none;
}

a,
button:focus,
button:focus-visible,
.site a:focus,
body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.widget a:link,
.widget a:visited,
.widget a:active {
    text-decoration: none;
    text-decoration-style: none;
    outline: none;
}

a:hover {
    color: var(--orange);
    text-decoration: none;
    text-decoration-style: none;
    outline: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: none;
}

.widget>*:last-child {
    margin-block: 0;
}

.widget,
.post,
.page {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    line-height: unset;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
    object-fit: cover;
    object-position: center center;
}

img:focus-visible,
a:focus,
.btn:focus,
a:focus-visible,
div:focus-visible {
    outline: none;
    box-shadow: none;
}

.site-main>* {
    margin: 0;
}

.site-main {
    padding: 0;
}

:focus-visible {
    outline: 0;
}

.form-check-input:focus,
.accordion-button:focus {
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
    outline: none;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle:focus {
    outline: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

/* ::selection  {background-color: var(--bg-green);color: var(--white);} */
/* select */
/* select{appearance: none;background: url(./assets/images/drop-down-arrow.svg) no-repeat 96% center / 20px auto; height:20px;width:20px;} */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.heading-style-1 {
    font-size: 190px;
    line-height: 1.26;
    font-weight: 700;
    text-transform: uppercase;
    color: #EFEBE6;
    filter: blur(14px);
    opacity: 0.12;
}

.heading-style-2 {
    font-size: 100px;
    line-height: 1.21;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    position: relative;
    margin-bottom: 32px;
}

.heading-style-2::before {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    color: var(--white);
    font-size: 190px;
    font-weight: 700;
    text-transform: uppercase;
    color: #EFEBE6;
    filter: blur(11px);
    opacity: 0.12;
    white-space: nowrap;
    line-height: 0.65;
}

.heading-style-3, .news-detail-content h1 {
    font-size: 44px;
    line-height: 1.38;
    font-weight: 700;
    color: var(--white);
}

.heading-style-4, .news-detail-content h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
    color: var(--white);
}

.heading-style-5, .news-detail-content h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    color: var(--white);
}

.heading-style-6, .news-detail-content h4 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--white);
}

.heading-style-7, .news-detail-content h5 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--white);
}

.heading-style-8, .news-detail-content h6 {
    font-size: 16px;
    line-height: 1.79;
    font-weight: 500;
    color: var(--white);
}

.container {
    max-width: 1630px;
    margin: 0 auto;
}

.inner-spacing-1 {
    padding-block: 180px;
}

.inner-spacing-2 {
    padding-block: 160px;
}

.inner-spacing-3 {
    padding-block: 150px;
}

.inner-spacing-4 {
    padding-block: 100px;
}

.btn {
    padding: 21px 47px;
    background-color: var(--orange);
    color: var(--black);
    font-family: var(--poppins);
    font-weight: 500;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
    border-radius: 2px;
    background: var(--orange) url(assets/images/button-pattern.svg) repeat-x center center;
    /* clip-path: polygon(0 0, calc(100% - 10px) 0, 107% 50%, calc(100% - 10px) 100%, 0 100%); */
    clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% calc(100% - 53px), 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 65%, 4% 51%, 0% 35%);
    min-width: 194px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background-color: var(--orange);
    color: var(--white);
}

.btn-border {
    border-radius: 2px;
    background: var(--black);
    /* clip-path: polygon(0 0, calc(100% - 10px) 0, 107% 50%, calc(100% - 10px) 100%, 0 100%); */
    clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% calc(100% - 53px), 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 65%, 4% 51%, 0% 35%);
    min-width: 224px;
    border: none;
    color: var(--white);
}

.btn-border-wrap {
    display: inline-block;
    filter: drop-shadow(0px 0px 1px #fff);
}

.btn-gray {
    background-color: var(--dark-gray-2);
}

.btn-dark-gray {
    background-color: var(--dark-gray);
}

/* .learn-more-btn::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #0A0E29;
    border-radius: 50%;
    z-index: -1;
} */

.overflow-hidden {
    overflow: hidden;
}

/* =========================== common banner ========================= */
.section-common-banner {
    height: 630px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}

/* .section-common-banner:after{height: 100%;position: absolute;width: 100%;top:0;left:0;content:"";background: rgba(0, 0, 0, 0.4);} */
.page-template-need-to-make-claim .section-common-banner {
    margin-top: 90px;
    height: 540px;
}

.section-common-banner .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.section-common-banner .banner-common-content {
    max-width: 450px;
    margin-bottom: 50px;
}

.section-common-banner .banner-common-content .heading-style-2 {
    margin-top: 22px;
    color: var(--white);
}


/* ================== contact form style ================== */
.form-row {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.from-row-inner {
    display: flex;
    gap: 24px;
}

.form-column {
    width: 100%;
}

input[type=text],
input[type=email],
input[type=url] input[type=tel],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea,
select {
    width: 100%;
    border-radius: 6px;
    background-color: transparent;
    padding: 16px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--light-gray-4);
    border: 1px solid var(--light-gray);
    font-family: var(--poppins);
}

textarea {
    height: 100px;
    resize: none;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
.site textarea::placeholder,
select::placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    font-weight: 400;
}

.form-column label {
    font-size: 18px;
    font-weight: 600;
    color: #CCCCCC;
    margin-bottom: 8px;
}

/* contact form button style ================== */
.contact-us-form-btn {
    position: relative;
    margin-inline: auto;
    margin-top: 40px;
    display: inline-block;
}

input[type=submit] {
    padding: 21px 47px;
    background-color: var(--orange);
    color: var(--black);
    font-family: var(--poppins);
    font-weight: 500;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
    border-radius: 2px;
    background: var(--orange) url(assets/images/button-pattern.svg) repeat-x center center;
    /* clip-path: polygon(0 0, calc(100% - 10px) 0, 107% 50%, calc(100% - 10px) 100%, 0 100%); */
    clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% calc(100% - 53px), 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 65%, 4% 51%, 0% 35%);
    min-width: 194px;
    border: none;
    transition: all 0.3s ease-in-out;
}

input[type=submit]:hover {
    background-color: var(--orange) !important;
    color: var(--white);
}

input[type=submit]:focus,
input[type=submit]:focus-visible,
input[type=submit]:active {
    outline: none;
}

/* autofill style */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--dark-blue) !important;
}

/* spinner */
.wpcf7-spinner {
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white) !important;
}

.wpcf7-spinner::before {
    background-color: var(--navy-blue);
}

.submitting .wpcf7-submit {
    pointer-events: none;
    color: var(--navy-blue) !important;
}

.submitting input[type=submit] {
    color: transparent !important;
    background-image: none !important;
}

/* massege */
.wpcf7-response-output {
    margin: 10px 0px 0px !important;
    font-size: 12px !important;
    line-height: 20px !important;
    border: none !important;
    color: var(--white-color);
    font-weight: 600;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: #ffb900;
    color: var(--white);
}

.wpcf7 form.failed .wpcf7-response-output {
    background: #f05858;
    color: var(--white);
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    color: var(--white);
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* =========================== 404 page =========================== */
.error-page {
    padding: 240px 0 160px;
    text-align: center;
    position: relative;
}

.error-page:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url(./assets/images/detail-page-banner.png) no-repeat center / cover;
    opacity: 1;
    pointer-events: none;
}

.error-page .heading-style-2 {
    margin-bottom: 20px;
    font-size: 110px !important;
    line-height: 110px !important;
    font-weight: 600 !important;
}

.error-page .heading-style-2 span {
    color: var(--orange);
}

.error-page p {
    text-transform: capitalize !important;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
    font-family: var(--body-font);
}



/* ================================ Footer Section ======================== */
.site-footer {
    background: var(--dark-gray) url(./assets/images/footer-bg.jpg) repeat center center;
}

.footer-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.footer-top {
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
}

.footer-top-marquee {
    width: 100%;
    overflow: hidden;
}

.footer-top-marquee-content {
    display: flex;
    animation: marquee-right-to-left 20s linear infinite;
    width: max-content;
}

.footer-top-marquee-content img {
    flex-shrink: 0;
    display: block;
}

@keyframes marquee-right-to-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.footer-contact-section {
    position: relative;
    z-index: 3;
    padding: 0;
}

.footer-contact-title {
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
}

.footer-contact-content {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 0;
}

.footer-contact-info {
    padding: 60px 60px 60px 0;
    border-right: 1px solid #3E4A55;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contact-info-item .wp-block-image {
    padding: 22px;
    border: 1px solid var(--light-gray);
    border-radius: 3.2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-item .wp-block-group h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-left: 12px;
}

.contact-info-item p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
}

.contact-info-item p a {
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-info-item p a:hover {
    color: var(--orange);
}

.footer-contact-form {
    padding: 60px 0 60px 60px;
}

.footer-contact-form h3 {
    margin-bottom: 40px;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #999;
}

.form-input:focus,
.form-textarea:focus {
    border-color: var(--orange);
}

.footer-bottom {
    position: relative;
    z-index: 3;
    padding: 0;
    border-top: 1px solid var(--light-gray);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.footer-social .wp-block-group {
    gap: 0;
}

.footer-social .wp-block-group .wp-block-image {
    border-right: 1px solid var(--light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 33px;
}

.footer-social .wp-block-group .wp-block-image img {
    transition: all 0.3s ease;
}

.footer-social .wp-block-group .wp-block-image a:hover img {
    filter: invert(46%) sepia(89%) saturate(928%) hue-rotate(344deg) brightness(102%) contrast(101%);
}

.footer-nav .menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-nav .menu li a {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.footer-nav .menu li a:hover {
    color: var(--orange);
}

.footer-copyright {
    text-align: right;
    padding: 36px 74px;
    border-left: 1px solid var(--light-gray);
}

.footer-copyright p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/* ============= INNER PAGE BANNER ================== */
.inner-banner-section {
    /* background: linear-gradient(0deg, #0D1012, #0D1012),
    linear-gradient(180deg, rgba(13, 16, 18, 0) 0%, rgba(255, 116, 34, 0.26) 100%); */
    background: linear-gradient(180deg, rgb(13 16 18) 0%, rgb(255 116 34 / 24%) 100%);
    padding-block: 245px 160px;
    clip-path: polygon(0% 0px, 100% 0px, 100% calc(100% - 34px), 62% calc(100% - 34px), 60% 100%, 40% 100%, 38% calc(100% - 34px), 0% calc(100% - 34px));
    text-align: center;
    overflow: hidden;
}

.inner-banner-section .heading-style-2 {
    margin-bottom: 0;
}

.featured-news-section {
    display: flex;
    padding: 120px 48px 0px;
    align-items: center;
}

.featured-news-section .news-image-wrapper {
    clip-path: polygon(0% 7%, 15% 7%, 22% 0%, 78% 0%, 85% 7%, 100% 7%, 100% 100%, 0% 100%);
    width: 57%;
}

.featured-news-section .news-content {
    background: none;
    flex-grow: unset;
    padding: 0 0 0 48px;
    width: 43%;
}

.featured-news-section .news-meta {
    flex-direction: row;
    font-size: 20px;
}

.featured-news-section .auther {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 30px 0 10px;
}

.news-heading-wrapper.news-list-page {
    margin-bottom: 120px;
}

/* ========= NEWS DETAIL PAGE ================== */
.news-detail-page {
    padding: 239px 0 50px;
}

.news-detail-wrap {
    display: flex;
    padding: 0 50px;
}

.news-detail-wrap .breadcrumb {
    font-size: 16px;
    color: var(--light-gray-4);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.news-detail-wrap .breadcrumb-item {
    list-style: none;
}
.news-detail-wrap .breadcrumb-item.active {
    color: var(--light-gray-4);
}

.news-detail-wrap .breadcrumb-item a {
    color: var(--light-gray-4);
    transition: all ease-in-out 0.3s;
}

.news-detail-wrap .breadcrumb-item a:hover {
    color: var(--orange);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light-gray-4);
    font-size: 20px;
}

.news-detail-content {
    border-right: solid 1px var(--light-gray-3);
    padding-right: 24px;
}

.news-featured-img {
    margin: 45px 0 0 0;
}

.news-detail-content .featured-news-section .news-image-wrapper {
    width: 100%;
}

.news-related-post {
    width: 444px;
    flex-shrink: 0;
}

.news-detail-content p {
    margin-bottom: 24px;
}

.news-detail-content .wp-block-image img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    height: auto;
}
.news-detail-content .featured-news-section .news-meta {
    margin-top: -40px;
    margin-bottom: 20px;
}
.news-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.news-detail-content h1, .news-detail-content h2, .news-detail-content h3, .news-detail-content h4, .news-detail-content h5, .news-detail-content h6 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.news-detail-content ul {
    margin-bottom: 24px;
    padding-left: 20px;
}
.news-detail-content ul li {
    list-style: disc;
}
.news-detail-content ol {
    margin-bottom: 24px;
    padding-left: 20px;
}
.news-detail-content ol li {
    list-style: decimal;
}

/* =========================== News Detail Page Extra Styles =========================== */

/* Share To Section */
.share-to-section {
    border-bottom: solid 1px var(--light-gray-3);
    padding: 0 0 24px 24px;
}

.share-to-section .social-icons .social-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3E4A55;
    border-radius: 4px;
    color: var(--white);
    font-size: 18px;
    transition: all 0.3s ease;
}

.share-to-section .social-icons .social-btn:hover {
    border-color: var(--orange);
    color: var(--orange);
}

/* Related News Section */
.related-news-section {
    padding: 34px 0 0 24px;
}

.related-news-item .news-thumb {
    flex-shrink: 0;
    /* Approximate width from screenshot */
    width: 180px;
    position: relative;
    aspect-ratio: 1 / 0.66;
    clip-path: polygon(0% 10%, 15% 10%, 22% 0%, 78% 0%, 85% 10%, 100% 10%, 100% 100%, 0% 100%);
    /* Bottom-right chamfer */
}

.related-news-item .news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0% 88%, 61% 88%, 71% 100%, 100% 100%, 100% 0%, 0% 0%);
}

.related-news-item .news-info .news-title {
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.related-news-item .news-info .news-category {
    font-size: 14px;
    color: var(--orange);
    font-weight: 400;
    display: block;
    margin-top: 0px;
    letter-spacing: 0.05em;
}

/* Layout Adjustments for Single Page Sidebar/Content */

/* HTML: <div class="loader"></div> */
.loader {
    width: 80px;
    padding: 8px;
    margin: 0 auto 30px;
    display:none;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--orange);
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
  }
  @keyframes l3 {to{transform: rotate(1turn)}}
.loader.active {
    display: block;
}

/* ================================================== media query start ================================================ */
@media screen and (max-width:1599px) {

    .heading-style-2 {
        font-size: 90px;
    }

    .heading-style-3, .news-detail-content h1 {
        font-size: 40px;
    }

    .heading-style-6, .news-detail-content h4 {
        font-size: 22px;
    }

    .heading-style-4, .news-detail-content h2 {
        font-size: 30px;
    }

    .heading-style-5, .news-detail-content h3 {
        font-size: 26px;
    }

    .heading-style-2::before {
        font-size: 150px;
        line-height: 0.75;
    }

    .inner-spacing-1 {
        padding-block: 160px;
    }

    .inner-spacing-2 {
        padding-block: 140px;
    }

    .inner-spacing-3 {
        padding-block: 130px;
    }

    .inner-spacing-4 {
        padding-block: 90px;
    }

    .container {
        padding-inline: 45px;
    }

    .footer-copyright {
        padding: 26px 45px;
    }

    .footer-social .wp-block-group .wp-block-image {
        padding: 26px;
    }

    .contact-info-item .wp-block-group h2 {
        font-size: 26px;
    }

}

@media screen and (max-width:1399px) {
    .heading-style-2 {
        font-size: 80px;
    }

    .heading-style-3, .news-detail-content h1 {
        font-size: 38px;
    }

    .heading-style-6 {
        font-size: 20px;
    }

    .heading-style-4, .news-detail-content h2 {
        font-size: 28px;
    }

    .heading-style-5, .news-detail-content h3 {
        font-size: 24px;
    }

    .heading-style-7, .news-detail-content h5 {
        font-size: 18px;
    }

    .heading-style-8, .news-detail-content h6 {
        font-size: 15px;
    }

    .heading-style-2::before {
        font-size: 130px;
        line-height: 0.75;
    }

    .inner-spacing-1 {
        padding-block: 140px;
    }

    .inner-spacing-2 {
        padding-block: 130px;
    }

    .inner-spacing-3 {
        padding-block: 120px;
    }

    .inner-spacing-4 {
        padding-block: 90px;
    }

    /* footer */
    .contact-info-item .wp-block-group h2 {
        font-size: 24px;
    }

    .contact-info-item p {
        font-size: 18px;
    }

    .footer-nav .menu {
        gap: 20px;
    }

    .footer-nav .menu li a {
        font-size: 14px;
    }

    .footer-social .wp-block-group .wp-block-image {
        padding: 18px;
    }

    .footer-copyright {
        padding: 22px 30px 22px 30px;
    }

    .footer-copyright p {
        font-size: 14px;
    }

    .news-related-post {
        width: 390px;
    }
    .related-news-item .news-thumb {
        width: 170px;
    }

    .footer-top-marquee-content img {
        max-height: 200px;
    }

}

@media screen and (max-width:1199px) {
    .heading-style-1 {
        font-size: 160px;
        filter: blur(10px);
    }
    .heading-style-2 {
        font-size: 60px;
    }

    .heading-style-2::before {
        font-size: 110px;
        line-height: 0.7;
        filter: blur(8px);
    }

    .heading-style-3, .news-detail-content h1 {
        font-size: 34px;
    }

    .heading-style-6 {
        font-size: 18px;
    }

    .heading-style-4, .news-detail-content h2 {
        font-size: 24px;
    }

    .heading-style-5, .news-detail-content h3 {
        font-size: 22px;
    }

    .heading-style-7, .news-detail-content h5 {
        font-size: 16px;
    }

    .heading-style-8, .news-detail-content h6 {
        font-size: 15px;
    }

    .container {
        /* max-width: 940px; */
        padding: 0 30px;
    }

    .inner-spacing-1 {
        padding-block: 120px;
    }

    .inner-spacing-2 {
        padding-block: 120px;
    }

    .inner-spacing-3 {
        padding-block: 90px;
    }

    .inner-spacing-4 {
        padding-block: 80px;
    }

    /* =========================== 404 page =========================== */
    .error-page .heading-style-1 {
        margin-bottom: 18px;
        font-size: 96px !important;
        line-height: 100px !important;
    }

    .error-page .heading-style-2 {
        margin-bottom: 18px;
        font-size: 38px;
        line-height: 48px;
    }

    .error-page p {
        margin-bottom: 22px !important;
    }


    /* footer section */
    .contact-info-item .wp-block-image {
        padding: 12px;
    }

    .contact-info-item .wp-block-group h2 {
        font-size: 22px;
    }

    .footer-contact-info {
        padding: 50px 60px 50px 0;
    }

    .footer-contact-form {
        padding: 50px 0 50px 30px;
    }

    .footer-nav .menu {
        row-gap: 0px;
    }

    .footer-social .wp-block-group .wp-block-image {
        padding: 10px;
    }

    .wp-block-image img {
        width: 24px;
        height: 24px;
    }

    .footer-copyright {
        padding: 14px 20px 14px 10px;
    }

    .footer-copyright p {
        line-height: 22px;
        font-size: 13px;
    }

    .inner-banner-section {
        padding-block: 160px 160px;
        clip-path: polygon(0% 0px, 100% 0px, 100% calc(100% - 34px), 72% calc(100% - 34px), 70% 100%, 30% 100%, 28% calc(100% - 34px), 0% calc(100% - 34px));
    }

    .featured-news-section {
        padding: 100px 30px 0px;
    }

    .featured-news-section .auther {
        margin-top: 20px;
    }

    .news-heading-wrapper.news-list-page {
        margin-bottom: 90px;
    }

    .featured-news-section .news-image {
        aspect-ratio: 1 / 0.9;
    }

    .featured-news-section .news-content {
        padding-left: 30px;
    }

    .featured-news-section .auther {
        margin-top: 10px;
    }


    .news-detail-wrap {
        padding: 0 30px;
    }
    .news-detail-page {
        padding: 160px 0 50px;
    }
    .news-related-post {
        width: 330px;
    }
    .related-news-item .news-thumb {
        width: 130px;
    }
    .related-news-item .news-info .news-category {
        font-size: 12px;
        line-height: 20px;
    }
    .news-detail-content .featured-news-section .news-meta {
        font-size: 16px;
    }

}

@media screen and (max-width:991px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }

    .heading-style-1 {
        font-size: 135px;
        filter: blur(7px);
    }

    .heading-style-2 {
        font-size: 50px;
        margin-bottom: 24px;
    }

    .heading-style-3, .news-detail-content h1 {
        font-size: 30px;
    }

    .heading-style-8, .news-detail-content h6 {
        font-size: 14px;
    }

    .heading-style-6 {
        font-size: 16px;
    }


    .heading-style-2::before {
        font-size: 95px;
        line-height: 0.7;
        filter: blur(6px);
    }

    .banner-content .heading-style-6 {
        margin-bottom: 20px;
    }

    .container {
        padding: 0 20px;
    }

    .inner-spacing-1 {
        padding-block: 100px;
    }

    .inner-spacing-2 {
        padding-block: 100px;
    }

    .inner-spacing-3 {
        padding-block: 80px;
    }

    /* .inner-spacing-4 {
        padding-block: 70px;
    } */

    /* =========================== 404 page =========================== */
    .error-page .heading-style-1 {
        margin-bottom: 16px;
        font-size: 92px !important;
        line-height: 98px !important;
    }

    .error-page .heading-style-2 {
        margin-bottom: 16px;
        font-size: 34px;
        line-height: 44px;
    }

    .error-page p {
        margin-bottom: 20px !important;
    }

    .inner-banner-section {
        padding-block: 130px 130px;
    }

    .featured-news-section {
        padding: 80px 20px 0px;
        flex-direction: column;
    }

    .news-heading-wrapper.news-list-page {
        margin-bottom: 50px;
    }

    .featured-news-section .news-image-wrapper {
        width: 100%;
    }

    .featured-news-section .news-content {
        width: 100%;
        padding-left: 0;
    }

    .featured-news-section .news-meta {
        font-size: 18px;
    }

    .news-detail-wrap {
        flex-direction: column;
        padding: 0 20px;
    }
    .news-detail-content {
        border-right: 0;
        padding-right: 0;
    }
    .news-related-post {
        width: 100%;
        margin-top: 30px;
        padding-top: 20px;
        border-top: solid 1px var(--light-gray-3);
    }
    .share-to-section {
        padding-left: 0;
    }
    .related-news-section {
        padding-left: 0;
    }
    .news-detail-page {
        padding: 130px 0 50px;
    }
    .footer-top-marquee-content img {
        max-height: 180px;
    }

}

@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }

    .heading-style-2 {
        font-size: 44px;
        margin-bottom: 24px;
    }

    .heading-style-3, .news-detail-content h1 {
        font-size: 28px;
    }

    .heading-style-2::before {
        font-size: 75px;
        line-height: 0.7;
        filter: blur(5px);
    }

    .footer-contact-content {
        grid-template-columns: 1fr;
    }

    .footer-contact-info {
        order: 2;
        border-right: 0;
        border-top: solid 1px var(--light-gray);
        padding: 40px 0 20px;
    }

    .footer-contact-form {
        order: 1;
        padding: 40px 0 40px 0px;
    }

    .footer-bottom-content {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-contact-form h3 {
        margin-bottom: 30px;
        text-align: center;
    }

    .form-column label {
        font-size: 16px;
    }

    .contact-us-form-btn {
        display: block;
        text-align: center;
    }

    .contact-info-item p {
        font-size: 16px;
        padding-top: 10px;
    }

    .contact-info-item p br {
        display: none;
    }

    .footer-bottom-content .widget:nth-child(2) {
        order: -1;
    }

    .footer-nav .menu {
        justify-content: start;
        padding: 20px 0 20px 16px;
        row-gap: 10px;
        border-bottom: 1px solid var(--light-gray);

    }

    .footer-social .wp-block-group .wp-block-image {
        flex: 1;
        padding: 20px;
    }

    .footer-social .wp-block-group .wp-block-image:last-child {
        border-right: 0;
    }
    .footer-top-marquee-content img {
        max-height: 150px;
    } 

    .footer-copyright {
        text-align: center;
        border-left: 0;
        border-top: 1px solid var(--light-gray);
        padding: 20px 0;
    }

    .inner-banner-section {
        padding-block: 100px 100px;
        clip-path: polygon(0% 0px, 100% 0px, 100% calc(100% - 34px), 76% calc(100% - 34px), 70% 100%, 30% 100%, 24% calc(100% - 34px), 0% calc(100% - 34px));
    }

    .featured-news-section {
        padding: 50px 20px 0px;
    }

    .featured-news-section .news-meta {
        font-size: 16px;
    }

    .news-detail-wrap {
        padding: 0;
    }

    .news-detail-wrap .breadcrumb {
        font-size: 14px;
        letter-spacing: 0;
    }
    .news-detail-content .featured-news-section .news-meta {
        font-size: 12px;
        margin-top: -20px;
        margin-bottom: 0;
    }

}

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

    .what-is-esports-inner .glass-title {
        width: 350px;
        word-break: break-word;
        font-size: 95px;
    }

    /* ================== contact form style ================== */
    .from-row-inner {
        flex-direction: column;
    }

    /* =========================== 404 page =========================== */
    .error-page .heading-style-1 {
        margin-bottom: 14px;
        font-size: 86px !important;
        line-height: 86px !important;
        letter-spacing: -0.8px;
    }

    .error-page .heading-style-2 {
        margin-bottom: 14px;
        font-size: 32px;
        line-height: 40px;
    }

    .error-page p {
        margin-bottom: 16px !important;
    }
}