:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Montserrat", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #52413a;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #31221c;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #489e9d;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --swiper-theme-color: #489e9d;

}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #52413a;
  /* The default color of the main navmenu links */
  --nav-hover-color: #1b3f41;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #52413a;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #f85d23;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Language Switcher */
.header {
  position: sticky;
  /* important */
}

.lang-switcher {
  position: relative;
}

.lang-switcher .lang-divider {
  position: absolute;
  top: -32px;
  bottom: 5px;
  width: 1.5px;
  background-color: #489e9d;
}

/* Center Navbar on Desktop */
@media (min-width: 1200px) {
  .navmenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.lang-switcher a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.lang-switcher a.active-lang {

  color: #1b3f41;
}


.lang-switcher .lang-flag {
  font-size: 16px;
}

.logo img {
  height: 50px;
  width: auto;
}


.navmenu a::before {
  display: none !important;

}

.navmenu a.active::before {
  display: none !important;
}

.navmenu ul li a img {
  width: 10px;
  height: 10px;
  margin-right: 7px;
  margin-bottom: 1px;
  display: inline-block;
  vertical-align: middle;
}

.header {
  padding: 10px 0;
  transition: all 0.3s ease;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.header .logo img {
  height: 70px !important;
  max-height: none !important;
  transition: all 0.3s ease;
}


.scrolled .header {
  padding: 7px 0;
}

.scrolled .header .logo img {
  height: 50px !important;
}


.navmenu a:hover,
.navmenu .active,
.navmenu .active:focus {
  color: #1b3f41;
}

.header {

  background-color: white;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {

  background: #1b3f41;

}



.dark-background {

  background-color: #1b3f41;
}

.lead {

  font-size: 1.2rem !important;
  font-weight: 300 !important;
}



.hero .hero-cta .btn-link {
  font-weight: 300;
}

.hero .hero-features li {

  font-size: 1rem !important;
  font-weight: 300 !important;
  color: color-mix(in srgb, var(--default-color), transparent 25%) !important;
}

.hero h1 {
  font-size: 2.5rem;
}

.hero {
  padding: 20px 0;
}

.hero .hero-image-wrapper .stat-card {
  background-color: #489e9d;

}

.hero .hero-image-wrapper .stat-card .stat-value {

  color: #1b3f41;
}

.hero-slider {
  padding: 40px 0;
}

.swiper-slide {
  display: flex;
  align-items: center;
}



.hero .hero-image-wrapper {
  position: relative;
  padding: 0 40px;
  height: 420px;
  display: flex;
  align-items: center;
}

.hero .hero-image-wrapper .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.hero-slider .swiper-slide {
  min-height: 500px;
  display: flex;
  align-items: center;
}

.about .section-heading {
  color: #1b3f41;
}

.mb-5 {
  margin-bottom: 1rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}


.about .feature-box {
  transform: none !important;
  box-shadow: 4px 7px 20px rgba(0, 0, 0, 0.1) !important;
  transition: none !important;
}



.about .feature-box:before,
.about .feature-box:hover:before {
  height: 0 !important;
}

.about .feature-box:hover .icon-container {
  background: #489e9d !important;
  color: white !important;
  transform: none !important;
}


.about .feature-box h4 {

  transition: color 0.3s ease, transform 0.3s ease !important;
}

.about .feature-box p {
  font-size: 1rem;
  font-weight: 300;
  transition: color 0.3s ease, transform 0.3s ease !important;
}

.about .feature-box:hover h4 {
  color: var(--accent-color) !important;

}

.stats .stats-card {
  background: #e1fff1;
}

.stats .stats-card .stats-icon {

  background-color: #1b3f41;
}

.stats .stats-card .stats-icon i {
  color: white;
}


.about .feature-box p {
  color: var(--default-color) !important;
  transition: color 0.3s ease, transform 0.3s ease !important;
}

.about .lead {

  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  max-width: none !important;
  margin-left: 12% !important;
  margin-right: 12% !important;
}


.scroll-top {

  background-color: #489e9d;
}

.services .service-card {

  padding: 10px 10px 0px;
}

.service-icon i {
  font-size: 40px;
}

.services .service-content .service-info h3 a {

  font-weight: 600;
}

section,
.section {

  padding-bottom: 0px;
}


.contact-main-wrapper {
  display: flex;
  align-items: stretch;
}

.map-wrapper {
  flex: 1;
}

.map-wrapper img {
  height: 95%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.footer-top .col-lg-4 {
  max-width: 280px;
}

.footer-links,
.footer-about {
  text-align: left;
  margin-top: 20px;
}

/* FIX LOGO SPACING */

.footer .footer-about .logo img {
  max-height: 55px !important;
  margin-bottom: 0;
}

/* REMOVE EXTRA GAP */
.footer-contact {
  padding-top: 0 !important;
}

.footer-top {
  padding-bottom: 20px;
}


.light-background {

  background-color: #e9f4f1;
}

/* CLEAN LIST */
.footer-links ul {
  padding-left: 0;
}

.footer-links ul li {
  list-style: none;
}


.copyright {
  background-color: #1b3f41;
  color: #fff;
  padding: 25px 0;
}

/* Tablet */
@media (max-width: 992px) {
  .logo img {
    height: 35px;
  }

  .footer-top .row {
    gap: 40px;
    /* reduce big gap */
    justify-content: center;
  }

  .footer-top .col-lg-4 {
    max-width: 100%;
    /* allow full width */
    text-align: left;
  }

  .header .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }


  /* LANGUAGE SWITCHER */
  .lang-switcher {
    order: 2;
    margin-left: auto;
    margin-right: 10px;
  }

}


/* Mobile */
@media (max-width: 768px) {
  .hero .hero-image-wrapper {
    height: 280px;
    padding: 0;
  }

  .footer-top .row {
    flex-direction: column;

    align-items: flex-start;
    gap: 25px;
  }

  .footer-top .col-lg-4 {
    width: 100%;
    max-width: 100%;
  }

  /*center logo only */
  .footer-about .logo {
    justify-content: flex-start;
  }

}

/* Services Showcase Section */

.section-title h2 {
  color: #1b3f41;
}

.section-title p {

  font-size: 1.1rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 20%);

  margin-left: 12%;
  margin-right: 12%;
}

.services-showcase {
  padding: 40px 0;
}

.services-content-box {
  padding: 2rem;
}

.services-content-box h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1b3f41;
  margin-bottom: 1.5rem;
}

.services-content-box h3 span {
  color: #489e9d;
}



.services-content-box p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 1.5rem;
}

.service-list {
  font-size: 1rem;

  list-style: none;
  padding: 0;
}

.service-list li {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: var(--default-color);
}

.service-list li i {
  color: var(--accent-color);
  font-size: 1.25rem;
  margin-right: 12px;
}

/* Services Image Grid */
.services-image-grid {
  position: relative;
  height: 500px;
  margin: 0 1rem;
}

.services-image-grid .img-grid-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.services-image-grid .img-grid-secondary {
  position: absolute;
  bottom: 0;
  right: 45%;
  width: 55%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;

}

.services-image-grid .img-grid-tertiary {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 45%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  z-index: 3;

}

/* Service Badge */
.services-image-grid .service-badge {
  position: absolute;
  right: -10px;
  bottom: 40px;
  padding: 20px;
  background: var(--accent-color);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 4;
  min-width: 140px;
}

.services-image-grid .service-badge i {
  font-size: 2rem;
  margin-bottom: 5px;
}

.services-image-grid .service-badge .text {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

/* Flipped Layout (Images Left) */
.services-images-left .img-grid-main {
  right: auto;
  left: 0;
}

.services-images-left .img-grid-secondary {
  right: auto;
  left: 35%;
}

.services-images-left .img-grid-tertiary {
  left: auto;
  right: 0;
}

.services-images-left .service-badge.left {
  right: auto;
  left: -10px;
}

/* Tablet & Mobile Adjustments */
@media (max-width: 991px) {
  .services-image-grid {
    height: 400px;
    margin: 0 auto 50px;
    max-width: 500px;
  }

  .services-content-box {
    padding: 1rem 0;
  }

  .pl-lg-5 {
    padding-left: 0 !important;
  }
}

@media (max-width: 575px) {
  .services-image-grid {
    height: 320px;
  }

  .services-image-grid .img-grid-main {
    height: 220px;
  }

  .services-image-grid .img-grid-secondary {
    height: 140px;
  }

  .services-image-grid .img-grid-tertiary {
    height: 140px;
    bottom: 40px;
  }

  .services-image-grid .service-badge {
    padding: 10px;
    min-width: 100px;
    bottom: 20px;
  }
}


.contact-title {
  position: relative;
  padding-left: 45px;
  margin-bottom: 0px;
}

.contact-title:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  height: 85%;
  width: 4px;
  background-color: var(--accent-color);
  border-radius: 2px;
}

.contact-title h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--heading-color);
}

/* Remove legacy vertical line from contact containers */
.contact .contact-form-container h3:before {
  display: none !important;
}

.contact .contact-form-container h3 {
  padding-left: 0 !important;
}

.contact .contact-content {
  gap: 15px !important;
}

.contact .contact-card {
  padding: 12px;
}


/* Simple items (icon + text) */
.simple-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.simple-item i {
  font-size: 20px;
  color: var(--accent-color);
  margin-top: 5px;
}

.simple-item h4 {
  margin: 0;
  font-size: 16px;
}

.simple-item p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #666;
}

/* Heading */
.simple-heading h3 {
  font-weight: 700;

}

.footer-contact .bi,
.footer-contact .fa {
  color: var(--accent-color);
}

/* Row layout */
.contact-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/* Each item takes half width */
.contact-row .simple-item {
  flex: 1;
  min-width: 250px;
}


/* Keep your previous styling */
.simple-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* Global Section Heading Diamonds & Underlines (Matching About Us) */
.about .section-heading::before,
.section-title h2::before {
  content: "◆";
  position: absolute;
  color: var(--accent-color);
  bottom: -3px;
  left: calc(50% + 37px);
  font-size: 9px;
  line-height: 1;
  z-index: 1;
}

.section-title h2::after {
  width: 70px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: 0;
}

/* Hero Slider Pagination Diamonds */
.hero .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 0 !important;
  transform: rotate(45deg) !important;
  background-color: var(--swiper-theme-color, var(--accent-color)) !important;
  opacity: 0.4 !important;
  margin: 0 8px !important;
  transition: all 0.3s ease;
}

.hero .swiper-pagination-bullet-active {
  opacity: 1 !important;
  transform: rotate(45deg) scale(0.90) !important;
}