/* Econet - Environmental HTML5 Template

Template Name: econet
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Five
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Twof / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("magnific.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("all.min.css");
@import url("flaticon.css");
@import url("flaticon-set-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@import url("odometer-theme-default.css");
@import url("cusor-text.css");
@import url("nice-select.css");
:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f8f5f0;
  --theme-color-gray: #f6f6f6;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color1: #222429;
  --theme-color1-rgb: 34, 36, 41;
  --theme-color2: #41C575;
  --theme-color2-rgb: 255, 170, 23;
  --theme-color3: #9DAAA4;
  --theme-color4: #182F24;
  --theme-color5: #243B30;
  --theme-color6:#30443C;
  --theme-color7:#FF853F;
  --theme-color8:#F8F9F5;
  --theme-bg-color1:#F8F9F5;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #0f0f0f;
  --text-color-bg-theme-color3: #fff;
  --gradient-1: linear-gradient(313.49deg, #FFF4DD 2.4%, #F1FFDE 49.55%, #E7FFD8 82.23%);
  --gradient-2: linear-gradient(313.49deg, #FFF4DD 2.4%, #F1FFDE 49.55%, #E7FFD8 82.23%);
  --gradient-3: linear-gradient(180deg, rgba(12, 35, 24, 0) 40%, #0C2318 100%);
  --gradient-4: linear-gradient(180deg, rgba(12, 35, 24, 0) 30%, #0C2318 70%);
  --gradient-5:linear-gradient(270deg, rgba(12, 35, 24, 0) 41.35%, #0C2318 90%);
  --gradient-6:linear-gradient(180deg, rgba(12, 35, 24, 0) 30%, #0C2318 95%);
  --text-color: #4D6459;
  --heading-color: #0C2318;
  --link-color: #0C2318;
  --link-hover-color: #5b8c51;
  --text-font: "Noto Sans", sans-serif;
  --title-font:"Outfit", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 60.8px;
  --h2-font-size: 48px;
  --h3-font-size: 31.2px;
  --h4-font-size: 23.2px;
  --h5-font-size: 18px;
  --h6-font-size: 14px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--theme-color2);
  --sec-title-subtitle-font-size: 13px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--heading-color);
  --sec-title-font-size: 50px;
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--heading-color);
  --theme-black: #222429;
  --container-width: 1350px;
  --main-container-width:1320px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::selection {
  background: var(--theme-color2);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color2); /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color2); /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
    overflow-x: hidden;
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--heading-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

label {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.boxs {
  opacity: 0;
  will-change: transform, opacity;
}

#smooth-wrapper {
  overflow: hidden;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
  background-color: #0C2318;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-boxed-layout.layer-overlay:before {
  z-index: -1;
}
.tm-boxed-layout .page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .page-wrapper {
    width: 1170px;
  }
}
.tm-boxed-layout .container .container {
  width: 100%;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .container {
    width: 1140px;
  }
}
@media (min-width: 1000px) {
  .tm-boxed-layout.tm-container-970px .page-wrapper {
    width: 970px;
  }
}
.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .tm-boxed-layout.tm-container-1230px .page-wrapper {
    width: 1230px;
  }
}
.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1300px .page-wrapper {
    width: 1300px;
  }
}
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1340px .page-wrapper {
    width: 1340px;
  }
}
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1440px .page-wrapper {
    width: 1440px;
  }
}
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1560px) {
  .tm-boxed-layout.tm-container-1500px .page-wrapper {
    width: 1500px;
  }
}
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1660px) {
  .tm-boxed-layout.tm-container-1600px .page-wrapper {
    width: 1600px;
  }
}
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper {
  width: 95%;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
  width: 100%;
}
.tm-boxed-layout.container-shadow .page-wrapper {
  box-shadow: 0 0 25px 0 #777;
}
.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
  background-color: #fff;
}
.tm-boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.tm-boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
.tm-boxed-layout .banner-section .slide-item {
  min-height: 540px;
}
.tm-boxed-layout .banner-section .slide-item .content-box {
  padding: 150px 0 220px;
}
.tm-boxed-layout .banner-section-two .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-three .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-four .content-box {
  padding: 130px 0;
}

@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

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

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.bg-color3 {
  background-color: var(--theme-color3) !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.main-container {
  position: static;
  max-width: var(--main-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*==========================
	Prelaoder
===========================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  color: var(--theme-color-black);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  content: "Loading";
  text-transform: uppercase;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.preloader .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid #41C575;
  border-top-color: var(--theme-color2);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.preloader .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #41C575;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.preloader .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--text-color);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*=======================
Scroll To Top style
=======================*/



/* Common style for fixed round buttons */
.fixed-btn {
  position: fixed;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease; /* smooth transition for bg, color, scale */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background-color: #ff853f; /* 🔄 swapped main color */
}

/* -----------------------------
   Sticky Floating Buttons
   ----------------------------- */

/* Base */
.fixed-btn,
.sticky-btn {
  position: fixed;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 9999;
  transition: transform .22s ease, box-shadow .22s ease;
}

.fixed-btn i {
  font-size: 28px;
  z-index: 2;
}

/* Hover */
.fixed-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* Colors & vertical positions (desktop) */
.arrow-btn { bottom: 300px; background-color: #0078ff; } /* optional arrow (if used) */
.call-btn  { bottom: 220px; background-color: #00d3a6; }
.whatsapp-btn { bottom: 140px; background-color: #25D366; }
.mail-btn  { bottom: 60px;  background-color: #ffae00; }

/* Pulse ring */
.pulse-ring {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  z-index: 1;
  border: 2px solid currentColor;
  box-shadow: 0 0 12px currentColor;
  background: transparent;
  animation: pulse 1.8s infinite;
  opacity: .65;
}

@keyframes pulse {
  0%   { transform: scale(0.7); opacity: .8; }
  70%  { transform: scale(1.4); opacity: 0; }
  100% { transform: scale(0.7); opacity: 0; }
}

/* z-index ordering */
.arrow-btn  { z-index: 10012; }
.call-btn   { z-index: 10011; }
.whatsapp-btn { z-index: 10010; }
.mail-btn   { z-index: 10009; }

/* =======================
   Mobile adjustments
   ======================= */
@media (max-width: 480px) {
  .fixed-btn,
  .sticky-btn {
    width: 52px;
    height: 52px;
  }
  .fixed-btn i { font-size: 22px; }

  /* larger vertical gaps on mobile to prevent overlap */
  .arrow-btn  { bottom: 260px; }
  .call-btn   { bottom: 190px; }   /* call above whatsapp */
  .whatsapp-btn { bottom: 120px; } /* whatsapp above mail */
  .mail-btn   { bottom: 50px; }

  .pulse-ring {
    width: 64px;
    height: 64px;
  }
}

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  display: flex;
  padding: 10px 0;
}
.list-style-one li {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #808287;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.list-style-one li i {
  margin-right: 10px;
  color: var(--theme-color2);
  font-size: 14px;
  line-height: 20px;
}
.list-style-one li a {
  display: inline-block;
  color: #808287;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color1);
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  padding-left: 30px;
  margin-bottom: 5px;
}
.list-style-two li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 30px;
}
.list-style-two li a {
  display: inline-block;
  color: #ffffff;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: #ffffff;
}

/*=== List Style Three ===*/
.list-style-three {
  position: relative;
}
.list-style-three li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--theme-color1);
  padding-left: 25px;
  margin-bottom: 10px;
}
.list-style-three li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: var(--theme-color2);
}
.list-style-three li a {
  display: inline-block;
  color: #ffffff;
  transition: all 300ms ease;
}
.list-style-three li a:hover {
  color: #ffffff;
}

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 27px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color1);
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color2);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #2c2e33;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  color: var(--theme-color1);
  background-color: var(--bg-theme-color2);
}

/*Social Icon Three*/
.social-icon-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icon-three li {
  position: relative;
  margin-left: 20px;
}

.social-icon-three li a {
  position: relative;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #2f3529;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-three li a:hover {
  color: var(--theme-color2);
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.styled-pagination {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 60px;
  border-radius: 10px;
  background-color: #f4f2f9;
}
.styled-pagination .swiper-pagination-progressbar-fill {
  background: var(--bg-theme-color2);
}
.styled-pagination .swiper-pagination-progressbar-fill::before {
  position: absolute;
  top: -7px;
  right: 0;
  height: 17px;
  width: 17px;
  background-color: var(--bg-theme-color2);
  border-radius: 50%;
  content: "";
  transform: none;
  display: none;
}

/*======================
    Owl Nav 
======================*/
.default-navs .owl-nav {
  display: flex;
  align-items: center;
}
.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 54px;
  width: 54px;
  color: var(--theme-color2);
  background-color: var(--theme-color4);
  border-radius: 50%;
  font-size: 16px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  background: var(--theme-color2);
  color: var(--theme-color2);
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: var(--bg-theme-color1);
  z-index: 1;
  padding-left: 5px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.play-now-two {
  height: 92px;
  width: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 12px;
  border: 0.5px solid var(--border-theme-color1);
  color: #ffffff;
  transition: all 300ms ease;
  animation: zoom-one 3s infinite linear;
}
.play-now-two:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background-color: var(--bg-theme-color1);
  content: "";
}
.play-now-two i {
  position: relative;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7c858c;
  padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--bg-theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.default-dots .owl-dots {
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-dots .owl-dots .owl-dot {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #cdcbcb;
  border: 2px solid #cdcbcb;
  margin-left: 5px;
}
.default-dots .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.default-dots .owl-dots .owl-dot.active {
  border: 2px solid var(--border-theme-color2);
  background-color: transparent;
}

/***===========================
  Main Header style one
=========================***/
/***===========================
  Main Header style one
=========================***/
.main-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s ease;
}
.main-header.header-style-one {
  background-color: var(--theme-color-white);
  margin: 60px 100px 0 82px;
  border-radius: 20px;
}
@media only screen and (max-width: 1700px) {
  .main-header.header-style-one {
    margin: 0;
    border-radius: 0;
  }
}

.main-header .header-lower {
  position: relative;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  min-width: 280px;
  padding: 24px 0 24px 40px;
  position: relative;
}

.main-header.scrolled {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.main-header {
  z-index: 999;
}
.main-header .logo {
  display: block;
  position: relative;
}
.main-header .logo img {
  max-width: 170px;
  height: auto;
}
.main-header .main-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0px;
  position: relative;
  top: 0px;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 25px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-header .main-box .nav-outer {
    gap: 35px;
  }
}

.main-menu {
  position: relative;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  margin: 0px;
  position: relative;
}

.main-menu .navigation > li {
  float: left;
  margin-right: 35px;
  padding: 31px 20px 31px 0px;
  position: relative;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  color: var(--link-color);
  display: flex;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--title-font);
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color2);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color2);
  font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
  margin-right: -14px;
  padding-right: 14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  height: 20px;
  line-height: 24px;
  margin-top: 0;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  transition: all 300ms ease;
  visibility: visible;
}

.main-menu .navigation > li > ul {
  background-color: var(--theme-color-white);
  border-top: 2px solid var(--theme-color7);
  border-bottom: 2px solid var(--theme-color7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 0px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px dashed var(--theme-color2);
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 0px;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
  color: var(--bg-theme-color1);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color2);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  background-color: var(--theme-color-white);
  border-top: 2px solid var(--theme-color7);
  border-bottom: 2px solid var(--theme-color7);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 15px 0 0;
  position: absolute;
  top: 0px;
  transform: translateY(-32px);
  width: 260px;
  z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px dashed var(--theme-color2);
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color1);
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 0 30px;
  padding: 10px 0 15px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color2);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 34px;
  z-index: 5;
}

.main-header .header-lower .outer-box {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  padding: 10px 13px 10px 0;
  position: relative;
  gap: 12px;
}
@media only screen and (max-width: 1700px) {
  .main-header .header-lower .outer-box {
    padding: 10px 0px 10px 0;
  }
}
.main-header .header-lower .outer-box .theme-btn {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background: var(--theme-color-black);
  padding: 11px 26px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  margin-right: 30px;
}
.main-header .header-lower .outer-box .theme-btn::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--theme-color-white);
  left: 135px;
  top: 20px;
}
.main-header .header-lower .outer-box .theme-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.main-header .header-lower .outer-box .theme-btn span i {
  display: inline-block;
  margin-left: 18px;
  font-size: 16px;
  font-weight: 200;
  position: relative;
  top: 0px;
}
.main-header .header-lower .outer-box .theme-btn:hover::after {
  width: 101%;
  left: 0;
}
.main-header .header-lower .outer-box .menubars-text a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  color: var(--heading-color);
}
.main-header .header-lower .outer-box .menubars {
  width: 25px;
  line-height: 8px;
  text-align: right;
  background: transparent;
  position: relative;
  z-index: 1;
  top: -7px;
  right: -10px;
}
.main-header .header-lower .outer-box .menubars span {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: var(--theme-black);
  transition: all 300ms ease;
}
.main-header .header-lower .outer-box .menubars span:nth-child(2) {
  width: 28px;
  text-align: left;
}
.main-header .header-lower .outer-box .menubars span:nth-child(3) {
  width: 18px;
  text-align: right;
}
.main-header .header-lower .outer-box .ui-btn-outer {
  align-items: center;
  border-right: 1px solid #e6e8ed;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  padding: 6px 0;
  padding-right: 30px;
}

.main-header .ui-btn {
  background: none;
  color: var(--theme-color1);
  display: block;
  font-size: 26px;
  line-height: 30px;
  height: 30px;
  margin-left: 26px;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
  width: 30px;
}
.main-header .ui-btn:hover {
  color: var(--theme-color2);
}

.main-header .info-btn {
  color: var(--theme-color1);
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 0;
  padding-left: 54px;
  position: relative;
  text-align: left;
}
.main-header .info-btn small {
  color: #808287;
  font-size: 12px;
  font-weight: 400;
}
.main-header .info-btn i {
  background-color: var(--bg-theme-color1);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  height: 44px;
  left: 0;
  line-height: 44px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 44px;
}
.main-header .info-btn:hover {
  color: var(--bg-theme-color2);
}

.main-header .info-btn-two {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 25px 9px 65px;
  position: relative;
  text-align: left;
}
.main-header .info-btn-two small {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.main-header .info-btn-two i {
  color: var(--theme-color4);
  font-size: 24px;
  left: 23px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/***============================
Sticky Header
================================***/
.sticky-header {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
}

.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 40px;
}
.sticky-header .nav-outer {
  background: none;
  flex: 1;
  display: flex;
  justify-content: end; 
}
.sticky-header .inner-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  padding: 30px 25px;
}

.sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color1);
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}

.sticky-header .main-menu .navigation > li:before {
  display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}


/* Sticky Header Default */
.sticky-header {
  background: #ffffff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s ease;   /* 👈 smooth effect */
  box-shadow: none;
}

/* Sticky Header Active (on scroll) */
.sticky-header.fixed-header {
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  background: #ffffff;
  transition: all 0.3s ease;   /* 👈 smooth effect */
}

/* Inner Container */
.inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  transition: all 0.3s ease;   /* 👈 smooth layout change */
}

/* Phone + Button */
.outer-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  white-space: nowrap;
  transition: all 0.3s ease;   /* 👈 smooth appearance */
}


.sticky-header .navigation {
  display: flex;
  justify-content: center;
  gap: 0px; /* spacing between menu items */
}


.sticky-header .inner-container {
 display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-header .main-menu {
  margin: 0 auto; /* 👈 force center */
}

.sticky-header .outer-box {
  flex: 0 0 auto; /* right side items */
  display: flex;
  align-items: center;
  gap: 15px;
}

.sticky-header .outer-box a {
  display: inline-block;
  white-space: nowrap;
}
/* 
.sticky-header .menu-btn a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 45px;
  background: #41c575;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  white-space: nowrap;
}

.sticky-header .menu-btn a:hover {
  background: #2ea15a;
} */
.sticky-header .logo-box {
  flex: 0 0 auto;
}






.sticky-header .mobile-nav-toggler {
  color: var(--theme-color1);
}

/*** Responsive Fix ***/
@media (max-width: 1200px) {
  .main-header.header-style-one {
    margin: 0;
    border-radius: 0;
  }
  .main-header .header-lower .logo-box {
    padding: 15px;
    min-width: auto;
  }
  .main-header .header-lower .outer-box {
    padding: 5px;
    gap: 8px;
  }
  .main-header .info-btn,
  .main-header .info-btn-two {
    font-size: 13px;
    padding: 8px 15px 8px 45px;
  }
  .main-header .info-btn i,
  .main-header .info-btn-two i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .main-header .header-lower .outer-box .theme-btn {
    font-size: 15px;
    padding: 8px 18px;
    margin-right: 10px;
  }
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0px;
  margin-left: 25px;
  order: 8;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color3);
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease;
  transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
}
.mobile-menu .menu-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--bg-theme-color1);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 200ms;
  transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--theme-color2);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .contact-info-box a {
  color: #ffffff;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  line-height: 38px;
  color: var(--theme-color2);
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color3);
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

.sidebar-area {
  background-color: var(--theme-color1);
}
.sidebar-area .offcanvas-header .btn-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: transition(all 300ms ease);
  transition: all 300ms ease;
  font-size: 22px;
  color: var(--theme-color-light);
  background-color: transparent;
  opacity: 1;
  background-image: none;
  transition: transition(all 300ms ease);
  border: 1px solid var(--theme-color-white);
}
.sidebar-area .offcanvas-header .btn-close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-area .sidebar__body {
  margin-top: 30px;
}
.sidebar-area .sidebar__body .text-white {
  color: var(--theme-color-white);
  margin-bottom: 20px;
}
.sidebar-area .sidebar__body .sidebar__text {
  color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__contact-info li {
  list-style: none;
}
.sidebar-area .sidebar__body .sidebar__contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-area .sidebar__body .sidebar__contact-info li i {
  display: inline-block;
  margin-right: 10px;
  color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__contact-info li a {
  display: inline-block;
  color: var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.sidebar-area .sidebar__body .sidebar__btns a {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 8px;
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__btns a:hover {
  background-color: var(--theme-color2);
}
.sidebar-area .sidebar__body .sidebar__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.sidebar-area .sidebar__body .sidebar__socials ul li {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease;
  border: 1px solid var(--theme-color-white);
}
.sidebar-area .sidebar__body .sidebar__socials ul li a {
  display: inline-block;
  transition: all 300ms ease;
}
.sidebar-area .sidebar__body .sidebar__socials ul li:hover {
  background-color: var(--theme-color2);
}


.phone-number {
  font-size: 16px;
  color: #41c575;
  font-weight: 600;
  display: inline-block; /* Desktop ma show */
}

.phone-icon {
  display: none; /* Desktop ma hide */
  font-size: 20px;
  color: #41c575;
}

/* Tablet/mobile view */
@media (max-width: 1024px) {
  .phone-number {
    display: none; /* Number hide */
  }
  .phone-icon {
    display: inline-block; /* Icon show */
  }
}

.banner-desc p{
  font-size: 17px;
}

/* ===== Sticky Header Default ===== */
.sticky-header .outer-box .phone-number {font-size:16px;color:#41c575;font-weight:600;display:inline-block;}
.sticky-header .outer-box .phone-icon {display:none;font-size:20px;color:#41c575;}

/* ===== Sticky Header Responsive ≤1024px ===== */
@media (max-width:1024px){
  .sticky-header .outer-box .phone-number {display:none !important;}
  .sticky-header .outer-box .phone-icon {display:inline-block !important;margin-right: 8px;}
}

/* Mobile <=768px */
@media(max-width:768px){
  .main-menu .navigation { display: none !important; }
  .mobile-nav-toggler { display: inline-block !important; cursor: pointer; font-size:24px; margin-left:20px; }
}
/*** 

==============================
Section Title
==============================

***/
.sec-title {
  margin-bottom: 50px;
}
.sec-title .section-sub-title .sub-title {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color2);
  border: 1px solid var(--theme-color2);
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 19px;
}
.sec-title .section-sub-title .sub-title img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.sec-title .section-title .title {
  color: var(--heading-color);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sec-title .section-title .title {
    font-size: 45px;
    line-height: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-title .section-title .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-title .section-title .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sec-title .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.sec-title .section-desc p {
  color: var(--theme-color3);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  width: 80%;
  margin: 12px 0 8px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-title .section-desc p {
    width: 100%;
  }
}

/*** =============================
    Banner Section one
==================================***/
.banner-section-one {
  background-color: var(--theme-color1);
  border-radius: 0 0 30px 30px;
  position: relative;
  margin-top: -165px;
  padding: 45px 30px 28px 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section-one {
    background-color: transparent !important;
    border-radius: 0;
    margin-top: 0;
    padding: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-one {
    background-color: transparent !important;
    border-radius: 0;
    margin-top: 0;
    padding: 0 !important;
  }
}
.banner-section-one .banner-wrapper {
  background: var(--theme-color4);
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 73px 0 10px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-section-one .banner-wrapper {
    padding: 120px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section-one .banner-wrapper {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-one .banner-wrapper {
    display: none;
  }
}
.banner-section-one .banner-wrapper .banner-thumb {
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner-section-one .banner-wrapper .banner-shape1 {
  position: absolute;
  top: 298px;
  left: 160px;
  z-index: -1;
  animation: rotateme 18s linear infinite;
}
@media only screen and (max-width: 1700px) {
  .banner-section-one .banner-wrapper .banner-shape1 {
    display: none;
  }
}
.banner-section-one .banner-wrapper .banner-shape2 {
  position: absolute;
  top: 122px;
  right: 0;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
  .banner-section-one .banner-wrapper .banner-shape2 {
    display: none;
  }
}
.banner-section-one .banner-wrapper .banner-shape3 {
  position: absolute;
  right: 64px;
  bottom: 53px;
  z-index: -11;
  animation: down-up 3s ease-in-out infinite;
}
.banner-section-one .banner-wrapper .banner-shape3 img {
  filter: blur(4px);
}
@media only screen and (max-width: 1700px) {
  .banner-section-one .banner-wrapper .banner-shape3 {
    display: none;
  }
}
.banner-section-one .banner-wrapper .banner-shape4 {
  position: absolute;
  top: 260px;
  left: 30px;
  animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.banner-section-one .banner-wrapper .banner-shape4 img {
  filter: blur(4px);
}
@media only screen and (max-width: 1700px) {
  .banner-section-one .banner-wrapper .banner-shape4 {
    display: none;
  }
}
.banner-section-one .banner-content-wrap {
  background: var(--gradient-1);
  border-radius: 20px;
  padding: 220px 102px 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1700px) {
  .banner-section-one .banner-content-wrap {
    padding: 285px 30px 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-section-one .banner-content-wrap {
    padding: 120px 50px 80px !important;
    border-radius: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-section-one .banner-content-wrap {
    padding: 120px 50px 80px !important;
    border-radius: 0;
  }
}
.banner-section-one .banner-content-wrap .banner-title h1 {
  color: var(--heading-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 74px;
  line-height: 78px;
  margin: 0;
}
@media only screen and (max-width: 1700px) {
  .banner-section-one .banner-content-wrap .banner-title h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section-one .banner-content-wrap .banner-title h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
.banner-section-one .banner-content-wrap .banner-title h1 span {
  color: var(--theme-color2);
}
.banner-section-one .banner-content-wrap .banner-info-box {
  display: flex;
  gap: 33px;
  margin: 42px 0 0px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--heading-color);
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-btn a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  padding: 15px 35px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-btn a i {
  display: inline-block;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 200;
  position: relative;
  top: 0px;
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-btn a span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  display: block;
  border-radius: 30px;
  background-color: var(--heading-color);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-btn a::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--theme-color-white);
  left: 175px;
  top: 20px;
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color-black);
  z-index: -1;
  border-radius: 45px;
  transition: all 300ms ease;
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-btn a:hover::after {
  width: 100%;
  left: 0;
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-call-info .call-text {
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
}
.banner-section-one .banner-content-wrap .banner-info-box .banner-call-info .call-number {
  color: var(--heading-color);
  font-family: Outfit;
  font-weight: 500;
  font-size: 17px;
}
.banner-section-one .banner-content-wrap .banner-botton-since {
  display: grid;
  grid-gap: 185px;
  grid-auto-flow: column;
  padding-top: 22px;
}
@media only screen and (max-width: 1700px) {
  .banner-section-one .banner-content-wrap .banner-botton-since {
    grid-gap: 70px;
  }
}
.banner-section-one .banner-content-wrap .banner-botton-since .since-title h6 {
  font-family: var(--title-font);
  color: var(--heading-color);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.banner-section-one .banner-content-wrap .banner-botton-since .since-title h6 span {
  display: inline-block;
  color: var(--theme-color2);
}
.banner-section-one .banner-content-wrap .banner-botton-since .since-title h5 {
  font-family: var(--title-font);
  color: var(--heading-color);
  font-weight: 600;
  font-size: 18px;
}
.banner-section-one .banner-content-wrap .banner-botton-since .banner-desc p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--text-color);
}
.banner-section-one .banner-content-wrap .banner-shape5 {
  position: absolute;
  top: 0;
  right: 0;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
  .banner-section-one .banner-content-wrap .banner-shape5 {
    display: none;
  }
}
.banner-section-one .banner-content-wrap .banner-shape6 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  animation: upDown 1.1s ease-in-out 1.1s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
  .banner-section-one .banner-content-wrap .banner-shape6 {
    display: none;
  }
}



/* Service sections one start  */


.services-section-one {
  padding: 120px 120px 100px 102px;
  background-color: var(--theme-bg-color1);
  border-radius: 0 0 50px 50px;
  position: relative;
}
@media only screen and (max-width: 1700px) {
  .services-section-one {
    padding: 120px 20px 100px 20px;
  }
}
.services-section-one .single-service-box {
  position: relative;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22402%22%20height%3D%22425%22%20viewBox%3D%220%200%20402%20425%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020.227C0%208.71359%209.69642%20-0.422315%2021.1894%200.262405L312.144%2017.5966C321.428%2018.1498%20329.106%2025.0308%20330.67%2034.1999L335.733%2063.8969C337.103%2071.9335%20343.214%2078.3341%20351.179%2080.0745L386.27%2087.7423C395.453%2089.7491%20402%2097.8808%20402%20107.281V405C402%20416.046%20393.046%20425%20382%20425H20C8.9543%20425%200%20416.046%200%20405V20.227Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: all 300ms ease;
  background-size: cover;
  transition: all 300ms ease;
}
.services-section-one .single-service-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22402%22%20height%3D%22425%22%20viewBox%3D%220%200%20402%20425%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020.227C0%208.71359%209.69642%20-0.422315%2021.1894%200.262405L312.144%2017.5966C321.428%2018.1498%20329.106%2025.0308%20330.67%2034.1999L335.733%2063.8969C337.103%2071.9335%20343.214%2078.3341%20351.179%2080.0745L386.27%2087.7423C395.453%2089.7491%20402%2097.8808%20402%20107.281V405C402%20416.046%20393.046%20425%20382%20425H20C8.9543%20425%200%20416.046%200%20405V20.227Z%22%20fill%3D%22%2341C575%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.services-section-one .single-service-box:hover::before {
  width: 100%;
  left: 0;
}
.services-section-one .single-service-box.two {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22402%22%20height%3D%22425%22%20viewBox%3D%220%200%20402%20425%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2047.2288C0%2036.8996%207.86575%2028.2695%2018.1507%2027.3145L309.549%200.254611C319.959%20-0.712061%20329.357%206.50172%20331.114%2016.8076L335.733%2043.8969C337.103%2051.9335%20343.214%2058.3341%20351.179%2060.0745L386.27%2067.7423C395.453%2069.749%20402%2077.8807%20402%2087.2812V405C402%20416.046%20393.046%20425%20382%20425H20C8.9543%20425%200%20416.046%200%20405V47.2288Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  border-radius: 20px;
  transition: all 300ms ease;
}
.services-section-one .single-service-box.two::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22402%22%20height%3D%22425%22%20viewBox%3D%220%200%20402%20425%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2047.2288C0%2036.8996%207.86575%2028.2695%2018.1507%2027.3145L309.549%200.254611C319.959%20-0.712061%20329.357%206.50172%20331.114%2016.8076L335.733%2043.8969C337.103%2051.9335%20343.214%2058.3341%20351.179%2060.0745L386.27%2067.7423C395.453%2069.749%20402%2077.8807%20402%2087.2812V405C402%20416.046%20393.046%20425%20382%20425H20C8.9543%20425%200%20416.046%200%20405V47.2288Z%22%20fill%3D%22%2341C575%22%2F%3E%3C%2Fsvg%3E");
  border-radius: 20px;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.services-section-one .single-service-box.two .service-icon {
  top: 0;
}
@media only screen and (max-width: 1700px) {
  .services-section-one .single-service-box.two .service-icon {
    top: 5px;
    right: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .services-section-one .single-service-box.two .service-icon {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .services-section-one .single-service-box.two .service-icon {
    display: none;
  }
}
.services-section-one .single-service-box.two:hover::before {
  width: 99.8%;
  left: 0;
}
.services-section-one .single-service-box .service-icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: var(--theme-color-white);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 20px;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1700px) {
  .services-section-one .single-service-box .service-icon {
    display: none;
  }
}
.services-section-one .single-service-box .service-content .service-title {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  padding: 48px 0 0 40px;
  margin-bottom: 36px;
  transition: all 300ms ease;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .services-section-one .single-service-box .service-content .service-title {
    padding: 48px 0 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .services-section-one .single-service-box .service-content .service-title {
    padding: 48px 0 0 20px;
  }
}
.services-section-one .single-service-box .service-thumb {
  position: relative;
  overflow: hidden;
}
.services-section-one .single-service-box .service-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 1;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease;
}
.services-section-one .single-service-box .service-thumb figure {
  margin: 0;
}
@media only screen and (max-width: 1700px) {
  .services-section-one .single-service-box .service-thumb figure {
    width: 100%;
  }
}
@media only screen and (max-width: 1700px) {
  .services-section-one .single-service-box .service-thumb figure img {
    width: 100%;
  }
}
.services-section-one .single-service-box .service-thumb figure.reveal {
  display: block;
}
.services-section-one .single-service-box:hover .service-title {
  color: var(--theme-color-white);
}
.services-section-one .single-service-box:hover .service-icon {
  background-color: var(--theme-color2);
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.services-section-one .single-service-box:hover .service-icon svg {
  filter: brightness(0) invert(1);
}
.services-section-one .single-service-box:hover .service-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.services-section-one .service-shape1 {
  position: absolute;
  top: 133px;
  left: 285px;
  animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
  .services-section-one .service-shape1 {
    display: none;
  }
}
.services-section-one .service-shape2 {
  position: absolute;
  top: 135px;
  right: 250px;
  animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
  .services-section-one .service-shape2 {
    display: none;
  }
}



.about-section-one {
  padding: 120px 0 95px;
  position: relative;
  background: var(--theme-color-white);
  border-radius: 0 0 50px 50px;
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .about-section-one {
    border-radius: 0;
  }
}
.about-section-one .about-sec {
  position: relative;
  padding-bottom: 53px;
}
.about-section-one .about-sec .about-shape1 {
  position: absolute;
  left: 412px;
  bottom: 80px;
  animation: bounceleft 5s linear infinite;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .about-section-one .about-sec .about-shape1 {
    display: none;
  }
}
.about-section-one .section-desc p {
  color: var(--text-color);
}
.about-section-one .about-thumb {
  position: relative;
  overflow: hidden;
}
.about-section-one .about-thumb figure img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section-one .about-thumb figure {
    width: 100%;
  }
}
.about-section-one .about-thumb::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
  transition: all 300ms ease;
}
.about-section-one .about-thumb:hover::before {
  left: 100%;
  transition: all 300ms ease;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.about-section-one .about-autor-box {
    background: var(--theme-color4);
    border-radius: 20px;
    padding: 25px;
    position: relative;
}
.about-section-one .about-autor-box ul li{
  font-size: 17px;
}
.about-section-one .about-autor-box .autor-img-box {
  display: flex;
}
.about-section-one .about-autor-box .autor-img-box .author-image {
  margin-left: -15px;
}
.about-section-one .about-autor-box .autor-img-box .autor-number {
  font-family: var(--title-font);
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 18px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme-color2);
  border-radius: 50%;
  margin-left: -15px;
}
.about-section-one .about-autor-box .autor-desc p {
  font-family: var(--title-font);
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin: 17px 0 0;
}
.about-section-one .about-autor-box .about-counter {
  position: absolute;
  top: 30px;
  right: 60px;
}
.about-section-one .about-autor-box .about-counter h3 {
  display: inline-block;
  color: var(--theme-color2);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 50px;
  margin: 0;
}
.about-section-one .about-autor-box .about-counter span {
  display: inline-block;
  color: var(--theme-color2);
  font-family: var(--title-font);
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}
.about-section-one .about-autor-box .about-counter p {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.about-section-one .about-autor-box .about-arrow {
  position: absolute;
  top: 40px;
  right: 220px;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .about-section-one .about-autor-box .about-arrow {
    display: none;
  }
}
.about-section-one .single-about-box {
  position: relative;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22424%22%20height%3D%22252%22%20viewBox%3D%220%200%20424%20252%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.9543%208.9543%200%2020%200H341.925C351.539%200%20359.792%206.84021%20361.577%2016.2869L366.208%2040.7962C367.74%2048.9062%20374.097%2055.242%20382.212%2056.7475L407.648%2061.4664C417.125%2063.2246%20424%2071.4921%20424%2081.1309V232C424%20243.046%20415.046%20252%20404%20252H20C8.9543%20252%200%20243.046%200%20232V20Z%22%20fill%3D%22url(%23paint0_linear_6232_208)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_6232_208%22%20x1%3D%22416.61%22%20y1%3D%22247.753%22%20x2%3D%22192.34%22%20y2%3D%22-110.183%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220.00708379%22%20stop-color%3D%22%23FFF4DD%22%2F%3E%3Cstop%20offset%3D%220.496742%22%20stop-color%3D%22%23F1FFDE%22%2F%3E%3Cstop%20offset%3D%220.836162%22%20stop-color%3D%22%23E7FFD8%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 50px 50px 50px 40px;
  margin-bottom: 20px;
  transition: all 300ms ease;
}
.about-section-one .single-about-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22424%22%20height%3D%22252%22%20viewBox%3D%220%200%20424%20252%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2020C0%208.9543%208.9543%200%2020%200H341.925C351.539%200%20359.792%206.84021%20361.577%2016.2869L366.208%2040.7962C367.74%2048.9062%20374.097%2055.242%20382.212%2056.7475L407.648%2061.4664C417.125%2063.2246%20424%2071.4921%20424%2081.1309V232C424%20243.046%20415.046%20252%20404%20252H20C8.9543%20252%200%20243.046%200%20232V20Z%22%20fill%3D%22%2341C575%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.about-section-one .single-about-box:hover::before {
  width: 100%;
  left: 0;
}
.about-section-one .single-about-box:hover .about-icon img {
  filter: brightness(0) invert(1);
}
.about-section-one .single-about-box .about-title h3 {
  display: inline-block;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin: 20px 0 0;
  transition: all 300ms ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-section-one .single-about-box .about-title h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.about-section-one .single-about-box:hover .about-title h1 {
  color: var(--theme-color-white);
}
.about-section-one .single-about-box .about-arrow {
  width: 50px;
  height: 50px;
  line-height: 42px;
  text-align: center;
  background: var(--gradient-2);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0px;
  transition: all 300ms ease;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-section-one .single-about-box .about-arrow {
    top: 30px;
    right: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-section-one .single-about-box .about-arrow {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section-one .single-about-box .about-arrow {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .about-section-one .single-about-box .about-arrow {
    top: 0px;
    right: 110px;
  }
}
.about-section-one .single-about-box:hover .about-arrow {
  background: var(--theme-color2);
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.about-section-one .single-about-box:hover .about-arrow svg {
  filter: brightness(0) invert(1);
}

.econet-button a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  padding: 12px 37px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 300ms ease;
}
.econet-button a::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--theme-color-white);
  left: 165px;
  top: 20px;
}
.econet-button a i {
  display: inline-block;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 200;
  position: relative;
  top: 0px;
}
.econet-button a span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  display: block;
  border-radius: 30px;
  background-color: #1e1e1e;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.econet-button a:hover span {
  width: 500px;
  height: 500px;
}

/* why choose us start  */


.why-choose-section-one {
  background: var(--heading-color);
  position: relative;
  margin-top: -50px;
  padding: 170px 0 122px;
  overflow: hidden;
}
.why-choose-section-one.classic {
  padding: 120px 0 100px;
  margin: 0;
}
.why-choose-section-one .sec-title {
  margin-bottom: 60px;
}
.why-choose-section-one .why-choose-wrapper {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .why-choose-section-one .why-choose-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.why-choose-section-one .why-choose-wrapper .why-choose-thumb {
  position: relative;
  border-radius: 20px;
}
.why-choose-section-one .why-choose-wrapper .why-choose-thumb figure img {
  border-radius: 20px;
}
.why-choose-section-one .why-choose-wrapper .why-choose-counter {
  position: absolute;
  background-image: url("/images/environment/choose-skill-bg.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: -100px;
  top: 0px;
  border-radius: 20px;
  text-align: center;
  padding: 30px 48px 35px;
  animation: down-up 3s ease-in-out infinite;
}
@media only screen and (max-width: 1700px) {
  .why-choose-section-one .why-choose-wrapper .why-choose-counter {
    left: 0px;
  }
}
.why-choose-section-one .why-choose-wrapper .why-choose-counter .icon i {
  font-size: 40px;
  line-height: 60px;
  color: var(--theme-color-white);
}
.why-choose-section-one .why-choose-wrapper .why-choose-counter h3 {
  display: inline-block;
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 70px;
  margin-bottom: 8px;
}
.why-choose-section-one .why-choose-wrapper .why-choose-counter span {
  display: inline-block;
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
}
.why-choose-section-one .why-choose-wrapper .why-choose-counter p {
  color: var(--theme-color-white);
  font-family: var(-title-font);
  font-weight: 500;
  font-size: 22px;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .why-choose-section-one .why-choose-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .why-choose-section-one .why-choose-wrapper {
    margin-bottom: 30px;
  }
}

.why-choose-section-one .why-choose-box .choose-wrap {
  width: 82%;
}
.why-choose-section-one .why-choose-box .choose-title {
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .why-choose-section-one .why-choose-box .choose-title {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .why-choose-section-one .why-choose-box .choose-title {
    text-align: left;
  }
}
.why-choose-section-one .why-choose-box .choose-title h1 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .why-choose-section-one .why-choose-box .choose-title h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .why-choose-section-one .why-choose-box .choose-title h1 {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }
}

.why-choose-section-one .why-choose-box .single-choose-box {
  display: flex;
  align-items: flex-start; /* align icon + text from top */
  gap: 20px; /* space between icon and text */
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px),
       (min-width: 576px) and (max-width: 767.98px) {
  .why-choose-section-one .why-choose-box .single-choose-box {
    display: flex;
    border: 0;
    padding: 20px 0;
  }
}

.why-choose-section-one .why-choose-box .single-choose-box:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 1200px) and (max-width: 1399.98px),
       (min-width: 576px) and (max-width: 767.98px) {
  .why-choose-section-one .why-choose-box .single-choose-box:last-child {
    border: 0;
  }
}

/* Icon */
.why-choose-section-one .why-choose-box .single-choose-box .choose-icon {
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  line-height: 70px;
  background: var(--theme-color2);
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-section-one .why-choose-box .single-choose-box .choose-icon.active {
  background: var(--theme-color7);
}

.why-choose-section-one .why-choose-box .single-choose-box .choose-icon::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-color7);
  transition: all 300ms ease;
}

.why-choose-section-one .why-choose-box .single-choose-box:hover .choose-icon::before {
  transform: scale(1);
}

/* Text wrapper */
.why-choose-section-one .why-choose-box .single-choose-box .choose-wrap {
  flex: 1;
}

/* Title */
.why-choose-section-one .why-choose-box .single-choose-box .title h3 {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 8px 0;
}

/* Description */
.why-choose-section-one .why-choose-box .single-choose-box .choose-desc p {
  color: var(--theme-color3);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  width: 100%; /* remove fixed widths */
}




/* Mobile: center icon and text */
@media (max-width: 767.98px) {
  .why-choose-section-one .why-choose-box .single-choose-box {
    flex-direction: column;       /* stack icon above text */
    align-items: center;          /* center icon and text */
    text-align: center;           /* center text */
    gap: 15px;                    /* space between icon and text */
    padding: 28px 0;
    border: 0;                  /* remove borders for mobile */
  }

  /* Make icon container centered */
  .why-choose-section-one .why-choose-box .single-choose-box .choose-icon {
    margin: 0 auto;               /* center icon horizontally */
  }

  .why-choose-section-one .why-choose-box .choose-wrap {
    width: 100%;                  /* full width for text */
  }

  .why-choose-section-one .why-choose-box .title h4 {
    font-size: 20px;              /* adjust heading size */
  }

  .why-choose-section-one .why-choose-box .choose-desc p {
    font-size: 16px;
  }
}



.why-choose-section-one .why-choose-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}
@media (min-width: 576px) and (max-width: 1399.98px) {
  .why-choose-section-one .why-choose-shape1 {
    display: none;
  }
}
.why-choose-section-one .why-choose-shape2 {
  position: absolute;
  top: 156px;
  right: 260px;
  animation: bounceleft 6s linear infinite;
}
@media only screen and (max-width: 1700px) {
  .why-choose-section-one .why-choose-shape2 {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1399.98px) {
  .why-choose-section-one .why-choose-shape2 {
    display: none;
  }
}


 /* work process section one  */

.work-process-section-one {
  padding: 120px 0 100px;
  background-color: var(--heading-color);
  border-radius: 20px;
  margin: 0 30px 0 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .work-process-section-one {
    border-radius: 0px;
    margin: 0 0px 0 0px;
  }
}
.work-process-section-one .sec-title {
  margin-bottom: 80px;
}
.work-process-section-one .working-process-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.work-process-section-one .working-process-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 150px;
  top: 45px;
  background: url(../images/environment/process-border.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1700px) {
  .work-process-section-one .working-process-box::before {
    display: none;
  }
}
.work-process-section-one .working-process-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -255px;
  top: 66px;
  background: url(../images/environment/process-border.png);
  background-repeat: no-repeat;
  transform: rotate(20deg);
}
@media only screen and (max-width: 1700px) {
  .work-process-section-one .working-process-box::after {
    display: none;
  }
}
.work-process-section-one .working-process-box .before-transprent::before {
  background: transparent;
}
.work-process-section-one .working-process-box .process-icon {
  width: 130px;
  height: 130px;
  line-height: 130px;
  background-color: var(--theme-color4);
  border-radius: 50%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
}
.work-process-section-one .working-process-box .process-icon::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-color2);
  transition: all 300ms ease;
}
.work-process-section-one .working-process-box .process-icon .process-shape {
  position: absolute;
  top: -53px;
  left: -30px;
  z-index: -1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .work-process-section-one .working-process-box .process-icon .process-shape {
    display: none;
  }
}
.work-process-section-one .working-process-box .process-icon .process-shape.last {
  top: -53px;
  right: -160px;
  transform: rotate(90deg);
}
.work-process-section-one .working-process-box:hover .process-icon::before {
  transform: scale(1);
}
.work-process-section-one .working-process-box:hover .process-icon > img {
  filter: brightness(0) invert(1);
}
.work-process-section-one .working-process-box .process-content h3 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 22px 0 15px;
}
.work-process-section-one .working-process-box .process-content p {
  color: var(--theme-color3);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 1700px) {
  .work-process-section-one .working-process-box .process-content p {
    width: 100%;
  }
}
.work-process-section-one .working-process-box.first {
  margin-top: 65px;
}
@media only screen and (max-width: 1700px) {
  .work-process-section-one .working-process-box.first {
    margin-top: 0px;
  }
}
.work-process-section-one .working-process-box.first::before {
  background: transparent;
}
.work-process-section-one .working-process-box.first::after {
  background: transparent;
}
.work-process-section-one .work-process-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
@media only screen and (max-width: 1700px) {
  .work-process-section-one .work-process-shape1 {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .work-process-section-one .work-process-shape1 {
    display: none;
  }
}
.work-process-section-one .work-process-shape2 {
  position: absolute;
  top: 45px;
  right: 100px;
  animation: bounceleft 8s linear infinite;
}
@media only screen and (max-width: 1700px) {
  .work-process-section-one .work-process-shape2 {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .work-process-section-one .work-process-shape2 {
    display: none;
  }
}


/* marquee section one  */

.marquee-section-one {
  position: relative;
  padding: 56px 0 22px;
  z-index: 1;
  background-color: var(--theme-color2);
  margin: -15px 30px 0 30px;
  border-radius: 0 0px 20px 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .marquee-section-one {
    border-radius: 0px;
    margin: 0 0px 0 0px;
  }
}
.marquee-section-one.classic {
  margin: 0;
  border-radius: 0;
  padding: 40px 0 22px;
}
.marquee-section-one .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}
.marquee-section-one .marquee .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}
.marquee-section-one .marquee .marquee-block h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--theme-color-white);
  font-weight: 600;
}
.marquee-section-one .marquee .marquee-block h3 span {
  display: inline-block;
  margin: 0 40px 0 45px;
  transition: 0.5s;
  animation: rotateme 18s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* brand area one  */
/* 
.brand-area-one {
  padding: 80px 0;
  background: var(--theme-bg-color1);
}
.brand-area-one .band-active {
  overflow-x: hidden;
}
.brand-area-one .band-active .brand-box {
  width: 244px;
  height: 120px;
  line-height: 120px;
  border-radius: 16px;
  text-align: center;
  background: var(--theme-color-white);
} */

.brand-area-one {
  padding: 40px 0; /* balanced padding */
  background: var(--theme-bg-color1);
}

.brand-area-one .band-active {
  overflow: hidden; /* prevent overflow issues */
}

.brand-area-one .brand-box {
  height: 100px;              /* smaller, responsive-friendly */
  border-radius: 12px;
  text-align: center;
  background: var(--theme-color-white);
  display: flex;              /* ✅ use flex instead of line-height */
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.brand-area-one .brand-thumb img {
  max-width: 100%;
  max-height: 70px;           /* keep logos proportionate */
  object-fit: contain;
  display: block;
}


/* Main Footer start  */

.main-footer-one {
  padding: 150px 0 10px;
  position: relative;
  margin-top: -30px;
}
.main-footer-one.classic {
  margin: 0;
}
.main-footer-one.classic .main-footer-section::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: var(--theme-color4);
  border-top: 10px solid var(--theme-color2);
  border-radius: 0;
  width: 1920px;
  height: 612px;
  left: -350px;
  top: 0;
}
.main-footer-one.inner {
  margin-top: 0;
}
 .footer-top-section {
  position: relative;
  padding-bottom: 60px;
  background: url(/images/environment/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 85px 50px;
  position: relative;
}
 .footer-top-section .footer-shape3 {
  position: absolute;
  top: -70px;
  left: 310px;
  right: 0;
  text-align: center;
  animation: bounceleft 6s linear infinite;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
   .footer-top-section .footer-shape3 {
    display: none;
  }
}
@media only screen and (max-width: 1700px) {
   .footer-top-section .footer-shape3 {
    display: none;
  }
}
.main-footer-one .footer-circle {
  position: relative;
  text-align: right;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-footer-one .footer-circle {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-footer-one .footer-circle {
    display: none;
  }
}
.main-footer-one .footer-circle .circle-icon a {
  display: inline-block;
  background: var(--theme-color2);
  width: 200px;
  height: 200px;
  line-height: 175px;
  border-radius: 50%;
  text-align: center;
}
.main-footer-one .footer-circle .circle-icon a img {
  transform: rotate(-45deg);
  position: relative;
  cursor: pointer;
  z-index: 1;
  top: 10px;
}
.main-footer-one .footer-circle .circle-text {
  position: absolute;
  bottom: 22px;
  right: 20px;
  animation: rotateme 18s linear infinite;
}
.main-footer-one .main-footer-section {
  position: relative;
  z-index: 1;
  padding: 110px 0 82px;
}
.main-footer-one .main-footer-section::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: var(--theme-color4);
  border-top: 10px solid var(--theme-color2);
  border-radius: 50px;
  width: 1850px;
  height: 100%;
  left: -265px;
  top: 0;
}
.main-footer-one .main-footer-section .footer-widget-content {
  padding-right: 45px;
}
.main-footer-one .main-footer-section .footer-widget-content .footer-desc {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 32px 0 40px;
}
.main-footer-one .main-footer-section .footer-widget-content.social {
  padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-footer-one .main-footer-section .footer-widget-content.social {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-footer-one .main-footer-section .footer-widget-content.social {
    margin-bottom: 30px;
  }
}
.main-footer-one .main-footer-section .footer-widget-content .footer-social li {
  display: inline-block;
  display: inline-block;
  margin-right: 7px;
}
.main-footer-one .main-footer-section .footer-widget-content .footer-social li a {
  display: inline-block;
  color: var(--theme-color-white);
  background: rgba(255, 255, 255, 0.1);
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.main-footer-one .main-footer-section .footer-widget-content .footer-social li a::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-color2);
  transition: all 300ms ease;
}
.main-footer-one .main-footer-section .footer-widget-content .footer-social li a:hover::before {
  transform: scale(1);
}
.main-footer-one .main-footer-section .footer-widget-content .footer-title {
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 28px;
  margin: 8px 0 29px;
}
.main-footer-one .main-footer-section .footer-widget-content .footer-menu li a {
  display: flex;
  justify-content: space-between;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 13px;
  margin-bottom: 14px;
  transition: 0.5s;
}
.main-footer-one .main-footer-section .footer-widget-content .footer-menu li a i {
  display: inline-block;
  font-weight: 400;
}
.main-footer-one .main-footer-section .footer-widget-content .footer-menu li a:hover {
  color: var(--theme-color2);
}
.main-footer-one .main-footer-section .footer-widget-content .location {
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 30px;
}
.main-footer-one .main-footer-section .footer-widget-content .location span {
  display: block;
  color: var(--theme-color3);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}
.main-footer-one .main-footer-section .footer-widget-content .contact-info .email-text a {
  display: block;
  color: var(--theme-color3);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}
.main-footer-one .main-footer-section .footer-widget-content .contact-info .email-address a {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
}
.main-footer-one .main-footer-section .footer-shape {
  position: absolute;
  top: 10px;
  right: -265px;
  animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.main-footer-one .main-footer-section .footer-shape2 {
  position: absolute;
  bottom: -40px;
  left: -220px;
  animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.main-footer-one .footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
  padding: 25px 0px;
}
.main-footer-one .footer-bottom .copyright-text {
  color: var(--theme-color-white);
  font-weight: 400;
  font-size: 16px;
}
.main-footer-one .footer-bottom .copyright-text a {
  display: inline-block;
  color: var(--theme-color2);
}
.main-footer-one .footer-bottom .footer-bottom-menu {
  text-align: right;
}
.main-footer-one .footer-bottom .footer-bottom-menu ul {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-footer-one .footer-bottom .footer-bottom-menu {
    text-align: left;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-footer-one .footer-bottom .footer-bottom-menu {
    text-align: left;
    margin-top: 20px;
  }
}
.main-footer-one .footer-bottom .footer-bottom-menu ul li {
  display: inline-block;
  margin-left: 43px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-footer-one .footer-bottom .footer-bottom-menu ul li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-footer-one .footer-bottom .footer-bottom-menu ul li:first-child {
    margin-left: 0;
  }
}
.main-footer-one .footer-bottom .footer-bottom-menu ul li a {
  color: var(--theme-color-white);
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s;
}
.main-footer-one .footer-bottom .footer-bottom-menu ul li a:hover {
  color: var(--theme-color2);
}

.cta-desc{
  font-size: 20px;
    color: #fff;
    margin-top: 11px;
    display: inline-block;
}
/*# sourceMappingURL=style.css.map */



/* contact style start  */
	
.contact-section-solar-classic {
  padding: 25px 0 0px;
}
.contact-section-solar-classic.inner {
  padding: 0px 0 0px;
}
.contact-section-solar-classic .sec-title {
  margin-bottom: 40px;
}
.contact-section-solar-classic .contact-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-section-solar-classic .contact-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.contact-section-solar-classic .contact-thumb:hover::before {
  height: 200%;
  transition: all 600ms linear;
  background-color: transparent;
}
.contact-section-solar-classic .contact-thumb figure {
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 1700px) {
  .contact-section-solar-classic .contact-thumb figure {
    height: 695px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-section-solar-classic .contact-thumb figure {
    height: 612px;
  }
}
.contact-section-solar-classic .contact-thumb figure img {
  width: 100%;
}
.contact-section-solar-classic .contact-thumb .contact-autor-info {
  position: absolute;
  right: 40px;
  bottom: 60px;
  width: 220px;
  height: 220px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 42px 0;
  animation: upDown 1.6s ease-in-out 1.6s forwards infinite alternate;
}
.contact-section-solar-classic .contact-thumb .contact-autor-info .autor-img-box {
  display: flex;
  justify-content: center;
  margin-left: 15px;
}
.contact-section-solar-classic .contact-thumb .contact-autor-info .autor-img-box .author-image {
  margin-left: -15px;
}
.contact-section-solar-classic .contact-thumb .contact-autor-info .autor-img-box .autor-number {
  font-family: var(--title-font);
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 18px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme-color7);
  border-radius: 50%;
  margin-left: -15px;
}
.contact-section-solar-classic .contact-thumb .contact-autor-info .autor-desc {
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  padding-top: 30px;
}
.contact-section-solar-classic .contact-form-box {
  background: var(--theme-color-white);
  padding: 80px 80px 80px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-section-solar-classic .contact-form-box {
    padding: 40px 20px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-section-solar-classic .contact-form-box {
    padding: 40px 20px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-section-solar-classic .contact-form-box {
    padding: 30px 15px 30px;
    border-radius: 0px;
  }
}
.contact-section-solar-classic .contact-form-box .form-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  align-items: flex-start;
}
.contact-section-solar-classic .contact-form-box .form-box input {
  transition: 0.3s;
  outline: 0;
  width: 100%;
  height: 58px;
  border: 1px solid rgba(12, 35, 24, 0.15);
  background: transparent;
  border-radius: 50px;
  padding: 0 35px 0 30px;
}
.contact-section-solar-classic .contact-form-box .form-box input::placeholder {
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
}
.contact-section-solar-classic .contact-form-box .form-box i {
  display: inline-block;
  position: relative;
  left: -40px;
  color: var(--theme-color2);
}
.contact-section-solar-classic .contact-form-box .form-box .option-box {
  width: 100%;
}
.contact-section-solar-classic .contact-form-box .form-box .option-box .wide {
  color: var(--theme-color2);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid rgba(12, 35, 24, 0.15);
  background: transparent;
  width: 100%;
  padding: 13px 30px 13px 30px;
  border-radius: 50px;
}
.contact-section-solar-classic .contact-form-box .form-box .option-box select {
  transition: 0.3s;
  outline: 0;
  width: 100%;
  height: 58px;
  border: 1px solid rgba(12, 35, 24, 0.15);
  border-radius: 50px;
  padding: 0 35px 0 30px;
  background: transparent;
}
.contact-section-solar-classic .contact-form-box .form-box textarea {
  width: 99%;
  height: 150px;
  border: 1px solid rgba(12, 35, 24, 0.15);
  border-radius: 30px;
  padding: 35px;
  background: transparent;
  outline: 0;
}
.contact-section-solar-classic .contact-form-box .form-box textarea::placeholder {
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
}
.contact-section-solar-classic .contact-form-box .contact-form button {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  color: var(--theme-color-white);
  background: var(--theme-color2);
  border-radius: 45px;
  padding: 15px 35px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.contact-section-solar-classic .contact-form-box .contact-form button i {
  display: inline-block;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 200;
  position: relative;
  top: 0px;
}
.contact-section-solar-classic .contact-form-box .contact-form button::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--theme-color-white);
  left: 160px;
  top: 23px;
}
.contact-section-solar-classic .contact-form-box .contact-form button::after {
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--theme-color7);
  border-radius: 45px;
  margin: auto;
  z-index: -1;
  transition: 0.5s;
}
.contact-section-solar-classic .contact-form-box .contact-form button:hover::after {
  width: 100%;
}

.cta-btn a {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  color: var(--theme-color-white);
  background: var(--theme-color2);
  border-radius: 45px;
  padding: 15px 35px;
  position: relative;
  z-index: 1;
}
.cta-btn a i {
  display: inline-block;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 200;
  position: relative;
  top: 0px;
}
.cta-btn a::before {
  position: absolute;
  /* content: ""; */
  height: 16px;
  width: 1px;
  background-color: var(--theme-color-white);
  left: 160px;
  top: 23px;
}
.cta-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--theme-color7);
  border-radius: 45px;
  margin: auto;
  z-index: -1;
  transition: 0.5s;
}
.cta-btn a:hover::after {
  width: 100%;
}


form .agree-box {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
form .agree-box label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin: 0px;
  padding: 0px 15px;
}
form .agree-box .desc {
  margin: 3px 0;
  color: #666;
  font-size: 14px;
}




/* Link styled as button */
a.btn-theme {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  color: var(--theme-color-white);
  background: var(--theme-color2);
  border-radius: 45px;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
  text-decoration: none; /* remove underline */
  transition: 0.1s ease-in-out;
}

a.btn-theme i {
  display: inline-block;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 200;
  position: relative;
  top: 0px;
}

a.btn-theme::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--theme-color-white);
  right: 60px; /* better for dynamic text than fixed left */
  top: 50%;
  transform: translateY(-50%);
}

a.btn-theme::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: var(--theme-color7);
  border-radius: 45px;
  z-index: -1;
  transition: 0.5s;
}

a.btn-theme:hover::after {
  width: 100%;
}


a.btn-rotate {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  color: var(--theme-color-white); /* default text color */
  background: var(--theme-color7); /* default bg */
  border-radius: 45px;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
  text-decoration: none; /* remove underline */
  /* overflow: hidden; */
  transition: all 0.4s ease-in-out;
}

a.btn-rotate i {
  display: inline-block;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 200;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out;
}

a.btn-rotate::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--theme-color-white);
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}

a.btn-rotate::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--theme-color2); /* hover bg color */
  border-radius: 45px;
  z-index: -1;
  transform: scaleX(0); /* initially hidden */
  transform-origin: right;
  transition: transform 0.4s ease-in-out;
}

a.btn-rotate:hover {
  color: var(--theme-color-white); /* swap text color */
}

a.btn-rotate:hover::after {
  transform: scaleX(1); /* show hover bg */
  transform-origin: left;
}

a.btn-rotate:hover::before {
  background-color: var(--theme-color2); /* divider color changes */
}


/* privacy & terms page  */

  .privacy-section {
    background: #f6f7f9;
    padding: 40px 20px;
  }

  .privacy-main {
    position: relative;
    z-index: 1;
    padding: 36px;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    background: rgba(255,255,255,0.95);
    overflow: hidden;
  }

  .privacy-main::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: url("images/environment/ares-energy-logo.png") no-repeat center center;
    background-size: 40%;
    opacity: 0.06;
    filter: grayscale(100%);
  }

  .privacy-main > * {
    position: relative;
    z-index: 1;
  }

  .privacy-main h1 {
    color: #1f2937;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 16px;
  }

  .privacy-main h2 {
    color: #374151;
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0 8px;
  }

  .privacy-main p {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .privacy-main .privacy-list {
    padding-left: 18px;
    margin-bottom: 12px;
  }

  .privacy-main .privacy-list li {
    list-style: disc;
    margin: 8px 0;
    color: #4b5563;
  }

  @media (max-width: 992px) {
    .privacy-main { padding: 28px; }
    .privacy-main::before { background-size: 55%; opacity: 0.055; }
  }

  @media (max-width: 576px) {
    .privacy-main { padding: 18px; border-radius: 6px; }
    .privacy-main h1 { font-size: 26px; }
    .privacy-main h2 { font-size: 18px; }
    .privacy-main::before { background-size: 70%; opacity: 0.05; }
  }
