/**
* Template Name: Oriental Health Care*/

@charset "UTF-8";




body {
  color:#1f2a37;
  background-color: #fff;
   font-family: "Inter", sans-serif;
}



/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}


h1 {
    color: #222;
     font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 700
}

h2 {
    color: #222;
     font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 700
}

h3 {
    color: #222;
     font-family: "Poppins", sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase
}

h4 {
    color: #222;
     font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-weight: 400
}

h5 {
    color: #777;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 400
}

h6 {
    color: #777;
    font-size: 12px !important;
   font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

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

a:hover,a:focus {
    text-decoration: none
}

input:focus,textarea:focus {
    outline: none
}


/*----Header----*/
#header {
    padding: 8px 0;
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled {
    background: #fff;
	border-bottom:1px solid #ddd;
    transition: all 0.5s;
    top: 0;
	padding:0px;
	height:100px;
}




#header #logo img {
    padding: 0;
    margin: 0;
}


#nav-menu-container {
    margin: 0;
    padding: 14px 0;
}


.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>li {
    margin-left: 15px;
}

.nav-menu>li {
    float: left;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu a {
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    color: #1f2a37;
	font-weight:300;
	 font-family: "Inter", sans-serif;
	font-size:16px;
	padding: 8px 10px;
    font-weight:normal;
   outline: none;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.last-nav-btn {
    border: 1px solid #02a09c;
    border-radius: 5px;
}
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}



body.mobile-nav-active #mobile-nav {
    left: 0;
}



@media (max-width: 960px) {
    #nav-menu-container {
        display: none;
    }
}


@media (max-width: 960px) {
    #mobile-nav-toggle {
        display: inline!important;
    }
}
#mobile-nav-toggle {
    position: fixed;
    right: 35px;
    z-index: 999;
    top: 45px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}


/*---Banner---*/

.banner-area {
	margin-top:100px;
	height:90vh;
   
   
}

.banner-content {
    padding-right: 50px;
}

.banner-area .btn.primary {
    background: #0a2a43;
    color: #fff;
    border-color: var(--primary);
}


.btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #0a2a43;
    color: var(--primary);
    text-decoration: none;
}

.btn.outline {
    background: #fff;
}

.banner-area .trust {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.banner-area .trust li {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 14px;
}






.banner-area .carousel-control-prev, .carousel-control-next { margin: 0 -50px;}



/*--- About---*/

.section-head h2 {
    font-size: 2.8rem;
    margin: 0;
	font-weight:bold;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 22px;
    color: #1f2a37;
}

.about-right-item {
    padding: 20px 45px 20px;
    position: relative;
}
.about-right-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #E3E0D6;
    width: 1px;
    height: 77px;
    bottom: 19px;
}

.about-right-item:nth-child(1)::after, .about-right-item:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #E3E0D6;
    width: 65%;
}


.about .btn.primary {
    background: #0a2a43;
    color: #fff;
    
}

/*---capabilities*/

.capabilities {
    background:#f4f6f8;
}



.grid-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.grid-list li {
            background-color: #fff;
            padding: 15px;
            border: 1px solid steelblue;
            text-align:left;
        }
		
		


/*----QC---*/
.qc-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}	


.qc-cards .card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius:10px;
    padding: 30px;
}	


/*---Global---*/
.global {
    background: #f4f6f8;
}

.regions {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
 
}

.region {
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
        transition: background-color 0.3s 
ease, transform 0.3s 
ease;
}

.region:hover{
transform: scale(1.05);}



.news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-card {
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 35px;
    text-align: left;
    transition: background-color 0.3s 
ease, transform 0.3s 
ease;
}

.news-card:hover {
    transform: scale(1.05);
}

.news-btn {
    color: #0a2a43;
	
}

.news-btn i {
    margin-left: 10px;
    font-size: 20px;
    margin-top: 0;
}


.site-footer {
    background: #fff; 
   padding: 50px 0;
    padding-top: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.site-footer h4{font-weight:bold}


.footer-social {
    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: start;
    font-size: 28px;
    margin-top: 15px;
}

.footer-social li {
    text-align: center;
    /* border: 1px solid #ddd; */
    /* padding: 20px; */
    border-radius: 50px;
    width: 50px;
    height: 50px;
}


.footer-menu ul {
    display: flex;
    justify-content: space-around;
}
.footer-menu ul li a {
    color: #0a2a43;
    text-decoration: none;
}

.footer-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

ul.d-flex.copright-menu li a {
    color: #000;
    justify-content: space-around;
    margin: 0 5px;
    contain-intrinsic-block-size: auto 100px;
    font-size: 14px;
}


#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}





/*------ Products------*/



.product-box {
    border: 1px solid #ddd;
    text-align: center;
}

.img-wrap {
  position: relative;
  width:100%;
  height:400px;
  
}
.img1 {
  opacity: 1;
}

.img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.img2 {
  opacity: 0;
}

.img-wrap:hover .img2 {
  opacity: 1;
}

.img-wrap:hover .img1 {
  opacity: 0;
}


.product_info {
    padding: 30px;
}


.product_title a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

#mobile-nav-toggle i {
    color: #292929;
    font-weight: 900;
}




#mobile-nav li {
    list-style-type: none;
    margin-bottom: 15px 37px;
    margin: 14px 15px;
}

#mobile-nav li a {
    color: #fff;
    padding-bottom: 10px;
    list-style-type: none;
    text-decoration: none;
}


#mobile-nav .last-nav-btn {
    border: 0px solid #02a09c;
    border-radius: 5px;
}



.active {
    color: #02a09c!important;
}


banner-area .carousel-item img {
    height: 90vh;
    object-fit: cover;
    object-position: bottom;
}



/*-----------Responsive-------------*/


@media only screen and (max-width: 768px) {
    
.qc-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
}
    
    
   .section-head h2 {
    font-size: 1.5rem;
   
   }
   
   
   .banner-area {
   height: auto;
}
   
    
    .regions {
   
    grid-template-columns: repeat(2, 1fr);
   
}
    
    .news {
   
    grid-template-columns: repeat(1, 1fr);
   
}
    
       
    }
    
    
.vl {
  border-left: 1px solid green;
  height: 40vh;
  border-color:#bfc3c8;
  padding-left:12px;

}
   
    
.new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
 
}




.banner-area .carousel-control-prev-icon .carousel-control-next-icon {
   
    margin-top: -130px;
}


.banner-area .carousel-control-next-icon {
   
    margin-top: -130px;
}









.breadcrumb-area {
    background: #019b97;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
}




.text-justify {
    text-align: justify;
}
