/* Sticky Info Bar Styling */
.sticky-info-bar {
    display: none;
    position: fixed;
    top: 85px;
    /* same height as sticky header */
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #d60000, #a00000);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    z-index: 998;
    padding: 8px 0;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    animation: fadeInDown 0.4s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sticky-info-bar .info-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.sticky-info-bar .info-items span {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.sticky-info-bar .info-items i {
    color: #fff;
    font-size: 16px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.sticky-info-bar .info-items span:hover i {
    color: #ffd700;
    transform: scale(1.2);
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
    .sticky-info-bar {
        font-size: 14px;
        padding: 6px 0;
    }

    .sticky-info-bar .info-items {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .sticky-info-bar {
        font-size: 13px;
        padding: 5px 0;
    }

    .sticky-info-bar .info-items {
        flex-direction: row;
        gap: 6px;
    }

    .sticky-info-bar .info-items span {
        justify-content: center;
    }

    .sticky-info-bar .info-items i {
        font-size: 14px;
    }
}



/*  */

.logo {
    width: 230px;
    border-radius: 5px;
}

.mail-align {
    display: flex;
    align-items: baseline;
}

.img-s {
    width: 500px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-50 {
    padding-bottom: 25px;
}

.spin {
    animation: flip 2s linear infinite;
}

@keyframes flip {

    0%,
    100% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }
}

.header-area.sticky.navbar-fixed-top li a {
    color: black;
}

.t-w {
    color: #fff;
}

.header-area.sticky.navbar-fixed-top li.t-w {
    color: black !important;
}

/* .topbar {
    background-color: #fff;
    padding: 8px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar .col-lg-6:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.topbar .col-lg-6:last-child {
    display: flex;
    justify-content: flex-end;
}

.topbar a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease-in-out;
}

.topbar a:hover {
    color: #feac01;
}

.topbar i {
    color: #000;
    font-size: 18px;
    transition: color 0.3s ease-in-out;
}

.topbar a:hover i {
    color: #feac01;
}

.topbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.topbar ul li {
    display: inline-block;
}

.topbar ul li a {
    color: #000;
    font-size: 18px;
    transition: color 0.3s ease-in-out;
}

.topbar ul li a:hover {
    color: #feac01;
} */

.angleindouble.color-1 {
    background-color: #feac01;
}

.buttonfx.angleindouble.color-1 i {
    color: #63666e;
}

.angleindouble:hover {
    background-color: #000;
}

.buttonfx:after {
    background-color: #000;
}

.sp-carousel {
    display: flex;
    gap: 15px;
    margin: auto auto;
    position: relative;
    overflow-x: hidden;
    width: 100% !important;
}

.SP-slider {
    /* padding: 1rem; */
    height: auto;
    transition: opacity 0.5s ease-in-out;
    flex: 0 0 100%;
    /* margin: 30px auto; */
}

.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #feac018f;
    margin: 0 5px;
    cursor: pointer;
    display: flex;
}

.dot.active {
    background-color: #feac01;
}

.dot:hover {
    background-color: #feac01;
}

.model-wrap .model-img img {
    border-radius: 5px;
}

@media screen and (max-width:768px) {
    .single-watch-model {
        flex-direction: column !important;
    }

    .model-wrap {
        width: 100% !important;
    }

    .notification-content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .header-area.sticky.navbar-fixed-top li a {
        color: #fff;
    }
}

.text-justify {
    text-align: justify;
}

.pt-60 {
    padding-top: 60px;
}

.prd-btn {
    display: flex;
    gap: 10px;
}

.btnd {
    padding: 10px;
    background-color: #feac01;
    color: #fff;
    font-size: 12px;
    width: 108px;
    border-radius: 5px;
    text-align: center;
}

.btnd:hover {
    background-color: #000;
    color: #FFF;
}

.pb-20 {
    padding-top: 20px;
}

@media screen and (max-width:767px) {
    .hero-area.style-1 {
        height: 100vh !important;
    }

    .prd-btn {
        display: flex;
        gap: 10px !important;
        flex-direction: column !important;
    }

    .br-d {
        width: 100% !important;
    }

    .brdr {
        width: 100% !important;
    }
}

.mb-15 {
    margin-bottom: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.brdr {
    color: #fff;
    border: solid #fff 1px;
    border-radius: 5px;
    padding: 5px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.disabled-btn {
    pointer-events: none;
    /* disables clicks */
    /* opacity: 0.6; */
    /* visually shows it's disabled */
    cursor: not-allowed;
    /* shows 'disabled' cursor */
}

.pro-brdr {
    color: #fff;
    border: solid #000 1px;
    border-radius: 5px;
    padding: 5px;
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.br-d {
    border: solid #000 1px;
    border-radius: 5px;
    padding: 5px;
    align-items: center;
    width: 70%;
}