/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.html);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.html);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url("../../cdn.jsdelivr.net/npm/bootstrap-icons%401.13.1/font/bootstrap-icons.min.css");
/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

/* Import Google Font (Inter example) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');




/* caurosal and testimonial  */

.sale {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


  .con_txt{
   font-weight: 700;
   font-size: 40px;
   
  }

  

  /* intro animation */
  /* Apply fade-in animation directly to body */
body {
  opacity: 0; /* Start invisible */
  animation: fadeInBody 0.5s ease-in-out forwards; /* 2 seconds fade-in */
}

@keyframes fadeInBody {
  0% { opacity: 0; }
  100% { opacity: 1; }
}




* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*-----------------------------------------------------*/
.main-content {
    margin: 90px;
}

.logo {
    height: 100%;
    max-width: 100%;
}



:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding_0 {
    padding: 0px;
}

.banner_area_blog {
  min-height: 30vh;
  width: 60%;
  background-image: url('../images/blog-back.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;

}
.banner_area_about {
  min-height: 30vh;
  width: 60%;
  background-image: url('../images/about-back2.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;

}
.banner_area_contact {
  min-height: 30vh;
  width: 60%;
  background-image: url('../images/contact-back.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_content h2 {
  color: #000000;
  font-size: 36px;
  margin-bottom: 10px;
}

.page_link a {
  color: #000000;
  margin: 0 8px;
  text-decoration: none;
}

.page_link a:hover {
  text-decoration: underline;
}
/* header section start */



.bg-light {
    background-color: transparent !important;
}

.ml-auto,
.mx-auto {
    margin: 0 auto;
}
.nav-item{
  align-items: center;
  padding: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 15px;
    font-size: 19px;
    color: #222222;
    margin: 0px 6px;
    
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #6cec41;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: green;
    border-radius: 20px;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

/* .navbar {
    padding: 15px 0px;
} */



/* 320px - small mobile */
@media (max-width: 320px) {
  .navbar-brand img {
    width: 50px;
  }

  .nav-item {
    font-size: 12px;
  }

  .desktop-megamenu {
    position: static;
    display: block;
  }

  .category-column {
    width: 100%;
  }
}

/* 375px - larger mobile */
@media (max-width: 375px) {
  .nav-item {
    font-size: 13px;
  }
}

/* 425px - large phones / small tablets */
@media (max-width: 425px) {
  .navbar-nav {
    text-align: center;
  }

  .category-grid {
    flex-direction: column;
  }
}

/* 768px - tablets */
@media (max-width: 768px) {
  .desktop-megamenu {
    display: none !important;
  }

  .category-grid {
    flex-direction: column;
  }

  .category-column {
    margin-bottom: 20px;
  }

  .navbar-brand img {
    width: 100px;
  }

  .navbar-collapse {
    background-color: #ffffff;
    padding: 1rem;
  }
}

/* 1024px - small laptops */
@media (min-width: 769px) and (max-width: 1024px) {
  .category-column {
    flex: 1 1 50%;
  }

  .desktop-megamenu {
    padding: 10px;
  }
}

/* 1440px - standard desktops */
@media (min-width: 1025px) and (max-width: 1440px) {
  .category-column {
    flex: 1 1 30%;
  }

  .desktop-megamenu {
    padding: 20px;
  }
}

/* 2560px - 4K screens */
@media (min-width: 1441px) {
  .container {
    max-width: 1400px;
  }

  .desktop-megamenu {
    padding: 30px 60px;
  }
}


/* megamenu section  */

.products-megamenu-1 {
  position: relative;
  
}

.products-megamenu-1:hover .desktop-megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.desktop-megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 1s ease;
  z-index: 99;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow: hidden;
}
.products-megamenu-1 {
  padding-bottom: 10px;
}




@media (min-width: 1200px) {
  .products-megamenu-1 {
    position: static;
    /*  Hide Desktop Mega Menu 1 in Desktop */
    /* Bootstrap Tabs Navigation */
    /* Tab Content */
  }

  .mobile-megamenu {
    display: none;
  }

  
  .desktop-megamenu,
  .products-megamenu-1 .active,
  .products-megamenu-1 .active:focus {
    background-color: #fff;
  }

   .desktop-megamenu {
    margin-top: -30px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    border-radius: 16px;
    z-index: 99;
    padding: 20px;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    overflow: hidden;
  }
  .desktop-megamenu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

   .products-megamenu-1:hover> .desktop-megamenu,
   .desktop-megamenu:hover {
    opacity: 1;
    top: 100%;
    visibility: visible;
    pointer-events: auto;
  }

  .megamenu-tabs {
    margin-bottom: 15px;
  }

   .nav-tabs {
    border-bottom: 1px solid color-mix(in srgb,#6cec41, transparent 50%);
    justify-content: center;
  }

  .m-nav-item {
    margin-bottom: 0;
  }

   .m-nav-link {
    border: none;
    padding: 10px 15px;
    color:#000;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
    background-color: transparent;
    border-bottom: 2px solid transparent;
  }

  .m-nav-link:hover {
    color: #6cec41;
    border-color: transparent;
  }

   .m-nav-link.active {
    color: #6cec41;
    background-color: transparent;
    border-bottom: 2px solid #6cec41;
  }

   .megamenu-content {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Category Grid */
    /* Product Grid */
  }

   .megamenu-content::-webkit-scrollbar {
    width: 5px;
  }

   .megamenu-content::-webkit-scrollbar-track {
    background: color-mix(in srgb, var(--default-color), transparent 95%);
    border-radius: 10px;
  }

   .megamenu-content::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--default-color), transparent 80%);
    border-radius: 10px;
  }

   .megamenu-content .tab-content {
    display: none;
  }

   .megamenu-content .tab-content.active {
    display: block;
  }

   .category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

   .category-column {
    background-color: color-mix(in srgb,#fff, #6cec41 3%);
    border-radius: 8px;
    padding: 15px;
    transition: 0.3s;
  }

   .category-column h4 {
    color:#000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid color-mix(in srgb,#000, transparent 90%);
    position: relative;
  }

   .category-column h4:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color:#6cec41;
  }

   .category-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

    .category-column ul li {
    margin-bottom: 10px;
    background-color: none !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start !important;
    width: 100%;
  }

    .category-column ul li:last-child {
    margin-bottom: 0;
  }

    .category-column ul li a {
    color: #00000083;
    font-size: 14px;
    transition: 0.3s;
    padding: 0 0 0 20px;
    display: block;
    position: relative;
  }

    .category-column ul li a:before {
    content: "\f285";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color:#00000083;
    opacity: 0.7;
  }

    .category-column ul li a:hover {
    color: #6cec41;
    transform: translateX(3px);
  }

    .category-column ul li a:hover:before {
    opacity: 1;
  }

    .category-column .active {
    background-color: none;
  }
}

/* header section end */


/* banner section start */
.header_section {
    height: 400px;
    width: 100%;
    background-image: url(../images/Phone.html\ Wallpaper\ Background.jpg);
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 1px solid #6cec41;
}

.header_bg {
    background: #ffffff;
    border-bottom: 1px solid #6cec41;
}
.banner_section {
    width: 100%;
    padding: 90px 0px 145px 0px;
}

.banner_img {
    justify-content: center;
    border-radius: 50px;
    height: 500px;
    object-fit: contain;
}

.banner_taital {
    margin-top: 25%;
    width: 80%;
    font-size: 60px;
    color: #222222;
    font-weight: bold;
}

.banner_text {
    width: 70%;
    font-size: 16px;
    color: #222222;
    margin: 0px;
}

.started_text {
    width: 170px;
    float: left;
    padding-top: 20px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 8px 10px;
    color: #ffffff;
    background-color: #6cec41;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #000000;
}

.form-group {
    margin-bottom: 0px;
}

.carousel-indicators li {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    text-indent: 0;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.carousel-indicators .active {
    background: transparent;
    color: #6cec41;
}

.carousel-indicators {
    bottom: -100px;
    justify-content: center;
    margin-right: initial;
    margin-left: 0px;
}
/* Base styles already defined above */

/* Devices <= 320px (very small phones) */
@media (max-width: 320px) {
  .banner_taital {
    font-size: 28px;
    margin-top: 20%;
  }
  .banner_text {
    font-size: 14px;
    width: 90%;
  }
  .banner_img {
    height: 250px;
  }
}

/* Devices <= 375px (iPhone SE, X) */
@media (max-width: 375px) {
  .banner_taital {
    font-size: 32px;
    margin-top: 20%;
  }
  .banner_text {
    font-size: 14px;
    width: 90%;
  }
  .banner_img {
    height: 280px;
  }
}

/* Devices <= 425px (small phones) */
@media (max-width: 425px) {
  .banner_taital {
    font-size: 36px;
    margin-top: 20%;
  }
  .banner_text {
    font-size: 15px;
    width: 90%;
  }
  .banner_img {
    height: 300px;
  }
}

/* Tablets - 768px */
@media (max-width: 768px) {
  .banner_taital {
    font-size: 40px;
    margin-top: 15%;
  }
  .banner_text {
    font-size: 16px;
    width: 80%;
  }
  .banner_img {
    height: 350px;
  }
}

/* Tablets - 1024px */
@media (max-width: 1024px) {
  .banner_taital {
    font-size: 48px;
  }
  .banner_text {
    font-size: 16px;
  }
  .banner_img {
    height: 400px;
  }
  .carousel-indicators{
    bottom: -50;
  }
}

/* Desktop - 1440px */
@media (max-width: 1440px) {
  .banner_taital {
    font-size: 55px;
  }
  .banner_img {
    height: 450px;
  }
  .carousel-indicators{
    bottom: -100;
  }
}

/* Very large screens - 2560px */
@media (min-width: 1441px) and (max-width: 2560px) {
  .banner_taital {
    font-size: 60px;
  }
  .banner_img {
    height: 500px;
  }
}


/* banner section end */


/* about section start */
.about_section {
  margin: 0 auto;
  width: 100%;
  padding: 40px 0;
  overflow: hidden; /* helps prevent scroll issues */
}

.about-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px; /* matches your image */
}

/* your existing about_img style remains unchanged */
.about_img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  pointer-events: none;        /* disables right-click */
  user-drag: none;             /* stops image dragging */
  -webkit-user-drag: none;     /* for Safari/Chrome */
}

/* Desktop and tablet default */
.about-image .watermark-logo {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 60px !important;
  height: auto !important;
  opacity: 0.8;
  object-fit: contain !important;
  z-index: 10;
  pointer-events: none;
}

/* ✅ Mobile view adjustment */
@media (max-width: 768px) {
  .about-image .watermark-logo {
    top: 40px !important;         /* reduce top spacing */
    right: 5px !important;       /* reduce right spacing */
    width: 40px !important;      /* smaller watermark for mobile */
    opacity: 0.8;                /* slightly lighter for smaller screens */
  }
}


.about_taital {
  font-size: 40px;
  color: #373736;
  font-weight: bold;
  padding-top: 20px;
  position: relative;
}

.about_taital::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 6px;
  background-color: #6cec41;
  bottom: 0px;
  left: 0;
  border-radius: 4px;
}

.about_text {
  font-size: 16px;
  color: #373736;
  margin-top: 20px;
  line-height: 1.6;
}
/* Extra small devices (phones, 320px - 375px) */
@media (max-width: 375px) {
  .about_taital {
    font-size: 24px;
    text-align: center;
  }

  .about_text {
    font-size: 14px;
    text-align: justify;
  }

  .about_section .col-12 {
    padding: 20px !important;
  }

  .about_img {
    border-radius: 30px;
  }
}

/* Small devices (phones, 425px) */
@media (max-width: 425px) {
  .about_taital {
    font-size: 28px;
  }

  .about_text {
    font-size: 15px;
  }
}

/* Medium devices (tablets, 768px) */
@media (max-width: 768px) {
  .about_section {
    padding: 0px;
  }

  .about_taital {
    font-size: 32px;
    text-align: center;
  }

  .about_text {
    text-align: center;
  }

  .about_section .col-md-6 {
    padding: 20px;
  }
}

/* Large devices (1024px - tablets/laptops) */
@media (max-width: 1024px) {
  .about_taital {
    font-size: 36px;
  }

  .about_text {
    font-size: 15.5px;
  }
}

/* XL (1440px) */
@media (max-width: 1440px) {
  .about_taital {
    font-size: 38px;
  }
}

/* Ultra-wide screens (2560px) */
@media (min-width: 1441px) {
  .about_taital {
    font-size: 44px;
  }

  .about_text {
    font-size: 18px;
  }
}


/* about section end */
/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats-section {
  background-color: #6cec4144;
  margin: 0px;
}
.stats-item {
  padding: 30px;
  width: 100%;
}

.stats-item i {
  color: #6cec41;
  display: block;
  font-size: 44px;
  float: left;
  line-height: 0;
  align-items: center;
}

.stats-item h1{
   color: color-mix(in srgb, #000, transparent 40%);
  text-align: center;
  padding: 0px;
  font-size: 30px;
  font-weight: 600;
}

.stats-item h2{
   color: color-mix(in srgb, #000, transparent 40%);
  text-align: center;
  padding: 0px;
  font-size: 30px;
  font-weight: 600;
}
.stat-text{
  color: color-mix(in srgb, #000, transparent 40%);
  margin:auto;
  text-align: center;
  font-size: 14px;
}

/* 2560px+ */
@media (min-width: 2560px) {
  .stats-item {
    padding: 60px;
  }
  .stats .stats-item i {
    font-size: 72px;
  }
  .stats-item h1,
  .stats-item h2 {
    font-size: 48px;
  }
  .stats .stats-item p {
    font-size: 20px;
  }
}

/* 1440px - 2559px */
@media (max-width: 1440px) {
  .stats .stats-item i {
    font-size: 60px;
  }
  .stats-item h1,
  .stats-item h2 {
    font-size: 36px;
  }
  .stats .stats-item p {
    font-size: 16px;
  }
}

/* 1024px - 1439px */
@media (max-width: 1024px) {
  .stats .stats-item i {
    font-size: 50px;
  }
  .stats-item h1,
  .stats-item h2 {
    font-size: 28px;
  }
  .stats .stats-item p {
    font-size: 14px;
  }
}

/* 768px - 1023px */
@media (max-width: 768px) {
  .stats .stats-item i {
    font-size: 44px;
  }
  .stats-item h1,
  .stats-item h2 {
    font-size: 24px;
  }
  .stats .stats-item p {
    font-size: 13px;
  }
}

/* 425px - 767px */
@media (max-width: 425px) {
  .stats .stats-item i {
    float: none;
    font-size: 36px;
    margin-bottom: 10px;
  }
  .stats-item h1,
  .stats-item h2 {
    font-size: 20px;
  }
  .stats .stats-item p {
    font-size: 12px;
  }
}

/* 375px - 424px */
@media (max-width: 375px) {
  .stats-item {
    padding: 20px;
  }
  .stats .stats-item i {
    font-size: 32px;
  }
  .stats-item h1,
  .stats-item h2 {
    font-size: 18px;
  }
  .stats .stats-item p {
    font-size: 11.5px;
  }
}

/* 320px - 374px */
@media (max-width: 320px) {
  .stats .stats-item i {
    font-size: 28px;
  }
  .stats-item h1,
  .stats-item h2 {
    font-size: 16px;
  }
  .stats .stats-item p {
    font-size: 11px;
  }
}
/* team memmber section */

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.responsive-cell-block {
  min-height: 75px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 50px;
  justify-content: space-evenly;
}

.outer-container {
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  background-color:#fff;
}

.inner-container {
  max-width: 1320px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.img-wrapper {
  width: 100%;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-media-links {
  width: 125px;
  display: flex;
  justify-content: space-between;
}

.name {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.position {
  font-size: 25px;
  font-weight: 700;
  color: #6cec41;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.team-img {
  width: 100%;
  height: 100%;
}

.team-card-container {
  width: 280px;
  margin: 0 0 40px 0;
  
}
.team-card:hover{
  border-radius: 25px;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px #6cec415d;
  /* background: linear-gradient(to top, #6cec4123, transparent); */
}

@media (max-width: 500px) {
  .outer-container {
    padding: 10px 20px 10px 20px;
  }

  .section-head-text {
    text-align: center;
  }
}

/* home product section start */


.product-list{
    margin: 10px;
    padding: 15px;
}
.product_taital{
  text-align: center;
      width: 66%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
}
.product_taital::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 7px;
    background-color: #6cec41;
    bottom: 30px;
    border-radius: 4px;
    margin-left: -220px;
}
.product_taital::after {
    position: absolute;
    content: '';
    width: 200px;
    height: 7px;
    background-color: #6cec41;
    bottom: 30px;
    border-radius: 4px;
    margin-left: 20px;
}
@media (max-width: 768px) {
  .product_taital::before,
  .product_taital::after {
    content: none;
  }
}
.product-container {
  position: relative;
  min-height: 400px;
}

.product-item {
  margin-bottom: 50px;
}

.product-card {
  position: relative;
  height: 100%;
  background-color:#fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px #6cec415d;
}

.main-img {
  opacity: 0;
}

.product-card:hover .product-image1 .hover-img {
  opacity: 1;
}

.product-card:hover .product-image1 .product-overlay {
  opacity: 1;
  visibility: visible;
}

/* your existing code */
.product-image1 {
  position: relative;
  overflow: hidden;
  padding-top: 80%;
  border-radius: 15px;
}

.product-image1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}



/* ✅ add this block below */
.product-image1 .watermark-logo {
  position: absolute !important;
  top: 10px;          /* place logo at top-right corner */
  left: auto !important;
  right: 10px !important;

  width: 60px;        /* adjust logo size */
  height: auto !important;
  opacity: 0.7;      
  object-fit: contain !important;
  z-index: 5;         /* ensure it's above image */
  pointer-events: none; /* prevent blocking clicks */
}


 .main-img {
  opacity: 1;
  z-index: 1;
}

.hover-img {
  opacity: 0;
  z-index: 2;
}

.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #6cec41cd;
  border-radius: 30px;
}

.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, #6cec4123, transparent);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #6cec41cd;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-cart:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-2px);
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color:#fff ;
  background-color: #6cec41cd;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.action-btn:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-2px);
}

.product-info {
  padding: 20px;
}

 .product-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

/* Hover effect on the product title text */
.product-title .title-text {
  transition: color 0.3s ease;
  cursor: pointer; /* shows pointer */
  color: #000000c2; /* default color */
  font-size: 25px;
}

.product-title .title-text:hover {
  color: #6cec41cd; /* hover color */
}

.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.current-price {
  font-size: 18px;
  font-weight: 700;
  color: #278107aa;
}

.old-price {
  font-size: 14px;
  font-weight: 400;
  color: rgba(184, 62, 62, 0.593);
  text-decoration: line-through;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #FFB800;
}

.product-rating span {
  margin-left: 5px;
  font-size: 12px;
  color: color-mix(in srgb, #000000c2, transparent 40%);
}

.product-list .view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #6cec41;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.product-list .view-all-btn i {
  transition: transform 0.3s ease;
}

.product-list .view-all-btn:hover {
    color: #fff;
  background-color: #000;
}

.product-list .view-all-btn:hover i {
    color: #fff;
  transform: translateX(5px);
}

@media (max-width: 991.98px) {
.product-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {

.product-info {
    padding: 15px;
  }

.product-title {
    font-size: 15px;
  }

.current-price {
    font-size: 16px;
  }

  .old-price {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
.row {
    margin-left: -10px;
    margin-right: -10px;
  }

.product-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
} 

/*  home product section end  */


/*--------------------------------------------------------------
# Cart Section
--------------------------------------------------------------*/
 .cart-box{
    padding: 10px;
 }
.cart-items {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.cart-header {
  border-bottom: 1px solid #66ff0080;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.cart-header h5 {
  padding: 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
  color:#6cec41;
}

.cart-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #66ff0080;
  transition: background-color 0.3s ease;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart .cart-items .cart-item:hover {
  background-color:#fff;
}

.product-image {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  border-radius: 0.375rem;
  overflow: hidden;
  margin-right: 1rem;
  border: 1px solid #66ff0080;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
.product-image {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
  }
}

.product-details {
  flex: 1;
}

.product-title {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 1rem;
  color: #000000c2;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  color: #00000083;
}

.product-meta span {
  display: inline-block;
}

.remove-item {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.8125rem;
  color: rgba(236, 25, 25, 0.593);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.3s ease;
}

.remove-item:hover {
  color: #ff0000ec;
}

.remove-item i {
  font-size: 0.875rem;
}

.current-price {
  font-weight: 600;
  color: #278107aa;
  font-size: 1.2rem;
}

.original-price {
  text-decoration: line-through;
  color:rgba(184, 62, 62, 0.593) ;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

.quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid#66ff0080;
  border-radius: 0.375rem;
  overflow: hidden;
}

 .quantity-btn {
  background: none;
  border: none;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000c2 ;
  transition: background-color 0.3s ease;
}

.quantity-btn:hover {
  background-color: #66ff0020;
  color: #288107d1;
}

.quantity-btn:active {
  background-color: #fff;
}

.quantity-input {
  width: 2.5rem;
  text-align: center;
  border: none;
  border-left:1px solid #66ff0080;
  border-right: 1px solid #66ff0080;
  font-size: 0.875rem;
  color:#00000083 ;
  font-weight: 600;
  background-color:#fff;
}

.quantity-input:focus {
  outline: none;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.item-total {
  font-weight: 700;
  color:#278107aa;
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
.cart-item {
    padding: 1rem 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid #66ff0080;
  }

.price-tag,
.item-total {
    font-size: 0.9375rem;
  }
}

.input-group {
  max-width: 24rem;
}

.form-control1 {
    padding: 5px;
  color: #6cec41;
  background-color: #fff;
  font-size: 0.875rem;
  border: 1px solid #6cec41;
}


.form-control1::placeholder {
  color: #495057cb;
}
.form-control1:focus{
    padding: 5px;
    border-color: #fff;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
    outline: none;
}

.c-btn-outline-accent {
  border-color: #6cec41;
  border-left: none;
  font-size: 0.875rem;
  background-color: #6cec41;
  color: #fff;
}

.c-btn-outline-accent:hover {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}

.cart-actions .btn {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  transition: all 0.3s ease;
}

.c-btn-outline-heading {
  border: 1px solid #6cec41;
  background-color: #fff;
  color: #6cec41;
}

.c-btn-outline-heading:hover {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}

.c-btn-outline-remove {
  border: 1px solid red;
  color: red;
  background-color: #fff;
}

.c-btn-outline-remove:hover {
  background-color: red;
  color: #fff;
}

.cart-summary {
  background-color: var(--surface-color);
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  position: sticky;
  top: 6.5rem;
}

.summary-title {
    color: #6cec41b6;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom:1px solid#66ff0080;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}

.summary-item.discount {
  color: #28a745;
}

.summary-label {
  color: #000000c2;
}

.summary-value {
  font-weight: 600;
  color: #278107aa;
}

.shipping-options {
  width: 100%;
  margin-top: 0.5rem;
}

.shipping-options .form-check {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.form-check:last-child {
  margin-bottom: 0;
}

.form-check-input-{
  margin-top: 0;
  margin-left: 0;
  margin-right: 0.5rem;
  float: none;
} 

input[type="radio"] {
  accent-color:  #278107aa;
}
.form-check-label {
  font-size:smaller;
  color: #00000083;
  padding-left: 0;
}

.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0;
  padding-top: 1rem;
  border-top: 1px solid #66ff0080;
}

.summary-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000c2;
}

.summary-value {
  font-size:large;
  font-weight: 700;
  color: #278107aa;
}

.summary-value-total{
    font-size: x-large;
    font-weight: 700;
    color: #278107aa;
}

.checkout-button {
  margin-bottom: 1rem;
}

.c-btn {
  border: 1px solid #6cec41;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  background-color: #6cec41;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn-accent:hover{
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.c-btn i {
  transition: transform 0.3s ease;
}

.c-btn:hover i {
  transform: translateX(0.25rem);
}

.cart .cart-summary .continue-shopping {
  margin-bottom: 1.5rem;
}

.btn-link {
  color:#6cec41;
  text-decoration: none;
  font-size: 0.9375rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  transition: all 0.3s ease;
}

.btn-link i {
  transition: transform 0.3s ease;
}

.btn-link:hover {
  color:#000000;
}

.btn-link:hover i {
  transform: translateX(-0.25rem);
}

.payment-method {
  border-top: 1px solid #66ff0080;
  padding-top: 1rem;
}

.payment-title {
  font-size: 0.875rem;
  color: #00000083;
  margin-bottom: 0.5rem;
  text-align: center;
}

.payment-icon {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.payment-icon i {
  font-size: 1.5rem;
  color:#00000083;
  transition: color 0.3s ease;
}

.payment-icon i:hover {
  color:#6cec41;
}

@media (max-width: 991.98px) {
  .cart .cart-summary {
    position: static;
  }
}

/*product view section start*/

/*product view section end*/
/* services section start */

.services_section {
    width: 100%;
    height: max-content;
    padding: 90px 0px 45px 0px;
    position: relative;
}

.services_taital {
    width: 66%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
}

.services_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    background-color: #6cec41;
    bottom: 25px;
    border-radius: 4px;
    margin-left: 20px;
}



.services_section_2 {
    width: 100%;
    padding-top: 30px;
}

.services_box {
    width: 100%;
    border: 1px solid #6cec41;
    padding: 20px 30px;
    height: auto;
}


.tasty_text {
    width: 100%;
    font-size: 20px;
    color: #373736;
}

.icon_img {
    padding-right: 15px;
}

.lorem_text {
    width: 100%;
    font-size: 16px;
    color: #373736;
    margin: 0px;
    padding: 6px;
}
/* Default styles already defined by you are used above */

@media (max-width: 1024px) {
  .services_taital {
    font-size: 32px;
    width: 100%;
  }

  .services_taital::after {
    bottom: 15px;
    margin-left: 10px;
    width: 60px;
  }

  .tasty_text {
    font-size: 18px;
  }

  .lorem_text,
  .services_text {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .services_section {
    padding: 60px 15px 30px 15px;
  }

  .services_taital {
    font-size: 28px;
  }

  .services_box {
    padding: 15px 20px;
  }

  .tasty_text {
    font-size: 17px;
  }

  .lorem_text {
    padding: 4px;
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .services_taital {
    font-size: 24px;
  }

  .services_taital::after {
    width: 40px;
    bottom: 10px;
    margin-left: 5px;
  }

  .tasty_text {
    font-size: 16px;
  }

  .services_box {
    padding: 10px 15px;
  }
}

@media (max-width: 375px) {
  .services_taital {
    font-size: 22px;
  }

  .tasty_text {
    font-size: 15px;
  }

  .lorem_text {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .services_taital {
    font-size: 20px;
  }

  .services_box {
    padding: 8px 12px;
  }

  .tasty_text,
  .lorem_text {
    font-size: 13px;
  }
}

/* For large screens: 1440px and 2560px - optional scaling if needed */
@media (min-width: 1440px) {
  .services_taital {
    font-size: 44px;
  }
}

@media (min-width: 2560px) {
  .services_taital {
    font-size: 48px;
  }

  .services_box {
    padding: 30px 40px;
  }

  .tasty_text,
  .lorem_text {
    font-size: 22px;
  }
}

/* services section end */


/* card section */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 500px;
  /* border-radius: 25px; */
  perspective: 1000px;
  margin-bottom: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  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%;
  border-radius: 12px;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.flip-card-back {
  display: flex;
  flex-direction: column;
  background-color: white;
   /* background: linear-gradient(to top, #7beb5523, transparent); */
  transform: rotateY(180deg);
  color: #000000;
  text-align: left;
  border: 10px transparent #b4f5a9;
  box-shadow: 0 0px 30px #6cec4149;
}

.overlay-text {
  position: absolute;
  bottom: 20px;
  padding-bottom: 25px;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
.card-img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
  display: block;
}

/* Logo at top-right corner */
.corner-logo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 80px;           /* Adjust size */
  height: auto;
  z-index: 10;
  padding: 5px;
  border-radius: 8px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.95;
}




/* blog section */
/* Blog Entry Container */
.ftco-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

/* Blog Entry Card */
.blog-entry {
  background-color: #ffffff;
  border-radius: 10px;
  padding-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Blog Image Block */
.block-20 {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.meta {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.meta a {
  color: #888;
  text-decoration: none;
}

.meta a:hover {
  color: #6cec41;
}

.meta-chat .icon-chat {
  margin-right: 5px;
}

/* Text Content */
.blog-entry .text {
  padding: 5px 10px 10px 10px;
}

.blog-entry .heading a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
}

.blog-entry .heading a:hover {
  color: #6cec41;
}


/* ftco-animate (if using animations) */
.ftco-animate {
  padding-bottom: 20px;
}
.ftco-animate:hover{
  overlay: color;
}

/* Pagination Styles */
.block-27 ul {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  display: inline-flex;
  gap: 8px;
}

.block-27 ul li {
  display: inline-block;
}

.block-27 ul li a,
.block-27 ul li span {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  text-decoration: none;
}

.block-27 ul li a:hover,
.block-27 ul li.active span {
  background-color: #6cec41;
  color: #fff;
  border-color: #6cec41;
}

/* testimonial section start */

.testimonial_section {
    width: 100%;
    padding: 90px 0px 100px 0px;
    position: relative;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
    text-align: center;
}

.test_h:hover {
    color: #6cec41;
}

.testimonial_section_2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 75px;
    position: relative;
}

/* .testimonial_section::after {
    position: absolute;
    content: '';
    width: 120px;
    height: 102px;
    background-image: url(../images/quick-icon.png);
    background-size: 100%;
    left: 70px;
    top: 290px;
}

.testimonial_section::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 102px;
    background-image: url(../images/quick-icon-1.png);
    background-size: 100%;
    right: 70px;
    top: 290px;
} */

.testimonial_box {
    width: 82%;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 10px #ededec;
    padding: 50px 40px 0px 40px;
    height: 300px;
}

.testimonial_text {
    width: 100%;
    font-size: 16px;
    color: #343434;
    margin: 0px;
    text-align: center;
}

.client_name {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #343434;
    font-weight: bold;
    padding-top: 40px;
}

.client_img {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: -63px;
    top: 25%;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: -63px;
    top: 25%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #6cec41;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_sl695ider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background-color: #1e1e1e;
    color: #fff;
}


/* testimonial section end */


/* contact section start */
.contact-2 {
    background-color: #fff;
    margin: 30px 50px 0px 50px;
}

.info-item {
    margin-top: 30px;
}

.info-item i {
    color: #ffffff;
    background: #6cec41;
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact-2 .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.info-item p {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.php-email-form {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-control {
    width: 100%;
    padding: 5px 7px;
    margin: 8px 0;
    border: 1px solid #7deb58eb;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

textarea.form-control {
    resize: vertical;
    height: 60px;
}

.form-control:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
    outline: none;
}

.php-email-form textarea::placeholder {
    color: #444444;
}

.php-email-form button[type=submit] {
    color: #fff;
    background: #6cec41;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
}

.php-email-form button[type=submit]:hover {
    background: #000;
    color: #fff;
}

.contact-btn {
    text-align: center;
    margin: 0px;
    padding: 25px 0px;
}

/*---------------------------------------------------*/

/* contact section end */
/*login sectiom start*/
/* login_style.css*/
/*login setion end*/
/* copyright section start */

/*footer section*/
.footer {
    color: #ffffff;
    background-color: #023020;
    font-size: 14px;
    position: relative;
}

.footer-main {
    padding: 70px 0 40px;
    border-top: 1px #262526;
    border-bottom: 1px #262526;
}

.footer-widget {
    margin-bottom: 30px;
    text-align: center;
}
.footer-fssai {
  text-align: left; /* Default for desktop */
}

/* For mobile devices */
@media (max-width: 640px) {
  .footer-fssai {
    text-align: center;
  }
}

.logo {
    display: inline-flexbox;
    margin-bottom: 20px;
}



.sitename {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5px;
}



.social-links {
    margin-top: 25px;
}

.social-links h5 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    padding-top: 25px;
}

.footer_social_icon {
  width: 100%;
  display: flex;
  justify-content: center; /* center horizontally */
  flex-wrap: wrap; /* allow wrap on smaller screens */
  gap: 15px; /* spacing between icons */
  padding-inline-start: 0;
  text-align: center;
  margin-top: 15px;
}

.footer_social_icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.footer_social_icon li {
  display: inline-block;
}

.footer_social_icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #fff;
  color: #252525;
  border-radius: 100%;
  font-size: 19px;
  width: 44px;
  height: 44px;
  transition: 0.3s ease;
}

.footer_social_icon a:hover {
  background-color: #6cec41;
  color: #ffffff;
}
@media (max-width: 425px) {
  .footer_social_icon a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .footer_social_icon a {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .footer_social_icon a {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .footer_social_icon a {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
.footer_social_icon li a:hover {
    background-color: #6cec41;
    color: #ffffff;
}

.footer-widget h4 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    padding-top: 40px;
}

.footer-widget h4:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    background-color: #6cec41;
    bottom: 20px;
    border-radius: 4px;
    margin-left: 20px;
}
@media (max-width: 992px) {
  .footer-widget h4:after {
    width: 50px;
    height: 4px;
    margin-left: 10px;
  }
}

/* Mobile: max-width 768px */
@media (max-width: 768px) {
  .footer-widget h4:after {
    content: none;
  }
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}



.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    text-align:left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 7px 0px 16px;
}

.location_text li a {
    color: #ffffff;
    font-size: medium;
}
.location_text br{
  padding-left: 2px;
}

.location_text li a:hover {
    color: #ffffff;
}

.padding_left_10 {
    font-size: 30px;
    color: #ffffff;
    padding-right: 10px;
    position: relative;
    top: 4px;
}

.padding_left_10:hover {
    color: #6cec41;
}
.app-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.app-btn {
    align-items: center;
    background-color: #fff;
    color: #252525;
    margin: 15px;
    padding: 10px 15px;
    border-radius: 20px;
}

.app-btn i {
    font-size: 20px;
    margin-right: 8px;
}

.app-btn span {
    font-size: 13px;
    font-weight: 500;
}

.app-btn:hover {
    background-color: #6cec41;
    color: #ffffff;
}
@media (max-width: 320px) {
  .app-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .app-btn {
    width: 80%; /* or 100% if needed */
    justify-content: center;
    font-size: 15px;
    padding: 12px;
  }
}

.footer-bottom {
    padding: 25px 0;
}

.payment-icons {
    display: flex;
    gap: 12px;
}

.payment-icons i {
    font-size: 22px;
    color: #fff;

}

.payment-icons i:hover {
    color: #6cec41;
}

.copyright p {
    margin-bottom: 0;
    color: #fff;
}

.copyright p strong {
    color: #fff;
}
/*  */
/* Base reset for mega menu */
.desktop-megamenu {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 999;
  top: 100%;
  left: 0;
}

.products-megamenu-1:hover .desktop-megamenu {
  display: block;
}

/* ========== Responsive Styles ========== */
.banner{
  text-align: center;
}