#nav-on-sale-tab{
   display: none !important;
}
.product__badge-list {
     display: none;
}
.nav #opt-text-subsection-social-links-tab {
    display: none !important;
}

.contact-form .form-check {
   display: none !important;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 1.5em;
}
.tpcontact__form form.contact-form .contact-form-group input.contact-form-input.form-check-input {
  border-radius: 0;
    height: 1em;
    margin-top: .4em;
    padding: 0;
    width: 1em;
    border: 1px solid var(--tp-border-1);
}
.tpcontact__form form.contact-form .contact-form-group input.contact-form-input.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


.tpsideinfo__account-link, .tpsideinfo__switcher{
    display: none !important;
}
.tp-breadcrumb__bg {
    display: none !important;
}
.js-sale-popup-container{
  display:none!important;
}
.alert-license{
  display:none!important;
}
.container-xl {
    display: none!important;
 }
.alert.alert-sticky {
  display:none!important;
}
.footer-widget__links ul li a{
    color: #f9f9f9!important;
    }
.footer-copyright__content span{
    color: #f9f9f9!important;
    }
.tpsecondary-btn {
  color: #03190d!important;
}
.space-bg {
    background: #03190d;
}.tp-breadcrumb__title, .tp-breadcrumb__link .breadcrumb-item-active {
  color: #fff;}
.contact-form .form-check .form-check-input[type=checkbox] {
  width:20px
}

.main-menu ul>li>a {
    
    font-size: 20px!important;
  font-weight: 500!important;
}

/* --------------------hero section------------------*/

.hero {
    display: flex;
    height: 500px; /* Adjust height as needed */
}

.hero-left,
.hero-right {
    width: 50%; /* Make both divs take up 50% width */
}

.hero-left {
    text-align: center;
    color: #333;
    padding: 20px;
    background-color: #03190d; /* Optional: Add a background color */
  align-content: center;
  
  
}

.hero-left .hero-ribbon {
    width: 150px; /* Adjust the size of the ribbon image */
    margin-bottom: 20px;
}

.hero-left h1 {
    font-size: 85px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #FFFFFF; /* Adjust color as needed */
}

.hero-left p {
    font-size: 20px;
  margin-bottom: 20px;
    color: #555; /* Adjust color as needed */
}

.hero-left .hero-subtitle {
    font-size: 45px;
    font-weight: 500;
    /*margin: 10px 0 20px;*/
    color: #555;
}

.hero-left .shop-now {
    background-color: #FFFFFF;
    color: #03190d;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  margin-top: 20px;
}

.hero-left .shop-now:hover {
    background-color: #03190d;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.hero-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    overflow: hidden; /* Ensure the overlay stays within the container */
    background-color: #0b6030; /* Optional: Add a background color */
}

.hero-right .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Place the overlay behind the text */
    background: rgba(0, 0, 0, 0.5); /* Optional: Add a semi-transparent background */
}

.hero-right .overlay .overlay-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire div */
    display: block; /* Ensure the image behaves as a block element */
}

.hero-right p {
    position: relative;
    z-index: 2; /* Place the text above the overlay */
    color: white;
    font-size: 18px;
    margin-top: 20px;
}

.shop-now {
    background: #ff5722;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
@media (max-width: 768px) {
            .hero {
                flex-direction: column;
                height: 350px;
            }

            .hero-left {
                width: 100%;
                height: 100%;
                position: relative;
                background: #0b6030 url('http://giftera.in/storage/giftera-banner-1-1.png') center center/cover no-repeat;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                z-index: 1;
                overflow: hidden;
                /* Add this line */
            }

            .hero-left::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(3, 25, 13, 0.6);
                /* dark overlay */
                z-index: 2;
            }

            .hero-left>* {
                position: relative;
                z-index: 3;
                color: #fff !important;
            }

            .hero-left>.shop-now {
                color: #03190d !important;
            }

            .hero-left>.shop-now:hover {
                color: #ffffff !important;
            }

            .hero-left .shop-now {
                z-index: 4;
                /* Ensure button is above overlay */
            }

            .hero-left .shop-now:hover {
                background-color: #03190d;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
            }

            .hero-right {
                display: none;
            }

            .hero-left h1 {
                font-size: 40px;
            }

            .hero-left .hero-subtitle {
                font-size: 24px;
            }

            .hero-left p {
                font-size: 16px;
            }
  
        }

/***********     Hero Section End *********/

/*-------Home top cards mobile responsive  -------*/

@media (max-width: 768px) {
            .pt-70 {
                padding-top : 20px;
        }
  .tpservicesitem {
        padding: 5px 30px;
  }
      .tpservicesitem {
        display:none!important;
    }

}

/*-------Home top cards mobile responsive End -------*/

/***************    EXPLORE HERO   *********/
.explore-hero {
    position: relative;
    height: 350px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.explore-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 1; /* Ensure the overlay is behind the content */
    background: #03190d; /* Add a semi-transparent black overlay */
}

.explore-hero .overlay-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire section */
    z-index: 0; /* Ensure the image stays behind the overlay */
}

.explore-hero .overlay-content {
    margin-right: 250px;
    position: relative;
    z-index: 2; /* Ensure the content appears above the overlay */
    text-align: center;
    color: white;
    padding: 20px;
    border-radius: 8px; /* Optional: Add rounded corners */
    display: inline-block; /* Ensure the background only wraps around the content */
}

.explore-hero .overlay-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: white; /* Ensure the text color is white */
}

.explore-hero .overlay-content .shop-now {
    background-color: #ffffff;
    font-weight: bold;
    color: #03190d;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.explore-hero .overlay-content .shop-now:hover {
    background-color: #03190d; /* Change color on hover */
    border: 1px solid #ffffff; /* Optional: Add a border on hover */
    color: #ffffff; /* Ensure text remains dark green */
}

@media (max-width: 768px) {
            .explore-hero {
                flex-direction: column;
                height: 250px;
                min-height: 60vw;
                background: #0b6030;
            }

            .explore-hero .overlay-image {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center left;
                /* Add this line */
                z-index: 0;
            }

            .explore-hero .overlay-content {
                margin: 0;
                width: 100vw;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                z-index: 2;
                text-align: center;
                color: #fff;
                border-radius: 0;
                padding: 24px 8px;
                box-sizing: border-box;
            }

            .explore-hero .overlay-content h1 {
                font-size: 22px;
                margin-bottom: 16px;
            }

            .explore-hero .overlay-content .shop-now {
                font-size: 15px;
                padding: 10px 24px;
                color: #000;
                margin-top: 12px;
            }
        }

/*******     EXPLORE HERO END     ****/

/******  TOP BAR TEXT & BUTTON  *****/

.top-bar {
    background-color: #03190d; /* Updated dark green */
    color: white;
    display: flex;
    justify-content: center; /* Centers content horizontally */
    align-items: center;    /* Centers content vertically */
    padding: 8px 20px;
    font-size: 16px;
    gap: 30px; /* Adds spacing between the text and button */
}

.top-bar p {
  color:#fff;
    margin: 0;
}

.top-bar .shop-now {
    background-color: white;
    color: green;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

.top-bar .shop-now:hover {
    background-color: #f0f0f0;
}

.top-bar button {
    background-color: #ffffff; /* Dark green background */
    color: #03190d; /* White text */
    padding: 5px 16px; /* Add padding for the button */
    border: 1px solid #03190d;
    border-radius: 5px; /* Rounded corners */
    font-size: 14px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.top-bar button:hover {
    background-color: #03190d; /* Lighter green on hover */
    color: #ffffff; /* White text on hover */
    border: 1px solid #ffffff; /* Dark green border on hover */
}

@media (max-width: 768px) {
  .top-bar button {
    display: none;
  }
  .top-bar {
    display: flow;
  }
}


/***********  Top BAR TEXT & BUTTON END ******/

.header-cart .p-relative{
  display:none;
}


/* ---------------------------About Us Section---------------------------------- */
.about-us {
    padding: 50px 20px;
    background-color: #f9f9f9; /* Light background for contrast */
}

.about-container {
    display: flex; /* Flexbox for side-by-side layout */
    align-items: stretch; /* Ensure both columns have equal height */
    justify-content: space-between; /* Space between content and image */
    gap: 20px; /* Add spacing between the two halves */
}

.about-left {
    flex: 1; /* Take up half the width */
    padding: 20px; /* Add padding inside the content */
    margin: 0 10px; /* Add margin to match the image spacing */
    /* background-color: white; */
    /* border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    display: flex; /* Use flexbox for internal alignment */
    flex-direction: column; /* Stack content vertically */
    justify-content: center; /* Center content vertically */
}

.about-left h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #03190d; /* Updated dark green */
}

.about-left p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #333;
}

.about-left .btn {
    background-color: #03190d; /* Updated dark green */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    align-self: flex-start; /* Align the button to the start of the content */
}

.about-left .btn:hover {
    background-color: #ffffff; /* Slightly darker green */
    color: #03190d; /* Dark Green Text */
    border: 1px solid #03190d; /* Add border on hover */
}

.about-right {
    flex: 1; /* Take up half the width */
    text-align: center;
    display: flex; /* Use flexbox for internal alignment */
    align-items: center; /* Center the image vertically */
    justify-content: center; /* Center the image horizontally */
}

.about-image {
    width: 100%;
    max-width: 500px; /* Limit the image size */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

@media (max-width: 768px) {
    .about-container {
       flex-direction: column-reverse;
  }
  .pt-80 {
        padding-top: 0px;
  }
}

/* -----------------------About section End------------------------------- */

/* Our Values Section */
.our-values {
    padding: 50px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.our-values h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #03190d; /* Updated dark green */
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive grid */
    gap: 20px; /* Space between cards */
    justify-items: center; /* Center align cards */
}

.value-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-10px); /* Lift the card on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

.value-icon img {
    width: 100%;
    height: auto;
}

.value-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #03190d; /* Updated dark green */
}

.value-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.our-values .value-icon img {
    width: 60px; /* Adjust the size of the icons */
    height: auto;
    fill: #004d26; /* Dark green color */
    transition: fill 0.3s ease; /* Smooth transition for hover effect */
}

.our-values .value-icon img:hover {
    fill: #007bff; /* Change to blue on hover */
}

.our-values .value-icon svg {
    width: 60px;
    height: auto;
    fill: #03190d; /* Updated dark green */
    transition: fill 0.3s ease;
}

.our-values .value-icon svg:hover {
    fill: #007bff; /* Change to blue on hover */
}

/* Our Story Section */
.our-story {
    padding: 50px 20px; /* Adjust padding for spacing */
    background: url('/storage/img_gifts/gifting\ green\ baackground.png') no-repeat center top; /* Add background image */
    background-size: cover; /* Ensure the background image covers the entire section */
    color: white; /* Change text color for better contrast */
}

.story-container {
    max-width: 1200px; /* Limit the width for consistent alignment */
    margin: 0 auto; /* Center the container */
    padding: 0 20px; /* Add padding to align with About Us */
}

.story-left {
    text-align: left; /* Align text to the left */
}

.story-left h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: white; /* Ensure the heading is visible on the background */
}

.story-left p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: white; /* Ensure the text is visible on the background */
}

.story-right {
    flex: 1; /* Take up half the width */
    display: flex; /* Use flexbox for images */
    flex-wrap: wrap; /* Wrap images if needed */
    gap: 10px; /* Add spacing between images */
    justify-content: center; /* Center align images */
}

.story-image {
    width: 100%;
    max-width: 250px; /* Limit the image size */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

/* Image Gallery Section */
.image-gallery {
    padding: 50px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.image-gallery h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #03190d; /* Updated dark green */
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Responsive grid */
    gap: 20px; /* Space between images */
    justify-items: center; /* Center items in the grid */
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05); /* Slight zoom on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 77, 38, 0.4); /* Dark green overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
    opacity: 1; /* Show overlay on hover */
}

.gallery-item:hover img {
    transform: scale(1.1); /* Slight zoom on hover */
}


/*-----------Product Categories--------------*/

.popular-products {
    padding: 20px 40px;
    background-color: #f9f9f9;
}

.popular-products h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
    text-align: left;
  font-weight: 600;
}

.product-categories {
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.category-card {
    flex: 1 1 calc(25% - 20px); /* Adjusts to fit 4 cards per row */
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    transition: transform 0.3s ease;
}

.category-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.category-card h3 {
    font-size: 16px;
    color: #333;
}

.category-card:hover {
    transform: scale(1.05);
}



/*@media only screen and (max-width: 600px) {
  .tp-breadcrumb {
    display:none;
  }
}*/

@media (max-width: 768px) {
  .tp-breadcrumb {
    display:none;
  }
  
  .tpproduct__priceinfo-list-oldprice {
    color: var(--tp-text-body) !important;
    margin-inline-start: 8px;
    text-decoration: line-through;
    font-size: 12px !important;
    font-weight: 200 !important;
   }
}
.tpproduct__thumb-action {
  
    display: none;
}
.ct_center{text-align:center}

/*Intagrame css*/
.instagram-card-container {
        width: 100%;
       
        padding: 1.5rem;
        border-radius: 0.75rem;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        border: 1px solid #e5e7eb;
        color: #fff;
        text-align: center;
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        box-sizing: border-box; /* Crucial for width calculations */
    }

    .card-title {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .card-subtitle {
        font-size: 1.125rem;
        font-weight: 300;
        margin-bottom: 1.5rem;
    }

    .cta-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        color: #1f2937;
        font-weight: 600;
        padding: 0.75rem 1.5rem;
        border-radius: 0.5rem;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
        transition: transform 200ms ease-in-out;
        margin-bottom: 2rem;
        text-decoration: none;
    }

    .cta-button:hover {
        transform: scale(1.03);
      color:var(--tp-text-primary);
    }

    .cta-icon {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.75rem;
    }

    .post-grid-section {
        padding-top: 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .post-grid-title {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .post-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem; /* Base gap (Mobile, previously 0.5rem) */
    }

    .post-link {
        display: block;
        border-radius: 0.5rem;
        overflow: hidden;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
        transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
        text-decoration: none;
    }

    .post-link:hover {
        opacity: 0.9;
        transform: scale(1.02);
    }

    .post-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    /* === RESPONSIVENESS (CSS Media Queries) === */

    /* Tablet/Desktop Styles (>= 640px) - Mimicking Tailwind 'sm' breakpoint */
    @media (min-width: 640px) {
        .post-grid {
            gap: 1rem; /* Larger gap (previously 1rem in JS) */
        }
    }

    /* Small Mobile Styles (< 400px) - Mimicking the JS logic for very small screens */
    @media (max-width: 399px) {
        .post-grid {
            grid-template-columns: repeat(2, 1fr); /* 2 columns on very small screens */
            gap: 0.5rem;
        }
    }

/*EndIntagrame css*/
/*.tpproduct__priceinfo-list-oldprice {
    color: var(--tp-text-body) !important;
    margin-inline-start: 8px;
    text-decoration: line-through;
    font-size: 12px !important; */

/*-----------Product Categories END--------------*/