/**
Theme Name: mah
Author: Consoft
Author URI: http://consoft.in/
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.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mah
Template: astra
*/

/* Common css */
/* #page2 .elementor-widget-container {
    height: 500vh;
    width: 100vw;
} */
/* #page2 canvas {
    height: 500vh;
    width: 100vw;
} */

/* Movable header */

@font-face {
    font-family: 'Poppins';
    src: url('https://maharashtratourism.gov.in/wp-content/astra-local-fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



#movable_header {
    width: 250px;
    text-align: center;
    border-radius: 5px;
}

#movable_header .swiper-wrapper {
    height: 57px;
    align-items: center;
}

#movable_header .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
}

#movable_header .swiper-slide a {
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    width: 100%;
}

#movable_header .swiper-slide a:hover {
    color: #fff;
}

#movable_header .swiper-slide {
    background-color: #f36d21;
}

/* PA header */

.premium-mobile-menu-outer-container.premium-vertical-toggle-open {
    left: auto;
    right: 0;
}

.premium-hamburger-toggle.premium-mobile-menu-icon {
    justify-content: center !important;
}

.premium-mobile-menu-outer-container {
    transform: translate(0vw) !important;
}

.premium-mobile-menu-outer-container {
    left: auto !important;
    right: 0;
    transform: translate(40vw) !important;
}



/* body:not(.home) header .custom-logo-link img {
    max-width: 80px !important;
} */

body:not(.home) .ast-primary-header-bar {
    margin: 0 !important;
}

.tour_guids h5.elementor-image-box-title {
    margin: 0;
}

.page-id-3010 .ast-site-identity {
    padding: 1em !important;
}

ul#menu-main-menu .menu-item {
    padding: 8px;
    /* border-bottom: 1px solid lightgray; */
}

ul.sub-menu .menu-item {
    padding: 5px 20px !important;
    font-size: 14px !important;
    border-bottom: 0px !important;
}

ul.sub-menu {
    display: block !important;
}



.how_to_reach h4:after {
    background-color: #fff;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 20px;
    position: absolute;
    width: 0;
    transition: all ease 0.3s;
}

.how_to_reach .col:hover h4:after {
    width: 90%;
}

.how_to_reach .top_attractions {
    display: grid;
    grid-template-columns: 45% 45%;
    gap: 20px;
    justify-content: center;
}

.how_to_reach .content_wrapper {
    position: relative;
}


.how_to_reach .content {
    position: absolute;
    bottom: 0;
}

.top_attractions {
    display: grid;
    grid-template-columns: 45% 45%;
    gap: 20px;
    justify-content: center;
}

.top_attractions .content {
    padding: 20px;
    position: absolute;
    bottom: 0;
}

.top_attractions .content_wrapper {
    position: relative;
}

.top_attractions .content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
}

.top_attractions .content h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.top_attractions .content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
}

.top_attractions .content_wrapper img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}

#library_assets .col:hover img {
    filter: brightness(40%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

#library_assets .col {
    position: relative;
}

#library_assets .content {
    position: absolute;
    top: 25%;
    left: 0;
    display: none;
    transition: 1s ease;
}

#library_assets .col:hover .content {
    display: block;
}

.top_attractions .content_wrapper img {
    height: 400px;
    object-fit: cover;
    object-position: top;
    transition: 0.3s ease;
}

.top_attractions .content_wrapper:hover img {
    transform: scale(1.2);
}

.top_attractions .content_wrapper {
    overflow: hidden;
}

#page2 {
    overflow: hidden;
}

.sun_bg {
    position: absolute;
    top: 0;
}

h3 span {
    color: var(--ast-global-color-0);
}

/* Spotlight filter */

.filter-buttons,
.custom_btn {
    padding: 10px 20px;
    background: var(--ast-global-color-0);
    color: #fff;
    border-radius: 11px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin: 0 10px;
}

.filter-buttons:hover,
.custom_btn:hover {
    background-color: var(--ast-global-color-1);
    color: #fff;
}

.filter-button-group {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.filter-buttons.is-checked {
    background-color: var(--ast-global-color-1);
}

.spotlight-grid {
    display: flex;
    justify-content: center;
}

.element-item {
    padding: 10px;
}

.element-item {
    width: 33%;
}

.spotlight-card h4 {
    font-size: 22px;
}

.spotlight-card {
    width: 100%;
    border-radius: 10px;
    border: 1px solid lightgray;
}

.spotlight-card img {
    border-radius: 10px 10px 0 0;
    height: 200px;
    width: 100%;
}

.spotlight-card p {
    min-height: 90px;
}

.spotlight-card .content-wrapp {
    padding: 20px 10px 40px 10px;
}

.spotlight-card .custom_btn {
    margin: 20px 0;
}

/* spotlight Post */
.spotlight_slider img.swiper-slide-image {
    height: 400px;
    object-fit: cover;
    padding: 10px;
}

/* DIstrict shortcode */

.district_wrapper {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.district_wrapper img {
    height: 250px;
    border-radius: 15px;
    transition: all ease 1s;
    object-fit: cover;
}

.district_card {
    padding: 10px;
}

.district_wrapper .image_wrapper {
    overflow: hidden;
    border-radius: 15px;
}

.district_wrapper img:hover {
    transform: scale(1.2);
    transition: all ease 1s;
}

.district_wrapper h4 {
    padding: 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.explore_districts a {
    color: #000;
}

.explore_districts a:hover {
    color: #fff !important;
}


/* Contact us */

.regional-offices .text {
    min-height: 300px;
}

/********** Blog layouts ********/
/* Tourist Intrsts */

.post-type-archive-tourist-intrest .blog-layout-1.ast-no-date-box,
.post-type-archive-district .blog-layout-1.ast-no-date-box,
.post-type-archive-spotlight .blog-layout-1.ast-no-date-box {
    padding: 10px;
}

.post-type-archive-tourist-intrest .post-thumb-img-content img,
.post-type-archive-district .post-thumb-img-content img,
.post-type-archive-spotlight .post-thumb-img-content img {
    min-height: 285px;
    object-fit: cover;
    width: 100%;
}

.post-type-archive-tourist-intrest .ast-blog-featured-section,
.post-type-archive-tourist-intrest .entry-header,
.post-type-archive-district .ast-blog-featured-section,
.post-type-archive-district .entry-header,
.post-type-archive-spotlight .ast-blog-featured-section,
.post-type-archive-spotlight .entry-header {
    margin: 0;
}

.post-type-archive-tourist-intrest h2.entry-title,
.post-type-archive-district h2.entry-title,
.post-type-archive-spotlight h2.entry-title {
    margin: 0;
    font-size: 24px;
    padding: 12px;
    text-align: center;
    background: #f5f5f5;
}

.post-type-archive-tourist-intrest .tourist-intrest,
.post-type-archive-district .district,
.post-type-archive-spotlight .spotlight {
    border: none !important;
}

.post-type-archive-tourist-intrest .entry-content.clear,
.post-type-archive-district .entry-content.clear,
.post-type-archive-spotlight .entry-content.clear {
    display: none;
}

/* Repository */

.eael-sign-wrapper a,
.repo_wrapper a {
    color: var(--ast-global-color-0);
}

.repo_wrapper:not(:first-child) {
    margin-top: 50px;
}

.repo_wrapper .title {
    border-bottom: 1px solid #dadada;
}

.repo_wrapper .title h2 {
    font-size: 30px;
    font-weight: 400 !important;
    margin-bottom: 0;
    line-height: 1.2em;
}

.repo_wrapper .title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
}


.repo_wrapper .title p>span {
    font-weight: 400 !important;
}

.repo_wrapper .content_wrapper {
    padding: 30px 0 40px 0;
}

.repo_wrapper .image_wrapper .images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;

}

.repo_wrapper .image_wrapper .images img {
    object-fit: cover;
}

.repo_wrapper .content_wrapper .sub_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 40px 0 20px 0;
}

.repo_wrapper .doc_wrapper span {
    padding-left: 25px;
    font-size: 16px;
    font-weight: 700;
}

.logged-in .login_form {
    display: none;
}

/* ********* Tourist intrests ******** */

.photo_gallery {
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 20px;
}

.photo_gallery img:nth-child(odd) {
    padding-right: 10px;
}

.photo_gallery img:nth-child(even) {
    padding-left: 10px;
}

.photo_gallery img {
    height: 400px;
    width: 100%;
    object-fit: cover;

}

.mah_content_wrapp {
    padding: 40px 0;
    border-bottom: 1px solid lightgray;
}

.mah_content_wrapp h4 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.mah_content_wrapp h2 {
    position: relative;
    margin-bottom: 60px;
    color: #f36d21;
    text-transform: capitalize;
}

.mah_content_wrapp h2::after {
    content: "";
    width: 10%;
    height: 3px;
    background: var(--ast-global-color-2);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.mah_content_wrapp strong {
    color: #000;
}

.nav_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#tourist_intrest_slide {
    height: 100vh;
    width: 100vw;
    position: relative;
}

button.slick-custom-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
}

button.slick-custom-arrow.slick-arrow img {
    width: 32px !important;
    height: 32px !important;
}

#video_img_slider button.slick-custom-arrow.slick-prev.slick-arrow {
    display: none !important;
}

.acf_image_slider {
    padding: 100px 0;
}

.acf_image_slider h2 {
    margin-bottom: 30px;
}

.acf_image_slider #slide div {
    border-radius: 5px;
}

.acf_image_slider h2 {
    text-align: center;
    color: #000;
}

.acf_image_slider img {
    width: 100%;
    height: 450px;
    padding: 10px;
    object-fit: cover;
    border-radius: 5px;
}



button.slick-custom-arrow.slick-next.slick-arrow,
button.slick-custom-arrow.slick-prev.slick-arrow {
    background: transparent;
}

button.slick-custom-arrow.slick-next.slick-arrow img,
button.slick-custom-arrow.slick-prev.slick-arrow img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(99%) saturate(2558%) hue-rotate(205deg) brightness(92%) contrast(98%);
}

div#ast-desktop-header {
    background: #fff;
}

.policies_application .elementor-button-wrapper {
    display: grid;
}

.colourfull_title h2 {
    display: flex;
    gap: 1px;
}

a.ast-search-item {
    color: #000;
}

.premium_style .premium-bullet-list-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.4s ease-in-out;
    z-index: 0;
}

.premium_style .premium-bullet-list-content:hover::before {
    left: 0;
    background: #42B8F9;
}

.premium_style .premium-bullet-list-content:nth-child(2n):hover::before {
    left: 0;
    background: #F8D05C;
}

.premium_style .premium-bullet-list-content:nth-child(3n):hover::before {
    left: 0;
    background: #5FD35F;
}

.premium_style .premium-bullet-list-content:nth-child(4n):hover::before {
    left: 0;
    background: #F5507A;
}

.premium_style .premium-bullet-list-content:nth-child(5n):hover::before {
    left: 0;
    background: #A57BF6;
}

.premium_style .premium-bullet-list-content {
    border-left: 3px solid !important;
}

.premium_style .premium-bullet-list-content {
    border-color: #42B8F9 !important;
}

.premium_style .premium-bullet-list-content:nth-child(2n) {
    border-color: #F8D05C !important;
}

.premium_style .premium-bullet-list-content:nth-child(3n) {
    border-color: #5FD35F !important;
}

.premium_style .premium-bullet-list-content:nth-child(4n) {
    border-color: #F5507A !important;
}

.premium_style .premium-bullet-list-content:nth-child(5n) {
    border-color: #A57BF6 !important;
}


.home-tabs-new .eael-tab-content-item {
    height: 380px;
    overflow-y: auto;
}

.umc-new-slider .elementor-background-slideshow__slide__image {
    background-size: 100% 100% !important;
}

.services-blocks .elementor-widget-wrap {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 20px !important;
    height: 100%;
    background: #fff;
}

.information .elementor-widget-wrap {
    height: 560px;
    overflow-y: scroll;
}

.services-blocks:hover .elementor-widget-wrap {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.services-blocks:hover .elementor-widget-wrap {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


#more {
    display: none;
}

.mah-info-paragraph #readmore {
    height: 300px;
    /* overflow-y: scroll; */
}

.content-box {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}

.content-box.expanded {
    max-height: 200px;
    /* Increase if you want more space */
    overflow-y: scroll;
}

.read-more-btn {
    display: inline-block;
    color: #f36d21;
    cursor: pointer;
    margin-top: 5px;
}

.read-more-container {
    text-align: justify;
}

#info-section {
    margin-top: -20px;
}

#info-section .elementor-icon-list-item {
    display: flex;
    align-items: center;
    padding: 2px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out;
    border-top: none;
}

#info-section .elementor-icon-list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
}

#info-section span.elementor-icon-list-text {
    z-index: 9;
}

#info-section .elementor-icon-list-item:nth-child(1) .elementor-icon-list-icon {
    left: 0;
    background: linear-gradient(to bottom, #42B8F9, #42B8F9);
}

#info-section .elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon {
    left: 0;
    background: linear-gradient(to bottom, #F8D05C, #F8D05C);
}

#info-section .elementor-icon-list-item:nth-child(3) .elementor-icon-list-icon {
    left: 0;
    background: linear-gradient(to bottom, #5FD35F, #5FD35F);
}

#info-section .elementor-icon-list-item:nth-child(4) .elementor-icon-list-icon {
    left: 0;
    background: linear-gradient(to bottom, #F5507A, #F5507A);
}

#info-section .elementor-icon-list-item:nth-child(5) .elementor-icon-list-icon {
    left: 0;
    background: linear-gradient(to bottom, #A57BF6, #A57BF6);
}

#info-section .elementor-icon-list-item:nth-child(6) .elementor-icon-list-icon {
    left: 0;
    background: linear-gradient(to bottom, #42B8F9, #42B8F9);
}

#info-section .btn-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

#info-section .nav-divider {
    display: inline-block;
    width: 1.5px;
    height: 2.4rem;
    background-color: #ffffff;
    opacity: 0.5;
    vertical-align: middle;
    margin-right: 17px;
    border-radius: 7px;
}

#info-section .button-label {
    font-weight: 500;
    color: black;
    font-family: 'Roboto';
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
    word-break: break-word;
}

#info-section .elementor-icon-list-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.4s ease-in-out;
    z-index: 0;
}

#info-section .elementor-icon-list-item.active {
    background-color: #FFFAF0;
    border-color: #cccdce;
}

#info-section .elementor-icon-list-item.active .button-label {
    color: rgb(0, 0, 0);
}

#info-section .elementor-icon-list-item:hover::before {
    left: 0;
}

#info-section .elementor-icon-list-item:hover {
    background-color: #FFFAF0;
}

#info-section .elementor-icon-list-item:hover .button-label {
    color: white;
}

#info-section .elementor-icon-list-item:hover::before {
    left: 0;
    background: linear-gradient(to bottom, #42B8F9, #42B8F9);
}

#info-section .elementor-icon-list-item:nth-child(2):hover::before {
    left: 0;
    background: linear-gradient(to bottom, #F8D05C, #F8D05C);
}

#info-section .elementor-icon-list-item:nth-child(3):hover::before {
    left: 0;
    background: linear-gradient(to bottom, #5FD35F, #5FD35F);
}

#info-section .elementor-icon-list-item:nth-child(4):hover::before {
    left: 0;
    background: linear-gradient(to bottom, #F5507A, #F5507A);
}

#info-section .elementor-icon-list-item:nth-child(5):hover::before {
    left: 0;
    background: linear-gradient(to bottom, #A57BF6, #A57BF6);
}

section#bg-logo-fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.wp-chatbot-integration-button-container {
    /* position: absolute; */
    left: -45px;
    bottom: 44px;
    top: auto;
    /* z-index: -1; */
}


@media only screen and (max-width: 767px) {
    .information .elementor-widget-wrap {
        height: 100%;
        overflow-y: visible;
    }

    #movable_header {
        display: none;
    }

    .filter-button-group {
        display: grid;
        grid-template-columns: auto auto;
        gap: 15px;
    }

    .spotlight-grid .element-item {
        width: 100%;
    }

    .district_wrapper {
        display: grid;
        grid-template-columns: 50% 50%;

    }

    .district_wrapper img {
        height: auto;
    }

    .top_attractions {
        grid-template-columns: 100%;
    }

    .how_to_reach h4:after {
        width: 90%;
    }

    .premium-mobile-menu-outer-container {
        transform: translate(90vw) !important;
    }

    .slick-dots {

        button {
            width: 0.5rem !important;
            height: 0.5rem !important;
        }

    }

    .slick-custom-arrow,
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

}

@media only screen and (min-width:678px) and (max-width:992px) {
    .premium-mobile-menu-outer-container {
        transform: translate(90vw) !important;
    }
}

.line-1 h2 {
    position: relative;
    width: 24em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

/* Animation */
.anim-typewriter h2 {
    animation: typewriter 4s steps(44) 1s 1 normal both,
        blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 24em;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255, 255, 255, .75);
    }

    to {
        border-right-color: transparent;
    }
}

.content_wrapp {
    display: grid;
    grid-template-columns: 40% 60%;
    border-radius: 15px;
    background: #f5f5f5;
}

.left {
    padding: 30px;
    border-radius: 10px;
}

@media only screen and (min-width:992px) and (max-width:1366px) {
    .how_to_reach .col .elementor-widget-text-editor {
        transform: translateX(100%);
        transition: all ease 0.3s;
    }

    .how_to_reach .col:hover .elementor-widget-text-editor {
        transform: translateX(0%);
    }

    #our_blogs .elementor-post__text,
    #our_blogs h2 {
        margin-bottom: 10px !important;
    }

    #our_blogs .elementor-post__excerpt {
        display: none;
    }

    header .custom-logo-link img {
        max-width: 80px !important;
    }

}

@media only screen and (min-width:992px) and (max-width:1440px) {
    header .custom-logo-link img {
        max-width: 80px !important;
    }
}

@media only screen and (min-width:993px) {
    .home header.ast-custom-header {
        position: absolute;
        top: 50px;
        width: 100%;
    }
}

.citizen_communication label {
    width: 100%;
}

.services_rts.information .elementor-widget-wrap {
    height: 330px;
    overflow-y: scroll;
}

/* Assc */

#accessibilityBtn {
    position: fixed;
    top: 40%;
    right: 12px;
    z-index: 99999;
    font-size: 22px;
    padding: 10px;
    cursor: pointer;
}

#accessibilityPanel {
    position: fixed;
    right: 60px;
    top: 20%;
    width: 260px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    display: none;
    z-index: 99999;
}

#accessibilityPanel button {
    width: 100%;
    margin: 6px 0;
    padding: 8px;
    cursor: pointer;
}

.high-contrast {
    background: #000 !important;
    color: #fff !important;
}

.highlight-links a {
    background: yellow;
    color: red !important;
    padding: 2px;
}

.invert {
    filter: invert(1);
}

.no-images img {
    display: none;
}

.big-cursor {
    cursor: pointer;
}

/* ==============================
   WCAG 2.0 AA CONTRAST FIX
   Global Accessibility Patch
   ============================== */
/* .marquee-label {
    color: #ffffff !important;
    background-color: #1a1a1a !important;
}

.elementor-headline-plain-text,
.elementor-heading-title {
    color: #1a1a1a !important;
}

.elementor-widget-container p,
#myContent p {
    color: #222222 !important;
}
.eael-tab-title {
    color: #1a1a1a !important;
    background-color: #ffffff !important;
    border-bottom: 2px solid #1a1a1a;
}

.eael-tab-title.active,
.eael-tab-title:hover {
    color: #ffffff !important;
    background-color: #1a1a1a !important;
}

.elementor-button,
.wpcf7-submit {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 2px solid #1a1a1a;
}

.elementor-button:hover,
.wpcf7-submit:hover {
    background-color: #ffffff !important;
    color: #1a1a1a !important;
}

.wpcf7 label {
    color: #1a1a1a !important;
    font-weight: 500;
}

.wpcf7 input,
.wpcf7 textarea {
    color: #1a1a1a !important;
    background-color: #ffffff !important;
    border: 1px solid #444444;
}

.premium-person-title span {
    color: #1a1a1a !important;
}

.slick-current .premium-person-title span {
    color: #000000 !important;
    font-weight: 600;
}

.wpcf7-submit {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 2px solid #1a1a1a !important;
    font-weight: 600;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus-visible {
    background-color: #ffffff !important;
    color: #1a1a1a !important;
    outline: 3px solid #000000;
    outline-offset: 2px;
} */

.cf7-speech-wrap {
    position: relative;
}

.cf7-speech-wrap input,
.cf7-speech-wrap textarea {
    padding-right: 48px !important;
}

.cf7-mic-btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf7-mic-btn .dashicons {
    color: #000;
    font-size: 20px;
    line-height: 1;
}

.cf7-mic-btn:hover {
    background: #fff;
}

.cf7-mic-btn.listening .dashicons {
    color: #e53935;
}