
:root {
    --bs-primary: #f6a623;
    --bs-secondary: #1f7dd8;
    --bs-dark: #002b5b;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #ffcf4a, #f6a623);
    border: 1px solid #f6a623;
    box-shadow: 0 8px 18px rgba(246, 166, 35, 0.45);
}

.btn.btn-primary:hover {
    background: linear-gradient(135deg, #ffb300, #f09300);
    border-color: #f09300;
}

.btn.btn-secondary {
    color: #ffffff;
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary:hover {
    background: #1254a8;
    border-color: #1254a8;
}
/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light {
    background: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 110px;
    transition: .5s;
}

.navbar-light .navbar-brand .brand-text {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 28px;
    color: var(--bs-secondary);
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 90px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: rgba(255, 255, 255, 0.9);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 90px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.9);
        border: none;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: rgba(255, 255, 255, 0.9);
        border: none;
    }

    .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    .navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.carousel-header {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f3faff 0%, #ffffff 100%);
}

.carousel-header::before {
    display: none;
}

.hero-static img {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .hero-static img {
        width: 100% !important;
        max-width: none;
    }
}

.carousel-header::after {
    display: none;
}

.carousel-indicators {
    display: none;
}

.water-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #e9f7ff 0%, #ffffff 100%);
}

.water-section::before,
.water-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    background-repeat: repeat-x;
    background-size: 1200px 120px;
    animation: waveMove 18s linear infinite;
    opacity: 0.7;
    z-index: 0;
}

.water-section::before {
    top: 0;
    transform: scaleY(-1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='120' viewBox='0 0 1200 120'%3E%3Cpath fill='%23e1f5ff' d='M0 67 C 150 120 350 0 600 67 C 850 134 1050 40 1200 67 L 1200 120 L 0 120 Z'/%3E%3C/svg%3E");
}

.water-section::after {
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='120' viewBox='0 0 1200 120'%3E%3Cpath fill='%23e1f5ff' d='M0 67 C 150 120 350 0 600 67 C 850 134 1050 40 1200 67 L 1200 120 L 0 120 Z'/%3E%3C/svg%3E");
}

@keyframes waveMove {
    from { background-position: 0 0; }
    to   { background-position: 1200px 0; }
}

.client-item {
    border: 1px solid rgba(196, 211, 211, 0.6);
    border-radius: 12px;
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative;
    z-index: 1;
}

.client-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.client-img {
    height: 180px;
    object-fit: contain;
}

@media (max-width: 576px) {
    .client-img {
        height: 140px;
    }
}

.modal-backdrop.show {
    background-color: transparent;
    backdrop-filter: none;
}

#clientPreviewImg {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
}

/* bottle preview modal removed */

.zoomable {
    cursor: zoom-in;
    transition: transform 0.2s ease, transform-origin 0.1s ease;
    will-change: transform, transform-origin;
}

.zoomable.zoomed {
    cursor: zoom-out;
    transform: scale(1.35);
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.main-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
    max-width: 1000px;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}
.left-controls {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    flex: 1 1 320px;
    max-width: clamp(280px, 40vw, 420px);
}
.left-controls h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    font-size: 1.5rem;
}
.control-group {
    margin-bottom: 25px;
}
.control-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #555;
}
.control-group input[type="file"] {
    display: block;
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f9f9f9;
}
.control-group input[type="range"] {
    width: 100%;
    cursor: pointer;
}
.hint-box {
    background: #eafaf1;
    color: #27ae60;
    padding: 15px;
    border-radius: 8px;
    font-size: 0.95em;
    text-align: center;
    border: 1px dashed #2ecc71;
    margin-top: 20px;
}
.right-preview {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bottle-workspace {
    position: relative;
    width: clamp(300px, 50vw, 640px);
    background: transparent;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.bottle-workspace:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}
.bottle-bg {
    width: 80%;
    display: block;
    pointer-events: none;
}
.logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    z-index: 10;
    cursor: grab;
}
.logo-container:active {
    cursor: grabbing;
}
.logo-container img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.modal-content-wrapper {
    position: relative;
    width: clamp(340px, 70vw, 840px);
    background: transparent;
    display: flex;
    justify-content: center;
}
.modal-bottle {
    width: 100%;
}
.modal-logo-container {
    position: absolute;
    transform: translate(-50%, -50%);
}
.modal-logo-container img {
    width: 100%;
    height: auto;
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.modal-text {
    color: #fff;
    margin-top: 20px;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
@media (max-width: 768px) {
    .main-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .left-controls, .bottle-workspace {
        width: 100%;
        max-width: 350px;
    }
}

/* Tighter vertical rhythm across the site */
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.pb-5 {
    padding-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 1.5rem !important;
}
.g-5 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

/* Hero overlay for business messaging */
.hero-static {
    position: relative;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 2rem;
    background: transparent;
    z-index: 2;
}
.hero-overlay .container {
    margin-left: 5vw;
    transform: none;
    max-width: 720px;
}
.hero-copy {
    background: rgba(255,255,255,0.75);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    backdrop-filter: none;
}
.hero-static img {
.carousel-header,
#header-carousel {
    position: relative;
}
#header-carousel .carousel-item {
    height: 72vh;
    min-height: 440px;
}
#header-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none !important;
}
#header-carousel .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.30) 40%, rgba(0,0,0,0.0) 100%);
    padding: 10vh 0 0 8vw;
}
#header-carousel .hero-cta .btn {
    margin-right: .5rem;
}
@media (max-width: 576px) {
    #header-carousel .carousel-item {
        height: 56vh;
        min-height: 360px;
    }
    #header-carousel .carousel-caption {
        justify-content: center;
        text-align: center;
        background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 60%, rgba(0,0,0,0) 100%);
    }
}
.hero-static img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    filter: none !important;
}
.hero-overlay h1,
.hero-overlay p {
    color: #111;
}
.hero-overlay .btn {
    margin: 0 .5rem;
}
@media (max-width: 576px) {
    .hero-overlay {
        padding: 1rem;
        justify-content: center;
        text-align: center;
    }
    .hero-overlay h1 {
        font-size: 1.6rem;
    }
    .hero-overlay p {
        font-size: 0.95rem;
    }
}
.carousel .carousel-control-prev .carousel-control-prev-icon {
/* Hero text entrance animations */
@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-24px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.hero-overlay .headline {
    animation: slideInLeft 600ms ease-out 100ms both;
}
.hero-overlay .tagline {
    animation: fadeInUp 600ms ease-out 300ms both;
}
.hero-overlay .hero-cta {
    animation: fadeIn 600ms ease-out 600ms both;
}
.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;

}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-1-content {
    text-align: left;
    padding-left: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: flex-start;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start;
}


@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
        margin-top: -100px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        justify-content: center;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }



    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}

.modal .modal-header {
    height: 100px;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6);
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px; 
    margin-left: 30px;
}

.about .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);

}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.about .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}
/*** About End ***/

/*** Service Start ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffcf4a, #f6a623);
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover::after {
    width: 100%;
    height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
}

.service-item:hover .service-content a:hover {
    color: var(--bs-secondary);
}

.service-item:hover .service-content p {
    color: var(--bs-white);
} 

.service-item:hover .service-content a {
    color: var(--bs-white) !important;
}

.service-item .service-btn {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.service-item .service-btn i {
    transition: 0.5s;
    color: var(--bs-primary) !important;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}

.service-item:hover .service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}
/*** Service End ***/


/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.product .product-item > img {
    height: 240px;
    object-fit: contain;
    padding: 12px;
    background: #ffffff;
}

.product .product-content {
    margin-top: auto;
}

@media (max-width: 576px) {
    .product .product-item > img {
        height: 180px;
        padding: 8px;
    }
}
/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 2;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-secondary) !important;
}

.footer .footer-item a {
    line-height: 35px;
    color: #ffffff !important;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
    color: #ffffff !important;
}
.footer .footer-item h6 {
    color: #ffffff !important;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #e4f1ff !important;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-secondary) !important;
}
/*** copyright end ***/

 .customizer-section {
    background: transparent !important;
}
.sticker-card {
    width: clamp(280px, 40vw, 360px);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-top: 24px;
}
.sticker-header {
    padding: 12px 16px;
    background: transparent;
    color: #333;
}
.sticker-header h4 {
    margin: 0 0 6px 0;
    font-size: 1.1rem;
    color: var(--bs-secondary);
}
.sticker-header p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}
.sticker-box {
    height: clamp(160px, 50vw, 280px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: transparent;
}
.sticker-box img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}
.sticker-footer {
    padding: 10px 14px;
    background: var(--bs-secondary);
    color: #fff;
    text-align: center;
    font-weight: 600;
}

/* Modern Sliders */
.form-range::-webkit-slider-thumb {
    background: var(--bs-primary);
    box-shadow: 0 0 0 4px rgba(246, 166, 35, 0.2);
}

.form-range::-moz-range-thumb {
    background: var(--bs-primary);
}

/* Preview Section Cards */
.preview-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px !important;
    transition: all 0.3s ease;
}

.preview-card:hover {
    box-shadow: 0 15px 45px rgba(0,0,0,0.1) !important;
}

/* customizer styles removed */
