/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@font-face{
    font-family: "AvertaStd-Semibold";
    src: url("/wp-content/uploads/2024/10/aef2da2daa6e15be44ff1a2706cc61a1.eot");
    src: url("/wp-content/uploads/2024/10/aef2da2daa6e15be44ff1a2706cc61a1.eot?#iefix")format("embedded-opentype"),
        url("/wp-content/uploads/2024/10/aef2da2daa6e15be44ff1a2706cc61a1.woff")format("woff"),
        url("/wp-content/uploads/2024/10/aef2da2daa6e15be44ff1a2706cc61a1.woff2")format("woff2"),
        url("/wp-content/uploads/2024/10/aef2da2daa6e15be44ff1a2706cc61a1.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/aef2da2daa6e15be44ff1a2706cc61a1.svg#AvertaStd-Semibold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
.yellow-bg-container{
    background: linear-gradient(180deg, #D1AB47 -39.28%, #EDC868 -19.64%, #A37C2D 149.42%), #FFF;
}
.maincarrercard .text-inside{
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.maincarrercard:hover .text-inside{
    opacity: 1;
}
.footer-links a{
    color: #000;
}
.font-AvertaStd-Semibold .elementor-button-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.font-AvertaStd-Semibold .elementor-button-icon svg{
    width: 24px;
    height: 24px;
}
.home-page-front-section{
    background-size: 50% 100% !important;
}
@media(max-width: 1024px){
    .home-page-front-section{
        background-size: cover !important;
    }
}


.yeloow-btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.yeloow-btn .elementor-button {
    position: relative;
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 50%, #A37C2D 100%) !important;
    transition: background 0.4s ease-in-out;
    z-index: 2;
}
.yeloow-btn .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #A78131; 
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: -1;
}
.yeloow-btn:hover .elementor-button::before {
    opacity: 1;
}

.main-nav .hfe-nav-menu__align-right nav ul li a{
    display: flex;
    justify-content: center;
}
/* .main-nav .hfe-nav-menu__align-right nav ul .menu-item.menu-item-type-custom.menu-item-object-custom.parent.hfe-creative-menu{
    display: none;
} */

.main-nav .hfe-nav-menu__align-right nav .hfe-nav-menu .menu-item.menu-item-type-custom:last-child {
    display: none;
}
.main-nav .hfe-nav-menu__align-right nav .hfe-nav-menu .menu-item.menu-item-type-custom:last-child a {
    border-radius: 50px;
    background: #000 !important;
    display: flex;
    width: 199px;
    padding: 0px 32px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: var(--White, #FFF) !important;
    font-family: Outfit !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 40px !important; 
    text-transform: capitalize;
}
@media(max-width: 768px){
    .main-nav .hfe-nav-menu__align-right nav .hfe-nav-menu .menu-item.menu-item-type-custom:last-child {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        padding-bottom: 24px;
    } 
}

/* .about-us-bottom-button .elementor-button{
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 71.59%, #A37C2D 137.73%);
} */
.about-us-bottom-button .elementor-button {
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 60%, #A37C2D 80%);
    background-size: 200% 100%; /* Make the background wider */
    background-position: 40% 0; /* Start with the light color around 40% */
    transition: background-position 0.5s ease-in-out;
}

.about-us-bottom-button .elementor-button:hover {
    background-position: 100% 0; /* Move the lighter part to the right */
}




.slider-container .slider-header .learn-more {
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 50%, #A37C2D 100%);
    transition: background 0.4s ease-in-out;
}
.new-section-added .learn-more a:hover{
    background: linear-gradient(90deg, #A37C2D 0%, #A37C2D 50%, #A37C2D 100%);
    transition: background 0.4s ease-in-out;
}
.new-section-added .learn-more a{
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 50%, #A37C2D 100%);
    border-radius: 50px;
    transition: background 0.4s ease-in-out;
    display: flex;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: var(--White, #FFF);

    /* Button/01 */
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 250% */
    text-transform: capitalize;
}

/* second sectio button   */
.font-AvertaStd-Semibold .elementor-button:hover{
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 50%, #A37C2D 100%) !important;
}

/* .last-abuor-div > div > div {
	background: linear-gradient(90deg, #D1AB47 0%, #EDC868 50%, #A37C2D 100%) !important;
} */



.normal-btn-op a:hover .elementor-button {
    border-color: #F7F7F7 !important;
}
.chat-btn .elementor-button-icon{
    align-items: center;
    display: flex;
}
.chat-btn .elementor-button-content-wrapper{
    display: flex;
    align-items: center;
}
.chat-btn svg{
    width: 40px !important;
    height: 40px !important;
}
.bg-todiv{
    background: linear-gradient(180deg, #D1AB47 -87.37%, #EDC868 -87.37%, #A37C2D 134.05%);
}
#site-header {
	display: none;
}
.page-header {
	display: none;
}
#site-footer {
	display: none;
}
#count-down-id{
	backdrop-filter: blur(5px);
}
.get-inttet-efottro a{
    color: var(--White, #FFF);
    /* Body/Medium/400 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.text-tedierotsd a{
    color: var(--Black, #000);
    /* Body/Medium/400 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 8px;
}
.text-tedierotsd p{
    margin: 0;
}
.text-tedierotsd .elementor-widget-container p:nth-child(odd),
.text-tedierotsd .elementor-widget-container p:last-child {
    margin-top: 8px;
}
/* .contact-us-font-page{
    background-size: 35% 100% !important;
} */

.text-tedierotsd strong{
    font-weight: 500;
}
/* count down design */
#countdown-timer {
    color: var(--Primary-Brand, #BF9537);
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
}
@media(max-width: 767px){
	#countdown-timer {
		color: var(--Primary-Brand, #BF9537);
        font-family: Roboto;
        font-size: 17.016px;
        font-style: normal;
        font-weight: 600;
        line-height: 20.419px; /* 120% */
        letter-spacing: -0.34px;
	}
    .home-page-front-section{
        background: none;
        background-image: none !important;
    }
    .contact-us-font-page{
        background: none !important;
        background-image: none !important;
    }
    .custom-form {
        max-width: 100% !important;
    }
}
.navbar-menus .current_page_item .hfe-menu-item ,.navbar-menus .current-menu-ancestor > .hfe-has-submenu-container > .hfe-menu-item,
.navbar-menus .current-menu-parent > .hfe-has-submenu-container > .hfe-menu-item{
	font-weight: 500 !important;
	color: var(--Primary-Brand, #BF9537);
}
.navbar-menus .hfe-has-submenu-container  .hfe-menu-toggle{
    display: none;
}
#menu-item-762 .hfe-menu-item{
	font-weight: 500 !important;
	color: var(--Primary-Brand, #BF9537);
}
.icon-for-scroll-btn .elementor-button-content-wrapper{
    align-items: center !important;
}
.icon-for-scroll-btn .elementor-button-icon svg{
    width: 40px !important;
    height: 40px !important;
}


.market-insights-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.market-insight-item {
    box-sizing: border-box; /* Include padding and border in the width calculation */
    border-radius: 8px; /* Optional: Rounded corners */
}


.market-insight-item .market-insight-image{
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 24px;
}
.market-insight-item .market-insight-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    transform-origin: center center;
}
.market-insight-item:hover .market-insight-image img {
    transform: scale(1.05); /* Zoom in */
}

.market-insight-item .market-insight-title {
    color: var(--Black, #000);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: -0.42px;
}
.market-insight-item:hover .market-insight-title{
    color: var(--Primary-Brand, #BF9537);
}

.market-insight-item .market-insight-content {
    color: var(--Black, #000);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px; /* Add some space before the button */
}
.market-insight-text-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
}
.market-insight-learn-more{
    display: flex;
    width: 96px;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--Primary-Brand, #BF9537);
}
.market-insight-learn-more svg{
    width: 16px;
    transition: transform  0.4s ease-in-out;
    height: 16px;
}
.market-insight-item:hover .market-insight-learn-more svg{
    transform: rotate(-45deg);
}
.market-insight-learn-more span{
    color: var(--Primary-Brand, #BF9537);
    /* Button/02 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 250% */
    text-transform: capitalize;
    text-decoration: none;
}

@media (max-width: 768px) {
    .market-insights-container {
        grid-template-columns: 1fr; /* Stack cards vertically on mobile */
        gap: 64px;
    }
    .market-insight-text-inner{
        height: 100px;
    }

}



/* Parent Slider Container */
.first_slider_home_parent {
    width: 100%;
    max-width: 400px; /* Ensures responsiveness */
    height: 200px;
    margin: 0 auto;
    position: relative;
    background-color: #c69d3a; /* Gold background */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow for elevation */
}

/* Slick Slider Container */
.first_slider_home_parent .first_slider_home {
    position: relative;
}

/* Slide Content */
.first_slider_home_parent .first_slider_home .slider-item h2 {
    color: var(--White, #FFF);
    font-family: "DM Serif Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.24px;
    margin-bottom: 10px; /* Adjust margin between title and content */
}

/* Slide Image */
.first_slider_home_parent .first_slider_home .slider-image img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures image scales properly without overflow */
    border-radius: 4px; /* Optional rounding for a smooth look */
    margin-bottom: 10px;
}

.first_slider_home_parent .slick-dots {
    bottom: -60px;
    display: flex; /* Use flexbox to align dots */
    padding: 0; /* Remove any default padding */
    margin: 0; /* Remove any default margin */
}

.first_slider_home_parent .slick-dots li {
    width: auto;
}

.first_slider_home_parent .slick-dots li button {
    font-size: 0; /* Hide default dot */
}

.first_slider_home_parent .slick-dots li button::before {
    font-size: 28px; /* Adjust dash size */
    opacity: 1;
    color: transparent; /* White inactive dash */
    border: 1px solid white;
    height: 0px;
}

.first_slider_home_parent .slick-dots li.slick-active button{
    width: 48px;
}
.first_slider_home_parent .slick-dots li.slick-active button::before {
    border-color: black; /* Black active dash */
    font-size: 48px; /* Active dash size */
    width: 48px;
}

/* Other styles remain the same */

/* Arrows */
.first_slider_home_parent .slick-prev,
.first_slider_home_parent .slick-next {
    position: absolute;
    top: 140px !important;
    bottom: 16px; /* 16px from the bottom */
    background: none;
    border: none;
    font-size: 24px;
    width: 24px;
    height: 24px;
    z-index: 10;
    cursor: pointer;
}

/* Align arrows to the bottom right */
.first_slider_home_parent .slick-prev {
    right: 56px;
    left: unset;
}

.first_slider_home_parent .slick-next {
    right: 16px; /* 16px from the right */
}

/* Remove default arrow background */
.first_slider_home_parent .slick-arrow::before {
    display: none !important;
}

/* Optional: change arrow color on hover */
.first_slider_home_parent .slick-prev:hover svg,
.first_slider_home_parent .slick-next:hover svg {
    fill: #000; /* Change to black on hover */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .first_slider_home_parent {
        max-width: 100%;
        padding: 40px 32px 0px 32px;
        border-radius: 0px;
    }

    .first_slider_home_parent .first_slider_home .slider-item h2 {
        font-size: 16px;
    }
    .first_slider_home_parent .slick-prev, .first_slider_home_parent .slick-next {
        top: 124px !important;
    }
    .first_slider_home_parent .slick-dots {
        bottom: -46px;
    }
}



/* Accordion Item Container */
/* .custom-accordion {
    padding: 80px 0px;
} */
.custom-accordion .accordion-item {
    padding: 32px 64px 32px 86px;
    border-bottom: 1px solid var(--light-grey, #EEE);
    transition: background 0.4s ease-in-out;
}

.custom-accordion .accordion-item:hover{
    transition: background 0.4s ease-in-out;
    background: #BF9537;
}
.custom-accordion .accordion-item:hover .accordion-header .icon-plus path{
    fill: #ffffff;
}
/* Accordion Header */
.custom-accordion .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.custom-accordion .accordion-item.accordion-active:hover {
    background: #fff; /* Resets to white when toggled */
}

/* Accordion Title Styling */
.custom-accordion .accordion-title {
    color: var(--Black, #000);
    font-family: "DM Serif Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.288px;
}

/* Accordion Content */
.custom-accordion .accordion-content {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
    padding: 0;
    background-color: #fff;
    color: var(--Black, #000);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

/* Styling for Plus and Minus Icons */
.custom-accordion .accordion-toggle{
    border: none;
}
.custom-accordion .accordion-toggle:hover ,.custom-accordion .accordion-toggle:focus{
    background: none;
}
.custom-accordion .accordion-toggle .icon-plus,
.custom-accordion .accordion-toggle .icon-minus {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.accordion-item.active.expanded.accordion-active .icon-plus{
    display: none;
}
.accordion-item.active.expanded.accordion-active .icon-minus{
    display: inline;
}
.custom-accordion .accordion-toggle .icon-plus {
    display: inline;
}
.custom-accordion .accordion-toggle .icon-minus {
    display: none;
}

/* Learn More Button */
.custom-accordion .learn-more {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--Primary-Brand, #BF9537);
    color: var(--Primary-Brand, #BF9537);
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 96px;
    line-height: 35px; /* 250% */
    text-transform: capitalize;
}

.custom-accordion .learn-more svg {
    width: 16px;
    height: 16px;
}

/* Optional: Accordion Toggle Button Hover Effects */
.custom-accordion .accordion-toggle:hover {
    color: var(--Primary-Brand, #BF9537);
}
@media (max-width: 768px) {
.custom-accordion {
    padding: 0px;
}
.custom-accordion .accordion-item {
    padding: 32px 0px;
}
.custom-accordion .accordion-item:hover {
    padding: 32px 0px;
    background: transparent;
}
.custom-accordion .accordion-title {
    color: var(--Black, #000);
    /* Subheading/02 */
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    letter-spacing: -0.24px;
}
}

.home_page-accordian .custom-accordion .accordion-item .wp-block-list{
    color: var(--Black, #000);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.home_page-accordian .custom-accordion .accordion-item .accordion-content{
    color: var(--Black, #000);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


/* Custom Form */

.custom-form {
    max-width: 600px;
}

.custom-form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.custom-form-row input:focus,
.custom-form-row textarea:focus,
.custom-form-row select:focus {
    outline: none;
}
.custom-form-row input,
.custom-form-row textarea,
.custom-form-row select {
    width: 48%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    background-color: transparent;

    padding-left: 0;
    color: var(--Black, #000);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.custom-form-row textarea {
    width: 100%;
    resize: vertical;
}





/* Wrapper styling */
.custom-form-row {
    display: flex;
    transition: height 0.3s ease-in-out; 
}

/* Style for the option tags inside the select */
.custom-form-row select option {
    background-color: #fff; 
    color: #000; 
    padding: 10px 20px;
    border-bottom: 1px solid #000 !important;
}

.custom-form-row select option:hover {
    background-color: #f0f0f0;
}



.custom-form-row button {
    border-radius: 50px;
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 50%, #A37C2D 100%);
    padding: 0px 32px;
    color: var(--White, #FFF);
    transition: background 0.4s ease-in-out;

    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
    text-transform: capitalize;
    border: none;
    transition: background 0.4s ease-in-out;
}

.custom-form-row button:hover {
    background: linear-gradient(0deg, #A37C2D 100%, #A37C2D 0%, #A37C2D 0%); 
    transition: background 0.4s ease-in-out;
}
 


/* Placeholder styling */
.custom-form-row input::placeholder,
.custom-form-row textarea::placeholder,
.custom-form-row select::placeholder {
    color: var(--Black, #000); /* Placeholder color */
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* Loading Spinner */
.loading-spinner {
    text-align: center;
    font-size: 18px;
    color: #d4af37;
}

/* Form Messages */
#form-messages {
    margin-top: 10px;
    font-size: 16px;
}

.success-message {
    color: green;
}

.error-message {
    color: red;
}
@media (max-width: 768px) {
    .custom-form-row button {
        margin: 0;
    }
    .custom-form-row input, .custom-form-row select{
        width: 100%;
        padding: 10px 0px;
        margin-bottom: 24px;
    }
    .custom-form-row textarea{
        padding: 10px 0px 48px 0px;
        margin-bottom: 24px;
    }
    .custom-form-row{
        flex-direction: column;     
        margin: 0;
        margin-bottom: 0;
    }
    .custom-form-row button{
        width: 172px;
    }
}
.slider-container {
    position: relative;
}

.slider-container .slider-header-first{
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.slider-container.about-us .slider-header-first{
    display: flex;
    width: 75%;
    gap: 16px;
    flex-direction: column;
    justify-content: center;

}
.slider-container.about-us .slider-header-first .slider-header-inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}
.slider-container.about-us .slider-header .slider-title {
    width: 80%;
    margin: 0;
}
.slider-container .slider-header .slider-title {
    color: var(--Primary-Brand, #BF9537);
    font-family: "DM Serif Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0;
}
/* .slider-container .slider-header .learn-more {
    border-radius: 50px;
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 50%, #A37C2D 100%);
    padding: 0px 32px;
    border: none;
    text-transform: capitalize;
}
.slider-container .slider-header .learn-more:hover {
    background: linear-gradient(90deg, #A37C2D 0%, #A37C2D 50%, #A37C2D 100%); 
} */
.slider-container .slider-header .learn-more {
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 50%, #A37C2D 100%);
    background-size: 200% 100%;
    transition: background-position 0.5s ease; 
    padding: 0px 32px;
    border-radius: 50px;
    border: none;
    text-transform: capitalize;
    margin-right: 38px;
}
.new-container .learn-more a{
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 50%, #A37C2D 100%);
    background-size: 200% 100%;
    transition: background-position 0.5s ease; 
    padding: 0px 32px;
    border-radius: 50px;
    border: none;
    text-transform: capitalize;
    margin-right: 38px;
}

.slider-container .slider-header .learn-more:hover {
    background-position: 100% 0;
}




.slider-container .slider-header .learn-more a{
    color: var(--White, #FFF);
    /* Button/01 */
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 250% */
    text-transform: capitalize;
}
.slider-container  .learn-more-mobile {
    display: none;
    border-radius: 50px;
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 50%, #A37C2D 100%);
    padding: 0px 32px;
    border: none;
    margin-top: 32px;
    text-transform: capitalize;
}
.slider-container  .learn-more-mobile a{
    text-decoration: none;
    color: var(--White, #FFF);
    font-family: AvertaStd-Semibold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}


.slider-container .slider-header {
    display: flex;
    justify-content: space-between; /* Space between title and arrows */
    align-items: center;
    padding-bottom: 10px;
}

.slider-container.about-us .progress-bar {
    display: none;
}
.slider-container .progress-bar {
    position: relative; /* Position the progress bar under the header */
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.slider-container .progress {
    width: 0; /* Will be updated with JS */
    height: 100%;
    background-color: #000000;
}

.slider-container .what-we-do-container {
    display: flex;
    gap: 24px; /* Space between cards */
    position: relative; /* Ensure the container is a positioned element */
    box-sizing: border-box;
    scroll-behavior: smooth; /* Smooth scrolling for the drag effect */
    cursor: grab; /* Change cursor to indicate draggable area */
}
.slider-container.about-us .what-we-do-container {
    position: absolute;
    /* z-index: 10; */
}
.slider-container.about-us .what-we-do-card {
    background: var(--Primary-Brand, #BF9537);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.why-choose-us-about .e-con{
    z-index: 0 !important;
}
.why-choose-us-about{
    z-index: 0 !important;
}

/* .slider-container .what-we-do-card {
    background: #BF9537;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: background 0.3s ease-in-out, max-height 0.5s ease-in-out;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 56px 40px;
    height: 240px;

}
.slider-container .what-we-do-card:hover {
    background-color: #000000;
    max-height: 500px;
    height: auto;
} */
.slider-container .what-we-do-container .what-we-do-card {
    background: #BF9537;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 56px 40px;
    height: 240px; 
    transition: background 0.3s ease-in-out, height 0.3s ease-in;
}

.slider-container .what-we-do-container .what-we-do-card:hover {
    background-color: #000000;
    height: 500px; 
    transition: background 0.3s ease-in-out, height 0.3s ease-in;
}



/* .slider-container .what-we-do-card {
    background: #BF9537;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: background 0.3s ease-in-out, max-height 0.5s ease-in-out;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 56px 40px;
    height: auto;
    max-height: 240px; 
    overflow: hidden; 
}

.slider-container .what-we-do-card:hover {
    background: #000000;
    max-height: 500px; 
} */



.slider-container .what-we-do-card h3 {
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    margin: 0px;
    overflow: hidden; /* Hide overflow */
    display: -webertical;
    transition: height 0.3s ease; /* Smooth height transition */
}
.slider-container .what-we-do-card:hover h3 {
    color: #BF9537;
}


/* Custom Arrows */
.slider-container .custom-arrows {
    display: flex;
    gap: 8px;
    align-items: center; /* Center arrows vertically */
}

.slider-container .custom-arrows button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.slider-container .custom-arrows svg {
    fill: #BF9537; /* Arrow color */
    width: 24px;
    height: 24px;
    transition: fill 0.3s ease;
}

.slider-container .custom-arrows button:hover svg {
    fill: #d4a45c;
}

/* Slide Counter */
.slider-container .slide-counter {
    color: var(--Black, #000);
    /* Body/Smalls/400 */
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

@media (max-width: 768px) {
    .slider-container .slider-header .learn-more{
        display: none;
    }
    .slider-container  .learn-more-mobile{
        display: block;
    }
    .slider-container .slider-header {
        align-items: start;
        padding-bottom: 32px;
    }
    .slider-container.about-us .slider-header{
        display: none;
    }
    .slider-container .slider-header .slider-title {
        font-size: 32px;
        line-height: 40px; /* 125% */
    }
    .slider-container .slider-header {
        align-items: start;
    }
    .slider-container .progress-bar {
        display: none;
    }
    .slider-container .custom-arrows {
        display: none;
    }
    .slider-container .what-we-do-card {
        width: 300px;
    }
    .slider-container .slider-header{
        flex-direction: column;
        align-items: start;
        padding-bottom: 32px;
    }
}
.slider-container {
    position: relative;
    padding-top: 20px;
}
.slider-container.about-us {
    position: relative;
    padding-top: 0px;
}

.slider-container .slider-header {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 10px;
}
.slider-container.home .slider-header {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 10px;
}

.slider-container .progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.slider-container .progress {
    width: 0;
    height: 100%;
    background-color: #000000;
}

.slider-container .what-we-do-container {
    display: flex;
    gap: 24px; /* Space between cards */
    box-sizing: border-box;
    cursor: grab;
    transition: transform 0.3s ease;
    scroll-behavior: smooth; /* Smooth scrolling for the drag effect */
    /* Disable scrollbars */
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

.slider-container .what-we-do-container::-webkit-scrollbar {
    display: none; /* Hide scrollbars */
}

.slider-container .what-we-do-card {
    width: 364px; /* Fixed card width */
    flex-shrink: 0;
}
.slider-container .what-we-do-card .content{
    color: var(--White, #FFF);
    /* Body/Medium/400 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 400;
    line-height: 24px; /* 150% */
}




/* Custom Arrows */
.slider-container .custom-arrows {
    display: flex;
    gap: 10px;
    align-items: center;
}

.slider-container .custom-arrows button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-container .custom-arrows svg {
    fill: #BF9537;
    width: 24px;
    height: 24px;
    transition: fill 0.3s ease;
}

.slider-container .custom-arrows button:hover svg {
    fill: #d4a45c;
}


.slider-container .what-we-do-card:hover h3 {
    display: block; /* Show full text on hover */
}
.slider-container .what-we-do-card .content {
    display: none; /* Show full text on hover */
}
.slider-container .what-we-do-card:hover .content {
    display: block; /* Show full text on hover */
}

.slider-container .what-we-do-card:hover .icon-svg{
    display: none;
}
.slider-container .icon-svg {
    display: flex;
    transition: color 0.3s ease;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .slider-container .slider-header .slider-title {
        font-size: 32px;
        line-height: 40px;
        padding-right: 0;
    }
    .slider-container.about-us .what-we-do-container{
        margin-left: 0;
    }
    .slider-container .progress-bar {
        display: none;
    }
    .slider-container .custom-arrows {
        display: none;
    }
}



/* .overflow-the-class{
    overflow-x: hidden !important;
    overflow-y: visible !important; 
    overflow: hidden;
} */


/* Parent class for team grid */
.team-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1024px;
    margin: auto;
    gap: 24px;
}

.team-grid-container > * {
    flex: 1 0 20%;
    max-width: 25%;
    box-sizing: border-box;
}



/* Team grid item styling */
.team-grid-container .team-grid-item {
    position: relative;
    cursor: pointer;
}

.team-grid-container .team-grid-item .ovely-vactor{
    position: absolute;
    bottom: -8px;
    left: -8px;
    z-index: 10;
}

/* Card styling */
.team-grid-container .team-grid-item .team-member-card {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* Profile image background */
.team-grid-container .team-grid-item .team-member-card .image-wrapper{
    background: linear-gradient(180deg, #FDF9F3 32.33%, #F6E6BC 100%);
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-grid-container .team-grid-item.id912 .team-member-card .image-wrapper .profile-image ,.team-grid-container .team-grid-item.id1814 .team-member-card .image-wrapper .profile-image {
    height: 100% !important; /* Force auto height for the first card */
    object-fit: cover; /* Consistent styling */
    transition: transform 0.3s ease-in-out;
}




.team-grid-container .team-grid-item .team-member-card .inner-card {
    background: var(--Primary-Brand, #BF9537);
    padding: 20px 0px;
    height: 30%;
}

@media(max-width: 1024px){
    .slider-container.about-us .slider-header-first{
        margin-left: 0;
    }
}
@media(max-width: 400px){
    .slider-container .what-we-do-card{
        width: 300px;
        padding: 10px !important;
    }
}
@media(max-width: 340px){
    .slider-container .what-we-do-card{
        width: 250px;
    }
}


.team-grid-container .team-grid-item .team-member-card .linkdin-card {
    background: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.team-grid-container .team-grid-item .team-member-card .linkdin-card svg {
    display: none;
}
.team-grid-container .team-grid-item .team-member-card .linkdin-card div{
    display: none;
    gap: 8px;
    align-items: center;
}

/* Ensure smooth transition for the cards */
.team-grid-container .team-grid-item .team-member-card {
    position: relative;
    overflow: hidden; /* Prevent overflow of inner card or LinkedIn card */
    transition: all 0.4s ease;
    border-bottom: 4px solid #D1AB47;
}
.team-grid-container .team-grid-item .team-member-card:hover {
    border-bottom: 4px solid #000000;
    height: 100%;
}

.team-member-card:hover .image-wrapper img {
    transform: translateY(-10px); /* Move image upwards by 10px */
}

/* Hover effect for the inner card: Push it upwards */
.team-grid-container .team-grid-item:hover .team-member-card .inner-card {
    transform: translateY(-55px); 
    transition: transform 0.4s ease;
}

/* LinkedIn card (starts off at the bottom of the card) */
.team-grid-container .team-grid-item .team-member-card .linkdin-card {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    transition: all 0.4s ease;  /* Smooth transition for padding */
}

/* On hover, expand the LinkedIn card */
.team-grid-container .team-grid-item:hover .team-member-card .linkdin-card {
    padding: 16px 24px; /* Increase padding to expand */
}

/* LinkedIn card icon and content appear on hover */
.team-grid-container .team-grid-item:hover .team-member-card .linkdin-card svg {
    display: block;
    transition: opacity 0.4s ease;
}

.team-grid-container .team-grid-item:hover .team-member-card .linkdin-card div {
    display: flex;
    transition: opacity 0.4s ease;
}

/* Smooth appearance of LinkedIn text */
.team-grid-container .team-grid-item .team-member-card .linkdin-card span {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.team-grid-container .team-grid-item:hover .team-member-card .linkdin-card span {
    opacity: 1;
}

.team-grid-container .team-grid-item .team-member-card .linkdin-card span{
    color: var(--White, #FFF);
    text-align: center;
    
    /* Subheading/03 */
    font-family: "outfit";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.192px;
}

.team-grid-container .team-grid-item .team-member-card h3 {
    margin: 0;
    color: var(--White, #FFF);
    text-align: center;
    /* Subheading/03 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.192px;
}

.team-grid-container .team-grid-item .team-member-card p {
    color: var(--White, #FFF);
    text-align: center;
    
    /* Body/Smalls/400 */
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
/* .team-grid-container .team-grid-item:hover h3,.team-grid-container .team-grid-item:hover p{
    color: var(--e-global-color-secondary);
} */
/* Popup overlay */
.team-grid-container .team-grid-item .team-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Popup content */
/* Popup content */
.team-grid-container .team-grid-item .team-popup .popup-content {
    max-width: 920px;
    height: 600px;  /* Set the height relative to viewport */
    padding: 24px 60px 40px 60px;
    border-radius: 16px;
    position: relative;
    text-align: center;
    background-color:#fff ;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;  /* Align content at the top */
    align-items: center;
    overflow-y: scroll;  /* Enable vertical scrolling */
    scrollbar-width: none;  /* For Firefox */
    -ms-overflow-style: none;  /* For Internet Explorer and Edge */
}
.popup-text{
    text-align: left;
}

.team-popup .popup-content .image-wrapper{
    background: #FFFCF4;
    height: 280px;
    min-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-popup .popup-content .image-wrapper .profile-image {
    height: auto !important; /* Set auto height for the first card */
    width: 100%;
    object-fit: cover; /* Keep object-fit for consistent styling */
}

.team-grid-container .team-grid-item:not(:first-child) .team-popup .popup-content .image-wrapper .profile-image {
    height: 100%; /* Set 100% height for all other cards */
    width: 100%;
    object-fit: cover;
}

/* Hide scrollbar for Webkit browsers like Chrome, Safari */
.team-grid-container .team-grid-item .team-popup .popup-content::-webkit-scrollbar {
    display: none;
}

.custom-form-row textarea{
    padding-bottom: 20px;
}



.team-grid-container .team-grid-item .team-popup .main_content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.team-grid-container .team-grid-item .team-popup .popup-content h3 {
    color: var(--Primary-Brand, #BF9537);
    /* Subheading/02 */
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    letter-spacing: -0.24px;
    margin-bottom: 0;
}

.team-grid-container .team-grid-item .team-popup .popup-content p {
    margin-bottom: 0;
    color: var(--Black, #000);
    /* Body/Medium/400 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.team-grid-container .team-grid-item .team-popup .popup-description {
    color: var(--Black, #000);
    /* Body/Medium/400 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* Close button */
.team-grid-container .team-grid-item .team-popup .close-btn {
    position: absolute;
    top: 20px;  /* Adjusted for better visibility */
    right: 20px;  /* Adjusted for better accessibility */
    z-index: 100;  /* Ensures it's above other content */
    cursor: pointer;
    background: #fff;  /* Background to ensure visibility on all backgrounds */
    border-radius: 50%;  /* Circular background */
    padding: 5px;  /* Padding around the icon */
}
.slider-container .what-we-do-card h3{
    color: var(--White, #FFF);
    /* Subheading/02 */
    font-family: "DM Serif Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.24px;
}
.slider-container .what-we-do-card .content p{
    color: var(--Black, #ffffff);
    /* Body/Medium/400 */
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.products-wp-button .elementor-button-icon svg{
    height: 40px;
    width: 40px;
}





/* Responsive Styles */
@media screen and (max-width: 768px) {
    .team-grid-container{
        padding-bottom: 48px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .team-grid-container .team-grid-item .team-popup{
        padding: 10px;
    }
    .team-grid-container > * {
        flex: 1 0 100%;  /* Each item will take up the full width of the container */
        max-width: 100%;  /* Prevent items from exceeding the width */
    }
    .team-grid-container .team-grid-item{
        max-width: 267px;
        margin: auto;
    }
    .team-grid-container .team-grid-item .team-popup .popup-content {
        padding: 20px;
    }

    .team-grid-container .team-grid-item .team-popup .popup-content img {
        width: 100px;
        height: 100px;
    }

    .team-grid-container .team-grid-item .team-popup .popup-content h3 {
        font-size: 18px;
    }

    .team-grid-container .team-grid-item .team-popup .popup-content p {
        font-size: 14px;
    }
    .team-grid-container .team-grid-item .team-popup .popup-content {
        max-width: 320px;
    }
    .team-grid-container .team-grid-item .team-popup .main_content {
        margin-top: 40px;
        flex-direction: column;
    }
    .team-popup .popup-content .img_wrapper {
        margin: auto;
    }
    .about-us-slider-image{
        background-size: 40% 100% !important;
    }
}


/* Parent Container */
.capital-market-services {
    display: flex;
    width: 100%;
}

/* Left Side: Static Image */
.capital-market-services .left-side {
    position: relative;
    width: 45%;
    height: 600px;
    overflow: hidden;
}

.capital-market-services .left-side .background-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: padding 0.4s ease-in, opacity 0.4s ease-in, background 0.4s ease-in;
}

/* Right Side: Content and Accordion */
.capital-market-services .right-side {
    width: 55%;
    display: flex;
    flex-direction: column;
    padding-right: 70px;
}

.capital-market-services .section-title {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--White, #FFF);
}

.capital-market-services .section-description {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
}

/* Accordion Styling */
.capital-market-services .accordion-item h3,.capital-market-services .accordion-item p{
    margin: 0;
    color: var(--White, #FFF);
    /* Body/Medium/400 */
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.capital-market-services .accordion-header .bui-icon{
    display: none;
}
.capital-market-services .accordion-item.active .accordion-header .bui-icon{
    display: block;
}
.capital-market-services .accordion-header h3{
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
}
.capital-market-services .accordion-header h3 span{
    display: flex;
    justify-content: center;
    gap: 16px;
    color: var(--Black, #000);
    /* Subheading/02 */
    font-family: "DM Serif Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    letter-spacing: -0.24px;
    transition: color 0.3s ease-in-out;
}
.capital-market-services .accordion-item:hover .accordion-header h3 span{
    color: #BF9537;
}
.capital-market-services .accordion-item.active .accordion-header{
    padding: 0px;
}
.capital-market-services .accordion-header {
    padding: 24px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid var(--Light-Grey, #D3D3D3);
}
.capital-market-services .accordion-item.active .accordion-header {
    border-bottom: 0;
}

@media(max-width: 1024px){
    .capital-market-services .right-side{
        padding: 0;
        width: 50%;
    }
    .capital-market-services .left-side {
        width: 50%;
    }
    .capital-market-services .accordion-item.active{
        padding: 48px 24px !important;
    }
    .capital-market-services .accordion-item{
        padding: 0 24px !important;
    }
}



.capital-market-services .accordion-item {
    overflow: hidden;
    padding: 0px 86px 0px 56px;
    /* margin-left: 56px;
    margin-right: 86px; */
    height: auto;
    transition: height 0.4s ease-in, padding 0.4s ease-in;
}

.capital-market-services .accordion-item.active{
    display: flex;
    padding: 64px 86px 64px 56px;
    /* margin-left: 0;
    margin-right: 0; */
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: #BF9537;
}
.capital-market-services .accordion-item.active .accordion-content ul li{
    color: var(--White, #FFF);
    /* Body/Medium/400 */
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.capital-market-services .accordion-item.active .accordion-content ul{
    padding-left: 23px;
}



.capital-market-services .accordion-item.active .accordion-header h3 span {
    padding: 0;
    color: var(--White, #FFF);
    /* Heading/06 */
    font-family: "DM Serif Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
    letter-spacing: -0.48px;
}

.capital-market-services .accordion-header .toggle-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}
.capital-market-services .accordion-item.active .accordion-header .toggle-icon {
    display: none;
}

.capital-market-services .accordion-content {
    display: none;
    color: var(--White, #FFF);
    /* Body/Medium/400 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */    
}

/* Active Accordion */
.capital-market-services .mobile-accordion-select {
    display: none;
}
.capital-market-services .accordion-item.active .accordion-content {
    display: block;
}
.capital-market-services .accordion-item.active .accordion-content h3{
    display: none;
}

.capital-market-services .accordion-item.active .accordion-header .toggle-icon {
    transform: rotate(45deg);
}
.capital-market-services .dropdown-icon {
    display: none;
}

@media (max-width: 768px) {
    .capital-market-services {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .capital-market-services .accordion-item.active{
        padding: 48px 24px;
    }
    .capital-market-services .accordion-item.active .accordion-content h3{
        display: flex;
        justify-content: center;
        gap: 16px;
        color: var(--White, #FFF);
        /* Subheading/02 */
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        margin-bottom: 40px;
        font-weight: 500;
        line-height: 28px; /* 140% */
        letter-spacing: -0.24px;
    }
    /* Left side image container adjustments */
    .capital-market-services .left-side {
        width: 100%;
        transition: transform 0.3s ease;
        margin-bottom: 0px; 
        height: 300px;
    }
    .capital-market-services .right-side{
        width: 100%;
    }
    .capital-market-services .left-side .background-image {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Light shadow for a subtle effect */
    }

    .capital-market-services .mobile-accordion-select-wrapper {
        position: relative;
        display: block;
    }
    
    .capital-market-services .mobile-accordion-select:focus{
        border: none;
        outline: none;

        /* Body/Medium/400 */
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }
    .capital-market-services .mobile-accordion-select {
        display: block;
        appearance: none; /* Hide default browser dropdown arrow */
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 12px 48px 12px 16px; /* Space for custom SVG icon */
        color: #FFF;
        background: linear-gradient(180deg, #D1AB47 -39.28%, #EDC868 -24.78%, #A37C2D 100%), #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
        height: 80px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        border: none;
        border-radius: 0;
        transition: background-color 0.3s ease;
        z-index: 10;
        appearance: none;
    }
    .capital-market-services .mobile-accordion-select option{
        background-color: #ffffff;
        color: #BF9537;
        border-radius: 0;
        padding: 20px 24px;
    }  
    .capital-market-services .mobile-accordion-select option:first-child {
        text-align: center; /* Center the text of the first option */
        font-weight: bold; /* Optional: highlight the first option */

        /* Body/Medium/400 */
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }
    
    .capital-market-services .dropdown-icon {
        display: block;
        position: absolute;
        top: 50%;
        right: 16px;
        z-index: 10;
        transform: translateY(-50%);
        transition: transform 0.3s ease; /* For toggling the arrow */
        pointer-events: none; /* Prevent interaction */
    }
    
    .capital-market-services .mobile-accordion-select:focus + .dropdown-icon {
        transform: translateY(-50%) rotate(180deg); /* Rotate the arrow */
    }
    
    
    
    /* Mobile content section */
    .capital-market-services .mobile-content {
        padding: 15px;
        background: #fff; /* White background for readability */
        font-family: Roboto, sans-serif;
        font-size: 16px;
        color: #333;
        border: 1px solid #e0e0e0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
        margin-top: 10px;
        line-height: 1.5; /* Improve text readability */
    }

    /* Hide desktop accordion on mobile */
    .capital-market-services .accordion-item,
    .capital-market-services .accordion-header,
    .capital-market-services .accordion-content {
        display: none;
    }

    /* Ensure smooth transitions for content updates */
    .capital-market-services .mobile-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #bf9537; /* Highlight heading with a gold shade */
    }

    .capital-market-services .mobile-content p {
        margin: 0;
    }
}



.market-insights-tabs {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.market-insights-tabs .tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 48px;
    padding: 0;
    list-style: none;
    justify-content: flex-start;
}

.market-insights-tabs .tabs li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    color: var(--Primary-Brand, #BF9537);
    /* Button/02 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 250% */
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid var(--Primary-Brand, #BF9537);
    background: #FFF;
    width: 220px;
    padding: 0px 24px;
}

.market-insights-tabs .tabs li:hover,
.market-insights-tabs .tabs li.active {
    color: var(--White, #FFF);
    /* Button/02 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 250% */
    text-transform: capitalize;
    border: 1px solid transparent;
    background: var(--Black, #000);
}

.market-insights-tabs .posts-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.market-insights-tabs .post-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: transform 0.3s ease;
}

/* .market-insights-tabs .post-card:hover {
    transform: translateY(-5px);
} */

.market-insights-tabs .post-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.market-insights-tabs .post-image img {
    width: 100%;
    height: 220px;
    transition: transform 0.3s ease;
}

.market-insights-tabs .post-card:hover .post-image img {
    transform: scale(1.05);
}

.market-insights-tabs .post-meta {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.market-insights-tabs .post-meta .post-category {
    color: var(--Black, #000);
    /* Body/Tiny/400 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.market-insights-tabs .post-meta .post-date {
    color: var(--Black, #000);
    /* Body/Tiny/400 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.market-insights-tabs .post-content {
    padding: 15px 0px;
}

.market-insights-tabs .post-card:hover .post-title {
    color: var(--Black, #BF9537);
}
.market-insights-tabs .post-content .post-title {
    color: var(--Black, #000);
    /* Subheading/03 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.392px;
    margin: 0 0 10px;
}

.market-insights-tabs .post-content .post-excerpt {
    color: var(--Black, #000);
    /* Body/Medium/400 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0 0 15px;
}

.market-insights-tabs .post-content .read-more {
    color: var(--Primary-Brand, #BF9537);
    /* Button/02 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 250% */
    text-transform: capitalize;
    gap: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid var(--Primary-Brand, #BF9537);
    transition: all 0.3s ease;
}

.market-insights-tabs .post-content .read-more span {
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}
.market-insights-tabs .post-content .read-more svg {
    transition: transform 0.3s ease;
}
.market-insights-tabs  .post-card:hover .post-content .read-more svg{
    transform: rotate(-45deg);
}
.market-insights-tabs .post-content .read-more:hover span {
    margin-left: 10px;
}

.market-insights-tabs .pagination-container {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.market-insights-tabs .pagination-container .pagination-link {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.market-insights-tabs .pagination-container .pagination-link:hover {
    background-color: #007bff;
    color: #fff;
}

.market-insights-tabs .pagination-container .pagination-link.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.market-insights-tabs .pagination-container .pagination-link.prev,
.market-insights-tabs .pagination-container .pagination-link.next {
    font-size: 16px;
}

.market-insights-tabs .pagination-container .pagination-link.prev:hover,
.market-insights-tabs .pagination-container .pagination-link.next:hover {
    background-color: #007bff;
    color: #fff;
}
@media (max-width: 768px) {
    .market-insights-tabs .tabs {
        display: flex;
        overflow-x: auto; /* Enable horizontal scrolling */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
        gap: 10px; /* Adjust gap for better spacing on small screens */
        padding-bottom: 10px; /* Space for better visual separation */
        scrollbar-width: none; /* Hide scrollbar for Firefox */
    }

    /* Hide scrollbar for Webkit-based browsers (Chrome, Safari, Edge) */
    .market-insights-tabs .tabs::-webkit-scrollbar {
        display: none; 
    }

    .market-insights-tabs .tabs li {
        flex: 0 0 auto; /* Prevent items from shrinking */
        width: auto; /* Set a fixed width for tabs to control size */
        white-space: nowrap; /* Prevent text from breaking */
    }
}


/* Parent Container: Careers Section */
.careers-section .careers-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3 equal columns */
    gap: 24px; /* Space between cards */
    justify-items: stretch; /* Ensures cards stretch equally */
}

/* Careers Card */
.careers-section .careers-card {
    background-color: #F7F7F7;
    padding: 32px 48px;
    text-align: left;
    transition: box-shadow 0.3s ease;
}
/* Card Content */
.careers-section .careers-card h3 {
    color: var(--Black, #000);
    /* Subheading/02 */
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    letter-spacing: -0.24px;
    margin:0;
}

.careers-section .careers-card p {
    color: var(--Black, #000);
    /* Body/Medium/400 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin:16px 0;
}

.careers-section .careers-card .card-meta {
    display: flex;
    gap: 32px;
    /* justify-content: space-between; */
    color: var(--Black, #000);
    /* Subheading/03 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.192px;
    margin-bottom: 32px;
}
.careers-section .careers-card .card-meta span{
    display: flex;
    align-items: center;
    gap: 8px;
}

.careers-section .apply-now {
    border: 1px solid var(--Primary-Brand, #BF9537);
    border-radius: 50px;
    padding: 10px 32px;
    cursor: pointer;
    color: var(--Primary-Brand, #BF9537);
    /* Button/01 */
    font-family: AvertaStd-Semibold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 250% */
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.careers-section .apply-now:hover {
    background-color: #d8a24c;
    color: #fff;
}
/* Parent Container: Careers Pagination */
.careers-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

/* Pagination Buttons Container */
.careers-pagination .pagination-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Individual Page Button */
.careers-pagination .page-button.next {
    margin-left: 22px;
}
.careers-pagination .page-button.prev {
    margin-right: 22px;
}
.careers-pagination .page-button.arrows {
    border-radius: 2px;
    background: var(--light-grey, #EEE);
    border: none;
}
.careers-pagination .page-button.number {
    border:none;
    border-radius: 2px;
    width: 36px;
    height: 36px;
    padding: 0px 10px;
    color: var(--Black, #000);
    /* Body/Smalls/400 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Active Page Button (Bold Style) */
.careers-pagination .page-button.number[style*="font-weight: bold;"] {
    background-color: #d8a24c;
    color: #fff;
}

.careers-pagination .page-button.number.active ,.careers-pagination .page-button.number:hover ,.careers-pagination .page-button.number:focus{
    background-color: #d8a24c;
    color: #fff;
}







/* 1 Column on Mobile */
@media (max-width: 768px) {
    .careers-section .careers-cards {
        grid-template-columns: 1fr; /* Single column */
    }
    .careers-section .careers-card .card-meta {
        flex-direction: column;
        gap: 8px;
    }
}



/* Wrapper for slider */
.insight-slider-wrapper {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust based on your layout */
    overflow: hidden;
}

/* Each slide */
.insight-slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.6s ease-in-out;
    display: flex;
    align-items: start;
}

/* Image inside slide */
.insight-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1032px;
    width: 100%;
    height: 100%;
    z-index: 1; /* Image behind the content */
}

.insight-slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images fit properly */
}

/* Content box */
.insight-slider-content {
    position: relative;
    z-index: 2;
    width: 741px;
    height: 428px;
    padding: 54px 86px;
    background: linear-gradient(180deg, #D1AB47 -39.28%, #EDC868 -24.78%, #A37C2D 100%);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.insight-slider-content .slider-tag{
    border-radius: 2px;
    border: 1px solid var(--Primary-Brand, #BF9537);
    background: #FFF;
    padding: 2px 10px;
    color: var(--Primary-Brand, #BF9537);
    /* Body/Tiny/400 */
    font-family: Roboto;
    font-size: 12px;
    width: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    margin-bottom: 8px;
}
.insight-slider-content h2{
    color: var(--White, #FFF);
    /* Heading/04 */
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    margin: 0;
    margin-bottom: 16px;
}
.insight-slider-content p{
    color: var(--White, #FFF);
    /* Body/Medium/400 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
    margin-bottom: 16px;
}
.insight-slider-content .read-more{
    color: var(--Black, #000);
    /* Button/02 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 250% */
    text-transform: capitalize;
    width: 95px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    border-bottom: 1px solid var(--Black, #000);
}

/* Dots inside content bottom-right */
.insight-slider-dots {
    display: none !important;
    position: absolute;
    bottom: 32px;
    right: 32px;
    display: flex;
    gap: 8px;
    z-index: 3;
}

.insight-slider-dots span {
    width: 30px;
    height: 2px;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.insight-slider-dots span.active {
    background-color: #000;
    transform: scaleX(1.5);
}


/* Mobile Styles */
@media (max-width: 768px) {
    .insight-slider-wrapper {
        height: 678px; /* Adjust height dynamically for mobile */
    }

    .insight-slider-slide {
        flex-direction: column-reverse; /* Content below image */
    }
    .insight-slider-content {
        width: 100%;
        padding: 32px 20px;
        box-sizing: border-box;
        background: linear-gradient(180deg, #D1AB47 -39.28%, #EDC868 -24.78%, #A37C2D 100%);
        display: flex;
        flex-direction: column;
        min-height: 250px; /* Set a consistent height for content */
    }
      .insight-slider-content h2 {
        color: var(--White, #FFF);
        /* Heading/05 */
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.64px;
        margin-bottom: 32px;
    }

    .insight-slider-content p {
        color: var(--White, #FFF);
        /* Body/Medium/400 */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

    .insight-slider-content .slider-tag {
        color: var(--Primary-Brand, #BF9537);
        /* Body/Tiny/400 */
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 133.333% */
    }

    .insight-slider-image {
        height: 250px; /* Fixed height for images */
    }

    .insight-slider-dots {
        display: none !important;
        position: absolute;
        bottom: 10px; /* Fix dots position */
        left: 60%;
        transform: translateX(-50%);
        display: flex;
        gap: 6px;
    }

    .insight-slider-dots span {
        width: 20px;
        height: 2px;
        background-color: #ddd;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .insight-slider-dots span.active {
        background-color: #000;
    }
}

/* Parent Class Wrapper */
.market-insights-slider {
    /* Slider Wrapper Styles */
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}
.market-insights-slider  .slick-list {
    padding-left: 0px !important;
}
.market-insights-slider .slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    max-width: 1140px;
}

.market-insights-slider .slider-main-title h2 {
    color: var(--Primary-Brand, #BF9537);
    /* Heading/04 */
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    margin: 0;
}

.market-insights-slider .slider-navigation {
    display: flex;
    gap: 10px;
}

.market-insights-slider .slider-navigation button {
    background: linear-gradient(180deg, #D1AB47 0%, #EDC868 124.43%, #A37C2D 248.86%);
    color: #fff;
    border: none;
    border-radius: 0%;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.market-insights-slider .slider-navigation button img {
    width: 12px;
}

.market-insights-slider .slider-navigation button:hover {
    background-color: #8b6f2d;
}

.market-insights-slider .slider {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

.market-insights-slider .slide {
    padding: 10px;
    overflow: hidden;
}
.market-insights-slider .slide:hover .post-title{
    color: var(--Primary-Brand, #BF9537);
}

.market-insights-slider .slide img {
    width: 100%;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.market-insights-slider .slide:hover img {
    transform: scale(1.1);
}

.market-insights-slider .slider-img-div {
    overflow: hidden;
    margin-bottom: 10px;
}

.market-insights-slider .post-title-slider {
    font-size: 16px;
    line-height: 24px;
}

.market-insights-slider .slide:hover .post-title-slider {
    color: #8b6f2d;
}
.market-insights-slider .post-meta {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.market-insights-slider .post-meta .post-category {
    color: var(--Black, #000);
    /* Body/Tiny/400 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.market-insights-slider .post-meta .post-date {
    color: var(--Black, #000);
    /* Body/Tiny/400 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}
.market-insights-slider .post-content {
    padding: 15px 0px;
}

.market-insights-slider .post-content .post-title {
    color: var(--Black, #000);
    /* Subheading/03 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.192px;
    margin: 0 0 10px;
}

.market-insights-slider .post-content .post-excerpt {
    color: var(--Black, #000);
    /* Body/Medium/400 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0 0 15px;
}

.market-insights-slider .post-content .read-more {
    color: var(--Primary-Brand, #BF9537);
    /* Button/02 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 250% */
    text-transform: capitalize;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid var(--Primary-Brand, #BF9537);
    transition: all 0.3s ease;
}

.market-insights-slider .post-content .read-more span {
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}

.market-insights-slider .post-content .read-more:hover span {
    margin-left: 10px;
}

.market-insights-slider .learn-more-btn:hover {
    color: #8b6f2d;
}

.market-insights-slider .slick-prev,
.market-insights-slider .slick-next {
    background: linear-gradient(180deg, #D1AB47 0%, #EDC868 124.43%, #A37C2D 248.86%);
    color: #fff;
    border-radius: 0%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.market-insights-slider .slick-prev::before,
.market-insights-slider .slick-next::before {
    color: #fff;
    font-size: 1.2rem;
}

.market-insights-slider .slick-prev:hover,
.market-insights-slider .slick-next:hover {
    background-color: #8b6f2d;
}

.market-insights-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    list-style: none;
    gap: 10px;
}

.market-insights-slider .slick-dots li button {
    background-color: #D1AB47;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.market-insights-slider .slick-dots li.slick-active button {
    background-color: #8b6f2d;
}

.market-insights-slider .market-insights-container {
    display: flex;
    gap: 20px;
    margin: 170px auto;
    max-width: 1140px;
}

.market-insights-slider .market-insights-title {
    max-width: 354px;
    margin: 0 auto;
    margin-top: 2%;
    height: max-content;
    z-index: 2;
    padding: 25px;
    margin-left: 10px;
    position: sticky;
    top: 50px;
}

.market-insights-slider .market-insights-description {
    width: 60%;
    margin: 0 auto;
    margin-top: 10%;
}

.market-insights-slider .title-wrapper ul {
    list-style-type: none;
    padding: 0;
}

.market-insights-slider .title-wrapper ul li {
    padding: 5px;
    cursor: pointer;
    border-left: 4px solid #ddd;
    font-size: 14px;
}

.market-insights-slider .title-wrapper ul li a {
    text-decoration: none;
    color: #C0C0C0;
}

.market-insights-slider .title-wrapper li.active {
    border-left: 4px solid #BF9537;
}

.market-insights-slider .title-wrapper li a.active {
    color: #BF9537;
}

.market-insights-slider .title-icons .share-to {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration-skip-ink: none;
}

.market-insights-slider .social-icons {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    color: black;
}

.market-insights-slider .social-icon img {
    width: 22px;
    margin-right: 10px;
    color: #000;
    text-decoration: none;
}

.market-insights-slider .description-title .topic-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.012em;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #BF9537;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .market-insights-slider {
        padding: 0;
    }

    .market-insights-slider .slider-header {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .market-insights-slider .slider-main-title h2 {
        font-size: 1.4rem;
    }

    .market-insights-slider .slider-navigation {
        margin-top: 10px;
    }

    .market-insights-slider .slider-navigation button {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    .market-insights-slider .slide {
        padding: 5px;
    }

    .market-insights-slider .slide img {
        width: 100%;
        height: auto;
    }

    .market-insights-slider .post-content {
        padding: 10px 0;
    }

    .market-insights-slider .post-title-slider {
        font-size: 14px;
    }

    .market-insights-slider .post-excerpt {
        font-size: 14px;
    }

    .market-insights-slider .post-content .post-title {
        font-size: 14px;
    }

    .market-insights-slider .post-content .read-more {
        font-size: 12px;
    }

    .market-insights-slider .social-icons {
        justify-content: space-between;
    }

    .market-insights-slider .social-icon img {
        width: 18px;
        margin-right: 5px;
    }

    .market-insights-slider .title-wrapper ul li {
        padding: 3px;
        font-size: 12px;
    }

    .market-insights-slider .title-wrapper li.active {
        border-left-width: 2px;
    }

    .market-insights-slider .market-insights-title {
        max-width: 300px;
        padding: 15px;
    }

    .market-insights-slider .market-insights-description {
        width: 80%;
        margin: 0 auto;
    }
}


.main-nav .elementor-element .navbar-menus ul li a::before{
    height: 1px !important;
}
.main-nav .elementor-element .navbar-menus ul li .sub-menu li a{
    display: flex;
    justify-content: start;
}

/* .custom-login-form-class input{
    border: none;
    color: #000000 !important;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; 
    border-radius: 0;
    background-color: transparent;

    display: flex;
    height: 40px;
    padding: 10px 0px;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    border-bottom: 1px solid var(--Black, #000);
} */
/* news  letter page   */
.newletteremail .wpcf7-form-control-wrap input,.custom-login-form-class input{
    border: none;
    color: #000000 !important;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; 
    border-radius: 0;
    background-color: transparent;

    display: flex;
    height: 40px;
    padding: 10px 0px;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    border-bottom: 1px solid var(--Black, #000);
    margin-bottom: 24px;
}
.newletteremail input[type="email"]::placeholder {
    color: #000;
}
.newlettersubmit p{
    margin: 0;
}
.custom-login-form-class input::placeholder{
    color: black;
}
.custom-login-form-class input:focus {
    outline: none;
}
.custom-login-form-class input:-webkit-autofill {
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px white inset !important; /* Ensures the background is fully transparent */
    color: inherit !important;
}

.newlettersubmit p .wpcf7-submit, .custom-login-form-class button{
    border-radius: 50px;
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 71.59%, #A37C2D 137.73%);
    display: flex;
    width: 200px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;

    color: var(--White, #FFF);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
    text-transform: capitalize;
}
.newlettersubmit p .wpcf7-submit:hover{
    background: linear-gradient(90deg, #A37C2D 0%, #A37C2D 71.59%, #A37C2D 137.73%);

}
.custom-login-form-class button:hover{
    background: linear-gradient(90deg, #A37C2D 0%, #A37C2D 71.59%, #A37C2D 137.73%);
}

#custom-logout-button{
    border-radius: 50px;
    background: linear-gradient(90deg, #D1AB47 0%, #EDC868 71.59%, #A37C2D 137.73%);
    display: flex;
    /* width: 200px; */
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    color: var(--White, #FFF);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
    text-transform: capitalize;
}
#custom-logout-button:hover{
    background: linear-gradient(90deg, #A37C2D 0%, #A37C2D 71.59%, #A37C2D 137.73%);
}
.login-message{
    color: var(--Black, #000);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.newsletter-form .wpcf7-form .wpcf7-response-output{
    margin: 0;
    margin-top: 16px;
    border-radius: 50px;
    border: 1px solid #BF9537;
}
.newsletter-form .wpcf7-form .wpcf7-spinner{
    display: none;
}

.newletteremail input:focus {
    outline: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    box-shadow: none !important;
}

@media(max-width: 767px){
    .nesletter_main_div{
        background-image: none !important;
        background: none !important;
    }
    .login_main_div{
        background-image: none !important;
        background: none !important;
    }
}
.nesletter_main_div{
    background-size: 45% 101% !important;
}
.login_main_div{
    background-size: 50% 100% !important;
}
.wpml-ls-statics-shortcode_actions{
    background-color: transparent;
    width: 54px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-right: calc(0px + 1.4em);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover{
    background-color: transparent;
}   
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    border-top: 4px solid transparent !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover{
    background-color: #FDF9F3;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
    background-color: transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    padding: 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background-color: #FDF9F3;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    border-top: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag{
    width: 18px !important;
    height: 12px !important;
}
