/********** Template CSS **********/
:root {
    --primary: #1E3A8A;
    --secondary: #60A5FA;
    --light: #F3F4F6;
    --dark: #1E3A8A;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, {
    font-family: 'Poppins', sans-serif !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.hover-circle span {
    /*padding: 3px 5px;*/
  }

  .hover-circle span:hover {
    /*padding: 7px 10px;*/
    border: 0 !important;
    border-radius: 15px;
    background-color: var(--dark);
    transition: 0.2s;
    color: #fff;
  }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    /*margin-right: 25px;*/
    padding: 35px 0;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-light .btn {
        color: var(--dark);
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .btn {
        color: var(--dark);
        background: var(--secondary);
    }
    .sticky-top.navbar-light .profile-nav-icon i{
        color: #000000;
    }

    .profile-nav-icon i{
        color: #ddd;
    }

    .my-cart-nav-icon a{
        font-size: 24px;
        text-decoration: none;
        color: #ffffff;
    }

    .sticky-top.navbar-light .my-cart-nav-icon a{
        font-size: 24px;
        text-decoration: none;
        color: #000;
    }

}


/*** Hero Header ***/
.hero-header {
    /* margin-bottom: 6rem; */
    /* padding: 18rem 0; */
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png),
        url(../img/bg-bottom.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center,
        center bottom;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--primary);
}

.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #FFFFFF;
}


/*** Feature ***/
.feature-item {
    transition: .5s;
}

.feature-item:hover {
    margin-top: -15px;
}


/*** About ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Fact ***/
.fact {
    margin: 6rem 0;
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 55px 30px 25px 30px;
    background: var(--light);
    overflow: hidden;
    transition: .5s;
    height: 100%;
}

.service-item:hover {
    margin-top: -15px;
    padding-bottom: 60px;
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    /* background: url(../img/blob-primary.png) center center no-repeat; */
    /* background-size: contain; */
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--dark);
    /* background: url(../img/blob-secondary.png) center center no-repeat;
    background-size: contain; */
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    transition: .5s;
    z-index: 1;
}

.service-item a.btn:hover {
    color: var(--dark);
    background: var(--secondary);
}

.service-item:hover a.btn {
    bottom: 0;
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
    max-width: 100%;
    max-height: 300px;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(98, 34, 204, .9);
    transition: .5s;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}


/*** Newsletter ***/
.newsletter {
    margin: 6rem 0;
    /* background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat; */
}


/*** Testimonial ***/
.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 60px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}


/*** Team ***/
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    margin-top: 3rem;
    /*padding-top: 9rem;*/
    /*background: linear-gradient(270deg, #1E3A8A, #60A5FA, #1E3A8A);*/
    background-position:
        center top,
        center center;
    background-repeat: no-repeat;
    
    
    
    background: linear-gradient(270deg, #1E3A8A, #60A5FA, #1E3A8A);
    background-size: 400% 400%;
    /*background-position: 0% 50%;*/
    animation: gradientWave 6s infinite linear;
     /* Adjust opacity to blend with the image */
     z-index: 20;
}
.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  url(../img/map.png) center/cover no-repeat;
    z-index: -1;
}
@keyframes gradientWave {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--secondary);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--secondary);
}

/*Darshan Added CSS*/
.d-new-slider-container {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    max-height: 800px;
    display: block;
}

.d-new-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 800px;
}

.d-new-slide {
    min-width: 100%;
    transition: 0.5s;
    display: block;
    
    
}

.d-new-slide img {
    width: 100%;
    height: 100%;
    
    display: block;
}

.d-new-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.d-new-dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.d-new-dot.d-new-active {
    background-color: white;
}

/*Products section*/
.show-boxes {
    display: none;
}

/* Show only 6 products on desktop */
@media (min-width: 992px) {
    .show-boxes:nth-child(-n+6) {
        display: block;
    }
}

/* Show only 2 products on mobile */
@media (max-width: 768px) {
    .show-boxes:nth-child(-n+2) {
        display: block;
    }
    
}

/* Center the "View More" button */
.view-more-container {
    text-align: center;
    margin-top: 20px;
}
/*Products section*/

/* File upload button hide */
.file-input-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
    background-color: #fff;
    position: relative;
  }

  .file-input-container input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
/* File upload button hide */

/* My orders check-order.html start */
.orders-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    width: 90%;
    /*max-width: 900px;*/
    text-align: center;
    margin: auto;
}

/* Order Grid */
.order-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Default: 1 column */
    gap: 15px;
    margin-top: 20px;
}

/* Order Card */
.order-card {
    background: white;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.2s ease-in-out;
    border-left: 5px solid var(--primary);
    gap: 20px;
    margin: 20px;
}

.order-card:hover {
    transform: scale(1.02);
}

/* Image Styling */
.order-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 15px;
}

/* Order Details */
.order-details {
    flex-grow: 1;
}

.order-details h4 {
    margin: 0;
    color: var(--primary);
}

.order-details p {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .orders-container {
        background: white;
        padding: 20px;
        border-radius: 10px;
        /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
        width: 100%;
        /*max-width: 900px;*/
        text-align: center;
        margin: auto;
    }

    .order-grid {
        grid-template-columns: repeat(1, 1fr); /* 2 columns on desktop */
    }
}


/* My orders check-order.html end */

/* help page css start */

.help-body{
    min-height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .help-container{
    width: 85%;
    background: #fff;
    border-radius: 6px;
    padding: 20px 0px 30px 0px;
    
  }
  .help-container .help-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .help-container .help-content .help-left-side{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
  }
  .help-content .help-left-side::before{
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
  }
  .help-content .help-left-side .help-details{
    margin: 14px;
    text-align: center;
  }
  .help-content .help-left-side .help-details i{
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 10px;
  }
  .help-content .help-left-side .help-details .help-topic{
    font-size: 23px;
    font-weight: 500;
  }
  .help-content .help-left-side .help-details .help-text-one,
  .help-content .help-left-side .help-details .help-text-two{
    font-size: 19px;
    color: #afafb6;
  }
  .help-container .help-content .help-right-side{
    width: 75%;
    margin-left: 75px;
  }
  .help-content .help-right-side .help-topic-text{
    font-size: 28px;
    font-weight: 600;
    color: var(--primary);
  }
  @media (max-width: 950px) {
    .help-container{
      width: 90%;
      padding: 30px 40px 40px 35px ;
    }
    .help-container .help-content .help-right-side{
     width: 75%;
     margin-left: 55px;
  }
  }
  @media (max-width: 820px) {
    .help-container{
      margin: 40px 0;
      height: 100%;
    }
    .help-container .help-content{
      flex-direction: column-reverse;
    }
   .help-container .help-content .help-left-side{
     width: 100%;
     flex-direction: row;
     margin-top: 40px;
     justify-content: center;
     flex-wrap: wrap;
   }
   .help-container .help-content .help-left-side::before{
     display: none;
   }
   .help-container .help-content .help-right-side{
     width: 100%;
     margin-left: 0;
   }
  }

/* help page css end */

/* my cart css start */
        /* Global Styles */
        .mycart-body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 20px;
            background-color: #f8f8f8;
        }

        .mycart-shopping-cart h1 {
            text-align: center;
            font-size: 28px;
            margin-bottom: 20px;
        }

        /* Shopping Cart Container */
        .mycart-shopping-cart {
            max-width: 900px;
            margin: 0 auto;
            background: #fff;
            padding: 20px;
            border-radius: 5px;
        }

        /* Column Labels */
        .mycart-cart-header {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 2px solid #ddd;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 14px;
        }

        .mycart-column {
            flex: 1;
            text-align: center;
        }

        /* Cart Items */
        .mycart-cart-items {
            padding: 10px 0;
        }

        .mycart-cart-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0;
            border-bottom: 1px solid #eee;
        }

        .mycart-product-image img {
            width: 80px;
            height: auto;
            border-radius: 5px;
        }

        .mycart-product-details {
            flex: 2;
            max-width: 200px;
            padding-left: 15px;
        }

        .mycart-product-title {
            font-size: 16px;
            font-weight: bold;
        }

        .mycart-product-description {
            font-size: 14px;
            color: #777;
        }

        .mycart-product-price,
        .mycart-product-line-price {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            text-align: center;
            flex: 1;
        }

        .mycart-product-quantity input {
            width: 50px;
            padding: 5px;
            text-align: center;
            border: 1px solid #ddd;
            border-radius: 3px;
            font-size: 16px;
        }

        .mycart-product-removal button {
            background-color: #e74c3c;
            color: white;
            border: none;
            font-size: 14px;
            cursor: pointer;
            border-radius: 5px;
            transition: 0.3s ease;
            padding: 4px 9px;
            margin: 0px;
        }

        .mycart-product-removal button:hover {
            background-color: #c0392b;
        }

        /* Totals Section */
        .mycart-cart-summary {
            margin-top: 20px;
            text-align: right;
        }

        .mycart-totals {
            margin-bottom: 20px;
        }

        .mycart-totals-item {
            display: flex;
            justify-content: space-between;
            font-size: 16px;
            margin-bottom: 10px;
        }

        .mycart-totals-item-total {
            font-weight: bold;
            font-size: 18px;
        }

        /* Checkout Button */
        .mycart-checkout {
            background-color: var(--primary);
            color: white;
            border: none;
            padding: 6px 12px;
            font-size: 18px;
            cursor: pointer;
            border-radius: 3px;
            transition: 0.3s ease;
        }

        .mycart-checkout:hover {
            background-color: #1a1704;
        }

        /* Responsive Design */
        @media screen and (max-width: 768px) {
            .mycart-cart-header {
                display: none;
            }

            .mycart-cart-item {
                flex-wrap: wrap;
                text-align: center;
                padding-bottom: 20px;
                box-shadow: 0 0 10px rgba(0, 0, 0, .1);
                border-radius: 10px;
                margin: 10px 0px;
            }

            .mycart-product-image {
                flex: 100%;
                text-align: center;
            }

            .mycart-product-image img {
                width: 100px;
            }

            .mycart-product-details {
                flex: 100%;
                text-align: center;
            }

            .mycart-product-quantity,
            .mycart-product-price,
            .mycart-product-line-price,
            .mycart-product-removal {
                flex: 50%;
                margin-top: 10px;
                text-align: center;
            }

            .mycart-checkout {
                width: 100%;
            }
        }

        @media screen and (max-width: 480px) {
            .mycart-cart-item {
                flex-direction: column;
                text-align: center;
            }

            .mycart-product-details {
                padding-left: 0;
            }

            .mycart-product-quantity input {
                width: 40px;
            }
            .d-new-slider-container {
                
                max-height: 300px;
                
            }
            .d-new-slides {
                
                height: 300px;
            }
        }
        
/* my cart css end */

/* product detail page css start*/

.product-detail-body {
    /* background-color: #f3f3f3; */
    box-sizing: border-box;
    font-family: poppins;
    margin-bottom: 10px !important;
}

/*==product-page===============================*/
.product-details {
    max-width: 1200px;
    width: 90%;
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr;*/
    margin: 100px auto;
}

.product-img {
    width: 100%;
    background-color: #e3e3e3;
    position: relative;
    overflow: hidden;
}


.product-text {
    background-color: #ffffff;
    padding: 60px;
    position: relative;
}

.product-text .product-category {
    color: #5e5e5e;
    font-size: 0.9rem;
}

.product-text h3 {
    color: #252525;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 10px 0px;
}

.product-text .product-price {
    font-size: 1.6rem;
    color: #252525;
    font-weight: 500;
}

.product-text p {
    margin: 30px 0px;
    color: #5e5e5e;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.product-quantity {
    width: 100%;
}

.product-quantity input {
    width: 50%;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

.product-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 30px 0px;
    margin-bottom: 20px;
    grid-gap: 20px;
}

.product-button button {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    border: none;
    border-radius: 4px;
}

.product-button .add-bag-btn {
    background-color: #181818;
    color: #ffffff;
}

.product-button .add-wishlist-btn {
    background-color: #f1f1f1;
    color: #252525;
}

.help-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #181818;
    font-size: 0.9rem;
    text-decoration: underline;
    text-transform: lowercase;
}

.mySwiper {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: flex !important;
}


@media(max-width:1024px) {
    .product-text {
        padding: 30px;
    }
}

@media(max-width:820px) {
    .product-details {
        grid-template-columns: 1fr;
    }

    .mySwiper {
        max-height: 400px;
    }

    .product-button {
        margin-bottom: 40px;
    }
}

@media(max-width:450px) {
    .product-text h3 {
        font-size: 1.6rem;
    }

    .product-button {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}

/* Top Bar */
.top-bar {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
    background-color: white;
    justify-content: space-between;
}
.top-bar a{
    font-size: 24px;
}
.top-bar span{
    position: relative;
    top: -12px;
    right: 10px;
    font-size: 18px;
}

.nav-icons {
    display: flex;
    align-items: center;
    gap: 0px; /* Space between icons */
    margin-right: 5px;
}
.my-cart-nav-icon span{
    position: relative;
    top: -12px;
    right: 10px;
    font-size: 18px;
}


.profile-nav-icon {
    font-size: 22px;
}

.profile-nav-icon a {
    text-decoration: none;
    color: #333; /* Change color as needed */
    transition: color 0.3s ease;
}

.profile-nav-icon a:hover {
    color: #8B4513; /* Brown theme */
}

/* Back Button */
.back-button {
    font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.back-button:hover {
    color: var(--primary);
}

/* Horizontal Line */
hr {
    width: 100%;
    border: none;
    background-color: #000;
    margin: 0px;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .top-bar {
        height: 80px;
        padding: 0 15px;
    }

    .back-button {
        font-size: 16px;
    }
}
/* product detail page css end */

/* Address page css start */
.checkout-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    
    margin: auto;
}

.address-items {
    max-height: 800px;
    /* Set a maximum height */
    overflow-y: auto;
    /* Enable scrolling */
}

.address-items::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for WebKit browsers */
}

.address-items {
    -ms-overflow-style: none;
    /* Hide scrollbar for Internet Explorer and Edge */
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
}


.address-list,
.address-form {
    
    padding: 20px;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.address-list h3,
.address-form h3 {
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    color: #fff;
}

.address-item {
    background: #d2a679;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.address-item:hover {
    background: #a05a2c;
    color: #fff;
}

.address-item.selected {
    background: #543310;
    border-left: 5px solid #ffcc80;
}

.proceed-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background: #ffcc80;
    color: #543310;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 5px;
}

.proceed-btn:hover {
    background: #e69c55;
}

.address-form input,
.address-form textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 5px;
    border: none;
}

.address-form button {
    width: 100%;
    padding: 10px;
    background: #ffcc80;
    border: none;
    color: #543310;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

.address-form button:hover {
    background: #e69c55;
}

.address-item {
    background: #d2a679;
    padding: 15px 15px;
    margin: 10px 0;
    border-radius: 5px;
    position: relative;
}

p {
    margin: 5px;
}

.address-item.selected {
    background: #543310;
    border-left: 5px solid #ffcc80;
}

.select-btn,
.remove-btn {
    background: #ffcc80;
    border: none;
    padding: 4px 9px;
    margin: 0px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

.remove-btn {
    background: #c0392b;
    color: white;
}

.remove-btn:hover {
    background: #a5281e;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .checkout-container {
        flex-direction: column;
    }

    .address-list,
    .address-form {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* Address page css end */

/* Order Confirmation css start */
.order-confirmation-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: center;
}

h2,
h3 {
    color: #333;
}

.order-confirmation-order-summary,
.order-confirmation-order-items {
    text-align: left;
    margin-top: 20px;
}

.order-confirmation-order-items table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.order-confirmation-order-items table,
th,
td {
    border: 1px solid #ddd;
    padding: 10px;
}

th {
    background-color: #f1f1f1;
}

.order-confirmation-thank-you {
    margin-top: 20px;
}

.order-confirmation-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #282508;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

/* Order Confirmation css end */
/*Darshan added css end*/