@import url("https://fonts.googleapis.com/css2?family=Alata&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Kumbh+Sans:wght@100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin: 0;
}

body {
  color: #333;
  font-family: "Fira Sans", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.section {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

.logo-image img {
  width: 100%;
  height: 50px;
}
@media (max-width: 767px) {
  .logo-image img {
    height: 40px;
  }
}

.language-selector {
  width: 24px;
  height: auto;
}

.navbar-nav .nav-link {
  margin-left: 1rem;
  margin-right: 1rem;
}

.header {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 20px 0px 20px 0px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.nav-item .nav-link:hover {
  color: #1c836c;
  transition: all 0.3s ease-in;
}

.line {
  width: 1px;
  height: 50px;
  background-color: #b1b1b1;
}

#google_element a {
  display: none;
}
#google_element img {
  display: none;
}
#google_element span {
  display: none;
}
#google_element select {
  font-size: 14px;
  font-weight: 600;
  border: 0;
}
#google_element option {
  font-size: 14px;
  font-weight: 600;
}

#google_element > div {
  font-size: 0;
}

#google_element > div > span {
  font-size: initial;
}

.goog-te-combo option[value=""] {
  display: none;
}

.carousel-section img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-item .carousel-caption {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 50%;
}

.carousel-caption h2 {
  font-size: 100px;
  margin-bottom: 1rem;
  font-weight: 900;
  color: #201630;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .carousel-caption h2 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .carousel-caption h2 {
    font-size: 45px;
  }
}

.carousel-caption h3 {
  color: #201630;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .carousel-caption h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .carousel-caption h3 {
    font-size: 18px;
  }
}

.main-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .main-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-btn {
    margin-top: 20px;
  }
}

.main-btn a {
  position: relative;
  display: inline-block;
  background: #1c836c;
  text-decoration: none;
  color: #fff;
  border-radius: 32px;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}
@media (max-width: 991px) {
  .main-btn a {
    font-size: 16px;
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .main-btn a {
    font-size: 14px;
    padding: 7px 20px;
  }
}

.main-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #000;
  transition: width 0.4s ease;
  z-index: -1;
}

.main-btn a:hover::before {
  width: 100%;
}

.main-btn a:hover {
  color: #fff;
}

.main-btn a .bi-arrow-right {
  font-size: 25px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.main-btn a .bi-arrow-right .button-line {
  display: inline-block;
  height: 25px;
  width: 1px;
  background-color: #000;
  margin: 0 0.5rem;
  vertical-align: middle;
  background-color: #fff;
}

.header-lower {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #222324;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: 90%;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .header-lower {
    display: none;
    opacity: 0;
  }
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.content i {
  font-size: 30px;
  color: #1c836c;
}

.bi-globe-central-south-asia {
  color: #1c836c;
}

.lower-subheading {
  color: #7f8286;
}

.lower-heading {
  font-weight: 600;
}

.whoweare-container {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .whoweare-container {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .whoweare-container {
    margin-top: 10px;
  }
}
.whoweare-message {
  color: #717a78;
}
.whoweare-message h3 {
  color: #0c2957;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 991px) {
  .whoweare-message h3 {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .whoweare-message h3 {
    font-size: 18px;
  }
}
.whoweare-message p {
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -2%;
}
@media (max-width: 991px) {
  .whoweare-message p {
    text-align: center;
  }
}
.whoweare-image {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  position: relative;
}
.whoweare-image .image-one {
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .whoweare-image .image-one {
    margin-top: 0px;
  }
}
.whoweare-image .image-one img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.whoweare-image .image-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
}
.whoweare-image .image-one:hover::before {
  left: 0;
  opacity: 1;
}
.whoweare-image .image-one .description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.whoweare-image .image-one:hover .description {
  opacity: 1;
}
.whoweare-image .image-two {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}
.whoweare-image .image-two img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.whoweare-image .image-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
}
.whoweare-image .image-two:hover::before {
  left: 0;
  opacity: 1;
}
.whoweare-image .image-two .description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.whoweare-image .image-two:hover .description {
  opacity: 1;
}

.description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.title {
  font-size: 44px;
  font-weight: 700;
  color: #0c2957;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 32px;
  }
}

.title::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1c836c;
}

.chooseus {
  color: #0c2957;
}
.chooseus i {
  background: #1c836c;
  width: 100px;
  padding: 5px 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 70px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .chooseus i {
    padding: 5px 20px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .chooseus i {
    padding: 0px 15px;
    font-size: 25px;
  }
}
.chooseus i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  border-width: 15px 0 15px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #1c836c;
}

.right-container i {
  background: #1c836c;
  padding: 5px 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 70px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .right-container i {
    padding: 5px 25px;
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .right-container i {
    width: 80px;
    padding: 5px 25px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .right-container i {
    width: 60px;
    padding: 0px 20px;
    font-size: 25px;
  }
}
.right-container i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 85px;
  transform: translateY(-50%);
  border-width: 15px 20px 15px 0;
  border-style: solid;
  border-color: transparent #1c836c transparent transparent;
}
@media (max-width: 991px) {
  .right-container i::after {
    right: 75px;
  }
}
@media (max-width: 767px) {
  .right-container i::after {
    right: 55px;
  }
}

.choose-containers {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .choose-containers {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 991px) {
  .choose-containers {
    margin-top: 30px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .choose-containers {
    margin-top: 10px;
  }
}
.choose-container {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  margin-top: 30px;
}
.choose-container-detail {
  max-width: 450px;
  width: 100%;
}
.choose-title {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .choose-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .choose-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .choose-title {
    font-size: 18px;
  }
}
.choose-detail {
  font-size: 16px;
  line-height: 28px;
  color: #717a78;
  font-weight: 350;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .choose-detail {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .choose-detail {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .choose-detail {
    margin-top: 11px;
    font-size: 14px;
  }
}
.choose-line {
  height: 3px;
  width: 20%;
  background: #1c836c;
  display: block;
}
.choose-line-right {
  height: 3px;
  width: 20%;
  background: #1c836c;
  display: block;
  float: right;
}
.choose-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  max-width: 300px;
}
.choose-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.choose-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  height: 100%;
  width: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 100%);
  transition: all 0.3s ease;
}
.choose-image:hover::before {
  left: 150%;
  transition: left 1.5s;
}

.right-container {
  text-align: right;
}

.stats {
  color: #0c2957;
  display: flex;
  justify-content: space-between;
  align-items: start;
  background-color: #f1f1f1;
  padding: 20px;
  gap: 20px;
}
@media (max-width: 1199px) {
  .stats {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .stats {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stats h2 {
  text-align: center;
}
@media (max-width: 991px) {
  .stats h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .stats h2 {
    font-size: 20px;
  }
}
.stats-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .stats-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .stats-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stats .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
  border-left: 1px solid #ebebeb;
  background: #fff;
}
@media (max-width: 991px) {
  .stats .detail {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stats .detail:first-child {
  border-left: 0;
}
.stats .detail i {
  color: #0c2957;
  font-size: 40px;
  font-weight: 700;
  border-radius: 50%;
  padding: 10px;
  background: #f2f2f2;
}
@media (max-width: 991px) {
  .stats .detail i {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .stats .detail i {
    font-size: 30px;
  }
}
.stats .detail .number {
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .stats .detail .number {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .stats .detail .number {
    font-size: 30px;
  }
}
.stats .detail .label {
  color: #242c36;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .stats .detail .label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .stats .detail .label {
    font-size: 12px;
  }
}

.extra-info {
  padding: 20px;
}
@media (max-width: 1199px) {
  .extra-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .extra-info {
    justify-content: center;
    align-items: center;
  }
}
.extra-info p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 991px) {
  .extra-info p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .extra-info p {
    font-size: 14px;
  }
}

.detail-container {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  justify-content: space-evenly;
}

.brands {
  color: #717a78;
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .brands {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .brands {
    margin-top: 10px;
  }
}
.brands-message {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .brands-message {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .brands-message {
    margin-top: 10px;
  }
}
.brands-icons {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
.brands-icons img {
  width: 120px;
  transition: all 0.2s ease-in-out;
}
.brands-icons img:hover {
  transform: scale(1.1);
}

.message {
  color: #717a78;
}
.message-container {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .message-container {
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
    align-items: start;
  }
}
@media (max-width: 991px) {
  .message-container {
    gap: 20px;
    margin-top: 10px;
    justify-content: center;
    align-items: start;
  }
}
.message-image img {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 1%;
  transition: all 0.2s ease-in-out;
}
.message-image img:hover {
  transform: scale(1.03);
}
.message-details h3 {
  color: #0c2957;
  font-weight: 600;
  line-height: 32px;
  font-size: 36px;
}
@media (max-width: 1199px) {
  .message-details h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .message-details h3 {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .message-details h3 {
    font-size: 26px;
  }
}
.message-details i {
  color: #1c836c;
  font-size: 40px;
  font-weight: 700;
}
.message-line {
  height: 3px;
  width: 10%;
  background: #1c836c;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .message-line {
    display: none;
  }
}
.message-ceo {
  color: #000;
  font-weight: 600;
  text-align: start;
}
@media (max-width: 991px) {
  .message-ceo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .message-ceo {
    text-align: center;
  }
}
.message-text {
  text-align: center;
  line-height: 25px;
}
@media (max-width: 1199px) {
  .message-text {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .message-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .message-text {
    font-size: 14px;
  }
}

.fa-quote-right {
  float: right;
  right: 20%;
}

.customers {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .customers {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .customers {
    margin-top: 10px;
  }
}
.customers .swiper {
  width: 100%;
  height: 100%;
  margin: auto;
}
.customers .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customers .swiper-slide img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out;
}
.customers .swiper-slide img:hover {
  transform: scale(1.1);
}
.customers .swiper-pagination-bullets.swiper-pagination-horizonta.swiper-horizontal > .swiper-pagination-bullets,
.customers .swiper-pagination-bullets.swiper-pagination-horizontal,
.customers .swiper-pagination-custom,
.customers .swiper-pagination-fractionl {
  top: unset !important;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: -40px !important;
}
@media (max-width: 767px) {
  .customers .swiper-pagination-bullets.swiper-pagination-horizonta.swiper-horizontal > .swiper-pagination-bullets,
  .customers .swiper-pagination-bullets.swiper-pagination-horizontal,
  .customers .swiper-pagination-custom,
  .customers .swiper-pagination-fractionl {
    bottom: -25px !important;
  }
}
.customers .swiper-pagination-bullet-active {
  background: #000;
}

.footer-top {
  background-color: #222324;
  padding: 30px 0px;
}
.footer-bottom {
  background: #19191a;
  padding: 15px 0 14px;
}
.footer-bottom-txt {
  color: #979b9f;
  font-size: 13px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .footer-bottom-txt {
    font-size: 18px;
    line-height: 28px;
  }
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
  width: 150px;
}
@media (min-width: 768px) {
  .footer-logo {
    max-width: 300px;
  }
}
.footer-ttl {
  font-size: 15px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer-ttl {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .footer-ttl {
    font-size: 18px;
    line-height: 30px;
  }
}
.footer-txt {
  font-size: 13px;
  line-height: 21px;
  color: #979b9f;
}
@media (min-width: 768px) {
  .footer-txt {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .footer-txt {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer-socials {
  margin-top: 30px;
}
.footer-socials-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-socials-img {
  padding: 10px;
  background-color: #19191a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
.footer-socials-img svg {
  width: 20px;
  height: 20px;
}
.footer-socials-img:hover {
  opacity: 0.7;
}
.footer-socials-top {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-socials-top {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .footer-socials-top {
    font-size: 16px;
    line-height: 33px;
  }
}
.footer-links {
  list-style-type: none;
}
.footer-links:not(:last-of-type) {
  margin-bottom: 5px;
}
.footer-links a {
  color: #d2ccda;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .footer-links a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer-links a {
    font-size: 16px;
  }
}
.footer-links a:hover {
  color: #fff;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer-talk-txt {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #d2ccda;
}
@media (min-width: 768px) {
  .footer-talk-txt {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .footer-talk-txt {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer-talk-txt .lg {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
}
.footer-talk-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 21px;
  color: #d2ccda;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer-talk-item {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer-talk-item {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer-talk-item svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 1200px) {
  .footer-talk-item svg {
    width: 20px;
    height: 20px;
  }
}

.scroll-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  max-width: 56px;
  width: 100%;
  height: 56px;
  border: 1px solid #1c836c;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 3;
  display: none;
  background: #1c836c;
}
@media (max-width: 767px) {
  .scroll-top {
    max-width: 40px;
    height: 40px;
    right: 20px;
    bottom: 30px;
  }
  .scroll-top svg {
    fill: #fff !important;
  }
}
@media (min-width: 768px) {
  .scroll-top {
    background: transparent;
  }
  .scroll-top:hover {
    background: #1c836c;
  }
  .scroll-top:hover svg {
    fill: #fff !important;
  }
}

.section .products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .section .products {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .section .products {
    margin-top: 10px;
  }
}
.section .products .product-card {
  position: relative;
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(28, 131, 108, 0.35) 0px 25px 50px -12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.section .products .product-card:hover {
  transform: translateY(-5px);
}
.section .products .product-card .product-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.section .products .product-card .product-details {
  padding: 20px;
}
.section .products .product-card .product-details .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 24px;
  margin-bottom: 10px;
  color: #0c2957;
  text-align: center;
}
.section .products .product-card .product-details .product-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section .products .product-card .product-details .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.section .products .product-card .product-details .btn:hover {
  background-color: #0056b3;
}

.hero-image {
  height: 60vh;
  background-image: url(../../assets/images/carousel/hero-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 991px) {
  .hero-image {
    height: 50vh;
  }
}
.hero-header {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.hero-header h1 {
  font-size: 72px;
  letter-spacing: -2%;
}
@media (max-width: 1199px) {
  .hero-header h1 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .hero-header h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .hero-header h1 {
    font-size: 21px;
  }
}
.hero-header .text-decoration-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.hero-header .decoration-dot {
  position: fixed;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .hero-header .decoration-dot {
    width: 5px;
    height: 5px;
  }
}
.hero-header .dot-1 {
  left: 40%;
}
.hero-header .dot-2 {
  left: 45%;
}
.hero-header .dot-3 {
  left: 50%;
}
.hero-header .dot-4 {
  left: 55%;
}

.company-journey .journey-timeline {
  position: relative;
  margin: 0 auto;
}
.company-journey .journey-timeline .journey-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #1c836c;
  transform: translateX(-50%);
}
.company-journey .journey-timeline .journey-item {
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  .company-journey .journey-timeline .journey-item {
    margin-bottom: 20px;
  }
}
.company-journey .journey-timeline .journey-item.left {
  padding-right: 50px;
}
.company-journey .journey-timeline .journey-item.left .journey-content {
  text-align: right;
}
.company-journey .journey-timeline .journey-item.right {
  left: 50%;
  padding-left: 50px;
}
.company-journey .journey-timeline .journey-item .journey-content {
  position: relative;
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
.company-journey .journey-timeline .journey-item .journey-date {
  font-size: 18px;
  font-weight: bold;
  color: #0c2957;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .company-journey .journey-timeline .journey-item .journey-date {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .company-journey .journey-timeline .journey-item .journey-date {
    font-size: 15px;
  }
}
.company-journey .journey-timeline .journey-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0c2957;
}
@media (max-width: 991px) {
  .company-journey .journey-timeline .journey-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .company-journey .journey-timeline .journey-item h3 {
    font-size: 18px;
  }
}
.company-journey .journey-timeline .journey-item p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .company-journey .journey-timeline .journey-item p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .company-journey .journey-timeline .journey-item p {
    font-size: 14px;
  }
}
.company-journey .journey-timeline .journey-item .journey-connector {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .company-journey .journey-timeline .journey-item .journey-connector {
    display: none;
  }
}
.company-journey .journey-timeline .journey-item .journey-connector .journey-circle {
  width: 15px;
  height: 15px;
  background-color: #1c836c;
  border-radius: 50%;
}
.company-journey .journey-timeline .journey-item .journey-connector .journey-line-horizontal {
  height: 2px;
  background-color: #1c836c;
}
.company-journey .journey-timeline .journey-item.left .journey-connector {
  right: -50px;
}
.company-journey .journey-timeline .journey-item.left .journey-connector .journey-line-horizontal {
  width: 40px;
}
.company-journey .journey-timeline .journey-item.right .journey-connector {
  left: -50px;
}
.company-journey .journey-timeline .journey-item.right .journey-connector .journey-line-horizontal {
  width: 40px;
}

@media (max-width: 767px) {
  .company-journey .journey-timeline .journey-item {
    width: 100%;
    padding-right: 0;
    padding-left: 50px;
  }
  .company-journey .journey-timeline .journey-item.right {
    left: 0;
  }
  .company-journey .journey-timeline .journey-item .journey-content {
    text-align: left;
  }
}
.intro-vision-container {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .intro-vision-container {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .intro-vision-container {
    margin-top: 10px;
  }
}
.intro-vision-container i {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #1c836c;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .intro-vision-container i {
    font-size: 32px;
    padding: 15px;
  }
}
.intro-vision-container h3 {
  color: #0c2957;
  font-weight: 700;
  line-height: 34px;
}
.intro-vision-container p {
  color: #717a78;
  line-height: 28px;
}

.introduction {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  padding: 20px;
}
@media (max-width: 991px) {
  .introduction {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .introduction {
    gap: 20px;
  }
}

.vision {
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 20px;
  margin-top: 40px;
}

.mission {
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 20px;
  margin-top: 40px;
}

.mission-vision {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  background: #f1f1f1;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 991px) {
  .mission-vision {
    flex-wrap: wrap;
    width: 100%;
  }
}

.contact-section {
  margin-top: 140px;
}
.contact-section p {
  max-width: 700px;
  width: 100%;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 20px;
}

.contactus {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: start;
}
.contactus-image {
  max-width: 280px;
}
.contactus-image img {
  width: 100%;
  height: auto;
}
.contactus-form h3 {
  color: #0c2957;
  font-weight: 700;
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.dropdown-menu-options {
  width: 100%;
}

.dropdown-toggle {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.dropdown-menu {
  width: 100%;
  padding: 0.375rem 0;
}

.contactus .contactus-form .form .dropdown .dropdown-toggle option {
  padding: 10px;
  background-color: #fff;
  color: #495057;
}

.contactus .contactus-form .form .dropdown .dropdown-toggle option:hover {
  background-color: #1c836c;
  color: #fff;
}

.send-btn {
  position: relative;
  background: #1c836c;
  color: #fff;
  border: 0;
  border-radius: 32px;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}

.send-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #000;
  transition: width 0.4s ease;
  z-index: -1;
}

.send-btn:hover::before {
  width: 100%;
}

.send-btn:hover {
  color: #fff;
}

.form {
  margin-top: 40px;
}

.location iframe {
  margin-top: 60px;
  width: 100%;
  height: 60%;
}
@media (max-width: 991px) {
  .location iframe {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .location iframe {
    margin-top: 10px;
  }
}

.outlets {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .outlets {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .outlets {
    margin-top: 10px;
  }
}

.outlet-card {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
  height: 100%; /* Add this line */
}

.outlet-card:hover {
  transform: translateY(-0.5rem);
}

.outlet-image {
  width: 100%;
  height: 200px; /* Adjust the height as needed */
  -o-object-fit: cover;
     object-fit: cover;
}

.outlet-details {
  padding: 1.5rem;
  height: calc(100% - 200px); /* Subtract the image height */
  display: flex;
  flex-direction: column;
}

.outlet-info {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.outlet-info li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #0c2957;
  font-weight: 600;
}

.outlet-info li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #0c2957;
  font-weight: 600;
}
.outlet-info i {
  color: #fff;
  background: #1c836c;
  padding: 10px;
  border-radius: 50%;
  margin-right: 15px;
}

.product-category {
  margin-top: 140px;
}

.categories {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 60px;
}

.card {
  width: calc(25% - 20px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  transition: transform 0.3s ease-in-out;
  height: 300px;
}

@media (max-width: 1024px) {
  .card {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 768px) {
  .card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .card {
    width: 100%;
  }
}
.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.card-content {
  padding: 20px;
}

.card-title {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}/*# sourceMappingURL=app.css.map */

#downloadDropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  padding: 0.5rem 1rem;
}

.dropdown-header {
  font-size: 0.75rem;
  color: #6c757d;
  padding: 0.25rem 1rem 0.25rem 1.5rem;
}

.dropdown-menu {
  min-width: 12rem;
  padding: 0.5rem 0;
  background-color: #fff;
  border: none !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-divider {
  border-top: 1px solid #e9ecef;
  margin: 0.5rem 0;
}