@import url("../astra/style.css");

/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
    --primary-color: #DF1F2A;
    --secondary-color: #222222;
    --border: #c3c3c3;
    --white: #fff;
    --black: #000;
}

::selection {
    background-color: var(--primary-color);
    color: var(--white);
}

.icons .elementor-icon-wrapper {
    display: flex;
}

a {
    text-decoration: none !important;
}

ul,
li,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px !important;
}

.web_takeover,
.web_bilboard {
    display: none;
}

.web_bilboard.active {
    display: flex;
}

.overflow_line_1,
.overflow_line_2,
.overflow_line_3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
}

.overflow_line_1 {
    -webkit-line-clamp: 1;
}

.overflow_line_2 {
    -webkit-line-clamp: 2;
}

.overflow_line_3 {
    -webkit-line-clamp: 3;
}

.section_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
    position: relative;
}

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

.section_heading::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: var(--primary-color);
    width: 70px;
    bottom: -1px;
}

.section_heading h6,
.section_heading_two H6 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--secondary-color);
}

.section_heading_two H6 {
    font-size: 42px;
    line-height: 1;
    color: var(--secondary-color);
}

.section_heading a,
.section_heading_two a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline !important;
    color: var(--primary-color);
    text-underline-offset: 5px;
}

.section_heading_two a {
    display: none;
}

.sidebar_section_heading {
    border: 0px;
}

.sidebar_section_heading h6 {
    font-size: 19px;
    line-height: 24px;
}

.sidebar_section_heading a {
    width: 24px;
    height: 24px;
    display: flex;
    color: var(--primary-color);
    text-decoration: none !important;
}

.sidebar_section_heading::after {
    width: 50px;
}

.arrow {
    display: flex;
    align-items: center;
    gap: 16px;
}

.arrow .slick-arrow {
    cursor: pointer;
}

.arrow svg {
    width: 26px;
    height: 26px;
    color: var(--secondary-color);
    transition: all 0.35s;
}

.arrow .slick-arrow svg:hover {
    color: var(--primary-color);
}

.sectorTab,
.marketTab {
    display: flex;
    position: relative;
}

.sectorTab select,
.marketTab select {
    width: 200px;
    padding: 16px 17px;
    height: auto;
    font-size: 16px;
    line-height: 1 !important;
    font-family: Inter, sans-serif;
    border: 1px solid var(--border);
    outline: none;
    box-shadow: none;
    color: var(--secondary-color);
    border-radius: 0;
    font-weight: 500;
    appearance: none;
    cursor: pointer;
}

.select-icon {
    width: 34px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    background-color: var(--white);
    display: flex;
    justify-content: flex-start;
}

.select-icon svg {
    width: 24px;
    height: 24px;
    color: var(--secondary-color);
}


/* ============================================ main-header ============================================ */

.main-menu nav ul>li>a:after {
    bottom: unset;
    top: -1px;
}

.toggle-btn,
.close-icon {
    cursor: pointer;
}

.mobile-menu {
    position: fixed;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.mobile-menu.active {
    pointer-events: all;
}

body:has(.mobile-menu.active) {
    overflow: hidden !important;
}

.mobile-menu::before {
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
}

.mobile-menu.active::before {
    opacity: 0.5;
    pointer-events: all;
}

.mobile_menu_con {
    width: min(100%, 350px);
    position: fixed;
    height: 100dvh;
    top: 0;
    left: -100%;
    transition: all 0.5s;
    pointer-events: none;
}

.mobile-menu.active .mobile_menu_con {
    left: 0;
    pointer-events: all;
}

.mobile-menu-inner nav ul li ul {
    position: static !important;
}

.mobile-menu-inner nav ul li a {
    justify-content: space-between;
}

.mobile_menu_con>div:last-child {
    max-height: calc(100% - 86px);
    overflow-y: auto;
}


/* ============================================ header search icon ============================================ */

.suggestion-details {
    width: calc(100% - 99px);
    display: flex;
    flex-direction: column;
    padding-top: 2px;
}

.suggestion-label {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-bottom: 4px;
}

.suggestion-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    color: var(--secondary-color);
}

.suggestion-item {
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.suggestion-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 15px;
}

.suggestion-thumb {
    width: 84px;
}

.suggestion-thumb img {
    aspect-ratio: 19 / 13;
    object-fit: cover;
}

#suggestion-list-search {
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.suggestion-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

/* ============================================ hero section ============================================ */

.hero_section {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}

.hero_section .hero_section_inner:first-child {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

.hero_section .hero_section_inner .hero-img a {
    display: flex;
    height: 100%;
    position: relative;
}

.hero_section .hero_section_inner .hero-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_section .hero_section_inner .hero_content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hero_section .hero_section_inner .hero_content h2 a,
.hero_section .hero_section_inner .hero_content h1 a {
    color: var(--black);
}

.hero_section .hero_section_inner:first-child .hero-img {
    aspect-ratio: 19 / 10;
}

.hero_section .hero_section_inner:first-child .hero_content {
    padding-top: 18px;
}

.hero_section .hero_section_inner:first-child .hero_content h2,
.hero_section .hero_section_inner:first-child .hero_content h1 {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: var(--black);
}

.hero_section .hero_section_inner:first-child .hero_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
}

.hero_section .hero_section_inner:not(:first-child) .hero-img {
    aspect-ratio: 19 / 11;
}

.hero_section .hero_section_inner:not(:first-child) .hero-img a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(179.93deg, rgba(0, 0, 0, 0) 43.56%, var(--black) 99.94%);
}

.hero_section .hero_section_inner:not(:first-child) .hero_content {
    padding: 10px 2px 0px;
}

.hero_section .hero_section_inner:not(:first-child) .hero_content h2,
.hero_section .hero_section_inner:not(:first-child) .hero_content h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
}

.hero_section .hero_section_inner:not(:first-child) .hero_content p {
    display: none;
}


/* ============================================ Custom "Astra" button in classic editor  ============================================ */

/* Custom Columns Layout */
.custom-columns {
    display: flex !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
}

.custom-column {
    padding: 10px !important;
    box-sizing: border-box !important;
}

/* 2 Column Layout */
.custom-column-2 {
    flex: 0 0 48% !important;
}

/* 3 Column Layout */
.custom-column-3 {
    flex: 0 0 32% !important;
}

/* 4 Column Layout */
.custom-column-4 {
    flex: 0 0 23% !important;
}

.post-main-content .custom-button-medium {
    background-color: #DD1928;
    color: #fff;
    padding: 15px 20px;
    line-height: 50px;
}

.post-main-content .custom-button-small {
    background-color: #DD1928;
    color: #fff;
    padding: 10px 15px;
    line-height: 50px;
    font-size: 14px;
}

.post-main-content .custom-button-large {
    background-color: #DD1928;
    color: #fff;
    padding: 15px 40px;
    line-height: 50px;
    font-size: 18px;

}

/* ============================================ Industry News ============================================ */

.industry_main_news {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.industry_news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.industry_lists {
    grid-template-columns: repeat(1, 1fr);
}

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

.industry_img a {
    display: flex;
    height: 100%;
}

.industry_img img {
    aspect-ratio: 19 / 12;
    object-fit: cover;
}

.industry_content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.industry_content h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
    padding-bottom: 4px;
}

.industry_content h2 a {
    color: var(--secondary-color);
}

.industry_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--secondary-color);
}

/* ============================================ Global events summit ============================================ */

.ast-page-builder-template.single .post-navigation {
    display: none;
}


/* ============================================ Events & Awards ============================================ */

.event_award_main {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

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

.event_award_inner {
    display: flex;
    gap: 46px;
}

.event_award_inner .event_award_img {
    width: 266px;
    aspect-ratio: 19 / 13;
}

.event_award_inner .event_award_img a {
    height: 100%;
    display: flex;
}

.event_award_inner .event_award_img img {
    width: 100%;
    aspect-ratio: 19 / 13;
    height: 100%;
    object-fit: contain;
    border: 1px solid #ddd;
    background-color: #fff;
}

.event_award_inner .event_award_content {
    width: calc(100% - 312px);
    display: flex;
    flex-direction: column;
    padding-top: 2px;
    gap: 8px;
}

.event_award_content .date {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-bottom: 4px;
}

.event_award_content .date a {
    color: var(--primary-color);
}

.event_award_content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: var(--secondary-color);
}

.event_award_content h2 a {
    color: var(--secondary-color);
}

.event_award_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: var(--secondary-color);
}


/* ============================================ Exclusives section & MICE section ============================================ */

.mice_exclusives_main {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.mice_exclusives {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.mice_exclusives_inner .mice_exclusives_img a {
    display: flex;
}

.mice_exclusives_inner .mice_exclusives_content h2 a {
    color: var(--secondary-color);
}

.mice_exclusives_inner:first-child {
    display: flex;
    grid-column: span 3 / span 3;
    gap: 46px;
}

.mice_exclusives_inner:first-child .mice_exclusives_img {
    width: 360px;
}

.mice_exclusives_inner:first-child .mice_exclusives_img img {
    aspect-ratio: 19 / 12;
    object-fit: cover;
}

.mice_exclusives_inner:first-child .mice_exclusives_content {
    width: calc(100% - 406px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mice_exclusives_inner:first-child .mice_exclusives_content h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--secondary-color);
}

.mice_exclusives_inner:first-child .mice_exclusives_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: var(--secondary-color);
}

.mice_exclusives_inner:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mice_exclusives_inner:not(:first-child) .mice_exclusives_content p {
    display: none;
}

.mice_exclusives_inner:not(:first-child) .mice_exclusives_img img {
    aspect-ratio: 19 / 12;
    object-fit: cover;
}

.mice_exclusives_inner:not(:first-child) .mice_exclusives_content h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: var(--secondary-color);
}


/* ============================================ Interviews ============================================ */

.interviews_main {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.interviews {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    padding: 0 50px;
}

.interviews_inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.interviews_img {
    position: relative;
}

.interviews_img a {
    display: flex;
}

.interviews_img a img {
    aspect-ratio: 19 / 12;
    object-fit: cover;
}

.play-icon {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.play-icon svg {
    width: 20px;
    height: 20px;
    color: var(--white);
}

.interviews_content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.interviews_content h2 {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.4;
    color: var(--secondary-color);
}

.interviews_content h2 a {
    color: var(--secondary-color);
}

.interviews_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: var(--secondary-color);
}


/* ============================================ Travel News ============================================ */

.travel_main {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.travel_main .slick-slider {
    margin: 0px -17px;
}

.travel_main .slick-track {
    cursor: grab;
}

.travel_main .slick-slide {
    padding: 0px 17px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
    height: auto;
}

.travel_news_inner {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
}

.travel_news .slick-track .slick-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.travel_news_img a {
    display: flex;
}

.travel_news_img img {
    aspect-ratio: 19/12.5;
    object-fit: cover;
}

.travel_news_content h2 {
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    color: var(--secondary-color);
}

.travel_news_content h2 a {
    color: var(--secondary-color);
}


/* ============================================ sector section & market section ============================================ */

.sector_main,
.market_main {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sectorTabcontent,
.marketTabcontent {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
}

.sectorTabcontent.active,
.marketTabcontent.active {
    display: grid;
}

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

.sector_market_img a {
    display: flex;
}

.sector_market_img img {
    aspect-ratio: 19 / 12;
    object-fit: cover;
}

.sector_market_content h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--secondary-color);
}

.sector_market_content h2 a {
    color: var(--secondary-color);
}

.ViewAllbtnMarSec {
    display: flex;
    justify-content: center;
}

.market-sector-view-all-btn {
    background-color: #DF1F2A;
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
}

.market-sector-view-all-btn:hover {
    color: #fff;
}

/* ============================================ skeleton Loader ============================================ */

#ctm-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ctm-skeleton-loader {
    width: 100%;
    max-width: 1332px;
    padding: 20px;
}

.ctm-skeleton {
    background: linear-gradient(90deg, #eeeeee 25%, #dddddd 50%, #eeeeee 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
}

.ctm-top-bar {
    height: 20px;
    width: 100%;
    margin-bottom: 5px;
}

.ctm-banner {
    height: 100px;
    width: 100%;
    margin-bottom: 30px;
}

.ctm-search-box {
    height: 100px;
    width: 60%;
    margin: 0 auto 30px;
}

.ctm-content-section {
    display: flex;
    flex: 1;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

.ctm-main-content {
    flex: 3;
    height: 300px;
}

.ctm-sidebar {
    flex: 1;
    height: 300px;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 768px) {
    .ctm-content-section {
        flex-direction: column;
    }

    .ctm-search-box {
        width: 100%;
    }
}


/* ============================================ Join The Community ============================================ */

.join_main {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.join_main_heading {
    font-weight: 700;
    position: relative;
    font-size: 19px;
    line-height: 24px;
    color: var(--secondary-color);
    margin-bottom: 0px !important;
}

.join_main_heading::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: var(--primary-color);
}

.join_main_input_inner,
.join_main_input {
    position: relative;
}

.join_main_input_inner input {
    padding: 18px 18px 18px 40px;
    background-color: var(--white);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    height: auto;
    border-radius: 0px;
    color: var(--secondary-color);
    border: 1px solid var(--border);
}

.join_main_input_inner svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    width: 16px;
    height: 16px;
}

.join_main_input_inner input::placeholder {
    color: var(--secondary-color);
}

.form-btn {
    position: absolute;
    aspect-ratio: 1 / 1;
    background-color: var(--primary-color) !important;
    border-radius: 0px;
    outline: none;
    border: none;
    bottom: 6px;
    top: 6px;
    display: flex;
    padding: 0;
    right: 6px;
    justify-content: center;
    align-items: center;
}

p#error-mess {
    font-size: 12px;
    line-height: 1;
    padding: 5px 0 0px;
    color: var(--primary-color);
    letter-spacing: 0.1px;
    font-weight: 400;
}

.join_main_mobile,
.join_mid_content {
    flex-direction: row-reverse;
    gap: 16px;
    padding: 14px;
    background-color: var(--primary-color);
    align-items: center;
}

.join_main_mobile form,
.join_mid_content form {
    width: calc(100% - 116px);
}

.join_main_mobile .join_main_heading,
.join_mid_content .join_main_heading {
    font-size: 14px;
    color: var(--white);
    line-height: 1.2;
    text-transform: uppercase;
    width: 100px;
}

.join_main_mobile .join_main_heading::after,
.join_mid_content .join_main_heading::after {
    display: none;
}

.join_main_mobile .form-btn,
.join_mid_content .form-btn {
    aspect-ratio: unset;
    bottom: unset;
    top: 50%;
    padding: 0;
    right: 10px;
    transform: translateY(-50%);
    background-color: transparent;
}

.join_main_mobile .join_main_input_inner input,
.join_mid_content .join_main_input_inner input {
    padding: 4px 34px 4px 8px;
    font-size: 14px;
    border-radius: 4px;
}


/* ============================================ partner content and industry event ============================================ */

.partner_main,
.industy_event_main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.partner,
.industy_event {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.partner_inner,
.industy_event_inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.partner_img,
.industy_event_img {
    width: 84px;
}

.partner_img a,
.industy_event_img a {
    display: flex;
}

.industy_event_img img {
    object-fit: contain !important;
}

.industy_event_img {
    background-color: #FFF !important;
    border: 1px solid #ddd;
}

.partner_img img,
.industy_event_img img {
    aspect-ratio: 19 / 13;
    object-fit: cover;
}

.partner_content,
.industy_event_content {
    width: calc(100% - 99px);
}

.partner_content h2,
.industy_event_content h2 {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary-color);
}

.partner_content h2 a,
.industy_event_content h2 a {
    color: var(--secondary-color);
}


/* ============================================ industry appointment ============================================ */

.comp-logo-name {
    gap: 5px;
    display: flex;
    align-items: center;
}

.association-main {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.assoc-label p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    font-family: 'Inter';
}

.comp-logo-name p {
    font-size: 15px;
    color: #DF1F2A;
    font-weight: 500;
    font-family: 'Inter';
}

.comp-logo-name a {
    color: #DF1F2A;
}

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

.comp-logo-name img {
    box-shadow: rgb(124 120 120 / 8%) 0px 3px 8px;
    height: 40px;
    vertical-align: middle;
    border-radius: 40px;
}

.industry_inspiring_inner {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
}

.industry_inspiring_img a {
    display: flex;
}

.industry_inspiring_img img {
    aspect-ratio: 19 / 18;
    object-fit: cover;
}

.industry_inspiring_content h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--secondary-color);
}

.industry_inspiring_content h2 a {
    color: var(--secondary-color);
}

.industry_inspiring_main .slick-prev {
    left: -15px;
}

.industry_inspiring_main .slick-next {
    right: -15px;
}

.industry_inspiring_main .slick-prev,
.industry_inspiring_main .slick-next {
    width: 36px;
    height: 36px;
    box-shadow: none;
    background-color: #666666;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.35s;
    top: 40%;
}

.industry_inspiring_main .slick-prev:hover,
.industry_inspiring_main .slick-next:hover {
    background-color: var(--primary-color);
}

.industry_inspiring_main .slick-prev::before,
.industry_inspiring_main .slick-next::before {
    content: "" !important;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.industry_inspiring_main .slick-prev::before {
    background-image: url("https://storage.googleapis.com/stateless-www-live-traveldailymedia/2025/03/438a2182-arrow-left-long-line.svg");
}

.industry_inspiring_main .slick-next::before {
    background-image: url("https://storage.googleapis.com/stateless-www-live-traveldailymedia/2025/03/2d7d3c1b-arrow-right-long-line-1.svg");
}


.ast-article-single figure,
.ast-article-single img:not(figure img) {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* ============================================ industry event ============================================ */

.industy_event_content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.industy_event_content .date {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.06rem;
    line-height: 100%;
    letter-spacing: 6%;
    text-transform: uppercase;
    color: var(--primary-color);
}



/* ============================================ Archive template ============================================ */

.archive-description {
    line-height: 25px;
}

.archive-description-inner p {
    font-size: 14px;
    font-weight: 600;
}

.archive-description-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.archive-description-inner a {
    font-size: 12px;
    font-weight: 500;
    background-color: #DF1F2A;
    color: #fff;
    padding: 3px 10px;
    border-radius: 50px;
    margin-left: 10px;
}

/* ============================================ most read section and resource center section ============================================ */

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

.most_resource {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.most_resource li:not(:last-child) {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}

.most_resource li a {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary-color);
}


/* ============================================ subscribe to TDM ============================================ */

.form-inp-container {
    display: flex;
    flex-direction: column;
    gap: 34px
}

.form-inp-container-inner {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.form-inp-input {
    position: relative;
}

svg.input-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    color: var(--primary-color);
    transform: translateY(-50%);
}

.form-inp-label {
    display: flex;
    align-items: flex-start;
    gap: 2px;
}

.form-inp-label label {
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
    font-weight: 700;
}

.form-inp-input input,
.form-inp-input select {
    padding: 18px 18px 18px 40px;
    background-color: var(--white);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    height: auto;
    border-radius: 0px;
    color: var(--secondary-color);
    border: 1px solid var(--border);
}

.fst-lst-name-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

#suggestions-list-sub-page-company,
#suggestions-list {
    position: absolute;
    top: 110%;
    z-index: 1;
    padding: 10px;
    left: 0;
    max-height: 170px;
    width: 100%;
    border: 1px solid var(--border);
    background-color: var(--white);
    overflow-y: auto;
}

#suggestions-list-sub-page-company li,
#suggestions-list li {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-color);
}

.services-section {
    padding-top: 34px;
}

.services-header-section h4 {
    font-family: "Inter", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--secondary-color);
    text-align: center;
    padding-bottom: 25px;
}

.elementor-element-76a0faac {
    padding-top: 0px;
}

.services-list-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

.newslatter-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.promp-th-th-div {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.check-field-div label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
    color: var(--secondary-color);
}

.check-field-div label input {
    width: 16px;
    height: 16px;
    accent-color: var(--primary-color);
}

.newslatter-div .form-inp-input {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-services-titles span {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 700;
}

.lst-part-form-container {
    padding-top: 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}

.submit-usr-btn-div {
    display: flex;
    justify-content: center;
    padding-top: 34px;
}

.sub-usr-btn {
    background-color: #1D2327;
    border-radius: 0px !important;
    font-size: 12px;
    font-weight: 500;
    font-family: Inter, sans-serif !important;
    letter-spacing: 0;
    padding: 5px 35px;
}


.no_event_article p {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 20px;
    font-style: inherit;
    text-transform: capitalize;
}

/* ============================================ thirsty thursday join ============================================ */

.user-exist-cls {
    display: flex;
    justify-content: center;
}

.user-button {
    border-radius: 0px;
    padding: 20px 30px;
    background-color: var(--primary-color);
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}


/* ============================================ event photos ============================================ */

.event_photo_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.event_photo_inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.event_photo_img {
    background-color: var(--white);
    padding: 10px;
    border: 1px solid var(--border);
}

.event_photo_img a {
    display: flex;
    height: 100%;
}

.event_photo_img img {
    aspect-ratio: 19 / 12;
    object-fit: cover;
}

.event_photo_content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.event_photo_content .events_folder {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--primary-color);
}

.event_photo_content .events_name {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: var(--secondary-color);
}


/* ============================================ write page/ create event page  ============================================ */

#guest-post-form,
#guest-event-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.header-under-form {
    display: flex;
    flex-direction: column;
}

.header-under-form h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: var(--secondary-color);
}

.header-under-form span {
    padding-top: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary-color);
}

.guest-post-form-inner {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.guest-post-form-inner label {
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
    font-weight: 700;
}

.guest-post-form-inner input,
.guest-post-form-inner select {
    padding: 15px 20px;
    background-color: var(--white);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    height: auto;
    border-radius: 0px;
    color: var(--secondary-color);
    border: 1px solid var(--border);
}

.form_info {
    text-align: end;
    font-size: 14px;
    font-style: italic;
    color: var(--secondary-color);
}

#guest-post-form .submit-usr-btn-div,
#guest-event-form .submit-usr-btn-div {
    padding: 0;
}

#image-preview,
#image-preview-event {
    width: 110px;
    height: 110px;
    object-fit: contain;
    padding: 10px;
    background-color: var(--white);
    border: 1px solid var(--border);
}


/* ============================================ footer  ============================================ */

.footer-form .elementor-message-svg {
    color: var(--white) !important;
    margin: 0px !important;
    padding-top: 10px !important;
}

.footer-form .elementor-message-svg:before {
    filter: brightness(0) invert(1) !important;
}

input#email-input {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 15px;
}

button.sub-tdm-btn {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.5rem;
    letter-spacing: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 14px 40px 14px 40px;
    background-color: #FFECED00;
    color: #ffffff;
    border-color: #fff;
}

/* ============================================ login-forms  ============================================ */

.form-icon-header {
    display: flex;
}

.form-icon-header a,
.header-logout-icon {
    display: flex;
}

.form-icon-header svg,
.header-logout-icon svg {
    width: 24px;
    height: 24px;
}

.UserIconHeaderCls {
    position: relative;
}

#user-name-initial {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    cursor: pointer;
    height: 34px;
    background-color: var(--white);
    border-radius: 50%;
}

.user-initial-inner {
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    color: var(--primary-color);
}

.UserIconDropDown {
    flex-direction: column;
    position: absolute;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 10;
    width: max-content;
    background-color: var(--white);
    top: 130%;
    right: 0;
}

.UserIconDropDown a {
    padding: 13px 20px;
    font-size: 14px;
    color: var(--secondary-color);
    transition: all 0.35s;
}

.UserIconDropDown a:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

#log-reg-ctm-popup,
#SuccessMsgContainer,
#edit_profile,
#ch_password {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 20;
    justify-content: center;
    align-items: center;
}

#log-reg-ctm-popup>div,
#thankYouPopup,
#edit_profile>div,
#ch_password>div {
    width: min(90%, 475px);
    background-color: var(--white);
    padding: 30px;
    position: relative;
}

#thankYouPopup {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.close {
    position: absolute;
    top: 5px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    right: 5px;
    background-color: #df1f291c;
    display: flex;
    z-index: 1;
}

.close svg {
    width: 20px;
    height: 20px;
    color: var(--secondary-color);
}

.login-main-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
}

.login-main-heading .login-logo {
    height: 40px;
}

.heading-form,
#thankYouPopup h2 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1.4;
}

#thankYouPopup h2 {
    font-size: 32px;
}

.login-main-heading p,
#thankYouPopup p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: var(--secondary-color);
}

#thankYouPopup p {
    font-size: 18px;
}

.login-filed,
.inputshorteditfield,
.password_form_inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fa-eye:before,
.fa-eye-slash:before {
    display: none;
}

.inputGroup-inner {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.inputGroup-inner label {
    font-size: 14px;
    line-height: 14px;
    color: var(--secondary-color);
    font-weight: 600;
}

.inputGroup-inner input,
.inputGroup-inner textarea {
    padding: 12px 20px 12px 14px;
    background-color: var(--white);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    height: auto;
    border-radius: 0px;
    color: var(--secondary-color);
    border: 1px solid var(--border);
}

#username-error,
#log-password-field-error,
#email-error,
#password-error,
#confirm-password-error,
#response-message,
#new-password-field-error,
#new-confirm-password-field-error {
    font-size: 14px;
    line-height: 1;
    color: var(--primary-color);
    font-weight: 500;
}

.eye-inner,
.slash-inner {
    display: none;
    width: 20px;
    height: 20px;
}

.fa-eye .eye-inner {
    display: block;
}

.fa-eye-slash .slash-inner {
    display: block;
}

.inputGroup-inner>div {
    position: relative;
}

.user-log-eye-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

.remember-check {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 30px;
}

.remember-check-inner,
.check-box-div {
    display: flex;
    align-items: center;
    gap: 5px;
}

#remember-me {
    width: 18px;
    height: 18px;
    accent-color: var(--primary-color);
}

.form-radio {
    width: 16px;
    height: 16px;
    accent-color: var(--primary-color);
}

.remember-check-inner label,
.check-box-div label {
    line-height: 1;
    color: var(--secondary-color);
}

.forgot {
    font-size: 14px;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    color: var(--primary-color);
    font-weight: 500;
}

.dont-acc {
    text-align: center;
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 500;
    padding-top: 10px;
}

.form_btn {
    margin-top: 30px;
    background-color: var(--primary-color) !important;
    border-radius: 0px !important;
    font-size: 17px;
    font-weight: 500;
    font-family: Inter, sans-serif !important;
    letter-spacing: 0;
    padding: 14px 35px;
    width: 100%;
}

.dont-acc a {
    color: var(--primary-color);
    font-weight: 600;
}

.want-to {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 10px;
    color: var(--secondary-color);
}

.checkbx-input-container {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 24px;
    justify-content: center;
}

.back-login a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.back-login a svg {
    width: 19px;
    height: 19px;
    color: var(--primary-color);
}

/* nexnted social login */

.nextend-social-login .nsl-container-buttons {
    display: flex !important;
    padding: 15px 0px 0px !important;
    justify-content: center;
    gap: 12px;
}

.nsl-container-buttons .nsl-button-label-container {
    display: none !important;
    width: 0% !important;
    padding: 0px !important;
    line-height: 0px !important;
}

.nsl-container-buttons div.nsl-container-block-fullwidth .nsl-container-buttons a,
div.nsl-container-block .nsl-container-buttons a {
    flex: none !important;
    width: auto !important;
}

span#login-username-error,
span#login-password-error {
    color: red;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

/* ============================================ profile edit start ============================================ */

.profile_headihg,
.profile_photo {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 24px;
}

.profile_headihg {
    padding: 24px 0px 34px;
}

.profile_headihg h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.1px;
    color: var(--secondary-color);
}

.profile_headihg span {
    height: 2px;
    background-color: var(--secondary-color)2221a;
    border-radius: 10px;
}

.profile_photo,
.profile_info {
    padding: 24px 44px;
    background-color: var(--white);
    border: 1px solid #DEDEDE;
    gap: 34px;
    margin-bottom: 34px;
}

.profile_photo .profile-pic {
    width: 140px;
    height: 140px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_photo .user-initial-inner {
    color: var(--white);
    font-weight: 600;
    font-size: 40px;
}

.profile_photo_detail {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.profile_photo_detail h6 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
}

.profile_photo_detail p {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--secondary-color);
    opacity: 0.9;
}

.profile_photo_detail p.user_email {
    text-transform: lowercase;
}

.profile_info {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.profile_info .profile_info_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #DEDEDE;
}

.profile_info_heading h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
}

.profile_edit_btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile_edit_btn {
    background-color: var(--primary-color) !important;
    border-radius: 0px !important;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    font-family: Inter, sans-serif !important;
    letter-spacing: 0;
    padding: 14px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.profile_edit_btn svg {
    width: 18px;
    height: 18px;
}

.profile_info_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.profile_info_details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.profile_info_details:last-child {
    grid-column: span 2 / span 2;
}

.profile_info_details p {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color);
    text-transform: capitalize;
    opacity: 0.7;
}

.profile_info_details span {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary-color);
}

#edit_profile,
#ch_password {
    z-index: 100;
}

.edit_profile_inner h4,
.change_profile_inner h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    padding-bottom: 24px;
}

.password-change-message p {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 14px;
}


/* ============================================ change password ============================================ */

#email-confirm-form,
.change_password_main {
    width: min(100%, 475px);
    background-color: var(--white);
    padding: 30px;
    position: relative;
    margin: 0 auto;
}


/* ============================================ TDM news ============================================ */

.news-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
}

.news_inner .news_content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.news_inner .news_img a {
    display: flex;
}

.news_inner .news_content h2 a {
    color: var(--secondary-color);
}

.news_cat {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.news_inner .news_content h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: var(--secondary-color);
}

.news_cat a {
    color: var(--primary-color);
}

.news_readmore a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    padding-top: 8px;
    color: var(--primary-color);
}

.news_inner:first-child {
    grid-column: span 2 / span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
}

.news_inner:first-child .news_content {
    padding-top: 10px;
}

.news_inner:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.news_inner:not(:first-child) .news_img img {
    aspect-ratio: 19 / 12;
    object-fit: cover;
}

.news_inner:first-child .news_content p,
.news_inner:not(:first-child) .news_content p {
    font-weight: 400;
    font-size: 14px;
    padding-top: 6px;
    line-height: 1.6;
    color: var(--secondary-color);
}

.news_inner:first-child .news_content p {
    font-size: 16px;
}

.load-more-button {
    display: flex;
    justify-content: center;
    padding-top: 34px;
}

.load-more-button button {
    background-color: var(--primary-color) !important;
    border-radius: 0px !important;
    font-size: 17px;
    font-weight: 500;
    font-family: Inter, sans-serif !important;
    letter-spacing: 0;
    padding: 18px 35px !important;
    color: #fff;
}


/* ============================================ refer someone ============================================ */

.reder_main_heading {
    font-size: 26px !important;
    font-weight: 600 !important;
    color: var(--secondary-color) !important;
    padding: 5px 0px;
    text-align: center;
    margin: 0 0 24px !important;
}

.refer-frm-container,
.experts-container {
    width: min(100%, 767px);
    margin: 0 auto;
}

.refer-frm-container-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.refer-inp-cont-inn,
.form-group-input {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.refer-input-title h5,
.form-group-input label {
    font-size: 16px !important;
    line-height: 24px !important;
    color: var(--secondary-color);
    font-weight: 700 !important;
    margin: 0 !important;
}

.refer-input-field input,
.refer-input-field select,
.form-group-input textarea {
    padding: 12px 20px 12px 14px;
    background-color: var(--white);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    height: auto;
    border-radius: 0px;
    color: var(--secondary-color);
    border: 1px solid var(--border);
}

.refer-frm-container-inner .refer-inp-cont:last-child {
    grid-column: span 2 / span 2;
}

.add_more {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 24px 0 0;
}

p.add_field_button {
    background-color: var(--white);
    border: 1px solid var(--border);
    font-size: 14px;
    font-weight: 500;
    padding: 12px 10px;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

p.add_field_button svg {
    width: 26px;
    height: 26px;
}

.remove_field {
    background-color: var(--white);
    border: 1px solid var(--border);
    width: 40px;
    color: var(--secondary-color);
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
}

.refer-frm-container:has(.add_people) .remove_field {
    display: flex;
}

.remove_field svg {
    width: 30px;
    height: 30px;
}

.add_people {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid var(--border);
}

.refer_btn,
.priv_form_btn {
    display: flex;
    justify-content: center;
    padding-top: 34px;
}

.refer_btn button,
.priv_form_btn button {
    background-color: var(--primary-color) !important;
    border-radius: 0px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    font-family: Inter, sans-serif !important;
    letter-spacing: 0;
    padding: 18px 35px !important;
}


/* ============================================ profile privacy setting ============================================ */

h2.profile_pri_title {
    font-size: 26px;
    font-weight: 600;
    color: var(--secondary-color);
    padding: 5px 0px;
    text-align: center;
    margin: 0 0 24px;
}

.priv_form {
    padding-bottom: 34px;
}

.priv_form h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 1.5;
}

.priv_form p {
    font-size: 12px;
    font-weight: 400;
    color: var(--secondary-color);
    opacity: 0.7
}

.priv_form_inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

.priv_form_inner label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.priv_form_inner label span {
    width: calc(100% - 19px);
    line-height: 20px;
}

.priv_form_inner label input {
    width: 14px;
    height: 14px;
    accent-color: var(--primary-color);
}

.priv_form_btn_main .priv_form_btn {
    padding: 0px;
}

.experts-comment-success-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.experts-comment-success-inner p {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 1.5;
}

.experts-comment-success,
.experts-comment-unsuccess {
    padding-top: 24px;
}

.experts-comment-unsuccess p {
    text-align: center;
}

.experts-comment-success-inner p a {
    color: var(--primary-color);
}


/* ============================================ single post ============================================ */

.post-main-content .elementor-element {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}

.post-main-content .elementor-element-150b0c5 {
    margin-top: 0px !important;
}

.aem-GridColumn img {
    aspect-ratio: 2 / 0 !important;
    width: auto !important;
    margin: auto !important;
}

.post_category ul li .elementor-post-info__terms-list {
    font-size: 0px;
    display: flex;
}

.post_category ul li .elementor-post-info__terms-list a {
    font-size: 12px;
    padding: 1px 5px 1px 0px;
    margin-right: 5px;
}

.entry-header .entry-meta {
    display: none;
}

.post_category ul li .elementor-post-info__terms-list a:first-child {
    border-right: 2px solid var(--primary-color);
}

.post_category ul li .elementor-post-info__terms-list a:not(:nth-child(-n+2)) {
    display: none;
}

.post_featured_img img {
    aspect-ratio: 19 / 11;
    object-fit: contain;
}

/* General style for all images inside .post_content */
/* .post_content img {
    aspect-ratio: 19 / 11;
    width: 100%;
  } */

/* Cancel the global rule if image is inside .other-images-ctm AND has width+height */
.other-images-ctm img[width][height] {
    aspect-ratio: auto !important;
    width: revert-layer;
    margin: 0 auto;
}

.other-images-ctm img {
    text-align: center;
    display: block;
}

/* Apply fallback style only if image is inside .other-images-ctm AND missing width/height */
.other-images-ctm img:not([width]):not([height]) {
    aspect-ratio: auto !important;
    width: auto !important;
    margin: auto !important;
}

.social_links {
    display: flex;
    gap: 10px;
}

.confirmed-attendees-ctm-img .gallery-item {
    border: 1px solid #ddd;
    padding: 10px !important;
    border-radius: 20px;
    margin: 22px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.confirmed-attendees-ctm-img .elementor-image-gallery .gallery-item {
    vertical-align: middle !important;
}

.social_links img {
    width: 30px;
    border: 2px solid #DFDFDF;
    padding: 5px;
    border-radius: 20px;
    height: 30px;
}

.static-social-box {
    display: flex;
    border: 1px solid #DF1F2A;
    border-radius: 40px;
    background-color: #dfdfdf;
}

.static-social-box img {
    /* width: 100%; */
    height: 25px;
    padding: 7px;
    /* border: 1px solid #ddd; */
}

.social-link {
    width: 30px;
    height: 30px;
    display: block;
}

.social-link-container {
    display: flex;
    gap: 40px;
    width: fit-content;
    justify-content: center;
    align-items: center;
}

.post_featured_img figcaption {
    margin: 0 !important;
    padding-top: 10px;
    text-align: left;
    font-size: 13px;
    font-family: Inter, sans-serif !important;
    opacity: 0.5;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
    margin: 0px 0px 10px !important;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: var(--secondary-color);
    line-height: 2.3;
}

.post_content p,
.post_content .other-images-ctm {
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}

.post-main-content li {
    list-style: disc;
}


.post_content h1:first-child,
.post_content h2:first-child,
.post_content h3:first-child,
.post_content h4:first-child,
.post_content h5:first-child,
.post_content h6:first-child,
.post_content p:first-child,
.post_content a:first-child {
    margin-top: 0px !important;
}

.post_content h1:last-child,
.post_content h2:last-child,
.post_content h3:last-child,
.post_content h4:last-child,
.post_content h5:last-child,
.post_content h6:last-child,
.post_content a:last-child {
    margin-bottom: 0px !important;
}

.post_content img {
    margin: 15px auto;
}

.post_content a {
    color: var(--primary-color);
}

.cls-under-content p {
    text-align: left;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #000;
    line-height: 1.3rem;
}

/* .cls-under-content a.btn.btn-default.btn-lg {
    background-color: #DF1F2A;
    color: #fff;
    padding: 15px 20px;
    line-height: 50px;
} */

.post-main-content a.btn.btn-default.btn-lg,
.post-main-content a.btn.btn-default.btn-md {
    padding: 9px 40px;
    margin: 30px 0px !important;
    display: inline-block;
    background-color: #dd1928 !important;
    color: #fff !important;
}


/* .cls-under-content a.btn.btn-default.btn-lg:hover {
    background-color: transparent;
    color: #DF1F2A;
    padding: 15px 20px;
    line-height: 50px;
    border: 2px solid #DF1F2A;
} */

.category-select-con {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 10px;
    line-height: 0.5;
}

.category-select-con a {
    font-size: inherit;
    color: #DF1F2A;
    font-weight: 600;
}

.vertical-hr-cat {
    border-left: 2px solid #DF1F2A;
    height: 15px;
    line-height: 0;
}

.acf-excerpt-content {
    padding-bottom: 20px;
}

.acf-excerpt-content span {
    font-size: 18px;
    font-weight: 300;
    font-family: 'inter';
    font-style: italic;
    margin: 0px 0px 20px 0px !important;
    color: #8a8a8a;
}

.custom-caption-img-div img {
    aspect-ratio: auto !important;
    width: max-content !important;
    text-align: center !important;
    margin: 15px auto 0px !important;
}

.custom-caption-img-div .custom-image-caption {
    margin-bottom: 0px !important;
    padding-bottom: 5px;
}

.custom-caption-img-div {
    border: 1px solid #ddd;
    padding: 0px 15px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.top-image {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.custom-caption-img-div .wp-caption .wp-caption-text {
    display: none;
}

.custom-caption-img-div a {
    text-align: center;
    display: block;
}

.custom-button {
    padding: 9px 40px;
    margin: 30px 0px !important;
    display: inline-block;
    background-color: #DF1F2A !important;
    color: #fff !important;
}

.custom-post-content-wrapper .gallery-size-full img {
    object-fit: contain;
}

.custom-post-content-wrapper .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* Optional: space between images */
    justify-content: flex-start;
}

.custom-post-content-wrapper .gallery-item {
    width: calc(33.333% - 14px);
    /* 3 columns with gap compensation */
    box-sizing: border-box;
}

/* ============================================ companies page ============================================ */

.comapny_tabs,
.company_profile {
    padding: 24px 44px;
    background-color: var(--white);
    border: 1px solid #DEDEDE;
    margin-bottom: 34px;
    gap: 34px;
    display: grid;
}

.company_profile {
    grid-template-columns: auto 1fr;
}

.company_logo {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid rgba(34, 34, 34, 0.7);
}

.company_logo img {
    width: 100%;
    height: 100%;
}

.company_name p {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
}

.comapny_detial {
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    gap: 14px;
}

.company_name p {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
}

.company_add {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.company_add_inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.company_add_img {
    width: 30px;
    height: 30px;
    background-color: #df1f291c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company_add_img svg {
    width: 18px;
    height: 18px;
    color: var(--secondary-color);
    opacity: 0.7;
}

.company_add_inner p {
    font-size: 14px;
    color: var(--secondary-color);
}

.company_social h3 {
    font-size: 18px;
    color: var(--secondary-color);
    line-height: 1.5;
    padding-bottom: 10px;
}

.company_social_inner {
    display: flex;
    align-items: center;
    gap: 14px;
}

.company_social_link {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    background-color: #df1f291c;
}

.company_social_link svg {
    width: 24px;
    color: var(--secondary-color);
    opacity: 0.7;
    height: 24px;
    transition: all 0.35s;
    display: flex;
}

.company_social_link:hover svg {
    color: var(--primary-color);
}

.comapny_tabs {
    grid-template-columns: 1fr;
}

.company-tab,
.comapny_btn,
.author-page-btn,
.search-page-btn {
    display: flex;
    gap: 14px;
}

.comapny_btn a,
.company-tab button,
.author-page-btn button,
.search-page-btn button {
    background-color: var(--primary-color) !important;
    color: var(--white);
    border-radius: 0px !important;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    font-family: Inter, sans-serif !important;
    letter-spacing: 0;
    padding: 14px;
}

.company-tab button,
.author-page-btn button,
.search-page-btn button {
    background-color: #df1f291c !important;
}

.company-tab button.active,
.author-page-btn button.active,
.search-page-btn button.active {
    background-color: var(--primary-color) !important;
}

#about,
#stories,
#guides {
    flex-direction: column;
}

#about p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--secondary-color);
    font-weight: 500;
    margin-bottom: 0px;
}

#about p:not(:last-child) {
    margin-bottom: 20px;
}

.inspire_story {
    display: flex;
    gap: 46px;
}

.inspire_story:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #DEDEDE;
}

.inspire_story_img {
    width: 266px;
}

.inspire_story .inspire_story_img a {
    display: flex;
}

.inspire_story .inspire_story_img img {
    width: 100%;
    aspect-ratio: 19 / 13;
    height: 100%;
    object-fit: cover;
}

.inspire_contain {
    width: calc(100% - 312px);
    display: flex;
    flex-direction: column;
    padding-top: 2px;
    gap: 8px;
}

.inspire_contain h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    color: var(--secondary-color);
}

.inspire_contain h2 a {
    color: var(--secondary-color);
}

.inspire_contain p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--secondary-color);
}

.inspire_contain .date,
.inspire_contain .related-cat {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-top: 0px;
}

.inspire_contain .related-cat {
    margin-top: 0;
}


/* ============================================ author page ============================================ */

.profile-mailid {
    color: var(--primary-color);
}

.profile-image img {
    width: 300px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.per_details p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary-color);
}

.per_details p a {
    color: var(--primary-color);
}

.about_user {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

p.about_user_title {
    font-size: 24px;
    color: var(--secondary-color);
    font-weight: 700;
}

p.about-bio {
    font-size: 18px;
    line-height: 1.5;
    color: var(--secondary-color);
    font-weight: 500;
}

.author_add {
    flex-direction: column;
}


/* ============================================ search page ============================================ */

.search-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 34px;
}

.search-heading span:first-child {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1.5;
    padding-bottom: 10px;
}

.search-heading span:last-child {
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--secondary-color);
}

.search_tabs {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.search-art-inner {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 34px;
}

.search-art-inner:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #DEDEDE;
}

.search-img {
    width: 200px;
    padding: 5px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid rgba(34, 34, 34, 0.7);
}

.search-img>div {
    display: flex;
}

.search-img img {
    border-radius: 50%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}

.search-content-title {
    font-size: 30px;
    line-height: 1.5;
    color: var(--secondary-color);
    font-weight: 600;
    padding-bottom: 14px;
}

.search-content-title a {
    color: var(--secondary-color);
}

.no_event_article {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.no_event_article a {
    color: var(--white);
}


/* ============================================ event code page ============================================ */

.event-code-container-inner .header-under-form h3 {
    padding: 5px 0px;
    text-align: center;
}

.event-code-container-inner .event-input-con {
    padding-top: 34px;
}

.event-code-container-inner .event-input-con a {
    display: flex;
    justify-content: center;
    padding-top: 34px;
}


/* ============================================ scroll to top ============================================ */

.ast-scroll-top-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: var(--white) !important;
    color: var(--primary-color) !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.ast-scroll-top-icon .icon-arrow {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    justify-content: center !important;
    align-items: center !important;
}

.event-speaker-wrapper {
    padding: 0 16px !important;
}

.elementor-image-gallery .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    align-items: center;
    padding: 0 16px !important;
    margin: 0 !important;
}

.elementor-image-gallery .gallery .gallery-item {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
}


/* ============================================ media query start ============================================ */

@media (min-width: 1025px) {

    body.home .web_takeover.active,
    body.asia .web_takeover.active,
    body.china .web_takeover.active,
    body.india .web_takeover.active,
    body.middle-east .web_takeover.active,
    body.uk .web_takeover.active,
    body.usa .web_takeover.active,
    body.single-post .web_takeover.active {
        display: flex;
    }

    body.home:has(.web_takeover.active),
    body.home:has(.web_takeover.active) .takeover_bg,
    body.uk:has(.web_takeover.active),
    body.usa:has(.web_takeover.active) .takeover_bg,
    body.usa:has(.web_takeover.active),
    body.uk:has(.web_takeover.active) .takeover_bg,
    body.middle-east:has(.web_takeover.active),
    body.middle-east:has(.web_takeover.active) .takeover_bg,
    body.india:has(.web_takeover.active),
    body.india:has(.web_takeover.active) .takeover_bg,
    body.china:has(.web_takeover.active),
    body.china:has(.web_takeover.active) .takeover_bg,
    body.asia:has(.web_takeover.active),
    body.asia:has(.web_takeover.active) .takeover_bg,
    body.single-post:has(.web_takeover.active),
    body.single-post:has(.web_takeover.active) .takeover_bg {
        background-color: #047680;
    }

}

@media (max-width: 1199px) {
    .footer_grid {
        grid-template-columns: 150px 150px 150px 1fr 1fr !important;
    }
}

@media (max-width: 1024px) {
    .footer_grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .section_heading h6,
    .section_heading_two H6 {
        font-size: 24px;
        line-height: 28px;
    }

    .travel_main,
    .market_main,
    .sector_main {
        gap: 28px;
    }

    .section_heading a,
    .section_heading_two a {
        font-size: 14px;
        line-height: 20px;
    }

    .section_heading_two H6 {
        font-size: 28px;
    }

    .sectorTabcontent,
    .marketTabcontent {
        grid-template-columns: repeat(3, 1fr);
    }

    .newsletters {
        grid-column: span 2 / span 2;
        padding-left: 30px;
    }

    .event_photo_main {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-page {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .news_inner:first-child {
        grid-column: span 3 / span 3;
        gap: 34px;
    }

    .news_readmore a {
        font-size: 16px;
        padding-top: 0;
    }

    .company_logo {
        width: 170px;
        height: 170px;
    }

    .comapny_tabs,
    .company_profile {
        padding: 24px;
        margin-bottom: 24px;
        gap: 24px;
    }

    .company_name p {
        font-size: 20px;
    }

    .company_add_img,
    .company_social_link {
        width: 30px;
        height: 30px;
    }

    .company_add_img svg,
    .company_social_link svg {
        width: 18px;
        height: 18px;
    }

    .company_add_inner p,
    .company_social h3 {
        font-size: 14px;
    }

    .comapny_btn a,
    .company-tab button,
    .author-page-btn button,
    .search-page-btn button {
        font-size: 12px;
        padding: 8px;
    }

    #about p {
        font-size: 14px;
    }

    .inspire_story:not(:last-child) {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .inspire_story_img {
        width: 200px;
    }

    .inspire_story {
        gap: 24px;
    }

    .inspire_contain {
        width: calc(100% - 224px);
    }

    .inspire_contain h2 {
        font-size: 16px;
        -webkit-line-clamp: 1;
    }

    .inspire_contain p {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .search-img {
        width: 150px;
        height: 150px;
    }

    .search-content-title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .event-speaker-wrapper {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .elementor-image-gallery .gallery {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 880px) {

    .industry_news,
    .mice_exclusives,
    .interviews,
    .travel_main .slick-slide,
    .sectorTabcontent,
    .marketTabcontent {
        gap: 24px;
    }

    .industry_inner,
    .mice_exclusives_inner:not(:first-child),
    .interviews_inner,
    .travel_news_inner,
    .sector_market_inner {
        gap: 10px;
        width: 100%;
    }

    .travel_main .slick-slide {
        padding: 0px 12px;
    }

    .form-inp-container,
    .fst-lst-name-cont,
    .services-list-container,
    .promp-th-th-div {
        gap: 24px;
    }

    .services-header-section h4 {
        font-size: 20px;
    }

    .news-page {
        grid-template-columns: repeat(2, 1fr);
    }

    .news_inner:first-child {
        grid-column: span 2 / span 2;
        gap: 24px;
    }

    .event-speaker-wrapper {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media (max-width: 767px) {

    /* .arrow-side-social {
        display:none;
    } */

    .section_heading {
        padding-bottom: 10px;
    }

    .section_heading h6,
    .section_heading_two H6 {
        font-size: 18px;
        line-height: 24px;
    }

    .section_heading_two a {
        display: flex;
    }

    .section_heading_two .arrow {
        display: none;
    }

    .hero_section {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 20px;
    }

    .hero_section .hero_section_inner:first-child .hero-img {
        aspect-ratio: 19 / 12;
        margin: 0 -16px;
    }

    .hero_section .hero_section_inner:first-child .hero_content {
        padding-top: 10px;
        gap: 10px;
    }

    .hero_section .hero_section_inner:first-child .hero_content h2,
    .hero_section .hero_section_inner:first-child .hero_content h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .hero_section .hero_section_inner:not(:first-child) .hero_content {
        padding: 5px 0px;
    }

    .hero_section .hero_section_inner:not(:first-child) .hero_content h2,
    .hero_section .hero_section_inner:not(:first-child) .hero_content h1 {
        font-size: 14px;
        line-height: 20px;
    }

    .industry_main_news,
    .event_award_main,
    .mice_exclusives_main {
        gap: 20px;
    }

    .travel_news {
        display: grid;
    }

    .industry_news,
    .mice_exclusives,
    .travel_news,
    .sectorTabcontent,
    .marketTabcontent {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: 100%;
    }

    .industry_news.industry_lists {
        grid-template-columns: repeat(1, 1fr);

    }

    .industry_news .industry_inner:first-child,
    .mice_exclusives .mice_exclusives_inner:first-child,
    .travel_news .travel_news_inner:first-child,
    .sectorTabcontent .sector_market_inner:first-child,
    .marketTabcontent .sector_market_inner:first-child {
        grid-column: span 2 / span 2;
    }

    .industry_content h2,
    .mice_exclusives_inner:first-child .mice_exclusives_content h2,
    .mice_exclusives_inner:not(:first-child) .mice_exclusives_content h2,
    .travel_news .travel_news_inner .travel_news_content h2,
    .sector_market_inner .sector_market_content h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .industry_news .industry_inner:not(:first-child) .industry_content p {
        display: none;
    }

    .industry_news .industry_inner:nth-last-child(-n+3) {
        display: none;
    }

    .partner .partner_inner:not(:nth-child(-n+6)) {
        display: none;
    }

    .event_award_inner {
        gap: 14px;
    }

    .event_award_inner .event_award_img {
        width: 134px;
        aspect-ratio: 19 / 12;
    }

    .event_award_inner .event_award_img img {
        aspect-ratio: 0;
    }

    .event_award_inner .event_award_content {
        width: calc(100% - 148px);
        gap: 10px;
    }

    .event_award_content h2 {
        font-size: 15px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
    }

    .event_award_content p {
        display: none;
    }

    .mice_exclusives_inner:first-child {
        flex-direction: column;
        gap: 10px;
    }

    .mice_exclusives_inner:first-child .mice_exclusives_img {
        width: 100%;
    }

    .mice_exclusives_inner:first-child .mice_exclusives_content {
        gap: 6px;
        width: 100%;
    }

    .most_resource .most_resource_inner:not(:nth-child(-n+5)) {
        display: none;
    }

    .travel_news .travel_news_inner:not(:nth-child(-n+5)),
    .sectorTabcontent .sector_market_inner:not(:nth-child(-n+5)),
    .marketTabcontent .sector_market_inner:not(:nth-child(-n+5)) {
        display: none !important;
    }

    .sector_main,
    .market_main {
        padding-top: 16px;
    }

    .sector_main .section_heading_two h6,
    .market_main .section_heading_two h6 {
        display: none;
    }

    .sectorTab,
    .marketTab {
        width: 100%;
    }

    .sectorTab select,
    .marketTab select {
        width: 100%;
    }

    .sector_market_inner .sector_market_content h2 {
        -webkit-line-clamp: 2;
    }

    .news-tips,
    .newsletters {
        grid-column: span 3 / span 3 !important;
    }

    .newsletters {
        padding-left: 0px;
    }

    .services-header-section h4 {
        font-size: 18px;
    }

    .event_photo_main {
        gap: 24px;
    }

    .profile_info_heading h4 {
        font-size: 20px;
    }

    .profile_edit_btn {
        font-size: 14px;
        padding: 12px;
    }

    .profile_edit_btn svg {
        width: 16px;
        height: 17px;
    }

    .profile_photo,
    .profile_info {
        padding: 24px;
    }

    .news-page {
        gap: 20px;
    }

    .news_inner:first-child {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .news_inner:first-child .news_img {
        margin: 0 -16px;
    }

    .news_inner:not(:first-child) .news_content p,
    .news_inner:not(:first-child) .news_content .news_readmore {
        display: none;
    }

    .news_inner:first-child .news_content h2 {
        font-size: 18px;
    }

    .news_inner:not(:first-child) .news_content h2 {
        font-size: 14px;
    }

    .news_inner:first-child .news_content,
    .news_inner .news_content {
        padding-top: 0;
        gap: 0px;
    }

    .news_inner:first-child .news_content p {
        font-size: 14px;
        padding: 0;
    }

    .news_readmore a {
        font-size: 14px;
        padding-top: 0;
    }

    .news_cat {
        padding-bottom: 3px;
    }

    .load-more-button button {
        font-size: 14px;
        padding: 14px 30px !important;
    }

    .company_profile {
        grid-template-columns: 1fr;
    }

    .company_add,
    .comapny_btn {
        flex-direction: column;
    }

    .comapny_btn {
        gap: 10px;
        text-align: center;
    }

    .company_logo {
        width: 100px;
        height: 100px;
    }

    .company_profile {
        gap: 10px;
    }

    .inspire_story {
        gap: 5px;
        flex-direction: column;
    }

    .inspire_story_img,
    .inspire_contain {
        width: 100%;
    }

    .per_details p {
        margin-bottom: 16px;
        font-size: 14px;
    }

    p.about_user_title {
        font-size: 20px;
    }

    p.about-bio {
        font-size: 14px;
    }

    .social-link-container {
        gap: 10px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .social_links {
        gap: 10px;
        flex-wrap: wrap;
    }

    .speaker-modal-inner {
        padding: 20px !important;
    }

    .speaker-modal-inner .modal-content {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .speaker-modal-inner .modal-content .modal-img {
        margin: 0 auto;
        text-align: center;
    }

    .speaker-modal-inner .modal-content .modal-info {
        max-height: 300px !important;
    }
}

@media (max-width: 575px) {

    .fst-lst-name-cont,
    .services-list-container,
    .event_photo_main {
        grid-template-columns: 1fr;
    }

    #footer-form-btn {
        width: 100%;
    }

    #log-reg-ctm-popup>div,
    #thankYouPopup,
    #edit_profile>div,
    #ch_password>div,
    #email-confirm-form,
    .change_password_main {
        padding: 20px;
    }

    .login-main-heading,
    .checkbx-input-container {
        padding-bottom: 20px;
    }

    .login-filed,
    .inputshorteditfield {
        gap: 20px;
    }

    .form_btn {
        margin-top: 20px;
    }

    .inputGroup-inner input,
    .inputGroup-inner textarea {
        padding: 10px 20px 10px 14px;
        font-size: 14px;
    }

    .dont-acc,
    .forgot {
        font-size: 12px;
    }

    .edit_profile_inner h4 {
        font-size: 16px;
    }

    .profile_info .profile_info_heading {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .profile_edit_btns {
        width: 100%;
        justify-content: flex-end;
    }

    .profile_photo,
    .profile_info {
        padding: 20px;
        gap: 34px;
        margin-bottom: 24px;
    }

    .profile_photo {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .profile_photo_detail {
        gap: 5px;
    }

    .profile_headihg {
        padding: 20px 0px 20px;
    }

    .profile_headihg,
    .profile_photo {
        gap: 20px;
    }

    .profile_info .profile_info_heading {
        align-items: flex-start;
        padding-bottom: 20px;
        margin-bottom: 20px;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .profile_edit_btns {
        gap: 10px;
        justify-content: flex-end;
    }

    .profile_info_main {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .profile_info_details:last-child {
        grid-column: span 1 / span 1;
    }

    .profile_photo .profile-pic {
        width: 90px;
        height: 90px;
    }

    .profile_photo .user-initial-inner {
        font-size: 30px;
    }

    .password-change-message p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .profile_headihg h3 {
        font-size: 24px;
    }

    .priv_form h6 {
        font-size: 14px;
    }

    .priv_form p {
        font-size: 10px;
    }

    .priv_form_inner label {
        align-items: flex-start;
    }

    .priv_form_inner label span {
        line-height: 14px;
        font-size: 12px;
    }

    .refer_btn button,
    .priv_form_btn button {
        font-size: 14px !important;
        padding: 14px 25px !important;
    }

    .reder_main_heading {
        font-size: 18px !important;
        margin: 0 0 20px !important;
    }

    .refer-frm-container-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .refer-frm-container-inner .refer-inp-cont:last-child {
        grid-column: span 1 / span 1;
    }

    .add_more {
        padding: 20px 0 0;
    }

    p.add_field_button {
        font-size: 12px;
        padding: 10px;
        gap: 0px;
    }

    p.add_field_button svg {
        width: 22px;
        height: 22px;
    }

    .add_people {
        padding-top: 20px;
        margin-top: 20px;
    }

    .refer-input-title h5,
    .form-group-input label {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .refer-input-field input,
    .refer-input-field select,
    .form-group-input textarea {
        font-size: 12px;
    }

    .experts-comment-success-inner p {
        font-size: 14px;
    }

    .search-img {
        width: 100px;
        padding: 2px;
        height: 100px;
        border: 2px solid rgba(34, 34, 34, 0.7);
    }

    .search-art-inner {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .search-art-inner .comp_location {
        width: calc(100% - 38px);
    }

    .searchform {
        right: -40px;
        width: 250px;
        top: 160%;
    }

    .event-speaker-wrapper {
        grid-template-columns: 1fr 1fr !important;
    }

    .elementor-image-gallery .gallery {
        grid-template-columns: 1fr 1fr !important;
    }
}