/*-- Use For Custom Styling --*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}


a:hover {
    color: #f2c64d !important;
}

section, .section-padding {
  position: relative;
  padding: 7.5rem 0;
}

@media (max-width: 768px) {
    #index-hero {
        padding: 3.5rem 0 0 0 !important;
    }
}

.heading-smaller {
    font-size: 3rem;
}

.rare-box {
  height: 195px;
  width: 100%;
  position: relative;
  left: 0.5rem;
  background: #f2c64d;
}

.image-about {
  top: -155px;
  margin-left: 30px;
  margin-bottom: -145px;
}

/*========================
   About Section && Get To Know Us Section
   =======================*/
#index-about {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

   .about-banner{
    padding-top: 6.2rem !important;
}
.about-max{
    max-width: 700px;
    margin: 0 auto;
}

.max-151{
    max-width: 151px;
    margin: 0 auto;
}

.icon-hover-effect {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
/*
.icon-hover-effect:hover .laptop-icon, .icon-hover-effect:hover .chart-icon, .icon-hover-effect:hover .pencil-icon {
    transform: translateY(-20px);
    transition: 1s;
}*/

.about-padding {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #f2c64d;
    border-radius: 50%;
    max-width: 115px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 auto;
}

.about-padding:hover{
    background-color: #161922;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.about-padding2 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #161922;
    border-radius: 50%;
    max-width: 115px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 auto;
}

.about-padding2:hover{
    background-color: #f2c64d;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.line-padding2::before{
    height: 1px;
    top: 115px;
    background: #000;
    width: 30%;
    z-index: -1;
    margin: 0;
    left: 10px;
}


.line-padding2::after{
    height: 1px;
    top: 115px;
    background: #000;
    width: 30%;
    z-index: -1;
    margin: 0;
    right: 10px;
}


.icon {
    font-size: 40px;
    color: #fff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.text-gold {
    color: #f2c64d;
}

#get-to-know-us-section {
    background: url("../img/modern-pattern-bg.jpg") no-repeat center center;
}

#get-to-know-us-section h2 {
    z-index: 1;
}

#get-to-know-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.341); /* Adjust color and opacity as needed */
    z-index: 0;
}

/** Testimonials Section */

#testimonial-section {
    background: url("../img/family-banner.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}

#testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.827); /* Adjust color and opacity as needed */
}

.testimonial-box {
    background-color: rgba(90, 90, 90, 0.278);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: 400px;
    border-radius: 20px;
}

#testimonial-section h4 {
    font-weight: 400 !important;

}

#testimonial-section h3 {
    font-weight: 400 !important;
    font-size: 1em;
    font-family: 'Special Gothic' !important;
}

#testimonial-section p {
    font-weight: 300;
    color: #e5e5e5d1;
}

.testimonial-icon {
    background-color: #f2c64d;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#closing-location-section {
    background-color: #21362c;
    padding: 4rem 0;
}

.location-box {
    background-color: rgba(90, 90, 90, 0.278);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    height: 100%;
}

.location-item {
    padding: 1rem;
    border-left: 3px solid #f2c64d;
    transition: all 0.3s ease;
}

.location-item:hover {
    background-color: rgba(242, 198, 77, 0.1);
    transform: translateX(5px);
}

.location-item h4 {
    font-size: 1.2rem;
    font-weight: 500;
}

.location-item p {
    font-size: 0.9rem;
    opacity: 0.9;
}

.location-item .text-gold {
    font-weight: 500;
}

.locations-button {
    background-color: #f2c64d;
    padding: .3rem;
    border-radius: 20px;
    width: auto;
}

.locations-button:hover {
    background-color: #161922;
    transition: ease-in-out 0.3s;
}

.locations-hero-img-container {
    position: relative;
}

.locations-hero-img-container::before {
    content: '';
    background-color: #f2c64d;
    position: absolute;
    top: 25%;
    left: -25px;
    width: 75%;
    height: 80%;
    border-radius: 20px;
    z-index: 0;
}

.locations-hero-img {
    position: relative;
    z-index: 1;
}

#fiat-cash-section {
    background-color: #fff;
    padding: 6rem 0;
}

.exchange-label {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background-color: #f2c64d38;
    color: #21362c;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.currency-converter-box {
    max-width: 500px;
    margin: 0 auto;
}

.currency-input {
    background-color: #f2c64d38;
    border-radius: 15px;
    overflow: hidden;
}

.currency-select {
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.currency-select:hover {
    background-color: #f8f9fa;
}

.currency-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.currency-code {
    font-weight: 500;
    font-size: 1.1rem;
}

.amount-input {
    display: flex;
    align-items: center;
}

.currency-symbol {
    color: #666;
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.currency-amount {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
    outline: none;
}

.currency-amount:read-only {
    color: #666;
}

.currency-dropdown {
    width: 100%;
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.currency-dropdown .dropdown-item {
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease;
}

.currency-dropdown .dropdown-item:hover {
    background-color: #f2c64d38;
}

.currency-dropdown .currency-flag {
    width: 20px;
    height: 20px;
}

.currency-select {
    position: relative;
    cursor: pointer;
}

.currency-select .fa-chevron-down {
    transition: transform 0.3s ease;
}

.currency-select[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.currency-select.btn {
    background: none;
    border: none;
    padding: 1rem;
    text-align: left;
    width: 100%;
}

.currency-select.btn:focus,
.currency-select.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.custom-dropdown {
    position: relative;
    background: #fff;
}

.dropdown-trigger {
    cursor: pointer;
    background: #f2c64d38;
    transition: background-color 0.3s ease;
}

.dropdown-trigger:hover {
    background-color: #f8f9fa;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    z-index: 1000;
}

.custom-dropdown.active .dropdown-content {
    display: block;
}

.custom-dropdown.active .fa-chevron-down {
    transform: rotate(180deg);
}

.dropdown-item {
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dropdown-item:hover {
    background-color: #f2c64d38;
}

.fa-chevron-down {
    transition: transform 0.3s ease;
}

/* Side Nav */

.side-nav-menu a {
    font-size: 2.5em !important;

}


/* Utility Classes */

.fs-1 {
    font-size: 16px !important;
}

.fs-2 {
    font-size: 1.25rem;
}

.fs-3 {
    font-size: 1.5rem;
}

.fs-4 {
    font-size: 1.75rem;
}

.fs-5 {
    font-size: 2rem;
}

.fs-6 {
    font-size: 2.25rem;
}

.gap-5 {
    gap: 5rem;
}

.img-wrapper {
    background-color: #f2c64d;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.img-wrapper img {
    border-radius: 15px;
    transition: all 0.3s ease;
}

.img-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(242, 198, 77, 0.2);
}

.video-background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-headline {
    position: absolute;
    bottom:25%;
    left: 65px;
    z-index: 2;
    color: white;
}

.hero-headline h1,h2 {
    font-size: 4rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}

@media (max-width: 768px) {
    .hero-headline {
        top: 5%;
        left: 30px;
    }
    
    .video-background {
        width: 100%;
        height: 80vh;
        overflow: hidden;
    }
    
    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(0.9);
        transform-origin: center center;
    }
    
    .hero-headline h1,h2 {
        font-size: 2rem;
    }

    .page-title {
        height: 300px;
        margin-top: 80px;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }
}



/** Circles CSS **/

.cta-circles {
    padding: 60px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.circle-link {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.circle-link:hover {
    transform: translateY(-10px);
    text-decoration: none;
}

.circle-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.circle-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index: 1;
}

.circle-link:hover .circle-icon::after {
    transform: scale(1);
    z-index: 2;
}

.yellow-bg {
    background: linear-gradient(135deg, #FFB347 0%, #FFCC33 100%);
    box-shadow: 0 10px 20px rgba(255, 179, 71, 0.2);
}

.blue-bg {
    background: linear-gradient(135deg, #0066CC 0%, #0099FF 100%);
    box-shadow: 0 10px 20px rgba(0, 102, 204, 0.2);
}

.circle-icon svg {
    width: 60px;
    height: 60px;
    z-index: 1;
}

.circle-link h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.circle-link:hover h3 {
    color: #0066CC;
}

/* CTA Circles Flexbox Layout with Connecting Lines */
.cta-circle-item {
    position: relative;
}

/* Line between first and second circle */
.cta-circle-first::after {
    content: '';
    position: absolute;
    top: 100px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #FFB347, #0066CC);
    z-index: 1;
}

/* Line between second and third circle */
.cta-circle-middle::after {
    content: '';
    position: absolute;
    top: 100px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #0066CC, #FFB347);
    z-index: 1;
}

/* Hide connecting lines on mobile */
@media (max-width: 768px) {
    .cta-circle-first::after,
    .cta-circle-middle::after {
        display: none;
    }
    
    .circle-icon {
        width: 150px;
        height: 150px;
    }

    .circle-icon svg {
        width: 45px;
        height: 45px;
    }

    .circle-link h3 {
        font-size: 16px;
    }
}

.social-link svg {
    width: 24px !important;
    height: 24px !important;
}
.social-link.linkedin svg {
    width:18px !important;
    height:18px !important;
}

/* Blog Styles */
.blog-section {
    background-color: #21362c;
}

.blog-card {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(242, 198, 77, 0.2);
}

.blog-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-content {
    padding: 25px;
    background: #ffffff;
}

.blog-meta {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.blog-meta span {
    margin-right: 15px;
}

.blog-meta i {
    color: #f2c64d;
    margin-right: 5px;
}

.blog-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #21362c;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4;
}

.blog-excerpt {
    color: #666;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.blog-card .btn {
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .blog-image {
        height: 200px;
    }
    
    .blog-content {
        padding: 20px;
    }
    
    .blog-title {
        font-size: 18px;
    }
    
    .blog-excerpt {
        font-size: 14px;
    }
}

/* Single Post Styles */
.blog-single {
    background-color: #21362c;
    color: #ffffff;
}

.blog-single-post {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.blog-single-post .post-image {
    position: relative;
    margin: -30px -30px 30px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.blog-single-post .post-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.blog-single-post .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
}

.blog-single-post .post-meta span {
    margin-right: 20px;
    font-size: 14px;
}

.blog-single-post .post-meta i {
    color: #f2c64d;
    margin-right: 5px;
}

.blog-single-post .post-content {
    color: #e5e5e5;
}

.blog-single-post .post-content .lead {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #ffffff;
}

.blog-single-post h2, 
.blog-single-post h3, 
.blog-single-post h4 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    margin: 2rem 0 1rem;
}

.blog-single-post h2 {
    font-size: 2rem;
}

.blog-single-post h3 {
    font-size: 1.75rem;
}

.blog-single-post h4 {
    font-size: 1.5rem;
}

.blog-single-post p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.blog-single-post ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.blog-single-post ul li {
    margin-bottom: 0.5rem;
    position: relative;
}

.blog-single-post blockquote {
    background: rgba(242, 198, 77, 0.1);
    border-left: 4px solid #f2c64d;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 0 15px 15px 0;
}

.blog-single-post blockquote p {
    font-size: 1.2rem;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 0;
}

.post-share {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.post-share span {
    margin-right: 1rem;
    font-weight: 500;
}

.post-share .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    margin-right: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.post-share .social-link:hover {
    background: #f2c64d;
    color: #21362c !important;
}

/* Sidebar Styles */
.blog-sidebar {
    position: sticky;
    top: 30px;
}

.sidebar-widget {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.widget-title {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
}

.widget-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #f2c64d;
}

.search-widget .input-group {
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
    overflow: hidden;
    padding: 5px;
}

.search-widget input {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 10px 20px;
}

.search-widget input::placeholder {
    color: rgba(255,255,255,0.6);
}

.search-widget .btn {
    border-radius: 25px;
    padding: 10px 20px;
}

.recent-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.recent-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.recent-post-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 15px;
}

.recent-post-content h4 {
    font-size: 16px;
    margin: 0 0 5px;
}

.recent-post-content h4 a {
    color: #ffffff;
    transition: color 0.3s ease;
}

.recent-post-content h4 a:hover {
    color: #f2c64d !important;
}

.recent-post-content .date {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}

.recent-post-content .date i {
    color: #f2c64d;
    margin-right: 5px;
}

.categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories li {
    margin-bottom: 15px;
}

.categories li:last-child {
    margin-bottom: 0;
}

.categories a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 10px 15px;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}

.categories a:hover {
    background: rgba(242, 198, 77, 0.1);
    transform: translateX(5px);
    color: #f2c64d !important;
}

.categories span {
    background: rgba(242, 198, 77, 0.1);
    padding: 2px 8px;
    border-radius: 15px;
    font-size: 12px;
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .blog-single-post {
        padding: 20px;
    }

    .blog-single-post .post-image {
        margin: -20px -20px 20px;
    }

    .blog-single-post .post-image img {
        height: 300px;
    }

    .blog-single-post h2 {
        font-size: 1.75rem;
    }

    .blog-single-post h3 {
        font-size: 1.5rem;
    }

    .blog-single-post h4 {
        font-size: 1.25rem;
    }

    .blog-single-post blockquote {
        padding: 1.5rem;
    }
}

/* Body padding for sticky header */
body {
    padding-top: 70px;
    margin-top: 0;
    transition: padding-top 0.3s ease;
}

/* Reduce body padding when header is scaled */
body.header-scaled {
    padding-top: 55px;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }
    
    body.header-scaled {
        padding-top: 50px;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 55px;
    }
    
    body.header-scaled {
        padding-top: 45px;
    }
}

/* Header Flexbox Layout */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #21362c;
    transition: all 0.3s ease;
}

.sticky-header .inner-header {
    background-color: #21362c;
    padding: 5px 25px 15px 25px;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    max-width: none;
}

/* Header scaling when scrolling */
.sticky-header .inner-header.header-appear {
    padding: 2px 25px 8px 25px;
}

.sticky-header .inner-header.header-appear .header-container {
    min-height: 45px;
}

.sticky-header .inner-header.header-appear .navbar-brand img {
    width: 100px;
    transition: all 0.3s ease;
}

.sticky-header .inner-header.header-appear .sidemenu_btn {
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
    margin-right: 2em;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 60px;
    background-color: #21362c;
    transition: all 0.3s ease;
    max-width: none;
    margin: 0;
    padding: 0;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-links {
    display: flex;
    gap: 8px;
    align-items: center;
}

.social-link-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #161922;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link:hover {
    background-color: #f2c64d;
    transform: translateY(-2px);
}

.social-link svg {
    width: 20px;
    height: 20px;
}

.sidemenu_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
    padding: 4px;
    margin-left: 0;
    margin-top: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.sidemenu_btn span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    margin: 2px 0;
    transition: .5s ease;
}

.sidemenu_btn:hover span {
    background-color: #f2c64d;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
}

/* Override the original header styles that move hamburger to left */
.sticky-header .header-appear .sidemenu_btn,
.sticky-header .sidemenu_btn {
    position: static !important;
    left: auto !important;
    top: auto !important;
    margin-right: 2em;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
    padding: 4px;
}

/* Disable slide down fade animation */
.sticky-header .inner-header.header-appear {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
}

.sticky-header .sidemenu_btn span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    margin: 2px 0;
    transition: .5s ease;
}

.sticky-header .sidemenu_btn:hover span {
    background-color: #f2c64d;
}

.sticky-header .sidemenu_btn:hover span:first-child,
.sticky-header .sidemenu_btn:hover span:last-child {
    width: 70%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sticky-header .inner-header {
        padding: 5px 15px 10px 15px;
        width: 100%;
        max-width: none;
    }
    
    .sticky-header .inner-header.header-appear {
        padding: 2px 15px 8px 15px;
    }
    
    .header-container {
        min-height: 50px;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }
    
    .header-right {
        gap: 15px;
    }
    
    /* Ensure full width on mobile */
    .sticky-header,
    .sticky-header .inner-header,
    .sticky-header .header-container {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    .sticky-header .inner-header {
        padding: 5px 10px 8px 10px;
        width: 100%;
        max-width: none;
    }
    
    .sticky-header .inner-header.header-appear {
        padding: 2px 10px 6px 10px;
    }
    
    .header-container {
        min-height: 45px;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }
    
    .header-right {
        gap: 10px;
    }
    
    /* Ensure full width on very small screens */
    .sticky-header,
    .sticky-header .inner-header,
    .sticky-header .header-container {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
 
        box-sizing: border-box !important;
    }
}

