html {
    scroll-behavior: smooth;
}

.dark-bg {
    background-color: #060620;
}

p {
    font-family: Lato-Regular;
}

.light-bg {
    background-color: #f1f1f1;
}

.main-title {
    color: #fff;
    font-family: Marcellus, serif !important;
}

.dark-title {
    color: #060620;
    font-family: Marcellus, serif !important;
    text-transform: capitalize;
}

.dark-title {
    position: relative;
    display: inline-block;
}

.dark-title::after {
    content: "";
    display: block;
    width: 50px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFD03F;
}

.sub-title {
    color: #ffd03f !important;

}

.primary-text {
    color: #f1f1f1;
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px;
    text-align: justify;
}

.secondary-text {
    color: #000;
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px;
    text-align: justify;
}

.page-heading {
    color: #FFF;
}

.page-heading {
    position: relative;
    display: inline-block;
}

.page-heading::after {
    content: "";
    display: block;
    width: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFD03F;
}

.page-sub-title {
    color: #FFD03F;
    font-size: 16px;
    padding-bottom: 10px;
    font-family: "DM Sans", sans-serif !important;
    text-transform: uppercase;
}

.main-menu li a {
    color: #fff;
    transition: color 0.3s ease;
}

.main-menu li a:hover {
    color: #FFD03F;
}

.sub-menu li a {
    color: #000;
}

.info-url {
    color: #f1f1f1;
}

.info-url:hover {
    color: #FFD03F;
}

.breadcrumb-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fix-menu-desktop .wrap-menu-desktop {
    background-color: #060620;
}

.category-btn {
    color: #f1f1f1;
    font-family: "DM Sans", sans-serif !important;
}

.category-btn:hover {
    color: #FFD03F;
}

.category-btn.active {
    color: #FFD03F;
}

.pattern-bg-wrapper {
    background-image: url("/images/pattern-bg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #060620;
    background-position: center;
}

.product-card-wrapper {
    border-radius: 15px;
    padding: 20px;
    border: 1px solid transparent;
    transition: border-color 0.3s ease, border-width 0.3s ease;
    margin: auto;
}

.product-card-wrapper:hover {
    border: 1px solid #FFD03F;

}

.page-title-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #FFD03F;
}

.glass-card {
    width: 240px;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 4px 2px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent);
}

.glass-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.8),
            transparent,
            rgba(255, 255, 255, 0.3));
}

.read-more {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    gap: 6px;
    text-decoration: none;
    font-weight: 500;
    color: #FFD03F;
    transition: color 0.3s ease;
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover {
    color: #FFD03F;
}

.read-more:hover i {
    transform: translateX(5px);
}

.loading-container,
.loading {
    height: 120px;
    position: relative;
    width: 120px;
    border-radius: 100%;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    max-width: 100px;
    transform: translate(-50%, -50%);
}


.contact-info-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #060620;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10px;
    margin-right: 15px;
}

.contact-info-icon svg path {
    fill: #000;
    text-align: center;
}


/* footer css start */
.footer-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-wrapper img {
    width: 10%;
}

.footer-menu-title {
    color: #FFD03F;
}

.footer-menu a:hover::after {
    width: 100%;
}

.footer-menu a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}

.footer-menu a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #FFD03F;
    transition: width 0.4s ease, left 0.4s ease;
}

.footer-menu a:hover {
    color: #FFD03F;
}

.footer-menu a:hover::after {
    width: 100%;
    left: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 30%;
    height: 100px;
}

.top-border {
    border-top: 1px solid #fff;
}

.right-border {
    border-right: 1px solid #FFD03F;
}

.footer-contact-wrapper p {
    font-family: Lato-Regular;
}

.icon-round {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-round svg path {
    width: 20px;
    height: 20px;
    fill: #f1f1f1;
    text-align: center;
}

.social-icon-border {
    border: 1px solid #f1f1f1;
    margin: 0 10px;
}

.icon-img img {
    width: 10%;
    padding-bottom: 20px;
}

.box-showdo-img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.contact-wrapper {
    background-color: #191d37;
    border-radius: 10px;
}

label {
    color: #FFD03F;
}

@media (max-width: 960px) {

    .pt-md-40 {
        padding-top: 40px !important;
    }
}


/* Responsive adjustment */
@media (max-width: 576px) {
    .icon-round {
        width: 32px;
        height: 32px;
    }

    .icon-round svg {
        width: 25px;
        height: 25px;
    }

    .primary-text {
        font-size: 14px;
    }

    .footer-col-title {
        min-height: 45px;
    }

    .footer-menu li {
        margin-bottom: 5px;
    }

    .p-sm-40 {
        padding: 40px !important;
    }

    .pt-sm-30 {
        padding-top: 30px !important;
    }

}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #fff !important;
}

.modal {
    z-index: 9999;
}

.tp-bgimg,
.defaultimg {
    background-position: center bottom !important;
}

.pulse-img {
    animation: pulseZoom 3s infinite ease-in-out;
}

@keyframes pulseZoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        /* zoom in */
    }

    100% {
        transform: scale(1);
        /* zoom out */
    }
}

.contact-map {
    height: 70vh;
}

.contact-map iframe {
    height: 100%;
    width: 100%;
    border: 0;
}
