@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
a,
button {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

ul.top-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

ul.top-contact li a {
    color: #fff;
    font-size: 15px;
}

ul.top-contact li i {
    margin-right: 2px;
    font-size: 13px;
    margin-top: 0;
}

ul.top-contact li i.fa-envelope {
    font-size: 15px;
    margin-right: 5px;

}

ul.top-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

ul.top-social li a {
    color: #fff;
    width: 25px;
    height: 25px;
    /* border: 1px solid #ccc; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 15px;
}

ul.top-social li:last-child {
    margin: 0 15px;
    color: #ccc;
}

.top-contact-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-contact-btn a {
    width: 150px;
    height: 45px;
    background-color: #8b602a;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
    border: 1px solid #8b602a;
}

.top-contact-btn a:hover {
    border-radius: 40px;
    background-color: transparent;
    color: #8b602a;
}



.home-baner-section {
    height: 83vh;
    width: 100%;
    position: relative;
    z-index: 55;
}

.home-baner-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-baner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
}




.baner-main-img {
    height: 83vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}



.baner-caption-card {
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 20px;
}

.baner-caption-card h1 {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;

}

.baner-caption-card p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.baner-caption-card h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
    font-family: var(--font-sub);
    text-align: center;
}

.baner-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    gap: 10px;
}

.baner-btns a {
    width: 250px;
    height: 60px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .baner-btns a:last-child {
    background-color: #8b602a;
    color: #fff;
} */

.baner-btns a:hover {
    border-radius: 40px;
}

.bg-site-brown {
    background-color: #8b602a;
}

.baner-subcaptions-slider {
    margin-top: -10px;
    position: relative;
    z-index: 100;
}

.home-description h2 {
    font-size: 40px;
}

.home-description p {
    font-size: 16px !important;
    color: #4a4949 !important;
    margin-bottom: 15px !important;
    line-height: 27px;
}

img.home-desc-img {
    position: absolute;
    left: 80%;
    bottom: 10%;
    max-width: unset;
    width: 300px !important;
    height: 300px;
    border: 5px solid #fff;
    z-index: 5;
}

.bg-linear-site {
    background: #a87638;
    background: linear-gradient(129deg, rgba(168, 118, 56, 1) 0%, rgba(105, 67, 25, 1) 100%);
}

.choose-us-img img {
    height: 650px !important;
}

.content-why-choose {
    padding: 30px !important;
    justify-content: center !important;
    align-items: flex-start !important;
    display: flex;
}

.content-why-choose h3 {
    font-size: 37px;
    margin-bottom: 20px;
    line-height: 50px;
}

.content-why-choose ul li {
    text-align: left;
    margin: 20px 0;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.content-why-choose ul li span {
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
}

.content-why-choose ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-padding {
    padding: 50px 0;
}

.section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 35px;
    margin-bottom: 10px;
    text-align: Center;
}

.section-title p {
    font-size: 17px;
    text-align: Center;
}

.collection-overview img {
    height: 350px;
    width: 100%;
    border-radius: 100px;
    object-fit: cover;
}

.collection-overview p {
    text-align: center;
    font-size: 16px;
    margin: 18px 0;
    line-height: 30px;
}

.collection-widget img {
    width: 100%;
    height: 300px !important;
    border-radius: 15px;
}

.collection-widget {
    gap: 0 !important;
}

.collection-widget p {
    font-size: 14px !important;
}

.collection-widget p.name {
    font-size: 22px !important;
    margin: 10px 0 !important;
    margin-bottom: 7px !important;
    font-weight: 600;
}

.bg-light-site {
    background: #fffaf4;
}

.about-us-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-us-home h2 {
    font-size: 35px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.about-us-home p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 30px;
    max-width: 1200px;
    font-family: "Poppins", sans-serif;
}

.core-values-image img,
.s-core-values .value-box {
    height: 380px !important;
}

.container-max {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.s-core-values .value-box span.line-br {
    width: 100px;
    height: 1px;
    background-color: rgb(30, 30, 30);
    margin: 20px 0;
}

.offer-main-content {
    background: #f5f2f2;
    padding: 30px;
    border-radius: 10px;
}

.offer-main-content h3 {
    font-size: 38px;
    color: #8b602a;
}

.offer-main-content h6 {
    margin: 10px 0;
    font-size: 22px;
    font-weight: 500;

}

.offer-main-content p {
    font-size: 16px;
    line-height: 28px;
}

.offer-main-content img {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
    /* border: 5px solid #a96b6d; */
}

.offer-content-left a {
    width: 250px;
    height: 50px;
    background-color: #b97c33;
    border: 1px solid #b97c33;
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.5s;
    margin-top: 20px;
}

.offer-content-left a:hover {
    border-radius: 40px;
}

.offer-content-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 15%;
}

.offer-content-bottom {
    padding-top: 10px;
    padding-right: 0;
}

.offer-content-bottom h3 {
    font-size: 26px;
    margin: 0;
}

.offer-content-bottom h6 {
    margin: 5px 0;
    line-height: 50px;
}

.quality-box-content {
    padding: 20px;
}

.store-address {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;

}

.store-address-box {
    background: rgba(255, 255, 255, 0.229);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding: 50px;
}

.store-address-box h3 {
    color: #fff;
    font-size: 25px;

}

.store-address-box p {
    font-size: 16px;
    color: #e5e5e5;
    margin: 7px 0;
    line-height: 30px;
}

.store-address-box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.store-address-box ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8b602a;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #9f9f9f;
}

.store-address-box p i {
    margin-right: 10px;
}

.row-col-20 .col-20 {
    width: 20%;
}

.responsibilities-box {
    /* background-color: #fce3e4; */
    padding: 25px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #656565;
    height: 100%;
}

.responsibilities-box p {
    text-align: center;
    font-weight: 400;
    font-size: 15px;

}



.footer {
    padding: 50px 0;
    padding-bottom: 20px;
    background: #fdf4ea;

}

.footer-logo img {
    width: 140px;
}

.footer-top-contact ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    margin-top: 10px;
    padding-left: 10px !important;
}

.footer-top-contact ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.footer-top-contact ul li i {
    min-width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #222;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #222;
}


.footer-top-contact-box p {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    color: var(--color-black);
}

.footer-top-contact-box a {
    font-size: 15px;
    color: var(--color-black);
    font-weight: 500;
    text-decoration: none;
}

.border-bottom-cs {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.footer-about h3 {
    font-size: 22px;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-about p {
    font-size: 14px;
    margin: 0;
    color: var(--color-black);
}

.footer-widget,
.footer-about {
    padding: 10px;
}

.footer-widget {
    padding-left: 20px;
}

.footer-widget h3 {
    font-size: 22px;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.footer-widget ul li {
    margin: 12px 0;
}

.footer-widget ul li a {
    text-decoration: none;
    color: #222;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.footer-widget ul li a:hover {
    color: #8b602a;
}

.footer-bottom {
    background: #f5efe8;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom p {
    font-size: 14px;
    color: var(--color-black);
    margin: 0;
    text-align: center;
}

.footer-left-second h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-black);
}

.footer-left-icons ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding: 0;
}

.footer-left-icons ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    transition: 0.5s;
    /* border: 1px solid #000; */
}

/* .footer-left-second{
    margin-top: 20px;
} */
.footer-left-icons ul li a:hover {
    border-radius: 50%;
}

.footer .container {
    padding: 0 50px;
}

.footer-top-contact a {
    font-size: 14px !important;
}

.footer-about p {
    font-size: 15px;
    line-height: 25px;
}

.download-app-footer {
    justify-content: flex-start;
    padding-top: 5px;
}


.download-app-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.download-app-btns a {
    background-color: #000;
    padding: 5px 7px;
    border-radius: 5px;
}

.download-app-btns img {
    width: 100px;
    border-radius: 5px;
}

.bg-top-meroon {
    background-color: #8b602a;
}

.collection-widget {
    background-color: #fff;
    /* border: 1px solid #ccc; */
    padding: 15px;
    border-radius: 18px;
    min-height: 33rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.category-carousel .item {
    padding: 2px;
}



.pages-baner {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: red;
    width: 100%;


}

.pages-baner h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin: 0;
    margin-bottom: 12px;
}

.pages-baner p {
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #fff;
}

.about-main-left video {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
}

.about-main-left-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.about-main-left-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 15px;
}

.about-main-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.about-main-right h3 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
}

.about-main-right h5 {
    margin: 7px 0;
    color: #8b602a;
    font-size: 15px;
}

.about-main-right p {
    font-size: 15.5px;
    line-height: 27px;
}

.about-main-right ul {
    padding-left: 20px;
}

.about-main-right ul li {
    margin: 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15.5px !important;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.about-main-right ul li::before {
    width: 10px;
    height: 10px;
    background-color: #8b602a;
    position: absolute;
    top: 7px;
    left: -20px;
    content: '';
    rotate: 50deg;
}

.about-main-right ul li img {
    width: 25px;
    display: none;
}

.stores-tab-container ul.nav-tabs {
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.stores-tab-container ul.nav-tabs li button {
    width: fit-content;
    padding: 10px 25px;
    background-color: #f4e8da;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
}

.stores-tab-container ul.nav-tabs li button.active,
.stores-tab-container ul.nav-tabs li button:hover {
    background-color: #8b602a;
    color: #fff;
    transition: 0.5s;
}

.store-main-left img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.store-main-container {
    padding: 40px;
}

.store-main-container h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.store-main-container h5 {
    margin: 5px 0;
    color: #8b602a;
}

.store-main-container p {
    font-size: 15px;
    line-height: 30px;
}

.store-main-container ul {
    padding-left: 20px;
}

.store-main-container ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    gap: 10px;
    position: relative;
}

.store-main-container ul li::before {
    width: 10px;
    height: 10px;
    background-color: #8b602a;
    position: absolute;
    top: 7px;
    left: -20px;
    content: '';
    rotate: 50deg;
}

.store-main-container ul li img {
    width: 25px;
    display: none;
}

.content-store-collections {
    height: 700px;
}

.content-store-collections img {
    height: 700px !important;
}

.content-store-collections ul li {
    margin: 10px 0;
}

.store-features {
    background-color: #faebd8;
    padding: 30px;
    height: 100%;
    border-radius: 15px;
}

.store-features h3 {
    font-size: 20px;
    margin-top: 0;
    font-weight: 600;
}

.store-features ul {
    padding-left: 25px;
}

.store-features ul li {
    margin: 10px 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.store-features ul li::before {
    width: 10px;
    height: 10px;
    background-color: #8b602a;
    position: absolute;
    top: 7px;
    left: -20px;
    content: '';
    rotate: 50deg;
}

.store-location {
    padding-left: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}


.store-location h3 {
    color: #8b602a;

}

.store-location p {
    font-size: 16px;
    color: #222;
    margin: 7px 0;
    line-height: 30px;
}

.store-location ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.store-location ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8b602a;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #9f9f9f;
}

.store-location ul li a.s-icon-bg-1 {
    background-color: #1877F2;
    color: #fff;
}

.store-location ul li a.s-icon-bg-4 {
    background-color: #25D366;
    color: #fff;
}

.store-location ul li a.s-icon-bg-3 {
    background-color: #FF0000;
    color: #fff;
}

.store-location ul li a.s-icon-bg-2 {
    background: linear-gradient(45deg,
            #feda75,
            #fa7e1e,
            #d62976,
            #962fbf,
            #4f5bd5);
    color: #fff;
}

.store-location-map iframe {
    width: 100%;
    height: 350px;
}

.content-store-collections p {
    text-align: left;
}



.collection-widget-slide {
    position: relative;
}

.collection-slide-img {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;

}

.collection-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-slide-img h3 {
    position: absolute;
    z-index: 2;
    background-color: rgba(40, 39, 39, 0.725);
    bottom: 0;
    margin: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.collection-widget-slide:hover img {
    transform: scale(1.1);
    transition: 0.5s;
    rotate: 2deg;
}

.collection-widget-slide:hover h3 {
    opacity: 0;
    transition: 0.5s;
}

.collection-slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000bb;
    z-index: 2;
    top: 100%;
    left: 0;
    padding: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.collection-slide-overlay h4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

.collection-slide-overlay p {
    font-size: 16px;
    color: #f1f1f1;
    line-height: 30px;
}

.collection-widget-slide:hover .collection-slide-overlay {
    top: 0;
    transition: 0.5s;
}



/* Wrapper */
.sv-collections-wrapper {
    width: 100%;
    overflow: hidden;
}

/* Hero Section */
.sv-collections-hero {
    height: 80vh;
    background-image: url("https://images.unsplash.com/photo-1606760227091-3dd870d97f1d");
    background-size: cover;
    background-position: center;
    position: relative;
}

.sv-collections-overlay {
    background: rgba(0, 0, 0, 0.55);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15%;
    text-align: center;
}

.sv-collections-overlay h1 {
    font-size: 3.5rem;
    color: #f4d6a0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.sv-collections-overlay p {
    font-size: 1.15rem;
    color: #fdf6ec;
    line-height: 1.8;
}

/* Grid */
.sv-collections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    padding: 25px 40px;
}

/* Cards */
.sv-collection-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.sv-collection-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.8s ease;
}

/* Hover Effects */
.sv-collection-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.sv-collection-card:hover img {
    transform: scale(1.15);
}

/* Card Content */
.sv-card-content {
    padding: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f7efe6 100%);
    height: calc(100% - 400px);
}

.sv-card-content h2 {
    font-size: 1.8rem;
    color: #8b602a;
    margin-bottom: 5px;
}

.sv-card-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a3a2a;
}

/* Responsive */
@media (max-width: 768px) {
    .sv-collections-overlay h1 {
        font-size: 2.4rem;
    }

    .sv-collections-overlay p {
        font-size: 1rem;
        padding: 0;
    }

    .sv-collections-grid {
        padding: 60px 6%;
    }
}





.contact-location-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}


.contact-location-box h6 {
    color: #8b602a;
    font-size: 20px;
    margin: 10px 0;
    margin-bottom: 0;

}

.contact-location-box p {
    font-size: 16px;
    color: #222;
    margin: 7px 0;
    line-height: 30px;
}

.contact-location-box p i {
    color: #8b602a;
    margin-right: 10px;
}

.contact-location-box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.contact-location-box ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8b602a;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #9f9f9f;
}

.contact-location-box iframe {
    width: 100%;
    height: 350px;
}



.contact-form {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-form p {
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
}

.contact-form-box label {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;

}

.contact-form-box input {
    border: 1px solid #aeaeae;
    border-radius: 4px;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
    border-bottom: 1px dashed #8b602a;
}

.contact-form-box textarea {
    height: 190px;
    border: 0px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
}

.contact-btn {
    width: 185px;
    height: 48px;
    background-color: #8b602a;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #8b602a;
    transition: 0.5s;
    margin: auto;
}

.contact-btn:hover {
    border-radius: 40px;
}

.contact-first-section {
    padding: 70px 3%;
    background-color: #f7f7f7;
}

.contact-left h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.contact-left p {
    margin: 10px 0;
    font-size: 15px;
    margin-top: 0;
    line-height: 26px;
}

.contact-left img {
    height: 370px;
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
}

.gallery-inner-tab {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}

.gallery-inner-tab ul.nav-tabs {
    padding-left: 10px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.gallery-inner-tab ul.nav-tabs li button {
    background-color: transparent;
    border: 1px solid #222;
    border-radius: 40px;
    width: 150px;
    height: 45px;
}

.gallery-inner-tab .tab-content {
    padding-top: 20px;
    width: 100%;
}

.gallery-img-bx img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.gallery-img-bx a {
    width: 100%;
    height: 100%;
}

.vgx-video-thumb {
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    /* object-fit: cover; */
    height: 400px;
}

/* Lightbox */
.vgx-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.vgx-lightbox-video {
    max-width: 40%;
    max-height: 100%;
    border-radius: 10px;
    padding: 25px;
}

.vgx-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 32px;
    color: #9c2222;
    cursor: pointer;
    line-height: 1;
    background: #8b602a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding-bottom: 5px;
    color: #fff;
    z-index: 50;
}


.vgx-thumb-wrapper {
    position: relative;
    cursor: pointer;
}

.vgx-video-thumb {
    width: 100%;
    border-radius: 8px;
    display: block;
}

/* Play icon */
.vgx-play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.vgx-play-icon::before {
    content: '';
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

.vgx-play-icon::after {
    content: '';
    position: absolute;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-left: 18px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* Hover effect */
.vgx-thumb-wrapper:hover .vgx-play-icon {
    opacity: 1;
    transform: scale(1.1);
}

/* ---------------------------------- */
.vgx-video-thumb1 {
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    /* object-fit: cover; */
    height: 400px;
}

/* Lightbox */
.vgx-lightbox1 {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.vgx-lightbox-video1 {
    max-width: 40%;
    max-height: 100%;
    border-radius: 10px;
    padding: 25px;
}

.vgx-lightbox-close1 {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 32px;
    color: #9c2222;
    cursor: pointer;
    line-height: 1;
    background: #8b602a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding-bottom: 5px;
    color: #fff;
    z-index: 50;
}


.vgx-thumb-wrapper1 {
    position: relative;
    cursor: pointer;
}

.vgx-video-thumb1 {
    width: 100%;
    border-radius: 8px;
    display: block;
}

/* Play icon */
.vgx-play-icon1 {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.vgx-play-icon1::before {
    content: '';
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

.vgx-play-icon1::after {
    content: '';
    position: absolute;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-left: 18px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* Hover effect */
.vgx-thumb-wrapper1:hover .vgx-play-icon1 {
    opacity: 1;
    transform: scale(1.1);
}

.box_icon--V01 .content h4 {
    font-size: 20px;
}

.s-core-values .value-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
}

.nav-menu-cs ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav-menu-cs ul li {
    margin: 0 15px;
}

.nav-menu-cs ul li a {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}

.header-main {
    padding: 5px 0;
}

.top-contact-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-main {
    z-index: 1000;
}

.about-us-home {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    gap: 10px;
}

.about-us-home a {
    width: 250px;
    height: 60px;
    background-color: #b97c33;
    border: 1px solid #b97c33;
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.5s;
}

.about-us-home a:hover {
    border-radius: 40px;
    background-color: transparent;
    color: #8b602a;
}

.qa-widget {
    background: linear-gradient(135deg, #8b602a 0%, #5a3f1f 100%);
    color: #fff;
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

.qa-widget2 {
    background: linear-gradient(135deg, #7f5726 0%, #8b602a 100%);
}

.qa-widget::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.25), transparent 55%);
    pointer-events: none;
}


.qa-tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 14px;
}


.qa-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.25;
}


.qa-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #f1f1f1;
    margin-bottom: 18px;
}


.qa-text {
    font-size: 15px;
    line-height: 1.7;
    color: #e5e5e5;
}


.qa-brand {
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #d4af37;
}


@media (max-width: 600px) {
    .qa-widget {
        margin: 20px;
        padding: 26px 22px;
    }


    .qa-title {
        font-size: 24px;
    }
}



.third-service-desc h3 {
    font-size: 35px;
    text-align: center;
}

.third-service-desc p {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

.third-service-main-container {
    display: flex;
}

.third-service-main-left,
.third-service-main-right {
    width: 50%;
}

.third-service-main-widget {
    display: flex;
    justify-content: flex-start;
    background-color: var(--white);
}

.third-service-main-widget img {
    width: 50%;
    height: 350px;
    object-fit: cover;

}

.third-service-main-widget-dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    width: 50%;
    background-color: #f7f7f7;
}

.third-service-section {
    background-color: #fff;
}

.third-service-main-widget-dt h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin-bottom: 5px;
}

.third-service-main-widget-dt p {
    font-size: 15px;
    margin: 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.third-service-main-widget-dt p i {
    color: #8b602a;
    min-width: 30px;
}

.third-service-main-widget-dt ul {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
}

.third-service-main-widget-dt ul li {
    margin: 5px 0;
    font-size: 15px;
    position: relative;
    font-weight: 500;

}

/* .third-service-main-widget-dt ul li::before{
    width: 8px;
    height: 8px;
    background-color: var(--primary-dark);
    content: '';
    position: absolute;
    left: -20px;
    top: 7px;

} */

.third-service-main-widget-dt ul li a {
    width: 45px;
    height: 45px;
    /* border: 1px solid #ccc; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.third-service-main-widget-dt ul li a.s-icon-bg-1 {
    background-color: #1877F2;
    color: #fff;
}

.third-service-main-widget-dt ul li a.s-icon-bg-4 {
    background-color: #25D366;
    color: #fff;
}

.third-service-main-widget-dt ul li a.s-icon-bg-3 {
    background-color: #FF0000;
    color: #fff;
}

.third-service-main-widget-dt ul li a.s-icon-bg-2 {
    background: linear-gradient(45deg,
            #feda75,
            #fa7e1e,
            #d62976,
            #962fbf,
            #4f5bd5);
    color: #fff;
}

.footer-left-icons ul li a.s-icon-bg-1 {
    background-color: #1877F2;
    color: #fff;
}

.footer-left-icons ul li a.s-icon-bg-3 {
    background-color: #FF0000;
    color: #fff;
}

.footer-left-icons ul li a.s-icon-bg-4 {
    background-color: #25D366;
    color: #fff;
}

.footer-left-icons ul li a.s-icon-bg-2 {
    background: linear-gradient(45deg,
            #feda75,
            #fa7e1e,
            #d62976,
            #962fbf,
            #4f5bd5);
    color: #fff;
}

.ft-contact-box h3 {
    font-size: 18px;
    line-height: 25px;
}

.main-collection-over-view {
    position: relative;
    border-radius: 200px;
    overflow: hidden;
}

.main-collection-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000a8;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}



.main-collection-overlay a {
    width: 250px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #222;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.5s;
}

.main-collection-overlay a:hover {
    border-radius: 40px;
}

#collectionsModal {
    padding: 25px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#collectionsModal .modal-xl {
    max-width: 95%;
}

.collections-modal-content .modal-header {
    border: 0 !important;
}

.collections-modal-content {
    border-radius: 10px !important;
}

.collections-modal-content .modal-header h1 {
    font-size: 20px !important;
    font-weight: 600;
}

.collections-modal-content .modal-body {
    padding: 20px !important;
    padding-top: 0 !important;
}

.collections-modal-content .modal-body .gallery-img-bx img {
    height: 260px;
    border-radius: 10px;
}

.collections-modal-content .modal-body .row .col-xl-3 {
    width: 20%;
}



.psm-card-wrapper {
    display: flex;
    justify-content: center;
}

.psm-card {
    width: 100%;
    background: #fff6e8;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Image */
.psm-image-box {
    background: #e9d7c2;
    padding: 16px;
}

.psm-image-box img {
    width: 100%;
    border-radius: 10px;
    display: block;
    height: 400px;
    object-fit: cover;
}

/* Content */
.psm-card-content {
    padding: 18px;
}

.psm-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    line-height: 25px;
    font-size: 20px;
    font-weight: 600;
}

.psm-text {
    font-size: 15px;
    color: #222;
    line-height: 1.7;
    margin: 6px 0;
}

/* Buttons */
.psm-button-row {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.psm-btn {
    border: none;
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 50%;
}

/* Call Button */
.psm-btn-call {
    background: #8b602a;
    color: #fff;
}

/* Direction Button */
.psm-btn-direction {
    background: #8b602a;
    border: 1px solid #fff;
    color: #fff;
}

/* WhatsApp Button */
.psm-btn-whatsapp {
    background: #25d366;
    color: #fff;
    padding: 10px 12px;
    font-size: 18px;
}
.psm-btn:hover{
    border-radius:40px;
}

.psm-card-content ul {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
}

.psm-card-content ul li {
    margin: 5px 0;
    font-size: 15px;
    position: relative;
    font-weight: 500;

}

/* .psm-card-content ul li::before{
    width: 8px;
    height: 8px;
    background-color: var(--primary-dark);
    content: '';
    position: absolute;
    left: -20px;
    top: 7px;

} */

.psm-card-content ul li a {
    width: 45px;
    height: 45px;
    /* border: 1px solid #ccc; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.psm-card-content ul li a.s-icon-bg-1 {
    background-color: #1877F2;
    color: #fff;
}

.psm-card-content ul li a.s-icon-bg-4 {
    background-color: #25D366;
    color: #fff;
}

.psm-card-content ul li a.s-icon-bg-3 {
    background-color: #FF0000;
    color: #fff;
}

.psm-card-content ul li a.s-icon-bg-2 {
    background: linear-gradient(45deg,
            #feda75,
            #fa7e1e,
            #d62976,
            #962fbf,
            #4f5bd5);
    color: #fff;
}



#mapKalModal {
    padding: 25px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#mapKulModal {
    padding: 25px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.map-modal-content .modal-header {
    border: 0 !important;
}

.map-modal-content {
    border-radius: 10px !important;
}

.map-modal-content .modal-header h1 {
    font-size: 20px !important;
    font-weight: 600;
}

.map-modal-content .modal-body {
    padding: 20px !important;
    padding-top: 0 !important;
}

.map-modal-content .modal-body iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}



.whatspp-home {
    position: fixed;
    bottom: 7%;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;

    width: fit-content;
    border-radius: 40px;
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
    z-index: 5000;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #25D366;
    transition: 0.5s;
    padding: 6px 15px;
    opacity: 0.5 !important;
}

.whatspp-home:hover {
    border-color: #25D366;
    color: #25D366;
    background-color: #fff;
    opacity: 1 !important;
}

.whatspp-home1 {
    position: fixed;
    bottom: 13%;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;

    width: fit-content;
    border-radius: 40px;
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
    z-index: 5000;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #25D366;
    transition: 0.5s;
    padding: 6px 18px;
    opacity: 0.5 !important;
}

.whatspp-home1:hover {
    border-color: #25D366;
    color: #25D366;
    background-color: #fff;
    opacity: 1 !important;
}

.gold-rate {
    border: 1px solid #ccc;
    border-radius: 10px !important;
    overflow: hidden;
}

.gold-rate tr th {
    background-color: #fcebd7;
    font-family: "Poppins", sans-serif;
    padding: 10px 15px;
    font-weight: 600;
    white-space: nowrap;
}

.gold-rate tr td {
    padding: 15px 15px;
    font-size: 15px;
    white-space: nowrap;
}

.gold-rate-title {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width:400px) {
    .gold-rate table {
        display: inline-block !important;
        overflow: auto;
    }
}

/* HERO SECTION */
.tfj-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        url("../images/tfj/16.jpg");
    background-size: cover;
    background-position: center;
    padding: 120px 20px;
    padding-top: 70px;
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.tfj-hero-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.tfj-hero-subtitle {
    font-size: 22px;
}

/* MAIN CONTAINER */
.tfj-main-container {
    max-width: 100%;
    margin: -60px auto 40px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* CONTENT SECTION */
.tfj-content-section {
    padding: 40px;
}

.tfj-description-text {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    font-family: "Poppins", sans-serif;
}

/* IMAGE + TEXT SECTION */
.tfj-image-text-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.tfj-image-box {
    flex: 1;
    min-height: 300px;
    background-size: cover;
    background-position: center;
}

.tfj-text-box {
    flex: 1;
    padding: 40px;
    background: #fff8eb;
}

/* HIGHLIGHTS */
.tfj-highlights-title {
    font-size: 26px;
    font-weight: 600;
    color: #7a4a00;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.tfj-highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 15px;
}

.tfj-highlight-card {
    background: #ffffff;
    border-left: 5px solid #c89b3c;
    padding: 15px;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.tfj-highlight-card i {
    font-size: 30px;
    color: #a87638;
}

/* CTA SECTION */
.tfj-cta-section {
    background: linear-gradient(135deg, #c89b3c, #7a4a00);
    color: #fff;
    text-align: center;
    padding: 35px 20px;
}

.tfj-cta-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.tfj-cta-text {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    margin: 13px 0;
}

/* FOOTER */
.tfj-footer-section {
    text-align: center;
    padding: 25px;
    font-size: 17px;
    font-weight: bold;
    color: #7a4a00;
    background: #fff;
}

.tfj-image-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .tfj-image-text-section {
        flex-direction: column;
    }

    .tfj-content-section {
        padding: 15px;
    }

    .tfj-text-box {
        padding: 25px 12px;
    }
}

.app-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.app-btns a {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 45px;
    border-radius: 40px;
    font-size: 16px;
    gap: 8px;
    border: 1px solid #ccc;
    transition: 0.5s;
}

.app-btns a i {
    font-size: 17px;
}

.app-btns a:hover {
    background-color: transparent;
    color: #fff;
}

@media screen and (max-width:567px) {
    .tfj-cta-title {
        font-size: 25px;
    }

    .tfj-cta-text {
        font-size: 15px;
    }

    .tfj-hero-subtitle {
        font-size: 16px;
    }
}

.offer-app-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-app-btn a img {
    width: 120px;
}

.offer-app-btn a:hover {
    border-radius: 40px;
}




.gold-drop-down {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
    cursor: pointer;
    position: relative;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 10px;
}

.gold-drop-down span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: #fff;
}

.gold-drop-down span p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
}

.gold-drop-down img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px dashed #fff;
    object-fit: cover;
}

.gold-drop-down i {
    color: var(--color-white);
}

.gold-drop-menu {
    background-color: #fff;
    position: absolute;
    top:100%;
    right: 20px;
    width: fit-content;
    padding: 5px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 5000;
    display: none;


}

.gold-drop-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.gold-drop-menu ul li {

    margin: 5px 0;
    width: 100%;
}

.gold-drop-menu ul li a {
    white-space: nowrap;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 7px 15px;
    transition: 0.5s;
    width: 100%;
    border-radius: 3px;
    color: var(--color-black);
    text-decoration: none;
}

.gold-drop-menu ul li a i {
    color: var(--color-black);
}

.gold-drop-menu ul li a:hover {
    background-color: var(--primary-dark);
    color: #fff;
}

.gold-drop-menu ul li a:hover i {
    color: var(--color-white);
}

.drop-block .gold-drop-menu {
    display: block;
}
.gold-drop-down i{
    color: #fff;
}
.gold-drop-menu table tr th{
    border: 1px solid #8888884d !important;
    font-size: 15px !important;
}
.gold-drop-menu table tr td{
    white-space: nowrap;
    border: 1px solid #ddddddb9 !important;
    background-color: #fff !important;
    font-size: 14px !important;
    padding: 7px 15px;
}