@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*{
   margin: 0;
   padding: 0;
}
body{
	font-family: "Rubik", sans-serif;
}
.nav-link {
    color: #164538;
    font-weight: 400;
    font-size: 17px;
    padding: 0 20px !important;
}
.nav-link.active, .nav-link:focus, .nav-link:hover {
    color: #c8922f !important;
}
.navbar-toggler {
    background: #ededed;
    border-radius: 0;
    padding: 3px 5px;
    font-size: 17px;
}
.icon-box {
    width: 75px;
    height: 75px;
    background: #eaf4ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    font-size: 20px;
}
.icon-box i {
    font-size: 44px;
    color: #174537;
}
.mission-overlay {
  margin-top: 50px; 
}

.mission-overlay .bg-white {
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
small {
    font-size: 18px;
    color: #b48530;
    font-weight: 400;
}
.rounded h2, .about h2{
    color: #174537;
    font-weight: 500;
}
.rounded h6, .about h5 {
    font-size: 21px;
}
.rounded p, .about p {
    font-size: 15px;
}
.btn-mission {
    background: #174537 !important;
    color: #fff !important;
    padding: 10px 0;
    font-size: 15px;
}
.products-cat h6 {
    font-weight: 400;
    color: #174537;
}
.products-cat {
    margin-top: -70px;
}
.our-glimpse-section {
    padding: 20px 0 80px 0;
    position: relative;
}


.glimpse-card {
  text-align: center;
}


.glimpse-top {
    background: linear-gradient(180deg, #1a9d77, #154537);
    color: #fff;
    padding: 30px 20px;
    border-radius: 6px 6px 0 0;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.glimpse-top::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 10px;
  width: 10px;
  height: 100%;
  background: rgba(255,255,255,0.35);
}
.glimpse-top i {
  font-size: 32px;
  margin-bottom: 10px;
  display: block;
}

.glimpse-top h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}


.glimpse-bottom {
  background: #fff;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}


@media (max-width: 767px) {
  .our-glimpse-section {
    padding: 60px 0;
  }
}
.counter-section {
    background: linear-gradient(180deg, #154537, #06162d);
    padding: 50px 0;
    color: #fff;
}

.counter-box {
	background: #32bd95;
	color: #fff;
	padding: 30px 20px;
	border-radius: 6px 6px 0 0;
	position: relative;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	text-align: center;
}
.counter-box::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 40%;
}

.counter-box i {
	font-size: 75px;
	margin-bottom: 0;
	display: block;
}

.counter-box h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 5px;
}

.counter-box p {
  font-size: 15px;
  margin: 0;
  opacity: 0.9;
}
.product-card {
  border: 2px solid #eee;
  padding: 20px;
  text-align: center;
  background: #fff;
}

.product-card img {
  max-height: 220px;
  object-fit: contain;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-indicators button {
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.pharma-card {
    border: 2px solid #e9e9e9;
    height: 100%;
    transition: all 0.3s ease;
}
.pharma-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.pharma-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.pharma-card h3 {
    font-weight: 700;
    color: #154437;
}
.pharma-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}
.pharma-btn {
    background: #0d6efd;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}
.pharma-btn:hover {
    background: #084298;
    color: #fff;
}
.dark-section {
    background: linear-gradient(135deg, #164535, #1c1645);
}

.dark-section p {
    color: #d6dbea;
    line-height: 1.8;
}
.form-dark .form-control {
    /*background: #22375a;*/
    /*border: none;*/
    color: #000 !important;
    padding: 14px;
}
.form-dark .form-control::placeholder {
    color: #bfc9dd;
}
.form-dark .form-control:focus {
    background: #22375a;
    box-shadow: none;
   
}
.form-dark .form-control {
	color: #000;
}
.btn-submit {
    background: #1e7553 !important;
    color: #fff;
    font-weight: 600;
    padding: 12px 40px;
}
.thnks-you {
	width: 100%;
	float: left;
	text-align: center;
	margin: 80px 0;
}
.footer-main {
	background: #174538;
	color: #fff;
	width: 100%;
	float: left;
}
.footer-main h5 {
    color: #fff;
    font-weight: 400;
}
.footer-main a {
    color: #dce2f0;
    text-decoration: none;
}
.footer-main a:hover {
    color: #fff;
}
.footer-bottom {
    background: #073528;
}


.footer-main li {
	list-style: circle;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
}
.footer-main ul {
    padding: 0 20px;
}


.topbar {
    background: linear-gradient(180deg, #1a9d77, #154537);
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
	transition: all 0.3s ease;
}

.topbar-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.topbar-info li {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}

.topbar-info a {
  color: #fff;
  text-decoration: none;
}

.topbar-info i {
  font-size: 15px;
}

.topbar-social a {
  color: #fff;
  margin-left: 15px;
  font-size: 15px;
  transition: 0.3s;
}

.topbar-social a:hover {
  color: #ffd700;
}


@media (max-width: 767px) {
  .topbar-info {
    justify-content: center;
    text-align: center;
  }

  .topbar-social {
    text-align: center;
    margin-top: 5px;
  }
}

.about .h-100 {
    border: 1px dotted #ccc;
    padding: 10px 0 20px 0;
    box-shadow: -1px -1px 7px #00ff8021;
}
.counter-section h2 {
    font-size: 34px;
    font-weight: 400;
}
.footer-bottom p {
    FONT-WEIGHT: 300;
}
.hero-banner {
  height: 80vh;
  position: relative;
}
.banner {
  position: relative;
}

#imageSlider {
  position: relative;
}

.slider-fixed-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 10;
    color: #000;
    max-width: 500px;
}

.slider-fixed-content h1, .hero-section h1 {
    font-size: 48px;
    color: #0f3e31;
    font-weight: 400;
}

.slider-fixed-content p, .hero-section p{
    font-size: 17px;
    margin: 15px 0;
    color: #000;
}


@media (max-width: 768px) {
    .floating-contact {
    	display: none !important;
    }
  .slider-fixed-content {
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .slider-fixed-content h1, .hero-section h1 {
    font-size: 28px;
  }
  body {
	padding: 70px 0 40px 0;
  }
}
.pharma-stats {
  background: linear-gradient(135deg, #0b3c5d, #0a2f45);
  color: #000;
}

.stat-item {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
}

.stat-item i {
  font-size: 18px;
  color: #000;
}
.pharma-bg-section {
	position: relative;
	padding: 50px 0 20px 0;
	background-image: url('images/pharma-bg.jpg');
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pharma-bg-section .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(23 69 55), rgb(24 72 58));
}

.stat-item {
    padding: 14px 0;
    border-bottom: 1px solid rgb(17 66 51);
    gap: 8px;
    color: #000000;
    line-height: 19px;
    font-size: 16px;
    font-weight: 500;
}

.stat-item i {
    font-size: 18px;
    color: #174537;
}
.pharma-bg-section i, .pharma-bg-section div {
    color: #fff;
    border-color: #fff;
}
.pharma-bg-section .form-dark .form-control {
    background: #e5efff;
    border: none;
    color: #000000;
    padding: 14px;
}
@media (max-width:991px){
	.topbar {
		display: none;
	}
}
.modal-content {
  background: #d4efe7;
}

.form-control {
  border-radius: 10px;
  padding: 12px;
}

.btn-primary {
  border-radius: 30px;
}
.floating-contact {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    z-index: 9999;
}
.contact-icon.email {
    background-color: #d0990a;
}
.contact-icon.whatsapp {
    background-color: #25d366;
}
.contact-icon.phone {
    background-color: #2342b1;
}
.contact-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}
.footer-call-bar {
	background: #0f4032;
}
.footer-call-bar a {
	color: #fff !important;
	padding: 0;
	width: 100%;
	float: left;
	border-right: 1px solid #fff;
	border-radius: 0 !important;
	padding: 6px 0;
}
#inpt img {
	border: 2px solid green;
	box-shadow: -3px -3px 16px #16453770;
}
.accordion-button {
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #000;
}
.accordion-header button {
	font-weight: 400;
}
.download {
	background: red;
}
/* Stop items from going to next line */
#productCarousel .carousel-item .row {
  flex-wrap: nowrap;
}

/* Equal height cards */
.product-card {
  height: 100%;
  background: #fff;
  padding: 10px;
  text-align: center;
}

/* Mobile fix */
@media (max-width: 576px) {
  #productCarousel .carousel-item .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.diivoo {
	border: 1px solid green;
	border-radius: 12px;
	box-shadow: 0px -1px 4px #ccc;
}
/* Force desktop layout on laptops */
@media (min-width: 1200px) and (max-width: 1365px) {
    .slider-fixed-content h1, .hero-section h1 {
    	font-size: 38px !important;
    }
    .slider-fixed-content p, .hero-section p {
    	font-size: 13px;
    }
    .stat-item {
    	font-size: 12px;
    }
    .btn-mission, .btn-submit {
    	font-size: 12px;
        padding: 3px 0;
    }
    .hero-section .card-body h4 {
    	font-size: 19px !important;
    }
    .form-dark .form-control {
    	padding: 7px;
    	font-size: 10px;
    }
    .form-label.fw-semibold {
    	font-size: 12px;
    }
    .form-check-label {
	font-size: 10px;
}
}


