@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  --green-primary: #a5ef0a;
  --secondary-green: #85b529;
  --dark-green: #689f38;
  --dark-bg: #212121;
  font-family: "Montserrat", sans-serif;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
}

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

h2 {
  color: #141c1e;
  font-weight: Bold;
  font-size: 36px;
}

.top-bar {
  background-color: var(--dark-bg);
  color: white;
  padding: 8px 0;
  font-size: 13px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 0 10px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #64af0d;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.logo-text {
  font-weight: bold;
  font-size: 1.5rem;
}

.logo-text span {
  color: var(--green-primary);
}
.SuccessAlert{
  background-color: #bdf7ad;
  padding: 12px;
  border-radius: 20px;
}
.pro-badge {
  background-color: var(--green-primary);
  color: white;
  font-size: 0.7em;
  padding: 2px 8px;
  border-radius: 3px;
  vertical-align: top;
  margin-left: 5px;
}

.logo-tagline {
  font-size: 0.8rem;
  color: #666;
}

.nav-item {
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.contact-btn {
  font-size: 13px;
  background: linear-gradient(90deg, rgba(95, 171, 11, 1) 0%, rgba(160, 218, 36, 1) 100%);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.contact-btn-header {
  font-size: 13px;
  background: linear-gradient(90deg, rgba(95, 171, 11, 1) 0%, rgba(160, 218, 36, 1) 100%);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.contact-btn-header:hover{
  background: linear-gradient(90deg, rgba(75, 151, 8, 1) 0%, rgba(140, 198, 26, 1) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(95, 171, 11, 0.3);
  color: #ffffff;
}

.green-btn {
  font-size: 14px;
  background: linear-gradient(90deg, rgba(95, 171, 11, 1) 0%, rgba(160, 218, 36, 1) 100%);
  color: white;
  border: none;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
}

.contact-btn:hover {
  background: linear-gradient(90deg, rgba(75, 151, 8, 1) 0%, rgba(140, 198, 26, 1) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(95, 171, 11, 0.3);
  color: white;
}

.hero-section {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  height: 80vh;
  display: flex;
  align-items: center;
  margin-top: -88px;
  padding-top: 40px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-content {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}



.hero-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.hero-title span {
  color: var(--green-primary);
}

.hero-paragraph {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0.9
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 30px 10px 20px 10px;
}

.phone-number {
  color: #a7f10a;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.phone-number i {
  color: var(--green-primary);
  margin-right: 5px;
}

.google-rating {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.google-logo {
  height: 30px;
  margin-right: 15px;
}

.stars {
  color: #ffc107;
}

.navbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: transparent !important;
}

.navbar:hover {
  background-color: white !important;
  transition: background-color 0.3s ease;
}

.navbar:hover .nav-link,
.navbar:hover .navbar-brand,
.navbar:hover .logo-tagline {
  color: #8a8a8a;
}

.navbar .nav-link,
.navbar .navbar-brand,
.navbar .logo-tagline {
  color: white;
}

.navbar:hover .navbar-logo {
  content: url("/bundles/yozurgreensitetheme/img/logo-gris-green.svg");
}

.nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.93px;
  font-weight: 600;
}

.nav-link:hover {
  color: #292929 !important;
  text-decoration: underline;
  text-decoration-color: #98e20a;
  text-underline-offset: 6px;
}

.navbar-expand-lg .navbar-nav {
  align-items: inherit;
}

.dropdown-item {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.93px;
  font-weight: 500;
  text-transform: none;
}

.dropdown-item:active {
  background-color: #a7f10a;
  color: #212121;
}

.client-logos {
  background-color: #f5f5f5;
  padding: 30px 0;
}

.logo-item {
  height: 160px;
  min-width: 160px;
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 5px;
}

.scrolling-wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.scrolling-logos {
  animation: scroll-logos 20s linear infinite;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.subtitle {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: var(--secondary-green);
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.section-title {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.3;
}

.green-btn:hover {
  background: linear-gradient(90deg, rgba(75, 151, 8, 1) 0%, rgba(140, 198, 26, 1) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(95, 171, 11, 0.3);
  color: white;
}

.btn-outline-light {
  align-content: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.text-content {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  opacity: 0.9;
  line-height: 24px;
}

.img-worker {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-title-dark {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #141c1e;
}

.sectors-section {
  background-color: var(--dark-bg);
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-image: url('/bundles/yozurgreensitetheme/img/sector-bg.png');
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
  margin-bottom: -76px;
}

.sector-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.sector-card:hover {
  transform: translateY(-5px);
}

.sector-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sector-name {
  font-weight: bold;
  font-size: 18px !important;
  margin: 0;
  margin-right: 10px;
}
.secteursLink {
  color:#15141A;
}

.arrow-icon {
  color: var(--green-primary);
}

.stats-section {
  background-color: #f8f8f8;
  padding: 120px 0 40px 0;
}

.stat-item {
  text-align: center;
  margin-bottom: 30px;
}

.stat-icon {
  position: relative;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background:
          linear-gradient(#fff, #fff) padding-box,
            /* White inner */
          linear-gradient(to top, #7cc30a, #a6ed0e) border-box;
  /* Gradient border */
  border: 4px solid transparent;
  /* Needed for border-box to show */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--green-primary);
  margin: 0 auto 12px;
}

.stat-number {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
}

.stat-text {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #616161;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 32px;
}

.stat-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 24px;
  opacity: 0.9;
  font-weight: 400;
}

.solutions-section {
  padding: 50px 0;
}

.solution-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 185px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-5px);
}

.solution-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px !important;
  color: white;
  font-weight: 600;
  margin: 0;
  margin-right: 12px;
}

.solution-arrow {
  color: #fff;
}

.achievements-section {
  background-color: white;
}

.achievement-card {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.achievement-content {
  padding: 20px 0;
}

.achievement-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #141c1e;
}

.achievement-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  opacity: 0.7;
  line-height: 24px;
  margin-bottom: 0;
}

.green-btn:hover {
  background-color: var(--dark-green);
  color: white;
}

.video-testimonials-section {
  padding: 50px 0;
  background-color: #f8f8f8;
  margin-top: -20px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-caption {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #4a4a4a;
  font-size: 16px;
  opacity: 0.7;
  font-weight: 400;
}

.video-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #4a4a4a;
  font-size: 16px;
  opacity: 0.7;
  font-weight: 400;
}
/* Testimonials Header */
.testimonials-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

/* Navigation arrows */
.testimonials-navigation {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav-arrow {
  background: linear-gradient(90deg, rgba(95, 171, 11, 1) 0%, rgba(160, 218, 36, 1) 100%);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  user-select: none;
}

.nav-arrow:hover {
  background: linear-gradient(90deg, rgba(75, 151, 8, 1) 0%, rgba(140, 198, 26, 1) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(95, 171, 11, 0.3);
}

/* Testimonials Container */
.testimonials-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: auto;
}


.testimonials-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.testimonial-item {
  flex: 0 0 50%; /* 2 témoignages à la fois */
  box-sizing: border-box;
  padding: 1rem;
}

@media (max-width: 768px) {
  .testimonial-item {
    flex: 0 0 100%; /* 1 à la fois sur mobile */
  }
}

.testimonials-navigation {
  display: flex;
  gap: 10px;
}

.nav-arrow {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Cache les radio buttons */
.testimonials-container input[type="radio"] {
  display: none;
}

.testimonials-pages {
  display: flex;
  width: 200%; /* 2 pages × 100% */
  transition: transform 0.3s ease;
}

.testimonials-page {
  width: 50%; /* 100% / 2 pages */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Navigation entre les pages */
#page1:checked ~ .testimonials-pages {
  transform: translateX(0%);
}

#page2:checked ~ .testimonials-pages {
  transform: translateX(-50%);
}

/* Gestion de l'affichage des flèches */
/* Page 1 active : flèche gauche cachée, flèche droite visible */
#page1:checked ~ * .nav-arrow:first-child {
  opacity: 0.3;
  pointer-events: none;
}

#page1:checked ~ * .nav-arrow:last-child {
  opacity: 1;
  pointer-events: all;
}

/* Page 2 active : flèche gauche visible, flèche droite cachée */
#page2:checked ~ * .nav-arrow:first-child {
  opacity: 1;
  pointer-events: all;
}

#page2:checked ~ * .nav-arrow:last-child {
  opacity: 0.3;
  pointer-events: none;
}

/* Testimonial Card */
.testimonial-card {
  background-color: white;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}

.testimonial-icon {
  font-size: 2.5rem;
  position: absolute;
  top: -15px;
  left: 20px;
  margin-top: -15px;
}

.testimonial-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.6;
}

.testimonial-author {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #001c33;
  font-size: 16px;
  margin-bottom: 5px;
}

.testimonial-position {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #727272;
  font-size: 13px;
  margin: 0;
}

.testimonial-stars {
  color: #88d30a;
  margin-top: 10px;
  font-size: 15px;
  text-align: right;
}

.see-all-link {
  color: #85b529;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.3s ease;
}

.see-all-link:hover {
  color: var(--dark-green);
  text-decoration: underline;
}

.testimonials-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.btn-green {
  background: #5FAB0B;
  background: linear-gradient(90deg, rgba(95, 171, 11, 1) 0%, rgba(160, 218, 36, 1) 100%);
  border: none;
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.btn-green:hover {
  background: linear-gradient(90deg, rgba(75, 151, 8, 1) 0%, rgba(140, 198, 26, 1) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(95, 171, 11, 0.3);
  color: white;
}


.seo-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  opacity: 0.9;
  line-height: 24px;
}

.footer {
  background-color: #313131;
  color: white;
  padding: 3rem 0;
}

.footer-logo {
  max-width: 320px;
  margin-bottom: 1.5rem;
}

.footer-contact {
  text-align: center;
  margin-bottom: 2rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}

.social-icons button {
  color: var(--green-primary);
  font-size: 1.2rem;
  margin: 0 10px;
  transition: color 0.3s;
}

.social-icons button:hover {
  color: var(--dark-green);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  background-color: #1a1a1a;
}

.footer-links a {
  color: #d8d8d8;
  font-weight: 400;
  text-decoration: none;
  margin: 0 15px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.footer-links a:hover {
  color: white;
}

.sector-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.solution-card {
  position: relative;
}

.solution-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,
  rgba(0, 0, 0, 0.6),
  rgba(0, 0, 0, 0));
  display: flex;
  align-items: baseline;
  padding: 20px;
  padding-top: 145px;
}

.solution-arrow {
  color: white;
  margin-left: 8px;
}

.achievement-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.testimonial-stars {
  text-align: right;
}

.breadcrumb-item, .breadcrumb-item a {
  font-family: "montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #4a4a4a;
  font-weight: 500;
  text-transform: uppercase;
}


.breadcrumb-section nav,
.main-content .contact-heading,
.main-content .contact-subheading {
  text-align: center;
}

.breadcrumb-section nav .breadcrumb {
  display: flex;
  justify-content: center;
}

.main-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f8f8f8;
}

.contact-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #141c1e;
  margin-bottom: 0;
}

.contact-subheading {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  opacity: 0.9;
  padding: 10px 0;
  max-width: 650px;
  margin: 0 auto;
}

.breadcrumb-section {
  padding-bottom: 20px;
}

.contact-form-section {
  max-width: 1000px;
  margin: 0 auto;
}

.contact-info-title {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-size: 25px;
}

.contact-details {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5c5c5c;
  opacity: 0.9;
  line-height: 24px;
}

.team-section {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.team-container {
  max-width: 1000px;
  margin: 0 auto;
}

.team-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #141c1e;
}

.team-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
}

.narrow {
  max-width: 800px;
  margin: auto;
}

.team-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  max-width: 200px;
  margin: auto;
}

.team-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.team-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(124, 195, 10, 0.6);
  /* green overlay */
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.team-image-wrapper:hover .team-overlay {
  opacity: 1;
}

.team-overlay a {
  color: white;
  font-size: 1.2rem;
}


input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 3px solid #8bc34a;
}

.form-control textarea:focus {
  border: 3px solid #8bc34a;
}

.img-section-content-right {
  padding-left: 5%;
  max-width: 650px;
}

.img-section-content-left {
  max-width: 650px;
  padding-right: 5%;
}

.review-text {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #141c1e;
}

input {
  min-height: 50px;
}

.form-control {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #5b5b5b;
}

@media (max-width: 767px) {

  h1{
    font-size: 32px !important;
    line-height: 44px !important;
  }

  h2{
    font-size: 28px !important;
    line-height: 36px;
  }

  h3{
    font-size: 24px !important;
  }

  p{
    font-size: 15px !important;
  }

  .hero-section {
    height: 100vh;
  }

  .navbar {
    background-color: #ffffff !important;
  }

  #navbarLogo {
    content: url("/bundles/yozurgreensitetheme/img/logo-black.png");
  }

  .top-bar .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* Footer container padding for mobile view */
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    max-width: 320px;
    margin-bottom: 1.5rem;
  }

  .investment-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .investment-details {
    padding: 0 0 0 20px !important;
    padding-bottom: 20px !important;
  }

  .stats-section {
    padding-top: 140px;
  }

  .img-section-content-right {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .img-section-content-left {
    padding-bottom: 40px;
  }

  .contact-details {
    margin-bottom: 40px;
  }

  .nav-link{
    color: #8a8a8a !important;
  }

  .navbar-expand-lg .navbar-nav{
    align-items: baseline;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar-nav .nav-item:last-child {
    margin-top: 10px;
  }

  .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 10px 10px 10px 10px;
  }

  .top-phone-bar{
    font-size: 12px;
  }

}


@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-logo{
    max-height: 30px;
  }

  .nav-link{
    font-size: 10px;
  }

  .contact-btn-header{
    font-size: 10px;
    padding: 10px 20px;
  }

  .top-bar{
    font-size: 10px;
    padding: 5px 0;
  }

  .hero-section{
    margin-top: -72px;
  }

  @media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin-top: 0.5rem;
    }
  }

