:root{
--white:#fff;
--black:#000;
--Light-Sea-Green:#3E721D;
--Robin-Egg-Blue:#92F0FD;
--Bluish-Grey:#7d879c;
--Ferrari-Red:#FF1515;
--Cognac:#A54019;
--Green-Leaf:#3E721D;
--Turtle-Green:#77B255;
--Cherrywood:#662113;
--Ghost-White:#F5FAFF;
--White-Smoke:#F3F5F7;
--Cadmium-Orange:#F18422;
--Black-Eel:#444;
--Thunderbird:#C92F17;
--Hunter-Green:#1A4200;
--Dune:#333;
--Espresso:#672C18;
--Snow-Drift:#f9f9f9;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* p{
font-size: 1rem;
line-height: 1.3rem;
color:var(--Bluish-Grey);
margin-bottom: 0;
} */
h1,h2,h3,h4,h5,h6{
font-family: Arial, Helvetica, sans-serif;
}
/* header start */
header{
background:var(--Hunter-Green);
padding: 8px 0;
}
header .top-contact{
display: flex;
justify-content: space-between;
padding-left: 0;
margin-bottom: 0;
}
header .top-contact li{
list-style: none;
color: var(--white);
}
header .top-contact li ul{
display: flex;
padding-left: 0;
margin-bottom: 0;
}
header .top-contact li ul li{
list-style: none;
margin-left: 34px;
padding-right: 14px;
}
header .top-contact li ul li a{
text-decoration: none;
color:var(--white);
}
header .top-address{
position: relative;
}
header .top-address::before{
background: url(../images/address-location.png) no-repeat center / 100%;
content: "";
position: absolute;
left: -24px;
width: 20px;
height: 20px;
top:2px;
z-index: 1;
}
header .top-contact li ul .top-email{
position: relative;
}
header .top-contact li ul .top-email::before{
background: url(../images/email.png) no-repeat center / 100%;
content: "";
position: absolute;
left: -24px;
width: 20px;
height: 20px;
top:2px;
z-index: 1;
}
header .top-contact li ul .top-email::after{
position: absolute;
right: 0;
content: '';
height:100%;
width: 1px;
background: var(--white);
}
header .top-contact li ul .top-phone{
position: relative;
}
header .top-contact li ul .top-phone::before{
background: url(../images/telephone-call.png) no-repeat center / 100%;
content: "";
position: absolute;
left: -24px;
width: 20px;
height: 20px;
top:2px;
z-index: 1;
}
.mednik-navbar.sticky-top{
background: var(--white);
box-shadow: 0 2px 4px 1px rgba(50, 66, 81, 0.04);
}
.mednik-navbar .navbar-brand img{
width: 60px;
}
.mednik-navbar .nav-item {
margin-left: 20px;
}
.mednik-navbar .nav-item .nav-link.active{
color: var(--Green-Leaf);
}
.mednik-navbar .navbar-nav .dropdown-menu{
padding: 0;
border-radius:0;
border: 1px solid var(--Snow-Drift);
top: 61px;
}
.mednik-navbar .navbar-nav .dropdown-menu li a{
padding: 8px 12px;
border-bottom: 1px solid var(--Snow-Drift);
}
.mednik-navbar .dropdown-item.active, .dropdown-item:active {
background: var(--Light-Sea-Green)!important;
color: var(--white)!important;
}
/* end */
/* hero section start */
.hero-section{
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgb(119 178 85) 100%);
}
.slider-content h3{
font-size: 4.5rem;
color: #265a07;
}
.slider-content .s-data{
margin-bottom: 40px;
}
.mednikBtn{
text-decoration: none;
background: var(--white);
color: var(--Light-Sea-Green);
border-radius: 40px;
padding: 16px 50px 16px 36px;
position: relative;
font-weight: 600;
}
.mednikBtn::after{
content: "";
position: absolute;
right: 21px;
top: 8px;
width: 13px;
height: 38px;
z-index: 1;
background: url(../images/right-arrow.png) no-repeat center / 14px;
}
.hero-section .owl-carousel .owl-nav button.owl-next{
position: absolute;
right: 20px;
}
.hero-section .owl-carousel .owl-nav button.owl-prev{
position: absolute;
left: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: transparent;
}
.hero-section .owl-carousel .owl-nav button.owl-next,.hero-section .owl-carousel .owl-nav button.owl-prev{
top: 320px;
}
/* hero section end */
/* medicine-category-section */
.medicine-category-section{
padding: 30px 0;
margin-bottom: 30px;
}
.medicine-category-section .medicine-category{
display: flex;
align-items: flex-start;
flex-wrap: wrap;
white-space: nowrap;
justify-content: space-around;
display: flex;
padding-left: 0;
margin-bottom: 0;
}
.medicine-category-section .medicine-category li{
list-style: none;
padding-right: 12px;
}
.medicine-category-section .cat-card{
border-right: 1px solid var(--Bluish-Grey); 
}
.medicine-category-section .cat-card:last-child{
border-right: 0; 
}
.medicine-category-section .sub-medicine-category{
display: flex;
padding-left: 0;
margin-bottom: 0;
}
.medicine-category-section .sub-medicine-category .category-icon img{
width: 45px;
height: 45px;
}
.medicine-category-section .sub-medicine-category .category-icon{
border-radius: 100px;
padding: 6px;
margin-right: 12px;
}
.medicine-category-section .sub-medicine-category .category-icon.medicine-bg{
background: var(--Cognac);
}
.medicine-category-section .sub-medicine-category .category-icon.diagnostic-bg{
background: var(--Green-Leaf);
}
.medicine-category-section .sub-medicine-category .category-icon.wellness-bg{
background: var(--Bluish-Grey);
}
.medicine-category-section .sub-medicine-category .category-icon.health-bg{
background: var(--Turtle-Green);
}
.medicine-category-section .sub-medicine-category .category-icon.other-bg{
background: var(--Ferrari-Red);
}
/* products card */
.productcategory-section{
margin-bottom: 30px;
}
.product-cards img{
width: 100%;
transition: transform 0.3s ease-in-out;
float: right;
padding: 8px 30px 8px 0;
}
.product-cards img:hover{
transform: scale(1.1);
}
.product-cards.cefixime-bg{
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(62,114,29,1) 100%);
}
.product-cards.plethora-bg{
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(212,97,77,1) 100%);
}
.product-cards{
border-radius: 20px;
width: 100%;
height: 100%;
overflow: hidden;
margin: 0 auto;
}
.product-content-card{
padding-left: 40px;
width: 100%;
}
.product-content-card h5{
text-transform: uppercase;
color: var(--white);
}
.product-content-card h2{
color: var(--white);
margin-bottom: 20px;
}
.shopBtn{
text-decoration: none;
color: var(--white);
transition: .8s;
}
.shopBtn:hover i{
color: var(--white);
background: var(--Light-Sea-Green);
transition: .8s;
}
.shopBtn i{
background: var(--white);
color: var(--Light-Sea-Green);
padding: 13px 14px;
border-radius: 60px;
margin-left: 12px;
}
/* health-products*/
.health-products-section{
padding: 30px 0;
}
/* ****************************** */
.health-products-card {
background: #fff;
border: 1px solid var(--Snow-Drift);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
overflow: hidden;
transition: transform 0.3s ease, border-color 0.3s ease;
max-width: 300px;
margin-bottom:20px;
}
.health-products-card:hover {
transform: translateY(-5px);
;
}
.health-products-card img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.posted-product {
padding: 16px 20px;
text-align: center;
}
.posted-product p {
font-size: 14px;
color: var(--Espresso);
line-height: 1.4;
margin-bottom: 8px;
display: -webkit-box;
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis
}
.posted-product h4 {
font-size: 18px;
font-weight: bold;
color: #3e721d;
}
/* Optional button styling if you uncomment it */
.productBtn {
display: inline-block;
margin-top: 12px;
font-size: 14px;
color: #fff;
background-color: #3e721d;
padding: 8px 16px;
border-radius: 6px;
text-decoration: none;
transition: background-color 0.3s ease;
}
.productBtn:hover {
background-color:var(--Thunderbird)
}
/* ******************************* */
/* .health-products-card {
background: var(--Ghost-White);
border: 1px solid var(--Ghost-White);
margin-bottom: 20px;
min-height: 430px;
}
.health-products-card img{
width: 100%;
}
.health-products-card h4{
margin-bottom: 0;
color:var(--Light-Sea-Green);
font-size: 1.2rem;
}
.health-products-card h4 span{
color: var(--Ferrari-Red);
} */
.posted-product{
padding: 20px;
}
.posted-product p {
font-size: 1rem;
margin-bottom: 8px;
display: -webkit-box; 
-webkit-box-orient: vertical; 
overflow: hidden; 
-webkit-line-clamp: 2; 
text-overflow: ellipsis; 
}
.productBtn{
text-decoration: none;
color: var(--Light-Sea-Green);
transition: .8s;
padding: 12px 50px 12px 12px;
border-radius: 80px;
position: relative;
}
/* .health-products-card:hover .productBtn{
border: 1px solid var(--Light-Sea-Green);
color: var(--Light-Sea-Green);
transition: .8s;
}
.productBtn i{
margin-left: 12px;
background: var(--white);
padding: 13px 14px;
border-radius: 60px;
transition: .8s;
position: absolute;
right: 2px;
top: 2px;
}
.health-products-card:hover .productBtn i{
background: var(--Light-Sea-Green);
color: var(--white);
padding: 13px 14px;
border-radius: 60px;
margin-left: 12px;
transition: .8s;
} */
/* .headline h3{
text-align: center;
margin-bottom: 30px;
font-size: 2.2rem;
} */
 .headline {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.headline h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--Dune);
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.headline h3::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: var(--Green-Leaf);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.health-products-section .owl-carousel .owl-nav button.owl-next{
position: absolute;
right: 20px;
}
.health-products-section .owl-carousel .owl-nav button.owl-prev{
position: absolute;
left: 20px;    
}
.health-products-section .owl-carousel .owl-nav button.owl-next,.health-products-section .owl-carousel .owl-nav button.owl-prev{
top: 178px;
}
/* count number */
.count-section{
background: var(--White-Smoke);
padding: 40px 0;
}
.inner-count-card{
background:var(--white);
padding: 40px 30px;
border-radius: 8px;
margin-bottom: 40px;
}
.count-card ul{
display:flex;
padding-left: 0;
margin-bottom: 0;
}
.count-card ul li{
list-style: none;
}
.count-card ul li h3{
color: var(--Bluish-Grey);
transition: .6s;
}
.count-card ul li:hover h3{
color: var(--Light-Sea-Green);
transition: .6s;
}
.count-card ul li img{
width: 57px;
margin-right: 12px;
}
.count-card ul li h3{
margin-bottom: 2px;
}
/* newsletter subscription */
.newsletter-section{
margin-bottom: 20px;
}
.newsletter-section h3{
color: var(--black);
font-size: 1.9rem;
font-weight: 600;
margin-bottom: 12px;
}
.newsletter-section p{
margin-bottom: 40px;
}
.newsletter-subscription{
position: relative;
}
.newsletter-subscription input{
padding: 12px 20px;
border-radius: 30px;
border: 0;
}
.newsletter-subscription .subscriptionBtn a{
position: absolute;
right: 0;
top: 0;
text-decoration: none;
background: var(--Light-Sea-Green);
color: var(--white);
height: 100%;
border-radius: 30px;
padding: 8px 20px;
align-items: center;
display: flex;
}
.newsletter-subscription .subscriptionBtn a i{
margin-left: 8px;
}
.form-control:focus {
box-shadow: none;
}
/* footer */
/* footer{
padding: 80px 0;
border-top: 2px dotted var(--White-Smoke);
}
.footer-card.footermedinik{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin: 0 auto;
}
.footer-card img{
max-width: 140px;
margin-bottom: 20px;
}
.footer-card ul{
padding-left: 0;
margin-bottom: 0;
}
.footer-card ul li{
list-style: none;
margin-bottom: 12px;
}
.footer-card ul li a{
text-decoration: none;
color: var(--Bluish-Grey);
}
.footer-card ul li:hover a{
color: var(--Light-Sea-Green);
}
.footer-card h5{
font-size: 1.2rem;
text-transform: uppercase;
margin-bottom: 20px;
}
.footer-card p{
font-size: .9rem;
}
footer .form-control{
background: var(--White-Smoke)!important;
} */
 footer {
  background-color: var(--Hunter-Green);
  color: #fff;
  padding: 80px 0 20px 0;
  font-family: 'Segoe UI', sans-serif;
}

.footer-card {
  margin-bottom: 30px;
}

.footer-card img {
  max-width: 150px;
  margin-bottom: 20px;
}

.footer-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--Turtle-Green);
}

.footer-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-card ul li {
  margin-bottom: 10px;
}

.footer-card ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.footer-card ul li a:hover {
  color:var(--Turtle-Green);
}

.footer-card ul li i {
  margin-right: 8px;
  color:var(--white) /* Deep Green */
}

.footer-card p {
  color: #ddd;
  font-size: 14px;
  line-height: 1.6;
}

.copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid var(--Green-Leaf);
  font-size: 14px;
  color: #eee;
}

.copyright a {
  color:var(--Turtle-Green);
  text-decoration: none;
  font-weight: 500;
}

.copyright a:hover {
  color: var(--White-Smoke);
}

/* common banner */
.common-banner{
width: 100%;
background: url(../images/madnikbanner.webp) center no-repeat;
background-size: cover;
height: 150px;
}
.common-banner ol{
margin-bottom: 0;
align-items: center!important;
height: 150px;
}
.common-banner ol li{
font-size: 1.3rem;
color:var(--Cadmium-Orange);
font-weight: 600;
}
.common-banner ol li a{
font-size: 1.3rem;
color: var(--white);
text-decoration: none;
}
/* about section */
/* .about-section{
padding: 40px 0;
}
.about-img img{
width: 100%;
padding: 20px 30px;
}
.about-content h3{
font-size: 2.1rem;
font-weight: 600;
}
.about-content p{

color: #555;
  font-size: 15px;
  line-height: 1.7;
} */

          .about-values-section {
  padding: 60px 0;
  background-color: var(--Snow-Drift);
}

.section-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.section-header h2 {
  font-size: 36px;
  color: var(--Light-Sea-Green);
  margin-bottom: 20px;
  position: relative;
}

.section-header h2::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: var(--Thunderbird);
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.section-header p {
  font-size: 16px;
  color: var(--Black-Eel);
  line-height: 1.8;
}

.mission-vision-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.box {
  flex: 1 1 400px;
  background: var(--white);
  border-left: 5px solid var(--Turtle-Green);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.box:hover {
  transform: translateY(-5px);
}

.mission-box {
  border-left-color: var(--Espresso);
}

.vision-box {
  border-left-color: var(--Thunderbird);
}

.box h3 {
  font-size: 24px;
  color: var(--Green-Leaf);
  margin-bottom: 15px;
}

.box p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}
.about-section{
padding: 40px 0;
}
.about-img img{
width: 100%;
padding: 20px 30px;
}
.about-section {
  background-color: #f8f9fa;
}

.about-title {
  color: var(--Hunter-Green);
  font-weight: 700;
  line-height: 1.4;
  font-size: 32px;
}

.about-title span {
  color:var(--Green-Leaf);
}

.about-text {
  font-size: 1rem;
  color:var(--Dune);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.about-img img {
  border: 4px solid var(--Turtle-Green);
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.about-img img:hover {
  transform: scale(1.03);
}
/* team-section */
.team-section{
background:#f4f9f4;
padding: 40px 0;
}
.team-section .row{
align-items: center;
}
.leftpro {
background: var(--white);
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 15px rgba(0,0,0,0.08);
border-left: 6px solid var(--Green-Leaf);
}
.leftpro h4 {
font-size: 24px;
font-weight: 600;
color: var(--Green-Leaf);
margin-bottom: 15px;
}
.leftpro p {
font-size: 16px;
line-height: 1.6;
color: var(--Cherrywood);
}
.profile-teamcarousel .profile-team {
background: var(--white);
padding: 25px 20px;
margin: 10px;
border-radius: 10px;
text-align: center;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
font-size: 16px;
color: var(--Green-Leaf);
font-weight: 600;
border: 2px solid var(--Turtle-Green);
transition: transform 0.3s ease, box-shadow 0.3s ease;
width: 100%;
}
.profile-teamcarousel .profile-team:hover {
transform: translateY(-5px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
border-color: var(--Cognac);
color: var(--Cognac);
}
.profile-teamcarousel button
{
  background: transparent;
  border: none;
}
.profile-teamcarousel a{
text-decoration: none;
}
.filter-btn.active {
  border: 2px solid var(--Cognac); 
  color: var(--Cognac);    
  font-weight: 600;         
  background-color:var(--white);   
}

/* Responsive */
@media (max-width: 768px) {
.leftpro {
margin-bottom: 30px;
}
}
/* ************ */
/* contact-section */
.contact-section .right-contact{
      width: 100%;
    background: var(--white);
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact-section{
padding: 40px 0;
}
.contact-section h3{
font-size:2rem;
margin-bottom: 20px;
}
.left-contact .contact-data{
display: flex;
padding-left: 0;
margin-bottom: 20px;
}
.left-contact .contact-data li{
list-style: none;
}
.left-contact .contact-data li img{
width: 60px;
margin-right: 20px;
}
.left-contact .contact-des{
margin-bottom: 20px;
}
.left-contact .contact-data a{
text-decoration: none;
color: var(--Bluish-Grey);
}  
.left-contact{
  display: flex;
  align-items:center;
  height: 100%;
}
/* company-map */
.company-map{
width: 100%;
}
.company-map .company-location{
width: 100%;
height: 350px;
}
.right-contact .form-content{
margin-bottom: 20px;
}
.right-contact input{
padding: 12px 20px;
margin-bottom: 20px;
border-radius: 4px;
}
.right-contact textarea{
padding: 12px 20px;
margin-bottom: 40px;
border-radius: 4px;
}
 .submitBtn {
  background-color: var(--Green-Leaf);
  color:var(--white);
  padding: 12px 30px;
  border: none;
border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submitBtn:hover {
  background-color: var(--Turtle-Green);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(180, 243, 129, 0.3);
}
/* offer section start */
.offer-section {
  background: #f8f9fa; /* Soft neutral background */
  padding: 60px 0;
}

.offer-section .headline h5 {
  font-size: 1rem;
  color: var(--Thunderbird);
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.offer-section .headline h3 {
  color: #3e721d;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.offer-section .headline p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

.offer-card {
  display: flex;
  align-items: flex-start;
  padding: 20px;

  border-radius: 12px;

  transition: transform 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-5px);
}

.offer-card li {
  list-style: none;
  font-size: 0.95rem;
  color: var(--Dune);
}

.offer-icon {
  margin-right: 16px;
}

.offer-icon img {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: var(--Turtle-Green);
  border-radius: 50%;
  object-fit: contain;
}

.offer-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--Espresso);
}

.offer-content ul {
  padding-left: 16px;
}

.offer-content ul li {
  list-style: disc;
  color: var(--Black-Eel);
  font-size: 0.9rem;
  margin-bottom: 4px;
}

/* offer section end*/
.enquiry-section{
transition: background 0.2s ease-in-out;
padding: 40px 0;
width: 100%;
background: linear-gradient(35deg, rgb(118 177 84 / 65%), rgb(221 255 201 / 48%) 100%), url(../images/background.jpg) no-repeat fixed border-box center / cover;
}
.enquiry-section .right-contact{
/* background: var(--white);
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
width: 80%;
margin: 0 auto;
padding:40px 20px;
box-sizing: border-box; */
width: 80%;
margin: 0 auto;
 background: #fff;
  padding: 40px 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}
.copyright {
padding: 20px 0 0 0;
text-align: center;
border-top: 1px solid var(--Ghost-White);
margin-top: 20px;
}
.copyright a {
text-decoration: none;
color: var(--Turtle-Green);
}
/* media query */
@media(max-width:1440px){
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
top: 227px;
} 
.hero-section .owl-nav img{
width: 35px;
height: 35px;
}
.slider-content h3 {
font-size: 4rem;
}
}
@media(max-width:1400px){
.medicine-category-section .medicine-category li {
padding-right: 6px;
}
.medicine-category-section .sub-medicine-category .category-icon img {
width: 40px;
height: 40px;
}
.sub-medicine-category h5{
font-size: 1.1rem;
margin-bottom: 2px;
}
.sub-medicine-category p{
font-size: .8rem;
}
.health-products-section .owl-nav img{
width: 35px;
height: 35px; 
}
/* .health-products-card {
min-height: 480px;
}
.allproducts-section .health-products-card {
min-height: 412px;
} */
}
@media(max-width:1300px){
.slider-content h3 {
font-size: 3.5rem;
}
}
@media(max-width:1200px){
.slider-content h3 {
font-size: 3rem;
}
.mednikBtn {
padding: 12px 50px 12px 20px
}
.mednikBtn::after {
top: 5px;
}
.medicine-category-section .sub-medicine-category .category-icon img {
width: 30px;
height: 30px;
}
.medicine-category-section .sub-medicine-category .category-icon img {
width: 31px;
height: 20px;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
top: 194px;
}
.productBtn i {
padding: 12px 13px;
}
.productBtn {
font-size: .9rem;
}
/* .health-products-card {
min-height: 420px;
}
.allproducts-section .health-products-card {
min-height: 358px;
} */
}
@media(max-width:1024px){
.slider-content h3 {
font-size: 2.5rem;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
top: 155px;
}
}
@media(max-width:992px){
.productBtn {
padding: 12px 42px 12px 12px;
}
.medicine-category-section .sub-medicine-category .category-icon img {
width: 45px;
height: 45px;
}
.medicine-category-section .cat-card {
border-right:0;
}
.medicine-category-section .medicine-category li{
margin-bottom: 12px;
margin-right: 6px;
}
/* .medicine-category-section .medicine-category {
justify-content: start;
} */
.newsletter-subscription {
margin: 0 110px;
}
.count-card{
margin-bottom: 20px;
}
footer {
padding: 30px 0;
}
.health-products-section {
padding: 0;
margin-bottom: 30px;
}
.medicine-category-section {
margin-bottom: 0;
padding-bottom:0 ;
}
.dg-wrapper {
width: 100%;
}
.navbar-text .offcanvas-title img{
width: 60px;
}
.navbar-toggler {
border: 0;
}
.navbar-toggler:focus {
box-shadow:none;
}
/* .health-products-card {
margin-bottom: 20px;
} */
.common-banner ol {
height: 85px;
}
.common-banner {
height: 93px;
}
.common-banner ol li a ,.common-banner ol li{
font-size: 1.5rem;
}
.about-content h3 {
font-size: 1.6rem;
}
.about-section {
padding: 0;
margin: 20px 0;
}
.about-img img {
margin-bottom: 20px;
}
.health-products-section.allproducts-section{
margin: 30px 0;
}
/* .health-products-card {
min-height: 438px;
} */
 .menu-bg{
background: #f4f9f4;

 }
 .mednik-navbar .menu-bg .nav-item{
  border-bottom: 1px solid var(--Turtle-Green);
padding: 12px 0;
 }
 .offcanvas-header{
 border-bottom: 1px solid #7d879c38

 }
}
@media(max-width:900px){
.slider-content h3 {
font-size: 2.2rem;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
top: 133px;
}
}
@media(max-width:824px){
.hero-section .owl-carousel .owl-nav button.owl-prev {
position: absolute;
left: 0;
}    
.hero-section .owl-carousel .owl-nav button.owl-next {
position: absolute;
right: 0;
} 
.health-products-section .owl-carousel .owl-nav button.owl-next {
right: 0;
} 
.health-products-section .owl-carousel .owl-nav button.owl-prev {
left: 0;
} 
}
@media(max-width:768px){
.hero-section {
padding: 40px 0;
}
.mednikBtn {
padding: 12px 50px 12px 20px;
line-height: 70px;
}
.slider-content .s-data {
margin-bottom: 12px;
}
.medicine-category-section .sub-medicine-category .category-icon img {
width: 45px;
height: 45px;
}
.dg-wrapper {
width: 100%!important;
}
.newsletter-subscription {
margin: 0;
}
header .top-contact li ul {
display: block;
}
header .top-contact li ul .top-email::after {
width:0;
}
header .top-contact li ul .top-email{
margin-bottom: 4px;
}
.slider-content{
padding-left: 30px;
}
}
@media(max-width:767px){
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
top: 84px;
}
.health-products-section .owl-carousel .owl-nav button.owl-next, .health-products-section .owl-carousel .owl-nav button.owl-prev {
top: 248px;
}
.banner {
height: 400px!important;
}
}
@media(max-width:575px){
.slider-content {
padding-left: 0;
}
.hero-section .owl-carousel .owl-item img {
display: none;
}
.left-contact .contact-data li img {
width: 45px;
}
header .top-contact {
padding-left: 24px;
}
.enquiry-section .right-contact{
width: 100%;
}
}
@media(max-width:500px){
.banner {
height: 350px !important;
}
}
@media(max-width:465px){
.medicine-category-section .medicine-category {
display: block;
justify-content: center;
}
}
@media(max-width:425px){
.banner {
height: 300px !important;
}
.health-products-section {
padding: 0;
margin-bottom: 0;
}
.newsletter-section h3{
font-size: 1.5rem;
}
.headline h3 {
margin-bottom: 20px;
font-size: 2rem;
}
.about-img img {
padding:0;
}
}
@media(max-width:375px){
.medicine-category-section .medicine-category li {
margin-bottom: 10px;
}
.mednik-navbar .navbar-brand img {
width: 45px;
}
.slider-content h3 {
font-size: 2rem;
}
.newsletter-subscription .subscriptionBtn a {
padding: 5px 12px
}
header .top-contact {
display: block;
}
header .top-contact li ul li {
margin-left: 0;
}
/* .health-products-card {
margin-bottom: 8px;
} */
.headline h3 ,.contact-section h3  {
font-size: 1.8rem;
}
.health-products-section .owl-carousel .owl-nav button.owl-next, .health-products-section .owl-carousel .owl-nav button.owl-prev {
top: 200px;
}
.enquiry-section .right-contact,.contact-section .right-contact {
  padding: 20px;
}
}
@media(max-width:360px){
.slider-content h3 {
font-size: 1.8rem;
margin-bottom: 2px;
}
.mednikBtn {
padding: 8px 36px 8px 10px;
line-height: 70px;
}
.mednikBtn::after {
top:1px;
right: 14px;
}
.banner {
height: 250px !important;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
top: 60px;
}
}
@media(max-width:360px){
.banner {
height: 225px !important;
}
}