﻿/* Lenis Smooth Scroll Setup */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*------------------------------------------------------------------------

Template Name:  FinGo - Business Consulting HTML Template
Author:  wpCodify
Author URI: http://wpCodify.com
Version: 1.0.2
Description: This Template is created for web template

--------------------------------------------------------------------------
START TABLE OF CONTENTS
--------------------------------------------------------------------------
* Color & Google Fonts
* Common Css
* Form CSS
* Hedging CSS
* Button CSS
* Scroll Top CSS
* Preloader CSS
* Video Animation CSS
* TopBar One CSS
* TopBar Two CSS
* TopBar Three CSS
* Menu Bar CSS
* Menu Bar Sticky CSS
* Menu Sidebar CSS
* Responsive Menu Sidebar CSS
* Banner One CSS
* Banner Two CSS
* Banner One CSS
* About One CSS
* About Two CSS
* About Three CSS
* Company History CSS
* Blog One CSS
* Blog Two CSS
* Blog Three CSS
* Blog Grid CSS
* Blog Standard CSS
* Blog Details CSS
* All Side Bar
* Process Css
* Faq CSS
* Request Quote CSS
* Contact CSS
* Pricing Css
* Choose Us One Css
* Choose Us Two Css
* Features area Css
* Achievements CSS
* Footer Cta CSS
* Cta One CSS
* Footer One CSS
* Copyright CSS
* Footer Two CSS
* Footer Three CSS
* Benefits CSS
* Text Slider CSS
* Portfolio One Css
* Portfolio Two Css
* Portfolio Three CSS
* Gallery CSS
* Portfolio CSS
* Services One CSS
* Services Two CSS
* Services Three CSS
* Services Details CSS
* Video CSS
* Skill Bar CSS
* Team One CSS
* Team Two CSS
* Testimonial One CSS
* Testimonial Page CSS
* Breadcrumb CSS
* Error CSS
* Theme Pagination CSS
* Switch Tab CSS
* Dark CSS
--------------------------------------------------------------------------
END TABLE OF CONTENTS
--------------------------------------------------------------------------

/*==========================================================================
* Color & Google Fonts
==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Wix+Madefor+Display:wght@400..800&display=swap");
:root {
  --body-font: "Inter", sans-serif;
  --heading-font: "Wix Madefor Display", sans-serif;
  --primary-color: #EF7F1A;
  --primary-color-1: #0070D2;
  --primary-color-2: #0070D2;
  --primary-color-3: #0070D2;
  --secondary-color: #EF7F1A;
  --text-white: #FFFFFF;
  --bg-white: #FFFFFF;
  --text-heading-color: #222222;
  --body-color: #666666;
  --color-1: #222222;
  --color-2: #fcfcfa;
  --color-3: #F5F6F0;
  --color-4: #313131;
  --color-5: #1a5858;
  --color-6: #FCF8F7;
  --color-7: #DDDDDD;
  --color-8: #e6e7e1;
  --border-color-1: #edeee7;
  --border-color-2: 255, 255, 255;
  --border-color-3: 0, 0, 0;
}

/*==========================================================================
* Brand Logo Slider CSS
==========================================================================*/
.brand_slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.brand_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.brand_slider .swiper-slide img {
  max-width: 170px;
  max-height: 65px;
  width: auto;
  height: auto;
  filter: grayscale(100%) opacity(0.85);
  transition: all 0.4s ease;
  object-fit: contain;
}
.brand_slider .swiper-slide:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}


/*==========================================================================
* Industries Area CSS
==========================================================================*/
.industry-nav-item {
  padding: 24px 30px;
  background: #FFFFFF;
  border: 1px solid #eee;
  margin-bottom: 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.industry-nav-item h5 {
  margin: 0;
  font-size: 18px;
  color: #333;
  transition: 0.3s;
}
.industry-nav-item i {
  color: #ccc;
  font-size: 14px;
  transition: 0.3s;
}
.industry-nav-item:hover {
  border-color: var(--primary-color-1);
  box-shadow: 0 5px 15px rgba(0, 112, 210, 0.08);
}
.industry-nav-item.active {
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
  box-shadow: 0 10px 25px rgba(0, 112, 210, 0.15);
}
.industry-nav-item.active h5,
.industry-nav-item.active i {
  color: #fff;
}

.industry-content-wrapper {
  padding-left: 40px;
}
.industry-detail-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 35px;
}
.industry-stats-container {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.stat-item {
  flex: 1;
}
.stat-value {
  font-size: 48px;
  font-weight: 800;
  color: var(--primary-color-1);
  margin-bottom: 5px;
}
.stat-year {
  font-size: 22px;
  font-weight: 500;
  color: #666;
  margin-bottom: 15px;
}
.stat-desc {
  font-size: 15px;
  color: #777;
  line-height: 1.4;
  display: block;
}
.stat-divider {
  width: 3px;
  background: var(--secondary-color);
  border-radius: 2px;
}

@media (max-width: 991px) {
  .industry-content-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }
  .stat-value { font-size: 36px; }
}

/*==========================================================================
* SWORD Value & Ethos CSS
==========================================================================*/
.sword-values-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
.sword-item {
  flex: 1;
  text-align: center;
  min-width: 100px;
}
.sword-circle {
  width: 80px;
  height: 80px;
  background: #79B0E4; /* Soft blue from screenshot */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(121, 176, 228, 0.3);
  transition: 0.3s;
}
.sword-item:hover .sword-circle {
  transform: translateY(-5px);
  background: var(--primary-color-1);
}
.sword-item p {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  font-weight: 500;
}
.sword-item p span {
  color: var(--primary-color-1);
  font-weight: 700;
}

@media (max-width: 767px) {
  .sword-values-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/*==========================================================================
* Common Css
==========================================================================*/
body {
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  /* overflow removed for sticky */
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.4s;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 80px 0px;
}

.section-padding-two {
  padding: 80px 0 65px 0;
}

.section-padding-three {
  padding: 75px 0 80px 0;
}

@media (max-width: 575px) {
  .section-padding {
    padding: 60px 0px;
  }
  .section-padding-two {
    padding: 60px 0 45px 0;
  }
  .section-padding-three {
    padding: 55px 0 60px 0;
  }
}
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.img_full {
  width: 100%;
}

/*==========================================================================
* Form CSS
==========================================================================*/
button {
  font-family: var(--heading-font);
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: var(--secondary-color);
  border-color: transparent;
  border-radius: 5px;
  color: var(--color-1);
  padding: 17px 40px;
  transition: 0.4s;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: transparent;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: transparent;
}

input[type=text],
input[type=file],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--body-color);
  border-radius: 6px;
  width: 100%;
  height: 58px;
  background: var(--bg-white);
  border: 1px solid var(--border-color-1);
  padding: 0 15px;
  font-size: 16px;
  line-height: 26px;
}
input[type=text]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--body-color);
}
input[type=text]::placeholder,
input[type=file]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: var(--body-color);
}

input[type=text]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--body-color);
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color-1);
}

select {
  border: 1px solid var(--border-color-1);
}

textarea {
  width: 100%;
  height: 120px;
  padding-top: 15px;
}

button,
button:hover,
button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

/*==========================================================================
* Hedging CSS
==========================================================================*/
h1 {
  font-size: 80px;
  line-height: 90px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h2 {
  font-size: 54px;
  line-height: 64px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h3 {
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h4 {
  font-size: 30px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h5 {
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h6 {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  h4 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
/*==========================================================================
* Button CSS
==========================================================================*/
.default_button {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 3;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--color-1);
  background: var(--secondary-color);
  border-radius: 50px 50px 50px 50px;
  padding: 8px 8px 8px 35px;
  gap: 25px;
}
.default_button i {
  position: relative;
  z-index: 2;
  transition: 0.4s;
  color: var(--text-heading-color);
  background: var(--bg-white);
  font-size: 26px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px 50px 50px 50px;
}
.default_button:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
}
.default_button:hover i {
  transform: rotate(45deg);
}

.more_btn {
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--text-heading-color);
  transition: 0.4s;
  display: inline-block;
}
.more_btn i {
  position: relative;
  top: 5px;
  font-size: 22px;
  transition: 0.4s;
  display: inline-block;
  line-height: 0;
  margin-left: 3px;
}
.more_btn:hover {
  color: var(--primary-color-1);
}
.more_btn:hover i {
  transform: rotate(45deg);
}

.bg_shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#d1d1d1 1px, transparent 0);
  background-size: 35px 35px;
  opacity: 0.15;
  z-index: -1;
}

.subtitle {
  color: var(--primary-color-1);
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
  border-radius: 50px;
  display: inline-flex;
  background: var(--color-2);
  padding: 2px 22px;
  border: 1px solid var(--color-8);
  position: relative;
  align-items: center;
  gap: 10px;
}
.subtitle::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--primary-color-1);
  display: block;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .columns_sticky {
    position: sticky;
    z-index: 99;
    height: 100%;
    top: 120px;
  }
}
.card_sticky {
  position: sticky;
  z-index: 99;
  top: var(--card-top);
}

/*==========================================================================
* Scroll Top CSS
==========================================================================*/
.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--color-3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  transition: all 200ms linear;
}
.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: var(--secondary-color);
  left: 0;
  top: 0;
  font-size: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-up svg path {
  fill: none;
}
.scroll-up svg.scroll-circle path {
  stroke: var(--primary-color-1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*==========================================================================
* Preloader CSS
==========================================================================*/
.theme-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--primary-color-1);
  z-index: 9999999999;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
}

.spinner-bounce {
  will-change: transform;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: var(--secondary-color);
  display: inline-block;
  animation: bounces 1s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
}
.spinner-bounce.one {
  margin-right: 15px;
}
.spinner-bounce.two {
  margin-right: 15px;
  animation-delay: 0.4s;
}
.spinner-bounce.three {
  animation-delay: 0.8s;
}

@keyframes bounces {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.2);
  }
}
/*==========================================================================
* Video Animation CSS
==========================================================================*/
.video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 4;
}
.video a {
  position: relative;
  background: var(--primary-color-1);
  font-size: 20px;
  z-index: 1;
  color: var(--text-white);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-pulse::after, .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--bg-white);
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}

.video-pulse::before {
  animation-delay: 1s;
}

@keyframes video-animation {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rollShape {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
@keyframes rollIn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounce_y {
  animation: bounce-y 3s infinite linear;
}

.bounce_x {
  animation: bounce-x 2s infinite linear;
}

.roll_in {
  animation: rollShape 20s infinite linear;
}

.h_rotate:hover {
  transform: rotate(45deg);
}

.slider-arrow {
  display: flex;
  gap: 10px;
}
.slider-arrow i {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--text-heading-color);
  background: var(--bg-white);
  transition: 0.4s;
  border: 1px solid var(--border-color-1);
  width: 60px;
  height: 60px;
}
.slider-arrow i:hover {
  color: var(--color-1);
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
}

.slider-area {
  position: relative;
  z-index: 1;
}
.slider-area .slider-arrow {
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.slider-area .slider-arrow-prev {
  transform: translateX(-80px);
  transition: 0.4s;
}
.slider-area .slider-arrow-next {
  transform: translateX(80px);
  transition: 0.4s;
}
.slider-area:hover .slider-arrow {
  visibility: visible;
  opacity: 1;
}
.slider-area:hover .slider-arrow-prev {
  transform: translateX(-110px);
}
.slider-area:hover .slider-arrow-next {
  transform: translateX(110px);
}

.img_left_animation {
  animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes left-animation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_right_animation {
  animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes right-animation {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_top_animation {
  animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes top-animation {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_bottom_animation {
  animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes bottom-animation {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animateStripe {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(35px, 0);
  }
}
.data_cursor:not(body) {
  cursor: none;
}

.cursor #cursor-ball {
  width: 20px;
  height: 20px;
  background: var(--color-1);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  z-index: 9999999;
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s ease;
  will-change: transform, width, height;
}
.cursor #cursor-text {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  opacity: 0;
  z-index: 10000000;
  display: grid;
  place-items: center;
  transition: opacity 300ms ease-in-out;
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cursor.no #cursor-text {
  background: var(--color-1);
  padding: 31px 21px;
  border-radius: 50%;
}

.container {
  max-width: 1345px;
}

.custom_container {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 12px;
}

.gap-25 {
  gap: 25px;
}

.row {
  --bs-gutter-x: 24.8px;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.jc-left {
  justify-content: left;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: end;
}

.al-start {
  align-items: start;
}

.al-left {
  align-items: left;
}

.al-center {
  align-items: center;
}

.al-end {
  align-items: end;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

@media (max-width: 1199px) {
  .xl-pb-0 {
    padding-bottom: 0px;
  }
  .xl-pl-0 {
    padding-left: 0px;
  }
  .xl-pr-0 {
    padding-right: 0px;
  }
  .xl-mb-0 {
    margin-bottom: 0px;
  }
  .xl-ml-0 {
    margin-left: 0px;
  }
  .xl-mr-0 {
    margin-right: 0px;
  }
  .xl-pb-5 {
    padding-bottom: 5px;
  }
  .xl-pl-5 {
    padding-left: 5px;
  }
  .xl-pr-5 {
    padding-right: 5px;
  }
  .xl-mb-5 {
    margin-bottom: 5px;
  }
  .xl-ml-5 {
    margin-left: 5px;
  }
  .xl-mr-5 {
    margin-right: 5px;
  }
  .xl-pb-10 {
    padding-bottom: 10px;
  }
  .xl-pl-10 {
    padding-left: 10px;
  }
  .xl-pr-10 {
    padding-right: 10px;
  }
  .xl-mb-10 {
    margin-bottom: 10px;
  }
  .xl-ml-10 {
    margin-left: 10px;
  }
  .xl-mr-10 {
    margin-right: 10px;
  }
  .xl-pb-15 {
    padding-bottom: 15px;
  }
  .xl-pl-15 {
    padding-left: 15px;
  }
  .xl-pr-15 {
    padding-right: 15px;
  }
  .xl-mb-15 {
    margin-bottom: 15px;
  }
  .xl-ml-15 {
    margin-left: 15px;
  }
  .xl-mr-15 {
    margin-right: 15px;
  }
  .xl-pb-20 {
    padding-bottom: 20px;
  }
  .xl-pl-20 {
    padding-left: 20px;
  }
  .xl-pr-20 {
    padding-right: 20px;
  }
  .xl-mb-20 {
    margin-bottom: 20px;
  }
  .xl-ml-20 {
    margin-left: 20px;
  }
  .xl-mr-20 {
    margin-right: 20px;
  }
  .xl-pb-25 {
    padding-bottom: 25px;
  }
  .xl-pl-25 {
    padding-left: 25px;
  }
  .xl-pr-25 {
    padding-right: 25px;
  }
  .xl-mb-25 {
    margin-bottom: 25px;
  }
  .xl-ml-25 {
    margin-left: 25px;
  }
  .xl-mr-25 {
    margin-right: 25px;
  }
  .xl-pb-30 {
    padding-bottom: 30px;
  }
  .xl-pl-30 {
    padding-left: 30px;
  }
  .xl-pr-30 {
    padding-right: 30px;
  }
  .xl-mb-30 {
    margin-bottom: 30px;
  }
  .xl-ml-30 {
    margin-left: 30px;
  }
  .xl-mr-30 {
    margin-right: 30px;
  }
  .xl-pb-35 {
    padding-bottom: 35px;
  }
  .xl-pl-35 {
    padding-left: 35px;
  }
  .xl-pr-35 {
    padding-right: 35px;
  }
  .xl-mb-35 {
    margin-bottom: 35px;
  }
  .xl-ml-35 {
    margin-left: 35px;
  }
  .xl-mr-35 {
    margin-right: 35px;
  }
  .xl-pb-40 {
    padding-bottom: 40px;
  }
  .xl-pl-40 {
    padding-left: 40px;
  }
  .xl-pr-40 {
    padding-right: 40px;
  }
  .xl-mb-40 {
    margin-bottom: 40px;
  }
  .xl-ml-40 {
    margin-left: 40px;
  }
  .xl-mr-40 {
    margin-right: 40px;
  }
  .xl-pb-45 {
    padding-bottom: 45px;
  }
  .xl-pl-45 {
    padding-left: 45px;
  }
  .xl-pr-45 {
    padding-right: 45px;
  }
  .xl-mb-45 {
    margin-bottom: 45px;
  }
  .xl-ml-45 {
    margin-left: 45px;
  }
  .xl-mr-45 {
    margin-right: 45px;
  }
  .xl-pb-50 {
    padding-bottom: 50px;
  }
  .xl-pl-50 {
    padding-left: 50px;
  }
  .xl-pr-50 {
    padding-right: 50px;
  }
  .xl-mb-50 {
    margin-bottom: 50px;
  }
  .xl-ml-50 {
    margin-left: 50px;
  }
  .xl-mr-50 {
    margin-right: 50px;
  }
  .xl-pb-55 {
    padding-bottom: 55px;
  }
  .xl-pl-55 {
    padding-left: 55px;
  }
  .xl-pr-55 {
    padding-right: 55px;
  }
  .xl-mb-55 {
    margin-bottom: 55px;
  }
  .xl-ml-55 {
    margin-left: 55px;
  }
  .xl-mr-55 {
    margin-right: 55px;
  }
  .xl-pb-60 {
    padding-bottom: 60px;
  }
  .xl-pl-60 {
    padding-left: 60px;
  }
  .xl-pr-60 {
    padding-right: 60px;
  }
  .xl-mb-60 {
    margin-bottom: 60px;
  }
  .xl-ml-60 {
    margin-left: 60px;
  }
  .xl-mr-60 {
    margin-right: 60px;
  }
  .xl-pb-65 {
    padding-bottom: 65px;
  }
  .xl-pl-65 {
    padding-left: 65px;
  }
  .xl-pr-65 {
    padding-right: 65px;
  }
  .xl-mb-65 {
    margin-bottom: 65px;
  }
  .xl-ml-65 {
    margin-left: 65px;
  }
  .xl-mr-65 {
    margin-right: 65px;
  }
  .xl-pb-70 {
    padding-bottom: 70px;
  }
  .xl-pl-70 {
    padding-left: 70px;
  }
  .xl-pr-70 {
    padding-right: 70px;
  }
  .xl-mb-70 {
    margin-bottom: 70px;
  }
  .xl-ml-70 {
    margin-left: 70px;
  }
  .xl-mr-70 {
    margin-right: 70px;
  }
  .xl-pb-75 {
    padding-bottom: 75px;
  }
  .xl-pl-75 {
    padding-left: 75px;
  }
  .xl-pr-75 {
    padding-right: 75px;
  }
  .xl-mb-75 {
    margin-bottom: 75px;
  }
  .xl-ml-75 {
    margin-left: 75px;
  }
  .xl-mr-75 {
    margin-right: 75px;
  }
  .xl-pb-80 {
    padding-bottom: 80px;
  }
  .xl-pl-80 {
    padding-left: 80px;
  }
  .xl-pr-80 {
    padding-right: 80px;
  }
  .xl-mb-80 {
    margin-bottom: 80px;
  }
  .xl-ml-80 {
    margin-left: 80px;
  }
  .xl-mr-80 {
    margin-right: 80px;
  }
  .xl-pb-85 {
    padding-bottom: 85px;
  }
  .xl-pl-85 {
    padding-left: 85px;
  }
  .xl-pr-85 {
    padding-right: 85px;
  }
  .xl-mb-85 {
    margin-bottom: 85px;
  }
  .xl-ml-85 {
    margin-left: 85px;
  }
  .xl-mr-85 {
    margin-right: 85px;
  }
  .xl-pb-90 {
    padding-bottom: 90px;
  }
  .xl-pl-90 {
    padding-left: 90px;
  }
  .xl-pr-90 {
    padding-right: 90px;
  }
  .xl-mb-90 {
    margin-bottom: 90px;
  }
  .xl-ml-90 {
    margin-left: 90px;
  }
  .xl-mr-90 {
    margin-right: 90px;
  }
  .xl-pb-95 {
    padding-bottom: 95px;
  }
  .xl-pl-95 {
    padding-left: 95px;
  }
  .xl-pr-95 {
    padding-right: 95px;
  }
  .xl-mb-95 {
    margin-bottom: 95px;
  }
  .xl-ml-95 {
    margin-left: 95px;
  }
  .xl-mr-95 {
    margin-right: 95px;
  }
  .xl-t-left {
    text-align: left !important;
  }
  .xl-t-center {
    text-align: center !important;
  }
  .xl-t-right {
    text-align: right !important;
  }
  .xl-display-n {
    display: none !important;
  }
  .xl-display-b {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .lg-mb-0 {
    margin-bottom: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-mr-0 {
    margin-right: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-mr-5 {
    margin-right: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-mr-10 {
    margin-right: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-mr-15 {
    margin-right: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-mr-20 {
    margin-right: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-mb-25 {
    margin-bottom: 25px;
  }
  .lg-mt-25 {
    margin-top: 25px;
  }
  .lg-ml-25 {
    margin-left: 25px;
  }
  .lg-mr-25 {
    margin-right: 25px;
  }
  .lg-pt-25 {
    padding-top: 25px;
  }
  .lg-pb-25 {
    padding-bottom: 25px;
  }
  .lg-pl-25 {
    padding-left: 25px;
  }
  .lg-pr-25 {
    padding-right: 25px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-mr-30 {
    margin-right: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-mb-35 {
    margin-bottom: 35px;
  }
  .lg-mt-35 {
    margin-top: 35px;
  }
  .lg-ml-35 {
    margin-left: 35px;
  }
  .lg-mr-35 {
    margin-right: 35px;
  }
  .lg-pt-35 {
    padding-top: 35px;
  }
  .lg-pb-35 {
    padding-bottom: 35px;
  }
  .lg-pl-35 {
    padding-left: 35px;
  }
  .lg-pr-35 {
    padding-right: 35px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-mr-40 {
    margin-right: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-mb-45 {
    margin-bottom: 45px;
  }
  .lg-mt-45 {
    margin-top: 45px;
  }
  .lg-ml-45 {
    margin-left: 45px;
  }
  .lg-mr-45 {
    margin-right: 45px;
  }
  .lg-pt-45 {
    padding-top: 45px;
  }
  .lg-pb-45 {
    padding-bottom: 45px;
  }
  .lg-pl-45 {
    padding-left: 45px;
  }
  .lg-pr-45 {
    padding-right: 45px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-mr-50 {
    margin-right: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-mb-55 {
    margin-bottom: 55px;
  }
  .lg-mt-55 {
    margin-top: 55px;
  }
  .lg-ml-55 {
    margin-left: 55px;
  }
  .lg-mr-55 {
    margin-right: 55px;
  }
  .lg-pt-55 {
    padding-top: 55px;
  }
  .lg-pb-55 {
    padding-bottom: 55px;
  }
  .lg-pl-55 {
    padding-left: 55px;
  }
  .lg-pr-55 {
    padding-right: 55px;
  }
  .lg-mb-60 {
    margin-bottom: 60px;
  }
  .lg-mt-60 {
    margin-top: 60px;
  }
  .lg-ml-60 {
    margin-left: 60px;
  }
  .lg-mr-60 {
    margin-right: 60px;
  }
  .lg-pt-60 {
    padding-top: 60px;
  }
  .lg-pb-60 {
    padding-bottom: 60px;
  }
  .lg-pl-60 {
    padding-left: 60px;
  }
  .lg-pr-60 {
    padding-right: 60px;
  }
  .lg-mb-65 {
    margin-bottom: 65px;
  }
  .lg-mt-65 {
    margin-top: 65px;
  }
  .lg-ml-65 {
    margin-left: 65px;
  }
  .lg-mr-65 {
    margin-right: 65px;
  }
  .lg-pt-65 {
    padding-top: 65px;
  }
  .lg-pb-65 {
    padding-bottom: 65px;
  }
  .lg-pl-65 {
    padding-left: 65px;
  }
  .lg-pr-65 {
    padding-right: 65px;
  }
  .lg-mb-70 {
    margin-bottom: 70px;
  }
  .lg-mt-70 {
    margin-top: 70px;
  }
  .lg-ml-70 {
    margin-left: 70px;
  }
  .lg-mr-70 {
    margin-right: 70px;
  }
  .lg-pt-70 {
    padding-top: 70px;
  }
  .lg-pb-70 {
    padding-bottom: 70px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-pr-70 {
    padding-right: 70px;
  }
  .lg-t-left {
    text-align: left !important;
  }
  .lg-t-center {
    text-align: center !important;
  }
  .lg-t-right {
    text-align: right !important;
  }
  .lg-jc-left {
    justify-content: left !important;
  }
  .lg-jc-center {
    justify-content: center !important;
  }
  .lg-jc-end {
    justify-content: end !important;
  }
  .lg-jc-space-between {
    justify-content: space-between !important;
  }
  .lg-display-n {
    display: none !important;
  }
  .lg-display-b {
    display: block !important;
  }
  .lg_img_full {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-mt-0 {
    margin-top: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-mt-25 {
    margin-top: 25px;
  }
  .md-pt-25 {
    padding-top: 25px;
  }
  .md-pb-25 {
    padding-bottom: 25px;
  }
  .md-pl-25 {
    padding-left: 25px;
  }
  .md-pr-25 {
    padding-right: 25px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-mt-35 {
    margin-top: 35px;
  }
  .md-pt-35 {
    padding-top: 35px;
  }
  .md-pb-35 {
    padding-bottom: 35px;
  }
  .md-pl-35 {
    padding-left: 35px;
  }
  .md-pr-35 {
    padding-right: 35px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-mt-45 {
    margin-top: 45px;
  }
  .md-pt-45 {
    padding-top: 45px;
  }
  .md-pb-45 {
    padding-bottom: 45px;
  }
  .md-pl-45 {
    padding-left: 45px;
  }
  .md-pr-45 {
    padding-right: 45px;
  }
  .md-t-left {
    text-align: left !important;
  }
  .md-t-center {
    text-align: center !important;
  }
  .md-t-right {
    text-align: right !important;
  }
  .md-jc-left {
    justify-content: left !important;
  }
  .md-jc-center {
    justify-content: center !important;
  }
  .md-jc-end {
    justify-content: end !important;
  }
  .md-display-n {
    display: none !important;
  }
  .md-display-b {
    display: block !important;
  }
  .md_img_full {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-ml-0 {
    margin-left: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-ml-5 {
    margin-left: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-ml-10 {
    margin-left: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-ml-15 {
    margin-left: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-ml-20 {
    margin-left: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-mb-25 {
    margin-bottom: 25px;
  }
  .sm-mt-25 {
    margin-top: 25px;
  }
  .sm-ml-25 {
    margin-left: 25px;
  }
  .sm-pt-25 {
    padding-top: 25px;
  }
  .sm-pb-25 {
    padding-bottom: 25px;
  }
  .sm-pl-25 {
    padding-left: 25px;
  }
  .sm-pr-25 {
    padding-right: 25px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-ml-30 {
    margin-left: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-mb-35 {
    margin-bottom: 35px;
  }
  .sm-mt-35 {
    margin-top: 35px;
  }
  .sm-ml-35 {
    margin-left: 35px;
  }
  .sm-pt-35 {
    padding-top: 35px;
  }
  .sm-pb-35 {
    padding-bottom: 35px;
  }
  .sm-pl-35 {
    padding-left: 35px;
  }
  .sm-pr-35 {
    padding-right: 35px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-mb-45 {
    margin-bottom: 45px;
  }
  .sm-mt-45 {
    margin-top: 45px;
  }
  .sm-ml-45 {
    margin-left: 45px;
  }
  .sm-pt-45 {
    padding-top: 45px;
  }
  .sm-pb-45 {
    padding-bottom: 45px;
  }
  .sm-pl-45 {
    padding-left: 45px;
  }
  .sm-pr-45 {
    padding-right: 45px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-ml-50 {
    margin-left: 50px;
  }
  .sm-pt-50 {
    padding-top: 50px;
  }
  .sm-pb-50 {
    padding-bottom: 50px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
  .sm-pr-50 {
    padding-right: 50px;
  }
  .sm-mb-55 {
    margin-bottom: 55px;
  }
  .sm-mt-55 {
    margin-top: 55px;
  }
  .sm-ml-55 {
    margin-left: 55px;
  }
  .sm-pt-55 {
    padding-top: 55px;
  }
  .sm-pb-55 {
    padding-bottom: 55px;
  }
  .sm-pl-55 {
    padding-left: 55px;
  }
  .sm-pr-55 {
    padding-right: 55px;
  }
  .sm-t-left {
    text-align: left !important;
  }
  .sm-t-center {
    text-align: center !important;
  }
  .sm-t-right {
    text-align: right !important;
  }
  .sm-display-n {
    display: none !important;
  }
  .sm-display-b {
    display: block !important;
  }
  .sm_img_full {
    width: 100%;
  }
}
/*==========================================================================
* TopBar One CSS
==========================================================================*/
.top__bar-two,
.top__bar {
  background: var(--color-3);
  padding: 10px 0;
}
.top__bar-two-left ul,
.top__bar-left ul {
  padding: 0;
  margin: 0;
}
.top__bar-two-left ul li,
.top__bar-left ul li {
  display: inline-block;
  list-style: none;
  margin-right: 25px;
}
.top__bar-two-left ul li a i,
.top__bar-left ul li a i {
  margin-right: 10px;
  color: var(--text-heading-color);
}
.top__bar-two-left ul li:last-child,
.top__bar-left ul li:last-child {
  margin-right: 0;
}
.top__bar-two-right ul,
.top__bar-right ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.top__bar-two-right ul li,
.top__bar-right ul li {
  list-style: none;
  color: var(--text-heading-color);
}

/*==========================================================================
* TopBar Two CSS
==========================================================================*/
.top__bar-two {
  background: transparent;
}
.top__bar-two .top__bar-left ul li {
  color: var(--text-heading-color);
}
.top__bar-two .top__bar-left ul li i {
  color: var(--primary-color-2);
}
.top__bar-two .top__bar-left ul li a:hover {
  color: var(--primary-color-2);
}
.top__bar-two .top__bar-right {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid var(--color-8);
}
.top__bar-two .top__bar-right ul li a i {
  color: var(--text-heading-color);
}
.top__bar-two .top__bar-right ul li a i:hover {
  color: var(--primary-color-2);
}

/*==========================================================================
* TopBar Three CSS
==========================================================================*/
.top__bar-three {
  background: var(--primary-color-1);
  padding: 10px 0;
  margin-bottom: 21px;
}
.top__bar-three .top__bar-left ul li {
  color: var(--text-white);
}
.top__bar-three .top__bar-left ul li i {
  color: var(--text-white);
}
.top__bar-three .top__bar-right ul li a i {
  color: var(--text-white);
}

@media (max-width: 470px) {
  .top__bar-two .top__bar-right {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .top__bar-right {
    width: 100%;
    text-align: center;
  }
}
/*==========================================================================
* Menu Bar CSS
==========================================================================*/

/*==========================================================================
* Mega Menu CSS
==========================================================================*/
.has-megamenu {
  position: static !important;
}
.megamenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  width: 950px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.06);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1000000;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.03);
}

.megamenu-content {
  display: flex;
  padding: 25px;
  gap: 25px;
  align-items: stretch;
}
.industries-megamenu-content {
  flex-direction: column-reverse;
  padding: 0 !important;
  gap: 0 !important;
}
.megamenu-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.industries-megamenu-content .megamenu-left {
  padding: 20px 25px 25px 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.megamenu-item {
  display: block;
  padding: 14px 18px;
  border-radius: 12px;
  transition: all 0.2s ease;
  text-decoration: none !important;
}
.megamenu-item:hover {
  background: #F7FAFC;
}
.megamenu-item h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1A202C !important;
  margin-bottom: 4px;
}
.megamenu-item p {
  font-size: 13px;
  color: #4A5568 !important;
  margin: 0;
  line-height: 1.4;
}
.megamenu-right {
  width: 440px;
  min-height: 250px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: #f8fafc;
}
.industries-megamenu-content .megamenu-right {
  width: 100% !important;
  height: 220px !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.megamenu-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: opacity 0.4s ease, transform 0.6s ease, visibility 0.4s ease;
}
.megamenu-preview-img.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.megamenu-item:hover {
  background: #f1f5f9;
}
.megamenu-item:hover h5 {
  color: #EF7F1A !important;
}

@media (max-width: 991px) {
  .megamenu {
    display: none !important;
  }
}

.header__area {
  padding: 15px 0;
}
.header__area-menubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__area-menubar-left {
  position: relative;
  z-index: 99;
}
.header__area-menubar-left-logo a {
  display: inline-block;
}
.header__area-menubar-left-logo a img {
  max-width: 250px;
  max-height: 40px; 
  width: auto;
  position: relative;
  z-index: 9999;
}
.header__area-menubar-center {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header__area-menubar-center-menu ul {
  padding: 0;
  margin: 0;
}
.header__area-menubar-center-menu ul li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0 15px;
}
.header__area-menubar-center-menu ul li:hover > a {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li:hover > .sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header__area-menubar-center-menu ul li .sub-menu {
  position: absolute;
  background: var(--bg-white);
  min-width: 260px;
  transition: 0.4s;
  top: 59px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: translateY(10px);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.03);
  border-top: 3px solid var(--primary-color-1);
}
.header__area-menubar-center-menu ul li .sub-menu li {
  display: block;
  padding: 0 30px;
  margin: 0;
}
.header__area-menubar-center-menu ul li .sub-menu li::after {
  display: none;
}
.header__area-menubar-center-menu ul li .sub-menu li > a {
  border-bottom: 1px solid var(--border-color-1);
  color: var(--text-heading-color);
  padding: 12px 0;
  transition: 0.4s;
  text-transform: capitalize;
  position: relative;
  font-weight: 400;
}
.header__area-menubar-center-menu ul li .sub-menu li > a::after {
  position: absolute;
  content: "";
  background: var(--primary-color-1);
  width: 0;
  transition: 0.4s;
  height: 1px;
  left: 0;
  bottom: -1px;
}
.header__area-menubar-center-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: -3px;
}
.header__area-menubar-center-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li .sub-menu li:hover > a::before {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li .sub-menu li:hover > a::after {
  width: 100%;
}
.header__area-menubar-center-menu ul li .sub-menu li:last-child > a {
  border: none;
}
.header__area-menubar-center-menu ul li .sub-menu li:last-child > a::after {
  display: none;
}
.header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children > a::before {
  content: "\f105";
  right: 0;
  color: var(--text-heading-color);
}
.header__area-menubar-center-menu ul li a {
  color: var(--text-heading-color);
  display: block;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
  font-weight: 500;
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a {
  position: relative;
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  right: -16px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 800;
  color: var(--text-heading-color);
  transition: 0.3s;
  font-size: 14px;
}
.header__area-menubar-center-menu ul li.menu-item-has-children {
  padding-right: 15px;
}
.header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::before {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li:first-child {
  margin-left: 0;
}
.header__area-menubar-center-menu ul li:last-child {
  margin-right: 0;
}
.header__area-menubar-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header__area-menubar-right-search {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--color-8);
}
.header__area-menubar-right-search-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
  display: block;
  color: var(--text-heading-color);
  font-size: 22px;
  line-height: 0;
}
.header__area-menubar-right-search-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: var(--primary-color-1);
  z-index: 9999;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.header__area-menubar-right-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 55%;
  transition: all 0.5s ease-out;
}
.header__area-menubar-right-search-box button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  padding: 0;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: var(--secondary-color);
}
.header__area-menubar-right-search-box.active {
  height: 100vh;
  top: 0;
}
.header__area-menubar-right-search-box.active.header__area-menubar-right-search-box form {
  transform: translate(-50%, -50%) scale(1);
}
.header__area-menubar-right-search-box.three button {
  background: var(--primary-color-3);
}
.header__area-menubar-right-search-box-icon {
  position: absolute;
  right: 50px;
  top: 50px;
}
.header__area-menubar-right-search-box-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
  display: block;
  font-size: 22px;
  color: var(--text-white);
  transform: rotate(0deg);
}
.header__area-menubar-right-search-box-icon i:hover {
  animation: rotate 0.4s ease 0s;
}
.header__area-menubar-right-tel {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
.header__area-menubar-right-tel-icon i {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--secondary-color);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-1);
}
.header__area-menubar-right-tel-info span {
  display: block;
}
.header__area-menubar-right-tel-info h6 {
  font-size: 20px;
  line-height: 28px;
}
.header__area-menubar-right-tel-info h6 a:hover {
  color: var(--primary-color-1);
}
.header__area-menubar-right-sidebar-icon {
  line-height: 0;
}
.header__area-menubar-right-sidebar-icon i {
  color: var(--text-heading-color);
  font-size: 26px;
  line-height: 0;
  display: inline-block;
  cursor: pointer;
}
.header__area-menubar-right-sidebar-popup {
  position: fixed;
  width: 460px;
  height: 100%;
  right: 0;
  overflow: auto;
  transform: translateX(100%);
  top: 0;
  background: var(--primary-color-1);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: transform 0.5s ease 0.4s;
  padding: 100px 40px;
  scrollbar-width: none;
}
.header__area-menubar-right-sidebar-popup::-webkit-scrollbar {
  display: none;
}
.header__area-menubar-right-sidebar-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  right: 0;
}
.header__area-menubar-right-sidebar-popup-icon i {
  width: 25px;
  height: 25px;
  display: block;
  font-size: 25px;
  color: var(--text-heading-color);
  cursor: pointer;
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  transform: rotate(0);
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn i {
  background: var(--color-5);
  width: 40px;
  color: var(--text-white);
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn:hover {
  animation: rotate 0.4s ease 0s;
}
.header__area-menubar-right-sidebar-popup-logo {
  margin-bottom: 30px;
}
.header__area-menubar-right-sidebar-popup-logo a {
  display: inline-block;
}
.header__area-menubar-right-sidebar-popup-logo a img {
  max-width: 170px;
}
.header__area-menubar-right-sidebar-popup p {
  color: var(--color-8);
}
.header__area-menubar-right-sidebar-popup-contact {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid rgba(var(--border-color-2), 0.1);
  border-bottom: 1px solid rgba(var(--border-color-2), 0.1);
}
.header__area-menubar-right-sidebar-popup-contact-item {
  display: flex;
  margin-bottom: 25px;
  gap: 25px;
}
.header__area-menubar-right-sidebar-popup-contact-item-icon i {
  font-size: 40px;
  margin-top: 5px;
  color: var(--secondary-color);
}
.header__area-menubar-right-sidebar-popup-contact-item-content span {
  color: var(--color-8);
  display: inline-block;
}
.header__area-menubar-right-sidebar-popup-contact-item-content h6 {
  max-width: 240px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.header__area-menubar-right-sidebar-popup-contact-item-content h6 a {
  color: var(--text-white);
}
.header__area-menubar-right-sidebar-popup-contact-item-content h6 a:hover {
  color: var(--secondary-color);
}
.header__area-menubar-right-sidebar-popup-contact-item:last-child {
  margin: 0;
}
.header__area-menubar-right-sidebar-popup-contact h4 {
  color: var(--text-white);
}
.header__area-menubar-right-sidebar-popup-social ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.header__area-menubar-right-sidebar-popup-social ul li {
  list-style: none;
}
.header__area-menubar-right-sidebar-popup-social ul li a i {
  color: var(--text-white);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--color-5);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.header__area-menubar-right-sidebar-popup-social ul li a i:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.header__area.two {
  background: var(--color-3);
  padding: 0;
}
.header__area.two .header__area-menubar {
  background: var(--bg-white);
  padding: 16px 20px;
  border-radius: 15px;
}
.header__area.two .header__area-menubar-center-menu ul li:hover > a {
  color: var(--primary-color-2);
}
.header__area.two .header__area-menubar-center-menu ul li:hover > a::before {
  color: var(--primary-color-2);
}
.header__area.two .header__area-menubar-center-menu ul li .sub-menu {
  border-color: var(--primary-color-2);
  min-width: 230px;
}
.header__area.two .header__area-menubar-center-menu ul li .sub-menu li > a::after {
  background: var(--primary-color-2);
}
.header__area.two .header__area-menubar-right-tel {
  border-left: 1px solid var(--color-7);
  padding-left: 25px;
  margin-left: 15px;
}
.header__area.three {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0;
  border-bottom: 1px solid rgba(var(--border-color-2), 0.1);
  padding-bottom: 22px;
}
.header__area.three .header__area-menubar-center-menu ul li:hover > a {
  color: var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu {
  background: var(--bg-white);
  border-top: 3px solid var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu li > a {
  color: var(--text-heading-color);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu li > a::after {
  background: var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu li:hover > a::before {
  color: var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children > a::before {
  color: var(--text-heading-color);
}
.header__area.three .header__area-menubar-center-menu ul li a {
  color: var(--text-white);
}
.header__area.three .header__area-menubar-center-menu ul li.menu-item-has-children > a {
  position: relative;
}
.header__area.three .header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
  color: var(--text-white);
}
.header__area.three .header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::before {
  color: var(--primary-color-3);
}
.header__area.three .header__area-menubar-right-sidebar-icon i {
  background: var(--bg-white);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__area.three .menu__bar i,
.header__area.three .header__area-menubar-right-search i {
  color: var(--text-white);
}
.header__area.three .header__area-menubar-right-sidebar,
.header__area.three .header__area-menubar-right-search {
  margin: 0;
  padding: 0;
  border: 0;
}

/*==========================================================================
* Menu Bar Sticky CSS
==========================================================================*/
.header__sticky-sticky-menu {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  animation: header_sticky 1s;
  display: block;
  box-shadow: 0 0 50px rgb(var(--border-color-2), 0.04);
  background: var(--color-8) !important;
}
@keyframes header_sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

/*==========================================================================
* Menu Sidebar CSS
==========================================================================*/
.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: all 0.8s ease-out;
  visibility: hidden;
  z-index: 99999;
  background: var(--primary-color-1);
  opacity: 0.8;
}
.sidebar-overlay.show {
  visibility: visible;
  width: 100%;
}

/*==========================================================================
* Responsive Menu Sidebar CSS
==========================================================================*/
.vertical-menu {
  padding-right: 6px;
}
.vertical-menu ul {
  padding: 0;
  margin: 0;
}
.vertical-menu ul li {
  list-style: none;
  position: relative;
}
.vertical-menu ul li a {
  padding: 14px 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
}
.vertical-menu ul li.menu-item-has-children > span {
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  text-align: center;
  background: var(--secondary-color);
  color: var(--color-1);
  z-index: 1;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  line-height: 26px;
}
.vertical-menu ul li.menu-item-has-children > span.is-open::before {
  content: "\f068";
}
.vertical-menu ul li.menu-item-has-children .sub-menu {
  display: none;
}
.vertical-menu ul li:hover > a {
  color: var(--secondary-color);
}
.vertical-menu ul li .sub-menu {
  padding-left: 20px;
}
.vertical-menu ul li .sub-menu li a {
  font-size: 16px;
  line-height: 26px;
}

.menu__bar {
  display: none;
}
.menu__bar i {
  font-size: 35px;
  cursor: pointer;
  color: var(--text-heading-color);
}
.menu__bar-popup {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  z-index: 9999;
  transition: 0.5s;
  transform: translateX(-100%);
  padding: 40px;
  background: var(--primary-color-1);
  overflow-y: auto;
}
.menu__bar-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.menu__bar-popup.show .menu__bar-popup-left-social {
  background: var(--color-1);
}
.menu__bar-popup.show .menu__bar-popup-right-contact {
  transition: transform 2s ease 0.4s, opacity 2s ease 0.4s;
  transform: translateX(0);
  opacity: 1;
}
.menu__bar-popup-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.menu__bar-popup-top .logo img {
  max-width: 155px;
}
.menu__bar-popup-top .close i {
  background: var(--color-5);
  width: 40px;
  color: var(--text-white);
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 20px;
}
.menu__bar-popup-top .close:hover {
  animation: rotate 0.4s ease 0s;
}
.menu__bar-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.8s;
  visibility: hidden;
  z-index: 9;
  background: var(--primary-color-1);
  opacity: 0.8;
  display: none;
}
.menu__bar-popup-overlay.show {
  visibility: visible;
  width: 100%;
}

@media (max-width: 1550px) {
  .header__area-menubar-center-menu ul li:nth-child(n+4) .sub-menu li .sub-menu {
    right: 100%;
    left: initial;
  }
}
@media (max-width: 1299px) {
  .header__four .header__area-menubar-right-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header__area-menubar-right-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .header__area {
    padding: 25px 0;
  }
  .header__area-menubar-right-search, .header__area-menubar-right-sidebar, .header__area-menubar-center {
    display: none;
  }
  .menu__bar {
    display: block;
  }
  .menu__bar-popup {
    display: block;
  }
  .menu__bar-popup-overlay {
    display: block;
  }
}
@media (max-width: 520px) {
  .menu__bar-popup {
    width: 100%;
  }
  .menu__bar-popup-overlay {
    display: none;
  }
}
/*==========================================================================
* Banner One CSS
==========================================================================*/
.banner__one {
  position: relative;
  z-index: 1;
}
.banner__one-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner__one-image::before {
  content: "";
  position: absolute;
  background-image: none !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner__one-image::after {
  content: "";
  position: absolute;
  background-image: none !important;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.banner__one-content {
  visibility: visible;
  padding: 140px 0px 160px 0px;
}
.banner__one-content .subtitle {
  border-color: rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
  background: rgba(26, 88, 88, 0.4784313725);
}
.banner__one-content .subtitle::before {
  background: var(--text-white);
}
.banner__one-content h1 {
  font-size: 80px;
  line-height: 92px;
  max-width: 580px;
  margin: 0px 0px 20px 0px;
  color: var(--text-white);
}
.banner__one-content h1 span {
  color: var(--secondary-color);
}
.banner__one-content p {
  max-width: 480px;
  color: var(--text-white);
  margin: 0px 0px 40px 0px;
}
.banner__one-content .default_button:hover {
  background: var(--color-5);
}
.banner__one .swiper-slide-active .banner__one-content {
  visibility: visible;
}
.banner__one-dots {
  position: absolute;
  bottom: 80px;
}
.banner__one-dots .swiper-pagination-bullet {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
  margin: 0 15px !important;
  position: relative;
  z-index: 9;
  background: rgba(255, 255, 255, 0.2588235294);
}
.banner__one-dots .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--secondary-color);
  top: 50%;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.banner__one-dots .swiper-pagination-bullet-active {
  background: var(--secondary-color);
}
.banner__one-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
}

/*==========================================================================
* Banner Two CSS
==========================================================================*/
.banner__two {
  background: var(--color-3);
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.banner__two-content {
  padding: 120px 0 60px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.banner__two-content .subtitle {
  background: var(--bg-white);
}
.banner__two-content h1 {
  margin-bottom: 24px;
}
.banner__two-content p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
}
.banner__two-content-button {
  margin-top: 45px;
}
.banner__two img {
  border-radius: 15px;
}

/*==========================================================================
* Banner One CSS
==========================================================================*/
.banner__three {
  position: relative;
  z-index: 1;
}
.banner__three-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner__three-image::before {
  content: "";
  position: absolute;
  background-color: transparent;
  background: linear-gradient(47deg, rgba(6, 50, 49, 0.8392156863) 0%, rgba(230, 98, 98, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner__three-content {
  visibility: hidden;
  padding: 330px 0px 190px 0px;
}
.banner__three-content .subtitle {
  margin-bottom: 35px;
  border-color: rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
  background: rgba(26, 88, 88, 0.4784313725);
}
.banner__three-content .subtitle::before {
  background: var(--text-white);
}
.banner__three-content h1 {
  font-size: 86px;
  line-height: 100px;
  max-width: 960px;
  color: var(--text-white);
}
.banner__three-content-button {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.banner__three-content-button-tel {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
.banner__three-content-button-tel-icon i {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--primary-color-1);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
}
.banner__three-content-button-tel-info span {
  display: block;
  color: var(--text-white);
}
.banner__three-content-button-tel-info h6 {
  font-size: 20px;
  line-height: 28px;
  color: var(--text-white);
}
.banner__three-content-button-tel-info h6 a:hover {
  color: var(--secondary-color);
}
.banner__three .swiper-slide-active .banner__three-content {
  visibility: visible;
}
.banner__three-arrow {
  position: absolute;
  max-width: 1345px;
  margin: 0 auto;
  padding: 0 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
  display: grid;
  justify-content: end;
  width: 100%;
  gap: 20px;
}
.banner__three-arrow-next, .banner__three-arrow-prev {
  display: inline-block;
}
.banner__three-arrow-next i, .banner__three-arrow-prev i {
  font-size: 22px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(230, 230, 230, 0.231372549);
  color: var(--text-white);
  transition: 0.4s;
}
.banner__three-arrow-next i:hover, .banner__three-arrow-prev i:hover {
  opacity: 1;
  background: var(--primary-color-3);
}

@media (max-width: 1199px) {
  .banner__two-content h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 1000px) {
  .banner__one-image::before {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) -10%, var(--primary-color-1) 35%);
  }
}
@media (max-width: 991px) {
  .banner__three-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 620px) {
  .banner__one-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .banner__three-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner__two-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .banner__one-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .banner__two-content h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .banner__three-arrow {
    display: flex;
    top: inherit;
    transform: translateY(0%);
    justify-content: center;
    bottom: 8%;
  }
}
@media (max-width: 359px) {
  .banner__one-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .banner__two-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
/*==========================================================================
* About One CSS
==========================================================================*/
.about__one-left {
  position: relative;
}
.about__one-left .two {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about__one-left .two img {
  border: 3px solid var(--bg-white);
  border-radius: 30px;
}
.about__one-right-list ul {
  padding: 0;
  margin: 0;
}
.about__one-right-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text-heading-color);
}
.about__one-right-list ul li:last-child {
  margin-bottom: 0;
}
.about__one-right-list ul li i {
  color: var(--primary-color-1);
  font-size: 18px;
  line-height: 0;
}

/*==========================================================================
* About Two CSS
==========================================================================*/
.about__two {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.about__two-left {
  position: relative;
}
.about__two-left img {
  border-radius: 20px;
}
.about__two-left .two {
  position: absolute;
  right: 0;
  bottom: 50px;
  border: 10px solid var(--bg-white);
}
.about__two-left-client {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border-radius: 15px;
  background: var(--primary-color-1);
  position: absolute;
  right: 0;
  top: 0;
}
.about__two-left-client i {
  display: inline-flex;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  font-size: 40px;
  color: var(--color-1);
}
.about__two-left-client h2,
.about__two-left-client span {
  color: var(--text-white);
}
.about__two-right-title .subtitle {
  background: var(--bg-white);
}
.about__two-right-btn .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.about__two-right-btn .default_button:hover {
  color: var(--color-1);
  background: var(--secondary-color);
}
.about__two-right-overview {
  border: 1px solid var(--color-8);
  margin-top: 25px;
  padding: 30px;
  border-radius: 15px;
  display: flex;
}
.about__two-right-overview-item {
  border-right: 1px solid var(--color-8);
  width: 50%;
  padding-right: 25px;
  margin-right: 25px;
}
.about__two-right-overview-item h4 {
  margin-bottom: 14px;
}
.about__two-right-overview-item p {
  margin-bottom: 0;
}
.about__two-right-overview-item:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

/*==========================================================================
* About Three CSS
==========================================================================*/
.about__three-left .one {
  width: 100%;
  border-radius: 90px 90px 0 0;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__three-left .two {
  width: 100%;
  border-radius: 0 0 90px 90px;
}
.about__three-left .three {
  width: 100%;
  border-radius: 90px 90px 0 0;
}
.about__three-left-experience {
  padding: 30px;
  border-radius: 15px;
  background: var(--primary-color-1);
}
.about__three-left-experience i {
  font-size: 60px;
  color: var(--secondary-color);
}
.about__three-left-experience span,
.about__three-left-experience h3 {
  color: var(--text-white);
}
.about__three-right-list {
  border-bottom: 1px solid var(--border-color-1);
}
.about__three-right-list-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.about__three-right-list-item i {
  color: var(--primary-color-3);
  font-size: 60px;
  line-height: 0;
}
.about__three-right-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

/*==========================================================================
* Company History CSS
==========================================================================*/
.company__history-area-item {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
.company__history-area-item-inner {
  border-left: 1px solid var(--border-color-1);
  padding-left: 120px;
}
.company__history-area-item-inner-image {
  margin: 0 30px;
}
.company__history-area-item-inner-image img {
  max-width: 100%;
  border-radius: 15px;
}
.company__history-area-item-inner-content {
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  background: var(--bg-white);
  padding: 60px 30px 30px 30px;
  margin-top: -30px;
  border-radius: 15px;
}
.company__history-area-item-inner-content p {
  margin: 10px 0 0 0;
}
.company__history-area-item-date {
  text-align: right;
}
.company__history-area-item-date span {
  background: var(--secondary-color);
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-1);
  border-radius: 50%;
  margin-right: -40px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.company__history-area-item-date span::after {
  position: absolute;
  content: "";
  right: -45px;
  top: 0;
  background-image: url(../../assets/img/pagess/arrow.png);
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 9999;
  background-position: center;
  background-size: contain;
}
.company__history-area-item:nth-child(even) {
  direction: rtl;
  margin-right: -2px;
}
.company__history-area-item:nth-child(even) .company__history-area-item-inner {
  border-left: 0;
  padding-left: 0;
  border-right: 1px solid var(--border-color-1);
  padding-right: 120px;
  direction: ltr;
}
.company__history-area-item:nth-child(even) .company__history-area-item-date {
  text-align: left;
}
.company__history-area-item:nth-child(even) .company__history-area-item-date span {
  margin-right: 0;
  margin-left: -40px;
}
.company__history-area-item:nth-child(even) .company__history-area-item-date span::after {
  right: initial;
  left: -45px;
  transform: scaleX(-1);
}

@media (max-width: 991px) {
  .company__history-area-item-inner {
    padding-left: 65px;
  }
  .company__history-area-item-inner-image {
    margin: 0 25px;
  }
  .company__history-area-item-inner-content {
    background: var(--color-11);
    padding: 60px 22px 30px 22px;
    margin-top: -30px;
  }
  .company__history-area-item-date span {
    width: 60px;
    height: 60px;
    margin-right: -30px;
    font-size: 16px;
  }
  .company__history-area-item-date span::after {
    right: -25px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-inner {
    padding-right: 65px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date span {
    margin-left: -30px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date span::after {
    left: -25px;
  }
}
@media (max-width: 660px) {
  .company__history-area {
    display: grid;
    gap: 80px;
  }
  .company__history-area-item {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .company__history-area-item-inner {
    padding-left: 0;
    border: 0;
  }
  .company__history-area-item-date {
    text-align: center;
  }
  .company__history-area-item-date span {
    width: 60px;
    height: 60px;
    margin-right: 0;
    font-size: 16px;
  }
  .company__history-area-item-date span::after {
    top: 35px;
    transform: rotate(90deg);
    right: 12px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-inner {
    padding-right: 0;
    border: 0;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date {
    text-align: center;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date span {
    margin-left: 0;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date span::after {
    top: 35px;
    transform: rotate(90deg);
    left: 12px;
  }
}
@media (max-width: 575px) {
  .about__two-right-overview {
    display: block;
  }
  .about__two-right-overview-item {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .about__two-right-overview-item:last-child {
    border-top: 1px solid var(--border-color-1);
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 470px) {
  .about__two-left .two,
  .about__one-left .two {
    max-width: 50%;
  }
  .about__three-left-experience {
    padding: 20px;
  }
}
/*==========================================================================
* Blog One CSS
==========================================================================*/
.blog__one-item {
  border: 1px solid var(--color-8);
  padding: 25px;
  border-radius: 15px;
}
.blog__one-item-image {
  position: relative;
  z-index: 1;
}
.blog__one-item-image img {
  border-radius: 10px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog__one-item-content {
  margin-top: -10px;
}
.blog__one-item-content a:hover {
  color: var(--primary-color-1);
}
.blog__one-item-content-meta {
  display: inline-block;
  background: var(--color-3);
  transform: translateY(-50px);
  padding: 2px 15px 4px 15px;
  margin: 0px 0px 0px 20px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.blog__one-item-content-meta ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}
.blog__one-item-content-meta ul li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
}
.blog__one-item-content-meta ul li a i {
  color: var(--text-heading-color);
  margin-right: 4px;
}
.blog__one-item-content h5 {
  font-size: 24px;
  line-height: 34px;
}
.blog__one-item-content .more_btn {
  margin-top: 35px;
}
.blog__one-dots {
  text-align: center;
}
.blog__one-dots .swiper-pagination-bullet {
  border-radius: 5px;
  background: var(--primary-color-1);
  width: 8px;
  height: 8px;
  transition: 0.4s;
  opacity: 1;
  margin: 0 4px;
  position: relative;
  z-index: 9;
}
.blog__one-dots .swiper-pagination-bullet-active {
  background: var(--secondary-color);
  width: 25px;
}

/*==========================================================================
* Blog Two CSS
==========================================================================*/
.blog__two-title-btn .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.blog__two-title-btn .default_button:hover {
  color: var(--color-1);
  background: var(--secondary-color);
}
.blog__two .blog__one-item {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.blog__two .blog__one-item-image {
  position: relative;
}
.blog__two .blog__one-item-image img {
  border-radius: 10px 10px 0px 0px;
}
.blog__two .blog__one-item-image .date {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: var(--secondary-color);
  padding: 8px;
  border-radius: 5px;
  text-align: center;
}
.blog__two .blog__one-item-image .date h6 {
  color: var(--color-1);
  line-height: 22px;
}
.blog__two .blog__one-item-image .date span {
  color: var(--color-1);
}
.blog__two .blog__one-item-content {
  margin-top: 0;
  padding: 20px 25px 30px 25px;
  border: 1px solid var(--color-8);
  border-top: none;
  border-radius: 0px 0px 10px 10px;
}
.blog__two .blog__one-item-content-meta {
  background: var(--color-3);
  transform: translateY(0);
  margin: 0 0 15px 0;
  border-radius: 20px;
}
.blog__two .blog__one-item-content-meta ul li a i {
  color: var(--primary-color-2);
}
.blog__two .blog__one-item-content-meta ul li a:hover {
  color: var(--primary-color-2);
}
.blog__two .blog__one-item-content .more_btn:hover,
.blog__two .blog__one-item-content h5 a:hover {
  color: var(--primary-color-2);
}

/*==========================================================================
* Blog Three CSS
==========================================================================*/
.blog__three-right-item {
  box-shadow: 2px 3px 0px 4px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  display: flex;
}
.blog__three-right-item-image {
  width: 45%;
  max-width: 45%;
  flex-shrink: 0;
}
.blog__three-right-item-image .img {
  height: 100%;
  position: relative;
}
.blog__three-right-item-image .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 0px 0px 15px;
}
.blog__three-right-item-content {
  padding: 70px 30px;
}
.blog__three-right-item-content .more_btn {
  margin-top: 40px;
}
.blog__three-right-item-content .more_btn:hover,
.blog__three-right-item-content h5 a:hover {
  color: var(--primary-color-3);
}
.blog__three .blog__one-item-content-meta {
  background: var(--color-3);
  transform: translateY(0);
  margin: 0 0 15px 0;
  border-radius: 20px;
}
.blog__three .blog__one-item-content-meta ul li a i {
  color: var(--primary-color-3);
}

/*==========================================================================
* Blog Grid CSS
==========================================================================*/
.blog__grid .blog__one-item {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.blog__grid .blog__one-item-image {
  position: relative;
}
.blog__grid .blog__one-item-image img {
  border-radius: 15px 15px 0px 0px;
}
.blog__grid .blog__one-item-image .date {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: var(--primary-color-1);
  padding: 8px;
  border-radius: 5px;
  text-align: center;
}
.blog__grid .blog__one-item-image .date h6 {
  color: var(--text-white);
  line-height: 22px;
}
.blog__grid .blog__one-item-image .date span {
  color: var(--text-white);
}
.blog__grid .blog__one-item-content {
  margin-top: 0;
  padding: 20px 25px 30px 25px;
  border: 1px solid var(--color-8);
  border-top: none;
  border-radius: 0px 0px 15px 15px;
}
.blog__grid .blog__one-item-content-meta {
  background: var(--color-3);
  transform: translateY(0);
  margin: 0 0 15px 0;
  border-radius: 20px;
}
.blog__grid .blog__one-item-content-meta ul li a i {
  color: var(--primary-color-1);
}
.blog__grid .blog__one-item-content-meta ul li a:hover {
  color: var(--primary-color-1);
}
.blog__grid .blog__one-item-content .more_btn:hover,
.blog__grid .blog__one-item-content h5 a:hover {
  color: var(--primary-color-1);
}

/*==========================================================================
* Blog Standard CSS
==========================================================================*/
.blog__standard-item {
  margin-bottom: 50px;
}
.blog__standard-item:last-child {
  margin-bottom: 0;
}
.blog__standard-item-image img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.blog__standard-item-content {
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  padding: 30px;
  border-radius: 0 0 15px 15px;
}
.blog__standard-item-content-meta {
  margin-bottom: 15px;
}
.blog__standard-item-content-meta ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.blog__standard-item-content-meta ul li {
  list-style: none;
}
.blog__standard-item-content-meta ul li a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.blog__standard-item-content-meta ul li a i {
  color: var(--primary-color-1);
}
.blog__standard-item-content-meta ul li a:hover {
  color: var(--primary-color-1);
}
.blog__standard-item-content h4 {
  margin-bottom: 10px;
}
.blog__standard-item-content h4 a:hover {
  color: var(--primary-color-1);
}
.blog__standard-item-content p {
  margin-bottom: 35px;
}

/*==========================================================================
* Blog Details CSS
==========================================================================*/
.blog__details-area img {
  border-radius: 15px;
}
.blog__details-area-box {
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  padding: 45px;
  border-radius: 10px;
  margin: 40px 0;
}
.blog__details-area-box p {
  margin-bottom: 20px;
  font-size: 22px;
  font-style: italic;
  line-height: 34px;
}
.blog__details-area-box span {
  font-size: 14px;
}
.blog__details-area-tag {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color-1);
  flex-wrap: wrap;
}
.blog__details-area-contact {
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  padding: 45px;
  border-radius: 10px;
}
.blog__details-area-contact h4 {
  margin-bottom: 5px;
}

@media (max-width: 680px) {
  .blog__three-right-item {
    box-shadow: 0 5px 0 1px rgba(0, 0, 0, 0.04);
    display: block;
  }
  .blog__three-right-item-image {
    width: 100%;
    max-width: 100%;
  }
  .blog__three-right-item-image .img img {
    border-radius: 15px 15px 0 0;
  }
  .blog__three-right-item-content {
    padding: 30px 20px;
  }
  .blog__details-area-box,
  .blog__details-area-contact {
    padding: 30px 20px;
  }
}
@media (max-width: 470px) {
  .blog__one-item {
    padding: 17px;
  }
  .blog__two .blog__one-item-content {
    padding: 20px 18px 30px 18px;
  }
}
/*==========================================================================
* All Side Bar
========================================================================== */
.all__sidebar-item {
  padding: 30px 35px 35px 35px;
  margin-bottom: 25px;
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  border-radius: 15px;
}
.all__sidebar-item > h5 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--color-8);
}
.all__sidebar-item > h5::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 70px;
  background: var(--secondary-color);
}
.all__sidebar-item-search form {
  display: flex;
  position: relative;
}
.all__sidebar-item-search form input {
  background: var(--bg-white);
}
.all__sidebar-item-search form button {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  border-radius: 6px;
}
.all__sidebar-item-post .post__item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.all__sidebar-item-post .post__item:last-child {
  margin: 0;
}
.all__sidebar-item-post .post__item-image {
  width: 90px;
  height: 90px;
  min-width: 90px;
}
.all__sidebar-item-post .post__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all__sidebar-item-post .post__item-title h6 {
  font-size: 16px;
  line-height: 26px;
}
.all__sidebar-item-post .post__item-title h6 a {
  color: var(--text-heading-color);
}
.all__sidebar-item-post .post__item-title h6 a:hover {
  color: var(--primary-color-1);
}
.all__sidebar-item-post .post__item-title span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 23px;
}
.all__sidebar-item-post .post__item-title span i {
  color: var(--primary-color-1);
}
.all__sidebar-item-category ul {
  padding: 0;
  margin: 0;
}
.all__sidebar-item-category ul li {
  list-style: none;
  margin-bottom: 25px;
}
.all__sidebar-item-category ul li a {
  background: var(--bg-white);
  display: flex;
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  color: var(--text-heading-color);
}
.all__sidebar-item-category ul li a i {
  font-size: 25px;
  line-height: 0;
}
.all__sidebar-item-category ul li a:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.all__sidebar-item-category ul li:last-child {
  margin-bottom: 0;
}
.all__sidebar-item-tag ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.all__sidebar-item-tag ul li {
  list-style: none;
}
.all__sidebar-item-tag ul li a {
  transition: 0.4s;
  padding: 4px 18px 5px 18px;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  border-radius: 4px;
  color: var(--text-heading-color);
  border: 1px solid var(--border-color-1);
  background: var(--bg-white);
}
.all__sidebar-item-tag ul li a:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
}
.all__sidebar-item-help {
  background: var(--primary-color-1);
  text-align: center;
  padding: 35px;
  border-radius: 15px;
}
.all__sidebar-item-help a img {
  max-width: 155px;
}
.all__sidebar-item-help span {
  display: block;
  color: var(--text-white);
  margin-top: 35px;
  margin-bottom: 5px;
}
.all__sidebar-item-help h4 {
  color: var(--text-white);
}
.all__sidebar-item-help .default_button {
  background: var(--color-3);
  color: var(--text-heading-color);
  margin-top: 45px;
}
.all__sidebar-item-help .default_button i {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.all__sidebar-item-help .default_button:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.all__sidebar-item-help .default_button:hover i {
  background: var(--text-white);
  color: var(--primary-color-1);
}
.all__sidebar-item-download ul {
  padding: 0;
  margin: 0;
}
.all__sidebar-item-download ul li {
  list-style: none;
  margin-bottom: 25px;
}
.all__sidebar-item-download ul li a {
  background: var(--bg-white);
  display: flex;
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  color: var(--text-heading-color);
}
.all__sidebar-item-download ul li a:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.all__sidebar-item-download ul li a span {
  float: right;
  font-size: 25px;
  color: var(--primary-color-1);
}
.all__sidebar-item-download ul li:last-child {
  margin: 0;
}
.all__sidebar-item:last-child {
  margin: 0;
}

@media (max-width: 1299px) {
  .all__sidebar-item {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .all__sidebar-item-post-item {
    gap: 15px;
  }
  .all__sidebar-item-post-item-content h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .all__sidebar-item-post-item-image img {
    width: 80px;
    height: 85px;
    max-width: 80px;
  }
}
@media (max-width: 575px) {
  .all__sidebar-item {
    padding: 30px 20px;
  }
}
/*==========================================================================
* Process Css
==========================================================================*/
.process__area-title {
  max-width: 650px;
  margin: 0 auto;
}
.process__area-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.process__area-item {
  border-top: 1px dashed var(--color-8);
  text-align: center;
  margin-top: 75px;
  display: flex;
  flex-direction: column;
}
.process__area-item span {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: var(--color-3);
  font-size: 18px;
  line-height: 28px;
  color: var(--text-heading-color);
  width: 45px;
  height: 45px;
  transform: translateY(-22px);
  border-radius: 50px;
  transition: 0.4s;
}
.process__area-item-area {
  border: 2px solid var(--bg-white);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  padding: 40px 20px;
  transition: 0.4s;
  flex: 1;
  margin: 0 12.5px;
  border: 1px solid var(--border-color-1);
  margin-top: 38px;
}
.process__area-item-area i {
  margin-bottom: 30px;
  display: inline-block;
  font-size: 50px;
  line-height: 0;
  color: var(--primary-color-1);
}
.process__area-item-area h5 {
  font-size: 24px;
  line-height: 34px;
}
.process__area-item-area p {
  margin: 15px 0px 0px 0px;
}
.process__area-item:hover span {
  background: var(--secondary-color);
  color: var(--color-1);
}
.process__area-item:hover .process__area-item-area {
  border-color: var(--primary-color-1);
}

@media (max-width: 1199px) {
  .process__area-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .process__area-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .process__area-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 470px) {
  .our__benefits-right-experience {
    min-width: initial;
    left: 10px;
  }
  .process__area-item-area {
    padding: 30px 25px;
    margin: 0;
    margin-top: 38px;
  }
}
/*==========================================================================
* Faq CSS
==========================================================================*/
.faq__one {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.faq__one-left {
  position: relative;
  z-index: 1;
}
.faq__one-left .one {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 15px;
  width: 100%;
}
.faq__one-left .two {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  width: 100%;
}
.faq__one-left .three {
  height: 580px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.faq__one-left-years {
  position: absolute;
  left: 20%;
  bottom: 30px;
  background: var(--primary-color-2);
  padding: 30px;
  min-width: 305px;
  border-radius: 15px;
}
.faq__one-left-years span,
.faq__one-left-years h3 {
  color: var(--text-white);
}
.faq__one .faq-item .icon::after {
  color: var(--primary-color-2);
  background: var(--bg-white);
}
.faq__one .faq-item .icon:not(.collapsed)::after {
  background: var(--secondary-color);
  color: var(--color-1);
}
.faq__one-right-title .subtitle {
  background: var(--bg-white);
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid var(--color-8);
  border-radius: 15px;
}
.faq-item:last-child {
  margin: 0;
}
.faq-item h6 {
  cursor: pointer;
  padding: 14px 25px;
}
.faq-item .icon {
  position: relative;
  border-radius: 10px 10px 0 0;
}
.faq-item .icon::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color-1);
  right: 20px;
  font-size: 14px;
  transition: 0.4s;
  background: var(--color-3);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
}
.faq-item .icon:not(.collapsed)::after {
  content: "\f068";
  background: var(--primary-color-1);
  color: var(--text-white);
}
.faq-item-body p {
  padding: 0px 30px 25px 30px;
  margin-bottom: 0;
}

.faq__page .faq__one-left-years {
  background: var(--primary-color-1);
}

@media (max-width: 480px) {
  .faq__one-left-years {
    left: 10px;
    min-width: initial;
  }
  .choose__us-left-success {
    padding: 25px;
    max-width: 250px;
  }
}
/*==========================================================================
* Request Quote CSS
==========================================================================*/
.request__quote span {
  color: var(--secondary-color);
}
.request__quote-item label {
  margin-bottom: 8px;
}
.request__quote-services label {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: var(--text-heading-color);
}
.request__quote .description {
  margin-top: 10px;
}

/*==========================================================================
* Contact CSS
==========================================================================*/
.contact__info-item {
  padding: 40px;
  border-radius: 15px;
  background: var(--color-3);
}
.contact__info-item i {
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg-white);
  color: var(--primary-color-1);
  font-size: 50px;
}
.contact__info-item span {
  display: block;
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid rgba(6, 50, 49, 0.1411764706);
}
.contact__info-item h5 {
  font-weight: 600;
}
.contact__info-item h5 a:hover {
  color: var(--primary-color-1);
}

.contact__area-left {
  background: var(--color-3);
  padding: 40px;
  border-radius: 15px;
}
.contact__area-left .subtitle {
  background: var(--bg-white);
}
.contact__area .map-area iframe {
  width: 100%;
  height: 600px;
  display: block;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .contact__area-left {
    padding: 35px 25px;
  }
}
/*==========================================================================
* Pricing Css
==========================================================================*/
.pricing__plan-btn {
  display: inline-flex;
  align-items: center;
  background: var(--color-3);
  border-radius: 50px;
}
.pricing__plan-btn-item {
  padding: 12px 35px;
  cursor: pointer;
  transition: 0.4s;
}
.pricing__plan-btn-item h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: 0.4s;
}
.pricing__plan-btn-item.active {
  background: var(--secondary-color);
}
.pricing__plan-btn-item.active h6 {
  color: var(--color-1);
}
.pricing__plan-btn-item:first-child {
  border-radius: 50px 0 0 50px;
}
.pricing__plan-btn-item:last-child {
  border-radius: 0 50px 50px 0;
}
.pricing__plan-item {
  border-radius: 15px;
  padding: 40px;
  border: 1px solid var(--border-color-1);
}
.pricing__plan-item h5 {
  margin-bottom: 20px;
}
.pricing__plan-item p {
  margin-bottom: 24px;
}
.pricing__plan-item h2 span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.pricing__plan-item ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--border-color-1);
  margin-top: 30px;
  padding-top: 25px;
}
.pricing__plan-item ul li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing__plan-item ul li:last-child {
  margin: 0;
}
.pricing__plan-item ul li i {
  color: var(--primary-color-1);
}
.pricing__plan-item .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.pricing__plan-item .default_button i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.pricing__plan-item .default_button:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.pricing__plan-item.active {
  background: var(--secondary-color);
}
.pricing__plan-item.active h2 span,
.pricing__plan-item.active p {
  color: var(--body-color);
}
.pricing__plan-item.active h5,
.pricing__plan-item.active h2,
.pricing__plan-item.active ul li i,
.pricing__plan-item.active ul li {
  color: var(--color-1);
}
.pricing__plan-item.active ul {
  border-color: rgba(var(--border-color-3), 0.1);
}
.pricing__plan-item.active .default_button {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.pricing__plan-item.active .default_button i {
  background: var(--primary-color-2);
  color: var(--text-white);
}
.pricing__plan-item.active .default_button:hover {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.pricing__plan-item.active .default_button:hover i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}

@media (max-width: 470px) {
  .pricing__plan-item {
    padding: 30px;
  }
}
/*==========================================================================
* Choose Us One Css
==========================================================================*/
.choose__us {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.choose__us-left {
  position: relative;
  z-index: 1;
}
.choose__us-left img {
  border-radius: 15px;
}
.choose__us-left-success {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: var(--primary-color-2);
  border-radius: 15px;
  padding: 30px;
  max-width: 275px;
}
.choose__us-left-success h3 {
  margin-bottom: 30px;
  color: var(--text-white);
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}
.choose__us-left-success > span {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-white);
}
.choose__us-right-title .subtitle {
  background: var(--bg-white);
}
.choose__us-right .about__one-right-list ul li i {
  color: var(--primary-color-2);
}

/*==========================================================================
* Choose Us Two Css
==========================================================================*/
.chooses__two-left {
  position: relative;
  z-index: 1;
}
.chooses__two-left .one {
  width: 90%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 15px 15px 15px 15px;
}
.chooses__two-left .two {
  width: 65%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-style: solid;
  border-width: 15px 0px 0px 15px;
  border-color: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  margin-top: -220px;
}
.chooses__two-left-project {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--primary-color-3);
  padding: 30px 35px;
  border-radius: 15px;
  text-align: center;
}
.chooses__two-left-project i {
  color: var(--text-white);
  font-size: 60px;
  margin-bottom: 12px;
}
.chooses__two-left-project span {
  color: var(--text-white);
}
.chooses__two-left-project h3 {
  color: var(--text-white);
  font-weight: 600;
}
.chooses__two-right .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.chooses__two-right .default_button i {
  color: var(--primary-color-3);
}
.chooses__two-right .default_button:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.chooses__two-right-list-item {
  padding: 25px 30px;
  border-radius: 15px;
  border: 1px solid var(--color-8);
}
.chooses__two-right-list-item i {
  font-size: 50px;
  color: var(--primary-color-1);
}
.chooses__two-right-list-item h5 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.chooses__two-right-list-item p {
  margin-bottom: 0;
}

/*==========================================================================
* Features area Css
==========================================================================*/
.features__area-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.features__area-btn-item {
  flex-grow: 1;
  text-align: center;
  box-shadow: 0px 3px 0px 4px rgba(0, 0, 0, 0.04);
  border-radius: 50px;
  padding: 15px;
  cursor: pointer;
}
.features__area-btn-item.active {
  background: var(--secondary-color);
  box-shadow: 0px 2px 0px 3px rgb(230, 195, 101);
}
.features__area-btn-item.active h6 {
  color: var(--color-1);
}
.features__area-content-item-left img {
  border-radius: 15px;
}
.features__area-content-item-right ul {
  padding: 0;
  margin: 0;
}
.features__area-content-item-right ul li {
  list-style: none;
  display: inline-flex;
  gap: 10px;
  margin-bottom: 8px;
}
.features__area-content-item-right ul li:last-child {
  margin-bottom: 0;
}
.features__area-content-item-right ul li i {
  color: var(--primary-color-1);
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 6px;
}
.features__area-content-item-right-counter {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid var(--border-color-1);
}
.features__area-content-item-right-counter h3 {
  font-size: 46px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 5px;
}
.features__area-content-item-right-counter .title {
  font-size: 18px;
}

/*==========================================================================
* Achievements CSS
==========================================================================*/
.achievements__area-image-item {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  border-bottom: 1px solid var(--color-8);
  transition: 0.4s;
}
.achievements__area-image-item-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 250px;
  transition: 0.4s;
}
.achievements__area-image-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(-5deg) scale(0.8);
  transition: opacity 0.35s, transform 0.5s ease-out;
  opacity: 0;
  border-radius: 15px;
}
.achievements__area-image-item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.achievements__area-image-item:hover, .achievements__area-image-item.active {
  border-color: var(--primary-color-2);
}
.achievements__area-image-item:hover .achievements__area-image-item-image img, .achievements__area-image-item.active .achievements__area-image-item-image img {
  transform: rotate(0) scale(1);
  opacity: 1;
}
.achievements__area-image-item:first-child {
  border-top: 1px solid var(--color-8);
}

@media (max-width: 575px) {
  .achievements__area-image-item-image {
    transform: translate(-10%, -50%);
  }
}
/*==========================================================================
* Footer Cta CSS
==========================================================================*/
.footer__cta {
  position: relative;
  z-index: 1;
}
.footer__cta::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: var(--color-1);
  width: 100%;
  height: 50%;
  z-index: -1;
}
.footer__cta-area {
  background: var(--primary-color-1);
  padding: 30px 40px;
  border-radius: 15px;
}
.footer__cta-area-left h2 {
  font-size: 46px;
  line-height: 56px;
  color: var(--text-white);
}
.footer__cta-area-right-tel {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__cta-area-right-tel-icon i {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--secondary-color);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-1);
}
.footer__cta-area-right-tel-info span {
  display: block;
  color: var(--text-white);
}
.footer__cta-area-right-tel-info h6 {
  font-size: 20px;
  line-height: 28px;
  color: var(--text-white);
}
.footer__cta-area-right .default_button {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.footer__cta-area-right .default_button i {
  background: var(--color-1);
  color: var(--text-white);
}
.footer__cta-area-right .default_button:hover {
  background: var(--secondary-color);
}
.footer__cta-area-right .default_button:hover i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}

/*==========================================================================
* Cta One CSS
==========================================================================*/
.cta__area {
  background: var(--color-3);
}
.cta__area-right {
  padding: 40px 30px;
  border-radius: 20px;
  background: var(--bg-white);
  margin-bottom: 90px;
}

@media (max-width: 480px) {
  .footer__cta-area {
    padding: 40px 10px;
  }
  .footer__cta-area-left h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .cta__area-right {
    padding: 30px 20px;
  }
}
/*==========================================================================
* Footer One CSS
==========================================================================*/
.footer__one {
  background: var(--color-1);
  padding: 40px 0 20px 0;
  position: relative;
  z-index: 1;
}
.footer__one .bg_shape {
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__one-widget .logo img {
  max-width: 155px;
}
.footer__one-widget p {
  color: var(--color-8);
  margin: 20px 0 0 0;
}
.footer__one-widget h5 {
  color: var(--text-white);
  margin-bottom: 12px;
  font-weight: 600;
}
.footer__one-widget.contact .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__one-widget.contact .contact-item-icon i {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--color-4);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
}
.footer__one-widget.contact .contact-item-info span {
  display: block;
  color: var(--color-8);
}
.footer__one-widget.contact .contact-item-info h6 {
  max-width: 240px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--text-white);
}
.footer__one-widget.contact .contact-item-info h6 a:hover {
  color: var(--secondary-color);
}
.footer__one-widget.social ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.footer__one-widget.social ul li {
  list-style: none;
}
.footer__one-widget.social ul li a i {
  color: var(--text-white);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--color-4);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.footer__one-widget.social ul li a i:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}

.footer-widget-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-widget-menu ul li {
  flex: 0 0 50%;
  padding-right: 15px;
  list-style: none;
  margin-bottom: 4px;
}
.footer-widget-menu ul li:last-child {
  margin: 0;
}
.footer-widget-menu ul li a {
  color: var(--color-8);
}
.footer-widget-menu ul li a:hover {
  color: var(--secondary-color);
}

/*==========================================================================
* Copyright CSS
==========================================================================*/
.copyright__area {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.copyright__area p {
  color: var(--color-8);
  margin: 0;
}
.copyright__area p a {
  text-decoration: underline;
}
.copyright__area p a:hover {
  color: var(--secondary-color);
}
.copyright__area .footer-widget-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.copyright__area .footer-widget-menu ul li {
  margin: 0;
}

/*==========================================================================
* Footer Two CSS
==========================================================================*/
.footer__two {
  background: var(--color-1);
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
.footer__two .bg_shape {
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__two::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: var(--bg-white);
  width: 100%;
  height: 120px;
  z-index: -1;
}
.footer__two-cta-form {
  position: relative;
}
.footer__two-cta-form input {
  height: 58px;
  background: #165555;
  color: #CDD6D6;
  border-radius: 50px 50px 50px 50px;
  border-color: #196868;
}
.footer__two-cta-form input::-moz-placeholder {
  color: #CDD6D6;
}
.footer__two-cta-form input::placeholder {
  color: #CDD6D6;
}
.footer__two-cta-form input:focus {
  border-color: #258585;
  color: var(--text-white);
}
.footer__two-cta-form button {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--color-1);
  background: var(--secondary-color);
  padding: 10px 18px 10px 18px;
  margin: 5px 5px 0 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
}
.footer__two-cta-form button:hover {
  background: var(--color-1);
  color: var(--text-white);
}
.footer__two .footer__cta-area {
  margin-bottom: 100px;
  background: var(--primary-color-2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__two .footer__one-widget.contact .contact-item-info h6 a:hover,
.footer__two .footer-widget-menu ul li a:hover,
.footer__two .footer-widget-menu ul li a:hover {
  color: var(--secondary-color);
}

/*==========================================================================
* Footer Three CSS
==========================================================================*/
.footer__three {
  padding: 90px 0 35px 0;
  background: var(--color-1);
  position: relative;
  z-index: 1;
}
.footer__three .bg_shape {
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__three .footer__one-widget.subscribe form {
  position: relative;
  margin-top: 30px;
}
.footer__three .footer__one-widget.subscribe form input {
  background: transparent;
  border: 1px solid rgba(var(--border-color-2), 0.1);
  border-radius: 50px;
}
.footer__three .footer__one-widget.subscribe form input::-moz-placeholder {
  color: var(--color-8);
}
.footer__three .footer__one-widget.subscribe form input::placeholder {
  color: var(--color-8);
}
.footer__three .footer__one-widget.subscribe form input:focus {
  color: var(--text-white);
  border-color: var(--primary-color-3);
}
.footer__three .footer__one-widget.subscribe form button {
  padding: 0;
  background: var(--secondary-color);
  color: var(--color-1);
  position: absolute;
  right: 7px;
  top: 7px;
  padding: 8px 14px;
  border-radius: 50px;
}
.footer__three .footer__one-widget.subscribe form button:hover {
  background: var(--primary-color-3);
  color: var(--text-white);
}

/*==========================================================================
* Benefits CSS
==========================================================================*/
.our__benefits {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.our__benefits-left-title .subtitle {
  background: var(--bg-white);
}
.our__benefits-left-icon-box {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
.our__benefits-left-icon-box i {
  display: inline-flex;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  color: var(--primary-color-1);
  font-size: 40px;
  background: var(--bg-white);
}
.our__benefits-left-icon-box h5 {
  max-width: 360px;
}
.our__benefits-left .skill__area-item-inner {
  background: var(--bg-white);
}
.our__benefits-left .skill__area-item-inner .skill__area-item-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: calc(100% + 70px);
  height: 100%;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  animation: animateStripe 2s linear infinite;
  background-size: 35px 35px;
}
.our__benefits-left-counter h1 {
  font-size: 60px;
  line-height: 70x;
  font-weight: 600;
}
.our__benefits-left-counter p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: var(--text-heading-color);
}
.our__benefits-left .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.our__benefits-left .default_button i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.our__benefits-left .default_button:hover {
  background: var(--secondary-color);
  color: var(--text-heading-color);
}
.our__benefits-left .default_button:hover i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.our__benefits-right {
  position: relative;
  z-index: 1;
}
.our__benefits-right img {
  border-radius: 15px;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our__benefits-right-experience {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border-radius: 15px;
  background: var(--bg-white);
  min-width: 335px;
  position: absolute;
  left: 10%;
  bottom: 10%;
}
.our__benefits-right-experience i {
  display: inline-flex;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  background: var(--primary-color-1);
  font-size: 40px;
  color: var(--text-white);
}

/*==========================================================================
* Text Slider CSS
==========================================================================*/
.scroll__slider {
  position: relative;
  overflow: hidden;
  background: var(--secondary-color);
  padding: 22px 0;
}
.scroll__slider .text-slide {
  display: flex;
}
.scroll__slider ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.scroll__slider ul li {
  list-style: none;
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 20px;
  transition: 0.4s;
  color: var(--color-1);
}
.scroll__slider ul li a {
  display: inline-flex;
  align-items: center;
}
.scroll__slider ul li i {
  opacity: 0.2;
  margin: 0 45px;
  line-height: 0;
  font-size: 38px;
}

.sliders {
  flex-shrink: 0;
}

.text_scroll {
  animation: scroll 40s linear infinite;
  animation-direction: reverse !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 470px) {
  .our__benefits-right-experience {
    min-width: initial;
    left: 10px;
  }
}
/*==========================================================================
* Portfolio One Css
==========================================================================*/
.portfolio__one {
  background: var(--primary-color-1);
  position: relative;
  z-index: 1;
}
.portfolio__one .bg_shape {
  opacity: 0.02;
}
.portfolio__one-left .subtitle {
  border-color: rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
  background: rgba(26, 88, 88, 0.4784313725);
}
.portfolio__one-left .subtitle::before {
  background: var(--text-white);
}
.portfolio__one-left h2 {
  color: var(--text-white);
}
.portfolio__one-left .default_button {
  background: var(--color-3);
  color: var(--text-heading-color);
}
.portfolio__one-left .default_button i {
  background: var(--color-1);
  color: var(--text-white);
}
.portfolio__one-left .default_button:hover {
  background: var(--secondary-color);
}
.portfolio__one-left .default_button:hover i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.portfolio__one-item img {
  border-radius: 15px;
}
.portfolio__one-item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  width: 100%;
}
.portfolio__one-item-content span {
  color: var(--color-7);
  display: block;
}
.portfolio__one-item-content h4 {
  color: var(--text-white);
  font-size: 24px;
  line-height: 34px;
}
.portfolio__one-item-content h4 a:hover {
  color: var(--secondary-color);
}
.portfolio__one-item-content > a i {
  background: var(--secondary-color);
  width: 75px;
  height: 75px;
  color: var(--color-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 40px;
  transition: 0.4s;
  margin-bottom: 30px;
}
.portfolio__one-item-content > a i:hover {
  transform: rotate(45deg);
  background: var(--color-1);
  color: var(--text-white);
}
.portfolio__one-item:hover img {
  filter: brightness(0.5);
}
.portfolio__one-item:hover .portfolio__one-item-content {
  visibility: visible;
  opacity: 1;
}

/*==========================================================================
* Portfolio Two Css
==========================================================================*/
.portfolio__two {
  background: var(--primary-color-1);
  position: relative;
  z-index: 1;
}
.portfolio__two .bg_shape {
  opacity: 0.02;
}
.portfolio__two-title .subtitle {
  border-color: rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
  background: rgba(26, 88, 88, 0.4784313725);
}
.portfolio__two-title .subtitle::before {
  background: var(--text-white);
}
.portfolio__two-title h2 {
  color: var(--text-white);
}
.portfolio__two-item {
  height: 520px;
  position: relative;
}
.portfolio__two-item img {
  border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__two-item-content {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  transform: translateY(15px);
}
.portfolio__two-item-content span {
  color: var(--color-7);
  display: block;
}
.portfolio__two-item-content h4 {
  color: var(--text-white);
  font-size: 24px;
  line-height: 34px;
}
.portfolio__two-item-content h4 a:hover {
  color: var(--secondary-color);
}
.portfolio__two-item-content > a i {
  background: var(--secondary-color);
  width: 70px;
  height: 70px;
  color: var(--color-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 40px;
  transition: 0.4s;
  margin-bottom: 30px;
}
.portfolio__two-item-content > a i:hover {
  transform: rotate(45deg);
}
.portfolio__two-item:hover img {
  filter: brightness(0.5);
}
.portfolio__two-item:hover .portfolio__two-item-content {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

/*==========================================================================
* Portfolio Three CSS
==========================================================================*/
.portfolio__three {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.portfolio__three-title .subtitle {
  background: var(--bg-white);
}
.portfolio__three-arrow-next, .portfolio__three-arrow-prev {
  display: inline-block;
}
.portfolio__three-arrow-next i, .portfolio__three-arrow-prev i {
  font-size: 22px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg-white);
  color: var(--text-heading-color);
  transition: 0.4s;
}
.portfolio__three-arrow-next i:hover, .portfolio__three-arrow-prev i:hover {
  color: var(--text-white);
  background: var(--primary-color-3);
}
.portfolio__three-item {
  position: relative;
  height: 520px;
}
.portfolio__three-item img {
  border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__three-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  padding: 30px;
  transform: translateY(-15px);
  background: var(--secondary-color);
  margin: 30px;
  border-radius: 15px;
}
.portfolio__three-item-content span {
  color: var(--color-1);
  display: block;
}
.portfolio__three-item-content h4 {
  color: var(--color-1);
  font-size: 24px;
  line-height: 34px;
}
.portfolio__three-item-content .more_btn {
  color: var(--color-1);
  margin-top: 10px;
}
.portfolio__three-item:hover img {
  filter: brightness(0.8);
}
.portfolio__three-item:hover .portfolio__three-item-content {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

/*==========================================================================
* Gallery CSS
==========================================================================*/
.gallery__area-button button {
  font-weight: 500;
  background: var(--bg-white);
  color: var(--text-heading-color);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color-1);
  padding: 14px 30px;
  margin: 3px 3px 3px 3px;
  border-radius: 50px;
}
.gallery__area-button button.active {
  color: var(--text-white);
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
}

.portfolio__grid .portfolio__two-item {
  height: 400px;
}
.portfolio__grid .portfolio__two-item-content {
  padding: 30px;
}
.portfolio__grid .portfolio__two-item-content h5 {
  color: var(--text-white);
}

.two__columns .portfolio__one-item {
  position: relative;
}

/*==========================================================================
* Portfolio CSS
==========================================================================*/
.portfolio__details-image img {
  border-radius: 15px;
}
.portfolio__details-box {
  padding: 30px;
  background: var(--color-3);
  border-radius: 15px;
}
.portfolio__details-box span {
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}
.portfolio__details-summary {
  padding: 35px;
  border: 1px solid var(--border-color-1);
  border-radius: 15px;
}
.portfolio__details-summary ul {
  padding: 0;
  margin: 0;
}
.portfolio__details-summary ul li {
  list-style: none;
  border-top: 1px solid var(--border-color-1);
  margin-top: 15px;
  padding-top: 15px;
}
.portfolio__details-summary ul li span {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--heading-font);
  color: var(--text-heading-color);
  margin-right: 20px;
}
.portfolio__details-summary ul li .social {
  display: inline-flex;
  gap: 10px;
}
.portfolio__details-summary ul li .social a i {
  color: var(--text-heading-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-3);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.portfolio__details-summary ul li .social a i:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}

@media (max-width: 470px) {
  .portfolio__one-item img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .portfolio__details-summary {
    padding: 35px 30px;
  }
}
/*==========================================================================
* Services One CSS
==========================================================================*/
.services__one {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.services__one-title {
  max-width: 600px;
  margin: 0 auto;
}
.services__one-title .subtitle {
  background: var(--bg-white);
}
.services__one-item {
  padding: 40px;
  border-radius: 15px;
  background: var(--bg-white);
  display: flex;
  gap: 25px;
}
.services__one-item-icon {
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  transition: 0.4s;
  width: 80px;
  height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  background: var(--color-3);
}
.services__one-item-icon i {
  color: var(--primary-color-1);
  font-size: 45px;
  transition: 0.4s;
  line-height: 0;
}
.services__one-item-content h4 {
  font-size: 24px;
  line-height: 34px;
}
.services__one-item-content p {
  margin: 12px 0px 25px 0px;
}
.services__one-item:hover .services__one-item-icon {
  background: var(--secondary-color);
}
.services__one-item:hover .services__one-item-icon i {
  color: var(--color-1);
}

/*==========================================================================
* Services Two CSS
==========================================================================*/
.services__two-title p {
  max-width: 480px;
}
.services__two-right-item {
  border: 1px solid var(--border-color-1);
  border-radius: 15px;
  padding: 0px 40px 40px 40px;
  transition: 0.4s;
  margin-top: 65px;
}
.services__two-right-item-icon {
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  transition: 0.4s;
  width: 80px;
  height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  background: var(--primary-color-2);
  margin-top: -40px;
  border: 1px solid var(--primary-color-2);
}
.services__two-right-item-icon i {
  color: var(--text-white);
  font-size: 45px;
  transition: 0.4s;
  line-height: 0;
}
.services__two-right-item-content {
  margin-top: 20px;
}
.services__two-right-item-content h4 {
  font-size: 24px;
  line-height: 34px;
}
.services__two-right-item-content p {
  margin: 12px 0px 25px 0px;
  transition: 0.4s;
}
.services__two-right-item:hover {
  background: var(--primary-color-2);
}
.services__two-right-item:hover .services__two-right-item-icon {
  background: var(--bg-white);
}
.services__two-right-item:hover .services__two-right-item-icon i {
  color: var(--primary-color-2);
}
.services__two-right-item:hover .services__two-right-item-content .more_btn,
.services__two-right-item:hover .services__two-right-item-content p,
.services__two-right-item:hover .services__two-right-item-content h4 a {
  color: var(--text-white);
}

/*==========================================================================
* Services Three CSS
==========================================================================*/
.services__three {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.services__three-title .subtitle {
  background: var(--bg-white);
}
.services__three .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.services__three .default_button:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.services__three-item-image img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.services__three-item-content {
  padding: 25px 30px 30px 30px;
  box-shadow: 0px 6px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 15px 15px;
  background: var(--bg-white);
  position: relative;
}
.services__three-item-content > span {
  font-size: 50px;
  line-height: 30px;
  font-weight: 500;
  opacity: 0.07;
  position: absolute;
  right: 40px;
  top: 40px;
}
.services__three-item-content > i {
  background: var(--color-3);
  color: var(--text-heading-color);
  width: 65px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 40px;
  transition: 0.4s;
}
.services__three-item-content h5 {
  font-size: 24px;
  line-height: 34px;
}
.services__three-item-content h5 a:hover {
  color: var(--primary-color-3);
}
.services__three-item-content p {
  margin: 12px 0px 25px 0px;
}
.services__three-item-content .more_btn:hover {
  color: var(--primary-color-3);
}
.services__three-item:hover .services__three-item-content > i {
  background: var(--secondary-color);
  color: var(--color-1);
}

/*==========================================================================
* Services Details CSS
==========================================================================*/
.services__details-area img {
  border-radius: 15px;
}
.services__details-area .services__three-item-content {
  padding: 30px;
  border-radius: 15px;
  border: 1px solid var(--border-color-1);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
}
.services__details-area .services__three-item-content p {
  margin-bottom: 0;
}
.services__details-area .services__three-item-content > i {
  background: var(--color-3);
}
.services__details-area .services__three-item:hover .services__three-item-content > i {
  background: var(--secondary-color);
  color: var(--color-1);
}

@media (max-width: 470px) {
  .services__one-item {
    display: grid;
    padding: 30px 25px;
  }
  .services__two-right-item {
    padding: 0px 25px 30px 25px;
  }
}
/*==========================================================================
* Video CSS
==========================================================================*/
.video__area {
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 300px 0;
}
.video__area .video a {
  width: 100px;
  height: 100px;
  font-size: 26px;
}
.video__area.page .video a {
  background: var(--primary-color-1);
}

/*==========================================================================
* Skill Bar CSS
==========================================================================*/
.skill__area-item {
  margin-bottom: 25px;
}
.skill__area-item:last-child {
  margin-bottom: 0;
}
.skill__area-item-content {
  position: relative;
}
.skill__area-item-count {
  position: absolute;
  top: 0;
  right: 0;
}
.skill__area-item-bar {
  height: 8px;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  background: var(--secondary-color);
  transition: all 3.5s ease-out 0s;
}
.skill__area-item-inner {
  width: 100%;
  height: 8px;
  position: relative;
  background: var(--color-3);
  margin-top: 10px;
}

@media (max-width: 470px) {
  .skill__area-item-content h5 {
    font-size: 18px;
    line-height: 38px;
  }
}
/*==========================================================================
* Team One CSS
==========================================================================*/
.team__one-item img {
  border-radius: 15px;
}
.team__one-item-content {
  padding-top: 20px;
}
.team__one-item-content h4 {
  font-size: 24px;
  line-height: 34px;
}
.team__one-item-content span {
  color: var(--primary-color-3);
}
.team__one-brand h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.team__one-brand h6 span {
  background: var(--bg-white);
  padding: 0 25px;
}
.team__one-brand h6::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: var(--border-color-1);
  transform: translateY(-50%);
  z-index: -1;
}
.team__one-brand-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

/*==========================================================================
* Team Two CSS
==========================================================================*/
.team__two-item img {
  border-radius: 15px;
}
.team__two-item-content {
  background: var(--bg-white);
  padding: 30px 20px;
  margin: 0 30px;
  box-shadow: 0px 6px 0px 1px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
  margin-top: -50px;
  border-radius: 10px;
  transition: 0.4s;
}
.team__two-item-content h4 {
  font-size: 24px;
  line-height: 34px;
}
.team__two-item-content-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.team__two-item-content-icon span {
  color: var(--text-heading-color);
  display: inline-flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: var(--color-3);
  border-radius: 50%;
  transition: 0.4s;
  cursor: pointer;
}
.team__two-item-content-icon .team__two-item-content-social {
  position: absolute;
  bottom: 55px;
}
.team__two-item-content-icon:hover .team__two-item-content-social {
  opacity: 1;
  visibility: visible;
}
.team__two-item-content-social {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  margin-bottom: 10px;
}
.team__two-item-content-social ul {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.team__two-item-content-social ul li {
  list-style: none;
}
.team__two-item-content-social ul li a i {
  display: inline-flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  background: var(--color-3);
  color: var(--text-heading-color);
  transition: 0.4s;
}
.team__two-item-content-social ul li a i:hover {
  background: var(--secondary-color);
}
.team__two-item:hover .team__two-item-content {
  transform: translateY(-10px);
}
.team__two-item:hover .team__two-item-content-icon span {
  background: var(--primary-color-1);
  color: var(--text-white);
}

.team__three-title p {
  max-width: 510px;
}
.team__three .team__two-item img {
  border-radius: 15px 15px 0 0;
}
.team__three .team__two-item-content {
  border: 1px solid var(--border-color-1);
  box-shadow: none;
  margin: 0;
  border-radius: 0 0 15px 15px;
}

@media (max-width: 520px) {
  .team__one-brand-area {
    justify-content: center;
  }
}
/*==========================================================================
* Testimonial One CSS
==========================================================================*/
.testimonial__one {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.testimonial__one-title .subtitle {
  background: var(--bg-white);
}
.testimonial__one-arrow-next, .testimonial__one-arrow-prev {
  display: inline-block;
}
.testimonial__one-arrow-next i, .testimonial__one-arrow-prev i {
  font-size: 22px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg-white);
  color: var(--text-heading-color);
  transition: 0.4s;
}
.testimonial__one-arrow-next i:hover, .testimonial__one-arrow-prev i:hover {
  color: var(--text-white);
  background: var(--primary-color-3);
}
.testimonial__one-item {
  padding: 50px 40px;
  border-radius: 15px;
  border: 1px solid var(--color-8);
  border-bottom: 6px solid rgba(0, 0, 0, 0.04);
}
.testimonial__one-item-client {
  display: flex;
  align-items: center;
  gap: 25px;
}
.testimonial__one-item-client-image img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial__one-item p {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
}
.testimonial__one-item-reviews i {
  color: var(--primary-color-3);
}

/*==========================================================================
* Testimonial Page CSS
==========================================================================*/
.testimonial__page .testimonial__one-item {
  border-width: 1px;
  background: var(--color-3);
}
.testimonial__page .testimonial__one-item p {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 34px;
}

@media (max-width: 991px) {
  .testimonial__one-item {
    padding: 40px 25px;
  }
}
@media (max-width: 470px) {
  .testimonial__one-item p {
    font-size: 18px;
    line-height: 30px;
  }
}
/*==========================================================================
* Breadcrumb CSS
==========================================================================*/
.breadcrumb__area {
  position: relative;
  z-index: 1;
  padding: 150px 0 150px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb__area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(250deg, rgba(6, 50, 49, 0) 0%, #063231 100%);
  z-index: -1;
  opacity: 0.6;
}
.breadcrumb__area-content {
  text-align: center;
}
.breadcrumb__area-content h2 {
  color: var(--text-white);
  margin-bottom: 15px;
}
.breadcrumb__area-content ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 15px;
  align-items: center;
}
.breadcrumb__area-content ul li {
  list-style: none;
  color: var(--secondary-color);
  display: inline-flex;
  gap: 15px;
  align-items: center;
}
.breadcrumb__area-content ul li a {
  color: var(--text-white);
  transition: 0.4s;
}
.breadcrumb__area-content ul li a:hover {
  color: var(--secondary-color);
}
.breadcrumb__area-content ul li i {
  color: var(--text-white);
}

/*==========================================================================
* Error CSS
==========================================================================*/
.error-page {
  text-align: center;
}
.error-page h1 {
  font-size: 240px;
  line-height: 1;
  font-weight: 600;
}
.error-page h1 span {
  color: var(--secondary-color);
}
.error-page h2 {
  margin: 15px 0 30px 0;
}
.error-page p {
  margin-bottom: 35px;
}

/*==========================================================================
* Theme Pagination CSS
==========================================================================*/
.theme__pagination ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.theme__pagination ul li {
  list-style: none;
}
.theme__pagination ul li .active {
  background: var(--primary-color-1);
  color: var(--text-white);
  border-color: var(--primary-color-1);
}
.theme__pagination ul li a {
  border: 1px solid var(--border-color-1);
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border-radius: 5px;
  background: var(--bg-white);
}
.theme__pagination ul li a:hover {
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
  color: var(--text-white);
}

@media (max-width: 575px) {
  .error-page h1 {
    font-size: 140px;
    line-height: 150px;
  }
}
/*==========================================================================
* Switch Tab CSS
==========================================================================*/
.switch__tab-icon {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  transition: all 0.3s;
}
.switch__tab-icon i {
  background: var(--primary-color-1);
  width: 50px;
  color: var(--text-white);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
.switch__tab-area {
  width: 260px;
  padding: 35px 25px;
  background: var(--color-1);
  position: fixed;
  right: -260px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  transition: all 0.3s;
  direction: ltr;
}
.switch__tab-area-item {
  margin-bottom: 30px;
}
.switch__tab-area-item h5 {
  color: var(--text-white);
  margin-bottom: 10px;
}
.switch__tab-area-item-buttons, .switch__tab-area-item-button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.switch__tab-area-item-buttons button, .switch__tab-area-item-button button {
  display: inline-block;
  padding: 4px 10px;
  color: var(--text-white);
  background: #113d3c;
  border-radius: 4px;
  text-transform: capitalize;
  opacity: 0.45;
  font-size: 15px;
  font-weight: 500;
}
.switch__tab-area-item-buttons button.active, .switch__tab-area-item-button button.active {
  opacity: 1;
}
.switch__tab-area-item:last-child {
  margin: 0;
}
.switch__tab-open i::before {
  animation: rollIn 5s infinite linear;
}
.switch__tab-close {
  display: none;
}
.switch__tab.two .switch__tab-icon i {
  background: var(--primary-color-2);
}
.switch__tab.three .switch__tab-icon i {
  background: var(--primary-color-3);
}

/*==========================================================================
* Dark CSS
==========================================================================*/
.light-n {
  display: none;
}

.light {
  display: none;
}

.dark-mode {
  background: #0e3434;
  --body-color: #CDD6D6;
  --bg-white: #0e3434;
  --color-3: #143a3a;
  --color-4: #063231;
  --color-6: #063231;
  --text-heading-color: #ffffff;
  --border-color-1: #FFFFFF1A;
  --color-8: #FFFFFF1A;
}
.dark-mode .light-n {
  display: inline-block;
}
.dark-mode .dark-n {
  display: none;
}
.dark-mode .services__three-item-content {
  box-shadow: 0px 6px 0px 1px var(--border-color-1);
}
.dark-mode .blog__three-right-item {
  box-shadow: 2px 3px 0px 4px rgba(255, 255, 255, 0.05);
}
.dark-mode .features__area-btn-item {
  box-shadow: 0px 3px 0px 4px rgb(18, 57, 57);
}
.dark-mode .chooses__two-left .two {
  border-color: #062E2D;
}
.dark-mode .blog__one-item,
.dark-mode .blog__two .blog__one-item-content,
.dark-mode .process__area-item,
.dark-mode .top__bar-two .top__bar-right,
.dark-mode .header__area.two .header__area-menubar-right .button,
.dark-mode .achievements__area-image-item,
.dark-mode .all__sidebar-item > h5,
.dark-mode .blog__grid .blog__one-item-content,
.dark-mode .process__area-item-area {
  border-color: var(--border-color-1);
}
.dark-mode .team__two-item-content,
.dark-mode .company__history-area-item-inner-content {
  background: #062E2D;
}
.dark-mode .features__area-btn-item,
.dark-mode .client__success-right,
.dark-mode .header__area-menubar-center-menu ul li .sub-menu,
.dark-mode .client__success-left-content {
  background: #0E3131;
}
.dark-mode .features__area-btn-item.active {
  background: var(--secondary-color);
  box-shadow: 0px 2px 0px 3px rgb(230, 195, 101);
}
.dark-mode .our__benefits-left .default_button:hover,
.dark-mode .footer__cta-area-right .default_button:hover,
.dark-mode .portfolio__one-left .default_button:hover {
  color: var(--color-1);
}
.dark-mode .about__one-right-list ul li i,
.dark-mode .team__one-item-content span,
.dark-mode .chooses__two-right-list-item i,
.dark-mode .faq__one .faq-item .icon::after,
.dark-mode .blog__one-item-content a:hover,
.dark-mode .blog__three .blog__one-item-content-meta ul li a i,
.dark-mode .blog__three-right-item-content a:hover,
.dark-mode .blog__two .blog__one-item-content a:hover,
.dark-mode .blog__two .blog__one-item-content-meta ul li a i,
.dark-mode .services__one-item-content a:hover,
.dark-mode .pricing__plan-item ul li i,
.dark-mode .top__bar-two .top__bar-left ul li a:hover,
.dark-mode .about__three-right-list-item i,
.dark-mode .testimonial__one-item-reviews i,
.dark-mode .contact__info-item i,
.dark-mode .process__area-item-area i,
.dark-mode .faq-item .icon::after,
.dark-mode .top__bar-two .top__bar-left ul li i,
.dark-mode .services__one-item-icon i {
  color: var(--secondary-color);
}
.dark-mode .faq-item .icon:not(.collapsed)::after,
.dark-mode .services__two-right-item:hover .services__two-right-item-icon {
  background: var(--secondary-color);
}
.dark-mode .services__one-item-icon {
  background: rgba(236, 248, 248, 0.0784313725);
}
.dark-mode .cursor #cursor-ball {
  background: white;
  color: var(--color-4);
}
.dark-mode .services__one-item:hover .services__one-item-icon i,
.dark-mode .faq-item .icon:not(.collapsed)::after,
.dark-mode .cursor #cursor-text {
  color: #063231;
}
.dark-mode .header__area.two .header__area-menubar {
  background: #0D3635;
}
.dark-mode .team__one-brand-area img {
  filter: invert(0.6);
}
.dark-mode .chooses__two-right-skill .skill__area-item-bar {
  background: var(--primary-color-3);
}
.dark-mode .bg_shape {
  opacity: 0.02;
}
.dark-mode .subtitle {
  border-color: rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
  background: rgba(26, 88, 88, 0.4784313725);
}
.dark-mode .subtitle::before {
  background: var(--text-white);
}
.dark-mode .our__benefits-left .skill__area-item-inner .skill__area-item-bar::after {
  display: none;
}
.dark-mode .pricing__plan-item.active h2 span, .dark-mode .pricing__plan-item.active p {
  color: #666;
}
.dark-mode .footer-widget-menu ul li a,
.dark-mode .all__sidebar-item-download ul li a span,
.dark-mode .copyright__area p,
.dark-mode .footer__one-widget.contact .contact-item-info span,
.dark-mode .footer__one-widget p {
  color: #e6e7e1;
}

/* ==========================================================================
   Megamenu & Dropdown Styles
   ========================================================================== */
.has-megamenu { position: static !important; }
.has-dropdown { position: relative !important; }
.megamenu { 
    position: absolute; 
    top: 100%; 
    left: 0; 
    width: 100%; 
    background: #fff; 
    box-shadow: 0 30px 60px rgba(0,0,0,0.1); 
    padding: 60px 0; 
    opacity: 0; 
    visibility: hidden; 
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
    z-index: 1000; 
    border-top: 1px solid #f0f3f6;
}

/* Reset Hover Effects: Menus only open on click */
.has-megamenu:hover .megamenu,
.has-dropdown:hover .dropdown-small,
.has-dropdown:hover .megamenu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Re-enable display only when .active class is present */
.has-megamenu.active .megamenu,
.has-dropdown.active .dropdown-small,
.has-dropdown.active .megamenu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}



/* Small Dropdown Variant */
.dropdown-small {
    position: absolute;
    top: 100%;
    width: 550px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    padding: 25px;
    border-radius: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    z-index: 1000;
    border: 1px solid #f0f3f6;
}
.dropdown-align-right {
    left: auto !important;
    right: 0 !important;
}
.dropdown-align-left {
    right: auto !important;
    left: 0 !important;
}

.megamenu-content { 
    display: flex; 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 30px; 
    gap: 60px; 
}
.megamenu-left { 
    flex: 1; 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 24px; 
}
.megamenu-item { 
    display: block; 
    padding: 24px; 
    border-radius: 16px; 
    transition: all 0.3s ease; 
    text-decoration: none !important; 
    color: inherit; 
    background: #f8faff;
    border: 1px solid transparent;
}
.dropdown-small .megamenu-item {
    padding: 16px;
    background: #fcfdfe;
}
.megamenu-item:hover { 
    background: #ffffff; 
    border-color: #EF7F1A;
    box-shadow: 0 10px 30px rgba(239, 127, 26, 0.08);
    transform: translateY(-2px);
}
.megamenu-item h5 { 
    font-size: 18px; 
    font-weight: 700; 
    color: #EF7F1A !important; 
    margin-bottom: 8px; 
}
.dropdown-small .megamenu-item h5 {
    font-size: 16px;
}
.megamenu-item p { 
    font-size: 14px; 
    color: #666 !important; 
    margin: 0; 
    line-height: 1.5;
}
.dropdown-small .megamenu-item p {
    font-size: 13px;
}
.megamenu-right { 
    width: 400px; 
    border-radius: 24px; 
    overflow: hidden; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background: #0a0f1e; 
    position: relative;
}
.megamenu-preview-img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: opacity 0.5s ease; 
}

/* Specific Dropdown Style for Industries if requested */
.industries-dropdown {
    justify-content: center;
    align-items: center;
}
.industries-grid {
    flex: 0 0 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.dropdown-small .industries-grid,
.dropdown-small .services-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.dropdown-small .services-grid {
    width: 650px; /* Slightly wider for 6 items */
}

/* --- Standardized Modal (Minimalist) --- */
.modal-overlay { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(10, 15, 30, 0.6); 
    backdrop-filter: blur(12px); 
    z-index: 9999999; 
    display: none; 
    align-items: center; 
    justify-content: center; 
    padding: 20px; 
    opacity: 0; 
    transition: opacity 0.4s ease; 
}
.modal-overlay.active { display: flex; opacity: 1; }
.modal-content-wrapper { 
    background: #ffffff; 
    width: 100%; 
    max-width: 650px; 
    padding: 40px; 
    border-radius: 24px; 
    position: relative; 
    transform: scale(0.9); 
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    box-shadow: 0 40px 100px rgba(0,0,0,0.3); 
}
.modal-overlay.active .modal-content-wrapper { transform: scale(1); }
.modal-close { 
    position: absolute; 
    top: 24px; 
    right: 24px; 
    background: transparent; 
    border: none; 
    font-size: 22px; 
    color: #0a0f1e; 
    opacity: 0.5;
    cursor: pointer; 
    transition: all 0.3s ease; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    z-index: 10; 
    padding: 10px;
    width: auto;
    height: auto;
}
.modal-close:hover { 
    opacity: 1;
    color: #EF7F1A; 
    transform: rotate(90deg); 
}

/* Modal Form Styles */
.enquire-form .form-group { flex: 1; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.enquire-form .form-group input, .enquire-form .form-group textarea, .enquire-form .form-group select { 
    padding: 14px 20px; 
    border-radius: 12px; 
    border: 1px solid #ddd; 
    background: #f8f9fa; 
    outline: none; 
    transition: 0.3s; 
    font-family: inherit; 
    width: 100%; 
}
.enquire-form .form-group input:focus, .enquire-form .form-group textarea:focus, .enquire-form .form-group select:focus { 
    border-color: #EF7F1A; 
    background: #fff; 
    box-shadow: 0 0 0 4px rgba(239, 127, 26, 0.1); 
}

/* ── Global Fullscreen Navigation ── */
.js-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99990;
	background: rgba(10, 15, 30, 0.95);
	backdrop-filter: blur(20px) saturate(120%);
	transform: translateX(100%);
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 110px 8vw 80px 8vw;
	will-change: transform;
	overflow-y: auto;
}
.js-nav .nav-brand {
	position: absolute;
	top: 28px;
	left: 8vw;
}
.js-nav .nav-brand img { height: 50px; width: auto; }
.js-nav ul { list-style: none; padding: 0; margin: 0; }
.js-nav .nav-item { opacity: 0; transform: translateY(20px); margin-bottom: 4px; }
.js-nav .nav-item a {
	display: inline-block;
	font-family: inherit;
	font-size: clamp(2.5rem, 5.5vw, 5.5rem);
	font-weight: 700;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.1;
	text-decoration: none;
	padding: 4px 0;
	position: relative;
	transition: color 0.25s ease;
	letter-spacing: -0.02em;
}
.js-nav .nav-item a:hover { color: #ffffff; }
.js-nav .nav-footer {
	position: absolute;
	bottom: 48px;
	left: 8vw;
	display: flex;
	align-items: center;
	gap: 24px;
}
.js-nav .nav-footer-social { display: flex; gap: 16px; }
.js-nav .nav-footer-social a { color: rgba(255,255,255,0.4); font-size: 18px; transition: color 0.2s; }
.js-nav .nav-footer-social a:hover { color: #EF7F1A; }

/* Hamburger Button */
.menu { background: none; border: none; cursor: pointer; display: flex; flex-direction: column; gap: 6px; z-index: 999999; position: relative; padding: 8px; }
.menu span { display: block; width: 26px; height: 2px; background: #0a0f1e; transition: 0.3s; }
.menu.active span { background: #fff !important; }
.menu.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu.active span:nth-child(2) { opacity: 0; }
.menu.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Layout Wrappers (Footer Reveal) */
.main-content-wrapper { position: relative; z-index: 2; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.site-footer { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1; visibility: hidden; }

/* Custom Cursor */
.cursor-follower { position: fixed; width: 10px; height: 10px; background: #EF7F1A; border-radius: 50%; pointer-events: none; z-index: 99999999; transform: translate(-50%, -50%); transition: width 0.3s, height 0.3s, background 0.3s, border-radius 0.3s; }
.cursor-follower.active { width: 80px; height: 80px; background: rgba(239, 127, 26, 0.1); border: 1px solid #EF7F1A; }
.cursor-follower.active::after { content: attr(data-text); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #EF7F1A; font-size: 12px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }

.js-nav .nav-item a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 3px; background: #EF7F1A; transition: width 0.3s ease; }
.js-nav .nav-item a:hover::after { width: 100%; }

/* Mobile Responsive Overlay Fixes */
@media (max-width: 575px) {
	.js-nav { padding-top: 120px; justify-content: flex-start; }
	.js-nav .nav-item a { font-size: 2.3rem; }
	.js-nav .nav-footer { position: relative; bottom: auto; left: auto; margin-top: 40px; flex-direction: column; align-items: flex-start; gap: 16px; }
}
/* Hamburger visibility */
.menu.js-menu { display: none; }
@media (max-width: 1199px) {
	.menu.js-menu { display: flex !important; }
	.header-menu, .header__area-menubar-center { display: none !important; }
}

/* Hide Old Mobile Structures */
.menu__bar-popup, .menu__bar-popup-overlay, .header__area-menubar-right-sidebar-popup, .sidebar-overlay, .header__area-menubar-right-search-box { display: none !important; }
/* ── Success Stories Standard Styles ── */
.story-header { padding: 180px 0 100px; color: #fff; position: relative; overflow: hidden; background-size: cover !important; background-position: center !important; }
.story-header::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 15, 30, 0.75); z-index: 1; }
.story-header .container { position: relative; z-index: 2; }
.story-header h1 { color: #fff !important; margin-bottom: 30px; font-weight: 900 !important; }
.story-header h1 span, .accent-color { color: #EF7F1A !important; }
.story-meta { display: flex; gap: 50px; margin-top: 50px; flex-wrap: wrap; }
.meta-item span { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.8); margin-bottom: 8px; font-weight: 600; }
.meta-item strong { font-size: 20px; color: #EF7F1A; font-weight: 700; }
.back-btn { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; margin-bottom: 40px; font-weight: 700; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; opacity: 1; transition: 0.3s; }
.back-btn:hover { color: #EF7F1A; transform: translateX(-8px); }

.content-section { padding: 100px 0; background: #fff; }
.content-grid { display: grid; grid-template-columns: 1.8fr 1.2fr; gap: 80px; }
@media (max-width: 991px) { .content-grid { grid-template-columns: 1fr; gap: 60px; } }

.story-body h2 { font-size: 36px; font-weight: 800; margin-bottom: 30px; color: #0a0f1e; }
.story-body h3 { font-size: 24px; font-weight: 700; margin: 40px 0 20px; color: #0a0f1e; }
.story-body p { font-size: 18px; line-height: 1.8; color: #555; margin-bottom: 20px; }
.tag-list { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 10px; }
.tag-item { display: inline-block; padding: 8px 18px; background: #f8f9fa; color: #444; border-radius: 50px; font-size: 14px; font-weight: 600; border: 1px solid #eee; }

.impact-card { background: #fcfcfc; padding: 50px; border-radius: 30px; border: 1px solid #eee; position: sticky; top: 140px; }
.impact-card h4 { font-size: 26px; font-weight: 800; margin-bottom: 35px; color: #0a0f1e; }
.impact-item { margin-bottom: 30px; display: flex; align-items: flex-start; gap: 20px; }
.impact-item .icon { width: 32px; height: 32px; background: rgba(40, 167, 69, 0.1); color: #28a745; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.impact-item p { margin: 0; font-size: 17px; font-weight: 500; color: #333; }

/* --------------------------------------- */

/* ============================================================
   MOBILE RESPONSIVE — Global fixes for all pages
   ============================================================ */

/* ── story-hero (industry/service page banners) ── */
.story-hero {
    padding: 60px 0 80px 0;
}

/* ── story-row (intro two-column layout) ── */
.story-row {
    display: flex;
    gap: 60px;
    align-items: center;
}
.story-content { flex: 1; }
.story-image   { flex: 1; }
.story-image img { width: 100%; border-radius: 24px; }

/* ── culture-card (used on careers, industry pages) ── */
.culture-card {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    height: 100%;
    transition: 0.3s;
    border: 1px solid #f0f3f7;
}
.culture-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border-color: #EF7F1A;
}

/* ── Banner hero padding ── */
.banner__one .container {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* ── Dropdown: prevent overflow on small screens ── */
.dropdown-small {
    max-width: calc(100vw - 40px);
}

/* ── section-padding default ── */
.section-padding { padding: 80px 0; }

/* ============================================================
   BREAKPOINT: 1199px (large tablets / small laptops)
   ============================================================ */
@media (max-width: 1199px) {
    .story-row { gap: 40px; }
    .footer__cta-area-left h2 { font-size: 36px; line-height: 46px; }
    .banner__one .container { padding-top: 90px; padding-bottom: 90px; }
}

/* ============================================================
   BREAKPOINT: 991px (tablets)
   ============================================================ */
@media (max-width: 991px) {
    /* Banner hero: image on top, text below */
    .banner__one .row.al-center {
        flex-direction: column-reverse;
    }
    .banner__one .col-xl-7,
    .banner__one .col-lg-7,
    .banner__one .col-xl-5,
    .banner__one .col-lg-5 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .banner__one .col-xl-5,
    .banner__one .col-lg-5 {
        margin-bottom: 0;
    }
    .banner__one-image-area img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .banner__one .container {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    /* Story layout stacks */
    .story-row {
        flex-direction: column;
        gap: 40px;
    }
    .story-content,
    .story-image { width: 100%; flex: unset; }

    /* Banner hero text */
    .banner__one-content h1 { font-size: 36px !important; }
    .banner__one-content .subtitle { font-size: 22px !important; }

    /* Story hero */
    .story-hero { padding: 50px 0 70px 0; }
    .story-hero h1 { font-size: clamp(2rem, 5vw, 3rem) !important; }
    .story-hero p  { font-size: 18px !important; }

    /* CTA */
    .footer__cta-area { padding: 30px 25px; }
    .footer__cta-area-left h2 { font-size: 30px; line-height: 40px; }
    .footer__cta-area-right { justify-content: center !important; }

    /* Culture cards */
    .culture-card { padding: 30px; }

    /* Section padding */
    .section-padding { padding: 60px 0; }

    /* Services/Industries grid in megamenu */
    .services-grid,
    .industries-grid { grid-template-columns: 1fr 1fr !important; }

    /* About hero two-col */
    .banner__one .col-xl-7,
    .banner__one .col-xl-5 { width: 100%; }

    /* Header: hamburger centered, CTA hidden on mobile */
    .header__area-menubar {
        padding: 10px 0;
    }
    .header__area-menubar-right-tel { display: none !important; }
    .header__area-menubar-right {
        justify-content: center !important;
    }
    .menu {
        display: flex !important;
        margin: 0 auto;
    }

    /* Advantages: scrollable horizontal on tablet */
    .process__area-list {
        grid-template-columns: repeat(5, 1fr) !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 20px !important;
        padding-bottom: 10px;
    }
    .process__area-item {
        min-width: 200px;
        scroll-snap-align: start;
    }
}

/* ============================================================
   BREAKPOINT: 767px (large phones)
   ============================================================ */
@media (max-width: 767px) {
    /* Banner hero */
    .banner__one .container { padding-top: 20px !important; padding-bottom: 50px !important; }
    .banner__one-content h1 { font-size: 28px !important; line-height: 1.3 !important; margin-bottom: 15px !important; }
    .banner__one-content .subtitle { font-size: 18px !important; margin-bottom: 20px !important; line-height: 1.5 !important; }
    .banner__one-content p  { font-size: 16px !important; }
    .banner__one-content .default_button { padding: 10px 24px; font-size: 14px; }
    .banner__one-image-area img { max-width: 220px; }
    .banner__one .col-xl-5,
    .banner__one .col-lg-5 { margin-bottom: 0 !important; }

    /* Hero pagination centered */
    .hero-pagination.swiper-pagination {
        justify-content: center !important;
        margin-top: 25px !important;
    }

    /* Blog pagination centered and visible */
    .blog-pagination { display: flex; justify-content: center; margin-top: 20px; }
    .blog-pagination .swiper-pagination-bullet { width: 10px; height: 10px; }
    .blog-pagination .swiper-pagination-bullet-active { background: #EF7F1A; width: 28px; border-radius: 8px; }

    /* Video bg scale for mobile */
    .banner__one video {
        width: 200% !important;
        height: 200% !important;
    }

    /* Enquire Modal - compact for mobile */
    .modal-content-wrapper {
        padding: 24px 20px !important;
        max-height: 90vh;
        overflow-y: auto;
        border-radius: 16px !important;
    }
    .modal-close {
        top: 12px !important;
        right: 12px !important;
        font-size: 18px !important;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f0f3f7 !important;
        border-radius: 50% !important;
        opacity: 1 !important;
    }
    .modal-header h3 { font-size: 20px !important; }
    .modal-header p { font-size: 13px !important; }
    .enquire-form .form-group input,
    .enquire-form .form-group select,
    .enquire-form .form-group textarea {
        font-size: 14px !important;
        padding: 10px 14px !important;
    }
    .enquire-form .form-group textarea { rows: 2; min-height: 60px; }
    .enquire-form .form-group label { font-size: 13px !important; }
    .enquire-form .form-row { gap: 0 !important; margin-bottom: 10px !important; }
    .enquire-form .form-group { margin-bottom: 12px !important; }

    /* Flip card back - 2 column grid on mobile too */
    .stack-flip-links { grid-template-columns: 1fr 1fr; gap: 8px; }
    .stack-flip-links a { padding: 10px 12px; font-size: 12px; }
    .stack-flip-card { height: 380px; }

    /* Story hero */
    .story-hero { padding: 40px 0 60px 0; }
    .story-hero h1 { font-size: 28px !important; }
    .story-hero p  { font-size: 16px !important; }

    /* CTA */
    .footer__cta-area { padding: 25px 20px; text-align: center; }
    .footer__cta-area-left h2 { font-size: 26px; line-height: 36px; }
    .footer__cta-area-right {
        flex-direction: column;
        align-items: center !important;
        gap: 20px !important;
    }
    .footer__cta-area-right-tel { justify-content: center; }

    /* Culture cards */
    .culture-card { padding: 25px; }

    /* Section padding */
    .section-padding { padding: 50px 0; }

    /* Section titles */
    .section-title h2 { font-size: 28px !important; }

    /* Industry/service intro h2 */
    .col-lg-6 h2 { font-size: 28px !important; }

    /* YouTube embed on about/careers */
    .banner__one .col-xl-5 .wow,
    .banner__one .col-lg-6 .wow { margin-top: 30px; }

    /* Careers iframe */
    .careers-iframe { height: 1400px; }

    /* Footer columns */
    .footer__one-widget { margin-bottom: 30px; }
    .footer__one-widget.ml-40 { margin-left: 0 !important; }

    /* Header logo */
    .header__area-menubar-left img { height: 38px !important; }

    /* CTA button compact on mobile */
    .default_button {
        font-size: 13px !important;
        padding: 8px 8px 8px 20px !important;
        gap: 12px !important;
        white-space: nowrap;
    }
    .default_button i {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
    }
    .header__area-menubar-right-tel .default_button {
        display: none !important;
    }
}

/* ============================================================
   BREAKPOINT: 575px (small phones)
   ============================================================ */
@media (max-width: 575px) {
    /* Banner hero */
    .banner__one .container { padding-top: 15px !important; padding-bottom: 30px !important; }
    .banner__one-content h1 { font-size: 24px !important; }
    .banner__one-content .subtitle { font-size: 16px !important; margin-bottom: 15px !important; }
    .banner__one-content-button .default_button { width: 100%; text-align: center; justify-content: center; }
    .banner__one-image-area img { max-width: 200px; }
    .hero-pagination { margin-top: 15px !important; }

    /* Modal even more compact */
    .modal-content-wrapper { padding: 18px 16px !important; }
    .modal-header h3 { font-size: 18px !important; margin-bottom: 4px !important; }
    .modal-header p { font-size: 12px !important; margin-bottom: 10px !important; }

    /* Flip card - single column on very small */
    .stack-flip-links { grid-template-columns: 1fr; gap: 6px; }
    .stack-flip-links a { padding: 8px 10px; font-size: 11px; }
    .stack-flip-card { height: 350px; }
    .stack-flip-back { padding: 20px 16px !important; }
    .stack-flip-back h4 { font-size: 14px !important; margin-bottom: 12px !important; }

    /* Story hero */
    .story-hero h1 { font-size: 24px !important; }
    .story-hero p  { font-size: 15px !important; }

    /* CTA */
    .footer__cta-area-left h2 { font-size: 22px; line-height: 30px; }
    .footer__cta-area .default_button { width: 100%; justify-content: center; }

    /* Culture cards */
    .culture-card { padding: 20px; }
    .culture-card h4 { font-size: 18px; }

    /* Section titles */
    .section-title h2 { font-size: 24px !important; }
    .section-title .subtitle { font-size: 13px; }

    /* Section padding */
    .section-padding { padding: 40px 0; }

    /* Careers iframe */
    .careers-iframe { height: 1200px; }

    /* Footer */
    .footer__one-widget h5 { font-size: 16px; }
    .footer__one-widget p  { font-size: 13px; }

    /* Nav overlay font size */
    .nav-item a { font-size: clamp(1.8rem, 8vw, 3rem) !important; }
}

/* ============================================================
   BREAKPOINT: 400px (very small phones)
   ============================================================ */
@media (max-width: 400px) {
    .banner__one-content h1 { font-size: 22px !important; }
    .story-hero h1 { font-size: 20px !important; }
    .footer__cta-area-left h2 { font-size: 20px; line-height: 28px; }
    .culture-card { padding: 16px; }
    .section-padding { padding: 30px 0; }
    .careers-iframe { height: 1000px; }
}

/* ============================================================
   Services Dropdown — Nested Categories
   ============================================================ */
.services-categories {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.services-category {
    border-left: 3px solid transparent;
    padding: 0;
    transition: all 0.3s ease;
}
.services-category:hover,
.services-category.active {
    border-left-color: #0070D2;
}
.services-category-title {
    font-size: 16px;
    font-weight: 700;
    color: #0a0f1e;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f3f6;
    position: relative;
}
.services-category-title::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 6 Pro', FontAwesome;
    font-weight: 300;
    font-size: 11px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: #999;
}
.services-category.active .services-category-title::after {
    transform: translateY(-50%) rotate(180deg);
}
.services-category:hover .services-category-title,
.services-category.active .services-category-title {
    color: #fff;
    background: #0070D2;
    border-radius: 8px;
}
.services-category-items {
    display: none;
    flex-direction: column;
    padding: 8px 0 8px 20px;
}
.services-category.active .services-category-items {
    display: flex;
}
a.megamenu-item-nested {
    display: block;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
}
a.megamenu-item-nested:hover {
    color: #0070D2;
    background: #f0f6ff;
    padding-left: 22px;
}

/* Mobile: services dropdown full width */
@media (max-width: 1199px) {
    .dropdown-small[style*="width: 780px"] {
        width: 100% !important;
        position: relative !important;
        box-shadow: none !important;
        border: none !important;
        padding: 10px 0 !important;
    }
}

/* ============================================================
   Stack-Flip Cards — Portfolio Section (flip on click)
   ============================================================ */
.stack-flip-card {
    perspective: 1200px;
    cursor: pointer;
    height: 400px;
}
.stack-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}
.stack-flip-card.stack-flipped .stack-flip-inner {
    transform: rotateY(180deg);
}
.stack-flip-front,
.stack-flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
}
.stack-flip-front {
    z-index: 2;
}
/* Override the default portfolio hover behavior for flip cards */
.stack-flip-card .portfolio__one-item-content {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    text-align: left;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(10,15,30,0.9) 0%, transparent 100%);
}
.stack-flip-card .portfolio__one-item-content span {
    color: #EF7F1A;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.stack-flip-card .portfolio__one-item-content h4 {
    font-size: 22px;
    margin-top: 6px;
}
.stack-flip-card .portfolio__one-item-content h4,
.stack-flip-card .portfolio__one-item-content h4 a {
    color: #fff;
}
.stack-flip-card:hover .portfolio__one-item-content {
    opacity: 1;
    visibility: visible;
}
.stack-flip-back {
    transform: rotateY(180deg);
    background: #fff;
    border: 1px solid #edf0f3;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.stack-flip-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    flex: 1;
}
.stack-flip-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 12px;
    background: #f8faff;
    border: 1px solid #edf0f3;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s ease;
}
.stack-flip-links a i {
    color: #EF7F1A;
    font-size: 16px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}
.stack-flip-links a:hover {
    background: #EF7F1A;
    color: #fff;
    border-color: #EF7F1A;
    transform: translateX(6px);
    box-shadow: 0 6px 20px rgba(239,127,26,0.25);
}
.stack-flip-links a:hover i {
    color: #fff;
}

/* Mobile: disable sticky stacking, show as normal cards */
@media (max-width: 991px) {
    .stack-flip-card { perspective: 1200px; }
    .stack-flip-back { padding: 25px 20px; }
    .stack-flip-links a { padding: 12px 14px; font-size: 14px; }
}

/* ΓöÇΓöÇ Utility: ensure images never overflow ΓöÇΓöÇ */
img { max-width: 100%; height: auto; }

/* ── Ensure video bg covers properly on mobile ── */
@media (max-width: 767px) {
    .banner__one video {
        width: 200% !important;
        height: 200% !important;
    }
}


/* Portfolio One CSS */
.portfolio__one { background: var(--primary-color-1); position: relative; z-index: 1; }
.portfolio__one .bg_shape { opacity: 0.02; }
.portfolio__one-left .subtitle { border-color: rgba(var(--border-color-2), 0.1); color: var(--text-white); background: #1a58587a; }
.portfolio__one-left .subtitle::before { background: var(--text-white); }
.portfolio__one-left h2 { color: var(--text-white); }
.portfolio__one-left p { color: rgba(255,255,255,0.7); }
.portfolio__one-left .default_button { background: var(--color-3); color: var(--text-heading-color); }
.portfolio__one-left .default_button i { background: var(--color-1); color: var(--text-white); }
.portfolio__one-left .default_button:hover { background: var(--secondary-color); }
.portfolio__one-item { position: relative; overflow: hidden; border-radius: 15px; }
.portfolio__one-item img { border-radius: 15px; }
.portfolio__one-item-content { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; opacity: 0; visibility: hidden; transition: 0.4s; width: 100%; }
.portfolio__one-item-content span { color: var(--color-7); display: block; }
.portfolio__one-item-content h4 { color: var(--text-white); font-size: 24px; line-height: 34px; }
.portfolio__one-item-content h4 a { color: var(--text-white); }
.portfolio__one-item-content h4 a:hover { color: var(--secondary-color); }
.portfolio__one-item-content > a i { background: var(--secondary-color); width: 75px; height: 75px; color: var(--color-1); display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 40px; transition: 0.4s; margin-bottom: 30px; }
.portfolio__one-item:hover img { filter: brightness(0.5); }
.portfolio__one-item:hover .portfolio__one-item-content { visibility: visible; opacity: 1; }

/* Blog slider equal height */
.blog_slider .swiper-wrapper { align-items: stretch; }
.blog_slider .swiper-slide { height: auto; }

/* ============================================================
   Service Pages — Responsive Fixes
   ============================================================ */
@media (max-width: 991px) {
    .story-row { flex-direction: column !important; gap: 30px !important; margin-bottom: 60px !important; }
    .story-content, .story-image { width: 100% !important; }
    .tailored-grid { padding: 60px 0 !important; }
    .solution-card { padding: 30px !important; }
    .banner__one-image { padding: 60px 0 !important; }
}
@media (max-width: 767px) {
    .tailored-grid .row .col-lg-3 { flex: 0 0 50%; max-width: 50%; }
    .solution-card { padding: 24px !important; }
    .solution-card h4 { font-size: 18px; }
    .solution-card p { font-size: 14px; }
    .banner__one-image { padding: 50px 0 !important; }
    .banner__one-image h1 { font-size: 28px !important; }
    .banner__one-image p { font-size: 16px !important; }
}
@media (max-width: 575px) {
    .tailored-grid .row .col-lg-3 { flex: 0 0 100%; max-width: 100%; }
    .solution-card { padding: 20px !important; }
    .banner__one-image { padding: 40px 0 !important; }
    .banner__one-image h1 { font-size: 24px !important; }
}

/* ============================================================
   Global Optimization
   ============================================================ */
/* Smooth scrolling */
html { scroll-behavior: smooth; }

/* Better font rendering */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Prevent horizontal overflow */
html, body { max-width: 100vw; }

/* Image optimization */
img { 
    max-width: 100%; 
    height: auto; 
    display: block;
}

/* Touch targets minimum size */
@media (max-width: 767px) {
    a, button { min-height: 44px; }
    .megamenu-item-nested { min-height: 44px; display: flex; align-items: center; }
}

/* Print styles */
@media print {
    .js-nav, .cursor-follower, .cursor, .theme-loader, 
    .scroll-up, .header__area-menubar-right { display: none !important; }
    .main-content-wrapper { box-shadow: none !important; }
    .site-footer { position: relative !important; visibility: visible !important; }
}


/* ============================================================
   Auto-hide Header on Scroll (all pages)
   ============================================================ */
.header__area {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
    will-change: transform;
}
.header__area.header-hidden {
    transform: translateY(-100%);
    box-shadow: none;
}
.header__area.header-scrolled {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* Offset content so it doesn't hide under fixed header */
.main-content-wrapper {
    padding-top: 80px;
}
@media (max-width: 767px) {
    .main-content-wrapper { padding-top: 70px; }
}

/* About page hero - Work With Us button hover = blue */
.banner__one .default_button:hover {
    background: #0070D2 !important;
    color: #fff !important;
    border-color: #0070D2 !important;
}

/* ============================================================
   AUTO-HIDE HEADER ON SCROLL
   ============================================================ */
.header__area {
    position: fixed !important;
    top: 0; left: 0; width: 100%;
    z-index: 99999 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    border-bottom: 1px solid rgba(0,0,0,0.03);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
    will-change: transform;
}
.header__area.header-hidden { transform: translateY(-100%); box-shadow: none; }
.header__area.header-scrolled { box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.main-content-wrapper { padding-top: 80px; }
@media (max-width: 767px) { .main-content-wrapper { padding-top: 70px; } }

/* ============================================================
   COMPREHENSIVE MOBILE RESPONSIVE
   ============================================================ */
html, body { max-width: 100%; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
.story-hero { padding: 80px 0 100px 0; background-size: cover !important; background-position: center center !important; min-height: 300px; }

@media (max-width: 1199px) {
    .container { max-width: 100% !important; }
    .banner__one-content h1 { font-size: 48px !important; }
    .story-hero { padding: 70px 0 90px 0; }
}

@media (max-width: 991px) {
    .container { padding-left: 24px !important; padding-right: 24px !important; }
    .banner__one .row.al-center { flex-direction: column-reverse !important; }
    .banner__one .col-xl-7, .banner__one .col-lg-7,
    .banner__one .col-xl-5, .banner__one .col-lg-5,
    .banner__one .col-lg-6 { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
    .banner__one .container { padding-top: 40px !important; padding-bottom: 50px !important; }
    .banner__one-content h1 { font-size: 38px !important; line-height: 1.2 !important; }
    .banner__one-content .subtitle { font-size: 20px !important; }
    .banner__one-image-area img { max-width: 320px; margin: 0 auto 30px; display: block; }
    .story-hero { padding: 60px 0 80px 0; min-height: 250px; }
    .story-hero h1 { font-size: clamp(1.8rem, 5vw, 3rem) !important; }
    .story-row { flex-direction: column !important; gap: 30px !important; margin-bottom: 50px !important; }
    .story-content, .story-image { width: 100% !important; flex: unset !important; }
    .section-padding { padding: 60px 0 !important; }
    .tailored-grid { padding: 60px 0 !important; }
    .culture-card { padding: 28px !important; }
    .solution-card { padding: 28px !important; }
    .footer__cta-area { padding: 30px 24px !important; }
    .footer__cta-area-left h2 { font-size: 28px !important; line-height: 1.3 !important; }
    .footer__cta-area-right { justify-content: center !important; flex-wrap: wrap !important; gap: 16px !important; }
    .process__area-list { grid-template-columns: repeat(3, 1fr) !important; gap: 20px !important; }
    .footer__one-widget { margin-bottom: 30px; }
    .footer__one-widget.ml-40 { margin-left: 0 !important; }
}

@media (max-width: 767px) {
    .container { padding-left: 16px !important; padding-right: 16px !important; }
    .header__area-menubar-left img { height: 36px !important; }
    .banner__one .container { padding-top: 30px !important; padding-bottom: 40px !important; }
    .banner__one-content h1 { font-size: 28px !important; line-height: 1.25 !important; margin-bottom: 12px !important; }
    .banner__one-content .subtitle { font-size: 17px !important; margin-bottom: 16px !important; line-height: 1.5 !important; }
    .banner__one-content p { font-size: 15px !important; margin-bottom: 20px !important; }
    .banner__one-image-area img { max-width: 260px; }
    .banner__one video { width: 200% !important; height: 200% !important; }
    .story-hero { padding: 50px 0 70px 0 !important; min-height: 220px; }
    .story-hero h1 { font-size: 26px !important; margin-bottom: 12px !important; }
    .story-hero p { font-size: 16px !important; }
    .banner__one-image { padding: 50px 0 !important; }
    .banner__one-image h1 { font-size: 26px !important; }
    .banner__one-image p { font-size: 16px !important; }
    .section-title h2 { font-size: 26px !important; }
    .section-padding { padding: 50px 0 !important; }
    .tailored-grid { padding: 50px 0 !important; }
    .tailored-grid .row .col-lg-3 { flex: 0 0 50% !important; max-width: 50% !important; }
    .culture-card { padding: 22px !important; }
    .solution-card { padding: 22px !important; }
    .footer__cta-area { padding: 24px 16px !important; text-align: center !important; }
    .footer__cta-area-left h2 { font-size: 22px !important; line-height: 1.3 !important; }
    .footer__cta-area-right { flex-direction: column !important; align-items: center !important; gap: 16px !important; }
    .footer__cta-area-right-tel { justify-content: center !important; }
    .process__area-list { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
    .process__area-item { margin-top: 50px !important; }
    .process__area-item-area { padding: 28px 20px !important; }
    .modal-content-wrapper { padding: 20px 16px !important; max-height: 88vh; overflow-y: auto; border-radius: 16px !important; }
    .modal-header h3 { font-size: 22px !important; }
    .enquire-form .form-row { flex-direction: column !important; gap: 0 !important; }
    .enquire-form .form-group { margin-bottom: 12px !important; }
    .stack-flip-card { height: 360px !important; }
    .stack-flip-links { grid-template-columns: 1fr 1fr !important; gap: 8px !important; }
    .stack-flip-links a { padding: 10px 10px !important; font-size: 12px !important; }
    .blog__one-item-image img { height: 180px !important; }
    .footer__one-widget h5 { font-size: 15px !important; }
    .nav-item a { font-size: clamp(1.8rem, 7vw, 3rem) !important; }
    .default_button { font-size: 13px !important; padding: 8px 8px 8px 20px !important; gap: 12px !important; white-space: nowrap; }
    .default_button i { width: 32px !important; height: 32px !important; font-size: 14px !important; }
    .header__area-menubar-right-tel { display: none !important; }
}

@media (max-width: 575px) {
    .container { padding-left: 14px !important; padding-right: 14px !important; }
    .banner__one .container { padding-top: 20px !important; padding-bottom: 30px !important; }
    .banner__one-content h1 { font-size: 24px !important; }
    .banner__one-content .subtitle { font-size: 15px !important; }
    .banner__one-content-button { display: flex !important; flex-direction: column !important; gap: 10px !important; }
    .banner__one-content .default_button { width: 100% !important; justify-content: center !important; }
    .banner__one-image-area img { max-width: 200px; }
    .story-hero { padding: 40px 0 60px 0 !important; }
    .story-hero h1 { font-size: 22px !important; }
    .banner__one-image { padding: 40px 0 !important; }
    .banner__one-image h1 { font-size: 22px !important; }
    .section-title h2 { font-size: 22px !important; }
    .section-padding { padding: 40px 0 !important; }
    .tailored-grid { padding: 40px 0 !important; }
    .tailored-grid .row .col-lg-3 { flex: 0 0 100% !important; max-width: 100% !important; }
    .culture-card { padding: 18px !important; }
    .solution-card { padding: 18px !important; }
    .process__area-list { grid-template-columns: repeat(1, 1fr) !important; }
    .footer__cta-area-left h2 { font-size: 20px !important; }
    .footer__cta-area .default_button { width: 100% !important; justify-content: center !important; }
    .stack-flip-card { height: 340px !important; }
    .stack-flip-links { grid-template-columns: 1fr !important; }
    .stack-flip-back { padding: 18px 14px !important; }
    .careers-iframe { height: 1200px !important; }
    .modal-content-wrapper { padding: 16px 12px !important; }
    .modal-header h3 { font-size: 20px !important; }
}

@media (max-width: 400px) {
    .banner__one-content h1 { font-size: 20px !important; }
    .story-hero h1 { font-size: 20px !important; }
    .footer__cta-area-left h2 { font-size: 18px !important; }
    .section-title h2 { font-size: 20px !important; }
    .section-padding { padding: 30px 0 !important; }
}

/* About page hero button hover = blue */
.banner__one .default_button:hover {
    background: #0070D2 !important;
    color: #fff !important;
}

/* Print styles */
@media print {
    .js-nav, .cursor-follower, .cursor, .theme-loader, .scroll-up { display: none !important; }
    .site-footer { position: relative !important; visibility: visible !important; }
}


/* ── Hero logo swap transition ── */
#hero-slide-logo {
    transition: opacity 0.3s ease;
}

/* ── Stacking Cards (Proven Impact section) ── */
.portfolio__one .portfolio__one-right {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.portfolio__one-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.portfolio__one {
    padding-bottom: 100px;
}
.stack-card {
    position: sticky;
    top: 80px;
    margin-bottom: 80vh;
    box-shadow: 0 8px 40px rgba(0,0,0,0.35);
    transform-origin: top center;
    will-change: transform;
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
}
.stack-card:last-child {
    margin-bottom: 0;
}
.stack-card:nth-child(1) { z-index: 1; top: 80px; }
.stack-card:nth-child(2) { z-index: 2; top: 90px; }
.stack-card:nth-child(3) { z-index: 3; top: 100px; }
.stack-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.columns_sticky {
    position: sticky;
    top: 80px;
    align-self: flex-start;
}
@media (max-width: 991px) {
    .stack-card { position: relative !important; top: 0 !important; margin-bottom: 20px !important; height: 300px; }
    .columns_sticky { position: relative; top: 0; }
}a-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*------------------------------------------------------------------------

Template Name:  FinGo - Business Consulting HTML Template
Author:  wpCodify
Author URI: http://wpCodify.com
Version: 1.0.2
Description: This Template is created for web template

--------------------------------------------------------------------------
START TABLE OF CONTENTS
--------------------------------------------------------------------------
* Color & Google Fonts
* Common Css
* Form CSS
* Hedging CSS
* Button CSS
* Scroll Top CSS
* Preloader CSS
* Video Animation CSS
* TopBar One CSS
* TopBar Two CSS
* TopBar Three CSS
* Menu Bar CSS
* Menu Bar Sticky CSS
* Menu Sidebar CSS
* Responsive Menu Sidebar CSS
* Banner One CSS
* Banner Two CSS
* Banner One CSS
* About One CSS
* About Two CSS
* About Three CSS
* Company History CSS
* Blog One CSS
* Blog Two CSS
* Blog Three CSS
* Blog Grid CSS
* Blog Standard CSS
* Blog Details CSS
* All Side Bar
* Process Css
* Faq CSS
* Request Quote CSS
* Contact CSS
* Pricing Css
* Choose Us One Css
* Choose Us Two Css
* Features area Css
* Achievements CSS
* Footer Cta CSS
* Cta One CSS
* Footer One CSS
* Copyright CSS
* Footer Two CSS
* Footer Three CSS
* Benefits CSS
* Text Slider CSS
* Portfolio One Css
* Portfolio Two Css
* Portfolio Three CSS
* Gallery CSS
* Portfolio CSS
* Services One CSS
* Services Two CSS
* Services Three CSS
* Services Details CSS
* Video CSS
* Skill Bar CSS
* Team One CSS
* Team Two CSS
* Testimonial One CSS
* Testimonial Page CSS
* Breadcrumb CSS
* Error CSS
* Theme Pagination CSS
* Switch Tab CSS
* Dark CSS
--------------------------------------------------------------------------
END TABLE OF CONTENTS
--------------------------------------------------------------------------

/*==========================================================================
* Color & Google Fonts
==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Wix+Madefor+Display:wght@400..800&display=swap");
:root {
  --body-font: "Inter", sans-serif;
  --heading-font: "Wix Madefor Display", sans-serif;
  --primary-color: #EF7F1A;
  --primary-color-1: #0070D2;
  --primary-color-2: #0070D2;
  --primary-color-3: #0070D2;
  --secondary-color: #EF7F1A;
  --text-white: #FFFFFF;
  --bg-white: #FFFFFF;
  --text-heading-color: #222222;
  --body-color: #666666;
  --color-1: #222222;
  --color-2: #fcfcfa;
  --color-3: #F5F6F0;
  --color-4: #313131;
  --color-5: #1a5858;
  --color-6: #FCF8F7;
  --color-7: #DDDDDD;
  --color-8: #e6e7e1;
  --border-color-1: #edeee7;
  --border-color-2: 255, 255, 255;
  --border-color-3: 0, 0, 0;
}

/*==========================================================================
* Brand Logo Slider CSS
==========================================================================*/
.brand_slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.brand_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.brand_slider .swiper-slide img {
  max-width: 170px;
  max-height: 65px;
  width: auto;
  height: auto;
  filter: grayscale(100%) opacity(0.85);
  transition: all 0.4s ease;
  object-fit: contain;
}
.brand_slider .swiper-slide:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}


/*==========================================================================
* Industries Area CSS
==========================================================================*/
.industry-nav-item {
  padding: 24px 30px;
  background: #FFFFFF;
  border: 1px solid #eee;
  margin-bottom: 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.industry-nav-item h5 {
  margin: 0;
  font-size: 18px;
  color: #333;
  transition: 0.3s;
}
.industry-nav-item i {
  color: #ccc;
  font-size: 14px;
  transition: 0.3s;
}
.industry-nav-item:hover {
  border-color: var(--primary-color-1);
  box-shadow: 0 5px 15px rgba(0, 112, 210, 0.08);
}
.industry-nav-item.active {
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
  box-shadow: 0 10px 25px rgba(0, 112, 210, 0.15);
}
.industry-nav-item.active h5,
.industry-nav-item.active i {
  color: #fff;
}

.industry-content-wrapper {
  padding-left: 40px;
}
.industry-detail-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 35px;
}
.industry-stats-container {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.stat-item {
  flex: 1;
}
.stat-value {
  font-size: 48px;
  font-weight: 800;
  color: var(--primary-color-1);
  margin-bottom: 5px;
}
.stat-year {
  font-size: 22px;
  font-weight: 500;
  color: #666;
  margin-bottom: 15px;
}
.stat-desc {
  font-size: 15px;
  color: #777;
  line-height: 1.4;
  display: block;
}
.stat-divider {
  width: 3px;
  background: var(--secondary-color);
  border-radius: 2px;
}

@media (max-width: 991px) {
  .industry-content-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }
  .stat-value { font-size: 36px; }
}

/*==========================================================================
* SWORD Value & Ethos CSS
==========================================================================*/
.sword-values-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
.sword-item {
  flex: 1;
  text-align: center;
  min-width: 100px;
}
.sword-circle {
  width: 80px;
  height: 80px;
  background: #79B0E4; /* Soft blue from screenshot */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(121, 176, 228, 0.3);
  transition: 0.3s;
}
.sword-item:hover .sword-circle {
  transform: translateY(-5px);
  background: var(--primary-color-1);
}
.sword-item p {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  font-weight: 500;
}
.sword-item p span {
  color: var(--primary-color-1);
  font-weight: 700;
}

@media (max-width: 767px) {
  .sword-values-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/*==========================================================================
* Common Css
==========================================================================*/
body {
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  /* overflow removed for sticky */
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.4s;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 80px 0px;
}

.section-padding-two {
  padding: 80px 0 65px 0;
}

.section-padding-three {
  padding: 75px 0 80px 0;
}

@media (max-width: 575px) {
  .section-padding {
    padding: 60px 0px;
  }
  .section-padding-two {
    padding: 60px 0 45px 0;
  }
  .section-padding-three {
    padding: 55px 0 60px 0;
  }
}
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.img_full {
  width: 100%;
}

/*==========================================================================
* Form CSS
==========================================================================*/
button {
  font-family: var(--heading-font);
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: var(--secondary-color);
  border-color: transparent;
  border-radius: 5px;
  color: var(--color-1);
  padding: 17px 40px;
  transition: 0.4s;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: transparent;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: transparent;
}

input[type=text],
input[type=file],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--body-color);
  border-radius: 6px;
  width: 100%;
  height: 58px;
  background: var(--bg-white);
  border: 1px solid var(--border-color-1);
  padding: 0 15px;
  font-size: 16px;
  line-height: 26px;
}
input[type=text]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--body-color);
}
input[type=text]::placeholder,
input[type=file]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: var(--body-color);
}

input[type=text]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--body-color);
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color-1);
}

select {
  border: 1px solid var(--border-color-1);
}

textarea {
  width: 100%;
  height: 120px;
  padding-top: 15px;
}

button,
button:hover,
button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

/*==========================================================================
* Hedging CSS
==========================================================================*/
h1 {
  font-size: 80px;
  line-height: 90px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h2 {
  font-size: 54px;
  line-height: 64px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h3 {
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h4 {
  font-size: 30px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h5 {
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h6 {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  h4 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
/*==========================================================================
* Button CSS
==========================================================================*/
.default_button {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 3;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--color-1);
  background: var(--secondary-color);
  border-radius: 50px 50px 50px 50px;
  padding: 8px 8px 8px 35px;
  gap: 25px;
}
.default_button i {
  position: relative;
  z-index: 2;
  transition: 0.4s;
  color: var(--text-heading-color);
  background: var(--bg-white);
  font-size: 26px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px 50px 50px 50px;
}
.default_button:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
}
.default_button:hover i {
  transform: rotate(45deg);
}

.more_btn {
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--text-heading-color);
  transition: 0.4s;
  display: inline-block;
}
.more_btn i {
  position: relative;
  top: 5px;
  font-size: 22px;
  transition: 0.4s;
  display: inline-block;
  line-height: 0;
  margin-left: 3px;
}
.more_btn:hover {
  color: var(--primary-color-1);
}
.more_btn:hover i {
  transform: rotate(45deg);
}

.bg_shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#d1d1d1 1px, transparent 0);
  background-size: 35px 35px;
  opacity: 0.15;
  z-index: -1;
}

.subtitle {
  color: var(--primary-color-1);
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
  border-radius: 50px;
  display: inline-flex;
  background: var(--color-2);
  padding: 2px 22px;
  border: 1px solid var(--color-8);
  position: relative;
  align-items: center;
  gap: 10px;
}
.subtitle::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--primary-color-1);
  display: block;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .columns_sticky {
    position: sticky;
    z-index: 99;
    height: 100%;
    top: 120px;
  }
}
.card_sticky {
  position: sticky;
  z-index: 99;
  top: var(--card-top);
}

/*==========================================================================
* Scroll Top CSS
==========================================================================*/
.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--color-3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  transition: all 200ms linear;
}
.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: var(--secondary-color);
  left: 0;
  top: 0;
  font-size: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-up svg path {
  fill: none;
}
.scroll-up svg.scroll-circle path {
  stroke: var(--primary-color-1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*==========================================================================
* Preloader CSS
==========================================================================*/
.theme-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--primary-color-1);
  z-index: 9999999999;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
}

.spinner-bounce {
  will-change: transform;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: var(--secondary-color);
  display: inline-block;
  animation: bounces 1s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
}
.spinner-bounce.one {
  margin-right: 15px;
}
.spinner-bounce.two {
  margin-right: 15px;
  animation-delay: 0.4s;
}
.spinner-bounce.three {
  animation-delay: 0.8s;
}

@keyframes bounces {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.2);
  }
}
/*==========================================================================
* Video Animation CSS
==========================================================================*/
.video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 4;
}
.video a {
  position: relative;
  background: var(--primary-color-1);
  font-size: 20px;
  z-index: 1;
  color: var(--text-white);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-pulse::after, .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--bg-white);
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}

.video-pulse::before {
  animation-delay: 1s;
}

@keyframes video-animation {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rollShape {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
@keyframes rollIn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounce_y {
  animation: bounce-y 3s infinite linear;
}

.bounce_x {
  animation: bounce-x 2s infinite linear;
}

.roll_in {
  animation: rollShape 20s infinite linear;
}

.h_rotate:hover {
  transform: rotate(45deg);
}

.slider-arrow {
  display: flex;
  gap: 10px;
}
.slider-arrow i {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--text-heading-color);
  background: var(--bg-white);
  transition: 0.4s;
  border: 1px solid var(--border-color-1);
  width: 60px;
  height: 60px;
}
.slider-arrow i:hover {
  color: var(--color-1);
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
}

.slider-area {
  position: relative;
  z-index: 1;
}
.slider-area .slider-arrow {
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.slider-area .slider-arrow-prev {
  transform: translateX(-80px);
  transition: 0.4s;
}
.slider-area .slider-arrow-next {
  transform: translateX(80px);
  transition: 0.4s;
}
.slider-area:hover .slider-arrow {
  visibility: visible;
  opacity: 1;
}
.slider-area:hover .slider-arrow-prev {
  transform: translateX(-110px);
}
.slider-area:hover .slider-arrow-next {
  transform: translateX(110px);
}

.img_left_animation {
  animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes left-animation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_right_animation {
  animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes right-animation {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_top_animation {
  animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes top-animation {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_bottom_animation {
  animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes bottom-animation {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animateStripe {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(35px, 0);
  }
}
.data_cursor:not(body) {
  cursor: none;
}

.cursor #cursor-ball {
  width: 20px;
  height: 20px;
  background: var(--color-1);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  z-index: 9999999;
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s ease;
  will-change: transform, width, height;
}
.cursor #cursor-text {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  opacity: 0;
  z-index: 10000000;
  display: grid;
  place-items: center;
  transition: opacity 300ms ease-in-out;
  color: var(--text-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cursor.no #cursor-text {
  background: var(--color-1);
  padding: 31px 21px;
  border-radius: 50%;
}

.container {
  max-width: 1345px;
}

.custom_container {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 12px;
}

.gap-25 {
  gap: 25px;
}

.row {
  --bs-gutter-x: 24.8px;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.jc-left {
  justify-content: left;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: end;
}

.al-start {
  align-items: start;
}

.al-left {
  align-items: left;
}

.al-center {
  align-items: center;
}

.al-end {
  align-items: end;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

@media (max-width: 1199px) {
  .xl-pb-0 {
    padding-bottom: 0px;
  }
  .xl-pl-0 {
    padding-left: 0px;
  }
  .xl-pr-0 {
    padding-right: 0px;
  }
  .xl-mb-0 {
    margin-bottom: 0px;
  }
  .xl-ml-0 {
    margin-left: 0px;
  }
  .xl-mr-0 {
    margin-right: 0px;
  }
  .xl-pb-5 {
    padding-bottom: 5px;
  }
  .xl-pl-5 {
    padding-left: 5px;
  }
  .xl-pr-5 {
    padding-right: 5px;
  }
  .xl-mb-5 {
    margin-bottom: 5px;
  }
  .xl-ml-5 {
    margin-left: 5px;
  }
  .xl-mr-5 {
    margin-right: 5px;
  }
  .xl-pb-10 {
    padding-bottom: 10px;
  }
  .xl-pl-10 {
    padding-left: 10px;
  }
  .xl-pr-10 {
    padding-right: 10px;
  }
  .xl-mb-10 {
    margin-bottom: 10px;
  }
  .xl-ml-10 {
    margin-left: 10px;
  }
  .xl-mr-10 {
    margin-right: 10px;
  }
  .xl-pb-15 {
    padding-bottom: 15px;
  }
  .xl-pl-15 {
    padding-left: 15px;
  }
  .xl-pr-15 {
    padding-right: 15px;
  }
  .xl-mb-15 {
    margin-bottom: 15px;
  }
  .xl-ml-15 {
    margin-left: 15px;
  }
  .xl-mr-15 {
    margin-right: 15px;
  }
  .xl-pb-20 {
    padding-bottom: 20px;
  }
  .xl-pl-20 {
    padding-left: 20px;
  }
  .xl-pr-20 {
    padding-right: 20px;
  }
  .xl-mb-20 {
    margin-bottom: 20px;
  }
  .xl-ml-20 {
    margin-left: 20px;
  }
  .xl-mr-20 {
    margin-right: 20px;
  }
  .xl-pb-25 {
    padding-bottom: 25px;
  }
  .xl-pl-25 {
    padding-left: 25px;
  }
  .xl-pr-25 {
    padding-right: 25px;
  }
  .xl-mb-25 {
    margin-bottom: 25px;
  }
  .xl-ml-25 {
    margin-left: 25px;
  }
  .xl-mr-25 {
    margin-right: 25px;
  }
  .xl-pb-30 {
    padding-bottom: 30px;
  }
  .xl-pl-30 {
    padding-left: 30px;
  }
  .xl-pr-30 {
    padding-right: 30px;
  }
  .xl-mb-30 {
    margin-bottom: 30px;
  }
  .xl-ml-30 {
    margin-left: 30px;
  }
  .xl-mr-30 {
    margin-right: 30px;
  }
  .xl-pb-35 {
    padding-bottom: 35px;
  }
  .xl-pl-35 {
    padding-left: 35px;
  }
  .xl-pr-35 {
    padding-right: 35px;
  }
  .xl-mb-35 {
    margin-bottom: 35px;
  }
  .xl-ml-35 {
    margin-left: 35px;
  }
  .xl-mr-35 {
    margin-right: 35px;
  }
  .xl-pb-40 {
    padding-bottom: 40px;
  }
  .xl-pl-40 {
    padding-left: 40px;
  }
  .xl-pr-40 {
    padding-right: 40px;
  }
  .xl-mb-40 {
    margin-bottom: 40px;
  }
  .xl-ml-40 {
    margin-left: 40px;
  }
  .xl-mr-40 {
    margin-right: 40px;
  }
  .xl-pb-45 {
    padding-bottom: 45px;
  }
  .xl-pl-45 {
    padding-left: 45px;
  }
  .xl-pr-45 {
    padding-right: 45px;
  }
  .xl-mb-45 {
    margin-bottom: 45px;
  }
  .xl-ml-45 {
    margin-left: 45px;
  }
  .xl-mr-45 {
    margin-right: 45px;
  }
  .xl-pb-50 {
    padding-bottom: 50px;
  }
  .xl-pl-50 {
    padding-left: 50px;
  }
  .xl-pr-50 {
    padding-right: 50px;
  }
  .xl-mb-50 {
    margin-bottom: 50px;
  }
  .xl-ml-50 {
    margin-left: 50px;
  }
  .xl-mr-50 {
    margin-right: 50px;
  }
  .xl-pb-55 {
    padding-bottom: 55px;
  }
  .xl-pl-55 {
    padding-left: 55px;
  }
  .xl-pr-55 {
    padding-right: 55px;
  }
  .xl-mb-55 {
    margin-bottom: 55px;
  }
  .xl-ml-55 {
    margin-left: 55px;
  }
  .xl-mr-55 {
    margin-right: 55px;
  }
  .xl-pb-60 {
    padding-bottom: 60px;
  }
  .xl-pl-60 {
    padding-left: 60px;
  }
  .xl-pr-60 {
    padding-right: 60px;
  }
  .xl-mb-60 {
    margin-bottom: 60px;
  }
  .xl-ml-60 {
    margin-left: 60px;
  }
  .xl-mr-60 {
    margin-right: 60px;
  }
  .xl-pb-65 {
    padding-bottom: 65px;
  }
  .xl-pl-65 {
    padding-left: 65px;
  }
  .xl-pr-65 {
    padding-right: 65px;
  }
  .xl-mb-65 {
    margin-bottom: 65px;
  }
  .xl-ml-65 {
    margin-left: 65px;
  }
  .xl-mr-65 {
    margin-right: 65px;
  }
  .xl-pb-70 {
    padding-bottom: 70px;
  }
  .xl-pl-70 {
    padding-left: 70px;
  }
  .xl-pr-70 {
    padding-right: 70px;
  }
  .xl-mb-70 {
    margin-bottom: 70px;
  }
  .xl-ml-70 {
    margin-left: 70px;
  }
  .xl-mr-70 {
    margin-right: 70px;
  }
  .xl-pb-75 {
    padding-bottom: 75px;
  }
  .xl-pl-75 {
    padding-left: 75px;
  }
  .xl-pr-75 {
    padding-right: 75px;
  }
  .xl-mb-75 {
    margin-bottom: 75px;
  }
  .xl-ml-75 {
    margin-left: 75px;
  }
  .xl-mr-75 {
    margin-right: 75px;
  }
  .xl-pb-80 {
    padding-bottom: 80px;
  }
  .xl-pl-80 {
    padding-left: 80px;
  }
  .xl-pr-80 {
    padding-right: 80px;
  }
  .xl-mb-80 {
    margin-bottom: 80px;
  }
  .xl-ml-80 {
    margin-left: 80px;
  }
  .xl-mr-80 {
    margin-right: 80px;
  }
  .xl-pb-85 {
    padding-bottom: 85px;
  }
  .xl-pl-85 {
    padding-left: 85px;
  }
  .xl-pr-85 {
    padding-right: 85px;
  }
  .xl-mb-85 {
    margin-bottom: 85px;
  }
  .xl-ml-85 {
    margin-left: 85px;
  }
  .xl-mr-85 {
    margin-right: 85px;
  }
  .xl-pb-90 {
    padding-bottom: 90px;
  }
  .xl-pl-90 {
    padding-left: 90px;
  }
  .xl-pr-90 {
    padding-right: 90px;
  }
  .xl-mb-90 {
    margin-bottom: 90px;
  }
  .xl-ml-90 {
    margin-left: 90px;
  }
  .xl-mr-90 {
    margin-right: 90px;
  }
  .xl-pb-95 {
    padding-bottom: 95px;
  }
  .xl-pl-95 {
    padding-left: 95px;
  }
  .xl-pr-95 {
    padding-right: 95px;
  }
  .xl-mb-95 {
    margin-bottom: 95px;
  }
  .xl-ml-95 {
    margin-left: 95px;
  }
  .xl-mr-95 {
    margin-right: 95px;
  }
  .xl-t-left {
    text-align: left !important;
  }
  .xl-t-center {
    text-align: center !important;
  }
  .xl-t-right {
    text-align: right !important;
  }
  .xl-display-n {
    display: none !important;
  }
  .xl-display-b {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .lg-mb-0 {
    margin-bottom: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-mr-0 {
    margin-right: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-mr-5 {
    margin-right: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-mr-10 {
    margin-right: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-mr-15 {
    margin-right: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-mr-20 {
    margin-right: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-mb-25 {
    margin-bottom: 25px;
  }
  .lg-mt-25 {
    margin-top: 25px;
  }
  .lg-ml-25 {
    margin-left: 25px;
  }
  .lg-mr-25 {
    margin-right: 25px;
  }
  .lg-pt-25 {
    padding-top: 25px;
  }
  .lg-pb-25 {
    padding-bottom: 25px;
  }
  .lg-pl-25 {
    padding-left: 25px;
  }
  .lg-pr-25 {
    padding-right: 25px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-mr-30 {
    margin-right: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-mb-35 {
    margin-bottom: 35px;
  }
  .lg-mt-35 {
    margin-top: 35px;
  }
  .lg-ml-35 {
    margin-left: 35px;
  }
  .lg-mr-35 {
    margin-right: 35px;
  }
  .lg-pt-35 {
    padding-top: 35px;
  }
  .lg-pb-35 {
    padding-bottom: 35px;
  }
  .lg-pl-35 {
    padding-left: 35px;
  }
  .lg-pr-35 {
    padding-right: 35px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-mr-40 {
    margin-right: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-mb-45 {
    margin-bottom: 45px;
  }
  .lg-mt-45 {
    margin-top: 45px;
  }
  .lg-ml-45 {
    margin-left: 45px;
  }
  .lg-mr-45 {
    margin-right: 45px;
  }
  .lg-pt-45 {
    padding-top: 45px;
  }
  .lg-pb-45 {
    padding-bottom: 45px;
  }
  .lg-pl-45 {
    padding-left: 45px;
  }
  .lg-pr-45 {
    padding-right: 45px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-mr-50 {
    margin-right: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-mb-55 {
    margin-bottom: 55px;
  }
  .lg-mt-55 {
    margin-top: 55px;
  }
  .lg-ml-55 {
    margin-left: 55px;
  }
  .lg-mr-55 {
    margin-right: 55px;
  }
  .lg-pt-55 {
    padding-top: 55px;
  }
  .lg-pb-55 {
    padding-bottom: 55px;
  }
  .lg-pl-55 {
    padding-left: 55px;
  }
  .lg-pr-55 {
    padding-right: 55px;
  }
  .lg-mb-60 {
    margin-bottom: 60px;
  }
  .lg-mt-60 {
    margin-top: 60px;
  }
  .lg-ml-60 {
    margin-left: 60px;
  }
  .lg-mr-60 {
    margin-right: 60px;
  }
  .lg-pt-60 {
    padding-top: 60px;
  }
  .lg-pb-60 {
    padding-bottom: 60px;
  }
  .lg-pl-60 {
    padding-left: 60px;
  }
  .lg-pr-60 {
    padding-right: 60px;
  }
  .lg-mb-65 {
    margin-bottom: 65px;
  }
  .lg-mt-65 {
    margin-top: 65px;
  }
  .lg-ml-65 {
    margin-left: 65px;
  }
  .lg-mr-65 {
    margin-right: 65px;
  }
  .lg-pt-65 {
    padding-top: 65px;
  }
  .lg-pb-65 {
    padding-bottom: 65px;
  }
  .lg-pl-65 {
    padding-left: 65px;
  }
  .lg-pr-65 {
    padding-right: 65px;
  }
  .lg-mb-70 {
    margin-bottom: 70px;
  }
  .lg-mt-70 {
    margin-top: 70px;
  }
  .lg-ml-70 {
    margin-left: 70px;
  }
  .lg-mr-70 {
    margin-right: 70px;
  }
  .lg-pt-70 {
    padding-top: 70px;
  }
  .lg-pb-70 {
    padding-bottom: 70px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-pr-70 {
    padding-right: 70px;
  }
  .lg-t-left {
    text-align: left !important;
  }
  .lg-t-center {
    text-align: center !important;
  }
  .lg-t-right {
    text-align: right !important;
  }
  .lg-jc-left {
    justify-content: left !important;
  }
  .lg-jc-center {
    justify-content: center !important;
  }
  .lg-jc-end {
    justify-content: end !important;
  }
  .lg-jc-space-between {
    justify-content: space-between !important;
  }
  .lg-display-n {
    display: none !important;
  }
  .lg-display-b {
    display: block !important;
  }
  .lg_img_full {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-mt-0 {
    margin-top: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-mt-25 {
    margin-top: 25px;
  }
  .md-pt-25 {
    padding-top: 25px;
  }
  .md-pb-25 {
    padding-bottom: 25px;
  }
  .md-pl-25 {
    padding-left: 25px;
  }
  .md-pr-25 {
    padding-right: 25px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-mt-35 {
    margin-top: 35px;
  }
  .md-pt-35 {
    padding-top: 35px;
  }
  .md-pb-35 {
    padding-bottom: 35px;
  }
  .md-pl-35 {
    padding-left: 35px;
  }
  .md-pr-35 {
    padding-right: 35px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-mt-45 {
    margin-top: 45px;
  }
  .md-pt-45 {
    padding-top: 45px;
  }
  .md-pb-45 {
    padding-bottom: 45px;
  }
  .md-pl-45 {
    padding-left: 45px;
  }
  .md-pr-45 {
    padding-right: 45px;
  }
  .md-t-left {
    text-align: left !important;
  }
  .md-t-center {
    text-align: center !important;
  }
  .md-t-right {
    text-align: right !important;
  }
  .md-jc-left {
    justify-content: left !important;
  }
  .md-jc-center {
    justify-content: center !important;
  }
  .md-jc-end {
    justify-content: end !important;
  }
  .md-display-n {
    display: none !important;
  }
  .md-display-b {
    display: block !important;
  }
  .md_img_full {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-ml-0 {
    margin-left: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-ml-5 {
    margin-left: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-ml-10 {
    margin-left: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-ml-15 {
    margin-left: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-ml-20 {
    margin-left: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-mb-25 {
    margin-bottom: 25px;
  }
  .sm-mt-25 {
    margin-top: 25px;
  }
  .sm-ml-25 {
    margin-left: 25px;
  }
  .sm-pt-25 {
    padding-top: 25px;
  }
  .sm-pb-25 {
    padding-bottom: 25px;
  }
  .sm-pl-25 {
    padding-left: 25px;
  }
  .sm-pr-25 {
    padding-right: 25px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-ml-30 {
    margin-left: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-mb-35 {
    margin-bottom: 35px;
  }
  .sm-mt-35 {
    margin-top: 35px;
  }
  .sm-ml-35 {
    margin-left: 35px;
  }
  .sm-pt-35 {
    padding-top: 35px;
  }
  .sm-pb-35 {
    padding-bottom: 35px;
  }
  .sm-pl-35 {
    padding-left: 35px;
  }
  .sm-pr-35 {
    padding-right: 35px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-mb-45 {
    margin-bottom: 45px;
  }
  .sm-mt-45 {
    margin-top: 45px;
  }
  .sm-ml-45 {
    margin-left: 45px;
  }
  .sm-pt-45 {
    padding-top: 45px;
  }
  .sm-pb-45 {
    padding-bottom: 45px;
  }
  .sm-pl-45 {
    padding-left: 45px;
  }
  .sm-pr-45 {
    padding-right: 45px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-ml-50 {
    margin-left: 50px;
  }
  .sm-pt-50 {
    padding-top: 50px;
  }
  .sm-pb-50 {
    padding-bottom: 50px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
  .sm-pr-50 {
    padding-right: 50px;
  }
  .sm-mb-55 {
    margin-bottom: 55px;
  }
  .sm-mt-55 {
    margin-top: 55px;
  }
  .sm-ml-55 {
    margin-left: 55px;
  }
  .sm-pt-55 {
    padding-top: 55px;
  }
  .sm-pb-55 {
    padding-bottom: 55px;
  }
  .sm-pl-55 {
    padding-left: 55px;
  }
  .sm-pr-55 {
    padding-right: 55px;
  }
  .sm-t-left {
    text-align: left !important;
  }
  .sm-t-center {
    text-align: center !important;
  }
  .sm-t-right {
    text-align: right !important;
  }
  .sm-display-n {
    display: none !important;
  }
  .sm-display-b {
    display: block !important;
  }
  .sm_img_full {
    width: 100%;
  }
}
/*==========================================================================
* TopBar One CSS
==========================================================================*/
.top__bar-two,
.top__bar {
  background: var(--color-3);
  padding: 10px 0;
}
.top__bar-two-left ul,
.top__bar-left ul {
  padding: 0;
  margin: 0;
}
.top__bar-two-left ul li,
.top__bar-left ul li {
  display: inline-block;
  list-style: none;
  margin-right: 25px;
}
.top__bar-two-left ul li a i,
.top__bar-left ul li a i {
  margin-right: 10px;
  color: var(--text-heading-color);
}
.top__bar-two-left ul li:last-child,
.top__bar-left ul li:last-child {
  margin-right: 0;
}
.top__bar-two-right ul,
.top__bar-right ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.top__bar-two-right ul li,
.top__bar-right ul li {
  list-style: none;
  color: var(--text-heading-color);
}

/*==========================================================================
* TopBar Two CSS
==========================================================================*/
.top__bar-two {
  background: transparent;
}
.top__bar-two .top__bar-left ul li {
  color: var(--text-heading-color);
}
.top__bar-two .top__bar-left ul li i {
  color: var(--primary-color-2);
}
.top__bar-two .top__bar-left ul li a:hover {
  color: var(--primary-color-2);
}
.top__bar-two .top__bar-right {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid var(--color-8);
}
.top__bar-two .top__bar-right ul li a i {
  color: var(--text-heading-color);
}
.top__bar-two .top__bar-right ul li a i:hover {
  color: var(--primary-color-2);
}

/*==========================================================================
* TopBar Three CSS
==========================================================================*/
.top__bar-three {
  background: var(--primary-color-1);
  padding: 10px 0;
  margin-bottom: 21px;
}
.top__bar-three .top__bar-left ul li {
  color: var(--text-white);
}
.top__bar-three .top__bar-left ul li i {
  color: var(--text-white);
}
.top__bar-three .top__bar-right ul li a i {
  color: var(--text-white);
}

@media (max-width: 470px) {
  .top__bar-two .top__bar-right {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .top__bar-right {
    width: 100%;
    text-align: center;
  }
}
/*==========================================================================
* Menu Bar CSS
==========================================================================*/

/*==========================================================================
* Mega Menu CSS
==========================================================================*/
.has-megamenu {
  position: static !important;
}
.megamenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  width: 950px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.06);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1000000;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.03);
}

.megamenu-content {
  display: flex;
  padding: 25px;
  gap: 25px;
  align-items: stretch;
}
.industries-megamenu-content {
  flex-direction: column-reverse;
  padding: 0 !important;
  gap: 0 !important;
}
.megamenu-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.industries-megamenu-content .megamenu-left {
  padding: 20px 25px 25px 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.megamenu-item {
  display: block;
  padding: 14px 18px;
  border-radius: 12px;
  transition: all 0.2s ease;
  text-decoration: none !important;
}
.megamenu-item:hover {
  background: #F7FAFC;
}
.megamenu-item h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1A202C !important;
  margin-bottom: 4px;
}
.megamenu-item p {
  font-size: 13px;
  color: #4A5568 !important;
  margin: 0;
  line-height: 1.4;
}
.megamenu-right {
  width: 440px;
  min-height: 250px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: #f8fafc;
}
.industries-megamenu-content .megamenu-right {
  width: 100% !important;
  height: 220px !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.megamenu-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: opacity 0.4s ease, transform 0.6s ease, visibility 0.4s ease;
}
.megamenu-preview-img.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.megamenu-item:hover {
  background: #f1f5f9;
}
.megamenu-item:hover h5 {
  color: #EF7F1A !important;
}

@media (max-width: 991px) {
  .megamenu {
    display: none !important;
  }
}

.header__area {
  padding: 15px 0;
}
.header__area-menubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__area-menubar-left {
  position: relative;
  z-index: 99;
}
.header__area-menubar-left-logo a {
  display: inline-block;
}
.header__area-menubar-left-logo a img {
  max-width: 250px;
  max-height: 40px; 
  width: auto;
  position: relative;
  z-index: 9999;
}
.header__area-menubar-center {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header__area-menubar-center-menu ul {
  padding: 0;
  margin: 0;
}
.header__area-menubar-center-menu ul li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0 15px;
}
.header__area-menubar-center-menu ul li:hover > a {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li:hover > .sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header__area-menubar-center-menu ul li .sub-menu {
  position: absolute;
  background: var(--bg-white);
  min-width: 260px;
  transition: 0.4s;
  top: 59px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: translateY(10px);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.03);
  border-top: 3px solid var(--primary-color-1);
}
.header__area-menubar-center-menu ul li .sub-menu li {
  display: block;
  padding: 0 30px;
  margin: 0;
}
.header__area-menubar-center-menu ul li .sub-menu li::after {
  display: none;
}
.header__area-menubar-center-menu ul li .sub-menu li > a {
  border-bottom: 1px solid var(--border-color-1);
  color: var(--text-heading-color);
  padding: 12px 0;
  transition: 0.4s;
  text-transform: capitalize;
  position: relative;
  font-weight: 400;
}
.header__area-menubar-center-menu ul li .sub-menu li > a::after {
  position: absolute;
  content: "";
  background: var(--primary-color-1);
  width: 0;
  transition: 0.4s;
  height: 1px;
  left: 0;
  bottom: -1px;
}
.header__area-menubar-center-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: -3px;
}
.header__area-menubar-center-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li .sub-menu li:hover > a::before {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li .sub-menu li:hover > a::after {
  width: 100%;
}
.header__area-menubar-center-menu ul li .sub-menu li:last-child > a {
  border: none;
}
.header__area-menubar-center-menu ul li .sub-menu li:last-child > a::after {
  display: none;
}
.header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children > a::before {
  content: "\f105";
  right: 0;
  color: var(--text-heading-color);
}
.header__area-menubar-center-menu ul li a {
  color: var(--text-heading-color);
  display: block;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
  font-weight: 500;
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a {
  position: relative;
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  right: -16px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 800;
  color: var(--text-heading-color);
  transition: 0.3s;
  font-size: 14px;
}
.header__area-menubar-center-menu ul li.menu-item-has-children {
  padding-right: 15px;
}
.header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::before {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li:first-child {
  margin-left: 0;
}
.header__area-menubar-center-menu ul li:last-child {
  margin-right: 0;
}
.header__area-menubar-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header__area-menubar-right-search {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--color-8);
}
.header__area-menubar-right-search-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
  display: block;
  color: var(--text-heading-color);
  font-size: 22px;
  line-height: 0;
}
.header__area-menubar-right-search-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: var(--primary-color-1);
  z-index: 9999;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.header__area-menubar-right-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 55%;
  transition: all 0.5s ease-out;
}
.header__area-menubar-right-search-box button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  padding: 0;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: var(--secondary-color);
}
.header__area-menubar-right-search-box.active {
  height: 100vh;
  top: 0;
}
.header__area-menubar-right-search-box.active.header__area-menubar-right-search-box form {
  transform: translate(-50%, -50%) scale(1);
}
.header__area-menubar-right-search-box.three button {
  background: var(--primary-color-3);
}
.header__area-menubar-right-search-box-icon {
  position: absolute;
  right: 50px;
  top: 50px;
}
.header__area-menubar-right-search-box-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
  display: block;
  font-size: 22px;
  color: var(--text-white);
  transform: rotate(0deg);
}
.header__area-menubar-right-search-box-icon i:hover {
  animation: rotate 0.4s ease 0s;
}
.header__area-menubar-right-tel {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
.header__area-menubar-right-tel-icon i {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--secondary-color);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-1);
}
.header__area-menubar-right-tel-info span {
  display: block;
}
.header__area-menubar-right-tel-info h6 {
  font-size: 20px;
  line-height: 28px;
}
.header__area-menubar-right-tel-info h6 a:hover {
  color: var(--primary-color-1);
}
.header__area-menubar-right-sidebar-icon {
  line-height: 0;
}
.header__area-menubar-right-sidebar-icon i {
  color: var(--text-heading-color);
  font-size: 26px;
  line-height: 0;
  display: inline-block;
  cursor: pointer;
}
.header__area-menubar-right-sidebar-popup {
  position: fixed;
  width: 460px;
  height: 100%;
  right: 0;
  overflow: auto;
  transform: translateX(100%);
  top: 0;
  background: var(--primary-color-1);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: transform 0.5s ease 0.4s;
  padding: 100px 40px;
  scrollbar-width: none;
}
.header__area-menubar-right-sidebar-popup::-webkit-scrollbar {
  display: none;
}
.header__area-menubar-right-sidebar-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  right: 0;
}
.header__area-menubar-right-sidebar-popup-icon i {
  width: 25px;
  height: 25px;
  display: block;
  font-size: 25px;
  color: var(--text-heading-color);
  cursor: pointer;
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  transform: rotate(0);
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn i {
  background: var(--color-5);
  width: 40px;
  color: var(--text-white);
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn:hover {
  animation: rotate 0.4s ease 0s;
}
.header__area-menubar-right-sidebar-popup-logo {
  margin-bottom: 30px;
}
.header__area-menubar-right-sidebar-popup-logo a {
  display: inline-block;
}
.header__area-menubar-right-sidebar-popup-logo a img {
  max-width: 170px;
}
.header__area-menubar-right-sidebar-popup p {
  color: var(--color-8);
}
.header__area-menubar-right-sidebar-popup-contact {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid rgba(var(--border-color-2), 0.1);
  border-bottom: 1px solid rgba(var(--border-color-2), 0.1);
}
.header__area-menubar-right-sidebar-popup-contact-item {
  display: flex;
  margin-bottom: 25px;
  gap: 25px;
}
.header__area-menubar-right-sidebar-popup-contact-item-icon i {
  font-size: 40px;
  margin-top: 5px;
  color: var(--secondary-color);
}
.header__area-menubar-right-sidebar-popup-contact-item-content span {
  color: var(--color-8);
  display: inline-block;
}
.header__area-menubar-right-sidebar-popup-contact-item-content h6 {
  max-width: 240px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.header__area-menubar-right-sidebar-popup-contact-item-content h6 a {
  color: var(--text-white);
}
.header__area-menubar-right-sidebar-popup-contact-item-content h6 a:hover {
  color: var(--secondary-color);
}
.header__area-menubar-right-sidebar-popup-contact-item:last-child {
  margin: 0;
}
.header__area-menubar-right-sidebar-popup-contact h4 {
  color: var(--text-white);
}
.header__area-menubar-right-sidebar-popup-social ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.header__area-menubar-right-sidebar-popup-social ul li {
  list-style: none;
}
.header__area-menubar-right-sidebar-popup-social ul li a i {
  color: var(--text-white);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--color-5);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.header__area-menubar-right-sidebar-popup-social ul li a i:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.header__area.two {
  background: var(--color-3);
  padding: 0;
}
.header__area.two .header__area-menubar {
  background: var(--bg-white);
  padding: 16px 20px;
  border-radius: 15px;
}
.header__area.two .header__area-menubar-center-menu ul li:hover > a {
  color: var(--primary-color-2);
}
.header__area.two .header__area-menubar-center-menu ul li:hover > a::before {
  color: var(--primary-color-2);
}
.header__area.two .header__area-menubar-center-menu ul li .sub-menu {
  border-color: var(--primary-color-2);
  min-width: 230px;
}
.header__area.two .header__area-menubar-center-menu ul li .sub-menu li > a::after {
  background: var(--primary-color-2);
}
.header__area.two .header__area-menubar-right-tel {
  border-left: 1px solid var(--color-7);
  padding-left: 25px;
  margin-left: 15px;
}
.header__area.three {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0;
  border-bottom: 1px solid rgba(var(--border-color-2), 0.1);
  padding-bottom: 22px;
}
.header__area.three .header__area-menubar-center-menu ul li:hover > a {
  color: var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu {
  background: var(--bg-white);
  border-top: 3px solid var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu li > a {
  color: var(--text-heading-color);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu li > a::after {
  background: var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu li:hover > a::before {
  color: var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children > a::before {
  color: var(--text-heading-color);
}
.header__area.three .header__area-menubar-center-menu ul li a {
  color: var(--text-white);
}
.header__area.three .header__area-menubar-center-menu ul li.menu-item-has-children > a {
  position: relative;
}
.header__area.three .header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
  color: var(--text-white);
}
.header__area.three .header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::before {
  color: var(--primary-color-3);
}
.header__area.three .header__area-menubar-right-sidebar-icon i {
  background: var(--bg-white);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__area.three .menu__bar i,
.header__area.three .header__area-menubar-right-search i {
  color: var(--text-white);
}
.header__area.three .header__area-menubar-right-sidebar,
.header__area.three .header__area-menubar-right-search {
  margin: 0;
  padding: 0;
  border: 0;
}

/*==========================================================================
* Menu Bar Sticky CSS
==========================================================================*/
.header__sticky-sticky-menu {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  animation: header_sticky 1s;
  display: block;
  box-shadow: 0 0 50px rgb(var(--border-color-2), 0.04);
  background: var(--color-8) !important;
}
@keyframes header_sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

/*==========================================================================
* Menu Sidebar CSS
==========================================================================*/
.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: all 0.8s ease-out;
  visibility: hidden;
  z-index: 99999;
  background: var(--primary-color-1);
  opacity: 0.8;
}
.sidebar-overlay.show {
  visibility: visible;
  width: 100%;
}

/*==========================================================================
* Responsive Menu Sidebar CSS
==========================================================================*/
.vertical-menu {
  padding-right: 6px;
}
.vertical-menu ul {
  padding: 0;
  margin: 0;
}
.vertical-menu ul li {
  list-style: none;
  position: relative;
}
.vertical-menu ul li a {
  padding: 14px 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
}
.vertical-menu ul li.menu-item-has-children > span {
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  text-align: center;
  background: var(--secondary-color);
  color: var(--color-1);
  z-index: 1;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  line-height: 26px;
}
.vertical-menu ul li.menu-item-has-children > span.is-open::before {
  content: "\f068";
}
.vertical-menu ul li.menu-item-has-children .sub-menu {
  display: none;
}
.vertical-menu ul li:hover > a {
  color: var(--secondary-color);
}
.vertical-menu ul li .sub-menu {
  padding-left: 20px;
}
.vertical-menu ul li .sub-menu li a {
  font-size: 16px;
  line-height: 26px;
}

.menu__bar {
  display: none;
}
.menu__bar i {
  font-size: 35px;
  cursor: pointer;
  color: var(--text-heading-color);
}
.menu__bar-popup {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  z-index: 9999;
  transition: 0.5s;
  transform: translateX(-100%);
  padding: 40px;
  background: var(--primary-color-1);
  overflow-y: auto;
}
.menu__bar-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.menu__bar-popup.show .menu__bar-popup-left-social {
  background: var(--color-1);
}
.menu__bar-popup.show .menu__bar-popup-right-contact {
  transition: transform 2s ease 0.4s, opacity 2s ease 0.4s;
  transform: translateX(0);
  opacity: 1;
}
.menu__bar-popup-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.menu__bar-popup-top .logo img {
  max-width: 155px;
}
.menu__bar-popup-top .close i {
  background: var(--color-5);
  width: 40px;
  color: var(--text-white);
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 20px;
}
.menu__bar-popup-top .close:hover {
  animation: rotate 0.4s ease 0s;
}
.menu__bar-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.8s;
  visibility: hidden;
  z-index: 9;
  background: var(--primary-color-1);
  opacity: 0.8;
  display: none;
}
.menu__bar-popup-overlay.show {
  visibility: visible;
  width: 100%;
}

@media (max-width: 1550px) {
  .header__area-menubar-center-menu ul li:nth-child(n+4) .sub-menu li .sub-menu {
    right: 100%;
    left: initial;
  }
}
@media (max-width: 1299px) {
  .header__four .header__area-menubar-right-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header__area-menubar-right-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .header__area {
    padding: 25px 0;
  }
  .header__area-menubar-right-search, .header__area-menubar-right-sidebar, .header__area-menubar-center {
    display: none;
  }
  .menu__bar {
    display: block;
  }
  .menu__bar-popup {
    display: block;
  }
  .menu__bar-popup-overlay {
    display: block;
  }
}
@media (max-width: 520px) {
  .menu__bar-popup {
    width: 100%;
  }
  .menu__bar-popup-overlay {
    display: none;
  }
}
/*==========================================================================
* Banner One CSS
==========================================================================*/
.banner__one {
  position: relative;
  z-index: 1;
}
.banner__one-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner__one-image::before {
  content: "";
  position: absolute;
  background-image: none !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner__one-image::after {
  content: "";
  position: absolute;
  background-image: none !important;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.banner__one-content {
  visibility: visible;
  padding: 140px 0px 160px 0px;
}
.banner__one-content .subtitle {
  border-color: rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
  background: rgba(26, 88, 88, 0.4784313725);
}
.banner__one-content .subtitle::before {
  background: var(--text-white);
}
.banner__one-content h1 {
  font-size: 80px;
  line-height: 92px;
  max-width: 580px;
  margin: 0px 0px 20px 0px;
  color: var(--text-white);
}
.banner__one-content h1 span {
  color: var(--secondary-color);
}
.banner__one-content p {
  max-width: 480px;
  color: var(--text-white);
  margin: 0px 0px 40px 0px;
}
.banner__one-content .default_button:hover {
  background: var(--color-5);
}
.banner__one .swiper-slide-active .banner__one-content {
  visibility: visible;
}
.banner__one-dots {
  position: absolute;
  bottom: 80px;
}
.banner__one-dots .swiper-pagination-bullet {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
  margin: 0 15px !important;
  position: relative;
  z-index: 9;
  background: rgba(255, 255, 255, 0.2588235294);
}
.banner__one-dots .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--secondary-color);
  top: 50%;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.banner__one-dots .swiper-pagination-bullet-active {
  background: var(--secondary-color);
}
.banner__one-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
}

/*==========================================================================
* Banner Two CSS
==========================================================================*/
.banner__two {
  background: var(--color-3);
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.banner__two-content {
  padding: 120px 0 60px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.banner__two-content .subtitle {
  background: var(--bg-white);
}
.banner__two-content h1 {
  margin-bottom: 24px;
}
.banner__two-content p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
}
.banner__two-content-button {
  margin-top: 45px;
}
.banner__two img {
  border-radius: 15px;
}

/*==========================================================================
* Banner One CSS
==========================================================================*/
.banner__three {
  position: relative;
  z-index: 1;
}
.banner__three-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner__three-image::before {
  content: "";
  position: absolute;
  background-color: transparent;
  background: linear-gradient(47deg, rgba(6, 50, 49, 0.8392156863) 0%, rgba(230, 98, 98, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner__three-content {
  visibility: hidden;
  padding: 330px 0px 190px 0px;
}
.banner__three-content .subtitle {
  margin-bottom: 35px;
  border-color: rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
  background: rgba(26, 88, 88, 0.4784313725);
}
.banner__three-content .subtitle::before {
  background: var(--text-white);
}
.banner__three-content h1 {
  font-size: 86px;
  line-height: 100px;
  max-width: 960px;
  color: var(--text-white);
}
.banner__three-content-button {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.banner__three-content-button-tel {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
.banner__three-content-button-tel-icon i {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--primary-color-1);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
}
.banner__three-content-button-tel-info span {
  display: block;
  color: var(--text-white);
}
.banner__three-content-button-tel-info h6 {
  font-size: 20px;
  line-height: 28px;
  color: var(--text-white);
}
.banner__three-content-button-tel-info h6 a:hover {
  color: var(--secondary-color);
}
.banner__three .swiper-slide-active .banner__three-content {
  visibility: visible;
}
.banner__three-arrow {
  position: absolute;
  max-width: 1345px;
  margin: 0 auto;
  padding: 0 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
  display: grid;
  justify-content: end;
  width: 100%;
  gap: 20px;
}
.banner__three-arrow-next, .banner__three-arrow-prev {
  display: inline-block;
}
.banner__three-arrow-next i, .banner__three-arrow-prev i {
  font-size: 22px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(230, 230, 230, 0.231372549);
  color: var(--text-white);
  transition: 0.4s;
}
.banner__three-arrow-next i:hover, .banner__three-arrow-prev i:hover {
  opacity: 1;
  background: var(--primary-color-3);
}

@media (max-width: 1199px) {
  .banner__two-content h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 1000px) {
  .banner__one-image::before {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) -10%, var(--primary-color-1) 35%);
  }
}
@media (max-width: 991px) {
  .banner__three-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 620px) {
  .banner__one-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .banner__three-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner__two-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .banner__one-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .banner__two-content h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .banner__three-arrow {
    display: flex;
    top: inherit;
    transform: translateY(0%);
    justify-content: center;
    bottom: 8%;
  }
}
@media (max-width: 359px) {
  .banner__one-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .banner__two-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
/*==========================================================================
* About One CSS
==========================================================================*/
.about__one-left {
  position: relative;
}
.about__one-left .two {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about__one-left .two img {
  border: 3px solid var(--bg-white);
  border-radius: 30px;
}
.about__one-right-list ul {
  padding: 0;
  margin: 0;
}
.about__one-right-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text-heading-color);
}
.about__one-right-list ul li:last-child {
  margin-bottom: 0;
}
.about__one-right-list ul li i {
  color: var(--primary-color-1);
  font-size: 18px;
  line-height: 0;
}

/*==========================================================================
* About Two CSS
==========================================================================*/
.about__two {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.about__two-left {
  position: relative;
}
.about__two-left img {
  border-radius: 20px;
}
.about__two-left .two {
  position: absolute;
  right: 0;
  bottom: 50px;
  border: 10px solid var(--bg-white);
}
.about__two-left-client {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border-radius: 15px;
  background: var(--primary-color-1);
  position: absolute;
  right: 0;
  top: 0;
}
.about__two-left-client i {
  display: inline-flex;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  font-size: 40px;
  color: var(--color-1);
}
.about__two-left-client h2,
.about__two-left-client span {
  color: var(--text-white);
}
.about__two-right-title .subtitle {
  background: var(--bg-white);
}
.about__two-right-btn .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.about__two-right-btn .default_button:hover {
  color: var(--color-1);
  background: var(--secondary-color);
}
.about__two-right-overview {
  border: 1px solid var(--color-8);
  margin-top: 25px;
  padding: 30px;
  border-radius: 15px;
  display: flex;
}
.about__two-right-overview-item {
  border-right: 1px solid var(--color-8);
  width: 50%;
  padding-right: 25px;
  margin-right: 25px;
}
.about__two-right-overview-item h4 {
  margin-bottom: 14px;
}
.about__two-right-overview-item p {
  margin-bottom: 0;
}
.about__two-right-overview-item:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

/*==========================================================================
* About Three CSS
==========================================================================*/
.about__three-left .one {
  width: 100%;
  border-radius: 90px 90px 0 0;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__three-left .two {
  width: 100%;
  border-radius: 0 0 90px 90px;
}
.about__three-left .three {
  width: 100%;
  border-radius: 90px 90px 0 0;
}
.about__three-left-experience {
  padding: 30px;
  border-radius: 15px;
  background: var(--primary-color-1);
}
.about__three-left-experience i {
  font-size: 60px;
  color: var(--secondary-color);
}
.about__three-left-experience span,
.about__three-left-experience h3 {
  color: var(--text-white);
}
.about__three-right-list {
  border-bottom: 1px solid var(--border-color-1);
}
.about__three-right-list-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.about__three-right-list-item i {
  color: var(--primary-color-3);
  font-size: 60px;
  line-height: 0;
}
.about__three-right-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

/*==========================================================================
* Company History CSS
==========================================================================*/
.company__history-area-item {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
.company__history-area-item-inner {
  border-left: 1px solid var(--border-color-1);
  padding-left: 120px;
}
.company__history-area-item-inner-image {
  margin: 0 30px;
}
.company__history-area-item-inner-image img {
  max-width: 100%;
  border-radius: 15px;
}
.company__history-area-item-inner-content {
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  background: var(--bg-white);
  padding: 60px 30px 30px 30px;
  margin-top: -30px;
  border-radius: 15px;
}
.company__history-area-item-inner-content p {
  margin: 10px 0 0 0;
}
.company__history-area-item-date {
  text-align: right;
}
.company__history-area-item-date span {
  background: var(--secondary-color);
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-1);
  border-radius: 50%;
  margin-right: -40px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.company__history-area-item-date span::after {
  position: absolute;
  content: "";
  right: -45px;
  top: 0;
  background-image: url(../../assets/img/pagess/arrow.png);
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 9999;
  background-position: center;
  background-size: contain;
}
.company__history-area-item:nth-child(even) {
  direction: rtl;
  margin-right: -2px;
}
.company__history-area-item:nth-child(even) .company__history-area-item-inner {
  border-left: 0;
  padding-left: 0;
  border-right: 1px solid var(--border-color-1);
  padding-right: 120px;
  direction: ltr;
}
.company__history-area-item:nth-child(even) .company__history-area-item-date {
  text-align: left;
}
.company__history-area-item:nth-child(even) .company__history-area-item-date span {
  margin-right: 0;
  margin-left: -40px;
}
.company__history-area-item:nth-child(even) .company__history-area-item-date span::after {
  right: initial;
  left: -45px;
  transform: scaleX(-1);
}

@media (max-width: 991px) {
  .company__history-area-item-inner {
    padding-left: 65px;
  }
  .company__history-area-item-inner-image {
    margin: 0 25px;
  }
  .company__history-area-item-inner-content {
    background: var(--color-11);
    padding: 60px 22px 30px 22px;
    margin-top: -30px;
  }
  .company__history-area-item-date span {
    width: 60px;
    height: 60px;
    margin-right: -30px;
    font-size: 16px;
  }
  .company__history-area-item-date span::after {
    right: -25px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-inner {
    padding-right: 65px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date span {
    margin-left: -30px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date span::after {
    left: -25px;
  }
}
@media (max-width: 660px) {
  .company__history-area {
    display: grid;
    gap: 80px;
  }
  .company__history-area-item {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .company__history-area-item-inner {
    padding-left: 0;
    border: 0;
  }
  .company__history-area-item-date {
    text-align: center;
  }
  .company__history-area-item-date span {
    width: 60px;
    height: 60px;
    margin-right: 0;
    font-size: 16px;
  }
  .company__history-area-item-date span::after {
    top: 35px;
    transform: rotate(90deg);
    right: 12px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-inner {
    padding-right: 0;
    border: 0;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date {
    text-align: center;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date span {
    margin-left: 0;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date span::after {
    top: 35px;
    transform: rotate(90deg);
    left: 12px;
  }
}
@media (max-width: 575px) {
  .about__two-right-overview {
    display: block;
  }
  .about__two-right-overview-item {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .about__two-right-overview-item:last-child {
    border-top: 1px solid var(--border-color-1);
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 470px) {
  .about__two-left .two,
  .about__one-left .two {
    max-width: 50%;
  }
  .about__three-left-experience {
    padding: 20px;
  }
}
/*==========================================================================
* Blog One CSS
==========================================================================*/
.blog__one-item {
  border: 1px solid var(--color-8);
  padding: 25px;
  border-radius: 15px;
}
.blog__one-item-image {
  position: relative;
  z-index: 1;
}
.blog__one-item-image img {
  border-radius: 10px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog__one-item-content {
  margin-top: -10px;
}
.blog__one-item-content a:hover {
  color: var(--primary-color-1);
}
.blog__one-item-content-meta {
  display: inline-block;
  background: var(--color-3);
  transform: translateY(-50px);
  padding: 2px 15px 4px 15px;
  margin: 0px 0px 0px 20px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.blog__one-item-content-meta ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}
.blog__one-item-content-meta ul li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
}
.blog__one-item-content-meta ul li a i {
  color: var(--text-heading-color);
  margin-right: 4px;
}
.blog__one-item-content h5 {
  font-size: 24px;
  line-height: 34px;
}
.blog__one-item-content .more_btn {
  margin-top: 35px;
}
.blog__one-dots {
  text-align: center;
}
.blog__one-dots .swiper-pagination-bullet {
  border-radius: 5px;
  background: var(--primary-color-1);
  width: 8px;
  height: 8px;
  transition: 0.4s;
  opacity: 1;
  margin: 0 4px;
  position: relative;
  z-index: 9;
}
.blog__one-dots .swiper-pagination-bullet-active {
  background: var(--secondary-color);
  width: 25px;
}

/*==========================================================================
* Blog Two CSS
==========================================================================*/
.blog__two-title-btn .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.blog__two-title-btn .default_button:hover {
  color: var(--color-1);
  background: var(--secondary-color);
}
.blog__two .blog__one-item {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.blog__two .blog__one-item-image {
  position: relative;
}
.blog__two .blog__one-item-image img {
  border-radius: 10px 10px 0px 0px;
}
.blog__two .blog__one-item-image .date {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: var(--secondary-color);
  padding: 8px;
  border-radius: 5px;
  text-align: center;
}
.blog__two .blog__one-item-image .date h6 {
  color: var(--color-1);
  line-height: 22px;
}
.blog__two .blog__one-item-image .date span {
  color: var(--color-1);
}
.blog__two .blog__one-item-content {
  margin-top: 0;
  padding: 20px 25px 30px 25px;
  border: 1px solid var(--color-8);
  border-top: none;
  border-radius: 0px 0px 10px 10px;
}
.blog__two .blog__one-item-content-meta {
  background: var(--color-3);
  transform: translateY(0);
  margin: 0 0 15px 0;
  border-radius: 20px;
}
.blog__two .blog__one-item-content-meta ul li a i {
  color: var(--primary-color-2);
}
.blog__two .blog__one-item-content-meta ul li a:hover {
  color: var(--primary-color-2);
}
.blog__two .blog__one-item-content .more_btn:hover,
.blog__two .blog__one-item-content h5 a:hover {
  color: var(--primary-color-2);
}

/*==========================================================================
* Blog Three CSS
==========================================================================*/
.blog__three-right-item {
  box-shadow: 2px 3px 0px 4px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  display: flex;
}
.blog__three-right-item-image {
  width: 45%;
  max-width: 45%;
  flex-shrink: 0;
}
.blog__three-right-item-image .img {
  height: 100%;
  position: relative;
}
.blog__three-right-item-image .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 0px 0px 15px;
}
.blog__three-right-item-content {
  padding: 70px 30px;
}
.blog__three-right-item-content .more_btn {
  margin-top: 40px;
}
.blog__three-right-item-content .more_btn:hover,
.blog__three-right-item-content h5 a:hover {
  color: var(--primary-color-3);
}
.blog__three .blog__one-item-content-meta {
  background: var(--color-3);
  transform: translateY(0);
  margin: 0 0 15px 0;
  border-radius: 20px;
}
.blog__three .blog__one-item-content-meta ul li a i {
  color: var(--primary-color-3);
}

/*==========================================================================
* Blog Grid CSS
==========================================================================*/
.blog__grid .blog__one-item {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.blog__grid .blog__one-item-image {
  position: relative;
}
.blog__grid .blog__one-item-image img {
  border-radius: 15px 15px 0px 0px;
}
.blog__grid .blog__one-item-image .date {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: var(--primary-color-1);
  padding: 8px;
  border-radius: 5px;
  text-align: center;
}
.blog__grid .blog__one-item-image .date h6 {
  color: var(--text-white);
  line-height: 22px;
}
.blog__grid .blog__one-item-image .date span {
  color: var(--text-white);
}
.blog__grid .blog__one-item-content {
  margin-top: 0;
  padding: 20px 25px 30px 25px;
  border: 1px solid var(--color-8);
  border-top: none;
  border-radius: 0px 0px 15px 15px;
}
.blog__grid .blog__one-item-content-meta {
  background: var(--color-3);
  transform: translateY(0);
  margin: 0 0 15px 0;
  border-radius: 20px;
}
.blog__grid .blog__one-item-content-meta ul li a i {
  color: var(--primary-color-1);
}
.blog__grid .blog__one-item-content-meta ul li a:hover {
  color: var(--primary-color-1);
}
.blog__grid .blog__one-item-content .more_btn:hover,
.blog__grid .blog__one-item-content h5 a:hover {
  color: var(--primary-color-1);
}

/*==========================================================================
* Blog Standard CSS
==========================================================================*/
.blog__standard-item {
  margin-bottom: 50px;
}
.blog__standard-item:last-child {
  margin-bottom: 0;
}
.blog__standard-item-image img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.blog__standard-item-content {
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  padding: 30px;
  border-radius: 0 0 15px 15px;
}
.blog__standard-item-content-meta {
  margin-bottom: 15px;
}
.blog__standard-item-content-meta ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.blog__standard-item-content-meta ul li {
  list-style: none;
}
.blog__standard-item-content-meta ul li a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.blog__standard-item-content-meta ul li a i {
  color: var(--primary-color-1);
}
.blog__standard-item-content-meta ul li a:hover {
  color: var(--primary-color-1);
}
.blog__standard-item-content h4 {
  margin-bottom: 10px;
}
.blog__standard-item-content h4 a:hover {
  color: var(--primary-color-1);
}
.blog__standard-item-content p {
  margin-bottom: 35px;
}

/*==========================================================================
* Blog Details CSS
==========================================================================*/
.blog__details-area img {
  border-radius: 15px;
}
.blog__details-area-box {
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  padding: 45px;
  border-radius: 10px;
  margin: 40px 0;
}
.blog__details-area-box p {
  margin-bottom: 20px;
  font-size: 22px;
  font-style: italic;
  line-height: 34px;
}
.blog__details-area-box span {
  font-size: 14px;
}
.blog__details-area-tag {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color-1);
  flex-wrap: wrap;
}
.blog__details-area-contact {
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  padding: 45px;
  border-radius: 10px;
}
.blog__details-area-contact h4 {
  margin-bottom: 5px;
}

@media (max-width: 680px) {
  .blog__three-right-item {
    box-shadow: 0 5px 0 1px rgba(0, 0, 0, 0.04);
    display: block;
  }
  .blog__three-right-item-image {
    width: 100%;
    max-width: 100%;
  }
  .blog__three-right-item-image .img img {
    border-radius: 15px 15px 0 0;
  }
  .blog__three-right-item-content {
    padding: 30px 20px;
  }
  .blog__details-area-box,
  .blog__details-area-contact {
    padding: 30px 20px;
  }
}
@media (max-width: 470px) {
  .blog__one-item {
    padding: 17px;
  }
  .blog__two .blog__one-item-content {
    padding: 20px 18px 30px 18px;
  }
}
/*==========================================================================
* All Side Bar
========================================================================== */
.all__sidebar-item {
  padding: 30px 35px 35px 35px;
  margin-bottom: 25px;
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  border-radius: 15px;
}
.all__sidebar-item > h5 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--color-8);
}
.all__sidebar-item > h5::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 70px;
  background: var(--secondary-color);
}
.all__sidebar-item-search form {
  display: flex;
  position: relative;
}
.all__sidebar-item-search form input {
  background: var(--bg-white);
}
.all__sidebar-item-search form button {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  border-radius: 6px;
}
.all__sidebar-item-post .post__item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.all__sidebar-item-post .post__item:last-child {
  margin: 0;
}
.all__sidebar-item-post .post__item-image {
  width: 90px;
  height: 90px;
  min-width: 90px;
}
.all__sidebar-item-post .post__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all__sidebar-item-post .post__item-title h6 {
  font-size: 16px;
  line-height: 26px;
}
.all__sidebar-item-post .post__item-title h6 a {
  color: var(--text-heading-color);
}
.all__sidebar-item-post .post__item-title h6 a:hover {
  color: var(--primary-color-1);
}
.all__sidebar-item-post .post__item-title span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 23px;
}
.all__sidebar-item-post .post__item-title span i {
  color: var(--primary-color-1);
}
.all__sidebar-item-category ul {
  padding: 0;
  margin: 0;
}
.all__sidebar-item-category ul li {
  list-style: none;
  margin-bottom: 25px;
}
.all__sidebar-item-category ul li a {
  background: var(--bg-white);
  display: flex;
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  color: var(--text-heading-color);
}
.all__sidebar-item-category ul li a i {
  font-size: 25px;
  line-height: 0;
}
.all__sidebar-item-category ul li a:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.all__sidebar-item-category ul li:last-child {
  margin-bottom: 0;
}
.all__sidebar-item-tag ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.all__sidebar-item-tag ul li {
  list-style: none;
}
.all__sidebar-item-tag ul li a {
  transition: 0.4s;
  padding: 4px 18px 5px 18px;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  border-radius: 4px;
  color: var(--text-heading-color);
  border: 1px solid var(--border-color-1);
  background: var(--bg-white);
}
.all__sidebar-item-tag ul li a:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
}
.all__sidebar-item-help {
  background: var(--primary-color-1);
  text-align: center;
  padding: 35px;
  border-radius: 15px;
}
.all__sidebar-item-help a img {
  max-width: 155px;
}
.all__sidebar-item-help span {
  display: block;
  color: var(--text-white);
  margin-top: 35px;
  margin-bottom: 5px;
}
.all__sidebar-item-help h4 {
  color: var(--text-white);
}
.all__sidebar-item-help .default_button {
  background: var(--color-3);
  color: var(--text-heading-color);
  margin-top: 45px;
}
.all__sidebar-item-help .default_button i {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.all__sidebar-item-help .default_button:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.all__sidebar-item-help .default_button:hover i {
  background: var(--text-white);
  color: var(--primary-color-1);
}
.all__sidebar-item-download ul {
  padding: 0;
  margin: 0;
}
.all__sidebar-item-download ul li {
  list-style: none;
  margin-bottom: 25px;
}
.all__sidebar-item-download ul li a {
  background: var(--bg-white);
  display: flex;
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  color: var(--text-heading-color);
}
.all__sidebar-item-download ul li a:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.all__sidebar-item-download ul li a span {
  float: right;
  font-size: 25px;
  color: var(--primary-color-1);
}
.all__sidebar-item-download ul li:last-child {
  margin: 0;
}
.all__sidebar-item:last-child {
  margin: 0;
}

@media (max-width: 1299px) {
  .all__sidebar-item {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .all__sidebar-item-post-item {
    gap: 15px;
  }
  .all__sidebar-item-post-item-content h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .all__sidebar-item-post-item-image img {
    width: 80px;
    height: 85px;
    max-width: 80px;
  }
}
@media (max-width: 575px) {
  .all__sidebar-item {
    padding: 30px 20px;
  }
}
/*==========================================================================
* Process Css
==========================================================================*/
.process__area-title {
  max-width: 650px;
  margin: 0 auto;
}
.process__area-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.process__area-item {
  border-top: 1px dashed var(--color-8);
  text-align: center;
  margin-top: 75px;
  display: flex;
  flex-direction: column;
}
.process__area-item span {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: var(--color-3);
  font-size: 18px;
  line-height: 28px;
  color: var(--text-heading-color);
  width: 45px;
  height: 45px;
  transform: translateY(-22px);
  border-radius: 50px;
  transition: 0.4s;
}
.process__area-item-area {
  border: 2px solid var(--bg-white);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  padding: 40px 20px;
  transition: 0.4s;
  flex: 1;
  margin: 0 12.5px;
  border: 1px solid var(--border-color-1);
  margin-top: 38px;
}
.process__area-item-area i {
  margin-bottom: 30px;
  display: inline-block;
  font-size: 50px;
  line-height: 0;
  color: var(--primary-color-1);
}
.process__area-item-area h5 {
  font-size: 24px;
  line-height: 34px;
}
.process__area-item-area p {
  margin: 15px 0px 0px 0px;
}
.process__area-item:hover span {
  background: var(--secondary-color);
  color: var(--color-1);
}
.process__area-item:hover .process__area-item-area {
  border-color: var(--primary-color-1);
}

@media (max-width: 1199px) {
  .process__area-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .process__area-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .process__area-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 470px) {
  .our__benefits-right-experience {
    min-width: initial;
    left: 10px;
  }
  .process__area-item-area {
    padding: 30px 25px;
    margin: 0;
    margin-top: 38px;
  }
}
/*==========================================================================
* Faq CSS
==========================================================================*/
.faq__one {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.faq__one-left {
  position: relative;
  z-index: 1;
}
.faq__one-left .one {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 15px;
  width: 100%;
}
.faq__one-left .two {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  width: 100%;
}
.faq__one-left .three {
  height: 580px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.faq__one-left-years {
  position: absolute;
  left: 20%;
  bottom: 30px;
  background: var(--primary-color-2);
  padding: 30px;
  min-width: 305px;
  border-radius: 15px;
}
.faq__one-left-years span,
.faq__one-left-years h3 {
  color: var(--text-white);
}
.faq__one .faq-item .icon::after {
  color: var(--primary-color-2);
  background: var(--bg-white);
}
.faq__one .faq-item .icon:not(.collapsed)::after {
  background: var(--secondary-color);
  color: var(--color-1);
}
.faq__one-right-title .subtitle {
  background: var(--bg-white);
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid var(--color-8);
  border-radius: 15px;
}
.faq-item:last-child {
  margin: 0;
}
.faq-item h6 {
  cursor: pointer;
  padding: 14px 25px;
}
.faq-item .icon {
  position: relative;
  border-radius: 10px 10px 0 0;
}
.faq-item .icon::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color-1);
  right: 20px;
  font-size: 14px;
  transition: 0.4s;
  background: var(--color-3);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
}
.faq-item .icon:not(.collapsed)::after {
  content: "\f068";
  background: var(--primary-color-1);
  color: var(--text-white);
}
.faq-item-body p {
  padding: 0px 30px 25px 30px;
  margin-bottom: 0;
}

.faq__page .faq__one-left-years {
  background: var(--primary-color-1);
}

@media (max-width: 480px) {
  .faq__one-left-years {
    left: 10px;
    min-width: initial;
  }
  .choose__us-left-success {
    padding: 25px;
    max-width: 250px;
  }
}
/*==========================================================================
* Request Quote CSS
==========================================================================*/
.request__quote span {
  color: var(--secondary-color);
}
.request__quote-item label {
  margin-bottom: 8px;
}
.request__quote-services label {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: var(--text-heading-color);
}
.request__quote .description {
  margin-top: 10px;
}

/*==========================================================================
* Contact CSS
==========================================================================*/
.contact__info-item {
  padding: 40px;
  border-radius: 15px;
  background: var(--color-3);
}
.contact__info-item i {
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg-white);
  color: var(--primary-color-1);
  font-size: 50px;
}
.contact__info-item span {
  display: block;
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid rgba(6, 50, 49, 0.1411764706);
}
.contact__info-item h5 {
  font-weight: 600;
}
.contact__info-item h5 a:hover {
  color: var(--primary-color-1);
}

.contact__area-left {
  background: var(--color-3);
  padding: 40px;
  border-radius: 15px;
}
.contact__area-left .subtitle {
  background: var(--bg-white);
}
.contact__area .map-area iframe {
  width: 100%;
  height: 600px;
  display: block;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .contact__area-left {
    padding: 35px 25px;
  }
}
/*==========================================================================
* Pricing Css
==========================================================================*/
.pricing__plan-btn {
  display: inline-flex;
  align-items: center;
  background: var(--color-3);
  border-radius: 50px;
}
.pricing__plan-btn-item {
  padding: 12px 35px;
  cursor: pointer;
  transition: 0.4s;
}
.pricing__plan-btn-item h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: 0.4s;
}
.pricing__plan-btn-item.active {
  background: var(--secondary-color);
}
.pricing__plan-btn-item.active h6 {
  color: var(--color-1);
}
.pricing__plan-btn-item:first-child {
  border-radius: 50px 0 0 50px;
}
.pricing__plan-btn-item:last-child {
  border-radius: 0 50px 50px 0;
}
.pricing__plan-item {
  border-radius: 15px;
  padding: 40px;
  border: 1px solid var(--border-color-1);
}
.pricing__plan-item h5 {
  margin-bottom: 20px;
}
.pricing__plan-item p {
  margin-bottom: 24px;
}
.pricing__plan-item h2 span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.pricing__plan-item ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--border-color-1);
  margin-top: 30px;
  padding-top: 25px;
}
.pricing__plan-item ul li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing__plan-item ul li:last-child {
  margin: 0;
}
.pricing__plan-item ul li i {
  color: var(--primary-color-1);
}
.pricing__plan-item .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.pricing__plan-item .default_button i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.pricing__plan-item .default_button:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.pricing__plan-item.active {
  background: var(--secondary-color);
}
.pricing__plan-item.active h2 span,
.pricing__plan-item.active p {
  color: var(--body-color);
}
.pricing__plan-item.active h5,
.pricing__plan-item.active h2,
.pricing__plan-item.active ul li i,
.pricing__plan-item.active ul li {
  color: var(--color-1);
}
.pricing__plan-item.active ul {
  border-color: rgba(var(--border-color-3), 0.1);
}
.pricing__plan-item.active .default_button {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.pricing__plan-item.active .default_button i {
  background: var(--primary-color-2);
  color: var(--text-white);
}
.pricing__plan-item.active .default_button:hover {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.pricing__plan-item.active .default_button:hover i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}

@media (max-width: 470px) {
  .pricing__plan-item {
    padding: 30px;
  }
}
/*==========================================================================
* Choose Us One Css
==========================================================================*/
.choose__us {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.choose__us-left {
  position: relative;
  z-index: 1;
}
.choose__us-left img {
  border-radius: 15px;
}
.choose__us-left-success {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: var(--primary-color-2);
  border-radius: 15px;
  padding: 30px;
  max-width: 275px;
}
.choose__us-left-success h3 {
  margin-bottom: 30px;
  color: var(--text-white);
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}
.choose__us-left-success > span {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-white);
}
.choose__us-right-title .subtitle {
  background: var(--bg-white);
}
.choose__us-right .about__one-right-list ul li i {
  color: var(--primary-color-2);
}

/*==========================================================================
* Choose Us Two Css
==========================================================================*/
.chooses__two-left {
  position: relative;
  z-index: 1;
}
.chooses__two-left .one {
  width: 90%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 15px 15px 15px 15px;
}
.chooses__two-left .two {
  width: 65%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-style: solid;
  border-width: 15px 0px 0px 15px;
  border-color: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  margin-top: -220px;
}
.chooses__two-left-project {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--primary-color-3);
  padding: 30px 35px;
  border-radius: 15px;
  text-align: center;
}
.chooses__two-left-project i {
  color: var(--text-white);
  font-size: 60px;
  margin-bottom: 12px;
}
.chooses__two-left-project span {
  color: var(--text-white);
}
.chooses__two-left-project h3 {
  color: var(--text-white);
  font-weight: 600;
}
.chooses__two-right .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.chooses__two-right .default_button i {
  color: var(--primary-color-3);
}
.chooses__two-right .default_button:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.chooses__two-right-list-item {
  padding: 25px 30px;
  border-radius: 15px;
  border: 1px solid var(--color-8);
}
.chooses__two-right-list-item i {
  font-size: 50px;
  color: var(--primary-color-1);
}
.chooses__two-right-list-item h5 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.chooses__two-right-list-item p {
  margin-bottom: 0;
}

/*==========================================================================
* Features area Css
==========================================================================*/
.features__area-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.features__area-btn-item {
  flex-grow: 1;
  text-align: center;
  box-shadow: 0px 3px 0px 4px rgba(0, 0, 0, 0.04);
  border-radius: 50px;
  padding: 15px;
  cursor: pointer;
}
.features__area-btn-item.active {
  background: var(--secondary-color);
  box-shadow: 0px 2px 0px 3px rgb(230, 195, 101);
}
.features__area-btn-item.active h6 {
  color: var(--color-1);
}
.features__area-content-item-left img {
  border-radius: 15px;
}
.features__area-content-item-right ul {
  padding: 0;
  margin: 0;
}
.features__area-content-item-right ul li {
  list-style: none;
  display: inline-flex;
  gap: 10px;
  margin-bottom: 8px;
}
.features__area-content-item-right ul li:last-child {
  margin-bottom: 0;
}
.features__area-content-item-right ul li i {
  color: var(--primary-color-1);
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 6px;
}
.features__area-content-item-right-counter {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid var(--border-color-1);
}
.features__area-content-item-right-counter h3 {
  font-size: 46px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 5px;
}
.features__area-content-item-right-counter .title {
  font-size: 18px;
}

/*==========================================================================
* Achievements CSS
==========================================================================*/
.achievements__area-image-item {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  border-bottom: 1px solid var(--color-8);
  transition: 0.4s;
}
.achievements__area-image-item-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 250px;
  transition: 0.4s;
}
.achievements__area-image-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(-5deg) scale(0.8);
  transition: opacity 0.35s, transform 0.5s ease-out;
  opacity: 0;
  border-radius: 15px;
}
.achievements__area-image-item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.achievements__area-image-item:hover, .achievements__area-image-item.active {
  border-color: var(--primary-color-2);
}
.achievements__area-image-item:hover .achievements__area-image-item-image img, .achievements__area-image-item.active .achievements__area-image-item-image img {
  transform: rotate(0) scale(1);
  opacity: 1;
}
.achievements__area-image-item:first-child {
  border-top: 1px solid var(--color-8);
}

@media (max-width: 575px) {
  .achievements__area-image-item-image {
    transform: translate(-10%, -50%);
  }
}
/*==========================================================================
* Footer Cta CSS
==========================================================================*/
.footer__cta {
  position: relative;
  z-index: 1;
}
.footer__cta::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: var(--color-1);
  width: 100%;
  height: 50%;
  z-index: -1;
}
.footer__cta-area {
  background: var(--primary-color-1);
  padding: 30px 40px;
  border-radius: 15px;
}
.footer__cta-area-left h2 {
  font-size: 46px;
  line-height: 56px;
  color: var(--text-white);
}
.footer__cta-area-right-tel {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__cta-area-right-tel-icon i {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--secondary-color);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-1);
}
.footer__cta-area-right-tel-info span {
  display: block;
  color: var(--text-white);
}
.footer__cta-area-right-tel-info h6 {
  font-size: 20px;
  line-height: 28px;
  color: var(--text-white);
}
.footer__cta-area-right .default_button {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.footer__cta-area-right .default_button i {
  background: var(--color-1);
  color: var(--text-white);
}
.footer__cta-area-right .default_button:hover {
  background: var(--secondary-color);
}
.footer__cta-area-right .default_button:hover i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}

/*==========================================================================
* Cta One CSS
==========================================================================*/
.cta__area {
  background: var(--color-3);
}
.cta__area-right {
  padding: 40px 30px;
  border-radius: 20px;
  background: var(--bg-white);
  margin-bottom: 90px;
}

@media (max-width: 480px) {
  .footer__cta-area {
    padding: 40px 10px;
  }
  .footer__cta-area-left h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .cta__area-right {
    padding: 30px 20px;
  }
}
/*==========================================================================
* Footer One CSS
==========================================================================*/
.footer__one {
  background: var(--color-1);
  padding: 40px 0 20px 0;
  position: relative;
  z-index: 1;
}
.footer__one .bg_shape {
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__one-widget .logo img {
  max-width: 155px;
}
.footer__one-widget p {
  color: var(--color-8);
  margin: 20px 0 0 0;
}
.footer__one-widget h5 {
  color: var(--text-white);
  margin-bottom: 12px;
  font-weight: 600;
}
.footer__one-widget.contact .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__one-widget.contact .contact-item-icon i {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--color-4);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
}
.footer__one-widget.contact .contact-item-info span {
  display: block;
  color: var(--color-8);
}
.footer__one-widget.contact .contact-item-info h6 {
  max-width: 240px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--text-white);
}
.footer__one-widget.contact .contact-item-info h6 a:hover {
  color: var(--secondary-color);
}
.footer__one-widget.social ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.footer__one-widget.social ul li {
  list-style: none;
}
.footer__one-widget.social ul li a i {
  color: var(--text-white);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--color-4);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.footer__one-widget.social ul li a i:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}

.footer-widget-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-widget-menu ul li {
  flex: 0 0 50%;
  padding-right: 15px;
  list-style: none;
  margin-bottom: 4px;
}
.footer-widget-menu ul li:last-child {
  margin: 0;
}
.footer-widget-menu ul li a {
  color: var(--color-8);
}
.footer-widget-menu ul li a:hover {
  color: var(--secondary-color);
}

/*==========================================================================
* Copyright CSS
==========================================================================*/
.copyright__area {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.copyright__area p {
  color: var(--color-8);
  margin: 0;
}
.copyright__area p a {
  text-decoration: underline;
}
.copyright__area p a:hover {
  color: var(--secondary-color);
}
.copyright__area .footer-widget-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.copyright__area .footer-widget-menu ul li {
  margin: 0;
}

/*==========================================================================
* Footer Two CSS
==========================================================================*/
.footer__two {
  background: var(--color-1);
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
.footer__two .bg_shape {
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__two::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: var(--bg-white);
  width: 100%;
  height: 120px;
  z-index: -1;
}
.footer__two-cta-form {
  position: relative;
}
.footer__two-cta-form input {
  height: 58px;
  background: #165555;
  color: #CDD6D6;
  border-radius: 50px 50px 50px 50px;
  border-color: #196868;
}
.footer__two-cta-form input::-moz-placeholder {
  color: #CDD6D6;
}
.footer__two-cta-form input::placeholder {
  color: #CDD6D6;
}
.footer__two-cta-form input:focus {
  border-color: #258585;
  color: var(--text-white);
}
.footer__two-cta-form button {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--color-1);
  background: var(--secondary-color);
  padding: 10px 18px 10px 18px;
  margin: 5px 5px 0 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
}
.footer__two-cta-form button:hover {
  background: var(--color-1);
  color: var(--text-white);
}
.footer__two .footer__cta-area {
  margin-bottom: 100px;
  background: var(--primary-color-2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__two .footer__one-widget.contact .contact-item-info h6 a:hover,
.footer__two .footer-widget-menu ul li a:hover,
.footer__two .footer-widget-menu ul li a:hover {
  color: var(--secondary-color);
}

/*==========================================================================
* Footer Three CSS
==========================================================================*/
.footer__three {
  padding: 90px 0 35px 0;
  background: var(--color-1);
  position: relative;
  z-index: 1;
}
.footer__three .bg_shape {
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__three .footer__one-widget.subscribe form {
  position: relative;
  margin-top: 30px;
}
.footer__three .footer__one-widget.subscribe form input {
  background: transparent;
  border: 1px solid rgba(var(--border-color-2), 0.1);
  border-radius: 50px;
}
.footer__three .footer__one-widget.subscribe form input::-moz-placeholder {
  color: var(--color-8);
}
.footer__three .footer__one-widget.subscribe form input::placeholder {
  color: var(--color-8);
}
.footer__three .footer__one-widget.subscribe form input:focus {
  color: var(--text-white);
  border-color: var(--primary-color-3);
}
.footer__three .footer__one-widget.subscribe form button {
  padding: 0;
  background: var(--secondary-color);
  color: var(--color-1);
  position: absolute;
  right: 7px;
  top: 7px;
  padding: 8px 14px;
  border-radius: 50px;
}
.footer__three .footer__one-widget.subscribe form button:hover {
  background: var(--primary-color-3);
  color: var(--text-white);
}

/*==========================================================================
* Benefits CSS
==========================================================================*/
.our__benefits {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.our__benefits-left-title .subtitle {
  background: var(--bg-white);
}
.our__benefits-left-icon-box {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
.our__benefits-left-icon-box i {
  display: inline-flex;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  color: var(--primary-color-1);
  font-size: 40px;
  background: var(--bg-white);
}
.our__benefits-left-icon-box h5 {
  max-width: 360px;
}
.our__benefits-left .skill__area-item-inner {
  background: var(--bg-white);
}
.our__benefits-left .skill__area-item-inner .skill__area-item-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: calc(100% + 70px);
  height: 100%;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  animation: animateStripe 2s linear infinite;
  background-size: 35px 35px;
}
.our__benefits-left-counter h1 {
  font-size: 60px;
  line-height: 70x;
  font-weight: 600;
}
.our__benefits-left-counter p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: var(--text-heading-color);
}
.our__benefits-left .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.our__benefits-left .default_button i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.our__benefits-left .default_button:hover {
  background: var(--secondary-color);
  color: var(--text-heading-color);
}
.our__benefits-left .default_button:hover i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.our__benefits-right {
  position: relative;
  z-index: 1;
}
.our__benefits-right img {
  border-radius: 15px;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our__benefits-right-experience {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border-radius: 15px;
  background: var(--bg-white);
  min-width: 335px;
  position: absolute;
  left: 10%;
  bottom: 10%;
}
.our__benefits-right-experience i {
  display: inline-flex;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  background: var(--primary-color-1);
  font-size: 40px;
  color: var(--text-white);
}

/*==========================================================================
* Text Slider CSS
==========================================================================*/
.scroll__slider {
  position: relative;
  overflow: hidden;
  background: var(--secondary-color);
  padding: 22px 0;
}
.scroll__slider .text-slide {
  display: flex;
}
.scroll__slider ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.scroll__slider ul li {
  list-style: none;
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 20px;
  transition: 0.4s;
  color: var(--color-1);
}
.scroll__slider ul li a {
  display: inline-flex;
  align-items: center;
}
.scroll__slider ul li i {
  opacity: 0.2;
  margin: 0 45px;
  line-height: 0;
  font-size: 38px;
}

.sliders {
  flex-shrink: 0;
}

.text_scroll {
  animation: scroll 40s linear infinite;
  animation-direction: reverse !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 470px) {
  .our__benefits-right-experience {
    min-width: initial;
    left: 10px;
  }
}
/*==========================================================================
* Portfolio One Css
==========================================================================*/
.portfolio__one {
  background: var(--primary-color-1);
  position: relative;
  z-index: 1;
}
.portfolio__one .bg_shape {
  opacity: 0.02;
}
.portfolio__one-left .subtitle {
  border-color: rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
  background: rgba(26, 88, 88, 0.4784313725);
}
.portfolio__one-left .subtitle::before {
  background: var(--text-white);
}
.portfolio__one-left h2 {
  color: var(--text-white);
}
.portfolio__one-left .default_button {
  background: var(--color-3);
  color: var(--text-heading-color);
}
.portfolio__one-left .default_button i {
  background: var(--color-1);
  color: var(--text-white);
}
.portfolio__one-left .default_button:hover {
  background: var(--secondary-color);
}
.portfolio__one-left .default_button:hover i {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.portfolio__one-item img {
  border-radius: 15px;
}
.portfolio__one-item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  width: 100%;
}
.portfolio__one-item-content span {
  color: var(--color-7);
  display: block;
}
.portfolio__one-item-content h4 {
  color: var(--text-white);
  font-size: 24px;
  line-height: 34px;
}
.portfolio__one-item-content h4 a:hover {
  color: var(--secondary-color);
}
.portfolio__one-item-content > a i {
  background: var(--secondary-color);
  width: 75px;
  height: 75px;
  color: var(--color-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 40px;
  transition: 0.4s;
  margin-bottom: 30px;
}
.portfolio__one-item-content > a i:hover {
  transform: rotate(45deg);
  background: var(--color-1);
  color: var(--text-white);
}
.portfolio__one-item:hover img {
  filter: brightness(0.5);
}
.portfolio__one-item:hover .portfolio__one-item-content {
  visibility: visible;
  opacity: 1;
}

/*==========================================================================
* Portfolio Two Css
==========================================================================*/
.portfolio__two {
  background: var(--primary-color-1);
  position: relative;
  z-index: 1;
}
.portfolio__two .bg_shape {
  opacity: 0.02;
}
.portfolio__two-title .subtitle {
  border-color: rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
  background: rgba(26, 88, 88, 0.4784313725);
}
.portfolio__two-title .subtitle::before {
  background: var(--text-white);
}
.portfolio__two-title h2 {
  color: var(--text-white);
}
.portfolio__two-item {
  height: 520px;
  position: relative;
}
.portfolio__two-item img {
  border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__two-item-content {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  transform: translateY(15px);
}
.portfolio__two-item-content span {
  color: var(--color-7);
  display: block;
}
.portfolio__two-item-content h4 {
  color: var(--text-white);
  font-size: 24px;
  line-height: 34px;
}
.portfolio__two-item-content h4 a:hover {
  color: var(--secondary-color);
}
.portfolio__two-item-content > a i {
  background: var(--secondary-color);
  width: 70px;
  height: 70px;
  color: var(--color-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 40px;
  transition: 0.4s;
  margin-bottom: 30px;
}
.portfolio__two-item-content > a i:hover {
  transform: rotate(45deg);
}
.portfolio__two-item:hover img {
  filter: brightness(0.5);
}
.portfolio__two-item:hover .portfolio__two-item-content {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

/*==========================================================================
* Portfolio Three CSS
==========================================================================*/
.portfolio__three {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.portfolio__three-title .subtitle {
  background: var(--bg-white);
}
.portfolio__three-arrow-next, .portfolio__three-arrow-prev {
  display: inline-block;
}
.portfolio__three-arrow-next i, .portfolio__three-arrow-prev i {
  font-size: 22px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg-white);
  color: var(--text-heading-color);
  transition: 0.4s;
}
.portfolio__three-arrow-next i:hover, .portfolio__three-arrow-prev i:hover {
  color: var(--text-white);
  background: var(--primary-color-3);
}
.portfolio__three-item {
  position: relative;
  height: 520px;
}
.portfolio__three-item img {
  border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__three-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  padding: 30px;
  transform: translateY(-15px);
  background: var(--secondary-color);
  margin: 30px;
  border-radius: 15px;
}
.portfolio__three-item-content span {
  color: var(--color-1);
  display: block;
}
.portfolio__three-item-content h4 {
  color: var(--color-1);
  font-size: 24px;
  line-height: 34px;
}
.portfolio__three-item-content .more_btn {
  color: var(--color-1);
  margin-top: 10px;
}
.portfolio__three-item:hover img {
  filter: brightness(0.8);
}
.portfolio__three-item:hover .portfolio__three-item-content {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

/*==========================================================================
* Gallery CSS
==========================================================================*/
.gallery__area-button button {
  font-weight: 500;
  background: var(--bg-white);
  color: var(--text-heading-color);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color-1);
  padding: 14px 30px;
  margin: 3px 3px 3px 3px;
  border-radius: 50px;
}
.gallery__area-button button.active {
  color: var(--text-white);
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
}

.portfolio__grid .portfolio__two-item {
  height: 400px;
}
.portfolio__grid .portfolio__two-item-content {
  padding: 30px;
}
.portfolio__grid .portfolio__two-item-content h5 {
  color: var(--text-white);
}

.two__columns .portfolio__one-item {
  position: relative;
}

/*==========================================================================
* Portfolio CSS
==========================================================================*/
.portfolio__details-image img {
  border-radius: 15px;
}
.portfolio__details-box {
  padding: 30px;
  background: var(--color-3);
  border-radius: 15px;
}
.portfolio__details-box span {
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}
.portfolio__details-summary {
  padding: 35px;
  border: 1px solid var(--border-color-1);
  border-radius: 15px;
}
.portfolio__details-summary ul {
  padding: 0;
  margin: 0;
}
.portfolio__details-summary ul li {
  list-style: none;
  border-top: 1px solid var(--border-color-1);
  margin-top: 15px;
  padding-top: 15px;
}
.portfolio__details-summary ul li span {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--heading-font);
  color: var(--text-heading-color);
  margin-right: 20px;
}
.portfolio__details-summary ul li .social {
  display: inline-flex;
  gap: 10px;
}
.portfolio__details-summary ul li .social a i {
  color: var(--text-heading-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-3);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.portfolio__details-summary ul li .social a i:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}

@media (max-width: 470px) {
  .portfolio__one-item img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .portfolio__details-summary {
    padding: 35px 30px;
  }
}
/*==========================================================================
* Services One CSS
==========================================================================*/
.services__one {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.services__one-title {
  max-width: 600px;
  margin: 0 auto;
}
.services__one-title .subtitle {
  background: var(--bg-white);
}
.services__one-item {
  padding: 40px;
  border-radius: 15px;
  background: var(--bg-white);
  display: flex;
  gap: 25px;
}
.services__one-item-icon {
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  transition: 0.4s;
  width: 80px;
  height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  background: var(--color-3);
}
.services__one-item-icon i {
  color: var(--primary-color-1);
  font-size: 45px;
  transition: 0.4s;
  line-height: 0;
}
.services__one-item-content h4 {
  font-size: 24px;
  line-height: 34px;
}
.services__one-item-content p {
  margin: 12px 0px 25px 0px;
}
.services__one-item:hover .services__one-item-icon {
  background: var(--secondary-color);
}
.services__one-item:hover .services__one-item-icon i {
  color: var(--color-1);
}

/*==========================================================================
* Services Two CSS
==========================================================================*/
.services__two-title p {
  max-width: 480px;
}
.services__two-right-item {
  border: 1px solid var(--border-color-1);
  border-radius: 15px;
  padding: 0px 40px 40px 40px;
  transition: 0.4s;
  margin-top: 65px;
}
.services__two-right-item-icon {
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  transition: 0.4s;
  width: 80px;
  height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  background: var(--primary-color-2);
  margin-top: -40px;
  border: 1px solid var(--primary-color-2);
}
.services__two-right-item-icon i {
  color: var(--text-white);
  font-size: 45px;
  transition: 0.4s;
  line-height: 0;
}
.services__two-right-item-content {
  margin-top: 20px;
}
.services__two-right-item-content h4 {
  font-size: 24px;
  line-height: 34px;
}
.services__two-right-item-content p {
  margin: 12px 0px 25px 0px;
  transition: 0.4s;
}
.services__two-right-item:hover {
  background: var(--primary-color-2);
}
.services__two-right-item:hover .services__two-right-item-icon {
  background: var(--bg-white);
}
.services__two-right-item:hover .services__two-right-item-icon i {
  color: var(--primary-color-2);
}
.services__two-right-item:hover .services__two-right-item-content .more_btn,
.services__two-right-item:hover .services__two-right-item-content p,
.services__two-right-item:hover .services__two-right-item-content h4 a {
  color: var(--text-white);
}

/*==========================================================================
* Services Three CSS
==========================================================================*/
.services__three {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.services__three-title .subtitle {
  background: var(--bg-white);
}
.services__three .default_button {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.services__three .default_button:hover {
  background: var(--secondary-color);
  color: var(--color-1);
}
.services__three-item-image img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.services__three-item-content {
  padding: 25px 30px 30px 30px;
  box-shadow: 0px 6px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 15px 15px;
  background: var(--bg-white);
  position: relative;
}
.services__three-item-content > span {
  font-size: 50px;
  line-height: 30px;
  font-weight: 500;
  opacity: 0.07;
  position: absolute;
  right: 40px;
  top: 40px;
}
.services__three-item-content > i {
  background: var(--color-3);
  color: var(--text-heading-color);
  width: 65px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 40px;
  transition: 0.4s;
}
.services__three-item-content h5 {
  font-size: 24px;
  line-height: 34px;
}
.services__three-item-content h5 a:hover {
  color: var(--primary-color-3);
}
.services__three-item-content p {
  margin: 12px 0px 25px 0px;
}
.services__three-item-content .more_btn:hover {
  color: var(--primary-color-3);
}
.services__three-item:hover .services__three-item-content > i {
  background: var(--secondary-color);
  color: var(--color-1);
}

/*==========================================================================
* Services Details CSS
==========================================================================*/
.services__details-area img {
  border-radius: 15px;
}
.services__details-area .services__three-item-content {
  padding: 30px;
  border-radius: 15px;
  border: 1px solid var(--border-color-1);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
}
.services__details-area .services__three-item-content p {
  margin-bottom: 0;
}
.services__details-area .services__three-item-content > i {
  background: var(--color-3);
}
.services__details-area .services__three-item:hover .services__three-item-content > i {
  background: var(--secondary-color);
  color: var(--color-1);
}

@media (max-width: 470px) {
  .services__one-item {
    display: grid;
    padding: 30px 25px;
  }
  .services__two-right-item {
    padding: 0px 25px 30px 25px;
  }
}
/*==========================================================================
* Video CSS
==========================================================================*/
.video__area {
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 300px 0;
}
.video__area .video a {
  width: 100px;
  height: 100px;
  font-size: 26px;
}
.video__area.page .video a {
  background: var(--primary-color-1);
}

/*==========================================================================
* Skill Bar CSS
==========================================================================*/
.skill__area-item {
  margin-bottom: 25px;
}
.skill__area-item:last-child {
  margin-bottom: 0;
}
.skill__area-item-content {
  position: relative;
}
.skill__area-item-count {
  position: absolute;
  top: 0;
  right: 0;
}
.skill__area-item-bar {
  height: 8px;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  background: var(--secondary-color);
  transition: all 3.5s ease-out 0s;
}
.skill__area-item-inner {
  width: 100%;
  height: 8px;
  position: relative;
  background: var(--color-3);
  margin-top: 10px;
}

@media (max-width: 470px) {
  .skill__area-item-content h5 {
    font-size: 18px;
    line-height: 38px;
  }
}
/*==========================================================================
* Team One CSS
==========================================================================*/
.team__one-item img {
  border-radius: 15px;
}
.team__one-item-content {
  padding-top: 20px;
}
.team__one-item-content h4 {
  font-size: 24px;
  line-height: 34px;
}
.team__one-item-content span {
  color: var(--primary-color-3);
}
.team__one-brand h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.team__one-brand h6 span {
  background: var(--bg-white);
  padding: 0 25px;
}
.team__one-brand h6::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: var(--border-color-1);
  transform: translateY(-50%);
  z-index: -1;
}
.team__one-brand-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

/*==========================================================================
* Team Two CSS
==========================================================================*/
.team__two-item img {
  border-radius: 15px;
}
.team__two-item-content {
  background: var(--bg-white);
  padding: 30px 20px;
  margin: 0 30px;
  box-shadow: 0px 6px 0px 1px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
  margin-top: -50px;
  border-radius: 10px;
  transition: 0.4s;
}
.team__two-item-content h4 {
  font-size: 24px;
  line-height: 34px;
}
.team__two-item-content-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.team__two-item-content-icon span {
  color: var(--text-heading-color);
  display: inline-flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: var(--color-3);
  border-radius: 50%;
  transition: 0.4s;
  cursor: pointer;
}
.team__two-item-content-icon .team__two-item-content-social {
  position: absolute;
  bottom: 55px;
}
.team__two-item-content-icon:hover .team__two-item-content-social {
  opacity: 1;
  visibility: visible;
}
.team__two-item-content-social {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  margin-bottom: 10px;
}
.team__two-item-content-social ul {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.team__two-item-content-social ul li {
  list-style: none;
}
.team__two-item-content-social ul li a i {
  display: inline-flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  background: var(--color-3);
  color: var(--text-heading-color);
  transition: 0.4s;
}
.team__two-item-content-social ul li a i:hover {
  background: var(--secondary-color);
}
.team__two-item:hover .team__two-item-content {
  transform: translateY(-10px);
}
.team__two-item:hover .team__two-item-content-icon span {
  background: var(--primary-color-1);
  color: var(--text-white);
}

.team__three-title p {
  max-width: 510px;
}
.team__three .team__two-item img {
  border-radius: 15px 15px 0 0;
}
.team__three .team__two-item-content {
  border: 1px solid var(--border-color-1);
  box-shadow: none;
  margin: 0;
  border-radius: 0 0 15px 15px;
}

@media (max-width: 520px) {
  .team__one-brand-area {
    justify-content: center;
  }
}
/*==========================================================================
* Testimonial One CSS
==========================================================================*/
.testimonial__one {
  background: var(--color-3);
  position: relative;
  z-index: 1;
}
.testimonial__one-title .subtitle {
  background: var(--bg-white);
}
.testimonial__one-arrow-next, .testimonial__one-arrow-prev {
  display: inline-block;
}
.testimonial__one-arrow-next i, .testimonial__one-arrow-prev i {
  font-size: 22px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg-white);
  color: var(--text-heading-color);
  transition: 0.4s;
}
.testimonial__one-arrow-next i:hover, .testimonial__one-arrow-prev i:hover {
  color: var(--text-white);
  background: var(--primary-color-3);
}
.testimonial__one-item {
  padding: 50px 40px;
  border-radius: 15px;
  border: 1px solid var(--color-8);
  border-bottom: 6px solid rgba(0, 0, 0, 0.04);
}
.testimonial__one-item-client {
  display: flex;
  align-items: center;
  gap: 25px;
}
.testimonial__one-item-client-image img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial__one-item p {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
}
.testimonial__one-item-reviews i {
  color: var(--primary-color-3);
}

/*==========================================================================
* Testimonial Page CSS
==========================================================================*/
.testimonial__page .testimonial__one-item {
  border-width: 1px;
  background: var(--color-3);
}
.testimonial__page .testimonial__one-item p {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 34px;
}

@media (max-width: 991px) {
  .testimonial__one-item {
    padding: 40px 25px;
  }
}
@media (max-width: 470px) {
  .testimonial__one-item p {
    font-size: 18px;
    line-height: 30px;
  }
}
/*==========================================================================
* Breadcrumb CSS
==========================================================================*/
.breadcrumb__area {
  position: relative;
  z-index: 1;
  padding: 150px 0 150px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb__area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(250deg, rgba(6, 50, 49, 0) 0%, #063231 100%);
  z-index: -1;
  opacity: 0.6;
}
.breadcrumb__area-content {
  text-align: center;
}
.breadcrumb__area-content h2 {
  color: var(--text-white);
  margin-bottom: 15px;
}
.breadcrumb__area-content ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 15px;
  align-items: center;
}
.breadcrumb__area-content ul li {
  list-style: none;
  color: var(--secondary-color);
  display: inline-flex;
  gap: 15px;
  align-items: center;
}
.breadcrumb__area-content ul li a {
  color: var(--text-white);
  transition: 0.4s;
}
.breadcrumb__area-content ul li a:hover {
  color: var(--secondary-color);
}
.breadcrumb__area-content ul li i {
  color: var(--text-white);
}

/*==========================================================================
* Error CSS
==========================================================================*/
.error-page {
  text-align: center;
}
.error-page h1 {
  font-size: 240px;
  line-height: 1;
  font-weight: 600;
}
.error-page h1 span {
  color: var(--secondary-color);
}
.error-page h2 {
  margin: 15px 0 30px 0;
}
.error-page p {
  margin-bottom: 35px;
}

/*==========================================================================
* Theme Pagination CSS
==========================================================================*/
.theme__pagination ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.theme__pagination ul li {
  list-style: none;
}
.theme__pagination ul li .active {
  background: var(--primary-color-1);
  color: var(--text-white);
  border-color: var(--primary-color-1);
}
.theme__pagination ul li a {
  border: 1px solid var(--border-color-1);
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border-radius: 5px;
  background: var(--bg-white);
}
.theme__pagination ul li a:hover {
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
  color: var(--text-white);
}

@media (max-width: 575px) {
  .error-page h1 {
    font-size: 140px;
    line-height: 150px;
  }
}
/*==========================================================================
* Switch Tab CSS
==========================================================================*/
.switch__tab-icon {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  transition: all 0.3s;
}
.switch__tab-icon i {
  background: var(--primary-color-1);
  width: 50px;
  color: var(--text-white);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
.switch__tab-area {
  width: 260px;
  padding: 35px 25px;
  background: var(--color-1);
  position: fixed;
  right: -260px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  transition: all 0.3s;
  direction: ltr;
}
.switch__tab-area-item {
  margin-bottom: 30px;
}
.switch__tab-area-item h5 {
  color: var(--text-white);
  margin-bottom: 10px;
}
.switch__tab-area-item-buttons, .switch__tab-area-item-button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.switch__tab-area-item-buttons button, .switch__tab-area-item-button button {
  display: inline-block;
  padding: 4px 10px;
  color: var(--text-white);
  background: #113d3c;
  border-radius: 4px;
  text-transform: capitalize;
  opacity: 0.45;
  font-size: 15px;
  font-weight: 500;
}
.switch__tab-area-item-buttons button.active, .switch__tab-area-item-button button.active {
  opacity: 1;
}
.switch__tab-area-item:last-child {
  margin: 0;
}
.switch__tab-open i::before {
  animation: rollIn 5s infinite linear;
}
.switch__tab-close {
  display: none;
}
.switch__tab.two .switch__tab-icon i {
  background: var(--primary-color-2);
}
.switch__tab.three .switch__tab-icon i {
  background: var(--primary-color-3);
}

/*==========================================================================
* Dark CSS
==========================================================================*/
.light-n {
  display: none;
}

.light {
  display: none;
}

.dark-mode {
  background: #0e3434;
  --body-color: #CDD6D6;
  --bg-white: #0e3434;
  --color-3: #143a3a;
  --color-4: #063231;
  --color-6: #063231;
  --text-heading-color: #ffffff;
  --border-color-1: #FFFFFF1A;
  --color-8: #FFFFFF1A;
}
.dark-mode .light-n {
  display: inline-block;
}
.dark-mode .dark-n {
  display: none;
}
.dark-mode .services__three-item-content {
  box-shadow: 0px 6px 0px 1px var(--border-color-1);
}
.dark-mode .blog__three-right-item {
  box-shadow: 2px 3px 0px 4px rgba(255, 255, 255, 0.05);
}
.dark-mode .features__area-btn-item {
  box-shadow: 0px 3px 0px 4px rgb(18, 57, 57);
}
.dark-mode .chooses__two-left .two {
  border-color: #062E2D;
}
.dark-mode .blog__one-item,
.dark-mode .blog__two .blog__one-item-content,
.dark-mode .process__area-item,
.dark-mode .top__bar-two .top__bar-right,
.dark-mode .header__area.two .header__area-menubar-right .button,
.dark-mode .achievements__area-image-item,
.dark-mode .all__sidebar-item > h5,
.dark-mode .blog__grid .blog__one-item-content,
.dark-mode .process__area-item-area {
  border-color: var(--border-color-1);
}
.dark-mode .team__two-item-content,
.dark-mode .company__history-area-item-inner-content {
  background: #062E2D;
}
.dark-mode .features__area-btn-item,
.dark-mode .client__success-right,
.dark-mode .header__area-menubar-center-menu ul li .sub-menu,
.dark-mode .client__success-left-content {
  background: #0E3131;
}
.dark-mode .features__area-btn-item.active {
  background: var(--secondary-color);
  box-shadow: 0px 2px 0px 3px rgb(230, 195, 101);
}
.dark-mode .our__benefits-left .default_button:hover,
.dark-mode .footer__cta-area-right .default_button:hover,
.dark-mode .portfolio__one-left .default_button:hover {
  color: var(--color-1);
}
.dark-mode .about__one-right-list ul li i,
.dark-mode .team__one-item-content span,
.dark-mode .chooses__two-right-list-item i,
.dark-mode .faq__one .faq-item .icon::after,
.dark-mode .blog__one-item-content a:hover,
.dark-mode .blog__three .blog__one-item-content-meta ul li a i,
.dark-mode .blog__three-right-item-content a:hover,
.dark-mode .blog__two .blog__one-item-content a:hover,
.dark-mode .blog__two .blog__one-item-content-meta ul li a i,
.dark-mode .services__one-item-content a:hover,
.dark-mode .pricing__plan-item ul li i,
.dark-mode .top__bar-two .top__bar-left ul li a:hover,
.dark-mode .about__three-right-list-item i,
.dark-mode .testimonial__one-item-reviews i,
.dark-mode .contact__info-item i,
.dark-mode .process__area-item-area i,
.dark-mode .faq-item .icon::after,
.dark-mode .top__bar-two .top__bar-left ul li i,
.dark-mode .services__one-item-icon i {
  color: var(--secondary-color);
}
.dark-mode .faq-item .icon:not(.collapsed)::after,
.dark-mode .services__two-right-item:hover .services__two-right-item-icon {
  background: var(--secondary-color);
}
.dark-mode .services__one-item-icon {
  background: rgba(236, 248, 248, 0.0784313725);
}
.dark-mode .cursor #cursor-ball {
  background: white;
  color: var(--color-4);
}
.dark-mode .services__one-item:hover .services__one-item-icon i,
.dark-mode .faq-item .icon:not(.collapsed)::after,
.dark-mode .cursor #cursor-text {
  color: #063231;
}
.dark-mode .header__area.two .header__area-menubar {
  background: #0D3635;
}
.dark-mode .team__one-brand-area img {
  filter: invert(0.6);
}
.dark-mode .chooses__two-right-skill .skill__area-item-bar {
  background: var(--primary-color-3);
}
.dark-mode .bg_shape {
  opacity: 0.02;
}
.dark-mode .subtitle {
  border-color: rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
  background: rgba(26, 88, 88, 0.4784313725);
}
.dark-mode .subtitle::before {
  background: var(--text-white);
}
.dark-mode .our__benefits-left .skill__area-item-inner .skill__area-item-bar::after {
  display: none;
}
.dark-mode .pricing__plan-item.active h2 span, .dark-mode .pricing__plan-item.active p {
  color: #666;
}
.dark-mode .footer-widget-menu ul li a,
.dark-mode .all__sidebar-item-download ul li a span,
.dark-mode .copyright__area p,
.dark-mode .footer__one-widget.contact .contact-item-info span,
.dark-mode .footer__one-widget p {
  color: #e6e7e1;
}

/* ==========================================================================
   Megamenu & Dropdown Styles
   ========================================================================== */
.has-megamenu { position: static !important; }
.has-dropdown { position: relative !important; }
.megamenu { 
    position: absolute; 
    top: 100%; 
    left: 0; 
    width: 100%; 
    background: #fff; 
    box-shadow: 0 30px 60px rgba(0,0,0,0.1); 
    padding: 60px 0; 
    opacity: 0; 
    visibility: hidden; 
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
    z-index: 1000; 
    border-top: 1px solid #f0f3f6;
}

/* Reset Hover Effects: Menus only open on click */
.has-megamenu:hover .megamenu,
.has-dropdown:hover .dropdown-small,
.has-dropdown:hover .megamenu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Re-enable display only when .active class is present */
.has-megamenu.active .megamenu,
.has-dropdown.active .dropdown-small,
.has-dropdown.active .megamenu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}



/* Small Dropdown Variant */
.dropdown-small {
    position: absolute;
    top: 100%;
    width: 550px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    padding: 25px;
    border-radius: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    z-index: 1000;
    border: 1px solid #f0f3f6;
}
.dropdown-align-right {
    left: auto !important;
    right: 0 !important;
}
.dropdown-align-left {
    right: auto !important;
    left: 0 !important;
}

.megamenu-content { 
    display: flex; 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 30px; 
    gap: 60px; 
}
.megamenu-left { 
    flex: 1; 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 24px; 
}
.megamenu-item { 
    display: block; 
    padding: 24px; 
    border-radius: 16px; 
    transition: all 0.3s ease; 
    text-decoration: none !important; 
    color: inherit; 
    background: #f8faff;
    border: 1px solid transparent;
}
.dropdown-small .megamenu-item {
    padding: 16px;
    background: #fcfdfe;
}
.megamenu-item:hover { 
    background: #ffffff; 
    border-color: #EF7F1A;
    box-shadow: 0 10px 30px rgba(239, 127, 26, 0.08);
    transform: translateY(-2px);
}
.megamenu-item h5 { 
    font-size: 18px; 
    font-weight: 700; 
    color: #EF7F1A !important; 
    margin-bottom: 8px; 
}
.dropdown-small .megamenu-item h5 {
    font-size: 16px;
}
.megamenu-item p { 
    font-size: 14px; 
    color: #666 !important; 
    margin: 0; 
    line-height: 1.5;
}
.dropdown-small .megamenu-item p {
    font-size: 13px;
}
.megamenu-right { 
    width: 400px; 
    border-radius: 24px; 
    overflow: hidden; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background: #0a0f1e; 
    position: relative;
}
.megamenu-preview-img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: opacity 0.5s ease; 
}

/* Specific Dropdown Style for Industries if requested */
.industries-dropdown {
    justify-content: center;
    align-items: center;
}
.industries-grid {
    flex: 0 0 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.dropdown-small .industries-grid,
.dropdown-small .services-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.dropdown-small .services-grid {
    width: 650px; /* Slightly wider for 6 items */
}

/* --- Standardized Modal (Minimalist) --- */
.modal-overlay { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(10, 15, 30, 0.6); 
    backdrop-filter: blur(12px); 
    z-index: 9999999; 
    display: none; 
    align-items: center; 
    justify-content: center; 
    padding: 20px; 
    opacity: 0; 
    transition: opacity 0.4s ease; 
}
.modal-overlay.active { display: flex; opacity: 1; }
.modal-content-wrapper { 
    background: #ffffff; 
    width: 100%; 
    max-width: 650px; 
    padding: 40px; 
    border-radius: 24px; 
    position: relative; 
    transform: scale(0.9); 
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    box-shadow: 0 40px 100px rgba(0,0,0,0.3); 
}
.modal-overlay.active .modal-content-wrapper { transform: scale(1); }
.modal-close { 
    position: absolute; 
    top: 24px; 
    right: 24px; 
    background: transparent; 
    border: none; 
    font-size: 22px; 
    color: #0a0f1e; 
    opacity: 0.5;
    cursor: pointer; 
    transition: all 0.3s ease; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    z-index: 10; 
    padding: 10px;
    width: auto;
    height: auto;
}
.modal-close:hover { 
    opacity: 1;
    color: #EF7F1A; 
    transform: rotate(90deg); 
}

/* Modal Form Styles */
.enquire-form .form-group { flex: 1; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.enquire-form .form-group input, .enquire-form .form-group textarea, .enquire-form .form-group select { 
    padding: 14px 20px; 
    border-radius: 12px; 
    border: 1px solid #ddd; 
    background: #f8f9fa; 
    outline: none; 
    transition: 0.3s; 
    font-family: inherit; 
    width: 100%; 
}
.enquire-form .form-group input:focus, .enquire-form .form-group textarea:focus, .enquire-form .form-group select:focus { 
    border-color: #EF7F1A; 
    background: #fff; 
    box-shadow: 0 0 0 4px rgba(239, 127, 26, 0.1); 
}

/* ── Global Fullscreen Navigation ── */
.js-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99990;
	background: rgba(10, 15, 30, 0.95);
	backdrop-filter: blur(20px) saturate(120%);
	transform: translateX(100%);
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 110px 8vw 80px 8vw;
	will-change: transform;
	overflow-y: auto;
}
.js-nav .nav-brand {
	position: absolute;
	top: 28px;
	left: 8vw;
}
.js-nav .nav-brand img { height: 50px; width: auto; }
.js-nav ul { list-style: none; padding: 0; margin: 0; }
.js-nav .nav-item { opacity: 0; transform: translateY(20px); margin-bottom: 4px; }
.js-nav .nav-item a {
	display: inline-block;
	font-family: inherit;
	font-size: clamp(2.5rem, 5.5vw, 5.5rem);
	font-weight: 700;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.1;
	text-decoration: none;
	padding: 4px 0;
	position: relative;
	transition: color 0.25s ease;
	letter-spacing: -0.02em;
}
.js-nav .nav-item a:hover { color: #ffffff; }
.js-nav .nav-footer {
	position: absolute;
	bottom: 48px;
	left: 8vw;
	display: flex;
	align-items: center;
	gap: 24px;
}
.js-nav .nav-footer-social { display: flex; gap: 16px; }
.js-nav .nav-footer-social a { color: rgba(255,255,255,0.4); font-size: 18px; transition: color 0.2s; }
.js-nav .nav-footer-social a:hover { color: #EF7F1A; }

/* Hamburger Button */
.menu { background: none; border: none; cursor: pointer; display: flex; flex-direction: column; gap: 6px; z-index: 999999; position: relative; padding: 8px; }
.menu span { display: block; width: 26px; height: 2px; background: #0a0f1e; transition: 0.3s; }
.menu.active span { background: #fff !important; }
.menu.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu.active span:nth-child(2) { opacity: 0; }
.menu.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Layout Wrappers (Footer Reveal) */
.main-content-wrapper { position: relative; z-index: 2; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.site-footer { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1; visibility: hidden; }

/* Custom Cursor */
.cursor-follower { position: fixed; width: 10px; height: 10px; background: #EF7F1A; border-radius: 50%; pointer-events: none; z-index: 99999999; transform: translate(-50%, -50%); transition: width 0.3s, height 0.3s, background 0.3s, border-radius 0.3s; }
.cursor-follower.active { width: 80px; height: 80px; background: rgba(239, 127, 26, 0.1); border: 1px solid #EF7F1A; }
.cursor-follower.active::after { content: attr(data-text); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #EF7F1A; font-size: 12px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }

.js-nav .nav-item a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 3px; background: #EF7F1A; transition: width 0.3s ease; }
.js-nav .nav-item a:hover::after { width: 100%; }

/* Mobile Responsive Overlay Fixes */
@media (max-width: 575px) {
	.js-nav { padding-top: 120px; justify-content: flex-start; }
	.js-nav .nav-item a { font-size: 2.3rem; }
	.js-nav .nav-footer { position: relative; bottom: auto; left: auto; margin-top: 40px; flex-direction: column; align-items: flex-start; gap: 16px; }
}
/* Hamburger visibility */
.menu.js-menu { display: none; }
@media (max-width: 1199px) {
	.menu.js-menu { display: flex !important; }
	.header-menu, .header__area-menubar-center { display: none !important; }
}

/* Hide Old Mobile Structures */
.menu__bar-popup, .menu__bar-popup-overlay, .header__area-menubar-right-sidebar-popup, .sidebar-overlay, .header__area-menubar-right-search-box { display: none !important; }
/* ── Success Stories Standard Styles ── */
.story-header { padding: 180px 0 100px; color: #fff; position: relative; overflow: hidden; background-size: cover !important; background-position: center !important; }
.story-header::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 15, 30, 0.75); z-index: 1; }
.story-header .container { position: relative; z-index: 2; }
.story-header h1 { color: #fff !important; margin-bottom: 30px; font-weight: 900 !important; }
.story-header h1 span, .accent-color { color: #EF7F1A !important; }
.story-meta { display: flex; gap: 50px; margin-top: 50px; flex-wrap: wrap; }
.meta-item span { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.8); margin-bottom: 8px; font-weight: 600; }
.meta-item strong { font-size: 20px; color: #EF7F1A; font-weight: 700; }
.back-btn { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; margin-bottom: 40px; font-weight: 700; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; opacity: 1; transition: 0.3s; }
.back-btn:hover { color: #EF7F1A; transform: translateX(-8px); }

.content-section { padding: 100px 0; background: #fff; }
.content-grid { display: grid; grid-template-columns: 1.8fr 1.2fr; gap: 80px; }
@media (max-width: 991px) { .content-grid { grid-template-columns: 1fr; gap: 60px; } }

.story-body h2 { font-size: 36px; font-weight: 800; margin-bottom: 30px; color: #0a0f1e; }
.story-body h3 { font-size: 24px; font-weight: 700; margin: 40px 0 20px; color: #0a0f1e; }
.story-body p { font-size: 18px; line-height: 1.8; color: #555; margin-bottom: 20px; }
.tag-list { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 10px; }
.tag-item { display: inline-block; padding: 8px 18px; background: #f8f9fa; color: #444; border-radius: 50px; font-size: 14px; font-weight: 600; border: 1px solid #eee; }

.impact-card { background: #fcfcfc; padding: 50px; border-radius: 30px; border: 1px solid #eee; position: sticky; top: 140px; }
.impact-card h4 { font-size: 26px; font-weight: 800; margin-bottom: 35px; color: #0a0f1e; }
.impact-item { margin-bottom: 30px; display: flex; align-items: flex-start; gap: 20px; }
.impact-item .icon { width: 32px; height: 32px; background: rgba(40, 167, 69, 0.1); color: #28a745; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.impact-item p { margin: 0; font-size: 17px; font-weight: 500; color: #333; }

/* --------------------------------------- */

/* ============================================================
   MOBILE RESPONSIVE — Global fixes for all pages
   ============================================================ */

/* ── story-hero (industry/service page banners) ── */
.story-hero {
    padding: 60px 0 80px 0;
}

/* ── story-row (intro two-column layout) ── */
.story-row {
    display: flex;
    gap: 60px;
    align-items: center;
}
.story-content { flex: 1; }
.story-image   { flex: 1; }
.story-image img { width: 100%; border-radius: 24px; }

/* ── culture-card (used on careers, industry pages) ── */
.culture-card {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    height: 100%;
    transition: 0.3s;
    border: 1px solid #f0f3f7;
}
.culture-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border-color: #EF7F1A;
}

/* ── Banner hero padding ── */
.banner__one .container {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* ── Dropdown: prevent overflow on small screens ── */
.dropdown-small {
    max-width: calc(100vw - 40px);
}

/* ── section-padding default ── */
.section-padding { padding: 80px 0; }

/* ============================================================
   BREAKPOINT: 1199px (large tablets / small laptops)
   ============================================================ */
@media (max-width: 1199px) {
    .story-row { gap: 40px; }
    .footer__cta-area-left h2 { font-size: 36px; line-height: 46px; }
    .banner__one .container { padding-top: 90px; padding-bottom: 90px; }
}

/* ============================================================
   BREAKPOINT: 991px (tablets)
   ============================================================ */
@media (max-width: 991px) {
    /* Banner hero: image on top, text below */
    .banner__one .row.al-center {
        flex-direction: column-reverse;
    }
    .banner__one .col-xl-7,
    .banner__one .col-lg-7,
    .banner__one .col-xl-5,
    .banner__one .col-lg-5 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .banner__one .col-xl-5,
    .banner__one .col-lg-5 {
        margin-bottom: 0;
    }
    .banner__one-image-area img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .banner__one .container {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    /* Story layout stacks */
    .story-row {
        flex-direction: column;
        gap: 40px;
    }
    .story-content,
    .story-image { width: 100%; flex: unset; }

    /* Banner hero text */
    .banner__one-content h1 { font-size: 36px !important; }
    .banner__one-content .subtitle { font-size: 22px !important; }

    /* Story hero */
    .story-hero { padding: 50px 0 70px 0; }
    .story-hero h1 { font-size: clamp(2rem, 5vw, 3rem) !important; }
    .story-hero p  { font-size: 18px !important; }

    /* CTA */
    .footer__cta-area { padding: 30px 25px; }
    .footer__cta-area-left h2 { font-size: 30px; line-height: 40px; }
    .footer__cta-area-right { justify-content: center !important; }

    /* Culture cards */
    .culture-card { padding: 30px; }

    /* Section padding */
    .section-padding { padding: 60px 0; }

    /* Services/Industries grid in megamenu */
    .services-grid,
    .industries-grid { grid-template-columns: 1fr 1fr !important; }

    /* About hero two-col */
    .banner__one .col-xl-7,
    .banner__one .col-xl-5 { width: 100%; }

    /* Header: hamburger centered, CTA hidden on mobile */
    .header__area-menubar {
        padding: 10px 0;
    }
    .header__area-menubar-right-tel { display: none !important; }
    .header__area-menubar-right {
        justify-content: center !important;
    }
    .menu {
        display: flex !important;
        margin: 0 auto;
    }

    /* Advantages: scrollable horizontal on tablet */
    .process__area-list {
        grid-template-columns: repeat(5, 1fr) !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 20px !important;
        padding-bottom: 10px;
    }
    .process__area-item {
        min-width: 200px;
        scroll-snap-align: start;
    }
}

/* ============================================================
   BREAKPOINT: 767px (large phones)
   ============================================================ */
@media (max-width: 767px) {
    /* Banner hero */
    .banner__one .container { padding-top: 20px !important; padding-bottom: 50px !important; }
    .banner__one-content h1 { font-size: 28px !important; line-height: 1.3 !important; margin-bottom: 15px !important; }
    .banner__one-content .subtitle { font-size: 18px !important; margin-bottom: 20px !important; line-height: 1.5 !important; }
    .banner__one-content p  { font-size: 16px !important; }
    .banner__one-content .default_button { padding: 10px 24px; font-size: 14px; }
    .banner__one-image-area img { max-width: 220px; }
    .banner__one .col-xl-5,
    .banner__one .col-lg-5 { margin-bottom: 0 !important; }

    /* Hero pagination centered */
    .hero-pagination.swiper-pagination {
        justify-content: center !important;
        margin-top: 25px !important;
    }

    /* Blog pagination centered and visible */
    .blog-pagination { display: flex; justify-content: center; margin-top: 20px; }
    .blog-pagination .swiper-pagination-bullet { width: 10px; height: 10px; }
    .blog-pagination .swiper-pagination-bullet-active { background: #EF7F1A; width: 28px; border-radius: 8px; }

    /* Video bg scale for mobile */
    .banner__one video {
        width: 200% !important;
        height: 200% !important;
    }

    /* Enquire Modal - compact for mobile */
    .modal-content-wrapper {
        padding: 24px 20px !important;
        max-height: 90vh;
        overflow-y: auto;
        border-radius: 16px !important;
    }
    .modal-close {
        top: 12px !important;
        right: 12px !important;
        font-size: 18px !important;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f0f3f7 !important;
        border-radius: 50% !important;
        opacity: 1 !important;
    }
    .modal-header h3 { font-size: 20px !important; }
    .modal-header p { font-size: 13px !important; }
    .enquire-form .form-group input,
    .enquire-form .form-group select,
    .enquire-form .form-group textarea {
        font-size: 14px !important;
        padding: 10px 14px !important;
    }
    .enquire-form .form-group textarea { rows: 2; min-height: 60px; }
    .enquire-form .form-group label { font-size: 13px !important; }
    .enquire-form .form-row { gap: 0 !important; margin-bottom: 10px !important; }
    .enquire-form .form-group { margin-bottom: 12px !important; }

    /* Flip card back - 2 column grid on mobile too */
    .stack-flip-links { grid-template-columns: 1fr 1fr; gap: 8px; }
    .stack-flip-links a { padding: 10px 12px; font-size: 12px; }
    .stack-flip-card { height: 380px; }

    /* Story hero */
    .story-hero { padding: 40px 0 60px 0; }
    .story-hero h1 { font-size: 28px !important; }
    .story-hero p  { font-size: 16px !important; }

    /* CTA */
    .footer__cta-area { padding: 25px 20px; text-align: center; }
    .footer__cta-area-left h2 { font-size: 26px; line-height: 36px; }
    .footer__cta-area-right {
        flex-direction: column;
        align-items: center !important;
        gap: 20px !important;
    }
    .footer__cta-area-right-tel { justify-content: center; }

    /* Culture cards */
    .culture-card { padding: 25px; }

    /* Section padding */
    .section-padding { padding: 50px 0; }

    /* Section titles */
    .section-title h2 { font-size: 28px !important; }

    /* Industry/service intro h2 */
    .col-lg-6 h2 { font-size: 28px !important; }

    /* YouTube embed on about/careers */
    .banner__one .col-xl-5 .wow,
    .banner__one .col-lg-6 .wow { margin-top: 30px; }

    /* Careers iframe */
    .careers-iframe { height: 1400px; }

    /* Footer columns */
    .footer__one-widget { margin-bottom: 30px; }
    .footer__one-widget.ml-40 { margin-left: 0 !important; }

    /* Header logo */
    .header__area-menubar-left img { height: 38px !important; }

    /* CTA button compact on mobile */
    .default_button {
        font-size: 13px !important;
        padding: 8px 8px 8px 20px !important;
        gap: 12px !important;
        white-space: nowrap;
    }
    .default_button i {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
    }
    .header__area-menubar-right-tel .default_button {
        display: none !important;
    }
}

/* ============================================================
   BREAKPOINT: 575px (small phones)
   ============================================================ */
@media (max-width: 575px) {
    /* Banner hero */
    .banner__one .container { padding-top: 15px !important; padding-bottom: 30px !important; }
    .banner__one-content h1 { font-size: 24px !important; }
    .banner__one-content .subtitle { font-size: 16px !important; margin-bottom: 15px !important; }
    .banner__one-content-button .default_button { width: 100%; text-align: center; justify-content: center; }
    .banner__one-image-area img { max-width: 200px; }
    .hero-pagination { margin-top: 15px !important; }

    /* Modal even more compact */
    .modal-content-wrapper { padding: 18px 16px !important; }
    .modal-header h3 { font-size: 18px !important; margin-bottom: 4px !important; }
    .modal-header p { font-size: 12px !important; margin-bottom: 10px !important; }

    /* Flip card - single column on very small */
    .stack-flip-links { grid-template-columns: 1fr; gap: 6px; }
    .stack-flip-links a { padding: 8px 10px; font-size: 11px; }
    .stack-flip-card { height: 350px; }
    .stack-flip-back { padding: 20px 16px !important; }
    .stack-flip-back h4 { font-size: 14px !important; margin-bottom: 12px !important; }

    /* Story hero */
    .story-hero h1 { font-size: 24px !important; }
    .story-hero p  { font-size: 15px !important; }

    /* CTA */
    .footer__cta-area-left h2 { font-size: 22px; line-height: 30px; }
    .footer__cta-area .default_button { width: 100%; justify-content: center; }

    /* Culture cards */
    .culture-card { padding: 20px; }
    .culture-card h4 { font-size: 18px; }

    /* Section titles */
    .section-title h2 { font-size: 24px !important; }
    .section-title .subtitle { font-size: 13px; }

    /* Section padding */
    .section-padding { padding: 40px 0; }

    /* Careers iframe */
    .careers-iframe { height: 1200px; }

    /* Footer */
    .footer__one-widget h5 { font-size: 16px; }
    .footer__one-widget p  { font-size: 13px; }

    /* Nav overlay font size */
    .nav-item a { font-size: clamp(1.8rem, 8vw, 3rem) !important; }
}

/* ============================================================
   BREAKPOINT: 400px (very small phones)
   ============================================================ */
@media (max-width: 400px) {
    .banner__one-content h1 { font-size: 22px !important; }
    .story-hero h1 { font-size: 20px !important; }
    .footer__cta-area-left h2 { font-size: 20px; line-height: 28px; }
    .culture-card { padding: 16px; }
    .section-padding { padding: 30px 0; }
    .careers-iframe { height: 1000px; }
}

/* ============================================================
   Services Dropdown — Nested Categories
   ============================================================ */
.services-categories {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.services-category {
    border-left: 3px solid transparent;
    padding: 0;
    transition: all 0.3s ease;
}
.services-category:hover,
.services-category.active {
    border-left-color: #0070D2;
}
.services-category-title {
    font-size: 16px;
    font-weight: 700;
    color: #0a0f1e;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f3f6;
    position: relative;
}
.services-category-title::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 6 Pro', FontAwesome;
    font-weight: 300;
    font-size: 11px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: #999;
}
.services-category.active .services-category-title::after {
    transform: translateY(-50%) rotate(180deg);
}
.services-category:hover .services-category-title,
.services-category.active .services-category-title {
    color: #fff;
    background: #0070D2;
    border-radius: 8px;
}
.services-category-items {
    display: none;
    flex-direction: column;
    padding: 8px 0 8px 20px;
}
.services-category.active .services-category-items {
    display: flex;
}
a.megamenu-item-nested {
    display: block;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
}
a.megamenu-item-nested:hover {
    color: #0070D2;
    background: #f0f6ff;
    padding-left: 22px;
}

/* Mobile: services dropdown full width */
@media (max-width: 1199px) {
    .dropdown-small[style*="width: 780px"] {
        width: 100% !important;
        position: relative !important;
        box-shadow: none !important;
        border: none !important;
        padding: 10px 0 !important;
    }
}

/* ============================================================
   Stack-Flip Cards — Portfolio Section (flip on click)
   ============================================================ */
.stack-flip-card {
    perspective: 1200px;
    cursor: pointer;
    height: 400px;
}
.stack-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}
.stack-flip-card.stack-flipped .stack-flip-inner {
    transform: rotateY(180deg);
}
.stack-flip-front,
.stack-flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
}
.stack-flip-front {
    z-index: 2;
}
/* Override the default portfolio hover behavior for flip cards */
.stack-flip-card .portfolio__one-item-content {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    text-align: left;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(10,15,30,0.9) 0%, transparent 100%);
}
.stack-flip-card .portfolio__one-item-content span {
    color: #EF7F1A;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.stack-flip-card .portfolio__one-item-content h4 {
    font-size: 22px;
    margin-top: 6px;
}
.stack-flip-card .portfolio__one-item-content h4,
.stack-flip-card .portfolio__one-item-content h4 a {
    color: #fff;
}
.stack-flip-card:hover .portfolio__one-item-content {
    opacity: 1;
    visibility: visible;
}
.stack-flip-back {
    transform: rotateY(180deg);
    background: #fff;
    border: 1px solid #edf0f3;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.stack-flip-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    flex: 1;
}
.stack-flip-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 12px;
    background: #f8faff;
    border: 1px solid #edf0f3;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s ease;
}
.stack-flip-links a i {
    color: #EF7F1A;
    font-size: 16px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}
.stack-flip-links a:hover {
    background: #EF7F1A;
    color: #fff;
    border-color: #EF7F1A;
    transform: translateX(6px);
    box-shadow: 0 6px 20px rgba(239,127,26,0.25);
}
.stack-flip-links a:hover i {
    color: #fff;
}

/* Mobile: disable sticky stacking, show as normal cards */
@media (max-width: 991px) {
    .stack-flip-card { perspective: 1200px; }
    .stack-flip-back { padding: 25px 20px; }
    .stack-flip-links a { padding: 12px 14px; font-size: 14px; }
}

/* ΓöÇΓöÇ Utility: ensure images never overflow ΓöÇΓöÇ */
img { max-width: 100%; height: auto; }

/* ── Ensure video bg covers properly on mobile ── */
@media (max-width: 767px) {
    .banner__one video {
        width: 200% !important;
        height: 200% !important;
    }
}


/* Portfolio One CSS */
.portfolio__one { background: var(--primary-color-1); position: relative; z-index: 1; }
.portfolio__one .bg_shape { opacity: 0.02; }
.portfolio__one-left .subtitle { border-color: rgba(var(--border-color-2), 0.1); color: var(--text-white); background: #1a58587a; }
.portfolio__one-left .subtitle::before { background: var(--text-white); }
.portfolio__one-left h2 { color: var(--text-white); }
.portfolio__one-left p { color: rgba(255,255,255,0.7); }
.portfolio__one-left .default_button { background: var(--color-3); color: var(--text-heading-color); }
.portfolio__one-left .default_button i { background: var(--color-1); color: var(--text-white); }
.portfolio__one-left .default_button:hover { background: var(--secondary-color); }
.portfolio__one-item { position: relative; overflow: hidden; border-radius: 15px; }
.portfolio__one-item img { border-radius: 15px; }
.portfolio__one-item-content { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; opacity: 0; visibility: hidden; transition: 0.4s; width: 100%; }
.portfolio__one-item-content span { color: var(--color-7); display: block; }
.portfolio__one-item-content h4 { color: var(--text-white); font-size: 24px; line-height: 34px; }
.portfolio__one-item-content h4 a { color: var(--text-white); }
.portfolio__one-item-content h4 a:hover { color: var(--secondary-color); }
.portfolio__one-item-content > a i { background: var(--secondary-color); width: 75px; height: 75px; color: var(--color-1); display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 40px; transition: 0.4s; margin-bottom: 30px; }
.portfolio__one-item:hover img { filter: brightness(0.5); }
.portfolio__one-item:hover .portfolio__one-item-content { visibility: visible; opacity: 1; }

/* Blog slider equal height */
.blog_slider .swiper-wrapper { align-items: stretch; }
.blog_slider .swiper-slide { height: auto; }

/* ============================================================
   Service Pages — Responsive Fixes
   ============================================================ */
@media (max-width: 991px) {
    .story-row { flex-direction: column !important; gap: 30px !important; margin-bottom: 60px !important; }
    .story-content, .story-image { width: 100% !important; }
    .tailored-grid { padding: 60px 0 !important; }
    .solution-card { padding: 30px !important; }
    .banner__one-image { padding: 60px 0 !important; }
}
@media (max-width: 767px) {
    .tailored-grid .row .col-lg-3 { flex: 0 0 50%; max-width: 50%; }
    .solution-card { padding: 24px !important; }
    .solution-card h4 { font-size: 18px; }
    .solution-card p { font-size: 14px; }
    .banner__one-image { padding: 50px 0 !important; }
    .banner__one-image h1 { font-size: 28px !important; }
    .banner__one-image p { font-size: 16px !important; }
}
@media (max-width: 575px) {
    .tailored-grid .row .col-lg-3 { flex: 0 0 100%; max-width: 100%; }
    .solution-card { padding: 20px !important; }
    .banner__one-image { padding: 40px 0 !important; }
    .banner__one-image h1 { font-size: 24px !important; }
}

/* ============================================================
   Global Optimization
   ============================================================ */
/* Smooth scrolling */
html { scroll-behavior: smooth; }

/* Better font rendering */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Prevent horizontal overflow */
html, body { max-width: 100vw; }

/* Image optimization */
img { 
    max-width: 100%; 
    height: auto; 
    display: block;
}

/* Touch targets minimum size */
@media (max-width: 767px) {
    a, button { min-height: 44px; }
    .megamenu-item-nested { min-height: 44px; display: flex; align-items: center; }
}

/* Print styles */
@media print {
    .js-nav, .cursor-follower, .cursor, .theme-loader, 
    .scroll-up, .header__area-menubar-right { display: none !important; }
    .main-content-wrapper { box-shadow: none !important; }
    .site-footer { position: relative !important; visibility: visible !important; }
}


/* ============================================================
   Auto-hide Header on Scroll (all pages)
   ============================================================ */
.header__area {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
    will-change: transform;
}
.header__area.header-hidden {
    transform: translateY(-100%);
    box-shadow: none;
}
.header__area.header-scrolled {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* Offset content so it doesn't hide under fixed header */
.main-content-wrapper {
    padding-top: 80px;
}
@media (max-width: 767px) {
    .main-content-wrapper { padding-top: 70px; }
}

/* About page hero - Work With Us button hover = blue */
.banner__one .default_button:hover {
    background: #0070D2 !important;
    color: #fff !important;
    border-color: #0070D2 !important;
}

/* ============================================================
   AUTO-HIDE HEADER ON SCROLL
   ============================================================ */
.header__area {
    position: fixed !important;
    top: 0; left: 0; width: 100%;
    z-index: 99999 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    border-bottom: 1px solid rgba(0,0,0,0.03);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
    will-change: transform;
}
.header__area.header-hidden { transform: translateY(-100%); box-shadow: none; }
.header__area.header-scrolled { box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.main-content-wrapper { padding-top: 80px; }
@media (max-width: 767px) { .main-content-wrapper { padding-top: 70px; } }

/* ============================================================
   COMPREHENSIVE MOBILE RESPONSIVE
   ============================================================ */
html, body { max-width: 100%; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
.story-hero { padding: 80px 0 100px 0; background-size: cover !important; background-position: center center !important; min-height: 300px; }

@media (max-width: 1199px) {
    .container { max-width: 100% !important; }
    .banner__one-content h1 { font-size: 48px !important; }
    .story-hero { padding: 70px 0 90px 0; }
}

@media (max-width: 991px) {
    .container { padding-left: 24px !important; padding-right: 24px !important; }
    .banner__one .row.al-center { flex-direction: column-reverse !important; }
    .banner__one .col-xl-7, .banner__one .col-lg-7,
    .banner__one .col-xl-5, .banner__one .col-lg-5,
    .banner__one .col-lg-6 { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
    .banner__one .container { padding-top: 40px !important; padding-bottom: 50px !important; }
    .banner__one-content h1 { font-size: 38px !important; line-height: 1.2 !important; }
    .banner__one-content .subtitle { font-size: 20px !important; }
    .banner__one-image-area img { max-width: 320px; margin: 0 auto 30px; display: block; }
    .story-hero { padding: 60px 0 80px 0; min-height: 250px; }
    .story-hero h1 { font-size: clamp(1.8rem, 5vw, 3rem) !important; }
    .story-row { flex-direction: column !important; gap: 30px !important; margin-bottom: 50px !important; }
    .story-content, .story-image { width: 100% !important; flex: unset !important; }
    .section-padding { padding: 60px 0 !important; }
    .tailored-grid { padding: 60px 0 !important; }
    .culture-card { padding: 28px !important; }
    .solution-card { padding: 28px !important; }
    .footer__cta-area { padding: 30px 24px !important; }
    .footer__cta-area-left h2 { font-size: 28px !important; line-height: 1.3 !important; }
    .footer__cta-area-right { justify-content: center !important; flex-wrap: wrap !important; gap: 16px !important; }
    .process__area-list { grid-template-columns: repeat(3, 1fr) !important; gap: 20px !important; }
    .footer__one-widget { margin-bottom: 30px; }
    .footer__one-widget.ml-40 { margin-left: 0 !important; }
}

@media (max-width: 767px) {
    .container { padding-left: 16px !important; padding-right: 16px !important; }
    .header__area-menubar-left img { height: 36px !important; }
    .banner__one .container { padding-top: 30px !important; padding-bottom: 40px !important; }
    .banner__one-content h1 { font-size: 28px !important; line-height: 1.25 !important; margin-bottom: 12px !important; }
    .banner__one-content .subtitle { font-size: 17px !important; margin-bottom: 16px !important; line-height: 1.5 !important; }
    .banner__one-content p { font-size: 15px !important; margin-bottom: 20px !important; }
    .banner__one-image-area img { max-width: 260px; }
    .banner__one video { width: 200% !important; height: 200% !important; }
    .story-hero { padding: 50px 0 70px 0 !important; min-height: 220px; }
    .story-hero h1 { font-size: 26px !important; margin-bottom: 12px !important; }
    .story-hero p { font-size: 16px !important; }
    .banner__one-image { padding: 50px 0 !important; }
    .banner__one-image h1 { font-size: 26px !important; }
    .banner__one-image p { font-size: 16px !important; }
    .section-title h2 { font-size: 26px !important; }
    .section-padding { padding: 50px 0 !important; }
    .tailored-grid { padding: 50px 0 !important; }
    .tailored-grid .row .col-lg-3 { flex: 0 0 50% !important; max-width: 50% !important; }
    .culture-card { padding: 22px !important; }
    .solution-card { padding: 22px !important; }
    .footer__cta-area { padding: 24px 16px !important; text-align: center !important; }
    .footer__cta-area-left h2 { font-size: 22px !important; line-height: 1.3 !important; }
    .footer__cta-area-right { flex-direction: column !important; align-items: center !important; gap: 16px !important; }
    .footer__cta-area-right-tel { justify-content: center !important; }
    .process__area-list { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
    .process__area-item { margin-top: 50px !important; }
    .process__area-item-area { padding: 28px 20px !important; }
    .modal-content-wrapper { padding: 20px 16px !important; max-height: 88vh; overflow-y: auto; border-radius: 16px !important; }
    .modal-header h3 { font-size: 22px !important; }
    .enquire-form .form-row { flex-direction: column !important; gap: 0 !important; }
    .enquire-form .form-group { margin-bottom: 12px !important; }
    .stack-flip-card { height: 360px !important; }
    .stack-flip-links { grid-template-columns: 1fr 1fr !important; gap: 8px !important; }
    .stack-flip-links a { padding: 10px 10px !important; font-size: 12px !important; }
    .blog__one-item-image img { height: 180px !important; }
    .footer__one-widget h5 { font-size: 15px !important; }
    .nav-item a { font-size: clamp(1.8rem, 7vw, 3rem) !important; }
    .default_button { font-size: 13px !important; padding: 8px 8px 8px 20px !important; gap: 12px !important; white-space: nowrap; }
    .default_button i { width: 32px !important; height: 32px !important; font-size: 14px !important; }
    .header__area-menubar-right-tel { display: none !important; }
}

@media (max-width: 575px) {
    .container { padding-left: 14px !important; padding-right: 14px !important; }
    .banner__one .container { padding-top: 20px !important; padding-bottom: 30px !important; }
    .banner__one-content h1 { font-size: 24px !important; }
    .banner__one-content .subtitle { font-size: 15px !important; }
    .banner__one-content-button { display: flex !important; flex-direction: column !important; gap: 10px !important; }
    .banner__one-content .default_button { width: 100% !important; justify-content: center !important; }
    .banner__one-image-area img { max-width: 200px; }
    .story-hero { padding: 40px 0 60px 0 !important; }
    .story-hero h1 { font-size: 22px !important; }
    .banner__one-image { padding: 40px 0 !important; }
    .banner__one-image h1 { font-size: 22px !important; }
    .section-title h2 { font-size: 22px !important; }
    .section-padding { padding: 40px 0 !important; }
    .tailored-grid { padding: 40px 0 !important; }
    .tailored-grid .row .col-lg-3 { flex: 0 0 100% !important; max-width: 100% !important; }
    .culture-card { padding: 18px !important; }
    .solution-card { padding: 18px !important; }
    .process__area-list { grid-template-columns: repeat(1, 1fr) !important; }
    .footer__cta-area-left h2 { font-size: 20px !important; }
    .footer__cta-area .default_button { width: 100% !important; justify-content: center !important; }
    .stack-flip-card { height: 340px !important; }
    .stack-flip-links { grid-template-columns: 1fr !important; }
    .stack-flip-back { padding: 18px 14px !important; }
    .careers-iframe { height: 1200px !important; }
    .modal-content-wrapper { padding: 16px 12px !important; }
    .modal-header h3 { font-size: 20px !important; }
}

@media (max-width: 400px) {
    .banner__one-content h1 { font-size: 20px !important; }
    .story-hero h1 { font-size: 20px !important; }
    .footer__cta-area-left h2 { font-size: 18px !important; }
    .section-title h2 { font-size: 20px !important; }
    .section-padding { padding: 30px 0 !important; }
}

/* About page hero button hover = blue */
.banner__one .default_button:hover {
    background: #0070D2 !important;
    color: #fff !important;
}

/* Print styles */
@media print {
    .js-nav, .cursor-follower, .cursor, .theme-loader, .scroll-up { display: none !important; }
    .site-footer { position: relative !important; visibility: visible !important; }
}


/* ── Hero logo swap transition ── */
#hero-slide-logo {
    transition: opacity 0.3s ease;
}

/* ── Stacking Cards (Proven Impact section) ── */
.portfolio__one .portfolio__one-right {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
}
.stack-card {
    position: sticky;
    top: 80px;
    z-index: calc(1 + var(--card-index, 0));
    margin-bottom: 0;
    box-shadow: 0 8px 40px rgba(0,0,0,0.35);
    transform-origin: top center;
    will-change: transform;
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
}
.stack-card:nth-child(1) { z-index: 1; }
.stack-card:nth-child(2) { z-index: 2; margin-top: -50px; }
.stack-card:nth-child(3) { z-index: 3; margin-top: -50px; }
.stack-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.columns_sticky {
    position: sticky;
    top: 80px;
    align-self: flex-start;
}
@media (max-width: 991px) {
    .stack-card { position: relative !important; top: 0 !important; margin-bottom: 20px; }
    .columns_sticky { position: relative; top: 0; }
}

/* ── Modal header: Let's Talk centered ── */
.modal-header {
    text-align: center;
    margin-bottom: 25px;
    padding: 0;
    border: none;
}
.modal-header h3 {
    font-size: 28px;
    font-weight: 800;
    color: #0a0f1e;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    line-height: 1.2;
}
.modal-header p {
    font-size: 15px;
    color: #666;
    margin: 0;
    display: block;
    width: 100%;
}

/* ── Scroll Stack Cards ── */
.scroll-stack-cards {
    position: relative;
    height: 300vh; /* 3 cards x 100vh each */
}
.scroll-stack-card {
    position: sticky;
    top: 90px;
    height: 420px;
    margin-bottom: 50vh;
    transition: transform 0.1s ease-out, opacity 0.3s ease;
}
.scroll-stack-card:last-child {
    margin-bottom: 0;
}
.scroll-stack-card[data-card="0"] { z-index: 1; }
.scroll-stack-card[data-card="1"] { z-index: 2; }
.scroll-stack-card[data-card="2"] { z-index: 3; }

/* Scale down previous cards slightly as next one arrives */
.scroll-stack-card.scaled-down {
    transform: scale(0.95);
    opacity: 0.7;
}

.scroll-stack-left {
    position: sticky;
    top: 100px;
}

@media (max-width: 991px) {
    .scroll-stack-cards { height: auto; }
    .scroll-stack-card { position: relative !important; top: 0 !important; margin-bottom: 20px !important; height: auto; }
    .scroll-stack-card.scaled-down { transform: none; opacity: 1; }
    .scroll-stack-left { position: relative; top: 0; }
}

/* ── Scroll Stack Cards (simple sticky) ── */
.scard {
    position: relative;
}
@media (max-width: 991px) {
    .scard {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 20px !important;
        height: 300px !important;
    }
}
@media (max-width: 575px) {
    .scard {
        height: 250px !important;
    }
}

/* ============================================================
   MOBILE FIXES — CTA, hero, values, cards, blog, hamburger
   ============================================================ */

/* CTA block: center logo and content on mobile */
@media (max-width: 991px) {
    .footer__cta-area { text-align: center !important; }
    .footer__cta-area-left { text-align: center !important; }
    .footer__cta-area-left h2 { text-align: center !important; }
    .footer__cta-area-right { justify-content: center !important; }
}

/* Hero slideshow: center text and CTA on mobile */
@media (max-width: 991px) {
    #hero-text-area { text-align: center; }
    #hero-text-area h1 { text-align: center !important; }
    #hero-text-area h3 { text-align: center !important; }
    #hero-cta { display: flex; justify-content: center; }
    #hero-text-area > div:last-child { justify-content: center !important; }
    .banner__one-content-button { display: flex; justify-content: center; }
}

/* Values & Ethos: ensure white text on blue bg */
.about__one-right-title h2 { color: #EF7F1A !important; }
.about__one-right-title .subtitle { color: var(--primary-color-1) !important; }
.about__one-right-title h4 { color: #EF7F1A !important; }
.about__one-right-title p { color: #555 !important; }

/* Success Stories / Portfolio: prevent card overflow on text */
@media (max-width: 991px) {
    .portfolio__one .col-lg-5 { position: relative !important; top: auto !important; align-self: auto !important; margin-bottom: 30px; }
    .portfolio__one .col-lg-7 { width: 100% !important; }
    .scroll-stack-card, .scard { position: relative !important; top: 0 !important; margin-bottom: 20px !important; }
    #stack-cards-container > div { position: relative !important; top: 0 !important; margin-bottom: 20px !important; }
}

/* Blog slider dots: visible and working */
.blog-pagination {
    display: flex !important;
    justify-content: center !important;
    gap: 8px;
    margin-top: 20px;
}
.blog-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #ccc !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    transition: all 0.3s;
}
.blog-pagination .swiper-pagination-bullet-active {
    background: #EF7F1A !important;
    width: 28px !important;
    border-radius: 8px !important;
}

/* Hamburger menu: proper text size and alignment */
.js-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.nav-item {
    margin-bottom: 8px !important;
}
.nav-item a {
    font-size: clamp(1.6rem, 5vw, 3rem) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    display: block !important;
    padding: 8px 0 !important;
}

/* Footer logo center on mobile */
@media (max-width: 767px) {
    .footer__one-widget .logo { display: block; text-align: center; }
    .footer__one-widget .logo img { margin: 0 auto; }
}

/* ============================================================
   MOBILE FIXES — Service/Industry/Tech pages
   ============================================================ */

/* CTA block hidden under fixed header - add top margin */
@media (max-width: 991px) {
    .footer__cta-area {
        margin-top: 20px;
    }
    .footer__cta-area.mb-60 {
        margin-bottom: 30px !important;
    }
}

/* Service/Industry/Tech page hero: center Back to Home and content */
@media (max-width: 991px) {
    .banner__one-image .container { text-align: center !important; }
    .story-hero .container { text-align: center !important; }
    .story-hero .default_button { margin: 0 auto; }
}

/* Footer logo: left aligned, not centered */
@media (max-width: 767px) {
    .footer__one-widget .logo { text-align: left !important; }
    .footer__one-widget .logo img { margin: 0 !important; }
}

/* Ensure CTA is not under the fixed header */
@media (max-width: 767px) {
    .footer__cta-area {
        position: relative;
        z-index: 10;
    }
}

/* ── Global Offices: always horizontal ── */
#offices-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0;
}
#offices-row > [data-country] {
    flex: 1 1 220px;
    min-width: 200px;
}
@media (max-width: 575px) {
    #offices-row > [data-country] {
        flex: 1 1 100%;
    }
}
/*# sourceMappingURL=style.css.map */