/**
* Template Name: Maxim - v2.3.1
* Template URL: https://bootstrapmade.com/maxim-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

@media (max-width: 430px) {
  h2 {
    font-size: 24px !important;
  }

  .subtitle {
    font-size: 16px !important;
  }
}

/*--------------------------------------------------------------
# Floating button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 25px;
  bottom: 80px;
  background: #1bac91;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #18967e;
  transition: background 0.2s ease-in-out;
}

.floating-whatsapp {
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 25px;
  bottom: 25px;
  z-index: 99999;
  box-shadow: 2px 2px 3px #999;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: #fff;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    height: 60px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.nav-menu a {
  display: block;
  position: relative;
  color: #222222;
  padding: 8px 0 12px 0;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu > ul > li + li {
  margin-left: 30px;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 3px;
  left: 0;
  background-color: #222222;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #000000;
}

.nav-menu a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 30px;
}

.clients .clients-wrap {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.clients .client-logo {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  background: #fff;
  height: 140px;
}

.clients .client-logo:hover img {
  transform: scale(1.1);
}

.clients img {
  transition: all 0.4s ease-in-out;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #339BFF;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(16, 31, 29, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding: 0;
}

#hero .slides {
  height: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#hero .slides .slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.btn-wrapper:hover {
  background: rgba(0, 0, 0, 0.8);
}

#prevBtn {
  left: 20px;
}

#nextBtn {
  right: 20px;
}

.btn-chevron svg {
  stroke: white;
}

@media (max-width: 2560px) {
  #hero {
    height: 800px;
  }
}

@media (max-width: 1440px) {
  #hero {
    height: 450px;
  }
}

@media (max-width: 1024px) {
  #hero {
    height: 320px;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 240px;
    margin-top: 60px;
  }
}

@media (max-width: 425px) {
  #hero {
    height: 135px;
    margin-top: 60px;
  }
}

@media (max-width: 375px) {
  #hero {
    height: 120px;
    margin-top: 60px;
  }
}

@media (max-width: 320px) {
  #hero {
    height: 100px;
    margin-top: 60px;
  }
}
/*--------------------------------------------------------------
# Core Values Section
--------------------------------------------------------------*/
#values {
  padding: 2.5rem 0 2.75rem;
}

#values .container {
  max-width: 1180px !important;
}

#values .icon {
  width: 140px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

#values .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#values .text-wrapper {
  padding-top: 12px;
  text-align: center;
}

#values h3 {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 600;
}

#values .values-text {
  font-size: 14px;
}

@media (max-width: 430px) {
  #values .icon-box {
    width: 70%;
    padding-bottom: 1.5rem;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Popular Products & Service Sections
--------------------------------------------------------------*/
#popular {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

#popular .product-card {
  overflow: hidden;
  text-align: center;
}

#popular .product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

#popular .products-wrapper {
  position: relative;
}

#popular .product-title {
  font-size: 18px;
  font-weight: 600;
}

#popular .custom-nav {
  position: absolute;
  top: 65px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
  width: 100%;
}

#popular .custom-chevron {
  pointer-events: all;
  background-color: hsla(0, 0%, 100%, .75);
  width: 40px;
  height: 40px;
  border: 1px solid #C6CDC9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  #popular .custom-nav {
    top: 50px;
  }
}

@media (max-width: 768px), (max-width: 425px) {
  #popular .custom-nav {
    top: 40px;
  }
}

@media (max-width: 390px) {
  #popular .custom-nav {
    top: 35px;
  }
}

@media (max-width: 320px) {
  #popular .custom-nav {
    top: 20px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #d8f2ff;
}

.section-title {
  margin-bottom: 3rem;
  text-align: center;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 4px;
  padding-bottom: 0;
}

.section-title .subtitle {
    font-size: 18px;
} 

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  padding: 4rem 2rem;
}

#about p {
  font-size: 1rem;
  margin: 0;
}

#about .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#about .company-name {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
}

#about .info-box {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

#about .info-box h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

#about .features-section {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  padding: 4rem 2rem;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

#about .features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

#about .feature-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#about .feature-item h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#about .feature-item p {
  font-size: 1rem;
  line-height: 1.5;
}

#about .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

#about .shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 430px), (max-width: 932px) {
  #about img {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-filters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 8px 20px;
}

.portfolio #portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-filters li:hover, .portfolio #portfolio-filters li.filter-active {
  color: #339BFF;
}

.portfolio #portfolio-filters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #4ae3c6;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients {
  padding-bottom: 0;
  text-align: center;
}

#clients .section-title {
  margin-bottom: 0;
}

#clients .client-wrapper {
  display: flex;
  padding: 60px 0;
  gap: 20px;
}

#clients .img-wrapper {
  display: flex;
  align-items: center;
  min-width: 130px;
}

#clients .img-custom {
  display: block;
  width: 100%;
  height: 100%;
}

.clients .section-title {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .client-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(171px, 1fr)) !important;
  }
}

@media (max-width: 932px), (max-width: 768px) {
  .client-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(123px, 1fr)) !important;
  }
}

/*--------------------------------------------------------------
# Testimony
--------------------------------------------------------------*/
#testimony .testimony-wrapper {
  position: relative;
}

#testimony .custom-nav {
  position: absolute;
  top: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  overflow: visible;
}

#testimony .custom-prev {
  margin-left: -15px;
}

#testimony .custom-next {
  margin-right: -15px;
}

@media (max-width: 430px) {
  #testimony .custom-prev {
    margin-left: -10px !important;
  }
  #testimony .custom-next {
    margin-right: -10px !important;
  }
}

@media (max-width: 768px) {
  #testimony .custom-prev,
  #testimony .custom-next {
    margin: 0;
  }
}

#testimony .custom-chevron {
  pointer-events: all;
  background-color: hsla(0, 0%, 100%, 0.75);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#testimony .custom-chevron:hover {
  background-color: #d8f2ff;
}

@media (max-width: 768px) {
  #testimony .custom-chevron {
    width: 24px;
    height: 24px;
  }
}

#testimony .custom-chevron img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact .info {
  padding: 40px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#contact .text-italic {
  font-style: italic;
}

#contact .operational-hours {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #d8f2ff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 25px;
  border-radius: 8px;
}
#contact ul {
  margin: 0;
  padding-left: 20px;
}

#contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #21413c;
}

#contact .contact-wrapper {
  display: flex;
  align-items: center;
}

#contact .contact-icon {
  width: 20%;
  height: 100%;
  text-align: center;
  margin-right: 20px;
}

#contact .contact-detail {
  width: 75%;
}

#contact .contact-icon .google {
  width: 75%;
}

#contact .contact-icon img {
  width: 55%;
  height: 100%;
  margin-bottom: 1rem;
}

#contact .text-semibold {
  font-weight: 600;
}

#contact a {
  color: #339BFF;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #f5f5f5;
  padding: 30px 0;
  color: #222222;
  font-size: 14px;
}

#footer .social-links {
  display: flex;
  justify-content: center;
} 

#footer a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 8px 0;
  border-radius: 50%;
  transition: 0.3s;
  margin: 0 8px;
}

#footer a:hover {
  background-color: #E0E0E0;
}

#footer .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #222222;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
