/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
}

.custom_nav-container {
        background-color: transparent;
        padding: 0;
        margin: 15px 0;
    }

    #navbarSupportedContent .navbar-nav {
        width: 100%;
        display: flex;
    }

    #navbarSupportedContent .nav-item {
        flex: 1;
    }

    #navbarSupportedContent .nav-link {
        text-align: center;
        text-transform: uppercase;
        color: black;
    }

    #navbarSupportedContent .nav-link.navbar-brand {
        margin: 0;
        display: flex;
        justify-content: center;
        text-transform: none;
        font-weight: bold;
        position: relative;
    }

    #navbarSupportedContent .nav-link.navbar-brand span {
        z-index: 2;
    }

    #navbarSupportedContent .nav-link.navbar-brand span span {
        color: white;
    }

    #navbarSupportedContent .nav-link.navbar-brand::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        transform: scale(1.25);
        border-radius: 5px;
    }

/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0px;
}

.banner_taital_main {
    width: 100%;
    float: left;
    padding-top: 90px;
    padding-left: 100px;
}

.banner_taital {
    width: 100%;
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
}

.banner_text{
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 90%;
    margin: 0 auto;
    float: left;
}

.update_mail {
    color: #b6b5b5;
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 0px 20px 0px 20px;
    background-color: #e1e1e1;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.subscribe_bt {
    width: 60px;
    float: left;
    padding-top: 20px;
    position: relative;
    left: -3px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 14px 0px 13px 0px;
    background-color: #e2bf14;
    text-align: center;
    border-radius: 4px;
}
.subscribe_bt a:hover {
    color: #ffffff;
    background-color: #e2bf14;
}

.search_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.search_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: #e2bf14;
    color: #fefefd;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    text-transform: uppercase;
}

.search_bt a:hover {
    color: #fefefd;
    background-color: #474646;
}


#banner_slider .carousel-control-next, 
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    background-color: #e2bf14;
    border-radius: 100%;
    z-index: 1;
}

#banner_slider .carousel-control-next {
    right: -105%;
    top: 400px;
    color: #252525;
    background-color: #e1e1e1
}

#banner_slider .carousel-control-prev {
    left: 0px;
    top: 400px;
}

#banner_slider .carousel-control-next:focus, 
#banner_slider .carousel-control-next:hover, 
#banner_slider .carousel-control-prev:focus, 
#banner_slider .carousel-control-prev:hover {
    color: #252525;
    background-color: #e1e1e1
}

.padding_right0 {
    padding-right: 0;
}




/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    font-size: 36px;
    color: #1b1b1b;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 50px;
}

.about_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    border: 4px solid #e2bf14;
    left: 0px;
    right: initial;
    bottom: 0px;
}

.about_text {
    width: 70%;
    font-size: 14px;
    color: #1b1b1b;
    margin: 0px;
    padding-top: 40px;
}

.readmore_btn {
    width: 170px;
    float: left;
    padding-top: 40px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #e2bf14;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.readmore_btn a:hover {
    color: #fefefd;
    background-color: #474646;
}

.arrow_icon {
    padding-left: 15px;
}

#main_slider a.carousel-control-prev {
    left: -90px;
    top: 150px;
}

#main_slider a.carousel-control-next {
    right: -90px;
    top: 150px;
    color: #ffffff;
    background-color: #474646;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 50px;
    height: 50px;
    opacity: 1;
    font-size: 40px;
    color: #ffffff;
    background-color: #e2bf14;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #dedede;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #474646;
}


/* about section end */

/* models section start */

.models_section {
    width: 100%;
    float: left;
}

.models_taital {
    width: 100%;
    font-size: 40px;
    color: #1b1b1b;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 50px;
    text-align: center;
}

.models_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    border: 4px solid #e2bf14;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
}

.models_section_2 {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    height: auto;
    padding: 20px;
    box-shadow: 0px 0px 20px 10px #e9e9e8;
    margin-top: 60px;
}

.carolo_text {
    width: 100%;
    font-size: 20px;
    color: #262625;
    font-weight: bold;
    padding-top: 60px;
}

.number_text{
    padding-right: 10px;
    color: #e2bf14;
}

.ullamco_text{
    width: 100%;
    font-size: 16px;
    color: #4e4e4e;
    margin: 30px 0px 0px 0px;
}

.price_main {
    width: 100%;
    display: flex;
}

.price_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3e3e3d;
    margin: 0px;
    padding-top: 50px;
}

.read_btn {
    width: 250px;
    float: left;
    padding-top: 30px;
}

.read_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #e2bf14;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.read_btn a:hover {
    color: #fefefd;
    background-color: #474646;
}

.arrow_icon {
    padding-left: 15px;
}

/* models section end */

.choose_section_2 {
    width: 100%;
    float: left;
    background-color: #e2bf14;
    height: auto;
    padding: 90px 0px;
    margin-top: 30px;
}

.rated_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 0px;
}

.house_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fefefd;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.padding_10{
    padding-right: 15px;
}

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #262626;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.blog_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    border: 4px solid #e2bf14;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.blog_box {
    width: 100%;
    background-color: #fefefd;
    height: auto;
}

.blog_text {
    width: 100%;
    font-size: 24px;
    color: #2d2d2d;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    text-align: center;
}

.lorem_text {
    width: 70%;
    font-size: 16px;
    color: #3c3c3c;
    margin: 0 auto;
    text-align: center;
}

.read_bt {
    width: 175px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #e2bf14;
    padding: 10px;
    border-radius: 5px;
    text-align: center;

}

.read_bt a:hover {
    color: #fefefd;
    background-color: #474646;
}

.blog_img {
    width: 100%;
    text-align: center;
}

.btn_main {
    width: 100%;
    position: relative;
    top: -30px;
}

.date_text {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.date_text a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    text-align: center;
    background-color: #e2bf14;
    padding: 10px;
}

.date_text a:hover {
    color: #000000;
    background-color: #fefefd;
    box-shadow: 0px 5px 20px 3px #e9e9e8;
}

.date_text.active a {
    color: #000000;
    background-color: #fefefd;
    box-shadow: 0px 5px 20px 3px #e9e9e8;
}


/* blog section end */

/* client section start */

.client_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.client_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.client_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 0px;
    text-align: center;
}

.customer_section_2 {
    width: 100%;
    float: left;
    padding-top: 100px;
}

.box_main {
    width: 90%;
    float: right;
    background-color: #ffffff;
    padding: 0px 50px 0px 50px;
    box-shadow: 0px 0px 18px -6px;
    margin-bottom: 10px;
}

.customer_text {
    width: 100%;
    font-size: 14px;
    color: #737372;
    margin: 0 auto;
}

.quick_icon {
    text-align: center;
    position: relative;
    top: 10px;
}

.customer_main {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.customer_left {
    width: 30%;
    float: left;
}

.customer_right {
    width: 100%;
    float: left;
    margin-top: 0px;
    padding-left: 200px;
}

.customer_name {
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #001431;
}
.enim_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #737372;
    margin: 0px;
}

.customer_img {
    position: absolute;
    top: -60px;
    left: 60px;
}

/* client section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-color: black;
    height: auto;
    background-size: 100%;
}

.contact_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.contact_section_2 {
    width: 60%;
    margin: 0 auto;
}

 .contact_section .map_form_container .map_container { display: none; } 
 .contact_section .map_form_container.map_show form { display: none; } 
 .contact_section .map_form_container.map_show .map_container { display: block; }

.mail_section {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #929191;
    border-bottom: 1px solid #6f6f6f !important;
    background-color: transparent;
    padding: 14px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}

input.mail_text::placeholder {
    color: #929191;
}

.massage-bt {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #929191;
    border-bottom: 1px solid #6f6f6f !important;
    background-color: transparent;
    padding: 20px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}
textarea#comment::placeholder {
    color: #929191;
}

.map_btn_main {
    width: 100%;
    float: right;
}

.send_bt {
    width: 160px;
    float: right;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: white;
    border: 3px solid white;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.send_bt a:hover {
    color: #e2bf14;
    border: 3px solid #e2bf14;
}

.map_bt {
    width: 160px;
    float: right;
    margin-right: 15px;
}

.map_bt a {
    width: auto;
    text-align: center;
    font-size: 18px;
    color: white;
    border: 3px solid white;
    padding: 10px 10px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.map_bt a:hover {
    color: #e2bf14;
    border: 3px solid #e2bf14;
}

.map_center{
    width: auto;
}
.map_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.contact_img img {
    height: 390px;
}


.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    color: #284185;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #284185;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #e2bf14;
    color: #ffffff;
}

.location_main {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.location_text {
    width: 100%;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.location_text li {
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 0px 20px;
}

.location_text a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #e2bf14;
}

.padding_left_15 {
    padding-left: 10px;
}

/* contact section end */



/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: black;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #fff;
}

.copyright_text a:hover {
    color: #e2bf14;
}

/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}


















.simpleflex{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}









/* -- Animation for Promo Items -- */
.promo-item {
  /* Start hidden and slightly moved down */
  opacity: 0;
  transform: translateY(20px);
  
  /* Define the smooth transition for opacity and transform */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.promo-item.visible {
  /* End state: fully visible and in its original position */
  opacity: 1;
  transform: translateY(0);
}

/* -- Custom Styles for Promo Carousel -- */
#promo-carousel-container {
    position: relative;
}

#promo-carousel .carousel-item {
    /* Ensures a smooth fade transition between items */
    transition: opacity 0.6s ease-in-out;
}

.promo-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 24px;
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: 10;
}

.promo-carousel-control:hover {
    background-color: #e2bf14; /* Use theme's accent color on hover */
    opacity: 1;
    color: #fff;
}

.promo-carousel-control.prev {
    left: -20px;
}

.promo-carousel-control.next {
    right: -20px;
}

@media (max-width: 768px) {
    .promo-carousel-control.prev {
        left: 5px;
    }
    .promo-carousel-control.next {
        right: 5px;
    }

    #banner_slider .carousel-control-next {
    right: 0px;
}
}


/* -- Enhancements for Promo Carousel Fade Transition -- */

.carousel-fade .carousel-item {
    /* Set the duration and timing of the fade effect */
    transition: opacity 0.8s ease-in-out;
}

/* The aformentioned code makes sure the carousel items 
that aren't active are fully transparent and don't take up space */
.carousel-fade .carousel-item {
    opacity: 0;
    position: absolute;
    width: 100%;
    display: block;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
    position: relative;
}


 /* Style for the form status messages */
    #form-status-message .success {
        color: #28a745;
        background-color: #d4edda;
        border: 1px solid #c3e6cb;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
    }
    #form-status-message .error {
        color: #721c24;
        background-color: #f8d7da;
        border: 1px solid #f5c6cb;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
    }
    /* Style for the submit button to match the old link style */
    .send_bt button {
        width: 170px;
        background-color: #e2bf14;
        color: #ffffff;
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .send_bt button:hover {
        background-color: #333;
    }
    .send_bt button:disabled {
        background-color: #cccccc;
        cursor: not-allowed;
    }














    .brands_section {
            background-color: #f8f9fa; /* A light background to separate the section */
            text-align: center;
            padding-top: 80px;
            padding-bottom: 80px;
         }
         .logo-carousel-container {
            width: 100%;
            overflow: hidden;
            position: relative;
            margin-top: 40px;
            /* This creates a nice fade-out effect on the left and right edges */
            -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
            mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
         }
         .logo-slider {
            display: flex;
            /* Width = (width of one logo container) * (total number of logos) */
            /* 200px * 16 (8 original + 8 duplicates) = 3200px */
            width: calc(200px * 16); 
            animation: scroll 30s linear infinite;
         }
         @keyframes scroll {
            0% { transform: translateX(0); }
            /* Moves the slider to the left by the width of the first 8 logos */
            100% { transform: translateX(calc(-200px * 8)); }
         }
         .logo-slider .slide {
            width: 200px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px;
            box-sizing: border-box;
         }
         .logo-slider .slide img {
            max-width: 120px;
            height: auto;
            filter: grayscale(100%);
            opacity: 0.6;
            transition: all 0.3s ease-in-out;
         }
         /* Pause animation on hover */
         .logo-carousel-container:hover .logo-slider {
            animation-play-state: paused;
         }
         /* Style logos on individual hover */
         .logo-slider .slide:hover img {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.1);
         }

         /* Responsive adjustments for smaller screens */
         @media (max-width: 768px) {
            .logo-slider {
               width: calc(150px * 16);
               animation-name: scroll-mobile; /* Use a different animation for new calculation */
            }
            .logo-slider .slide {
               width: 150px;
            }
            .logo-slider .slide img {
               max-width: 90px;
            }
            @keyframes scroll-mobile {
               0% { transform: translateX(0); }
               100% { transform: translateX(calc(-150px * 8)); }
            }
         }







         /* Style the hamburger button */
        .navbar-toggler {
          border: 2px solid #fff !important; /* Add a border to make it visible */
          border-radius: 5px;
        }
        .navbar-toggler:focus {
          outline: none;
          box-shadow: none;
        }

        /* Style the hamburger icon (the three lines) to be white */
        .navbar-toggler-icon {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        }

        .header_section .navbar-collapse {
            background-color: white; 
          }

        /* Style the collapsed menu on mobile */
        @media (max-width: 991.98px) {
          .header_section .navbar-collapse {
            background-color: white; /* Dark background for the menu */
            padding: 20px;
            margin-top: 15px;
            border-radius: 5px;
            text-align: center;
          }
          .header_section .navbar-nav .nav-item {
            padding: 10px 0;
          }
          /* Hide the logo from the middle of the mobile menu */
          .header_section .navbar-nav .nav-item .navbar-brand {
            display: none;
          }
        }


        .custom6{
            display: flex;
    flex-flow: column;
    align-items: flex-end;
        }



        /* --- Added for Sell Page --- */
.how-it-works_section {
    margin: 50px 0;
    padding: 30px 0;
    border-bottom: 1px solid #e2bf14;
}

.step-box {
    color: black;
    padding: 20px;
}

.step-box .step-icon {
    font-size: 40px;
    color: #e2bf14; /* Using your theme's accent color */
    margin-bottom: 15px;
}

.step-box h3 {
    font-size: 22px;
    color: black;
    font-weight: 600;
}

.step-box p {
    color: black;
    font-size: 16px;
}

.forced_black{
    color: #000 !important;
}




















/* --- Dropdown Menu Styles --- */
.header_section .navbar-nav .dropdown-menu {
    background-color: #1f1f1f;
    border: 1px solid #444;
    border-radius: 5px;
    margin-top: 10px; /* Adds a little space below the nav item */
}

.header_section .navbar-nav .dropdown-item {
    color: #f1f1f1;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.header_section .navbar-nav .dropdown-item:hover,
.header_section .navbar-nav .dropdown-item:focus {
    color: #000;
    background-color: #e2bf14; /* Your theme's accent color */
}

.header_section .dropdown-divider {
    border-top: 1px solid #444;
}
