/*Table of Contents*/
/* 
-> Common styles
-> Header styles
-> Footer styles
-> Inner pages styles
-> Media Query styles
*/


/* 
-> Common styles - Starts here
*/
body {
    font-family: "Archivo", Sans-serif !important;
    background-color: #F6F6F6;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.primary-color {
    color: #f97350
}

/*Header styles starts*/
.main-nav .elementor-widget-container .hfe-nav-menu nav ul li a {
    border: 2px solid #000;
    width: 100px;
    border-bottom: 0;
    justify-content: center;
}

.main-header .elementor-widget-button,
.main-header .elementor-widget-html,
.main-header .elementor-button {
    height: 100%;
}

.search-container {
    background-color: #F97350;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 326px;
    height: 100%;
}

.search-box {
    background-color: #fff;
    border-radius: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 326px;
    border: 1px solid #888888;
}

.search-box input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    color: #616161;
    background: transparent;
    padding: 13px 15px;
    width: 330px;
}

.search-box input::placeholder {
    font-weight: 500 !important;
}

.search-box .icon {
    background-color: transparent;
    padding: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Coming Soon styles here */
.main-nav .elementor-widget-container .hfe-nav-menu nav ul li.menu-coming-soon a {
    pointer-events: none;
    border-color: #BDBDBE;
    color: #BDBDBE;
}

.main-nav .elementor-widget-container .hfe-nav-menu nav ul li.menu-coming-soon:before {
    content: "COMING SOON";
    font-family: 'Roboto Mono';
    position: absolute;
    width: 100%;
    top: -10px;
    left: 0;
    text-align: center;
    font-size: 12px;
    padding: 2px 0px;
    color: #FFF;
    background: #f97350;
}

.mobile-main-header .menu-coming-soon {
    pointer-events: none;
    border-color: #BDBDBE !important;

    a {
        color: #BDBDBE !important;
    }
}

.mobile-main-header .menu-coming-soon:before {
    content: "COMING SOON";
    font-family: 'Roboto Mono';
    position: absolute;
    width: 100%;
    top: -6px;
    left: 0px;
    text-align: center;
    font-size: 12px;
    padding: 2px 0px;
    color: #FFF;
    background: #f97350;
}

/*Header styles Ends here*/

/*Footer styles Starts here*/

/* Coming Soon styles here */
.main-footer li.menu-coming-soon a {
    pointer-events: none;
    color: #BDBDBE !important;
}

.main-footer li.menu-coming-soon:before {
    content: "COMING SOON";
    font-family: 'Roboto Mono';
    position: absolute;
    width: auto;
    top: 5px;
    left: 68px;
    text-align: center;
    font-size: 12px;
    padding: 4px 9px;
    color: #FFF;
    background: #f97350;
}

/* .main-footer li.menu-coming-soon.shop-menu:before {
    left: 50px;
} */

.main-footer {
    overflow: hidden;

    .footer-image img {
        position: absolute !important;
        left: 0 !important;
    }
}

@media(min-width:1300px) and (max-width: 1500px){
	.footer-image {
    width: 55% !important;
}
}
@media(min-width:1500px) and (max-width: 1600px){
	.footer-image {
    width: 50% !important;
}
}
@media(min-width:1600px) and (max-width: 1900px){
	.footer-image {
    width: 44% !important;
}
}
@media(min-width:1900px) and (max-width: 2100px){
	.footer-image {
    width: 40% !important;
}
}
/*Footer styles Ends here*/

/* Homepage styles - starts here */
.home-banner {
    .swiper-pagination {
        display: flex;
        align-items: center;

        .swiper-pagination-bullet {
            opacity: 1;
        }

        .swiper-pagination-bullet.swiper-pagination-bullet-active {
            border: 7px solid #ffffff !important;
            min-height: 20px;
            width: 20px !important;
            background: #000 !important;
        }
    }
}

@media(min-width:767px) and (max-width:1500px) {
    .guide-section {
        .text-breaker {
            display: block;
        }
    }
}

body.page-id-11 {
    background: #F6F6F6;
}

@media(min-width:767px) {
    .watch-live-section .text-breaker {
        display: block;
    }
}

/* Homepage styles - Ends here */

/* Content library page styles - Starts here */
#custom-post-search {
    position: relative;
    width: 100%;

    .search-input {
        width: 100%;
        padding: 12px 50px 12px 15px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        border-radius: 0;
        outline: none;
        transition: all 0.3s ease;
        box-sizing: border-box;

        &::focus {
            border-color: #4a90e2;
            box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
        }
    }

    .search-input::placeholder {
        color: #000;
        font-weight: 600;
    }

    #custom-post-search-button {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        text-decoration: none;
        color: #6a737d;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        transition: all 0.2s ease;
    }

    #custom-post-search-button:hover {
        background-color: #f9735052;
        color: #F97350;
    }
}

.custom-all-post {
    .content-library-posts-grid {
        display: flex;
        gap: 2%;
        flex-wrap: wrap;
        margin-top: 40px;

        .content-card {
            width: 23.5% !important;
            margin-bottom: 30px;
			display: flex;
            flex-direction: column;
            justify-content: end;

            /* For video Files */
            .video-wrapper iframe, .video-wrapper video {
                width: 100%;
                height: 185px;
            }

            /* For Image Files */
            img.wp-post-image,
			.audio-wrapper{
                height: 185px;
                width: 100%;
                object-fit: cover;
			   	object-position: top;
            }

            /* Common heading */
            h3 {
                margin: 0px;
            }

            h3 a {
                font-size: 16px;
                line-height: 25px;
                color: #F97350;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                height: 52px;
                text-decoration: none;
				&:hover{
					color: #000;
				}
            }

            /* Common description */
            p {
                font-size: 14px;
                font-weight: 400;
                color: #7F7F7F;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                height: 42px;
                margin-bottom: 15px !important;
            }
        }
    }
.audio-wrapper {
    margin-bottom: 6px;
    background: #F97350;
    padding: 20px;
	audio{
		height: 72%;
	}
}
}
.custom-all-post .content-library-posts-grid .content-card {
    .author-meta {
        display: flex;
        align-items: center;
	    gap: 5px;

        .author-info {
            display: flex !important;
            flex-direction: column;
			gap: 0px;
        }
    }
}

.custom-all-post {
    .content-library-header-row {
        .content-library-tabs,
		.author-content-tabs{
            .content-library-tabs-label {
                font-size: 23px;
                font-weight: 500;
                margin-right: 20px;
            }

            button.tab {
                background: #E2E8F1;
                border: none;
                color: #000;
                padding: 10px 20px;
                margin-right: 5px;
                border-radius: 0;

                &.active {
                    background: #00a4da; 
                    color: #FFF;
                }

                &:hover {
                    background: #5FC0E0;
                    color: #FFF;
                }
            }
        }

        .clb-adv-filter-toggle {
            border-color: #F97350;
            background: #f9735012;
            color: #F97350;
            border-radius: 0;
        }
    }

    #clb-adv-filter-bar {
        min-height: 100px;
        background: #333335;
        z-index: 99;
        position: relative;
        padding: 24px 20px;
    }

    .clb-adv-filter-title {
        display: block;
        color: #FFF;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 14px;
    }

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

    .clb-adv-filter-label {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        margin-right: 10px;
        white-space: nowrap;
    }

    button.clb-filter-btn {
        background: #5A5A5A;
        border: none;
        color: #fff;
        font-weight: 600;
        font-size: 13px;
        border-radius: 0;

        &:hover {
            background: #808080;
        }
    }

    button.clb-filter-btn.active {
        color: #000000;
        background: #e7e7e7;
    }

    button#clear-btn {
        background: #ffffff !important;
        border-color: #ffffff !important;
        color: #000;

        &:hover {
            background: #dadada !important;
            border-color: #dadada !important;
            color: #000;
        }
    }

    select.clb-filter-creator,
    #clb-filter-sort,
    .clb-filter-date {
        background: #5A5A5A;
        color: #fff;
        display: inline-block !important;
        width: auto;
        border-radius: 0;
        height: 35.5px;
        outline: 0;
        font-size: 14px;
        font-weight: 500;
    }

    button.clb-apply {
        padding: 5.5px 20px;
    }
}

/* Content library page styles - Ends here */

/* Detailed page banner video styles here */
.video-template-card .custom-youtube-video iframe{
    height: 660px;
}

@media (min-width:767px) and (max-width:900px) {
.video-template-card .custom-youtube-video iframe{
        height: 430px;
    }
}

@media (min-width:900px) and (max-width:1025px) {
.video-template-card .custom-youtube-video iframe{
        height: 520px;
    }
}

@media(max-width:767px) {
.video-template-card .custom-youtube-video iframe{
        height: 220px;
    }
}

.custom-video-card {
    h1:hover {
        color: #000;
    }
}

/* Detailed page banner author styles here */
.banner-author-details {
    .blog-author-image img {
        width: 36px;
        height: 36px;
        object-fit: cover;
        border-radius: 50%;
    }

    .blog-author-image .video-author-image img {
        width: 42px !important;
        height: 42px !important;
    }

    .video-author-image {
        display: grid;
    }

    .video-author-name {
        color: #FFF;
        font-size: 18px;
    }

    .video-date-details {
        color: #FFF;
        font-size: 14px;
    }
}

.content-card a.author-name,
.content-card a.video-author-name {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.content-card .author-date {
    color: #A4A4A4;
    font-size: 12px;
}

.error404 header,
.error404 footer {
    display: none;
}



@media(max-width:900px) {
    .custom-all-post {
        .content-library-header-row {
            flex-direction: column;
            overflow-x: scroll;
        }

        .filter-section {
            overflow-x: scroll;
            padding-bottom: 10px;
        }

        .filter-section span,
        .filter-section button,
        .filter-section select {
            white-space: nowrap;
        }

.content-library-header-row::-webkit-scrollbar {
  height: 3px;
}
.content-library-header-row::-webkit-scrollbar-thumb {
  background-color: #6c6c6c;
	border-radius: 50px
}

.content-library-header-row::-webkit-scrollbar-thumb:hover {
  background-color: #6c6c6c;
}


    }

    .content-library-tabs,
	.author-content-tabs{
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        gap: 8px;
        /* Add spacing between items if desired */
    }

    .content-library-tabs-label {
        flex: 0 0 auto !important;
        margin-right: 16px !important;
    }

    .tab {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }
}

@media(min-width:767px) and (max-width:1025px) {
    .custom-all-post {
        .content-library-posts-grid {
            .content-card {
                width: 49% !important;
            }
        }
    }
}

@media(max-width:767px) {
    .custom-all-post {
        .content-library-posts-grid {
            .content-card {
                width: 100% !important;
            }
        }
    }
}


/* Header button styles - starts here */
.login-btn-parent {
    width: 140px;
    text-align: center;
    padding: 0px 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    button#login-btn {
        background: transparent;
        border: none;
        padding: 21px 20px;
        font-size: 16px;
        font-weight: 700;
        color: #000;

        &:hover {
            opacity: 0.6;
        }
    }

    #display-name {
        width: 85px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #000;
    }
}

/* Header button styles - Ends here */


/* Mobile-menu- styles- starts here */
.mobile-main-header {
    .header-account.element-ready-submenu {
        position: fixed;
        top: 0px;
        left: 0px;
        padding: 0px;
        width: 90%;
    }

    a.element-ready-user-interface.er-ready-cart-popup {
        content: "";
        background: url("/wp-content/uploads/2025/07/hamburger-open-icon.png");
        background-size: 21px;
        background-repeat: no-repeat;
        color: transparent;
    }

    .element-ready-submenu .er-ready-count-close-btn {
        position: absolute;
        bottom: unset;
        top: 12px;
        right: 12px;
        z-index: 99999;
    }

    .mobile-menu-items {
        li.menu-item {
            border: 2px solid #000;
            margin-bottom: 14px;

            a.elementor-item {
                justify-content: center;
            }
        }

        li.menu-item.current-menu-item {
            border: 2px solid #F97350 !important;

            a.elementor-item {
                color: #F97350 !important;
            }
        }
    }

    .element-ready-submenu {
        transition: .75s;
        transform: translatex(-200px) !important;
    }

    .element-ready-dropdown .element-ready-submenu.open {
        transform: translatex(0) !important;
    }
}

@media(min-width:767px) and (max-width:1024px) {
    .mobile-main-header {
        .header-account.element-ready-submenu {
            width: 50%;
        }

        a.element-ready-user-interface.er-ready-cart-popup {
            content: "";
            background: url("/wp-content/uploads/2025/07/hamburger-open-icon.png");
            background-size: 21px;
            background-repeat: no-repeat;
            color: transparent;
        }

        .element-ready-submenu .er-ready-count-close-btn {
            position: absolute;
            bottom: unset;
            top: 12px;
            right: 12px;
            z-index: 99999;
        }

        .mobile-menu-items {
            li.menu-item {
                border: 2px solid #000;
                margin-bottom: 14px;

                a.elementor-item {
                    justify-content: center;
                }
            }

            li.menu-item.current-menu-item {
                border: 2px solid #F97350 !important;

                a.elementor-item {
                    color: #F97350 !important;
                }
            }
        }
    }
}

/* Mobile-menu- styles- Ends here */

/* Common styles - Starts here */

/* Button styles starts here */
.primary-button,
.primary-btn .elementor-button,
#content-library-load-more,
.clb-apply,
#author-content-load-more{
    background: #F97350 !important;
    border: 1px solid #F97350 !important;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    padding: 10px 35px;
    border-radius: 0px;

    &:hover {
        background: #f75b32 !important;
        border: 1px solid #f75b32 !important;
        color: #FFF;
    }

}

.text-button .elementor-button {
    .elementor-button-icon {
        width: 10px;
    }

    &:hover {
        .elementor-button-icon circle {
            fill: #000;
        }

        span:hover {
            color: #000;
        }
    }
}

/* Button styles Ends here */

.post-preview-image-bg {
    .elementor-widget-theme-post-featured-image img {
        height: 100% !important;
        width: 100%;
        object-fit: cover !important;
    }

    .elementor-widget-theme-post-featured-image a {
        width: 100% !important;
        height: 185px !important;
    }

   .custom-youtube-video, .custom-youtube-video video {
        width: 100% !important;
        height: 185px;
        position: relative;
    }
}

.custom-post-details {
    .blog-author-image img {
        width: 36px;
        height: 36px;
        object-fit: cover;
        border-radius: 50%;
    }

    .blog-author-name,
    .blog-author-name a {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .blog-date-details .elementor-shortcode {
        font-size: 12px;
        font-weight: 400;
        color: #A4A4A4;
    }
}

.video-center-preview-card-details {
    h1.elementor-heading-title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .elementor-widget-theme-post-excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.creator-preview-card-details {
    h1.elementor-heading-title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .elementor-widget-theme-post-excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.home-content-blog-preview-card {
    .elementor-widget-theme-post-featured-image img {
        max-width: 235px;
        max-height: 130px;
        object-fit: cover;
    }

    h1.elementor-heading-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 48px;
    }

    .elementor-widget-theme-post-excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 63px;
    }

    .post-title-effect-v1:hover {
        h1.elementor-heading-title {
            color: #f97350;
        }
    }
}

@media(min-width:767px) and (max-width:1025px) {
    .home-content-blog-preview-card {
        h1.elementor-heading-title {
            height: unset !important;
        }
    }
}

@media(max-width:767px) {
    .home-content-blog-preview-card {
        .elementor-widget-theme-post-featured-image img {
            max-width: 100%;
        }

        h1.elementor-heading-title {
            height: unset !important;
        }
    }
}

.post-title-effect-v2:hover {
    h1.elementor-heading-title {
        color: #000;
    }
}

/* Common styles - Ends here */

/* Contact form styles - Starts here */
#main-contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;

    .lg-width-50 {
        width: 48%;
    }

    .lg-width-100 {
        width: 100%;
    }

    .form-group {
        margin-bottom: 24px;
    }

    .form-custom-radio-buttons {
        display: flex;
        column-gap: 22px;
        flex-wrap: wrap;
    }

    input,
    textarea {
        border: 3px solid #000 !important;
        font-size: 15px;
        font-weight: 500;
        font-family: "Roboto Mono";
        color: #000;
        outline: 0px !important;
        border-radius: 0;

        &::placeholder {
            font-size: 15px;
            font-weight: 500;
            color: #000;
            font-family: "Roboto Mono";
        }

        &:focus {
            border: 3px solid #F3AC85 !important;
        }
    }

    label {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 4px;
        font-family: "Archivo";
    }

    span.required {
        color: #B22524;
    }

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

    .submit-button {
        text-align: right;
    }

    .error {
        display: block !important;
        width: 100%;
        font-size: 14px;
        color: #B22524;
        margin-top: 3px;
    }

    .custom-radio-container {
        display: flex;
        align-items: center;
        gap: 16px;

        .custom-radio {
            border: 3px solid #000000 !important;
            overflow: hidden;
            display: flex;
            align-items: center;

            label {
                padding: 4px 16px;
                margin-bottom: 0px;
            }

            input[type=radio] {
                box-shadow: none;
                width: 16px;
                height: 16px;
                border: 3px solid #000 !important;
                accent-color: #000;
            }
        }

        input[type=radio]:checked {
            accent-color: #DA5733;
        }

        input[type=radio]:checked::before {
            box-shadow: none;
        }

        .form-check-input:checked {
            background-color: #da5733;
            border: 3px solid #da5733 !important;
        }

        .custom-radio:has(input[type=radio]:checked) {
            border: 3px solid #f97350 !important;
            color: #f97350;
        }

        .custom-radio span {
            border-right: 3px solid #000 !important;
            padding: 8px 8px;
            background: #f97350;
            display: flex;
            align-items: center;
        }

        .custom-radio:has(input[type=radio]:checked) span {
            border-right: 3px solid #f97350 !important;
        }

        input[type="radio"]:not(:checked) {
            appearance: none;
            width: 16px;
            height: 16px;
            border: 2px solid #000 !important;
            border-radius: 50%;
            background: #fff;
            position: relative;
        }

        input[type="radio"]:checked {
            appearance: none;
            width: 16px;
            height: 16px;
            border: 2px solid #DA5733 !important;
            border-radius: 50%;
            background: #fff;
            position: relative;
            cursor: pointer;
        }

        input[type="radio"]:checked::after {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            background: #DA5733;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    }
}

@media(max-width:767px) {
    #main-contact-form {
        .lg-width-50 {
            width: 100%;
        }

        .radio-input-bg {
            padding: 12px 10px 7.8px 10px !important;
        }
    }
}

/* Contact form styles - Ends here */

/* Articles styles - Starts here */
.articles-tab {
    .e-n-tabs-heading {
        align-items: center;
    }

    span.categories {
        font-size: 22px;
        font-weight: 400;
        color: #000 !important;
        margin-right: 10px;
    }
}

/* 	For border-line */
#related-post-container,
.articles-tab {

    .post-item h1,
    .elementor-widget-theme-post-excerpt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

#related-post-container,
.articles-tab {
    .post-item:hover h1 {
        color: #f97350 !important;
    }
}

#related-post-container {
    .post-item {
        border-bottom: 0px !important;
    }

    .elementor-loop-container div.post:nth-child(odd) .post-item {
        border-left: 0px;
        border-right: none;
    }

    .elementor-loop-container div.post:nth-child(even) .post-item {
        border-left: 0;
    }
}

#article-contents {
    p {
        font-size: 20px;
        font-weight: 500;
        line-height: 40px;
        margin-bottom: 20px;
        color: #000 !important;
    }

    h2 {
        font-size: 24px;
        margin-top: 30px;
        color: #000 !important;
    }

    ul {
        padding-left: 25px;
        margin-bottom: 20px;

        li {
            font-size: 20px;
            font-weight: 500;
            line-height: 40px;
        }
    }
}

@media(min-width:767px) and (max-width:1025px) {
    #article-contents {
        p {
            font-size: 18px;
            line-height: 32px;
        }

        ul {
            li {
                font-size: 18px;
                line-height: 32px;
            }
        }
    }
}

@media(max-width:767px) {
    #article-contents {
        p {
            font-size: 16px;
            line-height: 32px;
        }

        ul {
            li {
                font-size: 16px;
                font-weight: 500;
                line-height: 32px;
            }
        }

        #related-post-container {
            .elementor-loop-container div.post:nth-child(odd) .post-item {
                border-right: none;
                border-left: 0px;
            }
        }
    }
}

/* Articles styles - Ends here */

@media(min-width:767px) and (max-width:1025px) {
    .post-preview-image-bg {
        .elementor-widget-theme-post-featured-image a {
            width: 100% !important;
            height: 220px !important;
            text-align: left;
        }
    }

    .home-content-blog-preview-card {
        .elementor-widget-theme-post-featured-image img {
            max-width: 100%;
            max-height: 200px;
            object-fit: cover !important;
        }
    }

    .post-preview-image-bg {
        .custom-youtube-video {
            height: 210px;
            position: relative;
            width: 100% !important;
        }
    }
}


@media(max-width: 767px) {

    .post-preview-image-bg {
        .elementor-widget-theme-post-featured-image a {
            width: 100% !important;
            height: 200px !important;
            text-align: left;
        }
    }

    .post-preview-image-bg {
        & .custom-youtube-video {
            height: 215px;
            position: relative;
            width: 100% !important;
        }
    }

    .post-item .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
    }
}

@media(max-width: 767px) {
    #related-post-container {
        .elementor-loop-container div.post:nth-child(even) .post-item {
            border-left: 0;
            border-right: 0;
        }
    }
}


.home-map-section {
    div#overlay-text {
        background: transparent !important;
        font-size: 50px;
        color: #474749;
        left: 20px !important;
        transform: unset !important;
        text-align: left;
        width: 50%;
        top: 60px !important;
    }

    .gmnoprint.gm-style-mtc-bbw,
    button.gm-control-active.gm-fullscreen-control {
        display: none;
    }

    .home-page-map-widget-container {
        margin-bottom: 0px !important;
    }

    .map-search {
        background: transparent;
        box-shadow: none;
        left: 20px !important;
        transform: unset !important;
        text-align: left;
        width: 100%;
        top: 20px !important;

        input#map-search-input {
            background: #fff;
            width: 415px;
            border-radius: 0px !important;
            box-shadow: 0px 0px 5px 1px #d6d6d6;
        }
    }

    .map-search-parent {
        position: relative;

        #map-search-btn {
            background: #ffffff !important;
            position: absolute !important;
            right: 8px;
            top: 13.5px;
            padding: 0px 0px 0px 12px;
        }
    }

    .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
        top: 126px;
        bottom: unset;

        button.gm-svpc {
            display: none !important;
        }
    }
}

@media(min-width:767px) and (max-width:1025px) {
    .home-map-section {
        div#overlay-text {
            font-size: 30px;
            left: 0px !important;
            width: 90%;
        }
    }
}

@media(max-width:767px) {
    .home-map-section {
        div#overlay-text {
            width: 90%;
            font-size: 20px;
        }

        .map-search-parent {
            width: 100%;

            input#map-search-input {
                width: 100%;
            }
        }

        .map-search {
            left: 0px !important;
        }
    }
}

@media(max-width:767px) {
.home-content-blog-preview-card .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        height: 100%;
    }
}

/* Header login - styles starts here */
.login-btn-parent {

    /* Profile Section Container */
    .profile-section {
        display: none;
        /* Show this via JS or your logic */
        position: relative;
    }

    /* Profile Link */
    .profile-link {
        display: flex;
        align-items: center;
        text-decoration: none;
        position: relative;
        height: 100%;
    }
	.profile-link:after {
    	position: absolute;
    	content: "";
    	background: #ffffff00;
    	width: 100%;
    	height: 19px;
    	top: 31px;
	}
    /* Profile Image */
    .profile-img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-right: 8px;
    }

    /* Premium User Icon */
    .premium-user-icon {
        position: absolute;
        bottom: -3px;
        left: 20px;
    }

    /* Display Name */
    .display-name {
        font-weight: bold;
    }

    /* Dropdown Menu */
    .profile-dropdown {
        display: none;
        position: absolute;
        top: 40px;
        right: -6px;
        background: white;
        border: 1px solid #ccc;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        min-width: 135px;
        z-index: 1000;
        overflow: hidden;
    }

    /* Show dropdown on hover */
    .profile-section:hover .profile-dropdown {
        display: block !important;
    }

    /* Dropdown Items */
    .dropdown-item {
        padding: 10px 16px;
        color: #333;
        text-decoration: none;
        cursor: pointer;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 10px;
			img {
				width: 15px;
				height: 15px;
				object-fit: contain;
			}
		span{
			color: #333;
		}
    }

    /* Dropdown Items Hover */
    .dropdown-item:hover {
        background-color: #f0f0f0;
    }
}

/* Header login - styles Ends here */

#login-container-mobile {
    display: flex;
    gap: 15px;
    align-items: center;

    .login-icon img {
        width: 56px;
        height: 56px;
        object-fit: cover;
        border-radius: 50%;
    }
}

/* Mobile / Tablet responsive search toggle */


@media (max-width: 1024px) {
    .mobile-main-header {
        .search-container {
            background-color: transparent;
            padding: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            position: fixed;
            right: 7px;
            top: 6px;
            height: unset;

            form#search-form-mob button.icon {
                position: absolute;
                right: 3px;
                background: #ffff;
                padding: 3px 8px;
            }

            &:hover {
                width: 300px;

            }

            .search-box input {
                padding: 6px 35px 6px 10px !important;
                width: 0px !important;
            }
        }
    }
}

@media (min-width:767px) and (max-width: 1024px) {
    .mobile-main-header {
        .search-container {
            top: 14px !important;

            &:hover {
                width: 340px !important;
            }
        }

        .search-box input {
            padding: 8px 35px 8px 10px !important;
            width: 0px !important;
        }
    }
}

.mobile-main-header {
    position: fixed;
    top: 0;
}

@media(min-width:1025px) and (max-width:1350px) {
	button#login-btn{
		font-size:14px !important
	}
    .post-preview-image-bg {
        .elementor-widget-theme-post-featured-image a {
            width: 100% !important;
            height: 133px !important;
        }
    }

    .creator-preview-card-details {
        .elementor-widget-theme-post-excerpt {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
    }

    .home-map-section {
        div#overlay-text {
            font-size: 45px;
            width: 70%;
        }
    }

    .home-content-blog-preview-card {
        .elementor-widget-theme-post-featured-image img {
            max-width: 100%;
            max-height: 115px;
            object-fit: cover !important;
        }
    }
}

@media(min-width:1025px) and (max-width:1260px) {
    .search-container {
        width: 210px !important;
    }

    .main-header .menu-item a.hfe-menu-item {
        padding: 16px 26px !important;
    }

    .search-box input {
        font-size: 8px;
    }

    .main-header a.hfe-menu-item {
        width: max-content !important;
    }
}

@media(min-width:1025px) and (max-width:1075px) {
    .main-header .menu-item a.hfe-menu-item {
        padding: 16px 23.5px !important;
    }

    .main-nav .elementor-widget-container .hfe-nav-menu nav ul li.menu-coming-soon:before {
        font-size: 11px;
    }
}

#main-contact-form {
    .custom-radio-container {
        display: flex;
        align-items: center;
        gap: 16px;

        .custom-radio {
            border: 3px solid #000000 !important;
            overflow: hidden;
            display: flex;
            align-items: center;

            label {
                padding: 4px 16px;
                margin-bottom: 0px;
            }

            input {
                box-shadow: none;
                width: 20px;
                height: 20px;
                accent-color: #000;
            }
        }

        input[type=radio]:checked {
            accent-color: #DA5733;
        }

        input[type=radio]:checked::before {
            box-shadow: none;
        }

        .form-check-input:checked {
            background-color: #da5733;
            border: 3px solid #da5733 !important;
        }

        .custom-radio:has(input[type=radio]:checked) {
            border: 3px solid #f97350 !important;
            color: #f97350;
        }

        .custom-radio span {
            border-right: 3px solid #000 !important;
            padding: 8px 8px;
            background: #f97350;
            display: flex;
            align-items: center;
        }

        .custom-radio:has(input[type=radio]:checked) span {
            border-right: 3px solid #f97350 !important;
        }
    }
}

@media(min-width:1600px) {
    .main-nav .elementor-widget-container .hfe-nav-menu nav ul li a {
        width: 115px !important;
        font-size: 18px !important;
    }
}

a#username-mob {
    color: #000;
}

@media(min-width:1600px) {
    .post-preview-image-bg {
        .elementor-widget-theme-post-featured-image a {
            height: 240px !important;
        }

        .custom-youtube-video, .custom-youtube-video video {
            height: 215px;
        }
    }

    .custom-all-post {
        .content-library-posts-grid {
            .content-card {
                .video-wrapper iframe, .video-wrapper video {
                    height: 220px !important;
                }

                img.wp-post-image, .audio-wrapper {
                    height: 220px !important;
                }
            }
        }
    }
}

#home-page-map {
    height: 725px !important;
}


/* Code for advanced filter section in content library */
#clb-adv-filter-bar {
    min-height: 100px;
    background: #fff;
    z-index: 9999;
    position: relative;
}

.content-detailed-author-styles img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center center;
    border-radius: 50px;
}

.content-detailed-author-styles a.author-name-link {
    font-size: 14px;
    color: #fff;
}

.content-detailed-author-styles .blog-date-details {
    color: #A4A4A4;
    font-size: 12px;
}

@media (min-width: 1366px) and (max-width:1500px) {
	#start-game-btn{
		margin-top: 94px;
	}
	#start-game-img{
		width:350px;
	}
}


/* Code for tags hide and show */
.page .custom-exclusive-tag, 
.page .custom-spotlight-tag,
.single-post .custom-exclusive-tag, 
.single-post .custom-spotlight-tag,
.single .custom-exclusive-tag, 
.single .custom-spotlight-tag{
    display: none !important;
}
.custom-spotlight-tag {
    background: #5FC0E0 !important;
}
.page .category-spotlight .custom-spotlight-tag,
.page .category-exclusive .custom-exclusive-tag,
#related-post-container .category-spotlight .custom-spotlight-tag,
#related-post-container .category-exclusive .custom-exclusive-tag,
.category-spotlight .post-banner .custom-spotlight-tag,
.category-exclusive .post-banner .custom-exclusive-tag{
    display: block !important;
}