/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --crank-font: "Poppins", sans-serif;
  --crank-font-two: "Archivo", sans-serif;
  --crank-gray: #17080a;
  --crank-gray-rgb: 23, 8, 10;
  --crank-base: #2a6ea6;
  --crank-base-rgb: 232, 9, 46;
  --crank-black: #171717;
  --crank-black-rgb: 23, 23, 23;
  --crank-white: #ffffff;
  --crank-white-rgb: 255, 255, 255;
  --crank-bdr-color: #e1e1e1;
  --crank-bdr-color-rgb: 225, 225, 225;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  position: relative;
  display: block;
  font-family: var(--crank-font);
  color: var(--crank-gray);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  z-index: 1;
}

.body-bg-color {
  background-color: #ffffff;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--crank-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--crank-font-two);
  color: var(--crank-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1220px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--crank-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2a6ea6;
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition:
    width 0.3s,
    height 0.3s,
    opacity 0.3s;
  transition:
    width 0.3s,
    height 0.3s,
    opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background: #2a6ea6;

  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/* Section Title Css */

.section-title {
  position: relative;
  display: block;
  margin-bottom: 59px;
  margin-top: -8px;
  z-index: 1;
}

.section-title__tagline-box {
  position: relative;
  display: block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: var(--crank-base);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--crank-font-two);
  letter-spacing: 1px;
}

.section-title__title {
  color: var(--crank-black);
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  margin: 6px 0 0;
}

.section-title__title .split-line {
  text-transform: none;
}

/* Section Title Two Css */
.section-title-two {
  position: relative;
  display: block;
  margin-bottom: 59px;
  margin-top: -1px;
  z-index: 1;
}

.section-title-two__tagline-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.section-title-two__tagline-shape-1 {
  position: relative;
  display: block;
  height: 1px;
  width: 60px;
  background: #2a6ea6;
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: var(--crank-base);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--crank-font-two);
  letter-spacing: 1px;
}

.section-title-two__title {
  color: var(--crank-black);
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  margin: 6px 0 0;
}

.section-title-two__title .split-line {
  text-transform: none;
}

/* Thm Btn Css */

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--crank-white);
  background: #2a6ea6;

  padding: 13px 30px 13px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  z-index: 2;
  text-align: center;
}

.thm-btn span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding-left: 10px;
  top: 2px;
}

.thm-btn::after {
  content: "";
  background-color: #ff613e;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.thm-btn:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn:hover {
  color: var(--crank-white);
}

/* Proloader Css */

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -25px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--crank-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background: #2a6ea6;

  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--crank-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  cursor: pointer;
  z-index: 9999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--crank-base);
  border-color: var(--crank-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--crank-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type="text"],
.xs-sidebar-group .content-inner .form-inner .form-group input[type="email"],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  border-radius: 10px;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--crank-white);
  color: var(--crank-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group
  .content-inner
  .form-inner
  .form-group
  .form-inner__btn:hover {
  color: var(--crank-white);
}

.xs-sidebar-group
  .content-inner
  .form-inner
  .form-group
  .form-inner__btn:after {
  background: #2a6ea6;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px 0;
  background-color: #232323;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1;
}

.main-header__logo {
  position: relative;
  display: block;
  padding: 30px 0;
  z-index: 2;
}

.main-menu__left {
  position: relative;
  display: block;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: rgba(var(--crank-white-rgb), 0.1);
  border-radius: 50%;
  font-size: 15px;
  color: var(--crank-white);
  overflow: hidden;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--crank-base);
  background-color: var(--crank-white);
}

.main-menu__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--crank-white);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-menu__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu__nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right: 11px;
  height: 45px;
  width: 45px;
  background: #2a6ea6;

  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-one {
  position: relative;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--crank-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
  width: 22px;
}

.icon-dots-menu-two {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  background-color: var(--crank-white);
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-three {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  background-color: var(--crank-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  width: 22px;
}

.stricky-header.main-menu {
  background-color: var(--crank-black);
}

.stricky-header .main-menu__wrapper-inner {
  padding: 0 0px 0;
  background-color: transparent;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 20px;
}

@media (min-width: 1200px) {
  .big-gap {
    gap: 10px;
  }
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--crank-white);
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--crank-base);
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background: #2a6ea6;

  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  /* transform: scale(1, 1); */
  transform-origin: right center;
}

.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 15px;
}

.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 pro";
  content: "\f107";
  font-size: 14px;
  color: var(--crank-white);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a::after {
  color: var(--crank-base);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition:
    opacity 500ms ease,
    visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 700ms ease;
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(var(--crank-black-rgb), 0.1);
}

.main-menu .main-menu__list > li > ul > li:last-child,
.main-menu .main-menu__list > li > ul > li > ul > li:last-child,
.stricky-header .main-menu__list > li > ul > li:last-child,
.stricky-header .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: 0;
  margin-top: 0px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: var(--crank-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px 6px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  background: #2a6ea6;

  color: var(--crank-white);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition:
    visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition:
    visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition:
    transform 500ms ease,
    visibility 500ms ease;
  transition:
    transform 500ms ease,
    visibility 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--crank-base);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--crank-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--crank-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--crank-white);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition:
    visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition:
    visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition:
    transform 500ms ease 500ms,
    visibility 500ms ease 500ms;
  transition:
    transform 500ms ease 500ms,
    visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition:
    visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition:
    visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition:
    transform 500ms ease 0ms,
    visibility 500ms ease 0ms;
  transition:
    transform 500ms ease 0ms,
    visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--crank-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:
    opacity 500ms ease 0ms,
    visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition:
    opacity 500ms ease 0ms,
    visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition:
    opacity 500ms ease 0ms,
    visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
  transition:
    opacity 500ms ease 0ms,
    visibility 500ms ease 0ms,
    transform 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition:
    opacity 500ms ease 500ms,
    visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition:
    opacity 500ms ease 500ms,
    visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition:
    opacity 500ms ease 500ms,
    visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
  transition:
    opacity 500ms ease 500ms,
    visibility 500ms ease 500ms,
    transform 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--crank-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--crank-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content
  .main-menu__list
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a.expanded {
  color: var(--crank-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--crank-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background: #2a6ea6;

  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition:
    transform 500ms ease,
    -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a
  > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--crank-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--crank-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--crank-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--crank-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--crank-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--crank-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2a6ea6;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px 0;
  background-color: #232323;
  border-radius: 45px;
  z-index: 1;
}

.main-header-two__logo {
  position: relative;
  display: block;
  padding: 25px 0;
  z-index: 2;
}

.main-menu-two__left {
  position: relative;
  display: block;
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--crank-white);
  font-size: 20px;
  height: 40px;
  width: 40px;
  background: #2a6ea6;

  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-content {
  margin-left: 10px;
}

.main-menu-two__call-number {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.main-menu-two__call-number a {
  color: var(--crank-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--crank-base);
}

.main-menu-two .main-menu__list > li,
.stricky-header.main-menu-two .main-menu__list > li {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
}

.stricky-header.main-menu-two {
  background-color: var(--crank-black);
}

.stricky-header .main-menu-two__wrapper-inner {
  padding: 0 0px 0;
  background-color: transparent;
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three__wrapper {
  position: relative;
  display: block;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto 0;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background: #2a6ea6;
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px 3px;
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--crank-white-rgb), 0.2);
}

.main-menu-three__contact-list li:first-child:before {
  display: none;
}

.main-menu-three__contact-list li + li {
  margin-left: 50px;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li .icon i {
  font-size: 16px;
  color: var(--crank-white);
}

.main-menu-three__contact-list li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
  font-size: 14px;
  color: var(--crank-white);
  letter-spacing: -0.36px;
}

.main-menu-three__contact-list li .text p a {
  color: var(--crank-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
  color: #ff613e;
}

.main-menu-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--crank-white);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-three__social a:hover {
  color: #ff613e;
}

.main-menu-three__social a + a {
  margin-left: 25px;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  background-color: var(--crank-white);
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px 0px;
  z-index: 1;
}

.main-menu-three__left {
  position: relative;
  display: block;
}

.main-header-three__logo {
  position: relative;
  display: block;
  padding: 4px 0;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-three .main-menu__list > li,
.stricky-header.main-menu-three .main-menu__list > li {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
}

.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
  color: var(--crank-black);
}

.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
  color: var(--crank-base);
}

.main-menu-three .main-menu__list > li.dropdown > a:after {
  color: var(--crank-black);
}

.main-menu-three .main-menu__list > li.current > a::after,
.main-menu-three .main-menu__list > li:hover > a::after,
.stricky-header.main-menu-three .main-menu__list > li.current > a::after,
.stricky-header.main-menu-three .main-menu__list > li:hover > a::after {
  color: var(--crank-base);
}

.stricky-header.main-menu-three {
  background-color: var(--crank-white);
}

/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-four {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-four__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-four__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 120px 0px;
  background-color: var(--crank-white);
  z-index: 1;
}

.main-header-four__logo {
  position: relative;
  display: block;
  padding: 25px 0;
}

.main-menu-four__left {
  position: relative;
  display: block;
}

.main-menu-four__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-four__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-menu-four__btn-box {
  position: relative;
  display: block;
}

.main-menu-four__btn-box .thm-btn {
  padding: 12px 30px 12px;
  background-color: transparent;
  border: 1px solid var(--crank-bdr-color);
  color: var(--crank-black);
}

.main-menu-four__btn-box .thm-btn:hover {
  color: var(--crank-white);
  border: 1px solid var(--crank-black);
}

.main-menu-four .main-menu__list > li,
.stricky-header.main-menu-four .main-menu__list > li {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
}

.main-menu-four .main-menu__list > li > a,
.stricky-header.main-menu-four .main-menu__list > li > a {
  color: var(--crank-black);
}

.main-menu-four .main-menu__list > li.current > a,
.main-menu-four .main-menu__list > li:hover > a,
.stricky-header.main-menu-four .main-menu__list > li.current > a,
.stricky-header.main-menu-four .main-menu__list > li:hover > a {
  color: var(--crank-base);
}

.main-menu-four .main-menu__list > li.dropdown > a:after {
  color: var(--crank-black);
}

.main-menu-four .main-menu__list > li.current > a::after,
.main-menu-four .main-menu__list > li:hover > a::after,
.stricky-header.main-menu-four .main-menu__list > li.current > a::after,
.stricky-header.main-menu-four .main-menu__list > li:hover > a::after {
  color: var(--crank-base);
}

.stricky-header.main-menu-four {
  background-color: var(--crank-white);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition:
    opacity 500ms ease,
    -webkit-transform 500ms ease;
  transition:
    opacity 500ms ease,
    -webkit-transform 500ms ease;
  transition:
    transform 500ms ease,
    opacity 500ms ease;
  transition:
    transform 500ms ease,
    opacity 500ms ease,
    -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--crank-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background: #2a6ea6;

  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn::after {
  background-color: var(--crank-black);
  border-radius: 0;
}

.search-popup__content .thm-btn::before {
  background-color: var(--crank-black);
  border-radius: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--crank-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--crank-white);
}

/*--------------------------------------------------------------
# Carousle Dot Style
--------------------------------------------------------------*/

.carousel-dot-style.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 500ms ease,
    visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2a6ea6;

  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: var(--crank-black);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
  outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.gradient-border img {
  width: 100%;
  height: auto;

  border-radius: 2%;
  display: block;
}

.pt-30 {
  padding-top: 100px;
}

.color-blue {
  color: #2a6ea6;
}

/* why choos */
.tf-why-section {
  padding: 90px 0;
  background: #f4f8fb;
}

.tf-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.tf-heading-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.tf-main-heading {
  font-size: 36px;
  font-weight: 700;
  color: #0c2d48;
  margin-bottom: 15px;
}

.tf-sub-heading {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.tf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tf-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 14px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.tf-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.tf-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.tf-card h4 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #0c2d48;
}

.tf-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .tf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .tf-grid {
    grid-template-columns: 1fr;
  }
}

/* testimonial */
.tf-testimonial-slider-section {
  padding: 90px 0;
  background: #ffffff;
}

.tf-testimonial-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0c2d48;
}

.tf-testimonial-heading p {
  color: #555;
  margin-bottom: 50px;
}

.tf-slide-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.tf-slide-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.tf-slide-card p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.tf-slide-card h4 {
  font-size: 18px;
  color: #0c2d48;
  margin-bottom: 5px;
}

.tf-slide-card span {
  font-size: 14px;
  color: #777;
}

.tf-stars {
  color: #ffc107;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

/* Swiper Navigation Color */
.swiper-button-next,
.swiper-button-prev {
  color: #0c2d48;
}

.swiper-pagination-bullet-active {
  background: #0c2d48 !important;
}

/* clients */
.tf-clients-section {
  padding: 80px 0;
  background: #ffffff;
}

.tf-clients-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

.tf-clients-slider {
  overflow: hidden;
  margin: 30px 0;
}

.tf-clients-track {
  display: flex;
  gap: 40px;
  width: max-content;
}

.tf-client-logo {
  width: 180px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: 0.3s;
  border: 1px solid black;
}

.tf-client-logo img {
  max-width: 180px;
  transition: 0.3s;
}

.tf-client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

/* RIGHT TO LEFT */
.slider-rtl .tf-clients-track {
  animation: scrollRTL 25s linear infinite;
}

/* LEFT TO RIGHT */
.slider-ltr .tf-clients-track {
  animation: scrollLTR 25s linear infinite;
}

@keyframes scrollRTL {
  0% {
    transform: translateX(0);
  }

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

@keyframes scrollLTR {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* breadcrumb */
.tf-breadcrumb-section {
  position: relative;
  padding: 80px 0 80px;
  background: url("assets/images/backgrounds/cta-one-bg.jpg") center/cover
    no-repeat;
  text-align: center;
  color: #fff;
}

.tf-breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(12, 45, 72, 0.85),
    rgba(0, 0, 0, 0.7)
  );
}

.tf-breadcrumb-content {
  position: relative;
  z-index: 2;
}

.tf-breadcrumb-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 30px;
}

.tf-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  backdrop-filter: blur(8px);
  list-style: none;
}

.tf-breadcrumb li {
  font-size: 15px;
}

.tf-breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.tf-breadcrumb li a:hover {
  color: #00c6ff;
}

.tf-breadcrumb .active {
  color: #00c6ff;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 576px) {
  .tf-breadcrumb-title {
    font-size: 28px;
  }
}

/* mission vision */
/* mission vision */
.mv-glass-section {
  padding: 110px 0;
  background: linear-gradient(135deg, #4a9ee4, #112f56);
  color: #fff;
}

.mv-glass-header {
  text-align: center;
  margin-bottom: 70px;
}

.mv-glass-header h2 {
  font-size: 40px;
  font-weight: 700;
}

.mv-glass-header p {
  opacity: 0.8;
  margin-top: 10px;
}

.mv-glass-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mv-glass-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 40px 30px;
  border-radius: 18px;
  position: relative;
  transition: 0.4s;
  border-left: 4px solid #00c6ff;
}

.mv-glass-card:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.mv-glass-icon {
  font-size: 38px;
  margin-bottom: 20px;
}

.mv-glass-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.mv-glass-card p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .mv-glass-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .mv-glass-wrapper {
    grid-template-columns: 1fr;
  }
}

/* director desk */
.tf-director-section {
  padding: 110px 0;
  background: #f4f8fb;
}

.tf-director-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Image Styling */
.tf-director-image {
  flex: 1;
  text-align: center;
}

.tf-director-img-box {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}

.tf-director-img-box img {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  transition: 0.4s;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.tf-director-img-box:hover img {
  transform: scale(1.05);
}

/* Content Styling */
.tf-director-content {
  flex: 1.2;
}

.tf-director-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00c6ff;
  font-weight: 600;
}

.tf-director-content h1 {
  font-size: 38px;
  margin: 10px 0;
  color: #0c2d48;
}

.tf-director-content h5 {
  font-weight: 500;
  margin-bottom: 25px;
  color: #555;
}

.tf-director-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.tf-director-sign {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 2px solid #00c6ff;
}

.tf-director-sign span {
  color: #777;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
  .tf-director-wrapper {
    flex-direction: column;
    text-align: center;
  }
}

/*  */
.tf-director-spotlight {
  padding: 120px 0;
  background: linear-gradient(135deg, #0c2d48, #091f33);
  position: relative;
}

/* Card */
.tf-director-card {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

/* Image */
.tf-director-photo {
  flex: 1;
  min-height: 450px;
}

.tf-director-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.tf-director-info {
  flex: 1.2;
  padding: 60px 50px;
}

.tf-director-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00c6ff;
  font-weight: 600;
}

.tf-director-info h2 {
  font-size: 40px;
  margin: 15px 0 5px;
  color: #0c2d48;
}

.tf-director-info h5 {
  color: #666;
  margin-bottom: 25px;
}

.tf-director-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* Footer Signature */
.tf-director-footer {
  margin-top: 35px;
  padding-top: 15px;
  border-top: 3px solid #0c2d48;
}

.tf-director-footer span {
  display: block;
  font-size: 14px;
  color: #777;
}

/* Hover Effect */
.tf-director-card:hover {
  transform: translateY(-10px);
  transition: 0.4s ease;
}

/* Responsive */
@media (max-width: 992px) {
  .tf-director-card {
    flex-direction: column;
  }

  .tf-director-photo {
    min-height: 350px;
  }

  .tf-director-info {
    padding: 40px 30px;
    text-align: center;
  }
}

/* products */
.cooling-product-section {
  padding: 100px 0;
  background: #f8f9fc;
}

.cooling-product-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cooling-product-header p {
  max-width: 600px;
  margin: auto;
  color: #666;
}

.cooling-product-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.cooling-product-content h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cooling-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.cooling-features li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
}

.cooling-buttons {
  display: flex;
  gap: 15px;
}

.cooling-btn {
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.primary-btn {
  background: #0d6efd;
  color: #fff;
}

.primary-btn:hover {
  background: #084298;
}

.secondary-btn {
  border: 2px solid #0d6efd;
  color: #0d6efd;
}

.secondary-btn:hover {
  background: #0d6efd;
  color: #fff;
}

/* contact */
.contact-modern-section {
  background: linear-gradient(135deg, #f8f9fa, #e9f2ff);
}

.contact-info-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

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

.contact-tagline {
  color: #ff3b3b;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-title {
  font-weight: 700;
  color: #222;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-icon {
  background: #ff3b3b;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(255, 59, 59, 0.3);
}

.contact-label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #555;
}

.contact-item a {
  color: #222;
  text-decoration: none;
  transition: 0.3s;
}

.contact-item a:hover {
  color: #ff3b3b;
}

.map-card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  padding: 10px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}

/* contact form */
input {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #000000;
}

input:focus {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.textheading {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

.margin-top {
  margin-top: 10px;
}

.submit__generated {
  display: inline-block;
}

.submit__generated span {
  display: inline-block;
  width: 50px;
  height: 40px;
  vertical-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.submit__generated.valid:after,
.submit__generated.unvalid:after {
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 10px;
}

.submit__generated.valid:after {
  content: "";
  color: #2ecc71;
}

.submit__generated.valid .submit__input {
  border: 1px solid #2ecc71;
  color: #2ecc71 !important;
}

.submit__generated.unvalid:after {
  content: "";
  color: #e74c3c;
}

.submit__generated.unvalid .submit__input {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}

.submit__generated .submit__input {
  position: relative;
  outline: 0;
  height: 45px;
  width: 65px;
  border-radius: 4px;
  border: 1px solid #42a0dd;
  color: #42a0dd;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
  padding: 15px;
}

i.fa-refresh {
  margin: 4px 0 0px 5px;
  padding: 5px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform-origin: center center;
  transition:
    transform 0.2s ease-out,
    color 0.2s ease-out;
}

i.fa-refresh:hover {
  color: rgba(0, 0, 0, 0.4);
  transform: rotate(180deg);
}

span.submit__error,
span.submit__error--empty {
  color: #e74c3c;
  position: absolute;
  margin-top: 0px;
  margin-left: 100px;
}

.submit {
  display: block;
  margin: 50px 0;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background-color: #42a0dd;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 4px 0 #2c81ba;
  opacity: 1;
  transition:
    transform 0.2s ease-out,
    opacity 0.2s ease-out;
}

.submit:hover {
  background-color: #3498db;
}

.submit:active,
.submit.enter-press,
.submit.overlay {
  margin: 55px 0 46px 0;
  box-shadow: none;
}

.submit__overlay {
  height: 14%;
  width: 16%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  margin-top: -120px;
  margin-left: 0px;
}

@media (max-width: 767px) {
  .submit__overlay {
    height: 50%;
    width: 95%;
  }
}

.low-opa {
  opacity: 0.4;
}

.fadeOut {
  opacity: 0;
  transform: translateY(10px);
}

.fadeIn {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.form-fields,
.form-success {
  transition: all 0.2s ease-out;
}

.form-success {
  opacity: 0;
  transform: translateY(-10px);
  margin-top: 20px;
}

.captcha-heading {
  font-size: 20px;
  color: #ff1818;
  font-weight: 600;
}

.hide {
  display: none;
}

/* btn */
.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
}

.btn-enquiry {
  background: #ff3b3b;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-enquiry:hover {
  background: #e60000;
  transform: translateY(-3px);
}

/* floating whatsapp */
/* ======================================
        ||         FULL STYLESHEET           ||
      
        /* --- New Container for Fixed Buttons --- */
.fixed-buttons-container {
  position: fixed;
  bottom: 0rem;
  /* Increased space from the bottom */
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* Aligns items to the right side of the container */
  gap: 0.5rem;
  /* Creates space between the buttons */
  z-index: 1050;
}

/* Call Button Styles */
#call-button {
  /* Positioning is now handled by the parent container */
  z-index: 1000;
}

/* Floating WhatsApp Button Styles */
.floating-whatsapp-btn {
  /* Positioning is now handled by the parent container */
  z-index: 1050;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.floating-whatsapp-btn:hover {
  transform: scale(1.1);
}

.floating-whatsapp-btn i {
  color: white;
  font-size: 2rem;
}

/* Modal Overlay and Container (Original styles kept) */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.show {
  display: flex;
  opacity: 1;
}

.modal-content-wrapper {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: 90%;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translateY(20px);
  opacity: 0;
}

.modal-overlay.show .modal-content-wrapper {
  transform: translateY(0);
  opacity: 1;
}

/* Modal Header (Original styles kept) */
.modal-header {
  background: linear-gradient(90deg, #0072ff 0%, #ff6a00 100%);
  color: white;
  padding: 1rem;
  /* border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h5 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}

.modal-header .close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

/* Modal Body (Original styles kept) */
.modal-body {
  padding: 1.5rem;
}

/* Form Styling (Original styles kept) */
.form-group {
  margin-bottom: 1rem;
}

.form-label {
  font-weight: 500;
  color: #4a4a4a;
  display: block;
  margin-bottom: 0.5rem;
}

.form-control {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #e0e0e0;
  padding: 0.75rem 1rem;
  box-sizing: border-box;
  transition:
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

.form-control:focus {
  outline: none;
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-submit {
  background-color: #25d366;
  border: none;
  font-weight: bold;
  color: white;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
  width: 100%;
  cursor: pointer;
  transition:
    transform 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}

.btn-submit:hover {
  background-color: #128c7e;
  transform: translateY(-2px);
}

/* --- MOBILE RESPONSIVE STYLES --- */
@media (max-width: 768px) {
  .fixed-buttons-container {
    bottom: 2rem;
    /* Increased space from the bottom on mobile */
    right: 1rem;
    gap: 0.75rem;
  }

  .floating-whatsapp-btn {
    width: 50px;
    height: 50px;
  }

  #call-button img {
    width: 60px;
  }
}

/* capabilities */
.capabilities-section {
  padding: 80px 0;
  background: linear-gradient(to right, #f8f9fa, #ffffff);
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0d1b2a;
}

.section-title p {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
}

.capability-box {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}

.capability-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.icon-box {
  width: 60px;
  height: 60px;
  background: #0d6efd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 20px;
}

.capability-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0d1b2a;
}

.capability-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 28px;
  }
}

/* Sustainability Section CSS */
.sustainability-section {
  padding: 80px 0;
  background: linear-gradient(to right, #f1f8f6, #ffffff);
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0d1b2a;
}

.section-title p {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
}

.sustain-img img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sustain-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #0d1b2a;
}

.sustain-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.sustain-box {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.sustain-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.icon-box {
  width: 65px;
  height: 65px;
  background: #198754;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  margin: 0 auto 20px;
}

.sustain-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sustain-box p {
  font-size: 15px;
  color: #666;
}

.commitment-box {
  background: #0d1b2a;
  color: #fff;
  padding: 40px;
  border-radius: 15px;
}

.commitment-box h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.commitment-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #ddd;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 28px;
  }

  .sustain-content {
    margin-top: 30px;
  }
}

/* careers css */
.job-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 25px;
  border-radius: 5px;
  transition: 0.3s;
}

.job-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.job-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.posted-date {
  font-size: 14px;
  color: #6c757d;
}

.why-techflux {
  padding: 80px 0;
  background: #f4f6f9;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.underline {
  width: 50px;
  height: 3px;
  background: #1e73be;
  margin: 0 auto 50px;
}

/* Layout */
.why-wrapper {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: start;
  max-width: 1100px;
  margin: auto;
}

.center-line {
  width: 2px;
  background: #cfd8e3;
  height: 100%;
  margin: 0 auto;
}

.why-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

/* Shield Style */
.shield {
  min-width: 55px;
  height: 60px;
  background: #ffffff;
  border: 2px solid #1e73be;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #1e73be;
}

.why-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.why-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .why-wrapper {
    grid-template-columns: 1fr;
  }

  .center-line {
    display: none;
  }
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

/* Force Sticky Sidebar */
.service-details__right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 999;
  /* adjust based on header height */
}

/* Fallback fixed class */
.sticky-fixed {
  position: fixed !important;
  top: 120px;
  width: 100%;
  max-width: 350px;
  /* adjust as per layout */
  z-index: 999;
}

.cta-section {
  background: #2d8fcb;
  /* Blue background */
  padding: 25px 0;
}

.cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cta-content b {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.cta-btn {
  background: #0b3d91;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta-btn:hover {
  background: #072c66;
}

@media (max-width: 768px) {
  .cta-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

/* product */

.carousel-container {
  width: 100%;
  max-width: 1200px;
  height: 260px;
  position: relative;
  perspective: 2000px;
  margin-top: 10px;
}

.carousel-track {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card {
  position: absolute;
  width: 280px;
  height: 280px;
  background: white;
  /* border-radius: 20px; */
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card.center {
  z-index: 10;
  transform: scale(1.1) translateZ(0);
}

.card.center img {
  filter: none;
}

.card.left-2 {
  z-index: 1;
  transform: translateX(-400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}

.card.left-2 img {
  filter: grayscale(100%);
}

.card.left-1 {
  z-index: 5;
  transform: translateX(-200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card.left-1 img {
  filter: grayscale(100%);
}

.card.right-1 {
  z-index: 5;
  transform: translateX(200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card.right-1 img {
  filter: grayscale(100%);
}

.card.right-2 {
  z-index: 1;
  transform: translateX(400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}

.card.right-2 img {
  filter: grayscale(100%);
}

.card.hidden {
  opacity: 0;
  pointer-events: none;
}

.member-info {
  text-align: center;
  margin-top: 40px;
  transition: all 0.5s ease-out;
}

.member-name {
  color: rgb(8, 42, 123);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.member-name::before,
.member-name::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100px;
  height: 2px;
  background: rgb(8, 42, 123);
}

.member-name::before {
  left: -120px;
}

.member-name::after {
  right: -120px;
}

.member-role {
  color: #848696;
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 0;
  margin-top: -15px;
  position: relative;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(8, 42, 123, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: rgb(8, 42, 123);
  transform: scale(1.2);
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(8, 42, 123, 0.6);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  border: none;
  outline: none;
  padding-bottom: 4px;
}

.nav-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.nav-arrow.left {
  left: 20px;
  padding-right: 3px;
}

.nav-arrow.right {
  right: 20px;
  padding-left: 3px;
}

@media (max-width: 768px) {
  .about-title {
    font-size: 4.5rem;
  }

  .card {
    width: 200px;
    height: 200px;
  }

  .card.left-2 {
    transform: translateX(-250px) scale(0.8) translateZ(-300px);
  }

  .card.left-1 {
    transform: translateX(-120px) scale(0.9) translateZ(-100px);
  }

  .card.right-1 {
    transform: translateX(120px) scale(0.9) translateZ(-100px);
  }

  .card.right-2 {
    transform: translateX(250px) scale(0.8) translateZ(-300px);
  }

  .member-name {
    font-size: 2rem;
  }

  .member-role {
    font-size: 1.2rem;
  }

  .member-name::before,
  .member-name::after {
    width: 50px;
  }

  .member-name::before {
    left: -70px;
  }

  .member-name::after {
    right: -70px;
  }
}

/* whay coose */
.why-techflux-modern {
  padding: 100px 0;
  background: #ffffff;
}

.why-title {
  text-align: center;
  margin-bottom: 60px;
}

.why-title h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-title p {
  color: #666;
  font-size: 16px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */

.why-card {
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

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

/* animated gradient border */

.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #00c6ff);
}

/* icon */

.icon-box {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff;
  animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0px);
  }
}

.why-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.why-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* responsive */

@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

/*  */
.testimonial-section {
  padding: 100px 0;
  /* background: url("assets/images/testimonial/testimonial-background.png") center/cover no-repeat; */
  position: relative;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}

.container {
  position: relative;
  z-index: 2;
}

.testimonial-title {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-title span {
  color: #1b74e4;
  font-weight: 600;
}

.testimonial-title h2 {
  font-size: 40px;
  font-weight: 700;
}

/* card */

.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.client-info img {
  width: 55px;
}

.client-info h3 {
  margin: 0;
  font-size: 20px;
}

.client-info p {
  margin: 0;
  font-size: 14px;
  color: #777;
}

.stars {
  color: #ff8c00;
  margin-bottom: 15px;
}

.testimonial-card p {
  line-height: 1.7;
  color: #444;
}

/* button */

.testimonial-btn {
  text-align: center;
  margin-top: 40px;
}

.testimonial-btn a {
  background: #1b74e4;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
}

/* arrows */

.swiper-button-next,
.swiper-button-prev {
  color: #1b74e4;
}

/* industires we serve */
.industries-section {
  padding: 80px 5%;
  background: #ffffff;
  text-align: center;
}

.industry-heading h2 {
  font-size: 40px;
  color: #1e4ea1;
  margin-bottom: 10px;
}

.industry-heading p {
  font-size: 18px;
  color: #444;
}

.industry-heading span {
  color: #ff7a00;
  font-weight: 600;
}

/* Slider */

.swiper {
  margin-top: 40px;
  width: 100%;
}

/* Card */

.industry-card {
  height: 320px;
  overflow: hidden;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.industry-card:hover img {
  transform: scale(1.1);
}

.industry-card {
  position: relative;
  height: 320px;
  overflow: hidden;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

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

.industry-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 4px;
}

/* quality policy */
.quality-policy-sec {
  padding: 100px 0;
  background: #f6f9fc;
  font-family: Arial;
}

.quality-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.quality-left .sub {
  color: #00396d;
  font-weight: 600;
}

.quality-left h2 {
  font-size: 42px;
  margin: 10px 0 20px;
}

.quality-left p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.quality-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.quality-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.quality-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00396d;
}

/* right boxes */

.quality-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.quality-box {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

.quality-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.q-number {
  font-size: 34px;
  font-weight: 700;
  color: #00396d;
  margin-bottom: 10px;
}

.quality-box h4 {
  margin-bottom: 10px;
}

.quality-box p {
  font-size: 14px;
  color: #666;
}

/* responsive */

@media (max-width: 900px) {
  .quality-wrapper {
    grid-template-columns: 1fr;
  }

  .quality-right {
    grid-template-columns: 1fr;
  }
}

/* journey */

.timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.timeline {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px;
}

.timeline::-webkit-scrollbar {
  display: none;
}

.timeline-item {
  flex: 0 0 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px;
}

.timeline-item img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 6px;
}

.year {
  font-size: 22px;
  font-weight: bold;
  color: #0077ff;
  margin-top: 10px;
}

.text {
  font-size: 14px;
  margin-top: 6px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #0077ff;
  color: white;
  width: 45px;
  height: 45px;
  font-size: 26px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.arrow-left {
  left: -10px;
}

.arrow-right {
  right: -10px;
}

.arrow:hover {
  background: #0056cc;
}

.timeline-item {
  flex: 0 0 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px;
  position: relative;
}

.timeline {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 70px 20px 20px;
  /* space for top line */

  position: relative;
}

/* TOP LINE */
.timeline::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 20px;
  right: -400px;
  height: 3px;
  background: #0077ff;
  z-index: 1;
}

@media (max-width: 768px) {
  .timeline {
    padding: 60px 10px 20px;
  }

  .timeline::before {
    top: 35px;
    left: 10px;
    right: -1125px;
    /* perfectly fit mobile */
  }

  .timeline-item {
    flex: 0 0 220px;
  }

  .timeline-item::after {
    top: -32px;
  }

  .timeline-item::before {
    top: -20px;
    height: 20px;
  }
}

/* CARD */
.timeline-item {
  flex: 0 0 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px;
  position: relative;
  z-index: 2;
}

/* DOT */
.timeline-item::after {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background: #0077ff;
  border-radius: 50%;
  border: 3px solid #fff;
  z-index: 3;
}

/* VERTICAL LINE (dot to card) */
.timeline-item::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 25px;
  background: #0077ff;
  z-index: 2;
}

/* -------------------------------------- */
.product-modern {
  padding: 50px 0;
  background: #ffffff;
}

/* Image Box */

.product-image-box {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
}

.product-image-box img {
  border-radius: 10px;
}

/* Content */

.product-title {
  font-size: 34px;
  font-weight: 700;
  color: #0c1f3f;
  /* margin-bottom: 15px; */
}

.product-desc {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* Features */

.feature-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-list {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}

.feature-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

/* Buttons */

.product-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
}

.btn-enquiry {
  background: #0c1f3f;
  color: #fff;
}

.btn-enquiry:hover {
  background: #183a73;
}

.btn-brochure {
  background: #f39c12;
  color: #fff;
}

.btn-brochure:hover {
  background: #d68910;
}

/* Responsive */

@media (max-width: 991px) {
  .product-modern {
    padding: 60px 0;
  }

  .product-title {
    font-size: 28px;
  }
}

/* ----------------- */
.spec-section {
  padding: 60px 0;
  background: #f8f9fb;
}

.table-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.table-box h3 {
  background: #e6e6e6;
  color: #296fa3;
  padding: 12px;
  margin: 0;
  font-size: 18px;
  text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 13px;
}

table th {
  background: #2a6fa3;
  font-weight: 600;
  color: #fff;
}

tr:nth-child(even) {
  background: #fafafa;
}

/* ----coating--------------- */
.coating-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #eef3f8, #ffffff);
  font-family: "Poppins", sans-serif;
}

.coating-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.coating-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #0d6efd;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 2px;
}

.coating-card {
  background: #296ea5;
  border-radius: 15px;
  padding: 20px;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.coating-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.coating-img {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  overflow: hidden;
}

.coating-img img {
  width: 100%;
  border-radius: 10px;
  transition: 0.4s;
}

.coating-card:hover img {
  transform: scale(1.05);
}

.coating-card h4 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
}

/* optional subtitle */
.coating-sub {
  /* text-align: center; */
  color: #6c757d;
  margin-bottom: 40px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .coating-title {
    font-size: 28px;
  }
}

/* products table */
.container {
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
}

.custom-table {
  width: 100%;
  overflow-x: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.custom-table table {
  width: 100%;
  border-collapse: collapse;
}

.custom-table thead {
  background-color: #2a6fa3;
  color: #fff;
}

.custom-table th,
.custom-table td {
  padding: 6px 16px;
  border: 1px solid #eee;
  text-align: left;
}

.custom-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/* 🔥 Mobile Responsive */
@media (max-width: 768px) {
  .custom-table table,
  .custom-table thead,
  .custom-table tbody,
  .custom-table th,
  .custom-table td,
  .custom-table tr {
    display: block;
    width: 100%;
  }

  .custom-table thead {
    display: none;
  }

  .custom-table tr {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }

  .custom-table td {
    border: none;
    position: relative;
    padding-left: 50%;
    font-size: 14px;
  }

  .custom-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 14px;
    font-weight: bold;
    color: #2a6fa3;
    font-size: 13px;
  }
}

/* --------------- */
/* Pointer cursor */
.carousel-control-prev,
.carousel-control-next {
  cursor: pointer;
}

/* Optional: better UI */
.custom-carousel img {
  border-radius: 12px;
  height: 280px;
  object-fit: cover;
}

/* Smooth hover effect */
.custom-carousel {
  transition: transform 0.3s ease;
}

.custom-carousel:hover {
  transform: translateY(-5px);
}

.custom-carousel img {
  cursor: pointer;
}

.gallery-title {
  color: #2a6fa3;
}

/* machines */
.mach-sec {
  padding: 60px 20px;
  background: #f5f5f5;
  text-align: center;
}

.mach-title {
  font-size: 32px;
  margin-bottom: 30px;
}

.mach-slider {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.mach-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.mach-track::-webkit-scrollbar {
  display: none;
}

.mach-item {
  flex: 0 0 250px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.mach-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* buttons */
.mach-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: black;
  color: white;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 50%;
}

.prev {
  left: -10px;
}

.next {
  right: -10px;
}

/* modal */
.mach-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.mach-modal.active {
  display: flex;
}

.mach-modal img {
  max-width: 85%;
  max-height: 80vh;
}

.mach-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

/* ----------------------- */
.product-card {
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;

  /* Background Image */
  background-image: url("../images/backgrounds/products.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  color: #fff;
}

.product-card img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.product-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-card:hover {
  transform: translateY(-8px);
}

.product-card .btn {
  background: #146cda;
  border: none;
  padding: 6px 15px;
}

/* ------------------ */
.applications-section {
  background: linear-gradient(to bottom, #ffffff, #f5f7fa);
}

.app-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.app-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: 0.5s;
}

.app-card:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  text-align: center;
  transition: 0.3s;
}

.overlay h5 {
  margin: 0;
  font-weight: 600;
}

.app-card:hover .overlay {
  background: linear-gradient(to top, rgb(0, 0, 0), transparent);
}
