@charset "UTF-8";
/*====================================================================
	Colors variables
=====================================================================*/
/*===============================================================
	Resets
=================================================================*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Font for s2 layout */
/* Font for s3 layout */
.s3 {
  font-family: "Lato", sans-serif;
}

body.s2 {
  font-family: "Poppins", sans-serif;
}

body.s3 {
  font-family: "Lato", sans-serif;
}

iframe.goog-te-banner-frame {
  display: none !important;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  top: 0 !important;
  margin-top: 0 !important;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

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

a img {
  border: none;
}

a:active {
  outline: none;
  text-decoration: none;
  opacity: 1;
}

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

a:hover {
  outline: none;
  text-decoration: none;
  opacity: 1;
}

ul {
  list-style-type: none;
  margin-bottom: 1rem;
}

li {
  list-style: none;
  color: #363636;
}

iframe {
  border: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

/*===============================================================
	Margin classes
=================================================================*/
.mr-0 {
  margin: 0;
}

.mrt-small {
  margin-top: 0.75rem;
}

.mrt-normal {
  margin-top: 1.5rem;
}

.mrt-large {
  margin-top: 2rem;
}

.mrt-big {
  margin-top: 2.5rem;
}

.mrt-huge {
  margin-top: 3.2rem;
}

.mrb-small {
  margin-bottom: 0.75rem;
}

.mrb-normal {
  margin-bottom: 1.5rem;
}

.mrb-large {
  margin-bottom: 2rem;
}

.mrb-big {
  margin-bottom: 2.5rem;
}

.mrb-huge {
  margin-bottom: 3.2rem;
}

/*===============================================================
	Padding classes
=================================================================*/
.pd-0 {
  padding: 0;
}

.pdt-small {
  padding-top: 0.75rem;
}

.pdt-normal {
  padding-top: 1.5rem;
}

.pdt-large {
  padding-top: 2rem;
}

.pdt-big {
  padding-top: 2.5rem;
}

.pdt-huge {
  padding-top: 3.2rem;
}

.pdb-small {
  padding-bottom: 0.75rem;
}

.pdb-normal {
  padding-bottom: 1.5rem;
}

.pdb-large {
  padding-bottom: 2rem;
}

.pdb-big {
  padding-bottom: 2.5rem;
}

.pdb-huge {
  padding-bottom: 3.2rem;
}

/*===============================================================
	Sections
=================================================================*/
.section {
  transition: all 1s ease;
}

.section-hidden {
  opacity: 0;
  transform: translateY(8rem);
}

.section-entry {
  padding: 6rem 0;
  overflow: hidden;
}

.section-title {
  margin-bottom: 20px;
}

.section-title-center {
  text-align: center;
}

/*===============================================================
	Global
=================================================================*/
.bg-dark {
  background-color: #2b2b2b;
}

.spacer {
  height: 300px;
}

.hr-spacer {
  display: inline-block;
  margin-right: 40px;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

/*===============================================================
	Common font sizes and styles
=================================================================*/
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #005925;
  margin-bottom: 0.75rem;
}

p {
  color: #363636;
  margin-bottom: 1rem;
}

.txt-center {
  text-align: center;
}

.txt-upper {
  text-transform: uppercase;
}

.txt-capitalize {
  text-transform: capitalize;
}

.txt-light {
  color: #ffffff;
}

body.dark {
  background-color: #2b2b2b;
}
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
  color: #ffffff;
}
body.dark p {
  color: #f7f7f7;
  font-weight: 300;
}

.title-accent {
  position: relative;
  margin-bottom: 2rem;
}
.title-accent::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #ffae19;
}

.title-dual {
  font-weight: 400;
}
.title-dual span {
  font-weight: 800;
  color: #d81155;
}

.title-bg {
  text-transform: uppercase;
  font-weight: 800;
  color: transparent;
  background-image: url("../img/mountain.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
}

.title-gradient {
  text-transform: uppercase;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(#005925, #d81155);
  -webkit-background-clip: text;
          background-clip: text;
}

.title-bg-dual {
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  background-color: #fac952;
  color: #d81155;
  padding-left: 5px;
}
.title-bg-dual span {
  display: inline-block;
  background-color: #d81155;
  color: #fac952;
  padding: 0 5px;
}

.title-oblique {
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #005925;
  position: relative;
  padding-left: 5px;
}
.title-oblique::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: -2%;
  width: 50%;
  background-color: #ffffff;
  transform: skewX(45deg);
}

.title-pseudo {
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #005925;
  position: relative;
  padding: 0 10px;
  display: inline-block;
}
.title-pseudo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  width: 10px;
  background-color: #005925;
}

.title-end {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-right: 10px;
  display: inline-block;
}
.title-end::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: -6px;
  width: 8px;
  height: 8px;
  background-color: #d81155;
}

.title-shadow {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  margin-top: 5rem;
}
.title-shadow::before {
  content: "this is a heading";
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  font-size: 70px;
  color: #ffffff;
  background-color: #ffffff;
  text-shadow: -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}

/*====================================================================
	Cards general
=====================================================================*/
.card {
  border: none;
  border-radius: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.card-img {
  border-radius: 0;
}

.card-title {
  color: #005925;
  margin-bottom: 12px;
}

/*====================================================================
	Card layout-1
=====================================================================*/
.card-1 {
  height: 100%;
  background-color: #efefef;
  padding: 1rem;
  text-align: center;
}
.card-1__icon {
  padding: 1.5rem;
}
.card-1__icon i {
  font-size: 50px;
  color: #fac952;
}

.dark .card-1 {
  background-color: #363636;
}

/*====================================================================
	Card layout-2
=====================================================================*/
.card-2 {
  position: relative;
  height: 100%;
  background-color: #efefef;
}
.card-2__content {
  padding: 1rem 1.5rem 4rem;
}
.card-2__title {
  padding: 0.5rem;
}
.card-2__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 1rem;
}

.dark .card-2 {
  background-color: #252525;
}

/*====================================================================
	Card side layout-1
=====================================================================*/
.card-side {
  display: flex;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.card-side__image {
  position: relative;
  overflow: hidden;
  flex: 0 0 40%;
}
.card-side__body {
  padding: 20px;
  flex: 0 0 60%;
}
.card-side__content {
  margin-bottom: 0.75rem;
}
.card-side__title {
  font-size: 1.2rem;
}
.card-side a {
  display: inline-block;
}

.dark .card-side {
  background-color: #363636;
}

/*====================================================================
	Banners style 1 Bootstrap carousel
=====================================================================*/
#carouselExampleControls .carousel-caption {
  position: absolute !important;
  top: 50% !important;
  left: 30% !important;
  transform: translate(-50%, -50%) !important;
  width: 50% !important;
  padding: 0 15px;
  opacity: 0;
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.5s;
  text-align: left;
}
#carouselExampleControls .carousel-caption h5 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-transform: initial;
  opacity: 0;
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.8s;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}
#carouselExampleControls .carousel-caption h5 span {
  color: #80c33f;
  text-transform: uppercase;
}
#carouselExampleControls .carousel-caption p {
  color: #f1f1f1;
  max-width: 500px;
  margin: 15px 0;
  opacity: 0;
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 1.2s;
  font-size: 20px;
}

.carousel-btn {
  margin-top: 30px;
  text-align: left;
}
.carousel-btn a {
  background-color: #385c13;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  opacity: 0;
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 1.6s;
  border-radius: 50px;
  margin-right: 15px;
}
.carousel-btn a:hover {
  background-color: rgb(0, 38, 15.797752809);
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slider-bg {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.carousel-caption {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.carousel-caption h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
}

.carousel-caption p {
  font-size: 1.3rem;
  color: #f5f5f5;
  margin-top: 10px;
}

/*====================================================================
	Modal style-1
=====================================================================*/
.nav-item-modal {
  display: flex;
  align-items: center;
}

.navbar .nav-link.c-btn {
  color: #ffffff;
  line-height: unset;
  padding: 0.5rem 1rem;
}

.dark .navbar .nav-link.c-btn {
  background-color: #ffffff;
  color: #005925;
}
.dark .navbar .nav-link.c-btn:hover {
  background-color: #efefef;
}

.digi-modal {
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
  z-index: 10000;
  transition: all 0.5s;
  background-color: #ffffff;
}

.digi-modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 100;
  transition: all 0.5s;
}

.btn-close-modal {
  font-family: inherit;
  color: inherit;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 4rem;
  cursor: pointer;
  border: none;
  background: none;
}

/*====================================================================
	Tabs style-1
=====================================================================*/
.tabs-section-1 {
  max-width: 100rem;
  margin: 5rem auto 0 auto;
  background-color: #efefef;
}
.tabs-section-1 .tabs-btn-wrap {
  display: flex;
  justify-content: center;
}
.tabs-section-1 .tabs-sc-btn {
  margin-right: 2.5rem;
  transform: translateY(-50%);
  border-radius: 50px;
}
.tabs-section-1 .tabs-sc-btn span {
  margin-right: 1rem;
  font-weight: 600;
  display: inline-block;
}
.tabs-section-1 .tabs-sc-btn-1 {
  background-color: #fac952;
}
.tabs-section-1 .tabs-sc-btn-1:hover {
  background-color: #ffae19;
}
.tabs-section-1 .tabs-sc-btn-2 {
  background-color: #35e753;
}
.tabs-section-1 .tabs-sc-btn-2:hover {
  background-color: #16bb32;
}
.tabs-section-1 .tabs-sc-btn-3 {
  background-color: #ff728b;
  margin: 0;
}
.tabs-section-1 .tabs-sc-btn-3:hover {
  background-color: #e5536d;
}
.tabs-section-1 .tabs-sc-btn-active {
  transform: translateY(-66%);
}
.tabs-section-1 .tabs-content {
  display: none;
  padding: 2.5rem 7rem 6.5rem 7rem;
}
.tabs-section-1 .tabs-content-active {
  display: block;
}
.tabs-section-1 .tabs-header {
  font-size: 1.8rem;
  font-weight: 500;
  align-self: center;
}

.dark .tabs-section-1 {
  background-color: #363636;
}

.page-banners-about {
  background-image: url("../img/banner-about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 14rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banners-about h2 {
  font-weight: 800;
  color: #005925;
  font-size: 45px;
  text-align: center;
  font-style: italic;
  font-family: "Merriweather Sans", sans-serif;
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

.page-banners-contact {
  background-image: url("../img/contact-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 14rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banners-contact h2 {
  font-weight: 800;
  color: #005925;
  font-size: 45px;
  text-align: center;
  font-style: italic;
  font-family: "Merriweather Sans", sans-serif;
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

.page-banners-tyre {
  background-image: url("../img/tyre-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 14rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banners-tyre h2 {
  font-weight: 800;
  color: #005925;
  font-size: 45px;
  text-align: center;
  font-style: italic;
  font-family: "Merriweather Sans", sans-serif;
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

.page-banners-team {
  background-image: url("../img/team-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 14rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banners-team h2 {
  font-weight: 800;
  color: #005925;
  font-size: 45px;
  text-align: center;
  font-style: italic;
  font-family: "Merriweather Sans", sans-serif;
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

.page-banners-pyrolysis {
  background-image: url("../img/pyrolysis-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 14rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banners-pyrolysis h2 {
  font-weight: 800;
  color: #005925;
  font-size: 45px;
  text-align: center;
  font-style: italic;
  font-family: "Merriweather Sans", sans-serif;
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

.page-banners-whyus {
  background-image: url("../img/why-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 14rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banners-whyus h2 {
  font-weight: 800;
  color: #005925;
  font-size: 45px;
  text-align: center;
  font-style: italic;
  font-family: "Merriweather Sans", sans-serif;
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

#scrollTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background: #005925;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.first-section .heading-underline {
  display: inline-block;
  position: relative;
  font-weight: 800;
  font-size: 2.5rem;
  color: #000000;
  padding-bottom: 8px;
}
.first-section .heading-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #005925;
  /* your theme color */
  border-radius: 2px;
}
.first-section .btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #005925, #7dc13c);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 102, 255, 0.3);
}
.first-section .btn:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #7dc13c, #005925);
  box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);
  transform: translateY(-2px);
}

.third-wrapper {
  background-image: url("../img/banner-5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.third-wrapper .heading-underline {
  display: inline-block;
  position: relative;
  font-weight: 800;
  font-size: 2.5rem;
  color: #000000;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}
.third-wrapper .heading-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 3px;
  background-color: #005925;
  border-radius: 2px;
  transform: translateX(-50%);
}
.third-wrapper .tile {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.third-wrapper .tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.third-wrapper .tile .icon-wrap {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #005925, #80c341);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}
.third-wrapper .tile h6 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 10px;
  font-size: 1.1rem;
}
.third-wrapper .tile p {
  font-size: 0.95rem;
  margin: 0;
}

.advantages-wrapper {
  background-image: url("../img/banner-5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.advantages-wrapper .heading-underline {
  display: inline-block;
  position: relative;
  font-weight: 800;
  font-size: 50px;
  color: #222;
  padding-bottom: 10px;
}
.advantages-wrapper .heading-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #005925;
  transform: translateX(-50%);
  border-radius: 2px;
}
.advantages-wrapper .advantage-item {
  background-color: rgba(248, 248, 248, 0.8196078431);
  padding: 21px;
  border-radius: 12px;
}
.advantages-wrapper .advantage-item h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #005925;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.advantages-wrapper .advantage-item h4 span {
  display: inline-block;
  background: #00521b;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
}
.advantages-wrapper .advantage-item p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.cta-wrapper .cta-heading {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #000000;
}
.cta-wrapper .cta-text {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}
.cta-wrapper .cta-btn {
  display: inline-block;
  padding: 14px 35px;
  font-weight: 600;
  color: #fff;
  background-color: #005925;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgb(128, 195, 65);
}
.cta-wrapper .cta-btn:hover {
  background-color: #005925;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgb(128, 195, 65);
}

.six-wrapper .heading-underline {
  display: inline-block;
  position: relative;
  font-weight: 800;
  font-size: 50px;
  color: #000000;
  padding-bottom: 8px;
  margin: 0 auto;
  text-align: center;
}
.six-wrapper .heading-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #005925;
  border-radius: 2px;
  transform: translateX(-50%);
}
.six-wrapper .testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 50px 40px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.six-wrapper .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.six-wrapper .testimonial-card .testimonial-content p {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}
.six-wrapper .testimonial-card .testimonial-content p::before, .six-wrapper .testimonial-card .testimonial-content p::after {
  font-size: 32px;
  position: absolute;
}
.six-wrapper .testimonial-card .testimonial-content p::before {
  content: "“";
  left: -10px;
  top: -10px;
}
.six-wrapper .testimonial-card .testimonial-content p::after {
  content: "”";
  right: -10px;
  bottom: -10px;
}
.six-wrapper .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.six-wrapper .testimonial-card .testimonial-author .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.six-wrapper .testimonial-card .testimonial-author h5 {
  margin: 0;
  font-weight: 600;
}
.six-wrapper .testimonial-card .testimonial-author span {
  font-size: 14px;
}

.footer-wrapper {
  background-color: #f1f1f1;
}
.footer-wrapper .logo-img {
  width: 117px;
  margin-bottom: 10px;
}

.top-footer-wrapper .footer-wrap h5 {
  color: #1e1e1e;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 20px;
}

.top-footer-wrapper p {
  color: #1e1e1e;
  font-size: 14px;
}

.top-footer-wrapper a {
  color: #1e1e1e;
  text-decoration: none;
  /* Added this line to remove the underline */
}

.top-footer-wrapper ul {
  line-height: 35px;
  padding: 0;
}

.top-footer-wrapper li {
  color: #1e1e1e;
}

.footer-social-list {
  padding: 0;
  margin-bottom: 0;
  display: flex;
}

.footer-social-list .pr-3 {
  padding-right: 1rem !important;
}

.footer-social-list li i {
  color: #1e1e1e;
  width: 35px;
  height: 35px;
  font-size: 23px;
  text-align: center;
  line-height: 35px;
  transition: all 0.3s;
}

.footer-copyright {
  padding: 1rem 0;
  background-color: #fff;
  text-align: center;
}

.footer-copyright p {
  margin-bottom: 0;
}

.footer-copyright a {
  color: #000;
  font-weight: 800;
  text-decoration: none;
}

.whatsapp i {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #25d366;
  /* box-shadow: 2px 2px 3px #999; */
  font-size: 30px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

/* Base dropdown menu (hidden by default) */
.dropdown-menu {
  position: absolute;
  display: block;
  /* Keep block for transitions */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  margin-top: 0;
  line-height: 45px;
  border: none;
  background-color: #e5e6e3;
  padding: 0;
  border-radius: 6px;
  z-index: 999;
  /* Ensures it overlaps */
}

/* Show on hover (desktop) */
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown items */
.dropdown-item {
  font-weight: 500;
  border-bottom: solid 1px #c0c0c0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #005925;
  /* Fallback if $color-primary not compiled */
  background-color: rgb(212, 212, 212);
  border-radius: 6px;
}

/* ===== Overview Section ===== */
.overview-section {
  background: #f9f9f9;
}
.overview-section .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  position: relative;
  color: #000000;
}
.overview-section .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #005925;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-radius: 2px;
}
.overview-section p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.overview-section .overview-img img {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease;
}
.overview-section .overview-img img:hover {
  transform: scale(1.05);
}

/* ===== Why Continuous is Better Section ===== */
.why-section {
  background-color: rgb(208, 208, 208) !important;
}
.why-section .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  display: block;
  text-align: center;
  color: #000;
}
.why-section .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #005925;
  margin: 8px auto 0;
  border-radius: 2px;
}
.why-section .feature-card {
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.why-section .feature-card .icon {
  font-size: 2rem;
  color: #0d6efd;
}
.why-section .feature-card h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.why-section .feature-card p {
  font-size: 0.95rem;
  color: #555;
}
.why-section .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.timeline {
  position: relative;
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 700px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #005925;
  transform: translateX(-50%);
}
.timeline .timeline-item {
  width: 50%;
  padding: 1rem 2rem;
  position: relative;
}
.timeline .timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}
.timeline .timeline-item:nth-child(even) {
  left: 50%;
}
.timeline .timeline-item h5 {
  font-weight: 600;
}

.tech-specs-section {
  background-image: url(../img/banner-5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tech-specs-section .section-title {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
}
.tech-specs-section .spec-card {
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.tech-specs-section .spec-card .icon {
  font-size: 2rem;
  color: #0d6efd;
  flex-shrink: 0;
}
.tech-specs-section .spec-card h5 {
  margin: 0 0 5px;
  font-size: 1.1rem;
  font-weight: 600;
}
.tech-specs-section .spec-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #363636;
}
.tech-specs-section .spec-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.contact-info-section {
  background: linear-gradient(135deg, #f9f9f9, #eef2f7);
}

.contact-card {
  border: none;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-card a {
  color: #363636;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.icon-wrapper {
  font-size: 36px;
  color: #005925;
}

.social-list a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #005925;
  color: #fff;
  transition: background 0.3s ease;
}

.social-list a:hover {
  background: #005925;
}

.c-btn {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 30px;
}

.meet-the-team {
  background: #f9f9f9;
}
.meet-the-team .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #222;
}
.meet-the-team .section-subtitle {
  color: #666;
  font-size: 16px;
}
.meet-the-team .team-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  height: 100%;
}
.meet-the-team .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.meet-the-team .team-card:hover .team-img img {
  transform: scale(1.05);
}
.meet-the-team .team-card .team-img img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.meet-the-team .team-card .team-info {
  margin-top: 15px;
}
.meet-the-team .team-card .team-info .team-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}
.meet-the-team .team-card .team-info .team-role {
  font-size: 15px;
  color: #005925;
  font-weight: 500;
}
.meet-the-team .team-card .team-info a {
  color: #005925;
  font-weight: 500;
}
.meet-the-team .team-card .team-info .social-list {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.meet-the-team .team-card .team-info .social-list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #005925;
  color: #fff;
  transition: background 0.3s ease;
}
.meet-the-team .team-card .team-info .social-list li a:hover {
  background: #000000;
}

.products-section {
  background: #fafafa;
}
.products-section .section-title {
  font-size: 2.5rem;
  font-weight: 800;
}
.products-section .section-subtitle {
  font-size: 16px;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}
.products-section .product-block .product-title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
.products-section .product-block h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 8px;
}
.products-section .product-block ul {
  padding-left: 18px;
}
.products-section .product-block ul li {
  font-size: 15px;
  margin-bottom: 5px;
}
.products-section .product-block img {
  border-radius: 8px;
}
.products-section .product-block .product-image-header img {
  border-radius: 10px;
}
.products-section .why-buy {
  max-width: 800px;
  margin: 0 auto;
}
.products-section .why-buy h3 {
  font-size: 22px;
  font-weight: 600;
  color: #005925;
}
.products-section .why-buy ul li {
  font-size: 15px;
  margin-bottom: 6px;
}

.product-block ul {
  list-style: none;
  padding-left: 0;
}
.product-block ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 6px;
  color: #444;
}
.product-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #005925;
  border-radius: 50%;
}

.why-buy-section {
  background-image: url("../img/banner-5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.why-buy-section h2 {
  font-weight: 700;
  color: #000000;
}
.why-buy-section h2 span {
  color: #000000;
}
.why-buy-section .why-item {
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.why-buy-section .why-item i {
  color: #005925;
}
.why-buy-section .why-item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000000;
}
.why-buy-section .why-item p {
  font-size: 15px;
  color: #555;
}
.why-buy-section .why-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.whyus-wrapper {
  background: #f9f9f9;
}
.whyus-wrapper .whyus-box {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.whyus-wrapper .whyus-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.whyus-wrapper .whyus-box .icon i {
  transition: color 0.3s ease;
}

.client-carousel-wrapper {
  background: #eaeaea;
  padding: 50px 0;
}
.client-carousel-wrapper h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}
.client-carousel-wrapper .client-logo {
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.client-carousel-wrapper .client-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}
.client-carousel-wrapper .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-nav {
  display: none;
}

@media (max-width: 767px) {
  #carouselExampleControls .carousel-caption {
    position: absolute !important;
    top: 38% !important;
    left: 30% !important;
    transform: translate(-50%, -50%) !important;
    width: 60% !important;
    padding: 0 15px;
    opacity: 0;
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 0.5s;
    text-align: left;
  }
  #carouselExampleControls .carousel-caption h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-transform: capitalize;
    opacity: 0;
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 0.8s;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  }
  #carouselExampleControls .carousel-caption p {
    color: #f1f1f1;
    /* max-width: 500px; */
    margin: 4px 0;
    opacity: 0;
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 1.2s;
    font-size: 12px;
  }
  .first-section .heading-underline {
    display: inline-block;
    position: relative;
    font-weight: 800;
    font-size: 30px;
    color: #000000;
    padding-bottom: 8px;
  }
  .fixed-top {
    position: relative;
  }
  .third-wrapper .heading-underline {
    font-size: 30px;
  }
  .cta-wrapper .cta-heading {
    font-size: 30px;
  }
  .page-banners {
    padding: 2rem 0;
  }
  .page-banners h2 {
    font-size: 25px;
  }
  .navbar .nav-link {
    color: #2b470f;
    line-height: 50px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    border-bottom: solid 1px #c7c5c5;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fixed-top {
    position: relative;
  }
  #carouselExampleControls .carousel-caption {
    position: absolute !important;
    top: 47% !important;
    left: 30% !important;
    transform: translate(-50%, -50%) !important;
    width: 54% !important;
    padding: 0 15px;
    opacity: 0;
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 0.5s;
    text-align: left;
  }
  #carouselExampleControls .carousel-caption h5 {
    color: #fff;
    font-size: 33px;
    font-weight: 900;
    text-transform: capitalize;
    opacity: 0;
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 0.8s;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  }
  #carouselExampleControls .carousel-caption p {
    color: #f1f1f1;
    /* max-width: 500px; */
    margin: 4px 0;
    opacity: 0;
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 1.2s;
    font-size: 15px;
  }
  .navbar .nav-link {
    color: #2b470f;
    line-height: 50px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    border-bottom: solid 1px #c7c5c5;
  }
}
@media (max-width: 768px) {
  .navbar .logo-img {
    position: relative !important;
    width: 80px;
  }
}
/* Mobile (Bootstrap click dropdown works fine) */
@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
    display: none;
    /* Bootstrap JS will toggle this automatically */
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
  }
  .dropdown-menu.show {
    display: block;
  }
}
/* hide the top/banner/balloon UI */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
.goog-te-banner,
.goog-te-balloon-frame {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}

/* Hide only the Google Translate banner/iframe */
.goog-te-banner-frame {
  display: none !important;
}

/* hide the logo/icon only (not the select) */
.goog-logo-link,
.goog-te-gadget-icon {
  display: none !important;
}

/* ensure any global rule like ".skiptranslate span {display:none}" is overridden
   by being very specific: select inside our navbar must be visible */
#navbar #google_translate_element,
#navbar #google_translate_element .skiptranslate,
#navbar #google_translate_element .skiptranslate span,
#navbar #google_translate_element select {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* ensure select has a sensible width and is clickable */
#navbar #google_translate_element select {
  min-width: 70px !important;
  width: auto !important;
  background: transparent !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #2b470f !important; /* match your nav link color */
  line-height: 50px !important;
  padding: 0 8px !important;
  -webkit-appearance: menulist !important; /* restore native appearance */
  -moz-appearance: menulist !important;
       appearance: menulist !important;
}

/* remove any unexpected outline */
#navbar #google_translate_element select:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* allow the Google menu iframe to appear above everything */
.goog-te-menu-frame {
  z-index: 2000000 !important;
  pointer-events: auto !important;
}

/* If any overlay is blocking pointer events on the navbar, ensure pointer-events allowed */
#navbar {
  z-index: 1040; /* above page content but below goog-te-menu-frame */
  pointer-events: auto;
}

#navbar #google_translate_element, #navbar #google_translate_element .skiptranslate, #navbar #google_translate_element .skiptranslate span, #navbar #google_translate_element select {
  margin: 5px 0;
}

.page-banners-thankyou {
  padding: 3rem 0;
}

.thankyou-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
}

.thankyou-card {
  background: #fff;
  max-width: 600px;
  width: 100%;
  padding: 40px 30px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", Arial, sans-serif;
}

.thankyou-card .check-icon {
  font-size: 48px;
  color: #38a169;
  margin-bottom: 15px;
}

.thankyou-card h2 {
  font-size: 28px;
  color: #2d3748;
  margin-bottom: 15px;
}

.thankyou-card p {
  color: #4a5568;
  font-size: 16px;
  margin-bottom: 10px;
}

.thankyou-card .btn-home {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #005925;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s;
}

/*====================================================================
	Two column layout-1
=====================================================================*/
.two-col-l1 {
  height: 100%;
}
.two-col-l1__image {
  height: 100%;
  background-image: url("../img/office.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.two-col-l1__content {
  height: 100%;
}
.two-col-l1__text {
  margin-bottom: 2rem;
}

/*====================================================================
	Three column layout-1
=====================================================================*/
.three-column.layout-1 {
  margin-bottom: 2rem;
}

/*====================================================================
	Three column layout-2
=====================================================================*/
.three-column.layout-2 {
  margin-bottom: 2rem;
}

/*====================================================================
	Footer layout-1
=====================================================================*/
.top-footer-wrapper {
  position: relative;
}

.scroll-top {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #ffffff !important;
  cursor: pointer;
}

.scroll-top:hover {
  color: #f7f7f7 !important;
}

.bottom-footer-wrapper {
  background-color: #6b6b6b;
  padding: 1rem 0;
}

.dark .bottom-footer-wrapper {
  background-color: #2b2b2b;
}

.footer-copyright-text {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.85rem;
  color: #ffffff;
}

.creator-link {
  color: #39b7e6;
}

.creator-link:hover {
  color: #ffffff;
}

.contact-form {
  width: 100%;
}
.contact-form__label {
  padding-left: 1rem;
  font-size: 0.9rem;
}
.contact-form__input {
  border-radius: 0;
  border-bottom: 3px solid transparent;
  background-color: #efefef;
}
.contact-form__input:focus {
  border-color: #2cbd08;
  box-shadow: none;
  border-bottom: 3px solid #2cbd08;
}
.contact-form__input:focus::-moz-placeholder {
  color: transparent;
}
.contact-form__input:focus::placeholder {
  color: transparent;
}
.contact-form__input::-moz-placeholder {
  color: #363636;
  font-size: 0.9rem;
}
.contact-form__input::placeholder {
  color: #363636;
  font-size: 0.9rem;
}
.contact-form__textarea {
  border-radius: 0;
  border-bottom: 3px solid transparent;
  background-color: #efefef;
}
.contact-form__textarea:focus {
  border-color: #2cbd08;
  box-shadow: none;
  border-bottom: 3px solid #2cbd08;
}
.contact-form__textarea:focus::-moz-placeholder {
  color: transparent;
}
.contact-form__textarea:focus::placeholder {
  color: transparent;
}
.contact-form__button {
  margin-top: 2rem;
}

/*====================================================================
	Navbar style 1
=====================================================================*/
.top-bar {
  background-color: #005925;
  padding: 15px 0;
}
.top-bar p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}

.navbar {
  background-color: transparent;
  padding: 0;
}
.navbar .logo-img {
  width: 120px;
  display: block;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.navbar .logo-img.dark-mode {
  display: none;
}
.navbar .nav-item {
  padding-left: 1rem;
}
.navbar .nav-link {
  color: #2b470f;
  line-height: 50px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
}

.dark .navbar {
  background-color: transparent;
}
.dark .navbar .nav-link {
  color: #ffffff;
}
.dark .navbar .logo-img {
  display: none;
}
.dark .navbar .logo-img.dark-mode {
  display: block;
}

.customNav {
  animation: navSlide 1s ease forwards;
  background-color: #ffffff;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@keyframes navSlide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.navbar-toggler {
  border: none;
}

/*===============================================================
	About us page
=================================================================*/
/*===============================================================
	Contact us page
=================================================================*/
#mail-msg-alert {
  margin-bottom: 3rem;
}

#mail-msg-alert button.btn {
  display: table;
  margin: 0 auto;
}

#mail-msg {
  color: #ffffff;
}

#mail-msg:hover {
  text-decoration: none;
}

.contact-section {
  margin-top: 4rem;
}
.contact-section__widget {
  margin-bottom: 2rem;
}
.contact-section .social-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.contact-section .social-list li:not(:last-child) {
  margin-right: 20px;
}
.contact-section .social-list i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #363636;
  border: 1px solid #363636;
  background-color: transparent;
  transition: all 0.3s;
}
.contact-section .social-list i:hover {
  color: #ffffff;
  border-color: transparent;
  background-color: #363636;
}

.dark .contact-section .social-list i {
  color: #efefef;
  border-color: #efefef;
  transition: all 0.3s;
}
.dark .contact-section .social-list i:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.contact-map {
  position: relative;
  padding-bottom: 34%;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}/*# sourceMappingURL=style.css.map */