@import url('https://fonts.googleapis.com/css2?family=Arboria-Book');
@import url('https://fonts.googleapis.com/css2?family=Scandia');

body, h1, h3, p {
    margin: 0; 
    line-height: 28px;
    padding: 0;
    font-family: 'Arboria','Arboria-bold', sans-serif;

}
h1,h2,h3{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
body {
    font-family: 'Roboto', sans-serif;
}
.logo{
    width: 250px;
}
h2{
    color: #4caf50;
}
.gourav-img{
  width: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.our-gig{
    color:#fff; 
    background:#44AB48;
    font-weight: bold;
    padding: 5px;
    display: flex;
    justify-content: center;
}
.our-gig-img-div{
    border: 2px solid #E7E6E6;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gig-content{
    font-weight: bold;
    background-color: #E7E6E6;;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    min-height: 115px;
}

.gig-nutition, .gig-meals{
    max-width: 120px;
    min-height: 100px;
}

.fb, .insta{
  width: 35px;
  margin: 0;
}
.feedback{
    color: rgb(78, 165, 78);
    font-weight: bold;
}
.nav-tabs{
    border:none !important;
}

/* Navigation Bar */
.navbar.navbar-light.bg-light {
    background-color:#fff !important; 
    box-shadow: 0px 0px 0px 4px #fafafa;
}
a.navbar-brand{
    width: 250px;
}

.navbar-light,
.navbar-light .navbar-nav .nav-link {
  
    color: #000 !important; /* White */
    font-weight: bold;
}

/* Toggler Icon Color */
.navbar-light .navbar-toggler-icon {
    background-color: #fff !important; /* White */
}

/* Toggler Icon Color on Hover */


/* Social Media Icons in Navigation Bar */
.navbar-light .navbar-nav.ml-auto .nav-link i {
    color: #000 !important;
}

/* Hover effect for Navigation Bar Links */
.navbar-light .navbar-nav.ml-auto .nav-link:hover {
    color: #233E85 !important; /* Red on hover */
}
.container-fluid{
    padding: 0 !important;
}

.nav-link-insta, .nav-link-fb{
    margin: 5px !important;
}
.navbar{
    border-bottom: 3px solid #fff;

}
#read{
    background-color: #0D1630;
}

/*Fit Banner css*/
.banner{
    display: flex;
    align-items: center;
    background-image: url('./images/banner.webp');
    background-size: cover;
    width: 100%;
    min-height: 550px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.banner-content{
    margin-right: auto;
    color: #000;
}
.banner-content p{
    font-weight: 600px;
    font-size: 20px;
    max-width: 500px;
}

/*Holistic Approach section*/
.approach-section-img{
    width: 100%;
    height: 300px;  
    object-fit: cover;
}
.holistic-section{
    height: 100%;
    background-color: #fff;
    padding: 40px 0px;
}
.holistic-section-content{
    border-radius: 10px;
    position: absolute;
    left: -10px;
    top: 50%;
    width: 200px;
    font-weight: 600;
    background-color: #fff;
    padding:10px;
    animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground{
    0%		{ background-color: #ffffff;}
    25%		{ background-color: #e7eee9ab;}
    50%		{ background-color: #ffffff;}
    75%		{ background-color: #e7eee9ab;}
    100%	{ background-color: #ffffff;}
}
/*Flip box css*/
.flip-box {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: transparent;
    perspective: 1000px;
  }
  
  .flip-box-inner {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 1s; /* Only apply the transform transition */
    transform-style: preserve-3d;
  }
  
  /* Apply the hover effect to both :hover and :active (for touch devices) */
  .flip-box:hover .flip-box-inner,
  .flip-box:active .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front,
  .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    width: 100%;
    background-color: #fff;
    color: black;
  }
  
  .flip-box-back {
    text-align: left;
    width: 100%;
    overflow: auto;
    padding: 20px;
    background-color: #ECEEE4;
    color: #000;
    transform: rotateY(180deg);
  }
  

  .flip-box-back ul{
     list-style: disc;
  }

::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background:  #a7f1aa;
}
::-webkit-scrollbar-thumb{
    background-color: #4caf50;
}

/*Protien section*/
.protein{
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
    width: 100%;
}

/* Footer Section */
footer{
    padding-top: 60px;
    padding-bottom: 10px;
    background-color: #2B8FDB;
    color: #fff;
}
.footer-text{
    max-width: 300px;
}
a{
    text-decoration: none;
    color: #fff !important;
}
ul{
    list-style-type: none;
    padding: 0;
}
li{
    padding-top: 10px;
}

/*Tab section*/
.tabs{
    padding: 40px;
    background:#fff;
}
.tabs .container{
    padding: 0;
    box-shadow: 0px 0px 1px 1px #cfcdcd;
}
#tab4 h4{
   color: #49BB44;
}
.nav-item-tab{
    padding: 0;
    width: 285px;
    color: #000;
    box-shadow: 0px 0px 1px 1px #cfcdcd;
}
.custom-tab-link{
    background-color: #fff;
    text-decoration: none !important;
    padding: 20px;
    color: #000 !important;
    font-weight: 600;
    height: 100%;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
.tab-pane{
    padding: 25px;
}
.custom-tab-link:hover{
    background-color: #8ffa9483;
}
.custom-tab-link.active {
    background: #49BB44; /* Blue color for active tab */
    color: #fff !important; /* White text for active tab */
  }
.tab-pane ul li{
        padding: 0;
        list-style: disc;
}
.tab-pane ul{
    margin-left: 20px;
}

.founder{
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: 5% 30%;
    border-radius: 20px;
}
.Team{
    border-radius: 10px;
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: right top;
}

 /* Custom CSS for card styling carousel*/
 .carousel-card {
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px;
    background: #fff;
  }
  .greenbg{
    border-radius: 5px;
    top: 0px;
    height: 100%;
    position: absolute;
  }
  
  .carousel-card p{
    text-align: center;
  }
 

  .carousel-card img {
    height: 180px;
    object-fit: cover;
    object-position: top;
    margin: 20px auto;
  }
  .arrow::before{
    color: #2B8DDA!important;
    font-size: 45px !important;
  }
  .slick-prev{
    left: -50px !important;
  }
  #cardCarousel{
    position: relative;
  }
  .contact{
    text-decoration: none !important;
    background: #2B8DDA;
    color: #fff !important;
    border: none;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    margin: auto 0;

  }
  .card-text{
    padding: 10px;
    height: 250px;
    overflow: auto;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
  }

  #dataform input::placeholder{
     color: #49BB44;
     font-weight: bold;
  }
  .copy{
    margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  
/*form style*/
  form {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    background:  #2B8DDA;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #8ef389;
}
#testimonials, #contact, #founder, #product{
    padding: 30px 0px;
}
#testimonials img{
    aspect-ratio: 6/8;
}
#testimonials h2{
    text-align: center;
}
#contact{
    background:#f0f1f0;
    color: #fff;
}
#contact .shakeimg{
    border-radius: 5px;
    width: 100%;
    max-height: 400px;
    object-fit: contain ;
}
#contact .row{
    display: flex;
    align-items: center;
}
#contact h2{
    color: #4caf50;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
#founder{
    background-color: #fff;
}
.founder-text{
    max-height: 400px;
    overflow: auto;
}
#founder .container{
    padding: 20px;
}
#product{
    color: #fff;
}
#product h2{
    max-width: 550px;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    color: #4caf50;
    padding: 10px;
}
#product h3{
    color: #4caf50;
}

#fitio .container{
    padding: 15px;  
    box-shadow: 0px 0px 4px 1px #b9b5b5;

}
#fitio span{
    color: #2B8DDA;
}

/*Product form*/
#purchaseForm{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    }
#quantity{
    max-width: 80px;
}
.plus,.minus{
    width: 50px;
}
#purchaseForm label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
}

select {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

#purchaseForm button {
    background-color: #2B8DDA;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#purchaseForm p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

#discountStrip {
    background-color: #4caf50;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}

#totalAmount {
    color: #000;
}

/* Add this CSS to your existing styles or create a new stylesheet */

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

/* Input and button styles */
/* Add this CSS to your existing styles or create a new stylesheet */

/* Modal styles */
#myModal, .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto; /* Enable vertical scrolling on smaller screens */
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Adjust width for smaller screens */
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.close {
    font-size: 40px !important;
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

/* Input and button styles */
#myModal form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 8px;
}

#myModal input,
textarea {
    margin-bottom: 16px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#myModal button {
    background-color: #4caf50;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#myModal button:hover {
    background-color: #45a049;
}
#myModal h4{
    color: #000;
}
/* Add this CSS to your existing styles or create a new stylesheet */

.product-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: #f4f4f4; /* Light gray background color */
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-image {
    object-fit: cover;
    width: 80px; /* Adjust the size based on your design */
    height: 80px; /* Adjust the size based on your design */
    border-radius: 8px;
    margin-right: 20px;
}

.product-details {
    flex-grow: 1;
}

.product-details h2 {
    margin-bottom: 8px;
    color: #4caf50; /* Dark text color */
}

.product-details p {
    margin: 0;
    color: #666; /* Medium gray text color */
}

.product-details span {
    font-weight: bold;
    color: #007bff; /* Blue text color */
}
.cod, .ol{
    display: flex;
    align-items: center;
    width: 100%;
}
#popupCod, #popupOl{
    cursor: pointer;
    width: 20px;
    float: right;
}
#myModal h2{
    font-size: 20px !important;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
#myModal h4{
    font-size: 16px !important;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.insta-footer{
    text-decoration: underline !important;
}
@media only screen and (min-width : 768px) {
.sm-icons{
    display: flex;
    align-items: center;
}
}

 @media only screen and (max-width : 768px) {
    .our-gig-img-div .gig-content{
        padding: 20px 10px;
    }
    .gourav-img{
      width: 100%;
    }
    input[type="submit"] {
        font-size: 15px !important;
    }
    #contact .shakeimg{
        margin-bottom: 30px;
    }
    .tabs{
        padding: 10px;  
    }
    .nav-item-tab {
        width: 100%;
    }
    h2{
        margin-top: 10px !important;
        font-size: 25px !important;
    }
    #product h2{
        font-size: 20px !important;
    }
    #product h3{
        margin-top: 15px;
        font-size: 18px !important;
    }
    .slick-prev, .slick-next{
        top: 100px !important;
        right: auto !important;

    }
    .slick-prev{
        left: 15px !important;
        z-index: 9;
    }
    .slick-next{
       right: 40px !important;
    }
    .banner{
        min-height: 600px;
        background-position: 45% 50px;
    }
    h1{
        font-size: 28px !important;
    }
    .banner-content{
        font-size: 17px;
        font-weight: 600;
        margin-top: -80px;
    }
    .sm-icons .nav-item{
        margin-bottom: 10px;
    }
    .protein{
        height: 300px;
    }
    .founder{
        max-height: 400px;
    }
    #contact h2{
        font-size: 16px !important;
    }

 }
 

