body{
	font-family: 'Montserrat';
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
a{
    text-decoration: underline;
}
a:hover{
	color: #008744;
}
.logo img{
    width:13%;
    float:left;
}
.logo{
   text-align:center;
       margin: 10px auto;
}
.logo span{
    border-bottom: #008744 4px solid;
    display: inline-block;
    width: 180px;
    margin: 0 auto;
}
.header_main{
    background:url(../image/homeimage.png) no-repeat center;
    background-size: cover !important;
    height:100%;
}
.col-md-2{
    margin: 0 auto;
}
.contact-form{
    margin:50px 0;
}
.cwt h2{
    margin:20px 0;
}
.count{
    font-size:35px;
}
.counter{
    margin:20px 0;
    padding:60px 0;
    background:#cedeec;
    border-radius:10px;
}
#numb{
    padding: 0px 18%;
    font-size: 23px;
}
.logo h1 {
    font-size: 4.5rem;
    color: #d82318;
    font-weight: 650;
     
}
.logo h2 {
    font-size: 2.5rem;
    color: #008744;
    font-weight: 600;
}
.logo2  {
    font-size: 4.5rem;
    color: #d82318;
    font-weight: 650;
    margin:0 0 8px;
    line-height:1.2;
}
.logo3  {
    font-size: 2.5rem;
    color: #008744;
    font-weight: 600;
    margin:0 0 8px;
    line-height:1.2;
}

.drsp_photo{
    width: 20%;
    float: left;
    margin: 0 20px 20px 0;
}
.main{
	font-size:  1.2rem;
	text-align: justify;
}
.copyright{
	margin-top:60px;
	text-align:center;
}
.nav li a{
	color:#192730;
	font-weight:600;
	text-decoration: none;
	padding:19px 15px;
	font-size: 15px;

}
.nav li:hover{
	background:#80808066;
	transition: all .2s linear;
	
}
.nav li a:hover{
	
	color:008744;
}
.heading{
	color: #008744;
	
}
.heading p{
	font-weight: 600;
}
.heading h1{
	margin: 60px 0 30px;
	font-weight: 600;
	font-size:2.0rem;
}
.heading h2{
    font-weight: 600;
	padding-left: 30px;
}
.heading h3{
    margin-bottom:0px;
	font-weight: 600;
	padding-left: 30px;
}
.treat{
	margin-top:40px;
}
.treat a {
    
    font-size: 24px;
    text-decoration: underline;
}
.article_tile {
    
    padding: 30px 20px;
}
.article_tile h3 a{
    text-decoration: none;
    color: inherit;
}
.css-typing h1 {
  
  margin:30px 0;
  color:#008744;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
}
.frameyou{
    width:100%;
    height:350px;
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}
.dropdown-menu{
    top:97%;
}
.dropdown:hover .dropdown-menu{
	display:block !important;
}
.herbim img{
	max-width: -webkit-fill-available;
}
.map{
	margin-top: 65px;
}
.address p{
	color:#d62d20;
	margin:0;
	font-weight: 600;
}
.address ul{
	list-style: none;
	padding-left: 0
}
.address li{
	font-weight:600;
}
.working ul{
	list-style: none;
	padding-left: 0	
}
.working li{
	color:#d62d20;
	font-weight: 600;
}
.working p{
	color:#008744;
	font-weight: 600;
}
.contact{
	margin-top:60px;
}
.frm{
	margin-top: 30px;
	padding:0 0 0 30px !important;
}
.frm textarea{
	height:200px !important;
}
#sub{
	background:#008744;
	color:white;
}
.sub{
    background:#008744;
	color:white;
}
.hide{
    display:none;
}
.owl-carousel{
	margin:20px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #808080a8;
}
.c-h {
    max-width: 10%;
    height:100%;
    display: block;
}
.recom_tiles{
    display:flex;
    padding:0 15%;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}
.section1{
    text-align:center;
    margin:40px 0 0;
}
.popup_container{
    background: #04040470;
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index:1;
}
.popup_img{
    width: 32%;
    display: flex;
    margin: 1% auto 0;
}
#popup_close{
    color:red;cursor:pointer;position:absolute;font-size: 50px;right: 25%;
        font-weight: 900;
}

.review {
    text-align: center;
    background: #a39c9c17;
    padding: 5%;
    margin-bottom: 20px;
}
.sourname{
    text-align: end;
}
.foot_sec ul {
    padding: 0;
}
.foot_sec ul li{
    margin:7px 0;
}


.foot_sec ul li {
    margin-bottom: 8px;
}

.foot_sec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #d71206; /* You can change this to fit your theme */
    font-weight: 500;
    transition: color 0.3s ease;
}

.foot_sec ul li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #41a744; /* Accent color */
    transition: width 0.3s ease;
}

.foot_sec ul li a:hover {
    color: #41a744;
}

.foot_sec ul li a:hover::after {
    width: 100%;
}


.foot_logo{
    margin:0 10%;
}
.footer_logo {
	    width:45%;
	}
#footer hr{
    margin-bottom:3rem;
}
.footer_email{
    border: none;
    border-bottom: 1px solid grey;
    border-radius: 0;
    padding: 0;
}
.footer_email:focus{
    border-color:black;
    box-shadow:none;
}
@media only screen and (max-width: 767px) {
	.foot_logo{
	    margin:10% 0;
	}
	.footer_logo {
	    width:20%;
	}
	.drsp_photo{
        width: 30%;
	}
	#popup_close{
	    right:0;
	}
	.popup_img{
        width: 85%;
        margin:20% auto;
	}
	
	


	
	.treat a {
        font-size: 19px;
	}
	.frameyou{
	    height:100%;
	}
	.navbar{
		position: absolute !important;
		background: #ffffff;
		width:100%;
		z-index:100;
	}
	.main{
	    font-size:inherit;
	}
    .css-typing h2 {
         font-size: larger;
    }
    .frm{
        padding:0 !important;
    }
    .heading h1, .css-typing h1{
        font-size:20px;
    }
    .logo span{
        width: 40px !important;
        border-bottom: #008744 2px solid;
    }
    .logo h1 {
        font-size: 1.5rem !important;
    }
    .logo h2 {
        font-size: 1rem !important;
    }
    .logo2 {
        font-size: 1.5rem !important;
    }
    .logo3 {
        font-size: 1rem !important;
    }
    .c-h {
        max-width: 15%;
    }
    .recom_tiles{
        padding:0 5%;
    }
}





.treat {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 30px 0;
}

.treat a {
    padding: 12px 25px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #63965e, #df6161);
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.treat a::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.treat a:hover::before {
    left: 0;
}

.treat a:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive: stack on smaller screens */
@media (max-width: 576px) {
    .treat {
        flex-direction: column;
        align-items: center;
        gap: 0px !important;
    }

    .treat a {
        width: 90%;
        text-align: center;
    }
}


.honeyline-card {
    background: linear-gradient(135deg, #a2cb7a, #4a80a7);
    border-radius: 10px;
}


.chronic-card {
    background: linear-gradient(135deg,#df6161, #63965e);
    border-radius: 10px;
    
    
}


.card-title {
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.read-more-btn-alt {
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 3px;
    transition: all 0.3s 
ease;
    z-index: 1;
    position: relative;
    font-size: 14px;
}


.additional-links-section a{
    text-decoration: none;
}





.navigation-card {
    min-height: 250px;
    /* color: white; */
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s 
ease-in-out;
}


.navigation-card:hover .icon-circle {
    background-color: rgba(255, 255, 255, 0.35);
    transform: scale(1.1) rotate(5deg);
}
#additional-links-heading{
    height: 100px;
    width: 100%;
    display: grid;
    place-items: center;
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    background: white;
    }

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 1;
    transition: all 0.3s 
ease;
}

.icon-circle i{
    color: #fff;
}

.card-text {
    font-size: 1rem;
    position: relative;
    z-index: 1;
}