*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    scroll-behavior: smooth;
}

/* loader */

#preloader{
    background:#ffffff  url(image/preloader-adv.gif) no-repeat center;
    background-size: 35%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}
body::-webkit-scrollbar{
    background-color: #0000004e;
    width: 10px;
}
body::-webkit-scrollbar-thumb{
    background-color: #ff003a;
    border-radius: 1px;
}

.flex{
    display: flex;
    align-items: center;
}

::selection{
    color: #ffffff;
    background-color: #ff003c56;
}
.container{
    max-width: 1250px;
    margin-inline: auto;
    padding-inline: 20px;
    overflow: hidden;
}
a{
    text-decoration: none;
    color: white;
}
li{
    list-style: none;
}
hr{
    border: 5px solid rgba(0, 0, 0, 0.21);
    color: rgba(199, 199, 199, 0.443);
}
u{
    color: #ff003a;
    font-weight: bold;
}


/* tap to scroll */

#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ff003a;
    color: white;
    cursor: pointer;
    padding: 7px 10px;
    border-radius: 10px;
  }
  
  #myBtn:hover {
    background-color: #000000;
    color: #ff003a;
  }


/* nav-bar started */

header{
    padding: 0px 0px 0px 0px;
}

.primary-button{
    background-color: #ff003a;
    border: 1px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
    border-radius: 4px;
    padding: 12px 24px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 1.2rem;
}
.primary-button:hover{
    background-color: #ffffff;
    color: #ff003a;
    border: 1px solid #ff003a;
}
.button-gap:hover{
    box-shadow: -1px 2px 10px 8px #ff003a8e;

}
.header{
    border-bottom: 1px solid #E2E8F0;
    
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1.5rem;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 25px;
}   
.nav-item {
    margin-left: 1.5rem;
}

.nav-link{
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
}

.nav-link:hover{
    color: #ff003a;
}

/* nav-bar ended */

/* hero section */

.top-main-section{
    padding-block: 150px;
    text-align: center;
    background:linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.5)), url(image/auto-img1.jpg);
    background-repeat:no-repeat;
    background-size: cover;
}
.top-main-section h1, h2{
    color: white;
    padding-bottom: 1.3rem;
}
.top-main-section h1,h2{
    font-size: 3rem;
}
.message-bar{
    padding-block: 2.3rem;
    color: #ffffff;
    font-weight: bold;
}


/* feature section */

.feature-section{
    background-color: #181818;
    text-align: center;
    color: white;
}
.feature-section img{
    padding: .5rem;
    width: 4.5rem;
    border: 2px solid #ff003a;
    border-radius: 50%;
}
.feature-section-info{
    justify-content: space-evenly;
}
.feature-section-info-1{
    padding: 1.5rem;
    width: 16%;
}
.feature-section-info-1 p{
    padding-top: .9rem;
    font-size: .8rem;
    color: white;
}
.feature-section-info-1:hover{
    background-color: #ff003a;
}

/* detail section */

.header-section{
    margin-block: 50px;
    justify-content: center;
    gap: 50px;
}
.header-right img{
    width: 450px;
    border-radius: 30px;
    margin-bottom: 2rem;
}
.header-left{
    padding-bottom: 20px;
}
.header-left-h1{
    font-size: 2rem;
    color: #183b56;
    line-height: 3rem;
    letter-spacing: -1px;
    
}
.header-left-p{
    font-size: 1rem;
    line-height: 30px;
    color: #577592;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: left;
}

.company-header{
    font-size: 18px;
    text-align: center;
    margin: 50px 0px 30px 0px;
}
.section-reverse{
    padding-block: 80px;
    flex-direction: row-reverse;
}
.header-left li{
    margin-top: 3.5rem;
}


/* card section */
.card-back-img{
    background-image: url(image/backgroundimg.jpg);
}
.card-section{
    padding-block: 80px;
}
.card-section p{ 
    text-align: center;
    font-size: 2.8rem;
}

.card{
    margin-block: 50px;
    justify-content: space-between;
}
.card-info {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 20%;
    background-color: white;
    
}
.card-info-img{
    width: 100%;
}

.card-info-img img{
    width: 100%;
  }
  
  .card-info:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .card-container {
    margin-top: 2rem;
    text-align: center;
  }
  .card-container h4{
    padding: 10px 0px 15px 10px;
    font-size: 1rem;
    text-align: left;
  }
  .card-container p{
    padding: 10px 0px 15px 10px;
    font-size: .8rem;
    color: rgba(0, 0, 0, 0.454);
    font-weight: bold;
    text-align: left;
  }


/* get invloved section */

.involved-section{
    background-image: url(image/backgroundimg.jpg);
    padding-bottom: 50px;
}

.involved-section p{
 font-size: 2.4rem;
 color: #000000;
 text-align: center;
 padding: 15px 0 60px 0;
}

.involved-info{
    justify-content: space-evenly;
    align-items: center;
}
  .involved-info-sec1{
    border: 2px solid #ff003a;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    line-height: 2rem;
    width: 30%;
  }
  .involved-info-sec1 p{
     font-size: .9rem;
     columns: #555555;
     padding-bottom: 20px;
  }
  .info-button{
    border:2px solid #ff003a;
    border-radius: 20px;
    color: #ff003a;
    padding: .8rem;
    width: 200px;
    text-align: center;
  }
  .involved-info-sec1:hover{
    background-color: white;
  }
  .info-button:hover{
    background-color: #ff003a;
    color: white;
  }

  /* more-section */

  .more-section{
    margin-top: 20px;
    background: linear-gradient(rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3)), url(image/become-a-vol.jpg);
    height:fit-content;
    background-repeat: no-repeat;
  }
  .last-info{
      padding-top: 1.8rem;
      padding-bottom: 1.8rem;
      justify-content: space-evenly;      
      align-items: center;
    }
    .last-info-sec1{
        color: black;
        background-color: white;
        text-align: center;
        width: 30%;
        height: 200px;
        padding: 2rem 1.2rem 1.2rem 1.2rem;
        border-radius: 20px;
    }
    .last-info-sec1 img{
        padding-block: 1rem;
    }
     .last-info-sec1 p{
        font-size: 1.2rem;
    }
    .last-info-sec1:hover{
         box-shadow: -1px 1px 5px 4px #ded1d17d;

    }

    /* footer section */

.footer-section{
    background-color: #202020;
    padding-block: 50px;
    color: white;
}
.footer-content{
    justify-content: space-between;
}
.footer-content h3{
    color: #ff003a;
}
.footer-content-col-1{
    width: 400px;
}
.footer-content-col-1 p{
   padding-block: 1rem;
   color: white;
   text-align: left;
   font-size: 1rem;
   line-height: 1.5rem;

}
.footer-content a{
    color: rgb(255, 255, 255);
}
.footer-content li{
    padding-block: 16px;
    font-weight: bold;
}
.footer-content-col-2 ul a{
    transition: all .2s ease-in-out;
}

.footer-content-col-2 ul a:hover{
    color: #ff003a;
    border-bottom: 2px solid #ffffff;
}

/* Contact Section CSS ..... Started.... */
.contactus-section{
    background: linear-gradient(rgb(0, 0, 0, .8), rgb(0, 0, 0, .4)), url(image/become-a-vol.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 7rem;
}
.contactus-section-details{
    text-align: center;
}
.contactus-section-details h2 {
    color: #ff003a;    
}
.contactus-section-details p{
    padding-top: 1.3rem;
    font-size: 1.5rem;
    color: white;
}
.contact-home:hover{
    color: #ff003a;
}
.center-btn{
    margin-top: 20px;
}

/* Information Details */

.info-section{
    text-align: center;
    padding-block: 40px;
} 
.info-details{
    justify-content: space-between;
}

.info-detail-sec{
    width: 23%;
    padding: 15px;
}
.info-detail-sec p a{
    color: black;
}
.info-detail-sec i{
    color: #ff003a;
    font-size: 3rem;
    padding-bottom: .8rem;
}
.info-detail-sec h4{
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.info-detail-sec p{
    font-size: .8rem;
    padding-block: 1rem;
}

/* contact form */


.contact-info-row-02{
    padding-block: 40px;
    background-image: url(image/backgroundimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-info-row-02-info{
    width: 50%;
}
.contact-info-row-02-info-h4{
    font-size: 2rem;
    padding-block: 2rem;
    color: #ff003a;
}
.contact-info-row-02-info-p{
    text-align: left;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    color: rgba(0, 0, 0, 0.418);
    
}
.gaping-form{
    gap: 3.2rem;
}
.form-p{
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #ff003a;
    padding-bottom: 20px;
    padding-top: 20px;
}

.input-form {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 0.6rem;
    border: 0; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.288);
    width: 100%; 
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.366);
}
form{
    padding-bottom: 2rem;
}
.contact-info-row-02-img{
    width: 40%;
}
.contact-info-row-02-img img{
    width: 100%;
    border-radius: 30px;
    box-shadow: -5px 2px 4px 8px #42252c6d;
}


/* .......About sestion....... */
.who-we-are{
    padding-block: 4rem;
    background-image: url(image/backgroundimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.who-we-are-p1{
    font-size: 2rem;
    padding-bottom: 3rem;
    text-align: left;
    
}
.who-we-are-info{
   align-items: flex-start;
   gap: 4rem;
   line-height: 2rem;
}
.who-we-are-info img{
    width: 400px;
    border-radius: 30px;
    box-shadow:2px 2px 4px 8px #42252c6d;
}
.card-sen-with{
    width: 45%;
    padding: 0 20px 0 20px;
}

.vis-min-gap{
    padding-block: 30px;
}

/* our Team  info */

.team-section{
    padding-block: 2rem;
}

.team-info-div{
    font-size: 2rem;
    color: #ff003a;
    padding-block: 1.5rem;
    text-align: center;
}

#customers {
    border-collapse: collapse;
    width: 100%;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #customers tr:nth-child(even){

    background-color: #ffe6eb;
}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ff003a;
    color: white;
  }


  /* Donation sction */
  .header-width{
    padding-block: 56px;    
  }
  .header-width i{
    color: #ff003a;
  }

  .donation-section{
    padding-block: 3rem;
    text-align: center;
  }
  .donation-section-span {
    font-size: 2rem;
    font-weight: bold;
    color: #ff003a;
  }
  .donation-details-act{
    margin: 40px 0px;
    
  }
  .donation-act{
    background-color: #ff003a;
    padding: 2rem;
  }
  .donation-act p{
    color: rgb(255, 255, 255);
    font-size: 1rem;
    text-align: left;
    line-height: 1.5rem;
    text-align: left;
  }
  .donation-img img{
    width: 400px;
  }

  .membership{
    padding-block: 2rem;
  }
  .membership p{
    text-align: center;
    font-size: 1.8rem;
  }
  .membership-info{
    justify-content: space-between;
    text-align: left;
  }
  .membership-sec1{
    padding-block: 2rem;
    width: 50%;
  }
  .membership-top-margin{
    margin-top: 2rem;
  }
  .membership-sec1 h1{
    color: #ff003a;
    font-size: 2.2rem;
  }
  .membership-sec1 p{
    font-size: 2.2rem;
    text-align: left;
  }
  .membership-sec1-margine{
    margin-top: -1rem;
  }

  .membership-sec1 li{
    padding-top: 2rem;
    font-size: 14px;
  }
  .membership-sec1 li i{
    color: #ff003a;
  }
  .donation-card{
    padding-block: 3rem;
  }
  .donation-card-sec{
    justify-content: space-between;
  }
  .donation-card-sec1{
    width: 45%;
    padding: 2rem;  
    text-align: center; 
    border: 1px solid rgba(0, 0, 0, 0.37); 
    transition: all .2s ease-in-out;
    margin: 10px;
  }
  .donation-card-sec1:hover{
    box-shadow: 0px 0px 6px black;
  }
  .donation-card-sec1 p{
    font-size: 1.5rem;
    
  }
  .donation-card-sec1 h2{
    font-size: 1.4rem;
    color: #ff003a;
    padding-block: 1rem;
  }
  .donation-card-sec1 a{
    padding: 8px 20px;
    background-color: #ff003a;
    color: white;
    border-radius: 40px;    
    font-size: .8rem;
    font-weight: bold;
    transition: all .4 ease-in-out;
  }
  .donation-card-sec1 a:hover{
    background-color: white;
    color: #ff003a;
    border: 2px solid black;

  }
  .online-btn{
    opacity: 0;
  }
.hidden-online-btn{
    opacity: 1;
}

  /* Anath Ashram section */


  .ashram-section{
    width: 100%;
}
.ashram-section img{
    width: 100%;
}

.ashram-hero-sec{
    background: linear-gradient(to right ,rgba(255, 255, 255,  1), rgb(0, 0, 0, .4)), url(image/ashram-hero-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 3rem;
}

.ashram-h3{
    width: 50%;
    color: #ff003a;
    padding-block: 2rem;
}
.ashram-h1{
    width: 50%;
    padding-bottom: 2rem;
    font-size: 2rem;
}
.ashram-p{
    width: 50%;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 2rem;
    word-spacing: .2rem;
    text-align: left;
}
.better-world{
    padding-block: 3rem;
}
.better-world-info-h2{
    font-size: 3rem;
    padding-block: 3rem;
    color: #000000;
    text-align: center;
}
.better-world-info-p{
text-align: center;
font-size: 1.1rem;
padding: 1rem 3rem 4rem 3rem;
}
.world-content{
    justify-content: center;
    padding-bottom: 2rem;
    padding-left: 20px;
}
.world-content img{
    width: 450px;
}
.world-content-detail{
    background-color: #ff003a;
    padding: 25px 35px;
    width: 35%;
    margin-left: -20px;
}
.world-content-detail p{
    padding-block: 2.5rem;
    color: white;
    font-size: 2rem;
    transition: transform .6s;
}
.world-content-detail hr{
    border: 1px solid white;
}
.world-content-detail p:hover{
    -ms-transform: scale(-1);
    transform: scale(1.1);
}

/* gallery section */

.gallery-section{
    padding-block: 30px;
    text-align: center;
}

.gallery-section h1{
    color: #ff003a;
    font-size: 3rem;
    padding-block: 30px;
}
.gallery {
    justify-content: space-evenly;
    padding-block: 1rem;

}
.gallery img{
    width: 21%;
    aspect-ratio: 3/2;
    border-radius: 25px;
    margin-block: 10px;
    transition: all .3s;
}
.gallery img:hover{
    box-shadow: 1px 0px 10px #ff003a;

}

/* boad of director section */

.boad{
    padding-top: 20px;
    padding-bottom: 50px;
}
.boad-p{
    font-size: 3rem;
    text-align: center;
    padding: 30px 5px;
}
.boad-info{
    justify-content: space-evenly;
}
.boad-info-card{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 25%;
    padding: 20px;
    background-image: url(image/backgroundimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 4px 8px #42252c6d;
}
.boad-info-card p{
    color: #ff003a;
}
.boad-info-card img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: fill;
    border-radius: 40px;

}
.boad-info-card h2 ,p{
    color: black;
    font-size: 1.2rem;
    text-align: center;
    padding-block: 10px;
}


/* letter to god section */

.letter-info{
    background-image: url(image/backgroundimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-block: 40px;
    padding-block: 20px;
}
.letter-info h5{
    text-align: center ; 
    padding-block: 2rem;
}
.letter-info P{ 
    text-align: left; 
    font-size: 1rem; 
    line-height: 1.9rem;
     margin-left: 20px;
}
.letter-info li{
    list-style: number;
    line-height: 1.5rem;
}
.letter-info ol{
    padding-left: 60px;
}

/* Kamakshi Mahila Seva Sansthan */

.women-banner{
    background: linear-gradient(rgb(0, 0, 0, .8), rgb(0, 0, 0, .4)), url(image/women-banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 7rem;
}
.welcome-women{
    background: linear-gradient(rgb(0, 0, 0, .99), rgb(0, 0, 0, .8)), url(image/mahilayen-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-block: 50px;
}
.women-power, .gaushala-section{
    padding-block: 45px;
}

.women-power, .gaushala-section h5{
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ff003a;
    color: #ff003a;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.women-power p{
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    color: white;
    padding-top: 20px;
} 

/* .text-center{
    text-align: justify;
    text-justify: inter-word;
} */


/* kamdhenu gaushala session */

.gaushala-banner{
    background: linear-gradient(rgb(0, 0, 0, .8), rgb(0, 0, 0, .4)), url(image/cow-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 12rem;
}
.gaushala-section p{
    padding-top: 20px;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    color: rgb(0, 0, 0);
}
.gau-sevatype-header{
    color: #ff003a;
    text-align: center;
    font-size: 1.2rem;
}
.gau-sevatype-link{
    color: #ff003a;
    font-weight: bold;
}
.gau-sevatype-link:hover{
    border-bottom: 2px solid red;
}
.listof-gauseva{
    padding: 3rem 3rem;
    line-height: 1.5rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #585454;
}
.gauseva-contact-info p a{
    color: rgb(76, 69, 69);
}
.gauseva-contact-info{
    padding-block: 2rem;
    text-align: center;
}
.gauseva-contact-info p{
    margin-bottom: 2rem;
    font-weight: 600;
}
.gausewa-denation{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* volunteer page */

.styleing-p{
    text-align: center;
    font-size: 1.5rem;
    padding-top: 30px;
    color: #577592;
}
.styleing-p1{
    text-align: center;
    font-size: 1.5rem;
    padding-top: 10px;
    color: #ff003a;
}
.volunteer-button{
    margin-block: 3rem;
}

/* this style is for products catalog page */
.products-banner {
    background: linear-gradient(rgb(0, 0, 0, .8), rgb(0, 0, 0, .4)), url(image/product_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 7rem;
}

.products-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.product-card {
    background: white;
    border-radius: px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    width: 250px;
}
/* 
.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
} */

.product-card.featured {
    border: 1px solid rgba(255, 0, 58, 0.1);
    background: white;
}

.product-card.special {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff003a;
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

.special-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.product-image {
    position: relative;
    /* height: 250px; */
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(255, 0, 58, 0.8); */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-overlay i {
    color: white;
    font-size: 2rem;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-info {
    padding: 10px;
    margin-bottom: 1rem;
}

.product-info h3 {
    font-size: 1.3rem;
    color: #183b56;
    /* margin-bottom: 10px; */
    font-weight: 600;
}

.product-description {
    color: #6c757d;
    font-size: 0.9rem;
    /* margin-bottom: 15px; */
    line-height: 1.5;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 20px; */
}

.current-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff003a;
}

.original-price {
    font-size: 1rem;
    color: #6c757d;
    text-decoration: line-through;
}

.product-btn {
    width: 100%;
    background: linear-gradient(135deg, #ff003a 0%, #d80404 100%);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 58, 0.4);
}

.products-contact {
    background: #183b56;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.products-contact h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.products-contact p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.contact-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-btn {
    background: #ff003a;
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contact-btn:hover {
    background: #d80404;
    transform: translateY(-2px);
}

.contact-btn.secondary {
    background: transparent;
    border: 2px solid white;
}

.contact-btn.secondary:hover {
    background: white;
    color: #183b56;
}

@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .products-banner {
        padding: 80px 0;
    }
    
    .products-banner h1 {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .products-section {
        padding: 60px 0;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 40px;
    }
    
    .product-card {
        border-radius: 15px;
    }
    
    .product-image {
        height: 200px;
    }
    
    .product-info {
        padding: 20px 15px;
    }
    
    .current-price {
        font-size: 1.5rem;
    }
    
    .contact-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-btn {
        width: 250px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .products-banner {
        padding: 60px 0;
    }
    
    .products-banner h1 {
        font-size: 1.5rem;
    }
    
    .breadcrumb {
        font-size: 0.8rem;
    }
    
    .products-section {
        padding: 40px 0;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 30px;
    }
    
    .product-card {
        border-radius: 10px;
        max-width: none;
        width: 100%;
    }
    
    .product-image {
        height: 120px;
    }
    
    .product-info {
        padding: 8px;
    }
    
    .current-price {
        font-size: 0.9rem;
    }
    
    .products-contact {
        padding: 50px 0;
    }
    
    .products-contact h3 {
        font-size: 1.8rem;
    }
    
    .contact-btn {
        width: 200px;
        padding: 15px 25px;
    }
}

/* Product Tabs */
.product-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.tab-btn {
    background: white;
    border: 2px solid #ff003a;
    color: #ff003a;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover,
.tab-btn.active {
    background: #ff003a;
    color: white;
    transform: translateY(-2px);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.no-products {
    text-align: center;
    padding: 80px 20px;
    color: #6c757d;
    grid-column: 1 / -1;
}

.no-products i {
    font-size: 4rem;
    color: #ff003a;
    margin-bottom: 20px;
}

.no-products h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #183b56;
}

.no-products p {
    font-size: 1.1rem;
}

/* Image Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    max-height: 80%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.close:hover {
    color: #ff003a;
}

.product-image {
    cursor: pointer;
}

.product-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}


.gaushala-process {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.process-header {
    text-align: center;
    font-size: 2.5rem;
    color: #ff003a;
    margin-bottom: 20px;
    font-weight: 600;
}

.process-description {
    text-align: center;
    font-size: 1.1rem;
    color: #577592;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.process-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.process-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.process-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.process-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.process-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .process-gallery {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }
    
    .process-image img {
        height: 250px;
    }
    
    .process-header {
        font-size: 2rem;
    }
}