
body, html{
	height: 100%;
}

html {
  scroll-behavior: smooth;
}
.navbar{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 12px 0 rgba(0, 0, 0, 0);
	z-index: 2;
}
.nav-link{
	font-family: "Geist Mono", monospace;
	font-weight: 400;
	color: #00254E !important;
	font-size: 20px;
	letter-spacing: -0.4px;
	padding: 15px 25px !important;
}
.banner{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.navbar-brand img{
	width: 120px;
}
.banner-sec{
	background:url(../images/banner-new.jpg) no-repeat;
	background-size: cover;
	background-position:center;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.banner-sec .row{
	display: flex;
	align-items: center;
}
.banner-sec h1 {
    font-family: "Baloo 2", sans-serif;
    color: #006ac6;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
}
.banner-sec p{
	font-family: "Baloo 2", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}
.btn-banner{
	background: #006ac6;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	padding: 12px 30px;
	border-radius: 10px;
	font-family: "Baloo 2", sans-serif;
	text-decoration: none;
	margin-top: 30px;
	display: block;
	width: fit-content;
}

.btn-banner {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  color: #2098D1;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 10px;
  display: block;
}
.btn-banner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 10px;
  border:1px solid #2098D1;
}
.btn-banner:hover, .btn-banner:focus, .btn-banner:active {
  color: white;
}
.btn-banner:hover:before, .btn-banner:focus:before, .btn-banner:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.about-us{
	padding: 100px 0px;
	background: #2098D1;
	position: relative;
}
.about-us .row{
	display: flex;
	align-items: center;
}
.shape{
	position: absolute;
	left: -100px;
	top: -50px;
}
.about-us h2{
	color: #fff;
	font-family: "Baloo 2", sans-serif;
	font-size: 60px;
	padding-bottom: 10px;
	font-weight: 600;
}
.about-us p{
	color: #fff;
	font-family: "Baloo 2", sans-serif;
	font-size: 18px;
	line-height: 28px;
}
.about-us .img-fluid{
	border-radius: 10px;
}
.blue-btn{
	border: 1px solid transparent;
}
.blue-btn:hover, .blue-btn:focus, .blue-btn:active {
  color: white;
  border: 1px solid #fff;
}
.products-sec{
	padding: 100px 0px 50px 0px;
	position: relative;
}
.shape-1{
	position: absolute;
	top: -75px;
	right: 0px;
}
.shape-2{
	position: absolute;
	bottom: -175px;
	left: 0px;
}
.btnzz button{
	background: transparent;
	border: 0px;
}
.products-sec .buttonz-ss{
	left: 50px;
	top: 70%;
	position: absolute;
}
.products-sec .buttonz-sn{
	right: 50px;
	top: 70%;
	position: absolute;
}
.products-sec h2{
	font-family: "Baloo 2", sans-serif;
	color: #2098D1;
	font-size: 60px;
	font-weight: 600;
}
.products-sec h6{
	color: #000;
	font-family: "Baloo 2", sans-serif;
	font-size: 20px;
	font-weight: 600;
}
.products-sec p{
	color: #000;
	font-family: "Baloo 2", sans-serif;
	font-size: 16px;
	line-height: 26px;
	padding-top: 15px;
	font-weight: 500;
	margin-bottom: 40px;
}
.your-class02{
	margin-bottom: 30px;
}

.single-pro{
	margin-left: 10px;
	margin-right: 10px;
}
.single-pro h4{
	font-family: "Baloo 2", sans-serif;
	text-align: center;
	color: #2098D1;
	font-size: 24px;
	font-weight: 700;
	padding-top: 10px;
}
.products-sec h3{
	font-family: "Baloo 2", sans-serif;
	font-weight: 600;
	background: #2098D1;
	width: fit-content;
	border-radius: 50px;
	color: #fff;
	font-size: 40px;
	margin: 0 auto;
	
	padding: 10px 40px;
	margin-bottom: 50px;
}
.proz{
	padding: 0px 0px 50px 0px;
}
.footer-sec{
	background: #006ac6;
	padding: 80px 0px 40px 0px;
	border-radius: 80px 80px 0px 0px;
}
.proz .buttonz-ss{
	left: 50px;
	top: 50%;
	position: absolute;
}
.proz .buttonz-sn{
	right: 50px;
	top: 50%;
	position: absolute;
}
.footer-sec p{
	color: #fff;
	font-family: "Baloo 2", sans-serif;
	text-align: center;
	font-weight: 500;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	line-height: 32px;
}
.logo-foot img{
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	display: block;
	margin-bottom: 20px;
}
.foot-nav{
	display: flex;
	margin-top: 30px;
}
.foot-nav li{
	text-decoration: none;
	text-transform: uppercase;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}
.foot-nav li a{
	color: #fff;
	font-family: "Baloo 2", sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
}
.breadcrumb-sec{
	background: url(../images/breadcrumb-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0px 200px 0px;
}
.breadcrumb-sec h1{
	text-align: center;
	color: #fff;
	font-family: "Baloo 2", sans-serif;
	font-weight: 600;
	font-size: 60px;
}
.breadcrumb-sec h6{
	text-align: center;
	color: #fff;
	font-family: "Baloo 2", sans-serif;
	font-size: 500;
	font-size: 25px;
}
.breadcrumb-sec h6 a{
	text-align: center;
	color: #fff;
	font-family: "Baloo 2", sans-serif;
	font-size: 500;
	font-size: 25px;
	text-decoration: none;
}
.socialz img{
	width: 32px;
}
.socialz{
	display: flex;
}
.socialz li{
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
}
.product-grid{
	padding: 100px 0px;
	position: relative;
}
.shape-6{
	position: absolute;
	top:-175px;
	right: 0px;
}
.shape-7{
	position: absolute;
	bottom:-175px;
	left: 0px;
}
.indexx{
	position: relative;
	z-index: 1;
}
.product-grid h2{
	font-family: "Baloo 2", sans-serif;
    font-weight: 600;
    background: #2098D1;
    width: fit-content;
    border-radius: 50px;
    color: #fff;
    font-size: 40px;
    margin: 0 auto;
    padding: 10px 40px;
    margin-bottom: 50px;
}
.product-grid h4 {
    font-family: "Baloo 2", sans-serif;
    text-align: center;
    color: #2098D1;
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
}
.inner-pro{
	margin-bottom: 50px;
}
.address{
	margin: 30px 0px;
}
.address li{
	color: #fff;
    font-family: "Baloo 2", sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    line-height: 29px;
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}
.address li::before{
	position: absolute;
	content: "";
	background: url(../images/map.png) no-repeat;
	width: 28px;
	height: 28px;
	left: -40px;
}
.below-foot{
	background: #015cab;
	padding: 10px 0px;
}
.below-foot h6{
	margin-bottom: 0px;
	color: #fff;
	font-family: "Baloo 2", sans-serif;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}
.below-foot h6 a{
	color: #fff;
	text-decoration: none;
}
.emlz li{
	color: #fff;
    font-family: "Baloo 2", sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    line-height: 29px;
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}
.morez{
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}
.emlz li{
	position: relative;
	margin-bottom: 15px;
}
.emlz li:first-child::before{
	position: absolute;
	content: "";
	background: url(../images/phone.png) no-repeat;
	width: 28px;
	height: 28px;
	left: -35px;
}
.emlz li:nth-child(2)::before{
	position: absolute;
	content: "";
	background: url(../images/email.png) no-repeat;
	width: 28px;
	height: 28px;
	left: -35px;
}
.about-main{
	background: #f9f9f9;
	border-radius: 80px 80px 0px 0px;
	padding: 100px 0px;
	position: relative;
}
.shape-4{
	position: absolute;
	top: -75px;
	right: 0px;
}
.shape-5{
	position: absolute;
	bottom: -175px;
	left: 0px;
}
.about-main img{
	border-radius: 50px;
	margin-bottom: 40px;
}
.about-main h2{
	text-align: center;
	font-family: "Baloo 2", sans-serif;
	color: #015cab;
	font-size: 42px;
	padding-bottom: 20px;
	font-weight: 600;
}
.about-main p{
	color: #000;
	font-size: 18px;
	line-height: 28px;
	font-family: "Baloo 2", sans-serif;
}
.values{
	background: #015cab;
	padding: 80px 0px;
}
.values h3{
	color: #fff;
	font-family: "Baloo 2", sans-serif;
	font-size: 38px;
	line-height: 48px;
	padding-bottom: 10px;
}
.values h5 {
    color: #fff;
    font-family: "Baloo 2", sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}
.values h4{
	color:#fff;
	font-family: "Baloo 2", sans-serif;
	font-size:22px;
	font-weight:500;
	margin-top:20px;
	margin-bottom:15px;
}
.values p{
	color:#fff;
	font-family: "Baloo 2", sans-serif;
	font-size:16px;
	line-height:28px;
}
.no-bot{
	margin-bottom: 0px !important;
}
.ingredients-section {
      text-align: center;
	  background: #f9f9f9;
	  padding:80px 0px;
	  position: relative;
    }

    .ingredients-section h1 {
      font-size: 2.8rem;
      color: #015cab;
      margin-bottom: 10px;
	  font-family: "Baloo 2", sans-serif;
	  font-weight: 600;
    }

    .ingredients-section p {
      font-size: 1.1rem;
      color: #000;
      max-width: 650px;
      margin: 0 auto 40px;
	  font-family: "Baloo 2", sans-serif;
	  font-weight: 500;

    }

    /* ===== Cards Container ===== */
    .ingredients-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }
	.shape-3{
		position: absolute;
		right: 0;
		bottom: -175px;
	}
    /* ===== Card Styling ===== */
    .card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }

    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    }

    /* ===== Card Image ===== */
    .card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .card:hover img {
      transform: scale(1.05);
    }

    /* ===== Card Content ===== */
    .card-content {
      padding: 20px;
      text-align: left;
    }

    .card-content h3 {
      font-size: 1.5rem;
      color: #015cab;
      margin-bottom: 10px;
	  font-family: "Baloo 2", sans-serif;
	  font-weight: 600;
    }

    .card-content p {
      font-size: 0.95rem;
      color: #000;
      line-height: 1.5;
	  font-family: "Baloo 2", sans-serif;
    }

    /* ===== Responsive Styling ===== */
    @media (max-width: 768px) {
      .ingredients-section h1 {
        font-size: 2.2rem;
      }
      .ingredients-section p {
        font-size: 1rem;
      }
      .card-content h3 {
        font-size: 1.3rem;
      }
    }
.cta-menu{
	background: url(../images/cta-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 150px 0px;
	margin-bottom: 80px;
}
.cta-menu h2{
	text-align: center;
	font-family: "Baloo 2", sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 50px;
	margin-bottom: 30px;
}
.cta-menu p{
	color: #fff;
	font-family: "Baloo 2", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cta-menu-btn{
	background: #015cab;
	color:#fff;
	font-family: "Baloo 2", sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding: 12px 25px;
	border-radius: 8px;
	width: fit-content;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	margin-top: 30px;
}
.no-bord{
	margin-left: auto;
	margin-right: auto;

}
.no-bord::before{
	border: 0px;
}
.contact-info{
	background: #f9f9f9;
    border-radius: 80px 80px 0px 0px;
    padding: 100px 0px;
	position: relative;
	z-index: -1;
}
.shape-8{
	position: absolute;
	top:-175px;
	right: 0px;
}
.shape-9{
	position: absolute;
	bottom:-105px;
	left: 0px;
}
.contact-info .row{
	display: flex;
	align-items: center;
}
.address-cnt h2{
	color:#015cab;
	font-family: "Baloo 2", sans-serif;
	font-weight: 600;
	font-size: 35px;
	padding-bottom: 15px;
}
.address-cnt li{
	color:#000;
	font-family: "Baloo 2", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 15px;
	padding-left: 30px;
	position: relative;
	list-style-type: none;
	margin-bottom: 15px;
}
.add{
	padding-left: 0px;
}
.add li:first-child::before{
	position: absolute;
	content: "";
	background: url(../images/map-blue.png) no-repeat;
	width: 28px;
	height: 28px;
	left: -10px;
	top: 3px;
}
.add li:nth-child(2)::before{
	position: absolute;
	content: "";
	background: url(../images/phone-blue.png) no-repeat;
	width: 28px;
	height: 28px;
	left: -10px;
	top: 3px;
}
.add li:nth-child(3)::before{
	position: absolute;
	content: "";
	background: url(../images/email-blue.png) no-repeat;
	width: 28px;
	height: 28px;
	left: -10px;
	top: 3px;
}
.social-icons{
	display: flex;
	padding-left: 0px;
	position:relative;
	z-index:9999;
}
.social-icons li a{
	width: 28px;
}
.social-icons img{
	width: 28px;
}
.social-icons li{
	padding-left: 0px;
	margin-right: 30px;
}
@media (min-width: 1400px) and (max-width: 1699px) {
	.container{
		max-width: 1400px;
	}
 }
@media (min-width: 1700px) and (max-width: 1920px) {
	.container{
		max-width: 1620px;
	}
 }
 @media (min-width: 320px) and (max-width: 767px) {
 .banner-sec h1 {
    font-size: 60px;
    line-height: 60px;
}
.navbar{
    padding: 0px;
}
.navbar-brand img {
    width: 90px;
}
.about-us {
    padding: 60px 0px;
}
.about-us img{
    margin-top:20px;
}
.products-sec {
        padding: 0px 0px 50px 0px;
    }
.values {
    padding: 60px 0px;
}
.cta-menu h2 {
    font-size: 42px;
}
.cta-menu {
    padding: 80px 0px;
}
.cta-menu p {
    width: 100%;
}
.footer-sec {
    padding: 50px 0px 40px 0px;
    border-radius: 40px 40px 0px 0px;
}
.footer-sec p {
    width: 100%;
}
.foot-nav {
    display: block;
}
.address li::before {
    left: -20px;
}
.about-main {
    padding: 0px 0px 60px 0px;

}
.product-grid {
    padding: 0px 0px 60px 0px;
}
.contact-info {
    padding: 0px 0px 60px 0px;
}
.navbar-toggler{
    background-color: #2098D1 !important;
    border-radius: 0px !important;
}
.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:focus{
    box-shadow:none !important;
}
.product-grid h2 {
    font-size: 30px;
    padding: 5px 40px;
    margin-bottom: 35px;
}
.products-sec h3 {
    font-size: 30px;
    padding: 5px 40px;
    margin-bottom: 35px;
}
.morez {
    margin-bottom: 20px;
}
 }