h1{
    font-size: 24px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
p{
    font-size: 14px;
}

/* Adjust the direction of dropdown */
.left-align-dropdown > .drop-down {
    left: -100%;
}

/* For second level dropdowns inside left-aligned menus */
.left-align-dropdown .drop-menu-2 {
    left: -100% !important;
}



.about-us .feature-item h3{
    display: inline;
}
.about-us a{
    color: var(--maingreen);
}

#carousel0 img {
  margin-left: 0px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .slider-dot {
    bottom: 8px;
  }
}
.nb:hover {
  color: var(--maingreen);
}

.f-btn.cmpr-toggler {
  bottom: 235px;
}
.f-btn {
  position: fixed;
  bottom: 20px;
  right: 1rem;
  z-index: 9999;
  background: var(--maincolor);
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  padding: 5px;
  text-transform: uppercase;
  cursor: pointer;
  width: 59px;
  height: 59px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), -5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  border: 1px solid #f2f4f8;
}
.f-btn:hover span,
.f-btn:hover .label {
  color: var(--maincolor);
}
.f-btn .total-items .counter {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  background: var(--secondarycolor);
  color: var(--defaultTextColor);
  line-height: 20px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

/* Messenger Icon Container */
#messenger-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0078ff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
  cursor: pointer;
}

/* Hover effect */
#messenger-icon:hover {
  transform: scale(1.1);
}

/* Link Icon - ensures it links properly */
#messenger-icon a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

.h-quick-link.store-locator{
        border: 1px solid var(--main);
}
/* Position WhatsApp icon at the bottom-right */
.whatsapp-container {
    position: fixed;
    bottom: 95px;
    right: 5px;
    z-index: 9999; /* Ensure it stays on top of other elements */
}
.fixed{
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    transform: translateY(0%);
    opacity: 1;
    }
/* WhatsApp icon styling */
.whatsapp-icon {
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--maincolor); /* WhatsApp Green */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 1px solid #f2f4f8;
}
/* Hover effect for WhatsApp icon */
.whatsapp-icon:hover {
    background-color: var(--maingreen);
    color: white;
}
/* Styling for the message number list */
.whatsapp-numbers {
    display: none; /* Hide numbers by default */
    position: absolute;
    bottom: 50px; /* Position the numbers above the icon */
    right: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black background */
    color: white;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    width: 180px; /* Limit the width of the number container */
    z-index: 1000;
}
/* Display message numbers when hovering over the icon or numbers */


/* Styling for each phone number */
.whatsapp-number {
    display: flex;
    align-items: center;
    margin: 8px 0;
}
.whatsapp-number i {
    margin-right: 10px;
    color: #25d366; /* WhatsApp Green color for the icon */
    font-size: 16px;
}
.whatsapp-number.fb i {
    margin-right: 10px;
    color: #316FF6; /* WhatsApp Green color for the icon */
    font-size: 16px;
}
.whatsapp-number a {
    color: white;
    text-decoration: none;
}
.whatsapp-number a:hover {
    color: #25d366; /* WhatsApp green on hover */
}
.whatsapp-number.fb a:hover {
    color: #316FF6; /* WhatsApp green on hover */
}

.contact-box .contact-icons{
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-quick-link.wishlist{
    position: relative;
}

.h-quick-link.wishlist .total-items{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: 0px;
    background: var(--main);
    line-height: 20px;
    border-radius: 16px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

/* Default hidden */


/* Desktop hover only */
@media (hover: hover) and (pointer: fine) {
    .whatsapp-container:hover .whatsapp-numbers {
        display: block;
    }
    
}

.whatsapp-container .whatsapp-numbers {
    display: none;
}

/* Mobile toggle */
.whatsapp-container.active .whatsapp-numbers {
    display: block;
}





.btn-compare{
    color: var(--maincolor);
}

.product-module img{
    object-fit: contain !important;
}

.product-listing .product{
    border-radius: 0.5rem !important;
}
.mtoo {
    color:#666666 !important;

}
.notification a {
    color: #ffcc00;
    font-weight: 700;
}
@media (max-width: 768px) {
    .btn-compare{
                padding: 3px 6px;
            border: none !important;;
    background: #f2f5f9 !important;;
    border-radius: 4px !important;;
    }
    .mi {
    line-height: 15px !important;
    font-size: 20px !important;
    margin-right: 5px !important;
    /* margin: 4px 0px; */
}
    .single-product-item .price-info {
        font-size: 16px;
        border: none;
        padding-bottom: 13px;
    }
}

    .mi{
            margin: 4px 0px;
    }
    .desktop-spacing::before,
    .desktop-spacing::after {
        content: "\00a0\00a0\00a0"; /* Adds 3 non-breaking spaces */
    }
}
.catagory-top-brand .item {
    padding: 9px;
    margin: 2px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: fit-content;
    max-height: fit-content;
}
.catagory-top-brand .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.top-child-catagory-main {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.catagory-top-brand-text {
    min-width: 99px;
    display: inline-block;
    line-height: 34px;
    padding: 8px 10px;
    color: #111;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 13px;
    font-weight: normal;
}
.catagory-top-brand-text:hover {
    color: #fff;
}
.child-categories {
    margin-bottom: 1rem;
}

.child-categories h6 {
    margin: 0;
    font-size:11px;
    text-align: center;
}
.child-categories h6:hover {
    color: var(--maincolor);
}
@media (min-width: 768px) {
    .item.col {
        flex: 1 1 4%; /* Allows 4 items per row */
    }
}
@media (max-width: 767px) {
    .item.col {
        flex: 1 1 45%; /* Allows 2 items per row on smaller screens */
    }
}
.countdown-wrapper {


}
.offer-content .countdown {
    border-bottom: none;
}
.countdown {
    color: var(--maingreen);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.drop-menu-1 .submenu-arrow {
    float: right;
    font-size: 15px;
}




@media (min-width: 768px) {
    .offer-info, .countdown {
        display: flex;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        justify-content: space-between;
    }
}
.quick-overview {
    margin-bottom: 6px;
    flex: 1 1 auto;
}
.quick-overview ul li {
    /* list-style: inside; */
    font-family: 'Open Sans' !important;
    max-width: 240px;
    font-size: 13px;
    color: #666;
    position: relative;
    line-height: 16px;
    padding-bottom: 10px;
    margin-left: 16px;
}
@media (max-width: 360px) {
.bnt {
    width: 462% !important;
    max-width: 462% !important;
}
}
.mtoo:hover {

color: black !important;
}
.buying-information{
    border-left:none;
}
.side-margin{
border-left: 1px solid rgba(0, 150, 136, 0.1);
}
.regular-price{
font-weight: 600;
font-size: 28px;
line-height: 30px;
color: #000000;
}

/* Styling for Offer Information and Countdown */
.offer-info, .countdown {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    justify-content: space-between;
}

/* Styling for Offer Details */
.single-offer-item .details {
    padding: 0px 5px;
    margin-right: 5px;
}
    #featured-offers .single-offer-item img {
    width: 100% !important;
}
#featured-offers{
    padding: 0px 5px;
}

.single-offer-item {
    background: white;
    border: 1px solid #efefef;
    margin-right: 12px;
    text-align: center;
}

/* Font size adjustments for smaller text */
.single-offer-item .details .offer-info,
.single-offer-item .details .countdown {
    font-size: 11px;
}

.info_form .contect-info-col-section h5{
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0px 10px;
}
.info_form .contect-info-col-section p{
    font-size: 15px;
    padding: 0px 0px 10px;
}
.info_form .contect-info-col{
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px 30px;
    min-height: 365px;
}
.info_form .elementor-icon-box-icon i,
.info_form .icon.icn a{
    background: var(--maingreen);
    padding: 10px;
    font-size: 20px;
}

.info_form .phone .icon.icn a{
    padding: 10px 12px;
}

.info_form .contact-details .contact-line{
    margin: 0px 0px 20px;
}

.info_form .info-text{
    padding: 0px 0px 0px 10px;
}

.info_form .elementor-icon-box-icon i{
    height: 40px;
    width: 40px;
}
.info_form .elementor-icon-box-wrapper,
.info_form .contact-details .phone,
.info_form .contact-details .email{
    display: flex;
}


.info_form .contact-details .phone,
.info_form .contact-details .email{
    align-items: center;
}

/* Styling for Offer Info */
.offer-info span {
    display: flex;
    align-items: center;
    color: #111;
}

/* Styling for Material Icons */
.offer-info .material-icons {
    margin-right: 5px;
    color: #666;
    height: 24px;
    width: 24px;
}

/* Heading Font Size */
.single-offer-item a h4 {
    font-size: 15px;
}

/* Container padding adjustment */
.bcv {
    padding: 0;
}

.section-heading-title .section-title {
    margin-bottom: 25px;
    text-align: center;
    background: var(--metblack);
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    min-height: 95px;
    display: grid;
    align-items: center;
    margin-top: 25px;
}

.section-heading-title .section-title:before, .section-heading-title .section-title:after {
    content: "";
    background-image: url(/new/image/catalog/section-icon.png);
    width: 95px;
    height: 95px;
    left: -50px;
    position: absolute;
    top: 0px;
    background-size: cover;
}
.section-heading-title .section-title h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: white;
}

.section-heading-title .section-title p {
    color: white;
}

.section-heading-title .section-title:after {
    left: auto;
    right: -50px;
}

.feature-area .right .see-all{
    color: var(--metblack);
}

.feature-area .image{
    height: auto;
}

/* Hide Next Button Styling */
.hide-next-button {
    display: none !important;
}

/* Owl Carousel Item Width */
#featured-offers .owl-item {
    max-width: 310px;
}

/* Owl Carousel Navigation Buttons */
#offer-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}


#offer-slider .owl-nav .owl-prev {
    left: -25px;
}

#offer-slider .owl-nav .owl-next {
    right: -25px;
}

/* Owl Dots Styling */
#offer-slider .owl-dots {
    text-align: center;
    margin-top: 10px;
}

/* Base Styles */


.banners-slider-carousel .container {
    padding: 0 15px;
}


/* Carousel Container */
.carousel-block {
    position: relative;
    padding: 0px 0px 30px;
}

/* Owl Carousel Custom Styles */
.brand-carousel {
    position: relative;
}

.slider-item {
    transition: transform 0.3s ease;
}

.slider-item:hover {
    transform: translateY(-5px);
}

.product-block {
    background: var(--mainwhite);
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.slider-item:hover .product-block {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-color: #ddd;
}

.product-block-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.product-block-inner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.8;
    transition: all 0.3s ease;
    padding: 15px;
}

.slider-item:hover .product-block-inner img {
    filter: grayscale(0);
    opacity: 1;
}
.manufacturer-section .brand-carousel .owl-nav .owl-prev,
.manufacturer-section .brand-carousel .owl-nav .owl-next{
    background: var(--maingreen);
    color: var(--mainwhite);
    font-size: 22px;
    width: 25px;
    height: 40px;
    font-weight: 500;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .brand-prev {
        left: -10px;
    }
    .brand-next {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .carousel-block {
        padding: 20px 30px;
    }
    .section-title h3 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .carousel-block {
        padding: 15px 20px;
    }
}

@media (min-width: 1250px) {
    #featured-offers .owl-item {
        max-width: 315px;
    }
}
@media (max-width: 1025px) {
    #featured-offers .owl-item {
        max-width: 330px;
    }
}

@media (max-width: 769px) {
    #featured-offers .owl-item {
        max-width: 246px;
    }
    #featured-offers .single-offer-item img{
        width: 100% !important;
    }
    .single-offer-item a h4 {
        font-size: 14px;
    }
    #offer-slider .owl-nav .owl-next {
        right: -15px;
    }
    .single-offer-item .details .offer-info,
    .single-offer-item .details .countdown {
        font-size: 9px;
    }
}

/* Responsive Styling for Small Screens */
@media (max-width: 600px) {
    #featured-offers .owl-item {
        max-width: 345px;
    }

#featured-offers{
padding: 0px;
}
    #featured-offers .owl-item .single-offer-item a {
        display: flex;
        justify-content: center;
    }

    #featured-offers .owl-item .offer-info {
        justify-content: center;
    }

    #offer-slider .owl-nav .owl-prev {
        left: -7px;
    }
    #offer-slider .owl-nav .owl-next {
        right: -5px;
    }

    .details .sub-head {
        padding: 0px 15px;
    }
}
@media (max-width: 435px) {
     #featured-offers .owl-item {
        max-width: 414px;
    }
 }

 @media (max-width: 426px) {
     #featured-offers .owl-item {
        max-width: 400px;
    }
    .single-offer-item .details .offer-info, .single-offer-item .details .countdown {
        font-size: 12px;
    }
    .single-offer-item a h4 {
        font-size: 15px;
    }
 }
 @media (max-width: 392px) {
     #featured-offers .owl-item {
        max-width: 378px;
    }
 }
 @media (max-width: 376px) {
    #featured-offers .owl-item {
        max-width: 364px;
    }
 }
 @media (max-width: 325px) {
    #featured-offers .owl-item {
        max-width: 290px;
    }
    .single-offer-item .details .offer-info, .single-offer-item .details .countdown {
        font-size: 10px;
    }
    .single-offer-item a h4 {
        font-size: 16px;
    }
 }
@media(max-width: 430px){
    .bnt {
        width: 508% !important;
        max-width: 508% !important;
    }
}
@media(max-width: 415px){
    .bnt {
        width: 490% !important;
        max-width: 490% !important;
    }
}
@media(max-width: 395px){
    .bnt {
        width: 460% !important;
        max-width: 460% !important;
    }
}
@media(max-width: 380px){
    .bnt {
        width: 440% !important;
        max-width: 440% !important;
    }
}
@media(max-width: 360px){
    .bnt {
        width: 420% !important;
        max-width: 420% !important;
    }
}
@media(max-width: 350px){
    .bnt {
        width: 372% !important;
        max-width: 372% !important;
    }
}


/*Footer Desgine start*/

.single-offer-item img {
        width: 98% !important;
        height: auto; /* Keeps the aspect ratio intact */
    }
    .footer-row {
        background: #1a1a1a !important;
        width: 100%;
        border-top: 1px solid #878787;
    }
    .ssl-block a img{
        height: auto;
        width: 150px;
    }
    .mamber-block a img{
        height: auto;
        width: 150px;
    }
    .mamber-block h4,
    .ssl-block h4{
        font-size: 14px;
        margin: 0px 0px 5px;
        color: #fafafa;
    }
    
    #fs-premium-footer-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 22px 0;
        position: relative;
    }
    
    /* Logo Container */
    #fs-logo-link.fs-logo-container {
        display: inline-block;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        z-index: 1;
    }
    
    #fs-logo-link.fs-logo-container:hover {
        transform: scale(1.08) translateY(-2px);
        opacity: 0.95;
    }
    
    #fs-footer-logo.fs-logo-img {
        max-width: 200px;
        height: auto;
        width: auto;
        display: block;
        filter: brightness(1.15) drop-shadow(0 2px 8px rgba(255, 255, 255, 0.1));
        transition: all 0.4s ease;
    }
    
    #fs-logo-link.fs-logo-container:hover #fs-footer-logo.fs-logo-img {
        filter: brightness(1.3) drop-shadow(0 4px 12px rgba(255, 255, 255, 0.2));
    }
    
    /* Social Container */
    #fs-social-container.fs-social-wrapper {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
        position: relative;
    }
    
    /* Social Icons Grid */
    #fs-social-icons.fs-icons-grid {
        width: 100%;
    }
    
    #fs-social-list.fs-icons-list {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        line-height: 1 !important;
    }
    
    .fs-icon-item {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
        line-height: 1 !important;
        vertical-align: middle !important;
    }
    
    .fs-icon-link {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.08) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        border: 1.5px solid rgba(255, 255, 255, 0.15) !important;
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
        position: relative !important;
        overflow: visible !important;
        text-decoration: none !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
        vertical-align: middle !important;
    }
    
    .fs-icon-link::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
        transform: translate(-50%, -50%);
        transition: width 0.5s ease, height 0.5s ease;
        z-index: 1;
    }
    
    .fs-icon-link:hover::before {
        width: 120%;
        height: 120%;
    }
    
    .fs-icon-link:hover {
        transform: translateY(-3px) scale(1.12);
        border-color: rgba(255, 255, 255, 0.4);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 0 2px rgba(255, 255, 255, 0.1);
    }
    
    /* Facebook - Colorful */
    .fs-fb-link {
        background: linear-gradient(135deg, #1877f2 0%, #0d5fd3 100%) !important;
        border-color: #1877f2 !important;
    }
    .fs-fb-link:hover {
        background: linear-gradient(135deg, #0d5fd3 0%, #1877f2 100%) !important;
        box-shadow: 0 8px 25px rgba(24, 119, 242, 0.5) !important;
    }
    
    /* Twitter - Colorful */
    .fs-tw-link {
        background: linear-gradient(135deg, #1da1f2 0%, #0d8bd9 100%) !important;
        border-color: #1da1f2 !important;
    }
    .fs-tw-link:hover {
        background: linear-gradient(135deg, #0d8bd9 0%, #1da1f2 100%) !important;
        box-shadow: 0 8px 25px rgba(29, 161, 242, 0.5) !important;
    }
    
    /* YouTube - Colorful */
    .fs-yt-link {
        background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%) !important;
        border-color: #ff0000 !important;
    }
    .fs-yt-link:hover {
        background: linear-gradient(135deg, #cc0000 0%, #ff0000 100%) !important;
        box-shadow: 0 8px 25px rgba(255, 0, 0, 0.5) !important;
    }
    
    /* Instagram - Colorful Gradient */
    .fs-ig-link {
        background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
        border-color: #bc1888 !important;
    }
    .fs-ig-link:hover {
        background: linear-gradient(135deg, #bc1888 0%, #cc2366 25%, #dc2743 50%, #e6683c 75%, #f09433 100%) !important;
        box-shadow: 0 8px 25px rgba(188, 24, 136, 0.5) !important;
    }
    
    /* ============================================
       FS6 - FAMILIAR SOCIAL MEDIA ICONS (NEW CLASSES)
       Recognizable icon symbols with colorful backgrounds
       ============================================ */
    
    #fs6-social-icons.fs6-icons-grid {
        width: 100%;
    }
    
    #fs6-social-list.fs6-icons-list {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        flex-wrap: wrap !important;
    }
    
    .fs6-icon-item {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .fs6-icon-link {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        border-radius: 50% !important;
        text-decoration: none !important;
        color: #ffffff !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        position: relative !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
        text-align: center !important;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25) !important;
        border: 2px solid rgba(255, 255, 255, 0.2) !important;
    }
    
    .fs6-icon-symbol {
        position: relative !important;
        z-index: 2 !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        display: block !important;
        text-align: center !important;
        font-family: Arial, "Segoe UI", sans-serif !important;
    }
    
    /* Facebook - Blue with recognizable 'f' logo */
    #fs6-fb-link.fs6-fb {
        background: linear-gradient(135deg, #1877f2 0%, #0d5fd3 100%) !important;
        border-color: #1877f2 !important;
    }
    
    .fs6-fb-icon {
        font-size: 24px !important;
        font-weight: 900 !important;
        color: #ffffff !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
        font-family: "Helvetica Neue", Arial, sans-serif !important;
        letter-spacing: -1px !important;
        transform: scaleX(0.9) !important;
    }
    
    #fs6-fb-link.fs6-fb:hover {
        background: linear-gradient(135deg, #0d5fd3 0%, #1877f2 100%) !important;
        transform: translateY(-4px) scale(1.1) !important;
        box-shadow: 0 8px 25px rgba(24, 119, 242, 0.6) !important;
        border-color: #ffffff !important;
    }
    
    /* Twitter/X - Black with X symbol */
    #fs6-tw-link.fs6-tw {
        background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%) !important;
        border-color: #000000 !important;
    }
    
    .fs6-tw-icon {
        font-size: 20px !important;
        font-weight: 900 !important;
        color: #ffffff !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
        font-family: Arial, sans-serif !important;
    }
    .fs6-icon-link.fs6-li:hover {
        background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%) !important;
        transform: translateY(-4px) scale(1.1) !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6) !important;
        border-color: #ffffff !important;
    }
    
    /* YouTube - Red with play button */
    #fs6-yt-link.fs6-yt {
        background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%) !important;
        border-color: #ff0000 !important;
    }
    
    .fs6-yt-icon {
        font-size: 18px !important;
        color: #ffffff !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
        margin-left: 2px !important;
        line-height: 1 !important;
    }
    
    #fs6-yt-link.fs6-yt:hover {
        background: linear-gradient(135deg, #cc0000 0%, #ff0000 100%) !important;
        transform: translateY(-4px) scale(1.1) !important;
        box-shadow: 0 8px 25px rgba(255, 0, 0, 0.6) !important;
        border-color: #ffffff !important;
    }
    
    /* Instagram - Gradient with camera/square icon */
    #fs6-ig-link.fs6-ig {
        background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
        border-color: #bc1888 !important;
    }
    
    .fs6-ig-icon {
        font-size: 12px !important;
        font-weight: 800 !important;
        color: #ffffff !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
        line-height: 1 !important;
        letter-spacing: 0.5px !important;
        text-transform: uppercase !important;
    }
    
    #fs6-ig-link.fs6-ig:hover {
        background: linear-gradient(135deg, #bc1888 0%, #cc2366 25%, #dc2743 50%, #e6683c 75%, #f09433 100%) !important;
        transform: translateY(-4px) scale(1.1) !important;
        box-shadow: 0 8px 25px rgba(188, 24, 136, 0.6) !important;
        border-color: #ffffff !important;
    }
    
    /* Responsive Social Icons - FS6 */
    @media screen and (max-width: 768px) {
        .fs6-icon-link {
            width: 36px !important;
            height: 36px !important;
            min-width: 36px !important;
            min-height: 36px !important;
        }
        
        .fs6-icon-symbol {
            font-size: 18px !important;
        }
        
        .fs6-fb-icon {
            font-size: 22px !important;
        }
        
        .fs6-tw-icon {
            font-size: 18px !important;
        }
        
        .fs6-yt-icon {
            font-size: 16px !important;
        }
        
        .fs6-ig-icon {
            font-size: 11px !important;
        }
        
        #fs6-social-list.fs6-icons-list {
            justify-content: center !important;
            gap: 8px !important;
        }
    }
    
    @media screen and (max-width: 480px) {
        .fs6-icon-link {
            width: 34px !important;
            height: 34px !important;
            min-width: 34px !important;
            min-height: 34px !important;
        }
        
        .fs6-icon-symbol {
            font-size: 16px !important;
        }
        
        .fs6-fb-icon {
            font-size: 20px !important;
        }
        
        .fs6-tw-icon {
            font-size: 16px !important;
        }
        
        .fs6-yt-icon {
            font-size: 14px !important;
        }
        
        .fs6-ig-icon {
            font-size: 10px !important;
        }
        
        #fs6-social-list.fs6-icons-list {
            gap: 6px !important;
        }
    }
    
    /* Force icon alignment - override any conflicts */
    #fs-social-list.fs-icons-list .fs-icon-item {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        vertical-align: middle !important;
        width: auto !important;
        height: auto !important;
    }
    
    #fs-social-list.fs-icons-list .fs-icon-item .fs-icon-link {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
        position: relative !important;
    }
    
    /* Remove old sprite styles - using Font Awesome now */
    
    /* Complain Button Container */
    #fs-complain-wrapper.fs-complain-container {
        margin-top: 6px;
        position: relative;
    }
    
    #fs-complain-btn.fs-btn-complain {
        display: inline-block;
        padding: 9px 24px;
        font-size: 12px;
        font-weight: 700;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.05);
        border: 1.5px solid rgba(255, 255, 255, 0.25);
        border-radius: 30px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    
    #fs-complain-btn.fs-btn-complain::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
        transition: left 0.6s ease;
    }
    
    #fs-complain-btn.fs-btn-complain::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        transform: translate(-50%, -50%);
        transition: width 0.5s ease, height 0.5s ease;
    }
    
    #fs-complain-btn.fs-btn-complain:hover::before {
        left: 100%;
    }
    
    #fs-complain-btn.fs-btn-complain:hover::after {
        width: 300%;
        height: 300%;
    }
    
    #fs-complain-btn.fs-btn-complain:hover {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.45);
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.1);
        color: #ffffff;
    }
    
    .home-btn-complain{
        border: 1px solid var(--white);
        height: auto;
        font-size: 1.2rem;
        font-size: 16px;
        color: white;
        transition: background 0.3s ease, color 0.3s ease;
    }
    
    .home-btn-complain:hover{
        background: var(--maincolor);
        color: #fafafa;
    }
    .mtm{
        margin-top:0px !important;
    }
    /* ============================================
       FS5 - COMPACT CONTACT SECTION (NEW CLASSES)
       Same line layout with aligned numbers
       ============================================ */
    
    #fs5-query-section {
        position: relative;
    }
    
    #fs5-query-widget {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    #fs5-query-title {
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #ffffff !important;
        margin: 0 0 6px 0 !important;
        padding: 0 0 4px 0 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.2px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
        line-height: 1.2 !important;
    }
    
    #fs5-contact-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .fs5-contact-row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        padding: 4px 8px !important;
        background: rgba(255, 255, 255, 0.03) !important;
        border-radius: 4px !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        transition: all 0.2s ease !important;
        margin: 0 !important;
        min-height: 26px !important;
        line-height: 1.3 !important;
        flex-wrap: wrap !important;
    }
    
    .contact-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 6px !important;
    }
    
    .fs5-contact-label {
        flex-shrink: 0 !important;
    }
    
    .fs5-phone-link:first-of-type {
        margin-left: auto !important;
    }
    
    .fs5-contact-row:hover {
        background: rgba(255, 255, 255, 0.06) !important;
        border-color: rgba(255, 255, 255, 0.15) !important;
    }
    
    .fs5-contact-label {
        display: inline-flex !important;
        align-items: center !important;
        font-size: 10px !important;
        color: #ffffff !important;
        font-weight: 600 !important;
        margin: 0 !important;
        padding: 0 !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        line-height: 1.3 !important;
        min-width: 70px !important;
    }
    
    .fs5-contact-label b {
        color: #ffffff !important;
        font-weight: 700 !important;
    }
    
    .fs5-contact-numbers {
        display: flex !important;
        gap: 4px !important;
        align-items: center !important;
    }
    
    .fs5-contact-row .fs5-phone-link {
        margin-left: 4px !important;
    }
    
    .fs5-phone-link {
        display: inline-block !important;
        padding: 3px 8px !important;
        font-size: 11px !important;
        color: #ffcc00 !important;
        text-decoration: none !important;
        background: rgba(255, 204, 0, 0.12) !important;
        border: 1px solid rgba(255, 204, 0, 0.3) !important;
        border-radius: 4px !important;
        transition: all 0.2s ease !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        white-space: nowrap !important;
        box-shadow: 0 1px 2px rgba(255, 204, 0, 0.2) !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
    }
    
    .fs5-phone-link:hover {
        background: rgba(255, 204, 0, 0.15) !important;
        border-color: rgba(255, 204, 0, 0.4) !important;
        color: #ffffff !important;
        transform: translateY(-1px) !important;
    }
    
    /* ============================================
       FS5 RESPONSIVE DESIGN - NEW CLASSES
       ============================================ */
    
    /* Tablet Responsive - FS5 */
    
    
    /* Small Mobile Responsive - FS5 */
    .footer-row{
        background: #000;
        width: 100%;
    }
    .payment-for-mbl{
        display: flex;
        align-items: center;
        justify-content: end;
    }
    /* Make sure the icons and text are aligned well */
    .contact-item .d-flex {
        display: flex;
        align-items: center;
    }
    
    @media (min-width: 1024px) {
        .subscription-bg i, .subscription-bg h3 {
            font-size: 35px !important;
        }
        .jkl{
            justify-content: left !important;
        }
        .jkr{
            justify-content: right !important;
        }
        
        .form-control {
            right: 16px !important;
        }
        .subscribe-btn {
            right: 36px !important;
        }
        .mamber-block h4,
        .ssl-block h4{
            margin: 0px 0px 5px;
        }
    }
    /* Mobile responsiveness */
    @media screen and (max-width: 992px) and (min-width: 769px) {
        #fs5-query-title {
            font-size: 12px !important;
            margin-bottom: 7px !important;
        }
        
        #fs5-contact-list {
            gap: 5px !important;
        }
        
        .fs5-contact-row {
            padding: 5px 8px !important;
            gap: 10px !important;
            min-height: 30px !important;
        }
        
        .fs5-contact-label {
            font-size: 11px !important;
            min-width: 75px !important;
        }
        
        .fs5-phone-link {
            padding: 3px 8px !important;
            font-size: 12px !important;
        }
        
        .fs5-contact-row .fs5-phone-link {
            margin-left: 5px !important;
        }
        
        .fs5-phone-link:first-of-type {
            margin-left: auto !important;
        }
    }
    
    @media (min-width: 768px) {
        .payment-for-mbl {
            margin-top: 0 !important;
        }
        .social-links > ul {
            margin-left: -37px !important;
        }
        .mbv{
            margin-left: 0px;
        }
    }
    /* Tablet */
    @media (max-width: 768px) {
        .contact-item .d-flex {
            align-items: center;
        }
        .phone-numbers {
            margin-top: 10px;
        }
        .contact-item i {
            font-size: 30px;
        }
        #fs5-query-title {
            font-size: 11px !important;
            margin-bottom: 6px !important;
            padding-bottom: 4px !important;
        }
        
        #fs5-contact-list {
            gap: 5px !important;
        }
        
        .fs5-contact-row,
        .contact-item {
            padding: 5px 7px !important;
            gap: 8px !important;
            min-height: 28px !important;
            flex-wrap: wrap !important;
            background: none !important;
            border: none !important;
        }
        
        .fs5-contact-row:hover {
            background: none !important;
            border: none !important;
        }
        
        .fs5-contact-label {
            font-size: 10px !important;
            min-width: 70px !important;
            width: auto !important;
            margin-bottom: 0 !important;
            display: inline-flex !important;
            visibility: visible !important;
            overflow: visible !important;
        }
        
        .fs5-contact-numbers {
            display: contents !important;
        }
        
        .fs5-contact-row .fs5-phone-link {
            margin-left: 4px !important;
        }
        
        .fs5-phone-link:first-of-type {
            margin-left: auto !important;
        }
        
        .fs5-phone-link {
            padding: 3px 7px !important;
            font-size: 11px !important;
        }
        .uiuio {
            margin-bottom: -8px;
        }
        #fs-premium-footer-section {
            padding: 18px 0;
            gap: 15px;
            align-items: center;
            text-align: center;
        }
        
        #fs-footer-logo.fs-logo-img {
            max-width: 200px;
        }
        
        #fs-social-container.fs-social-wrapper {
            align-items: center;
            gap: 12px;
        }
        
        #fs-social-list.fs-icons-list {
            justify-content: center !important;
            gap: 8px !important;
            align-items: center !important;
        }
        
        .fs-icon-link {
            width: 34px !important;
            height: 34px !important;
            min-width: 34px !important;
            min-height: 34px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }
        
        .fs-icon-link i {
            font-size: 16px !important;
        }
        
        .fs-icon-item {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }
        
        #fs-complain-btn.fs-btn-complain {
            padding: 8px 20px;
            font-size: 11px;
        }
    }
    @media (max-width: 767px) {
        .single-offer-item img {
            width: 90% !important;
            height: auto; /* Keeps the aspect ratio intact */
        }
    }
    /* Mobile */
    @media (max-width: 480px) {
        #fs5-query-title {
            font-size: 10px !important;
            margin-bottom: 5px !important;
        }
        
        .fs5-contact-row,
        .contact-item {
            padding: 4px 6px !important;
            gap: 6px !important;
            min-height: 26px !important;
            flex-wrap: wrap !important;
            background: none !important;
            border: none !important;
        }
        
        .fs5-contact-row:hover {
            background: none !important;
            border: none !important;
        }
        
        .fs5-contact-label {
            font-size: 9px !important;
            min-width: 60px !important;
            width: auto !important;
            overflow: visible !important;
            margin: 0 !important;
            padding: 0 !important;
            visibility: visible !important;
            display: inline-flex !important;
        }
        
        .fs5-contact-numbers {
            display: contents !important;
        }
        
        .fs5-contact-row .fs5-phone-link,
        .contact-item .fs5-phone-link {
            margin-left: 4px !important;
        }
        
        .fs5-phone-link:first-of-type {
            margin-left: 4px !important;
        }
        
        .fs5-phone-link {
            padding: 3px 6px !important;
            font-size: 10px !important;
            width: auto !important;
            text-align: center !important;
            flex: 0 1 auto !important;
        }
        #fs-premium-footer-section {
            padding: 15px 0;
            gap: 12px;
        }
        
        
        #fs-social-list.fs-icons-list {
            gap: 6px !important;
            justify-content: center !important;
            align-items: center !important;
        }
        
        .fs-icon-link {
            width: 32px !important;
            height: 32px !important;
            min-width: 32px !important;
            min-height: 32px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }
        
        .fs-icon-link i {
            font-size: 15px !important;
        }
        
        .fs-icon-item {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }
        
        #fs-complain-btn.fs-btn-complain {
            padding: 7px 18px;
            font-size: 10px;
            letter-spacing: 0.8px;
        }
    }
    /* Small Mobile */
    @media (max-width: 360px) {
        .fs-icon-link {
            width: 30px !important;
            height: 30px !important;
            min-width: 30px !important;
            min-height: 30px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }
        
        .fs-icon-link i {
            font-size: 14px !important;
        }
        
        .fs-icon-item {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }
        
        #fs-complain-btn.fs-btn-complain {
            padding: 6px 16px;
            font-size: 9px;
        }
    }

/*Footer Desgine end*/


/* ===============================
   Newsletter Subscription
================================ */

.subscription-bg {
    background: var(--main);
    padding: 50px 0;
    color: #fff;
}

.subscription-bg h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.subscription-bg h4 i {
    font-size: 22px;
    color: #ffd24d;
}

/* Vertical alignment helpers */
.vartical-center,
.subscribe-vartical-center {
    display: flex;
    align-items: center;
}

/* Form wrapper */
.subscribe-form {
    width: 100%;
}

/* Input */
.subscribe-input {
    height: 52px;
    border-radius: 50px 0 0 50px;
    border: none;
    padding: 0 20px;
    font-size: 15px;
}

.subscribe-input:focus {
    box-shadow: none;
    outline: none;
}

/* Button */
.subscribe-btn {
    height: 52px;
    padding: 0 30px;
    border-radius: 0 50px 50px 0;
    background: #ffd24d;
    color: #000;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.subscribe-btn:hover {
    background: #ffbe00;
    color: #000;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .subscription-bg {
        text-align: center;
        padding: 5px 0;
    }

    .vartical-center,
    .subscribe-vartical-center {
        justify-content: center;
        margin-bottom: 15px;
    }

    .subscribe-input {
        border-radius: 50px;
        margin-bottom: 10px;
    }

    .subscribe-btn {
        border-radius: 50px;
        width: 30%;
        position: absolute;
        right: 0;
    }

    .subscribe-form .d-flex {
        flex-direction: column;
        position: relative;
    }
    
    .subscription-bg h4{
        font-size: 20px;
        display: flex;
        text-align: center;
        
        justify-content: center;
        margin: 0 0 15px;
    }
}


.product-card {
        padding: 10px;
    }
    
    .card-inner {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0,0,0,0.06);
        transition: all .3s ease;
        position: relative;
        min-height: 355px;
    }
    
    .card-inner:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    }
    
    /* Image */
    .product-image {
        position: relative;
        overflow: hidden;
        min-width: 219px;
        min-height: 209px;
    }
    
    .product-image img {
        transition: .4s;
        padding: 10px 15px;
    }
    
    .card-inner:hover img {
        transform: scale(1.05);
    }
    
    .h-quick-link.arrival .material-symbols-outlined.nb{
        color: var(--yellow);
    }
    
    /* Badge */
    .badge-mark {
        position: absolute;
        top: 10px;
        left: 10px;
        background: var(--maingreen);
        color: #fff;
        padding: 4px 12px;
        font-size: 12px;
        border-radius: 20px;
    }
    
    /* Hover Icons */
    .hover-actions {
        position: absolute;
        top: 12px;
        right: -60px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        transition: .3s;
    }
    
    .card-inner:hover .hover-actions {
        right: 12px;
    }
    
    .hover-actions button,
    .hover-actions a {
        width: 36px;
        height: 36px;
        background: #fff;
        border-radius: 50%;
        border: none;
        box-shadow: 0 3px 12px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .hover-actions button:hover,
    .hover-actions a:hover {
        background: var(--maingreen);
        color: #fff;
    }
    
    /* Info */
    .product-info {
        padding: 10px 15px;
    }
    
    .product-info h4 {
        font-size: 14px;
        height: 52px;
        overflow: hidden;
    }
    
    .price-new {
        font-weight: 600;
        color: var(--maingreen);
    }
    
    .price-old {
        text-decoration: line-through;
        font-size: 13px;
        color: #999;
        margin-left: 8px;
    }
    
    /* Buy Button */
    .btn-buy {
        width: 100%;
        padding: 8px;
        border: none;
        border-radius: 6px;
        background: var(--maingreen);
        color: #fff;
        font-weight: 500;
        transition: .3s;
    }
    
    .btn-buy:hover {
        background: #000;
    }
    
    /* Owl Nav Inside */
    .product-slider .owl-nav button {
        position: absolute;
        top: 40%;
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }
    
    .product-slider .owl-nav .owl-prev {
        left: -20px;
    }
    
    .product-slider .owl-nav .owl-next {
        right: -20px;
    }
    
    .owl-carousel.product-slider .owl-nav .fa{
        font-size: 35px;
    }
    
    .product-info h4 a {
            display: -webkit-box;
            -webkit-line-clamp: 3; /* Limit to 3 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.3em; /* adjust according to your font */
            max-height: 3.9em; /* line-height * 3 */
            word-wrap: break-word;
        }

        .bottom-actions {
    display: flex;
    align-items: center;
    gap: 10px; /* space between buttons */
}

.btn-buy {
    font-size: 14px;
}


/* Small compare button with only icon */
.btn-compare.btn-compare-icon {
    padding: 6px 10px;
    font-size: 14px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.btn-compare.btn-compare-icon:hover {
    background: var(--maingreen);
    color: #fff;
}