@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  --black: #000000;
  --white: #ffffff;
  --primary-color: #0b2e10;
  --secondary-color: #255f2d;
  --third-color: #f6f6f6;
  --footer_bg: #ebebeb;
  --light_grey_border: #bdbdbd;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  color: #222;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

/* iOS Performance Optimizations */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--third-color);
}

body.ovh {
  overflow: hidden !important;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

body {
  color: var(--primary-color);
  line-height: 1.5em;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.9821rem + 0.2232vw, 1.25rem);
  top: auto !important;
}
@media (max-width: 1366px) {
  body {
    line-height: 1.4em;
    font-size: clamp(1rem, 0.9635rem + 0.1556vw, 1.063rem);
  }
}

section {
  margin-bottom: clamp(2.5rem, 0.97rem + 3.1917vw, 4.8rem);
}

.container {
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    max-width: 90%;
  }
}

.inner-container {
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .inner-container {
    max-width: 1530px;
  }
}
@media (max-width: 1600px) {
  .inner-container {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .inner-container {
    max-width: 90%;
  }
}

.inside-inner-container {
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .inside-inner-container {
    max-width: 1350px;
  }
}
@media (max-width: 1600px) {
  .inside-inner-container {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .inside-inner-container {
    max-width: 90%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: clamp(2.5rem, 0.97rem + 3.1917vw, 4.8rem);
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
  }
}

h2 {
  font-size: clamp(1.688rem, -0.0971rem + 2.7893vw, 3.25rem);
  font-weight: 600;
  line-height: 1.2em;
}
@media (max-width: 1023px) {
  h2 {
    font-size: clamp(1.813rem, 1.7848rem + 0.1411vw, 1.875rem);
  }
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 15px;
  }
}

h3 {
  font-size: clamp(1.125rem, 0.9733rem + 0.6472vw, 1.75rem);
}
h4 {
  font-size: clamp(1.063rem, 0.7064rem + 0.5571vw, 1.375rem);
}
@media (max-width: 1023px) {
  h4 {
    font-size: clamp(1.063rem, 1.0348rem + 0.1411vw, 1.125rem);
  }
}

.highlight-txt {
  font-size: clamp(1rem, 0.7851rem + 0.3357vw, 1.188rem);
}
@media (max-width: 1023px) {
  .highlight-txt {
    font-size: clamp(0.938rem, 0.9098rem + 0.1411vw, 1rem);
  }
}

.cta,
a {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}

a {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}

.cta {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid var(--primary-color) !important;
}
@media (max-width: 767px) {
  .cta {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.cta:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 50px;
  z-index: -2;
}
.cta:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--white);
  transition: all 0.3s;
  border-radius: 50px;
  z-index: -1;
}
.cta:hover {
  color: var(--primary-color) !important;
}
.cta:hover:before {
  width: 100%;
}

.whatsapp-btn {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: var(--blue_txt);
  margin-left: clamp(0.938rem, 0.7951rem + 0.2232vw, 1.063rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1550px) {
  .whatsapp-btn {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1120px) {
  .whatsapp-btn {
    display: none;
  }
}
.whatsapp-btn img {
  width: 24px;
  height: 24px;
}
@media (max-width: 1550px) {
  .whatsapp-btn img {
    width: 23px;
    height: 23px;
  }
}
.whatsapp-btn img.hover-img {
  display: none;
}
.whatsapp-btn:hover .normal-img {
  display: none;
}
.whatsapp-btn:hover .hover-img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.pec-header {
  position: sticky;
  width: 100%;
  top: 0;
  background: var(--white);
  z-index: 100;
  padding: 14px 0;
  transition: 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  /* DESKTOP NAV */
  /* MENU ICON */
  /* MOBILE MENU */
  /* RESPONSIVE */
}
.pec-header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.pec-header .container {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pec-header .logo a {
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  color: var(--black);
}
.pec-header .nav-links ul {
  display: flex;
  gap: 40px;
  align-items: center;
  /* DROPDOWN */
}
.pec-header .nav-links ul li {
  list-style: none;
  position: relative;
}
.pec-header .nav-links ul a {
  font-size: 1rem;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s;
  padding: 26px 0;
}
.pec-header .nav-links ul a:hover {
  color: var(--black);
}
.pec-header .nav-links ul .active {
  font-weight: 800;
}
.pec-header .nav-links ul .dropdown-menu {
  position: absolute;
  top: 100%;
  background: var(--primary-color);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 6px 6px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.25s ease;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  left: -48px;
  gap: 0;
}
.pec-header .nav-links ul .dropdown-menu li {
  padding: 12px 20px;
  padding-bottom: 0;
}
.pec-header .nav-links ul .dropdown-menu li:last-child {
  padding-bottom: 12px;
}
.pec-header .nav-links ul .dropdown-menu li a {
  color: var(--white);
}
.pec-header .nav-links ul .dropdown-menu a:hover {
  color: var(--light_grey_border) !important;
}
.pec-header .nav-links ul .dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(24px);
}
.pec-header .header-actions {
  display: flex;
  gap: 12px;
}
.pec-header .header-actions .btn {
  padding: 10px 22px;
  border-radius: 35px;
  font-weight: 600;
  cursor: pointer;
}
.pec-header .header-actions .btn.outline {
  background: transparent;
  border: 2px solid var(--black);
}
.pec-header .header-actions .btn.outline:hover {
  background: var(--black);
  color: var(--white);
}
.pec-header .header-actions .btn:not(.outline) {
  background: var(--black);
  color: var(--white);
}
.pec-header .menu-icon {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.pec-header .menu-icon span {
  width: 26px;
  height: 2px;
  background: var(--black);
}
.pec-header .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 80%;
  background: var(--white);
  padding: 70px 25px;
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.pec-header .mobile-menu .close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  color: #000000;
  border: none;
  padding: 8px 12px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  font-weight: 800;
}
.pec-header .mobile-menu .mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  /* MOBILE DROPDOWN */
}
.pec-header .mobile-menu .mobile-nav a {
  font-size: 1.2rem;
  color: var(--primary-color);
}
.pec-header .mobile-menu .mobile-nav .dropdown .dropdown-menu {
  display: none;
  gap: 12px;
  transition: 1s ease;
}
.pec-header .mobile-menu .mobile-nav .dropdown.open .dropdown-menu {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.pec-header .mobile-menu .mobile-nav .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pec-header .mobile-menu .mobile-nav .dropdown-toggle .arrow {
  transition: 0.3s;
}
.pec-header .mobile-menu .mobile-nav .dropdown.open .arrow {
  transform: rotate(180deg);
}
.pec-header.menu-open .mobile-menu {
  right: 0;
}
@media (max-width: 950px) {
  .pec-header .nav-links,
  .pec-header .header-actions {
    display: none;
  }
  .pec-header .menu-icon {
    display: flex;
  }
}

.section-label {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--secondary-color);
}

.left-right-content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 40px;
  margin-top: 1.5rem;
}
@media (max-width: 1440px) {
  .left-right-content {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .left-right-content {
    flex-direction: column;
    text-align: left;
    gap: 15px;
  }
}
.left-right-content .left {
  flex: 0.5;
}
.left-right-content .right {
  flex: 0.3;
}

.pec-footer {
  background: #0b0b0b;
  padding: 60px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pec-footer path {
  color: #ffffff;
}
.pec-footer .footer-bottom-links a {
  color: #ffffff;
  opacity: 0.7;
}
.pec-footer .footer-logo {
  margin-bottom: 10px;
}
.pec-footer .pec-footer-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 0 20px;
}
.pec-footer h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.pec-footer h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #f5f5f5;
}
.pec-footer p {
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.6;
}
.pec-footer ul {
  list-style: none;
}
.pec-footer ul li {
  margin-bottom: 8px;
}
.pec-footer ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease;
}
.pec-footer ul li a:hover {
  color: #fff;
}
.pec-footer .pec-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.pec-footer .pec-social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.pec-footer .pec-social a i {
  font-size: 18px;
  color: #fff;
}
.pec-footer .pec-social a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.pec-footer .pec-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  padding-top: 15px;
  margin-top: 40px;
}
.pec-footer .pec-footer-bottom p {
  font-size: 13px;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .pec-footer .pec-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .pec-footer .pec-footer-container {
    grid-template-columns: 1fr;
  }
}
.contact-list svg {
  margin-right: 10px;
}

.backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  transition: 0.3s ease;
}

.backtotop:hover {
  background: #333;
}

.backtotop .svg-wrap svg {
  stroke: white;
}

.backtotop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s ease;
}

.backtotop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}/*# sourceMappingURL=common.css.map */