*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    
}

.top-header{
    border-radius: 15px;
}

.mylogo img{
    width: 60%;
    padding-left: 36px;
}

.nav-item a{
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
}
.nav-item a:hover{
    color: #c08228;
}
.banner-section {
    width: 100%;
    margin: 0;
    padding: 0;
}

.banner-media {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.banner-media img,
.banner-media video {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.banner{
    width: 100%;
    /* height: 90vh; */
    background: #ff6900;
    border-radius: 0;
}
/* Navbar Logo */
.logo-img {
    max-width: 150px; /* Adjust as needed */
    height: auto;
}

/* Navbar Links Centering on Small Screens */
@media (max-width: 575.98px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
}
/* Welcome Text Styling */
.welcomtext {
    font-size: 2rem;
    font-weight: bold;
}

/* Big Heading */
.big-heading {
    font-size: 2.5rem;
    color: #ffffff; /* Adjust color as needed */
    font-family: Arial, Helvetica, sans-serif;
}

/* Header Paragraph */
.headerp {
    font-size: 1.1rem;
    color: #ffffff;
}

/* Banner Image */
.banner-img img {
    max-width: 100%;
    height: auto;
}

/* Button Spacing on Small Screens */
@media (max-width: 575.98px) {
    .btn {
        width: 100%;
    }
}

/* Marquee Container */
.marquee-container {
    margin-top: 20px;
    overflow: hidden;
    background: #222;
    padding: 10px;
    
}

/* Marquee Text */
.marquee-content {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Center Align Text on Small Screens */
@media (max-width: 767.98px) {
    .text-md-start {
        text-align: center !important;
    }
}
/* Review Text Styling */
.review-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

/* Stars Styling */
.stars i {
    font-size: 1.5rem;
}

/* Review Score Styling */
.review-score {
    font-size: 1rem;
    color: #555;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .stars i {
        font-size: 1.2rem;
    }
    .review-text, .review-score {
        font-size: 1rem;
    }
}
/* Section Title Styling */
.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
}

.sub-heading{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

/* Subtitle Styling */
.section-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

/* Upload Box Styling */
.upload {
    background: #e5e5e5;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.discuss{
    background: #ffb86a;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.shop-products{
    background: #e5e5e5;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.upload:hover {
    transform: translateY(-5px);
}

/* Icon Styling */
.upload-i i {
    font-size: 2rem;
    color: #000000; /* Adjust as needed */
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .upload {
        padding: 20px;
    }
    .upload-i i {
        font-size: 2.5rem;
    }
}
/* Section Title Styling */
.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
}

/* Subtitle Styling */
.section-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

/* Image Styling */
.left-section-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Button Styling */
.btn-danger {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.btn-danger:hover {
    background: #c40000;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .left-section-img {
        margin-bottom: 20px;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .section-subtitle {
        font-size: 1rem;
    }
}
/* Section Title Styling */
.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

/* Product Card Styling */
.product-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.product-card:hover {
    transform: translateY(-5px);
}

.image-container {
    width: 100%;
    min-height: 200px;
    max-height: 300px;
    overflow: visible;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    margin-bottom: 15px;
}

.product-image {
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    border-radius: 8px;
}

.product-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
}

.product-price {
    font-size: 1rem;
    color: #c40000;
}

/* Button Styling */
.btn-danger {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.btn-danger:hover {
    background: #a50000;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .product-card {
        padding: 12px;
    }
}
/* Background Image Styling */
/* Footer Section Styling */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease-in-out;
}

.footer-links a:hover {
    color: #c08228;
}

/* Logo Styling */
.logo-text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}

/* Social Icons */
.social-icons {
    gap: 15px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: background 0.3s ease-in-out;
    color: white;
    font-size: 1.5rem;
}

.social-icon:hover {
    background: #ffffff;
    color: #222;
}

/* Newsletter Styling */
.newsletter {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.newsletter-input {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 5px;
}

/* Footer Bottom */
.footer-bottom {
    background: #111;
    color: #fff;
}

.footer-bottom a {
    color: #c08228;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .logo-text {
        font-size: 1.8rem;
    }

    .footer-links {
        margin-bottom: 15px;
    }

    .newsletter {
        flex-direction: column;
    }
}

.product-title:hover{
    color: #ff6900;
    cursor: pointer;
} 

.social-icon i:hover{
   color: #ff6900;
}

.social-icon i{
    padding: 10px;
    font-size: 25px;
}

footer{
    background-color: #333;
}

.bg-image {
    background-image: url('../images/bg-images.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;  /* Ensures full width */
    min-height: 200px; /* Adjust based on content */
}

ul{
    padding-left: 0px !important;
   
}

ul li{
    list-style: none;
    
}
ul li a{
    text-decoration: none;
    color: #fff;
}
.ftr-bottom{
    min-height: 50px;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
}

/* Modern Navigation Styling - Sleek Black Design */
.modern-nav-container {
    padding: 15px 0;
    background-color: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-bottom: 30px;
}

.modern-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.nav-brand {
    display: flex;
    align-items: center;
}

.nav-logo {
    max-width: 120px;
    height: auto;
}

.nav-menu {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

.nav-item {
    margin: 0 20px;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 0;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.nav-link:hover, .nav-link.active {
    color: #ff6900;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff6900;
    transition: width 0.3s ease;
}

.nav-link:hover::after, .nav-link.active::after {
    width: 100%;
}

.nav-cta .btn-primary {
    background-color: #ff6900;
    color: white;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    letter-spacing: 0.5px;
    border: 2px solid #ff6900;
}

.nav-cta .btn-primary:hover {
    background-color: transparent;
    color: #ff6900;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 105, 0, 0.3);
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.mobile-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: all 0.3s ease;
}

/* Mobile Navigation */
@media (max-width: 991px) {
    .mobile-toggle {
        display: block;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 400px;
        height: 100vh;
        background-color: #000;
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 30px 30px;
        transition: right 0.3s ease;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-links {
        flex-direction: column;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .nav-item {
        margin: 10px 0;
        width: 100%;
    }
    
    .nav-link {
        display: block;
        padding: 10px 0;
        font-size: 18px;
    }
    
    .nav-cta {
        width: 100%;
    }
    
    .nav-cta .btn-primary {
        display: block;
        text-align: center;
        width: 100%;
    }
    
    /* Hamburger Animation */
    .mobile-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }
    
    .mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
    }
}

.product-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    height: 60px;
    overflow: hidden;
}

.product-card .btn-sm {
    font-size: 0.85rem;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.product-card .btn-sm:hover {
    background-color: #a50000;
    transform: translateY(-2px);
}

.grass-footer {
    height: 50px;
    background: url('../images/grass.png') repeat-x bottom;
    background-size: contain;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.grass-footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/flowers.png') repeat-x bottom;
    background-size: 100px;
    bottom: 0;
    z-index: 2;
}

/* PayPal Button Styling */
#paypal-button-container {
    margin-top: 15px;
    width: 100%;
    display: none;
}

#cart-sidebar.show-paypal #paypal-button-container {
    display: block;
}

#cart-sidebar.show-paypal .checkout-btn {
    display: none;
}

#cart-sidebar {
    transition: all 0.3s ease;
}

.welcomtext{
    font-weight: 800;
    color: #fff;
    font-size: 50px;
}
.big-heading{
    font-size: 100px;
    font-weight: 800;
    color: #fff;
}
.headerp{
    color: #fff;
}

.banner-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.menus-bar{
    padding-right: 50px;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: black;
    padding: 5px 0;
    transform: rotate(-1deg);
    margin-top: 20px !important;
    /* border-radius: 15px; */
}

.marquee-content {
    display: inline-block;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    animation: marqueeAnimation 30s linear infinite;
}

@keyframes marqueeAnimation {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
.star-section{
    justify-content: space-evenly;
}
.upload{
    background: #7bbfe7;
    padding: 40px ;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 0px #ccc;
}
.upload:hover{
    box-shadow: 5px 10px 15px 0px #ccc;
    transition: all 1s;
}

.upload-i{
    width: 50px;
    height: 50px;
    background: #97b6dc;
    border-radius: 50%;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    display: flex;
    font-size: 22px;
    margin: 0 auto;
}

.discuss-i{
    width: 50px;
    height: 50px;
    background: #bd8b53;
    border-radius: 50%;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    display: flex;
    font-size: 22px;
    margin: 0 auto;
}

.discuss-i:hover{
    background-color: #f9ceb1;
    cursor: pointer;
}
.shop-products-i{
    width: 50px;
    height: 50px;
    background: #c8c3c3;
    border-radius: 50%;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    display: flex;
    font-size: 22px;
    margin: 0 auto;
}
.shop-products-i:hover{
    background-color: #f9ceb1;
    cursor: pointer;
}

.discuss:hover {
    transform: translateY(-5px);
}

.shop-products:hover {
    transform: translateY(-5px);
}

.upload-i:hover{
    background-color: #f9ceb1;
    transition: all 1s;
    cursor: pointer;
}

.left-section-img{
    /* background-color: #ff6900; */
    padding: 30px 10px 30px 10px;
    border-radius: 15px;
}
.mybtn{
    background-color: #ff6900 !important;
}

/* -------zoom Effect----------- */

.product-card {
     
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    background: white;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.image-container {
    overflow: hidden;
    border-radius: 10px;
}
.product-image {
    width: 100%;
    transition: transform 0.4s ease-in-out;
}
.product-card:hover .product-image {
    transform: scale(1.2);
}
.product-title {
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.product-price {
    margin-top: 5px;
    font-size: 18px;
    color: #777;
}

.product-title:hover{
    color: #ff6900;
    cursor: pointer;
} 

.social-icon i:hover{
   color: #ff6900;
}

.social-icon i{
    padding: 10px;
    font-size: 25px;
}

footer{
    background-color: #333;
}

.bg-image {
    background-image: url('../images/bg-images.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;  /* Ensures full width */
    min-height: 200px; /* Adjust based on content */
}

ul{
    padding-left: 0px !important;
   
}

ul li{
    list-style: none;
    
}
ul li a{
    text-decoration: none;
    color: #fff;
}
.ftr-bottom{
    min-height: 50px;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
}

/* Navbar Logo */
.logo-img {
    max-width: 150px; /* Adjust as needed */
    height: auto;
}

/* Navbar Links Centering on Small Screens */
@media (max-width: 575.98px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

    .nav-menu{
        background-color: #000 !important;
    }
}
/* Welcome Text Styling */
.welcomtext {
    font-size: 2rem;
    font-weight: bold;
}

/* Big Heading */
.big-heading {
    font-size: 4.5rem;
    color: #ffffff; /* Adjust color as needed */
}

/* Header Paragraph */
.headerp {
    font-size: 1.1rem;
    color: #ffffff;
}

/* Banner Image */
.banner-img img {
    max-width: 100%;
    height: auto;
}

/* Button Spacing on Small Screens */
@media (max-width: 575.98px) {
    .btn {
        width: 100%;
    }
}

/* Marquee Container */
.marquee-container {
    margin-top: 20px;
    overflow: hidden;
    background: #222;
    padding: 10px;
    
}

/* Marquee Text */
.marquee-content {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Center Align Text on Small Screens */
@media (max-width: 767.98px) {
    .text-md-start {
        text-align: center !important;
    }
}
/* Review Text Styling */
.review-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

/* Stars Styling */
.stars i {
    font-size: 1.5rem;
}

/* Review Score Styling */
.review-score {
    font-size: 1rem;
    color: #555;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .stars i {
        font-size: 1.2rem;
    }
    .review-text, .review-score {
        font-size: 1rem;
    }
}
/* Section Title Styling */
.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
}

/* Subtitle Styling */
.section-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

/* Upload Box Styling */
.upload {
    background: #bedbff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.upload:hover {
    transform: translateY(-5px);
}

/* Icon Styling */
.upload-i i {
    font-size: 2rem;
    color: #000000; /* Adjust as needed */
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .upload {
        padding: 20px;
    }
    .upload-i i {
        font-size: 2.5rem;
    }
}
/* Section Title Styling */
.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
}

/* Subtitle Styling */
.section-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

/* Image Styling */
.left-section-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Button Styling */
.btn-danger {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.btn-danger:hover {
    background: #c40000;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .left-section-img {
        margin-bottom: 20px;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .section-subtitle {
        font-size: 1rem;
    }
}
/* Section Title Styling */
.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

/* Product Card Styling */
.product-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.product-card:hover {
    transform: translateY(-5px);
}

.image-container {
    width: 100%;
    min-height: 200px;
    max-height: 300px;
    overflow: visible;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    margin-bottom: 15px;
}

.product-image {
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    border-radius: 8px;
}

.product-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
}

.product-price {
    font-size: 1rem;
    color: #c40000;
}

/* Button Styling */
.btn-danger {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.btn-danger:hover {
    background: #a50000;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .product-card {
        padding: 12px;
    }
}
/* Background Image Styling */

/* Footer Section Styling */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease-in-out;
}

.footer-links a:hover {
    color: #c08228;
}

/* Logo Styling */
.logo-text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}

/* Social Icons */
.social-icons {
    gap: 15px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: background 0.3s ease-in-out;
    color: white;
    font-size: 1.5rem;
}

.social-icon:hover {
    background: #ffffff;
    color: #222;
}

/* Newsletter Styling */
.newsletter {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.newsletter-input {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 5px;
}

/* Footer Bottom */
.footer-bottom {
    background: #111;
    color: #fff;
}

.footer-bottom a {
    color: #c08228;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .logo-text {
        font-size: 1.8rem;
    }

    .footer-links {
        margin-bottom: 15px;
    }

    .newsletter {
        flex-direction: column;
    }
}

.product-title:hover{
    color: #ff6900;
    cursor: pointer;
} 

.social-icon i:hover{
   color: #ff6900;
}

.social-icon i{
    padding: 10px;
    font-size: 25px;
}

footer{
    background-color: #333;
}

.bg-image {
    background-image: url('../images/bg-images.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;  /* Ensures full width */
    min-height: 200px; /* Adjust based on content */
}

ul{
    padding-left: 0px !important;
   
}

ul li{
    list-style: none;
    
}
ul li a{
    text-decoration: none;
    color: #fff;
}
.ftr-bottom{
    min-height: 50px;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
}

/* Video Container for Responsive Videos */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-preview {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.media-preview iframe {
    display: block;
    border-radius: 8px;
}

.file-upload-btn {
    display: inline-block;
    background-color: #ff6900;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.file-upload-btn:hover {
    background-color: #e55e00;
    transform: translateY(-2px);
}

/* Green Feature Section Styling */
.green-feature-section {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.green-feature-content {
    padding: 20px;
}

.green-feature-content .lead {
    color: #28a745;
    font-weight: 500;
}

.green-tips {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.green-tip-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    background-color: #f1f8e9;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.green-tip-item:hover {
    transform: translateX(5px);
    background-color: #e8f5e9;
}

.green-tip-item i {
    font-size: 24px;
    color: #28a745;
}

.green-tip-item span {
    font-weight: 500;
}

.green-feature-section img {
    transition: transform 0.3s ease;
}

.green-feature-section img:hover {
    transform: scale(1.02);
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}

@media (max-width: 767px) {
    .green-feature-content {
        padding: 15px 0;
    }
    
    .green-tip-item {
        padding: 8px 12px;
    }
}

/* Idiot Submission Form Styling */
.idiot-submission-form {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.idiot-submission-form .sub-heading {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.idiot-submission-form form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.idiot-submission-form .form-control {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.idiot-submission-form .form-control:focus {
    border-color: #ff6900;
    box-shadow: 0 0 0 0.2rem rgba(255, 105, 0, 0.25);
}

.idiot-submission-form textarea {
    resize: none;
}

.idiot-submission-form .btn {
    margin-top: auto;
    padding: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Media Preview Styling Enhancement */
.media-preview {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.media-preview iframe {
    max-height: 100%;
    width: 100%;
}

#preview-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #6c757d;
}

.file-upload-btn {
    margin-top: 20px;
    padding: 12px 25px;
}

/* Add to Cart Button Loading State */
.add-to-cart {
    position: relative;
    transition: all 0.3s ease;
}

.add-to-cart.loading {
    pointer-events: none;
    opacity: 0.7;
}

.add-to-cart.loading .btn-text {
    opacity: 0;
}

.add-to-cart.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Success Notification */
.success-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #28a745;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    max-width: 400px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.success-notification.show {
    transform: translateX(0);
}

.success-notification .notification-icon {
    font-size: 1.2rem;
}

.success-notification .notification-text {
    font-weight: 500;
}

/* Shop Page Specific Image Styling */
.shop-page .image-container {
    min-height: 220px;
    max-height: 350px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e9ecef;
}

.shop-page .product-image {
    max-height: 320px;
    object-fit: contain;
    object-position: center;
    width: auto;
    max-width: 100%;
}

/* Ensure no clipping on mobile */
@media (max-width: 768px) {
    .image-container {
        min-height: 180px;
        max-height: 280px;
        padding: 8px;
    }
    
    .product-image {
        max-height: 260px;
    }
    
    .shop-page .product-card {
        min-height: 400px;
    }
    
    .product-card .product-title {
        min-height: 2em;
        font-size: 1rem;
    }
    
    .product-card .product-description {
        min-height: 2.5em;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .shop-page .product-card {
        min-height: 350px;
    }
    
    .image-container {
        min-height: 150px;
        max-height: 220px;
    }
    
    .product-image {
        max-height: 200px;
    }
}

/* Remove any potential image constraints */
.product-card img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

/* Enhanced image container for better visibility */
.image-container {
    padding: 12px !important;
    box-sizing: border-box;
}

.product-image {
    display: block;
    margin: 0 auto;
    object-position: center center;
}

/* Equal Height Product Cards */
.product-card {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.product-card .image-container {
    flex: 0 0 auto;
}

.product-card .product-title {
    flex: 0 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .product-price {
    flex: 0 0 auto;
    margin-bottom: 10px;
    font-weight: bold;
}

.product-card .product-description {
    flex: 1 1 auto;
    margin-bottom: 15px;
    min-height: 3em;
    display: flex;
    align-items: flex-start;
    text-align: center;
}

.product-card .d-flex {
    flex: 0 0 auto;
    margin-top: auto;
}

/* Shop page grid alignment */
.shop-page .row.row-cols-1.row-cols-md-3.row-cols-lg-4 .col {
    display: flex;
    margin-bottom: 2rem;
}

.shop-page .product-card {
    min-height: 450px;
}
