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% !important;
}

/* 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;
  }
}


.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;
}

/* 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 */
}
/* 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);
}
/* 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 */
.whatsapp-container:hover .whatsapp-numbers {
    display: block;
}
/* 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;
}
@media(max-width: 991px){
    .whatsapp-container{
        bottom: 90px !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: #000;
}
.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 */
    }
}
.contact-info .buttons .btn{
    background: var(--maingreen);
    color: var(--mainwhite);
}
.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;
}

.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 */


/* 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: 5px 12px;
    font-size: 20px;
}

.info_form .phone .icon.icn a{
    padding: 5px 12px;
    font-size: 20px;
}

.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);
}

/* Hide Next Button Styling */
.hide-next-button {
    display: none !important;
}


.review-item h4 a{
    color: var(--mainblack);
}


.service-contents .feature-card a{
    color: var(--mainblack);
}

/* 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;
}
@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;
    }
}




.service-inner {
    display: inline-block;
    width: 100%;
    text-align: center;
}



.biolife-service__type01 {
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    padding-top: 14px;
}

.biolife-service__type01 .services-list {
    margin-top: -9px;
    position: relative;
    z-index: 1;
}

.services-list {
    padding: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    border: 2px solid #e6e6e6;
    border-radius: 3px;
    padding-top: 19px;
    padding-bottom: 18px;
}

.services-list li {
    list-style: none;
    display: inline-block;
    width: 33.333333%;
    padding-top: 10px;
    padding-bottom: 22px;
}

.service-inner .number {
    font-size: 16px;
    line-height: 1;
    background-color: #cccccc;
    display: inline-block;
    width: 31px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 7px 5px 8px;
    border-radius: 50%;
    vertical-align: top;
}

.service-inner .biolife-icon {
    font-size: 35px;
    display: inline-block;
    padding-top: 1px;
    margin-left: 38px;
}

.biolife-icon {
    font-family: 'biolife', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service-inner .biolife-icon .material-symbols-outlined {
    font-size: 4vw;
}
.service-inner .srv-name {
    display: inline-block;
    font-size: 16px;
    color: #222222;
    text-align: center;
    margin: 9px 0 0;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}

.service-inner:not(.style-02) .srv-name {
    margin-top: 15px;
}

.biolife-service__type01 .txt-show-01 {
    font-size: 13vw;
    color: #d0d0d0;
    font-weight: 700;
    display: block;
    opacity: 0.55;
    filter: alpha(opacity=55);
    text-align: center;
    line-height: 1;
}

.biolife-service__type01 .txt-show-02 {
    font-size: 100px;
    line-height: 1;
    font-family: 'Playfair Display', sans-serif;
    display: block;
    text-align: center;
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    z-index: 2;
}

.services-list li {
    list-style: none;
    display: inline-block;
    width: 33.333333%;
    padding-top: 10px;
    padding-bottom: 22px;
}

.biolife-service__type01 .txt-show-02{
    color: #2c5d2d;
}

.black-gold-collage .collage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 150px);
    gap: 15px;
}


.services-list li+li {
    border-left: 1px solid #e6e6e6;
}

.black-gold-collage .banner-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.black-gold-collage .image-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.black-gold-collage .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .biolife-service__type01 .services-list li {
        text-align: center;
        padding-bottom: 11px;
    }
}

@media (min-width: 1451px) {
    .biolife-service__type01 .txt-show-01 {
        font-size: 8vw;
    }
}

@media (min-width: 1200px) {
    .service-inner:not(.style-02) .srv-name {
        width: auto;
        display: block;
    }
}

@media (min-width: 1200px) {
    .service-inner:not(.style-02) {
        width: auto;
        text-align: left;
    }
}



@media (min-width: 1200px) {
    .biolife-service__type01 .services-list li {
        text-align: center;
        padding-bottom: 11px;
    }
}

@media (min-width: 768px) {
    .sm-margin-top-0 {
        margin-top: 0;
    }
}










/* Grid Layout 
.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Grid Item 
.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: scale(1.02);
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.5s ease;
}

/* Modal Styles 
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 50%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.caption {
    color: white;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1001;
}

/* Navigation Arrows 
.prev,
.next {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.3s;
    cursor: pointer;
    z-index: 1001;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Responsive Adjustments 
@media (min-width: 768px) {
    .image-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px;
    }
}

/* Animation 
@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.modal-content,
.caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}
*/


 /* Grid Layout */
    .review-page .image-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 15px;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* Grid Item */
    .review-page .grid-item {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .review-page .grid-item:hover {
        transform: scale(1.02);
    }

    .review-page .grid-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.5s ease;
    }

    /* Modal Styles */
    .review-page .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        overflow: auto;
    }

    .review-page .modal-content {
        margin: auto;
        display: block;
        max-width: 50%;
        max-height: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .review-page .close {
        position: absolute;
        top: 0;
        left: 0;
        color: white;
        font-size: 35px;
        font-weight: bold;
        cursor: pointer;
        z-index: 1001;
    }

    .review-page .caption {
        color: white;
        text-align: center;
        padding: 10px;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1001;
    }

    /* Navigation Arrows */
    .review-page .prev,
    .review-page .next {
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 30px;
        transition: 0.3s;
        cursor: pointer;
        z-index: 1001;
    }

    .review-page .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .review-page .prev {
        left: 0;
        border-radius: 0 3px 3px 0;
    }

    .review-page .prev:hover,
    .review-page .next:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    /* Responsive Adjustments */
    @media (min-width: 768px) {
    .review-page .image-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px;
    }
}

/* Animation*/
@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.review-page .modal-content,
.review-page .caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}


