


#sidebar {
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100vh;
    background-color: white;
    color: black;
    padding: 20px;
    transition: left 0.3s;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}


#sidebar .close-sidebar {
    cursor: pointer;
    font-size: 1.5rem;
    color: rgb(18, 12, 12);
    position: absolute;
    top: 0.5px;
    right: 10px;
}

#sidebar .text-center {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: inset 0 4px 10px rgba(234, 119, 223, 0.5);
    padding: 15px;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}

.profile-icon {
    font-size: 40px;
    color: #3cb371;
    margin-right: 10px;
}

.profile-info {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
}

.profile-info h5 {
    /* text-align: center; */
    margin-top: 8px !important;
    font-size: 15px;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
}

#sidebar li {
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: inset 0 4px 10px rgba(161, 234, 119, 0.5);
    transition: background-color 0.3s, transform 0.3s;
}

#sidebar li:hover {
    background-color: darkorange;
    transform: scale(1.02);
}

#sidebar li:hover {
    background-color: darkorange;
    transform: scale(1.02);
}

#sidebar ul li a {
    color: rgb(17, 10, 10);
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    transition: color 0.3s;
}
.sidebar-link i{
    margin-right: 30px;
    margin-left: 10px;
}
#sidebar ul li a:hover {
    color: #ffffff;
}

#sidebar::-webkit-scrollbar {
    width: 8px;
}

#sidebar::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 10px;
}

#sidebar ul li.active {
    background-color: rgba(247, 247, 247, 0.9);
}

@media (max-width: 768px) {
    #sidebar {
        width: 250px;
    }

    #sidebar.active {
        left: 0;
    }

    body {
        overflow-x: hidden;
    }
}

.sidebar-largeview {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin-left: 20px;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-top: 20px;
    font-size: 20px;
    gap: 30px;
}



.sidebar-largeview li {
    position: relative;
    /* Required for positioning the dropdown */
    margin-right: 20px;
    text-decoration: none !important;
}

.sidebar-largeview li a {
    color: black;
    text-decoration: none !important;
    font-size:15px;
}

.sidebar-largeview li a:hover {
    color: darkorange;
}

/* Show dropdown on hover */
.sidebar-largeview li:hover .dropdown-menu {
    display: block;
    /* Show the dropdown */
}



.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
}

.dropdown-menu .dropdown-item {
    padding: 10px;
    color: black;
    text-decoration: none;
}


.dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
    color:black !important;
}

.navbar-icons a {
    font-size: 17px;
    font-weight:bold;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 576px) {
    .sidebar-largeview {
        display: none;
        /* Hide on smaller screens */
    }


    .navbar {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;

        width: 100%;
    }

    .navbar .navbar-toggler {
        display: block;
        margin-left: 20px;
        display: flex;
        justify-content: space-around;

    }

    .navbar-brand img {
        height: 60px !important;

        margin-left: 20px !important;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;


    }

    .navbar-brand {
        width: 20%;

    }


    .navbar-icons a {  
        font-size: 16px;
        text-decoration: none;
        display: flex;
    }

    .navbar-icons {
      justify-content: end;
        width: 50%;
    }

}

@media (min-width: 768px) {



    .navbar {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }

    .navbar-icons a:last-child {
        margin-right: 0;
    }

    .navbar-brand img {
        height: 80px;
        width: 15%;
        display: flex;
        justify-content: space-around;
        margin-left: 40px;
    }

    .navbar-icons a {
             font-size: 17px;
        font-weight: bold;
        border: 1px solid grey;
        padding: 10px;
        background: #3b2bd3;
        border-radius: 20px;
        color: white !important;

    }

    .navbar-icons {
        margin-right: 15px;
        width: 15%;
    }

    #carouselExample img {
        padding-top: 1px;
        object-fit: cover;
        object-fit: cover;
    }

}

.cate {
    margin: 20px 0;
    font-size: 30px;
    text-align:center;
}

#carouselExample img {

    padding-top: 1px;
    object-fit: cover;
}
/* 
#carouselExample {
    margin-top: 100px;


} */
.content {
    margin-top: 70px;
    height: calc(100vh - 80px);
    overflow-y: auto;
}





.navbar-brand img {
    height: 80px;
    width: auto;
    margin-left: 80px;
}

.container {
    overflow-x: auto;

}

.cate {
    margin: 20px 0;
}
.category-img {
    border-radius: 50%;
    height: auto;
    width: 100%;
    margin: 15px auto;
    transition: border-radius 0.3s ease;
}


#carouselExample img {
    padding-top: 1px;

    object-fit: cover;
}

.caption {
    margin-top: 5px;
    color: black;
}

@media (max-width: 576px) {
    .category-img {
        border-radius: 25%;
        max-height: 120px;
        margin: 0px;
    }
        
.caption {
    margin-top: 5px;
    font-size: 12px;
    text-decoration: none;
}

}

.top-categories {
    /*background-color: rgb(164, 196, 197);*/
}

.top-categories a {
    color: black;
    text-decoration: none;
}


/*.card {*/
/*    background: white;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
/*    min-width: 200px;*/
/*    flex: none;*/
/*    text-align: center;*/
/*    padding: 15px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    height: 100%;*/
/*    padding: 15px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 8px;*/
/*}*/

@media (min-width: 1200px) {
    .card {
        width: calc(20% - 20px);
    }
}

@media (max-width: 1199px) and (min-width: 600px) {
    .card {
        width: calc(30% - 20px);
    }
}


.discounted {
    text-decoration: line-through;
    color: red;
    margin-left: 5px;
}

.discount-btn {
    background-color: orange;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 7px 0px 20px 0px;
    transition: background-color 0.3s;
}

.discount-btn:hover {
    background-color: darkorange;
}

.add-to-cart-btn {
    background-color: #44a410;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transition: background-color 0.3s;
}

h3 {
    margin: 10px 0;
    font-size: 1.2em;
    text-align: center;
}

.price {
    margin: 10px 0;
    text-align: center;
}

.add-to-cart-btn:hover {
    background-color: darkorange;
    text-decoration:none;
}

.image-card {
    /* margin-bottom: 20px; */
    overflow: hidden;
    height: 400px;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.image-card:hover img {
    transform: scale(1.1); /* Scale image on hover */
}

@media (max-width: 767px) {
    .image-card {
        height: 200px;
    }

    .image-card img {
        height: 180px;
    }
    .exclusive_Section{
        margin-bottom: 30px;
    }
}

.brand-cards-container {
  overflow: hidden;
  padding: 10px 0;
  /*background: #fff;*/
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee {
  display: flex;
  animation: scroll 15s linear infinite; /* 10s = fast, 15s = smoother */
  width: max-content;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%); /* Scroll half of full duplicate content */
  }
}

.brand-card {
  width: 120px;
  height: 100px;
  margin-right: 15px;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-card img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}


.bottom-nav {
    display: none;
   
    /* Hidden by default */
}
.bottom-nav  a{
    text-decoration: none;
    color: #000000;
}

.nav-item {
    text-align: center;
}

.nav-item i {
    font-size: 20px;
    /* Icon size */
    display: block;
    /* Block display for better spacing */
}

.nav-item span {
    font-size: 12px;
}

.nav-item:hover i,
.nav-item:hover span {
    color: darkorange;
}

@media (max-width: 768px) {
    .bottom-nav {
        display: flex;
        /* Show on mobile */
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        border-top: 1px solid #ccc;
        justify-content: space-around;
        padding: 10px 0;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        margin-top: 5px;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
        background: linear-gradient(to right, #e5fbe5, #fff0e5, #ffe6f0);

}

body {
    /*display: flex;*/
    flex-direction: column;
}

.content {
    flex: 1;
    /* Allow the main content to take up available space */
    overflow-y: auto;
    /* Allow vertical scrolling for main content */
}

/* Footer styles */
.footer {
    display: flex;
    flex-direction: column;
    background-color: #06042E;
    padding: 20px;
    width: 100%;

}

.footer-content {
    display: flex;
    color:white;
    justify-content: space-evenly; /* Align items to the start */
    align-items: flex-start; /* Align items to the top */
    margin-bottom: 20px; /* Space between content and footer bottom */
}

.footer-logo img {
    max-width: 190px; /* Adjusted to match inline style */
        margin-left: -43px;
}

.address {
    text-align:start;
}
.address h4{
 font-weight: bold;
 font-size: 25px;
}


.address-columns {
    display: flex; /* Flexbox for columns */
    flex-direction: column; /* Arrange columns vertically */
    gap: 10px; /* Space between columns */
}

.address-column {
    display: flex;
    flex-direction: column; /* Column layout */
}

.footer-bottom {
    justify-content: space-between;
    display: flex;
    align-items: flex-start; /* Center align items vertically */
    margin-top: 20px; /* Space above footer bottom */
}


.footer-left {
    display: flex;
    margin-top: 10px;
}


.footer-right {
    display: flex;
    align-items: start; 
}

.footer-right a {
    margin-left: 2px; 
}

.footer-right span {
    margin-left: 10px; 
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .footer-content {
        display: none;
        /* Hide footer content on mobile */
    }

    .footer-bottom {
        max-height: 150px;
        /* Set a max height for the footer bottom */
        padding: 10px;
        /* Add some padding */
        /* overflow-y: auto; Allow scrolling if content exceeds height */
        padding-bottom: 60px;
        gap: 0px
    }

    .footer {
        padding: 10px;
    }

    .footer-left,
    .footer-right {
        margin-bottom: 5px;
        /* Space between items */
    }


}

/* Styles for larger screens */
@media (min-width: 769px) {
    .footer-bottom {
        display: flex;
        /* Set as a flex container */
        justify-content: space-evenly;
        /* Center items horizontally */
        align-items: center;
        /* Center items vertically */
        flex-direction: row;
        /* Keep items in a row */
        margin-top: 10px;
        /* Maintain space above */
        width: 100%;
        /* Full width */

        gap: 300px;
    }

    /* Remove margin and ensure consistent height */
    .footer-left,
    .footer-right {
        margin: 0 5px;
        /* Add horizontal margin for spacing */
        text-align: center;
        /* Center text within each section */
        padding: 0;
        /* Remove any padding */
        line-height: 1.5;
        /* Adjust line-height for better alignment */
    }

    .footer-left p {
        margin-bottom: 0px !important;
        font-size: 14px;
        color:white;
    }

}
@media (max-width: 768px) {
    .footer {
        display: none; 
    }
}



/* -----------------------------------------product-------------------------------------------- */

#productCarousel img {
   object-fit: contain;
    aspect-ratio: 3 / 2;
    mix-blend-mode: darken;
    padding: 20px;
}

.thumbnail-gallery {
    margin-top: 15px;
}

.thumbnail-gallery img {
    cursor: pointer;
    max-height: 100px;
    width: 100%;
    object-fit: contain;
    aspect-ratio: 3 / 2;
    margin-bottom: 5px;
    transition: transform 0.2s;
    border-radius: 5px;
}

.thumbnail-gallery img:hover {
    transform: scale(1.05);
    /*border: 2px solid #000000;*/
}



.top-space {
    margin-top: 120px !important;
}

.des {
    margin-bottom: 0;
        padding: 10px 10px 10px 0px;
    font-size: 20px;
}

.review-stars {
    font-size: 24px;
    margin-bottom: 10px;
}

.btn-off {
    border-radius: 10px;
    background-color: darkorange;
    border: none;
    margin-left: 20px;
}


.description-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
    border-top: 2px solid #ebe7e7;
    border-bottom: 2px solid #ebe7e7;

}

.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding-top: 40px;
}

.description-content {
    flex: 1;
}

.highlighted-text {
    font-weight: bold;
    color: gray;
    font-size: 16px;
}

.description {
    margin: 5px 0;
    line-height: 1.4;
}

.additional-info {
    color: gray;
    font-size: 14px;
}

/* -----------------------------------------------------------------------------------profile--------------------------------------------------------------------------------------------- */


.profile-cards-full {
    overflow: visible;
}

.profile-cards {
    display: block; /* Show on mobile */
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    text-align: center;
   
    position: sticky; 
    top: 86px; 
    z-index: 1000; 
    max-height: none; 
    overflow: visible; 
    padding: 10px; 
    background-color: white; 
}

/* Optional: Add a slight opacity for a translucent effect */
.profile-cards {
    background-color: rgba(255, 255, 255, 1); 
}


.profile-cards-icons {
    padding: 16px;
    color: #3cb371;
}

.profile-card-heading {
    font-size: 1.5em;
    margin: 0;
}

.profile-card-description {
    color: #555;
 
}

.profile-card-btn {
    background-color: #0056b3;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.profile-card-btn:hover {
    background-color: #0056b3;
}

@media (min-width: 768px) {
    .profile-cards-full {
        display: none; /* Hide on larger screens */
    }
}

/* Ensuring cards are side by side on mobile */
.row {
    display: flex; 
    flex-wrap: wrap; 
    color: #000000;
}

.col-6 {
    flex: 0 0 50%; 
    max-width: 50%; 
   padding-bottom:10px;
  
}


/* -------------------------- */
.profile-cards-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
   
    overflow: hidden;
}

.profile-cards-links li {
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: inset 0 4px 10px rgba(161, 234, 119, 0.5);
    transition: background-color 0.3s, transform 0.3s;
   
   
}
.profile-cards-links{
    margin-top: 80px;
}

.profile-cards-links li:hover {
    background-color: darkorange; 
    transform: scale(1.02); 
}

.profile-cards-links ul li a {
    color: rgb(17, 10, 10);
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    transition: color 0.3s; 
    position: relative;
}

.profile-cards-links ul li a .btn {
    color: black ; 
    margin-right:10px;
}

.profile-cards-links ul li a span {
    position: absolute; 
    right: 10px;
    margin-left: 20px; 
    color: #07ae52 ; 
}

.profile-cards-links ul li a:hover {
    color: #ffffff;
}

.profile-cards-full {
    padding-bottom: 1px;
}
.profile-cards-links ul li a i{
    color: #07ae52 ;
    
}

/* ------------------------------------About us _________________________________________________ */

.magzin_button{
    margin-top: 30px;
    justify-content: end;
    display: flex;
}

.about {
    margin-top: 134px !important;
}

.about h2 {
    /*padding: 20px;*/
    text-align: left;
    font-size: 30px;
    font-weight: 600;
color:black;
}

.about-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.about-image {
    flex: 1;
    margin-right: 20px;
    padding: 15px;
}

.about-image img {
    max-width: 100%;
    height: auto;
}

.about-text {
    flex: 2;
    padding: 15px;
    margin-top: 5px;
    text-align: left;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .about-content {
        flex-direction: column;
        align-items: center;
    }

    .about-image, .about-text {
        width: 90%;
        text-align: center;
    }

    .about-image {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 768px) {
    .about-image, .about-text {
        width: 100%;
    }

    .about-text {
        font-size: 18px;
    }
}

.about-text h3 {
    margin: 0 0 10px;
    font-weight: 400;
}

.about-text p {
    line-height: 1.6;
    margin: 0;
}

.about-text a {
    color: #007bff;
    text-decoration: none;
}

.about-text a:hover {
    text-decoration: underline;
}

.brand-wrapper {
    overflow: hidden;
    background-color:rgb(232, 222, 207); 
   
}

.brand-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.brand-flex {
    display: flex;
    animation: marquee-animation 5s linear infinite; 
}

.brand-item {
    padding: 10px;
    text-align: center;
}

.brand-image {
    max-width: 100px; 
    height: auto;
    /* border: 2px solid rgb(0, 0, 0);  */
    border-radius: 5px; 
}

.brand-item span {
    display: block;
    color: rgb(0, 0, 0);
    margin-top: 5px;
}

@keyframes marquee-animation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); 
    }
}

@media (max-width: 768px) {
    .brand-image {
        max-width: 80px;
    }
}
/* ----------------blog-------------------- */

.blog-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; 
    padding:20px;
  
}

.blog-card {
    flex: 1 1 calc(25% - 20px); 
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



.blog-card-image {
     width: 100%;
    height: 250px;
    object-fit: cover;
    padding: 15px;
    border-radius: 26px; 
}

.blog-card-content {
    padding: 15px;
}

.blog-card-heading {
    font-size: 1.5rem;
    margin: 0 0 10px;
    color:black;
}

.blog-card-description {
    font-size: 1rem;
    color: #666;
}
.blog-card-extra-content {
    margin-left: 10px; 
}
/* Responsive Styles */
@media (max-width: 768px) {
    .blog-card {
        flex: 1 1 100%; /* Stacks cards vertically on small view */
    }
}
/* -----------------testimonial sliders ----------------- */
.swiper {
  width: 100%;
  padding: 20px; /* Adds space inside swiper */
  box-sizing: border-box;
  justify-content: center !important;
    display: grid !important;
;
}

.swiper-slide {
  display: flex;
  align-items: center;
    justify-content: center !important;
    display: flex !important;
  padding: 20px; /* Key: adds space inside the slide */
  box-sizing: border-box;
  margin-right:0px !important;
}

.testimonial-card {
  background: #192a4e;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: white;
  padding: 20px; /* Add space inside card */
  text-align: center;
  width: 100%;
  max-width: 400px;
  height: 100%;
  box-sizing: border-box;
}

.testimonial-card img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background-color: wheat;
  object-fit: cover;
}

.testimonial-card p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0 10px;
}

.testimonial-card h4 {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
}

.swiper-pagination {
  bottom: -3px !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  color: #ffc107;
}

.headings {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: green;
    /*margin: 20px 0;*/
     text-transform: lowercase;
}
.headings::first-letter {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 15px;
    max-width: 90%;
  }
}
.headings::before {
    left: 50%; 
    transform: translateX(-130%); 
    margin-right: 10px;
}

.headings::after {
    left: 50%; 
    transform: translateX(25%); 
    margin-left: 10px;
}

/* -------------------------------------------------------------------------------BLOGS-------------------------------------------------------------------- */
.Blog{
    margin-top:120px;
    font-size:24px;
    font-weight: 500;
      margin-bottom:100px;
}


/* -----------------------------------------------------------------------media-------------------------------------------------------------------- */
.vid-container {
   
    width: 100%;
    margin: 20px 20px 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
   
}
.vid-heading{
    text-align: center;
    margin-top: 150px;
    font-size: 24px;
    font-weight: 600;
}
.second-row{
    margin-top:0px;
}

.vid-wrapper {
    position: relative;
    overflow: hidden;
    width: calc(25% - 20px);
    padding-top: 16%;
    margin-bottom: 20px;
    border-radius: 8px; 
}

.vid-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
   padding: 10px;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .vid-wrapper {
        width: 100%;
        height:187px;
    }
    .vid-wrapper iframe{
            height: 181px;
    }
  
    .second-row{
        margin-top:0px;
    }
    .vid-heading{
        text-align: center;
        margin-top: 170px;
        margin-top:100px;
    }
   
}

/* --------------------------------------------------------Articles------------------------------------------------------------------ */
.article {
    margin-top: 120px;
}

.main-heading, .subheading {
    text-align: center;
    margin: 20px 0; 
}

.image-gallery {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    margin-top: 50px;
    border: 10px solid grey;
}

.image-gallery img {
    height: auto; 
    max-width: 100%; 
    flex: 1 0 300px; 
    margin: 10px; 
}

.long-description {
    padding: 0 15px; 
    line-height: 1.6; 
}

.container-fluid {
    padding: 0 15px; 
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .image-gallery img {
        flex: 1 0 100%; 
      padding: 10px;
      margin-top:5px;
      margin-bottom:5px;
    }
}




/* new  */
* { box-sizing: border-box; }
body { background-color: #f5f5f5; }

.card-slider {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    gap: 25px;
    margin-bottom: 50px;
    padding-bottom:30px;
  
  @media screen and (max-width: 1024px) {
    width: 80%;
  }
  
  .slick-prev-icon,
  .slick-next-icon {
    color: black;
  }
  
  .slick-slide {
    padding: 0 10px;
  }
  
  .card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional for card shadow */
    overflow: hidden; 
}
    @media screen and (max-width: 600px) {
      height: auto;
    }
  }


    /** Main link */
    .card .main-link {
      text-decoration: none;
      display: flex;
      flex-direction: column;
      color:black;
    }

      .card .main-link:focus {
        outline: none;
      }

      .card .main-link:focus .title {
        outline: 3px dashed orange;
        outline-offset: -4px;
        color: royalblue;
        text-decoration: underline;
      }

    /** Product title */
    .card .title {
      font-size: 20px;
    margin-top: 20px;
    }

      .card .title:hover {
        text-decoration: underline;
      }

    /** Product image */
   .card .image {
    order: -1;
    position: relative;
    height: 200px;
    padding: 2px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
}

      .card .image img {
        width: 100%;
        object-fit: contain;
        /*aspect-ratio: 3/ 2;*/
      }

    /** Product description */
    .card .description {
           font-size: 14px;
            color: #666;
            line-height: 1.4;
            padding: 0 10px;
    }

    /** Floating "sale" badge */
    .card .badge {
      position: absolute;
      top: 2px;
      right: 2px;
      z-index: 1;

      padding: 5px 10px;

      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      color: white;
      background-color: rgb(200,0,0);
    }

    /** Price */
    .card .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
    }
    .card .original-price {
        text-decoration: line-through;
        color: #888;
    }
    .card .new-price {
        font-weight: bold;
        color: black;
    }

      .card .price .new-price {
        font-weight: bold;
      }

      .card .price .original-price {
          font-weight:bold;
          color:red;
        margin-right: 5px;
        font-size: 14px;
        font-style: italic;
        opacity: .5;
        text-decoration: line-through;
      }

    /** Hover state = add box shadow, underline the title */
    .card:hover {
      border-color: rgba(0,0,0,.4);
      box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    }

      .card:hover .image img,
      .card:focus .image img {
        filter: grayscale(0);
      }

      .card a:focus {
        outline: none;
      }

      
.second-card-slider {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    gap: 25px;
    margin-bottom: 50px;
  

}
.card_button a{
      display: inline-block;
    background-color: green;
    text-decoration: none;
}
.card_button a button{
    text-decoration: none;
}
.card_button {
    margin: 10px 10px;
}


.card_button button,
.card_button a {
    width: 100%;
    padding: 10px;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.no-data img{
    height: 200px;
    margin-bottom:30px;
}

.carouselExample{
    overflow: hidden;
}

@media (max-width: 768px) {
    .no-data img{
        height: 200px;
        margin-left: -66px;
    }
    #carouselExample{
        overflow:hidden;
        margin-top:10px;
    }
    
}
@media (max-width: 767px) {

.card_button{
    padding: 0px 10px 0px 10px;
}
.card_button button{
    font-size: 10px;
}
}

}

body {
    overflow: hidden; /* Prevent scrolling while loading */
    background: linear-gradient(to right, #e5fbe5, #fff0e5, #ffe6f0);
}

.product_dropdowm{
height:auto;
width: 100%;
/* border:1px solid black; */
margin-top:100px;
padding:30px;
text-align:center;
margin:0px auto;
}
.product_dropdown {
display: none; 
opacity: 0;
transition: opacity 0.3s ease;
position: absolute; 
z-index: 1000;
width: 1500px;
height: auto; 
padding: 15px;
background-color: white; 
left: 50%; 
transform: translateX(-50%); 
margin-top:-1px;
}

.nav-item:hover .product_dropdown {
display: block; /* Show on hover */
opacity: 1; /* Fully opaque */
padding:33px;
}
.product_dropdown h5{
/*text-decoration:underline;*/
color:green;
font-size:16px;
text-align:left;
}
.product_dropdown li{
text-align:start;
font-size:15px;
/*font-family:'math';*/
}

#preloader {
    background-color: var(--tg-common-color-white, #fff);
    height: 100vh; /* Full viewport height */
    width: 100vw;  /* Full viewport width */
    position: fixed;
    top: 0;
    z-index: 9999;
}
#preloader .loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;  /* Adjusted for mobile */
    height: 80px; /* Adjusted for mobile */
    border: 3px solid var(--tg-common-color-gray, #ccc);
    border-radius: 50%;
}
#preloader .loader .loader-container::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;  /* Adjusted for mobile */
    height: 80px; /* Adjusted for mobile */
    border-top: 3px solid var(--tg-theme-primary, #007bff);
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
}
#preloader .loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;  /* Adjusted for mobile */
    text-align: center;
}
#preloader .loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
    width: 40px; /* Icon size */
}

@keyframes loaderspin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes loaderpulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.2); }
}

/* Main content styles */
#content {
    padding: 20px;
    text-align: center;
}



.image img {
    width: 100%;
    height: auto;
}
.card-slider{
    margin:0px;
    width:100%;
    overflow:hidden;
}

/*.card-slider .card{*/
/*    margin-right:10px;*/
/*    margin-bottom:10px;*/
/*}*/
.second-card-slider .card{
    margin-right:10px;
}
.slick-next:before{
    display:none;
}
.slick-prev:before{
    display:none;
}

.exclusive_Section{
margin-bottom: 30px;
}
.banner__images {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 6;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* Optional: Set min-height if needed */
@media (max-width: 768px) {
    .banner__images {
        aspect-ratio: 16 / 9; /* Taller aspect for mobile */
    }
}
    #carouselExample{
        overflow:hidden;
        margin-top:30px;
    }
    .brand-card{
        width: 200px;
    }
    
/*        @media (max-width: 767px) {*/

/*    .tgmenu__action > ul li .cart-count span {*/
/*        background-color: aquamarine;*/
/*            position: absolute;*/
/*            top: -11px;*/
/*            right: -5px;*/
/*        width: 22px;*/
/*        height: 22px;*/
/*        font-size: 14px;*/
/*        font-weight: 500;*/
/*        display: -webkit-box;*/
/*        display: -moz-box;*/
/*        display: -ms-flexbox;*/
/*        display: -webkit-flex;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
        /* background: var(--tg-theme-secondary); */
/*        color: var(--tg-heading-color);*/
/*        -webkit-border-radius: 50%;*/
/*        -moz-border-radius: 50%;*/
/*        -o-border-radius: 50%;*/
/*        -ms-border-radius: 50%;*/
/*        border-radius: 50%;*/
/*        z-index: 1;*/
/*    }*/

/*}*/
.date{
    font-size: 15px;
}
/*=============================
      22. Contact
  ===============================*/
  .contact-info-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    background: #F7F7FA;
    gap: 25px;
  }
  @media (max-width: 1199.98px) {
    .contact-info-wrap .list-wrap li {
      padding: 25px 25px;
      gap: 15px;
      flex-wrap: wrap;
    }
  }
  @media (max-width: 991.98px) {
    .contact-info-wrap .list-wrap li {
      flex-wrap: nowrap;
    }
  }
  @media (max-width: 767.98px) {
    .contact-info-wrap .list-wrap li {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  @media (max-width: 767.98px) {
    .contact-info-wrap .list-wrap li {
      flex-direction: row;
      align-items: center;
    }
  }
  .contact-info-wrap .list-wrap li:last-child {
    margin-bottom: 0;
  }
  .contact-info-wrap .list-wrap li .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #161439;
    color: var(--tg-common-color-white);
    font-size: 20px;
    line-height: 0;
    flex: 0 0 auto;
  }
  .contact-info-wrap .list-wrap li .content .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .contact-info-wrap .list-wrap li .content p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.4;
  }
  .contact-info-wrap .list-wrap li .content a {
    display: block;
    font-weight: 500;
    color: var(--tg-body-color);
    line-height: 1.4;
  }
  .contact-info-wrap .list-wrap li .content a:hover {
    color: var(--tg-theme-primary);
  }
  .contact-form-wrap {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #E1E1E1;
    background: #F7F7FA;
    padding: 30px 40px 42px;
  }
  @media (max-width: 1199.98px) {
    .contact-form-wrap {
      padding: 30px 25px 40px;
    }
  }
  @media (max-width: 991.98px) {
    .contact-form-wrap {
      padding: 30px 30px 40px;
      margin-top: 60px;
    }
  }
  @media (max-width: 767.98px) {
    .contact-form-wrap {
      padding: 25px 20px 30px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form-wrap {
      padding: 30px 25px 40px;
    }
  }
  .contact-form-wrap .title {
    margin-bottom: 5px;
    position: relative;
    font-size: 30px;
  }
  @media (max-width: 1199.98px) {
    .contact-form-wrap .title {
      font-size: 28px;
    }
  }
  @media (max-width: 767.98px) {
    .contact-form-wrap .title {
      font-size: 24px;
    }
  }
  .contact-form-wrap p {
    margin-bottom: 15px;
  }
  .contact-form-wrap .form-grp {
    margin-bottom: 20px;
  }
  .contact-form-wrap .form-grp input, .contact-form-wrap .form-grp textarea {
    width: 100%;
    border: 1px solid #E1E4E7;
    border-radius: 5px;
    display: block;
    background: var(--tg-common-color-white);
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-body-color);
    padding: 11px 20px;
    height: 50px;
    transition: 0.3s;
  }
  .contact-form-wrap .form-grp input::placeholder, .contact-form-wrap .form-grp textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-body-color);
    opacity: 0.8;
  }
  .contact-form-wrap .form-grp input:focus, .contact-form-wrap .form-grp textarea:focus {
    border-color: var(--tg-theme-primary);
  }
  .contact-form-wrap .form-grp textarea {
    min-height: 230px;
    max-height: 230px;
  }
  .contact-form-wrap .row {
    --bs-gutter-x: 20px;
  }
  .contact-map {
    width: 100%;
    height: 600px;
    margin-top: 70px;
    padding: 20px;
  }
  @media (max-width: 1199.98px) {
    .contact-map {
      height: 430px;
    }
  }
  @media (max-width: 767.98px) {
    .contact-map {
      height: 380px;
      margin-bottom:100px;
    }
  }
  .contact-map iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }

  .ajax-response.error, .ajax-response.success {
    margin: 20px 0 0 !important;
  }
  .ajax-response.error {
    color: red;
  }
  .ajax-response.success {
    color: green;
  }

  /*=============================
      15. Check Out
  ===============================*/
  .coupon__code-info {
    background: #f5f5f5;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 25px;
  }
  @media (max-width: 767.98px) {
    .coupon__code-info {
      flex-wrap: wrap;
    }
  }
  .coupon__code-info a:hover {
    text-decoration: underline;
    color: var(--tg-theme-primary);
  }
  .coupon__code-form {
    margin-bottom: 35px;
    display: none;
  }
  .coupon__code-form p {
    margin-bottom: 15px;
  }
  .coupon__code-form input {
    width: 100%;
    background: #f5f5f5;
    height: 55px;
    border: none;
    color: var(--tg-heading-color);
    padding: 0 20px;
    border-radius: 30px;
    margin-bottom: 15px;
  }

  .customer__form-wrap {
    border: 1px solid #ebebeb;
    padding: 30px;
  }
  @media (max-width: 767.98px) {
    .customer__form-wrap {
      padding: 25px 20px;
    }
  }
  .customer__form-wrap .title {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-heading-color);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
  }
  @media (max-width: 767.98px) {
    .customer__form-wrap .title {
      font-size: 1.3rem;
    }
  }
  .customer__form-wrap .title.title-two {
    margin-top: 20px;
  }
  .customer__form-wrap .form-grp {
    margin-bottom: 15px;
  }
  .customer__form-wrap .form-grp.select-grp {
    position: relative;
  }
  .customer__form-wrap .form-grp.select-grp::after {
    content: "\f078";
    position: absolute;
    bottom: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 20px;
    font-size: 14px;
    color: var(--tg-theme-primary);
  }
  .customer__form-wrap .form-grp label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    /* color: var(--tg-body-color); */
  }
  .customer__form-wrap .form-grp textarea, .customer__form-wrap .form-grp input {
    width: 100%;
    color: var(--tg-heading-color);
    height: 53px;
    padding: 0 20px;
    background: #f5f5f5;
    border: none;
  }
  .customer__form-wrap .form-grp textarea {
    padding: 10px 20px 0;
    min-height: 120px;
    max-height: 120px;
  }
  .customer__form-wrap .form-grp select {
    background-color: #f5f5f5;
    border: none;
    color: var(--tg-heading-color);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0;
    outline: none;
    padding: 12px 37px 9px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 53px;
    cursor: pointer;
  }

  .order__info-wrap {
    border: 2px solid var(--tg-theme-primary);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px;
  }
  @media (max-width: 991.98px) {
    .order__info-wrap {
      margin-top: 50px;
    }
  }
  @media (max-width: 767.98px) {
    .order__info-wrap {
      padding: 25px 20px;
    }
  }
  .order__info-wrap > .title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #ebebeb;
  }
  .order__info-wrap .list-wrap {
    margin-bottom: 20px;
  }
  .order__info-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-body-color);
    font-weight: 600;
    font-size: 15px;
    gap: 8px;
    padding: 12px 0;
  }
  .order__info-wrap .list-wrap li span {
    color: var(--tg-heading-color);
    display: block;
    line-height: 1;
    font-weight: 700;
  }
  .order__info-wrap .list-wrap li.title span {
    color: var(--tg-body-color);
  }
  .order__info-wrap .list-wrap li:last-child span {
    font-size: 1.25rem;
  }
  .order__info-wrap p {
    margin-bottom: 15px;
  }
  .order__info-wrap p a {
    text-decoration: underline;
  }
  .order__info-wrap p a:hover {
    color: var(--tg-theme-primary);
  }
  .order__info-wrap .btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .thankyou-wrapper{
    width:100%;
    height:auto;
    margin:auto;
    background:#ffffff; 
  }
  .thankyou-wrapper h1 img{
    height: 100px;
    
  }
  .thankyou-wrapper h1{
    font:100px Arial, Helvetica, sans-serif;
    text-align:center;
    color:#161439;
    padding:0px 10px 10px;
    font-size: 50px;
    font-weight: bold;
  }
  .thankyou-wrapper p{
    font:26px Arial, Helvetica, sans-serif;
    text-align:center;
    color:#161439;
    padding:5px 10px 10px;
  }
  .thankyou-wrapper a{
    font:26px Arial, Helvetica, sans-serif;
    text-align:center;
    color:#161439;
    display:block;
    text-decoration:none;
    width:250px;
    background:#17b71a;
    margin:10px auto 0px;
    padding:15px 20px 15px;
    /* border-bottom:5px solid #F96700; */
    border-radius: 10px;
  }
  .login-process{
    height: 350px;
    width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 150px auto;
  }
  
.card_button button,
.card_button a {
      width: 100%;
    padding: 10px;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
.card-slider .card {
    /*margin: 0 10px;*/
    flex-shrink: 0;  /* Prevents cards from shrinking */
}

.card .discount-btn {
    background-color: #ff6347;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}




.card-slider .card {
    margin: 0 10px;
    flex-shrink: 0;  /* Prevents cards from shrinking */
}



/* New cards */
/* Container for the card list */
.card-slider {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); /* Auto columns based on available space */
    gap: 20px;  /* Gap between cards */
    align-items: stretch; /* Ensure all cards stretch to the same height */
}

/* Each individual card */
.card {
    display: flex;
    flex-direction: column;  /* Stack the content vertically */
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
    min-height: 400px; /* Set a minimum height for all cards */
    display: flex; /* Ensures the card contents are aligned properly */
    flex-direction: column;
    height: 100%; /* Ensure all cards stretch to the same height */
    padding: 15px;
    box-sizing: border-box;
}

/* Image section */
.card .image {
    position: relative;
    padding: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .image img {
    width: 100%;
    height: 100%;
}

/* Title section */
.card .title {
    font-size: 20px;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
}

/* Description section */
.card .description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    padding: 0 0 10px 0;
    flex-grow: 1;  /* Allow description to take up available space */
    height:100px;
}

/* Discount Button */
.card .discount-btn {
    background-color: #ff6347;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

/* Price section */
.card .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin: 10px 0;
}

.card .original-price {
    text-decoration: line-through;
    color: #888;
}

.card .new-price {
    font-weight: bold;
    color: black;
}

/* Button styling */
.card_button {
    margin: 10px 0;
}

/* Card buttons */
.card_button button,
.card_button a {
    width: 100%;
    padding: 10px;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.card_button a {
    display: inline-block;
    background-color: green;
    text-decoration: none;
}

/* Responsive Layout */
@media (max-width: 768px) {
        .card-slider .card {
            /* margin: 0 10px; */
            flex-shrink: 0;
        }
    .card .image {
        height: 244px;
    }

    .card .description {
        height: auto;  /* Allow description height to adjust based on content */
    }

    .card .title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
   .card-slider .card {
        /* margin: 0 10px; */
        flex-shrink: 0;
    }
    .card .image {
        height: 244px;
    }
    .card .title {
        font-size: 15px;
        margin:0;
    }
    .card_button button, .card_button a {
    width: 100%;
    padding: 10px;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 9px;
}
}


.cart-count {
    position: relative; /* Ensures that the count is positioned relative to this container */
}

.mini-cart-count {
    position: absolute; /* Position it absolutely within the cart-count */
    top: -14px; /* Adjusts the position of the cart count vertically */
    right: -10px; /* Adjusts the position horizontally */
    background-color: orange; /* Add a background color to make it visible */
    color: white; /* White text color */
    font-size: 12px; /* Adjust the size of the count */
    padding: 3px 6px; /* Adds padding to the count */
    border-radius: 50%; /* Makes the count circular */
    display: inline-block; /* Ensures it stays inline with the cart icon */
    font-weight: bold; /* Makes the count text bold */
}

@media (max-width: 768px) {
    .mini-cart-count {
        top: -3px; /* Adjust for smaller screens */
        right: -7px; /* Adjust for smaller screens */
        font-size:8px;
    }
}

@media (max-width: 480px) {
    .mini-cart-count {
        top: -17px; /* Further adjust for very small screens */
        right: -5px; /* Further adjust for very small screens */
    }
}




/* General description styles */
.description {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.short-description {
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.full-description {
    display: none;
    white-space: normal;
}

/* For Mobile (max-width 768px) */
@media (max-width: 768px) {
    .description .short-description {
        display: block;
        max-height: 40px; /* Adjust based on the desired number of lines (approx 2 lines) */
        line-height: 20px; /* Adjust based on font size */
    }

    .description .full-description {
        display: none;
    }

    .description .read-more {
        display: block;
        color: #007bff;
        text-decoration: underline;
        font-size: 14px;
    }
}


/* dudhkadi  */

/* Carousel container */
.dudhkandi-carousel {
    position: relative;
    width: 100%;
    height: 600px;
    /* Adjusted height of the carousel */
    margin: 50px auto;
    overflow: hidden;
}

/* Carousel items */
.dudhkandi-carousel-item {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

/* Image styles */
.dudhkandi-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* opacity: 0.7; */
}

/* Text styles */
.dudhkandi-carousel-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5em;
    /* Adjusted font size */
    color: white;
    font-weight: bold;
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
}

/* Active text effect */
/* .dudhkandi-carousel-item.active .dudhkandi-carousel-text {
    /* opacity: 1;
    transform: translate(-50%, -60%); */
/* } */ 

/* Display the active item */
.dudhkandi-carousel-item.active {
    display: block;
}

/* Navigation buttons */
.dudhkandi-carousel-control-prev,
.dudhkandi-carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    /* Dark background */
    color: white;
    border: none;
    font-size: 2.5em;
    /* Increased font size for larger buttons */
    cursor: pointer;
    padding: 20px;
    /* Increased padding for larger buttons */
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1000;
    border-radius: 50%;
    /* Circular buttons */
    transition: background-color 0.3s ease;
}

/* Position of previous button */
.dudhkandi-carousel-control-prev {
    left: 10px;
}

/* Position of next button */
.dudhkandi-carousel-control-next {
    right: 10px;
}

/* Hover effect for navigation buttons */
.dudhkandi-carousel-control-prev:hover,
.dudhkandi-carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.9);
    /* Darker background on hover */
}

/* Dots navigation */
.dudhkandi-carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    /* Increased gap between dots */
}

/* Individual dot style */
.dudhkandi-dot {
    width: 10px;
    /* Increased size of dots */
    height: 10px;
    /* Increased size of dots */
    border-radius: 50%;
    background-color: black;
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

/* Active dot style */
.dudhkandi-dot.active {
    background-color: orange;
    /* Highlight active dot with yellow */
    opacity: 1;
}

/* Hover effect for dots */
.dudhkandi-dot:hover {
    background-color: orange;
    /* Highlight dots on hover */
    opacity: 1;
}

/* Layout for image and text */
.image-text-layout {
    display: flex;
    justify-content: space-between;
    /*padding: 20px;*/
    flex-wrap: wrap;
    /* Allow content to wrap on small screens */
    gap: 20px;
    /* Added gap between left and right sides */
}

/* Left side (text) */
.left {
    width: 50%;
    font-size: 20px;
}

/* Right side (image) */
.right {
    width: 45%;
    padding:20px;
}

/* Headline Styling */
.pl {
    margin-bottom: 45px !important;
}

/* Right side image styling */
.right img {
    width: 100%;
    /* Image will take up 100% of the right container's width */
    height: 450px;
    /* Fixed height */
    border-radius: 8px;
    /* Optional: To add rounded corners to image */
    object-fit: cover;
    /* Ensures the image fills the container and maintains its aspect ratio */
}

/* Know More Button */
.know-more-btn {
    background-color: #1976d2;
    /* Green background */
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}
.heritage-nutrivet1 {
    overflow:hidden;
}

.know-more-btn:hover {
    background-color: #45a049;
    /* Darker green on hover */
}

/* Responsive styling */
@media (max-width: 768px) {

    .left,
    .right {
        width: 100%;
        /* Full width for both text and image on smaller screens */
    }

    .right img {
        height: auto;
        /* Allow image height to adjust based on aspect ratio on smaller screens */
    }
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    .dudhkandi-carousel {
        height: 500px;
        /* Reduce carousel height on medium screens */
    }

    .left,
    .right {
        width: 48%;
        /* Adjust text and image widths */
    }
}

@media (max-width: 992px) {
    .dudhkandi-carousel {
        height: 400px;
        /* Reduce carousel height further */
    }

    .left,
    .right {
        width: 100%;
        /* Full width on smaller screens */
        margin-bottom: 20px;
        /* Add space between elements */
    }

    .dudhkandi-carousel-text {
        font-size: 1.8em;
        /* Smaller text size for smaller screens */
    }

    .dudhkandi-carousel-control-prev,
    .dudhkandi-carousel-control-next {
        font-size: 2em;
        /* Smaller navigation button size */
    }

    .dudhkandi-carousel-dots {
        bottom: 10px;
        /* Adjust dots position */
    }

    .know-more-btn {
        font-size: 14px;
        /* Smaller font size for buttons */
    }
}

@media (max-width: 768px) {
    .dudhkandi-carousel {
        height: 350px;
        /* Further reduce carousel height for small screens */
    }

    .dudhkandi-carousel-text {
        font-size: 1.5em;
        /* Adjust font size for better readability */
    }

    .know-more-btn {
        font-size: 12px;
        /* Make button text smaller */
    }
}

@media (max-width: 576px) {
    .dudhkandi-carousel {
        height: 200px;
        /* Set carousel to a smaller height on extra small screens */
        margin-top: 100px;
        margin-bottom: 0px;
    }

    .dudhkandi-carousel-text {
        font-size: 1.2em;
        /* Further reduce font size for readability */
    }

    .know-more-btn {
        font-size: 12px;
        /* Consistent with small screens */
    }

    .image-text-layout {
        flex-direction: column;
        /* Stack text and image vertically */
    }

    .mt-3 {
        margin-top: 1rem !important;
    }

    .left {
        width: 100%;
        /* Full width for text */
        margin-bottom: 20px;
    }

    .right {
        width: 100%;
        /* Full width for image */
    }
}

.fl {
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 80px !important;
}

.fhead {
    margin-top: 140px;
    color:green;
}

h1 {
    margin-top: 120px !important;
    text-align: center;
    color: #f1f1f1;
    font-size: 2rem;
    font-weight: 400;
    /* text-shadow: -1px 2px 4px #7e7a7a; */
}

/* .high {
    text-align: center;
    color: #333;
    font-size: 20px !important;
    font-weight: 400;
    margin-top: 50px !important; 
    text-shadow: 2px 2px 4px #3b3a3a; 
} */

h3 {
    text-align: center;
    color: #f1f1f1;
    font-size: 1.5rem;
    font-weight: 400;
}

h1,
h2,
h3 {
    margin: 50px;
}

/* Adjust container layout */
.container {
    margin-top: 50px;
    /* Removed the margin-top to remove space above container */
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.flip-card-container {
    perspective: 1000px;
    overflow: hidden;
    width: 300px;
    height: 300px;
    transform: translateX(-100%);
    animation: slideIn 2s forwards ease-out;
    border-radius: 5px;
    cursor: pointer;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: relative;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
   
    background-clip: padding-box;
    border: 3px solid rgb(0, 0, 0);
}

/* 
.flip-card-back::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(90deg,
            #64d050,
            #edc510,
            #fbea2f,
            #25ce1f,
            #0a770e,
            #c4d31e);
    z-index: -1; */
    /* Below the card content */
    /* animation: borderAnim 3s linear infinite;
    background-size: 150%;
} */
/* .flip-card-front::before {
    background-image: url('/assets/css/img/supplimentdudhkandi.jpeg');
} */


@keyframes borderAnim {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.flip-card-front {
    background-color: white;
    background-size: cover;
    background-position: center;
    color: black;
    z-index: 1;
    border: 10px solid rgb(0, 0, 0);
}

.flip-card-back {
    background-color: #33a833;
    color:white;
    transform: rotateY(180deg);
    z-index: 1;
    border: 10px solid green;
}

/* Slide-in animation */
@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Apply animation to flip cards */
.flip-card {
    animation: slideIn 0.6s ease-out forwards;
}

/* Staggered animation for multiple cards */
.flip-card:nth-child(1) {
    animation-delay: 0.2s;
}

.flip-card:nth-child(2) {
    animation-delay: 0.4s;
}

.flip-card:nth-child(3) {
    animation-delay: 0.6s;
}

.flip-card:nth-child(4) {
    animation-delay: 0.8s;
}

/* Responsive layout for smaller screens */
@media only screen and (max-width: 1200px) {
    .container {
        margin-top: 0;
        /* Adjusted to remove extra margin on larger screens */
        justify-content: left;
        gap: 1.5rem;
    }

    h1 {
        margin-top: 0px !important;
        text-align: center;
        color: #f1f1f1;
        font-size: 2rem;
        font-weight: 400;
        /* text-shadow: 2px 2px 4px #3b3a3a; */
    }

    .fhead {
        margin-top: 10px !important;
    }

    .flip-card-container {
        perspective: 1000px;
        overflow: hidden;
        width: 300px;
        height: 300px;
        transform: translateX(-100%);
        animation: slideIn 2s forwards ease-out;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.5rem;
    }

    .container {
        margin-top: 0px;
        /* Remove top margin */
        justify-content: center;
        gap: 1rem;
    }

    h1 {
        margin-top: 0px !important;
        text-align: center;
        color: #f1f1f1;
        font-size: 2rem;
        font-weight: 400;
        text-shadow: 2px 2px 4px #3b3a3a;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1rem;
        margin-bottom: 3px;
    }

    .fhead {
        margin-top: 10px !important;
    }

    h1,
    h2,
    h3 {
        margin: 10px;
    }

    .container {
        margin-top: 14px;
        /* Remove top margin on small screens */
        justify-content: center;
        gap: 1rem;
    }

    .flip-card {
        transform: translateX(-100%);
    }
}

/* Section Styling */
.heritage-nutrivet {
    background-color: #a1c5f0;
    color: #333;
    margin-top: 50px;
        overflow: hidden;
    padding: 20px;
}

.heritage-nutrivet .common-title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #005f6b;
    /* Title Color */
}

.heritage-nutrivet .common-para p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333;
}

.heritage-nutrivet .counts-txts ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.heritage-nutrivet .counts-txts ul li {
    text-align: center;
    font-size: 20px;
}

.heritage-nutrivet .counts-txts ul li .counter {
    font-size: 36px;
    font-weight: bold;
    color: #005f6b;
    display: block;
    transition: all 1s ease-out;
    /* Smooth transition for number change */
}

.heritage-nutrivet .counts-txts ul li h3 {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.heritage-nutrivet .common-button a {
    padding: 10px 30px;
    background-color: #005f6b;
    /* Button color */
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.heritage-nutrivet .common-button a:hover {
    background-color: #003e46;
}

/* Add responsive design for smaller screens */
@media (max-width: 768px) {
    .heritage-nutrivet .counts-txts ul {
        flex-direction: column;
        align-items: center;
    }

    .heritage-nutrivet .counts-txts ul li {
        margin-bottom: 20px;
    }

    .heritage-nutrivet .common-title h2 {
        font-size: 28px;
    }

    .heritage-nutrivet .common-para p {
        font-size: 16px;
    }

    .heritage-nutrivet .common-button a {
        font-size: 14px;
    }
}

.image-dudhkandi {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust the height as needed */
    background: url('https://gorasvruddhi.com/images/inner-banner-10.jpg');
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating the image */
    margin-top: 120px;
}

.image-dudhkandi h1 {
    position: absolute;
    bottom: 20px; /* Aligns the text near the bottom of the container */
    left: 50%;
    transform: translateX(-60%); /* Centers the text horizontally */
    color: rgb(61, 230, 15);
    font-size: 40px; /* You can adjust the font size as needed */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.938); /* Optional: adds a shadow for better readability */
}

/* Responsive Design: Mobile */
@media (max-width: 768px) {
    .image-dudhkandi {
        height: 250px; /* Reduce height for smaller screens */
        margin-top: 80px; /* Adjust margin for smaller screens */
    }

    .image-dudhkandi h1 {
        font-size: 30px; /* Smaller font size for mobile */
        left: 40%;
        transform: translateX(-50%); /* Keep text centered */
        bottom: 10px; /* Adjust bottom position for mobile */
    }
}

/* Tablet Devices */
@media (max-width: 1024px) {
    .image-dudhkandi {
        height: 200px; /* Adjust height for tablet screens */
        margin-top: 100px;
    }

    .image-dudhkandi h1 {
        font-size: 25px; /* Adjust font size for tablets */
    }
}

/* Flex Layout for the sections */
.flex-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; /* Space between sections */
    padding: 20px;
}

.flex-left {
    flex: 1;
    padding: 20px;
}

.flex-right {
    flex: 1;
    padding: 20px;
}

.flex-right img, .flex-left img {
    max-width: 100%;
    height: auto;
}

/* Reverse layout for the second section */
.flex-layout.reverse {
    flex-direction: row-reverse;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .flex-layout {
        flex-direction: column;
    }

    .flex-layout.reverse {
        flex-direction: column-reverse;
    }

    .flex-left img, .flex-right img {
        height: 300px;
    }

    .flex-left .heading-text, .flex-right .heading-text {
        font-size: 22px;
    }

    .flex-left .paragraph-text, .flex-right .paragraph-text {
        font-size: 18px;
    }
}

/* Additional Styles */
.heading-text {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}

.paragraph-text {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}
/* Styling for the section */
.work-section {
    padding: 50px 0;
    /* Add padding to top and bottom of the section */
    background-color: #f9f9f9;
    /* Light background color */
    background: linear-gradient(rgba(9, 56, 115, 2.50), rgba(9, 56, 115, 0.60)),
    url('https://gorasvruddhi.com/images/bg-1.jpeg');
    /* Add the background image URL here */
    background-size: cover;
    /* Make the image cover the whole section */
    background-position: center;
    /* Center the background image */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
}

/* Styling for the section title */
.section-title h2 {
    font-size: 37px;
    color: #ffffff; /* White text for contrast on the background */
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight:700;
}

/* Styling for the paragraph text */
.section-paragraph p {
    font-size: 20px;
    color: #fffcfc; /* White text for better readability on dark background */
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 20px;
}

/* Adding animation when the section comes into view */
.lit {
    opacity: 0;
    animation-duration: 1s;
}

.lit.animated.fadeInUp {
    opacity: 1;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for different screen sizes */

/* For screens 1200px and larger (desktop) */
@media (min-width: 1200px) {
    .section-title h2 {
        font-size: 37px; /* Keep the font size large on large screens */
    }

    .section-paragraph p {
        font-size: 20px; /* Default paragraph size */
    }
}

/* For screens between 992px and 1199px (large tablets and small desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
    .section-title h2 {
        font-size: 32px; /* Slightly smaller font size for medium-sized screens */
    }

    .section-paragraph p {
        font-size: 18px; /* Slightly smaller paragraph font */
    }
}

/* For screens between 768px and 991px (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 28px; /* Further reduce font size for tablet devices */
    }

    .section-paragraph p {
        font-size: 16px; /* Reduce paragraph font size */
    }
}

/* For screens between 576px and 767px (large mobile screens) */
@media (min-width: 576px) and (max-width: 767px) {
    .section-title h2 {
        font-size: 26px; /* Reduce heading font size for small screens */
    }

    .section-paragraph p {
        font-size: 15px; /* Reduce paragraph font size even further */
        padding: 8px 15px; /* Adjust padding for small screens */
    }
}

/* For screens smaller than 576px (small mobile screens) */
@media (max-width: 575px) {
    .section-title h2 {
        font-size: 22px; /* Make the heading font size small */
        text-align: center; /* Center-align heading text */
    }

    .section-paragraph p {
        font-size: 14px; /* Reduce paragraph font size further */
        padding: 6px 10px; /* Adjust padding for better fit */
        padding-bottom: 30px;
    }

    .work-section {
        margin-bottom: 50px;
    }
}

.shorts-heading {
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom:40px;
}

/* For larger screens */
@media (min-width: 769px) {
    .description .short-description {
        display: none;
    }

    .description .full-description {
        display: block;
    }
    .shorts_video{
         height: 280px;
         width: 300px;
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 10px;
    }
}
.shorts_video{
   height: 400px;
    width: 300px;
   
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

/* Intro Section */
.intro {
    background: linear-gradient(45deg, #6ab04c, #1e5631);
    color: white;
    padding: 34px 40px;
    text-align: center;
    border-radius: 15px;
    margin-top: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.intro-heading {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: black;
}

.cta-button {
    display: inline-block;
    background-color: #1976d2;
    color: white;
    padding: 9px 30px !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    font-size: 1.1rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(255, 158, 44, 0.3);
    cursor: pointer;
}

.cta-button:hover {
    background-color: #000000;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(255, 158, 44, 0.5);
}

/* About Section */
.aboutt {
    background: linear-gradient(135deg, #f6f7fb, #d9e4f5); /* Soft gradient background */
    color: #2c3e50;
    padding: 80px 50px;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.2); /* Larger shadow for depth */
    margin-top: 20px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; /* Center align the section */
}

.about-heading {
    font-size: 3rem;
    color: green;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.about-text {
    font-size: 1.2rem;
    color: #7f8c8d;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.about-subheading {
    font-size: 2rem;
    font-weight: 600;
    color: #2980b9;
    margin-bottom: 15px;
}

/* About - Benefits Section */
.about-list {
    list-style-type: none;
    padding: 0;
    font-size: 1.1rem;
    color: #34495e;
    text-align: left;
    margin-top: 20px;
}

.about-list li {
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 50px;
}

.about-list li:before {
    content: "✔️";
    color: #2980b9;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
    margin-right: 15px;
}

.about-list li:hover {
    background-color: #f9f9f9;
    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
}

/* Benefits Section */
.benefits {
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 40px;
}

.benefits-heading {
    font-size: 2.5rem;
    color: green;
    margin-bottom: 25px;
    font-weight: 600;
}

.benefits-text {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 30px;
    line-height: 1.8;
}

.benefits-list {
    display: flex;
    justify-content: space-between; /* Ensure the items are spaced out */
    flex-wrap: wrap; /* Allows columns to wrap on smaller screens */
    gap: 20px; /* Space between columns */
}

/* Each list item should take up 1/4 of the available width on larger screens */
.benefits-list li {
    background-color: #f2f2f2;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 22%; /* 4 items per row */
    text-align: center;
    transition: all 0.3s ease-in-out;
    list-style-type:none;
}

.benefits-list li:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}





/* Media Queries for Responsiveness */
@media screen and (max-width: 768px) {
    .intro-heading {
        font-size: 2.4rem;
    }

    .intro-text {
        font-size: 1rem;
    }

    .about-heading, .benefits-heading, .how-to-heading {
        font-size: 2rem;
    }

    .cta-button {
        font-size: 1rem;
    }

    .benefits-list {
        flex-direction: column;
    }

    .benefits-list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .flex-row {
        flex-direction: column; /* Stacks the columns vertically on small screens */
    }
}


.partner-list li {
    margin-bottom: 10px;
}

.cta-button{
    text-decoration: none;
    list-style-type: none;
}

/* CTA Button Styles */
.cta-button {
    background-color: blue;
    color: white;
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}


.cta-button:hover {
    background-color: #2980b9;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    list-style-type: none;
}


/* General Section Styles */
.section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

/* Dealer Form with Gradient Background */
.dealer-form {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.3), rgba(255, 255, 255, 0.8)), url(/assets/css/img/Cowbgimg.jpeg);
    background-size: cover; /* Ensures the image covers the entire area */
    background-position: center; /* Centers the image */
    background-attachment: fixed; /* Keeps the image fixed while scrolling */
    padding: 60px 0; /* Adds padding to the top and bottom of the section */
}

/* Content styling for dealer form */
.common-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: green;
    margin-bottom: 15px;
}

.common-para p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

/* Form Styles */
.banner-form form {
    background: rgba(255, 255, 255, 0.8); /* White background with opacity for contrast */
    border-radius: 8px;
    padding: 40px;
    margin-left: 40px;
    margin-right: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Title */
.tit-bn h3 {
    font-size: 28px;
    font-weight: 600;
    color: green;
    margin-bottom: 20px;
}

/* Input Field Styles */
.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Button Styles */
input[type="button"] {
    background-color: #007bff;
    color: white;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-align: center;
    display: inline-block;


}

input[type="button"]:hover {
    background-color: #0056b3;
}

/* Responsive Layout */
@media (max-width: 768px) {
    .col-lg-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    input[type="button"] {
        width: 100%;
        padding: 12px 20px;
    }
}

/* Custom Form Styling for Larger Views */
@media (min-width: 769px) {
    .col-lg-6 {
        width: 50%;
    }
}

/* Additional Styling for Section */
.row {
    margin-bottom: 20px;
  
}

.filed-rgt {
    text-align: center;
}


/* Goals Section */
.goals-section {
    padding: 60px 20px;
    background: #f9f9f9;
    margin-top: 40px;
    border-radius: 8px;
    animation: fadeIn 2s ease-out;
}

.goals-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2C8F3A;
    text-align: center;
    margin-bottom: 40px;
}

/* Goal Cards Container */
.goals-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* Goal Card Styles */
.goal-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    flex-basis: 32%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.goal-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.goal-title {
    font-size: 1.8rem;
    color: #2C8F3A;
    margin-bottom: 10px;
    font-weight: bold;
}

.goal-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Goal Icon */
.goal-icon {
    font-size: 3rem;
    color: #56B07A;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

/* Hover effect for goal icon */
.goal-card:hover .goal-icon {
    transform: scale(1.2);
    color: #2C8F3A;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {
    .goals-container {
        flex-direction: column;
        align-items: center;
    }

    .goal-card {
        flex-basis: 100%;
    }
}

/* Fade In Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* ---------------------------------------------Terms and Conditions  ---------------------------- */

/* Terms and Conditions Container */
.terms-conditions-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 60px;  /* More padding for better space */
    background: linear-gradient(145deg, #ffffff, #f7f7f7);  /* Soft gradient background */
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    transition: all 0.3s ease;
}

.terms-conditions-content:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);  /* Hover effect */
}

/* ----------------------------------------------------------Return policy page ------------------------------------------------ */

.return-header {
    /*background-color: #000;*/
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: 0px;
}

.return-header-title {
    margin: 0;
    font-size: 2.5em;
}

.return-header-subtitle {
    font-size: 1.2em;
}

.return-section {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 20px;
}

ul {
    list-style-type: none;
    padding-left: 20px;
}

li {
    margin: 8px 0;
}

.contact-info {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom:100px;
}

.contact-info p {
    font-size: 1.1em;
    margin: 5px 0;
}

.highlight {
    font-weight: bold;
    color: #2e5eee;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.5em;
    }
}

/*privacy police */
.privacy-policy-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: linear-gradient(145deg, #f0f4f8, #ffffff); /* Light gradient background */
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-top: 120px;
    margin-bottom: 100px;
    font-family: 'Lato', sans-serif;  /* Modern font family */
    color: #444444;
   
}

/* Heading Styles */
.privacy-policy-content h2 {
    color: #1a73e8;  /* Vibrant blue for the main title */
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.privacy-policy-content h3 {
    color: #333333;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 5px;
}

.privacy-policy-content h4 {
    color: #555555;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}

/* Paragraphs and Text */
.privacy-policy-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555555;
    text-align: justify;  /* Justify text for better alignment */
}

/* Lists Styling */
.privacy-policy-content ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.privacy-policy-content ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 25px;
    color: #555555;
}

.privacy-policy-content ul li::before {
    content: '\2022'; /* Unicode for a circle bullet */
    position: absolute;
    left: 0;
    color: #1a73e8;  /* Blue colored bullets */
    font-size: 20px;
    top: 0;
}

/* Links */
.privacy-policy-content a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.privacy-policy-content a:hover {
    color: #0c53a1;
    text-decoration: underline;
}

/* Strong Text */
strong {
    font-weight: 700;
}

/* Section Divider */
.privacy-policy-content hr {
    border: 0;
    border-top: 3px solid #f1f1f1;
    margin: 30px 0;
}

/* Button Styling (If any buttons exist) */
button {
    background-color: #1a73e8;
    color: white;
    font-size: 18px;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #0c53a1;
}

/* Card-like Elements for Definitions */
.definition-card {
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 25px;
}

.definition-card strong {
    color: #1a73e8;
    font-size: 18px;
}

.definition-card p {
    font-size: 16px;
    color: #666666;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.privacy-policy-content h2, .privacy-policy-content h3, .privacy-policy-content p {
    animation: fadeIn 1s ease-in-out;
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-policy-content {
        padding: 25px;
    }

    .privacy-policy-content h2 {
        font-size: 30px;
    }

    .privacy-policy-content h3 {
        font-size: 24px;
    }

    .privacy-policy-content h4 {
        font-size: 18px;
    }

    .privacy-policy-content p, .privacy-policy-content ul li {
        font-size: 14px;
    }
    
    .definition-card {
        padding: 15px;
    }
}

/* -----------------------------------------------------------------------------------profile--------------------------------------------------------------------------------------------- */


.profile-cards-full {
    overflow: visible;
}

.profile-cards {
    display: block; /* Show on mobile */
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    text-align: center;
   
    position: sticky; 
    top: 86px; 
    z-index: 1000; 
    max-height: none; 
    overflow: visible; 
    padding: 10px; 
    background-color: white; 
}

/* Optional: Add a slight opacity for a translucent effect */
.profile-cards {
    background-color: rgba(255, 255, 255, 1); 
}


.profile-cards-icons {
    padding: 16px;
    color: #3cb371;
}

.profile-card-heading {
    font-size: 1.5em;
    margin: 0;
}

.profile-card-description {
    color: #555;
 
}

.profile-card-btn {
    background-color: #0056b3;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.profile-card-btn:hover {
    background-color: #0056b3;
}

@media (min-width: 768px) {
    .profile-cards-full {
        display: none; /* Hide on larger screens */
    }
}

/* Ensuring cards are side by side on mobile */
.row {
    display: flex; 
    flex-wrap: wrap; 
    color: #000000;
}

.col-6 {
    flex: 0 0 50%; 
    max-width: 50%; 
   padding-bottom:10px;
  
}


/* -------------------------- */
.profile-cards-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
   
    overflow: hidden;
}

.profile-cards-links li {
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: inset 0 4px 10px rgba(161, 234, 119, 0.5);
    transition: background-color 0.3s, transform 0.3s;
   
   
}
.profile-cards-links{
    margin-top: 80px;
}

.profile-cards-links li:hover {
    background-color: darkorange; 
    transform: scale(1.02); 
}

.profile-cards-links ul li a {
    color: rgb(17, 10, 10);
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    transition: color 0.3s; 
    position: relative;
}

.profile-cards-links ul li a .btn {
    color: black ; 
    margin-right:10px;
}

.profile-cards-links ul li a span {
    position: absolute; 
    right: 10px;
    margin-left: 20px; 
    color: #07ae52 ; 
}

.profile-cards-links ul li a:hover {
    color: #ffffff;
}

.profile-cards-full {
    padding-bottom: 1px;
}
.profile-cards-links ul li a i{
    color: #07ae52 ;
    
}
.vision-section{
    margin-top:100px;
}

.mission-section {
    padding: 80px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    color: #333;
    text-align: center;
    animation: fadeIn 1.5s ease-out;
}
.vision-section {
    padding: 80px 20px;
    background: linear-gradient(to right, #2C8F3A, #56B07A);
    border-radius: 8px;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 120px;
    text-align: center;
    animation: fadeIn 1.5s ease-out;
}
.vision-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.vision-description {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 40px;
}
.mission-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2C8F3A;
    margin-bottom: 20px;
}
.mission-description {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 40px;
}

/* ---------------------------------------------Terms and Conditions  ---------------------------- */

/* Terms and Conditions Container */
.terms-conditions-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 60px;  /* More padding for better space */
    background: linear-gradient(145deg, #ffffff, #f7f7f7);  /* Soft gradient background */
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    transition: all 0.3s ease;
}

.terms-conditions-content:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);  /* Hover effect */
}

/* Intro Text */
.intro-text {
    color: #f4ecec;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
}

/* Page Title */
.page-title {
    font-size: 40px;
    color: #1a73e8;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 1px 5px rgba(26, 115, 232, 0.4); /* Text shadow effect */
}

/* Section Heading */
.section-heading {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 3px solid #1a73e8;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

/* Paragraph Styling */
.terms-paragraph {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #555;
    text-align: justify;
}

/* Lists Styling */
.terms-list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.terms-list li {
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #555;
    transition: all 0.3s ease;
}

.terms-list li:hover {
    color: #1a73e8;  /* Hover effect */
}

.terms-list li::before {
    content: '\2022';  /* Bullet point */
    position: absolute;
    left: 0;
    color: #1a73e8;
    font-size: 24px;
    top: 0;
}

/* Contact Section */
.contact-info {
    /*background-color: #f5f5f5;*/
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    color: #555;
    margin-top: 40px;
    transition: all 0.3s ease;
    text-align:left;
}

.contact-info:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);  /* Hover effect */
}

.contact-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-item {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Links */
.contact-link {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.contact-link:hover {
    color: #0c53a1;
    text-decoration: underline;
}

/* Add subtle animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.page-title, .section-heading, .terms-paragraph {
    animation: fadeIn 1s ease-in-out;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
    .terms-conditions-content {
        padding: 25px;
    }

    .page-title {
        font-size: 28px;
    }

    .section-heading, .contact-title {
        font-size: 22px;
    }

    .terms-paragraph, .terms-list li {
        font-size: 16px;
    }

    .contact-info {
        padding: 20px;
    }

}

  .truncated-description {
            display: -webkit-box;
            -webkit-line-clamp: 4; 
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            }
            .description .short-description{
                display:block;
            }
            .mb-5 {
                margin-bottom: 7rem !important;
            }
           .mo-view{
              gap:9px;
               justify-content:center;
           }
          
            @media (max-width: 768px) {
            .col-12 {
                flex: 0 0 auto;
                width: 47%;
            }
       
            }
            #offers{
                /*background:rgb(164, 196, 197);*/
                padding-bottom:10px;
            }
       
            
            .card_button a button{
                margin-top:0px;

            }
            
            /*order payment*/
             #razorpay-form{
        margin-top:150px;
    }

    .bg-light {
        background-color: #f8f9fa; /* Soft background for contrast */
    }

    .card {
        background-color: #ffffff;
        border: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease-in-out;
    }

    .card:hover {
        transform: translateY(-5px);
    }

    .btn-warning {
        background-color: #ffc107;
        border: none;
        color: white;
        font-weight: bold;
    }

    .btn-warning:hover {
        background-color: #e0a800;
    }

    .btn-primary {
        background-color: #007bff;
        border: none;
        color: white;
        font-weight: bold;
    }

    .btn-primary:hover {
        background-color: #0056b3;
    }

    hr {
        border: 1px solid #ddd;
    }
    .pay_details{
      display: flex;
        justify-content: center;
        gap: 10px;
    }
    
    /*add cart*/
        .cart-container {
        width: 90%;
        margin: 30px auto;
        background: #ffffff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
    }

    .header {
        margin-top: 80px;
        color: #343a40;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }

    .cart-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        padding: 20px;
    }
    .product-item {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 1000px;
    margin: 0px auto;
    margin-bottom:20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .product-item:hover {
        transform: scale(1.03);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .product-section {
        display: flex;
        gap: 162px;
        align-items: center;
        margin: 0px auto;
    }

    .product-image {
        width: 100px;
        height: 100px;
        border-radius: 8px;
        object-fit: cover;
        border: 1px solid #ddd;
        background-color: #f9f9f9;
    }

    .product-info {
        flex: 1;
    }

    .product-info h2 {
        font-size: 16px;
        color: #212529;
        margin: 0 0 5px;
        font-weight: bold;
        width:300px;
    }

    .product-info h2 + h2 {
        font-size: 14px;
        color: #17a2b8;
    }

    .quantity-control {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 10px;
    }

    .qty-btn {
        padding: 5px 10px;
        background-color: #e9ecef;
        border: none;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.2s ease;
        text-decoration:none;
        color:black;
    }

    .qty-btn:hover {
        background-color: #ced4da;
    }

    .qty-input {
        width: 50px;
        height: 35px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 16px;
        color: #495057;
    }

    .product-actions {
        margin-top: 10px;
    }

    .remove {
        padding: 8px 20px;
        background-color: #dc3545;
        color: #fff;
        font-size: 14px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .remove:hover {
        background-color: #c82333;
    }

    .card_price_details {
        justify-content: center;
        display: flex;
        margin-top: 20px;
    }

    .price-details {
        width: 100%;
        max-width: 350px;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .price-details h3 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #343a40;
        font-weight: bold;
    }

    .price-details p {
        font-size: 16px;
        margin: 5px 0;
        color: #6c757d;
    }

    .price-details h5 {
        font-size: 18px;
        color: #212529;
        margin: 15px 0;
    }

    .place-order {
        width: 100%;
        padding: 12px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .place-order:hover {
        background-color: #0056b3;
    }
    .floating-icons{
        display:block;
    }


    @media (max-width: 768px) {
        .cart-content {
            grid-template-columns: 1fr;
        }

        .product-item {
            margin: 0 auto;
        }
        .floating-icons{
            display:none;
        }
    }

}
    #orderform{
        margin-top:150px;
    }
         

            