/*--------------------------------------------------------------
  TABLE OF CONTENTS:
----------------------------------------------------------------

** - Utility
** - Common
** - Custom Cursor
** - Animations
** - Cards
** - Navigation
** - Home Showcase
** - Mobile Nav
** - Search Popup
** - Page Header
** - Main Slider
** - About
** - Services
** - ServiceS Details
** - Project
** - Project Details
** - Video
** - Funfact
** - Team
** - Team Details
** - Contact
** - Testimonial
** - Why Choose
** - Working Process
** - Blog
** - Blog List
** - Blog Standard
** - Blog Details
** - Feature
** - Pricing Plan
** - Faq
** - Gallery
** - History
** - Coming Soon
** - Products
** - Product Details
** - Cart
** - Checkout
** - Wishlist
** - Sign Up
** - Login
** - Privacy Policy
** - Error
** - Footer
** - Google Map

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --itzone-font: "Nunito", sans-serif;
  --itzone-font-two: "Barlow", sans-serif;
  --itzone-gray: #666666;
  --itzone-gray-rgb: 102, 102, 102;
  --itzone-base: #0D0D0D;
  --itzone-base-rgb: 110, 84, 243;
  --itzone-black: #070d1a;
  --itzone-black-rgb: 7, 13, 26;
  --itzone-extra: #edf0fa;
  --itzone-extra-rgb: 237, 240, 250;
  --itzone-secondary: #F0F4FF;
  --itzone-secondary-rgb: 240, 244, 255;
  --itzone-white: #ffffff;
  --itzone-white-rgb: 255, 255, 255;
  --itzone-bdr-radius: 5px;

  /* gk */
  --secondary-color: #e2b100;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--itzone-font);
  color: var(--itzone-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--itzone-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(--itzone-font-two);
  color: var(--itzone-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: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

::-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.2;
  z-index: -1;
}

#particles-js-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.2;
  z-index: -1;
}



/*** chat popup ***/

.chat-popup {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 350px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: var(--itzone-black);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transform: translateX(-100%);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
}

.chat-popup.popup-visible {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

.chat-popup .popup-inner {
  position: relative;
  display: block;
  padding: 40px 35px;
  padding-top: 32px;
}

.chat-popup .close-chat {
  position: absolute;
  display: flex;
  left: 0px;
  top: -55px;
  width: 60px;
  height: 55px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: var(--itzone-base);
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chat-popup .popup-inner p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, .70);
}

.chat-popup .chat-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
  margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type='text'],
.chat-popup .chat-form .form-group input[type='email'],
.chat-popup .chat-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, .70);
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, .10);
  transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea {
  height: 120px;
  resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus {
  outline: none;
}

.chat-popup .chat-form .form-group button {
  border: none;
}

.chat-popup .chat-form .form-group .thm-btn::before {
  background-color: var(--itzone-white);
}

.chat-popup .chat-form .form-group .thm-btn::after {
  background-color: rgba(var(--itzone-white-rgb), .30);
}

.chat-popup .chat-form .form-group .thm-btn:hover {
  color: var(--itzone-base);
}

.xs-sidebar-group .xs-overlay {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  cursor: url(../images/icon/cross-out.png),
    pointer;
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  transform: translateX(0%);
}

.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(--itzone-base);
  border-color: var(--itzone-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  border-right: 5px solid rgba(var(--itzone-white-rgb), .50);
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  background-color: var(--itzone-black);
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .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: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.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: rgba(var(--itzone-white-rgb), .70);
  border: none;
  border-radius: var(--itzone-bdr-radius);
  outline: none;
  transition: all 500ms ease;
  background-color: rgba(var(--itzone-white-rgb), .05);
}

.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;
}

.xs-sidebar-group .content-inner .form-inner .form-group button {
  position: relative;
  border: none;
  background-color: var(--itzone-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:before {
  background-color: var(--itzone-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:after {
  background-color: rgba(var(--itzone-white-rgb), .30);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:hover {
  color: var(--itzone-base);
}

.sidebar-contact-info {
  position: relative;
  display: block;
  padding-top: 43px;
}

.sidebar-contact-info ul {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.sidebar-contact-info ul li {
  position: relative;
  display: block;
  color: var(--itzone-white);
  line-height: 30px;
}

.sidebar-contact-info ul li span {
  position: relative;
  display: inline-block;
  width: 25px;
}

.sidebar-contact-info ul li span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.sidebar-contact-info ul li a {
  color: var(--itzone-white);
}

.sidebar-contact-info ul li a:hover {
  color: var(--itzone-base);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
  overflow: hidden;
}

.thm-social-link1 {
  position: relative;
  display: block;
}

.thm-social-link1 ul {
  position: relative;
}

.thm-social-link1 ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
  margin-right: 0;
}

.thm-social-link1 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(var(--itzone-white-rgb), .10);
  border-radius: 50%;
  color: var(--itzone-white);
  font-size: 15px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--itzone-base);
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: '';
  z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
  transform: scale(1);
  opacity: 1;
}

.thm-social-link1 ul li a:hover {
  color: var(--itzone-white);
}


/*=============== scrollbar-Css =============*/

.xs-sidebar-widget::-webkit-scrollbar {
  width: 0px;
}



/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--itzone-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-color: var(--itzone-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--itzone-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader div {
  width: 20px;
  height: 20px;
  margin: 0 10px 0;
  border-radius: 50px;
  transform-origin: 50% 0;
  display: inline-block;
  animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
  margin: 0;
}

.loader div:nth-child(1) {
  background-color: rgba(var(--itzone-base-rgb), 1.0);
}

.loader div:nth-child(2) {
  background-color: rgba(var(--itzone-base-rgb), 0.70);
  animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background-color: rgba(var(--itzone-base-rgb), 0.40);
  animation-delay: 0.4s;
}

@keyframes bouncing {

  0%,
  100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }

  45% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: linear;
  }

  50% {
    transform: translateY(50px) scale(1.5, 0.5);
    animation-timing-function: linear;
  }

  55% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: ease-out;
  }
}



/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: var(--itzone-base);
  color: white;
  position: fixed;
  bottom: 30px;
  font-weight: 600;
  right: 30px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid white;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  background: var(--secondary-color);
}

.scroll-to-top:hover span {
  color: #000;
  font-weight: 600;
}

.arrow-up {
  display: flex;
  align-items: center;
  justify-content: center;
}







/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  z-index: 99999;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.search-active .search-popup {
  transform: translateY(0%);
}

.search-popup .color-layer {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  background-color: var(--itzone-base);
  transition: all 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.sidenav-bar-visible .search-popup {
  display: none;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  cursor: pointer;
  color: #ffffff;
  font-size: 30px;
  transition: all 0.5s;
  border: none;
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 9999;
}

.search-popup .close-search:hover {
  color: var(--itzone-base);
  background-color: rgba(255, 255, 255, 1.0);
}

.search-active .search-popup .close-search {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible;
}




.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 25px;
  left: 0px;
  right: 0px;
  margin: 0px auto 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 999;
}

.search-active .search-popup form {
  opacity: 1;
}

.search-popup .form-group {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 1.0);
  font-size: 18px;
  color: var(--itzone-black);
  height: 70px;
  width: 100%;
  padding: 10px 30px 10px 75px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
  border: 0px solid rgba(0, 0, 0, 0.10)
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]:focus {
  outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 70px;
  background: var(--itzone-black);
  text-align: center;
  font-size: 20px;
  color: var(--itzone-white);
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 60px;
}

.search-popup .form-group button i {
  font-style: normal;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  background-color: var(--itzone-secondary);
  color: var(--itzone-black);
}

.search-popup input::placeholder {
  color: var(--itzone-black);
} 

/* Section Title Css */

.section-title {
  position: relative;
  display: block;
  margin-top: -5px;
  margin-bottom: 41px;
  z-index: 1;
}

.section-title__tagline-box {
  position: relative;
  display: block;
  line-height: 16px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #eb0000;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--itzone-font-two);
}

.section-title__tagline:before {
  display: none;
  content: "";
  height: 2px;
  background: #B718A6;
  background: linear-gradient(90deg, rgba(183, 24, 166, 1) 0%, rgba(110, 84, 243, 1) 83%);
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}

.section-title__tagline::after {
  display: none;
  position: absolute;
  left: 0;
  bottom: -6px;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  content: "";
  animation: l-r-zump 2s linear infinite;
  background: #B718A6;
  background: linear-gradient(90deg, rgba(183, 24, 166, 1) 0%, rgba(110, 84, 243, 1) 83%);
  border-radius: 50%;
}

@keyframes l-r-zump {

  0%,
  100% {
    transform: translateX(0);
  }

  25%,
  75% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(-10px);
  }
}

.section-title__title {
  color: var(--itzone-black);
  font-size: 37px;
  line-height: 50px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 10px 0 0;
}

.section-title__title span {
  color: var(--itzone-base);
}

.section-title__title .split-line {
  text-transform: none;
}



/* Thm Btn Css */
.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  font-weight: 700;
  font-size: 17px;
  color: var(--itzone-white);
  padding: 10px 17px 10px;
  border-radius: var(--itzone-bdr-radius);
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  overflow: hidden;
  gap: 10px;
  text-align: center;
  background: #eb0000;
  z-index: 1;
}

.enquiry-btn {
  background: #d30017 !important;
}

.thm-btn::before {
  content: "";
  background-color: var(--itzone-black);
  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::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
  transition-delay: 200ms;
}

.thm-btn::after {
  content: "";
  background-color: rgba(var(--itzone-black-rgb), .30);
  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 span {
  font-size: 14px;
  position: relative;
  top: -1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-btn:hover {
  color: var(--itzone-white);
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: rgb(255, 255, 255);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header .main-menu__top {
  background: linear-gradient(303deg, black, #bdbdbd);
}

.main-menu__top {
  position: relative;
  display: block;
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 15px 5px;
  background: linear-gradient(303deg, black, #0000001a);
  /* border-top: 2px solid #fdac00;
  border-bottom: 2px solid #303030; */
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li+li {
  margin-left: 46px;
}

.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 2px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--itzone-white-rgb), .30);
}

.main-menu__contact-list li:first-child:before {
  display: none;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li .icon i {
  font-size: 16px;
  color: var(--itzone-white);
  position: relative;
  display: inline-block;
}

.main-menu__contact-list li .text {
  margin-left: 10px;
}

.main-menu__contact-list li .text p {
  font-size: 14px;
  font-weight: 500;
  color: var(--itzone-white);
  line-height: 16px;
}

.main-menu__contact-list li .text p a {
  color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
  color: var(--itzone-black);
}

.main-menu__top-welcome-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--itzone-white);
  text-transform: capitalize;
  font-family: var(--itzone-font-two);
  line-height: 1em;
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__social-title {
  font-size: 16px;
  color: var(--itzone-white);
  font-weight: 500;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border: 1px solid rgba(var(--itzone-white-rgb), .40);
  border-radius: 50%;
  font-size: 13px;
  color: var(--itzone-white);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--itzone-base);
  border: 1px solid var(--itzone-white);
}

.main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--itzone-white);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-menu__social a+a {
  margin-left: 5px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  background-color: white;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 55px;
}

.main-menu__left {
  display: block;
}

.main-menu__logo {
  display: block;
  padding: 15px 0;
}

.main-menu__logo img {
  width: 180px;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 0;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px 0;
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--itzone-base);
  border-radius: 50%;
  color: var(--itzone-white);
  font-size: 18px;
  top: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-icon:hover {
  background-color: var(--itzone-black);
  color: var(--itzone-white);
}

.main-menu__call-content {
  position: relative;
  display: block;
  top: 3px;
  margin-left: 10px;
}

.main-menu__call-sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--itzone-gray);
  line-height: 16px;
  text-transform: capitalize;
}

.main-menu__call-number {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 6px;
}

.main-menu__call-number a {
  color: var(--itzone-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-number a:hover {
  color: var(--itzone-base);
}

.main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7.5px 0;
}

.main-menu__search-box {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--itzone-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--itzone-base);
}

.main-menu__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--itzone-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: var(--itzone-base);
  color: var(--itzone-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart:hover {
  color: var(--itzone-base);
}

.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-color: var(--itzone-base);
  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(--itzone-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(--itzone-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(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  width: 22px;
}

.main-menu__btn-box {
  position: relative;
  display: block;
}





.stricky-header.main-menu {
  background-color: var(--itzone-black);
}

.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: 35px;
  padding-bottom: 35px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  opacity: 1;
  color: #000000;
  font-family: "Space Grotesk", sans-serif !important;
  padding: 0px;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-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(--secondary-color);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  display: none;
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: var(--itzone-base);
  position: absolute;
  bottom: -3px;
  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.dropdown>a {
      padding-right: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-icon {
    margin-left: 2px;
    transition: 0.3s;
}

/* 🔽 default */
.main-menu .dropdown > a .dropdown-icon {
    transform: rotate(0deg);
}

/* 🔼 on hover */
.main-menu .dropdown:hover > a .dropdown-icon {
    transform: rotate(180deg);
}
.sub-arrow {
    opacity: 0;
    transform: translateX(-5px);
    transition: 0.3s;
    font-size: 12px;
}
.shadow-box li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* show arrow on hover */
.shadow-box li:hover .sub-arrow {
    opacity: 1;
    transform: translateX(0);
}
.main-menu .main-menu__list>li.dropdown>a:after {
  display: none;
  position: absolute;
  top: 60%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--itzone-black);
  transform: translateY(-50%);
  font-weight: 400;
  -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(--itzone-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;
  background-color: var(--itzone-white);
  min-width: 280px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  border-bottom-left-radius: var(--itzone-bdr-radius);
  border-bottom-right-radius: var(--itzone-bdr-radius);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.shadow-box {
  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;
  transform: perspective(500px) rotatex(0);
}

.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;
}

.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: 1px solid rgba(var(--itzone-black-rgb), 0.10);
  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;
  display: flex;
  align-items: center;
  color: rgba(var(--itzone-black-rgb), 1);
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  font-family: var(--itzone-font-two);
  text-transform: capitalize;
  padding: 16px 0px 16px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.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 {
  color: rgb(238 175 0);
  padding-left: 5px;
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: rgb(238 175 0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1);
}

.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%;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.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;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.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(--itzone-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--itzone-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--itzone-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--itzone-black);
}

@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(--itzone-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: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--itzone-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(--itzone-font, "Rubik", sans-serif);
  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(--itzone-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--secondary-color);
}

.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-color: var(--itzone-base);
  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(--itzone-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(--itzone-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(--itzone-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--itzone-white-rgb), .10);
  border-radius: 50%;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 1;
}

.mobile-nav__social a+a {
  margin-left: 10px;
}

.mobile-nav__social a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--itzone-base);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.mobile-nav__social a:hover::after {
  transform: scale(1.0);
  opacity: 1;
}

.mobile-nav__social a:hover {
  color: var(--itzone-white);
  border: 1px solid rgba(var(--itzone-base-rgb), 1);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--itzone-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(--itzone-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--itzone-base);
  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;
}



/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -25px;
  margin-bottom: -25px;
}

.home-showcase__inner {
  padding: 40px 42px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__item {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.home-showcase__image {
  position: relative;
  overflow: hidden;
  background-color: rgb(0, 0, 0, 0.10);
  padding: 1px;
  border-radius: var(--itzone-bdr-radius);
}

.home-showcase__image>img {
  width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.home-showcase__image:hover>img {
  filter: blur(2px);
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  transition: transform 800ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0.70;
  z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1.0;
  transform-origin: top center;
}

.home-showcase__buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -moz-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -o-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #222222), color-stop(100, #222222));
  background-image: -webkit-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: linear-gradient(to right, #222222 0%, #222222 100%);

  opacity: 1;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
  opacity: 0.90;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.home-showcase__buttons__item {
  padding: 13px 20px 13px;
  width: 160px;
  text-align: center;
  color: var(--itzone-white);
}

.home-showcase__buttons__item::before {
  background-color: var(--itzone-white);
}

.home-showcase__buttons__item::after {
  background-color: rgba(var(--itzone-white-rgb), .30);
}


.home-showcase__buttons__item:hover {
  color: var(--itzone-base);
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: var(--itzone-black);
  margin-top: 18px;
  text-transform: capitalize;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--itzone-white, #ffffff);
}

.mobile-nav__content .home-showcase {
  margin-top: 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(var(--itzone-white-rgb), 0.02);
  z-index: -1;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 135px 0;
}

.main-menu-two__left {
  position: relative;
  display: block;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 25px 0;
}

.main-menu-two__main-menu-box {
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 23px 0;
}

.main-menu-two__search-box {
  position: relative;
  display: block;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.main-menu-two__search:hover {
  color: var(--itzone-base);
}

.main-menu-two__cart {
  position: relative;
  display: block;
}

.main-menu-two__cart a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart a:hover {
  color: var(--itzone-base);
}

.main-menu-two__cart-count {
  position: absolute;
  top: -16px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: var(--itzone-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart a:hover .main-menu-two__cart-count {
  color: var(--itzone-white);
}

.main-menu-two__user {
  position: relative;
  display: block;
}

.main-menu-two__user a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__user a:hover {
  color: var(--itzone-base);
}

.main-menu-two__btn-box .thm-btn:hover {
  color: var(--itzone-base);
}

.main-menu-two__btn-box .thm-btn::before {
  background-color: var(--itzone-white);
}

.main-menu-two__btn-box .thm-btn::after {
  background-color: rgba(var(--itzone-white-rgb), .30);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: var(--itzone-white);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--itzone-base);
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color: var(--itzone-white);
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
  color: var(--itzone-base);
}


.stricky-header.main-menu-two {
  background-color: var(--itzone-black);
}



/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--itzone-base);
  z-index: 1;
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 9px 0 9px;
}

.main-menu-three__top-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}

.main-menu-three__top-social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--itzone-white);
  border-radius: 10px;
  font-size: 17px;
  height: 38px;
  width: 38px;
  border: 1px solid rgba(var(--itzone-white-rgb), .20);
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu-three__top-social a:hover {
  color: var(--itzone-base);
  border: 1px solid var(--itzone-white);
}

.main-menu-three__top-social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--itzone-white);
  border-radius: 8px;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.main-menu-three__top-social a:hover:before {
  transform: scaleX(1.0);
}

.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+li {
  margin-left: 30px;
}

.main-menu-three__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -15px;
  width: 1px;
  background-color: rgba(var(--itzone-white-rgb), .10);
}

.main-menu-three__contact-list li:first-child:before {
  display: none;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li .icon i {
  font-size: 20px;
  color: var(--itzone-white);
  position: relative;
  display: inline-block;
}

.main-menu-three__contact-list li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
  font-size: 16px;
  line-height: 16px;
  color: var(--itzone-white);
  font-weight: 500;
}

.main-menu-three__contact-list li .text p a {
  color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
  color: var(--itzone-black);
}

.main-menu-three__top-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.main-menu-three__top-menu li {
  position: relative;
  display: block;
}

.main-menu-three__top-menu li:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 4px;
  left: -14px;
  width: 1px;
  background-color: rgba(var(--itzone-white-rgb), .10);
}

.main-menu-three__top-menu li:first-child:before {
  display: none;
}

.main-menu-three__top-menu li a {
  font-size: 16px;
  color: var(--itzone-white);
  font-weight: 500;
}

.main-menu-three__top-menu li a:hover {
  color: var(--itzone-black);
}


.main-menu-three__wrapper {
  position: relative;
  display: block;
}

.main-menu-three__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(var(--itzone-black-rgb), .10);
  z-index: -1;
}

.main-menu-three__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-three__left {
  display: block;
}

.main-menu-three__logo {
  display: block;
  padding: 25px 0 25px;
}

.main-menu-three__main-menu-box {
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 23px 0;
}

.main-menu-three__search-box {
  position: relative;
  display: block;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--itzone-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--itzone-base);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
}


.stricky-header.main-menu-three {
  background-color: var(--itzone-white);
}

.vision-content {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 30px;
    background: #e8e8e8;
    padding: 20px;
    min-height: 260px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid #e4edf7;
}

.vision-content:hover {
  border: 1px solid #e4edf7;
}

.vision-content img {
  max-height: 117px;
  width: 150px;
  max-width: 100px;
  object-fit: contain;
  margin-right: 20px;
  border-radius: 15px;
  filter: invert(0) brightness(0);
}

.vision-content h4 {
  color: #eb0000;
}

.vision-content p {
  color: rgb(31, 31, 31);
  margin-top: 15px;
}

.why-us-paragraph p {
  font-size: 18px;
  margin-top: 30px;
}

.vision-mission {
  position: relative;
  background: #ffffff;
}

.vision-logo {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.vision-logo img {
  width: 250px;
}

header .mobile-nav__content {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.main-menu__list li a.active {
  color: var(--secondary-color);
  /* Change to your preferred color */
}

.service-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.service-bg img {
  width: 100%;
  height: 100%;
  z-index: 9;
}

.service-content {
  z-index: 10;
}

.why-us .faq-one__img img {
  max-height: 100%;
  object-fit: cover;
}


.map-location {
  border: 2px solid white;
  border-radius: 10px;
}

.map-location iframe {
  border-radius: 10px;
}

.about-img img {
  border-radius: 30px;
}

.accordian-img img {
  width: 100%;
  max-height: 450px;
  width: auto;
  margin: auto;
}

.chat-content {
  position: absolute;
  top: 0;
  color: white;
  /* left: -95px; */
  /* rotate: -89deg; */
  width: max-content;
  background: red;
  padding: 2px 10px 3px;
  border-radius: 5px;
  right: 20px;
  transition: all 0.5s;
}

.chat-content i {
  rotate: -89deg;
}

.chat-icon {
  position: fixed !important;
  right: 0px !important;
  bottom: 120px !important;
  z-index: 9999;
}

.chat-icon .chat-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-icon:hover .chat-content {
  background: #f4ae00;
}

.about-one {
  background: #ececec;
}

.qanda-embellom {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
}

.wrapper {
  width: 450px;
  margin: auto;
  text-align: center;
}

.spl-section {
  position: relative;
}

.hover-text {
  margin-top: 20px;
  font-size: 16px;
  color: #555;
  min-height: 60px;
  transition: 0.3s ease;
  min-height: 208px;
  transition: all 0.5s !important;
}

.spl-section .icon {
  background: #e6c2296b;
  margin-bottom: 10px;
  padding: 13px 10px;
  border-radius: 10px;
  border-bottom: 2px solid #ffa000;
  transition: all 0.5s;
}

.spl-section .icon:hover {
  background: #f9e5a5;
  color: white;
  border-bottom: 2px solid #ff0000;
}

.spl-section .icon h4 {
  cursor: pointer;
  font-size: 17px;
  transition: all 0.5s;
}

.spl-section .icon:hover h4 {
  color: #ff0000;
}

.faq-one .accordion-item .accordion-button {
  background: #e8e8e8;
  transition: all 0.5s;
  color: rgb(0, 0, 0);
  min-height: 66px;
}

.faq-one .accordion .accordion-item {
  margin-bottom: 20px;
}

.faq-one .accordion .accordion-header {
  margin-bottom: 0;
  /* border: 1px solid #d0a725; */
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.accordion-button::after {
  /* filter: invert(100); */
}

.accordion-button:not(.collapsed)::after {
  /* filter: invert(100); */
}

.faq-one {
  background: white;
}

.faq-one .accordion .accordion-button img {
  width: 25px;
  margin-right: 10px;
  filter: invert(0) brightness(0);
}

.w-70 {
  width: 70%;
}

/* Customer service */
.customer-service {
  padding: 60px 0;
  background: #f4f4f4;
}

.customer-service .container {
  margin: auto;
  padding: 0 20px;
}

.section-head {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 40px;
}

.section-head h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1d1d1f;
}

.section-head p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.service-card {
  border: 1px solid #e3e3e3;
  background: #fff;
  opacity: 1 !important;
  padding: 25px 20px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.service-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
  color: #d30017;
}

.service-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* CTA */
.service-cta {
  margin-top: 0px;
  padding: 45px 30px;
  background: #070d1a;
  border-radius: 18px;
  text-align: center;
  color: #fff;
}

.service-cta h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: white;
}

.service-cta p {
  font-size: 16px;
  margin-bottom: 20px;
}

.service-cta a {
  cursor: pointer;
}

.btn-service {
  display: inline-block;
  padding: 12px 32px;
  background: #fff;
  color: #eb0000;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-service:hover {
  color: #eeaf00;
}
/* Overlay */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

/* Popup Box */
.popup-box {
  background: white;
  backdrop-filter: blur(15px);
  padding: 40px 30px;
  width: 100%;
  max-width: 90%;
  border-radius: 15px;
  color: #fff;
  position: relative;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  animation: slideUp 0.4s ease;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}

.popup-close:hover {
  color: #ffb400;
  transform: rotate(90deg);
}

/* Heading */
.popup-box h3 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 600;
  color: rgb(19, 19, 19);
}

/* Form Group */
.form-group {
  position: relative;
  margin-bottom: 22px;
}

/* Inputs */
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 9px 12px;
  border-radius: 8px;
  border: 1px solid rgb(208 208 208);
  background: transparent;
  color: #333333;
  outline: none;
  font-size: 14px;
}

/* Floating Labels */
.form-group label {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 14px;
  color: #121212;
  pointer-events: none;
  transition: 0.3s;
}

.form-group input:focus + label,
.form-group input:valid + label,
.form-group textarea:focus + label,
.form-group textarea:valid + label {
  top: -9px;
  line-height: 1.5;
  left: 8px;
  background: #111;
  padding: 0 6px;
  font-size: 12px;
  color: #ffb400;
}
#contactPopup .popup-box .popup-close{
  color: #ffb400;
  top: 40px;
}
/* Button */
.popup-btn {
  background: linear-gradient(45deg, #ffb400, #ff7b00);
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}

.popup-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 180, 0, 0.4);
}

/* Animations */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes slideUp {
  from {transform: translateY(30px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}

.capabilities-section {
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.capabilities-section h2 {
  font-size: 32px;
  margin-bottom: 25px;
}

.capabilities-section h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  background: black;
  padding: 12px 10px 13px;
  color: white;
  border-radius: 3px;
}

.capabilities-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  text-indent: 50px;
}

.popup-overlay form textarea {
  border-radius: 5px;
}

.contact-page__left iframe {
  border-radius: 15px;
}
 
.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.section-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.manufacture-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.manufacture-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}

.manufacture-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #d89f00;
  font-size: 14px;
}

.section-note {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.bg-brand {
  background: #f7f9fc;
}

.new-supplier .tab-wrapper {
  margin-top: 40px;
}

.new-supplier .tab-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 25px;
  justify-content: center;
}

.new-supplier .tab-btn {
  padding: 14px 22px;
  background: #ffffff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  transition: 0.3s;
}

.new-supplier .tab-btn:hover {
  background: #e2e6ea;
}

.new-supplier .tab-btn.active {
  background: #000000;
  color: #fff;
}

.new-supplier .tab-content {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 30px;
}

.new-supplier .tab-panel {
  display: none;
}

.new-supplier .tab-panel.active {
  display: block;
}

.new-supplier .tab-panel h4 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #1f2d3d;
}

.new-supplier .tab-panel p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.new-supplier .tab-panel ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.new-supplier .tab-panel ul li {
  margin-bottom: 8px;
  color: #333;
}

.new-supplier .note {
  font-weight: 500;
  color: #1f2d3d;
}

#contactPopup form {
  /* max-height: 380px;
  overflow-y: scroll; */
  padding-right: 10px;
}

.supplier_info .supplier-creative {
  padding: 50px 20px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  font-family: "Segoe UI", sans-serif;
}

.supplier_info .section-head {
  text-align: center;
  margin-bottom: 10px;
}

.supplier_info .section-head h2 {
  font-size: 38px;
  color: #1f2d3d;
  margin-bottom: 10px;
}

.supplier_info .section-head p {
  color: #555;
  margin: auto;
}

.supplier_info .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.supplier_info .info-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 30px 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.supplier_info .info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.supplier_info .card-icon {
  position: absolute;
  top: -20px;
  left: 30px;
  background: #00235a;
  color: #fff;
  font-size: 22px;
  padding: 12px;
  border-radius: 50%;
}

.supplier_info .highlight-card {
  border: 2px solid #00235a;
}

.supplier_info .info-card h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
  color: #00235a;
}

.supplier_info .info-card ul {
  padding-left: 18px;
}

.supplier_info .info-card ul li {
  margin-bottom: 10px;
  color: #444;
  line-height: 1.6;
}

.supplier .accordion-body ul li {
  color: white;
  font-size: 17px;
  margin-bottom: 10px;
}

.supplier .accordion-body ul {
  list-style: none;
}

.supplier .accordion-button i {
  font-size: 20px;
  margin-right: 10px;
}

.supplier .accordion-body {
  background: linear-gradient(to right, #000000a8, #000000e3), url(../images/new-images/qa-machine.jpg) !important;
}

.supplier {
  padding: 50px 0;
}

.supplier .accordion-item .accordion-button {
  min-height: 58px;
}

.what-we-do {
  padding: 60px 0;
  background: #f5f7fa;
  font-family: 'Segoe UI', sans-serif;
}

.what-we-do .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.what-we-do .section-title .line {
  width: 60px;
  height: 4px;
  background: #0056b3;
  margin: 15px auto 0;
}

.what-we-do .content-box {
  background: #ffffff;
  padding: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #ff9b00;
  border-right: 5px solid #ff9b00;
}

.what-we-do .content-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.what-we-do .focus-text {
  font-weight: 600;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .what-we-do .content-box {
    padding: 30px;
  }

  .what-we-do .section-title h2 {
    font-size: 28px;
  }
}

.why-us p {
  text-indent: 50px;
  font-size: 18px;
}

/* Why Us */
.why-alt {
  padding: 30px 0;
  background: #f4f6f9;
  font-family: 'Segoe UI', sans-serif;
}

.why-alt .container {
  /* width: 90%; */
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  /* font-size: 42px;
  font-weight: 700;
  margin-bottom: 80px; */
  color: #111;
}

.why-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
}
.why-row:last-child{
  border-bottom: none;
  padding-bottom: none;
}

.why-row.reverse {
  flex-direction: row-reverse;
}

.why-text {
  flex: 1;
}

.why-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #c00000;
}

.why-text p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
}

.why-img {
  flex: 1;
}

.why-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
}

.why-img img:hover {
  transform: scale(1.05);
}

@media (max-width: 992px) {

  .why-row,
  .why-row.reverse {
    flex-direction: column;
  }

  .why-row {
    gap: 40px;
  }
}

.hexagon {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(25% 6%,
      75% 6%,
      100% 50%,
      75% 94%,
      25% 94%,
      0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.hexagon img {
  width: 70%;
  height: 70%;
  object-fit: cover;
}

.faq-one__left {
  /* padding: 30px 0; */
}

.manufacture-section {
  padding: 60px 0;
  background: #ffffff;
}

.manufacture-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT SIDE */
.manufacture-left {
  flex: 1;
  display: flex;
  justify-content: center;
}

.circle {
  width: 400px;
  height: 400px;
  background: #ffffff;
  border-radius: 50%;
  padding: 60px;
  text-align: center;
  box-shadow: 0 10px 16px #f3e27c;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px solid #f3e27c;
}

.circle h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.circle p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* RIGHT SIDE */
.manufacture-right {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.manufacture-box {
  background: #fff;
  padding: 17px 30px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.manufacture-box:hover {
  transform: translateY(-5px);
}

.manufacture-box.active {
  border: 2px solid #e6e6e6;
}

.manufacture-box.active:hover {
  border: 2px solid #f3e27c;
}

@media (max-width: 992px) {
  .manufacture-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .circle {
    width: 320px;
    height: 320px;
    padding: 40px;
  }

  .manufacture-right {
    width: 100%;
  }
}

.manufacturing-support {
    position: relative;
    padding-bottom: 100px;
    background: url('../images/new-images/banner/quality.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}

/* Dark Overlay */
.manufacturing-support::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 41%);
}

/* HEADER */
.support-header {
    position: relative;
    text-align: center;
    padding: 60px 20px 20px;
    background: linear-gradient(135deg, #0c2432, #142f3f);
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    z-index: 2;
}

.support-header h2 {
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.support-header p {
    color: #ffb400;
    font-weight: 600;
    letter-spacing: 1px;
}

/* TIMELINE */
.support-timeline {
    position: relative;
    width: 80%;
    margin: 20px auto 0;
    z-index: 2;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ffb400;
    transform: translateX(-50%);
}

/* ITEM */
.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 30px;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
}

/* Content Box */
.content-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.content-box h3 {
    margin-bottom: 15px;
    font-size: 22px;
    color: white;
}

/* Number Circle */
.number {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #ff9c00;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 6px rgba(255, 156, 0, 0.2);
}

.timeline-item.right .number {
    left: 0;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 630px) {
  .support-timeline{
    width: 100%; 
  }
  .timeline-item{
    width: 100%;
  }
  .number{
    top: 0;
    left: 50%;
  }
  .timeline-item.right{
    left: 0;
  }
  .timeline-item.right .number{
    left: 50%;
  }
}
.enquiry-btn-new .about-one__btn-box a{
    border: 1px solid #ff0000;
    background: white;
    color: #ff0000;
    border-radius: 70px;
    cursor: pointer;
}
.enquiry-btn-new .about-one__btn-box a:hover{
  color: white;
  border-color: rgb(0, 0, 0);
}
.bg-brand{
  background: #f4f4f4;
}
.support-beyond {
    position: relative;
    padding: 60px 0;
    position: relative;
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)), url(../images/new-images/banner/banner-3.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

/* Dark Overlay */
.support-beyond .overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.75); */
}

/* Container */
.support-beyond .container {
    position: relative;
    z-index: 2;
    width: 85%;
    margin: auto;
}

/* Grid Layout */
.support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

/* Content */
.support-box h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.support-box p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #ddd;
}

/* Bullet Styling */
.support-box ul {
    list-style: none;
    padding: 0;
}

.support-box ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 16px;
}

.support-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #ffb400;
    border-radius: 50%;
}

/* Bottom Line */
.bottom-line {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.3);
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
@media (max-width: 992px) {

    .support-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .bottom-line {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .support-box h2 {
        font-size: 28px;
    }
}
.btn-black{
  display: inline-block;
  padding: 12px 32px;
  background: #000000;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-black:hover{
  color: black;
  background: white;
  border: 1px solid #000;
}

.global-partnership {
    padding: 60px 0;
    background: #ffffff;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0a1f44;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #f58220;
    display: block;
    margin: 15px auto 0;
}

.section-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    /* margin-bottom: 30px; */
}

.sub-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #0a1f44;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item {
    background: #f8f9fa;
    padding: 16px;
    border-left: 4px solid #f58220;
    border-radius: 6px;
    font-size: 16px;
    color: #070707;
    transition: 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.closing-text {
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 28px;
    }
}
.faq-background{
    position: relative;
    position: relative;
    background: linear-gradient(rgb(0 0 0 / 75%), rgb(0 0 0 / 66%)), url(../images/new-images/banner/banner-3.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Attractive Gradient Background */
.capabilities-section-2 {
    padding: 60px 0;
    background: linear-gradient(to right, rgb(0 0 0 / 76%), rgb(0 0 0 / 60%)), url(../images/new-images/key-bg.jpg);
    font-family: 'Segoe UI', sans-serif;
    background-size: cover;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* Header */
.section-header {
    text-align: center;
    margin-bottom: 20px;
}

.section-header h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    font-size: 18px;
    opacity: 0.85;
}

/* Grid */
.capabilities-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Card Design */
.cap-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    padding: 35px 25px;
    border-radius: 15px;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Left Animated Border */
.cap-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #ffb400;
    transform: scaleY(0);
    transition: 0.4s ease;
}

.cap-card:hover::before {
    transform: scaleY(1);
}

/* Hover Effect */
.cap-card:hover {
    transform: translateY(-12px);
    background: rgba(255, 255, 255, 0.15);
}

/* Icon Circle */
.icon-circle {
    width: 60px;
    height: 60px;
    background: #00c6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.cap-card:hover .icon-circle {
    background: #fff;
    color: #203a43;
}

/* Text */
.cap-card h3 {
    font-size: 20px;
    color: white;
    margin-bottom: 15px;
}

.cap-card p {
    font-size: 16px;
    /* line-height: 1.6; */
    opacity: 0.9;
}

/* Bottom Text */
.bottom-text {
    text-align: center;
    margin-top: 30px;
}

.bottom-text p {
    font-size: 18px;
    max-width: 900px;
    margin: auto;
    opacity: 0.9;
}

/* Section */
.process-section {
    padding: 60px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.849), rgba(0, 0, 0, 0.596)), url(../images/new-images/mature-chain-bg.jpg);
    font-family: 'Segoe UI', sans-serif;
    color: #fff;
}

.section-header h2 {
    font-size: 38px;
    margin-bottom: 15px;
}

.section-header p {
    opacity: 0.8;
}

/* Process Layout */
.process-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 20px;
    margin-top: 35px;
}

/* Connecting Line */
.process-wrapper::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 5%;
    width: 90%;
    height: 3px;
    background: #D4AF37;
    z-index: 0;
}

/* Step Card */
.process-step {
    background: #181818;
    padding: 40px 25px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
    transition: 0.4s ease;
    border: 1px solid rgba(212,175,55,0.2);
}

/* Hover Effect */
.process-step:hover {
    transform: translateY(-12px);
    box-shadow: 0 0 25px rgba(212,175,55,0.4);
    border-color: #D4AF37;
}

/* Step Number Circle */
.step-number {
    width: 60px;
    height: 60px;
    background: #D4AF37;
    color: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}

/* Text */
.process-step h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #D4AF37;
}

.process-step p {
    font-size: 14px;
    opacity: 0.85;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
    .process-wrapper {
        flex-direction: column;
    }

    .process-wrapper::before {
        display: none;
    }

    .process-step {
        margin-bottom: 30px;
    }
}
.popup-overlay .popup-form {
    padding-right: 10px;
    max-height: 380px;
    overflow: scroll;
}
.nice-select{
    height: 46px !important;
    border-radius: 10px;
    width: 100%; 
    border-radius: 8px;
    border: 1px solid rgb(208 208 208);
    background: transparent;
    color: #000000;  
    padding: 0 10px;
}

#otherInputGroup{
  display: none;
}
.vision-content .content{
  height: 100%;
  z-index: 99;
}
.vision-content .content .main-icon{
  margin-bottom: 20px;
}
.vision-content .circle-before{
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0px;
  transform: translate(40%, -40%);
  width: 150px;
  height: 150px;
  background-color: #000000;
  border: 6px solid #0000008a;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 10;
  transition: all .6s;
}
.vision-content:hover .circle-before{
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
    background-color: #ffffff;
    z-index: 10;
}

/* Base Styles for the Section */
.section-services {
    width: 100%; /* */
    padding: 60px 0; 
    background-image: 
        url('path/to/gears-background.png'), /* Left side gears */
        url('path/to/globe-background.png'), /* Right side globe */
        url('path/to/dots-red-background.png'), /* Top left red dots */
        url('path/to/dots-yellow-background.png'); /* Top right yellow dots */
    background-position: 
        left center,
        right center,
        top left,
        top right; /* Position each background element */
    background-repeat: no-repeat; /* */
    background-size: 
        200px auto,
        200px auto,
        200px auto,
        200px auto; /* Scaled to design proportions */
    background-color: #f5f5f5; /* Light grey background base */
}

/* Section Header Styling */
.section-header .sub-title {
    color: #cc0000; /* Red color */
    text-transform: uppercase; /* */
    font-weight: bold; /* */
    font-size: 14px; /* Scaled down */
    margin-bottom: 5px; /* */
}

.section-header .main-title {
    font-weight: bold; /* */
    margin-bottom: 30px; /* */
    position: relative; /* */
    display: inline-block; /* */
    font-size: 32px; /* Decreased size */
}

/* Orange underline from image_2.png */
.section-header .main-title::after {
    content: ''; /* */
    position: absolute; /* */
    left: 50%; /* */
    bottom: -5px; /* */
    transform: translateX(-50%); /* */
    width: 80px; /* */
    height: 3px; /* */
    background-color: #d35400; /* */
}

/* Service Card Styling with refined layout */
.service-card {
    background: #fff; /* White background */
    border-radius: 10px; /* */
    padding: 20px; /* Increased padding */
    text-align: center; /* */
    position: relative; /* */
    box-shadow: 0 5px 20px rgba(0,0,0,0.05); /* Soft shadow */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* Border styles for cards matching image_3.png */
.col-md-6:first-child .service-card {
    
    border: 2px solid #cc0000; /* Red border for Customer card */
    border-bottom: 2px solid #ddd; /* Light grey for bottom/left edges */
    border-left: 2px solid #ddd; /* */
}

.col-md-6:last-child .service-card {
    border: 2px solid #f1c40f; /* Yellow border for Supplier card */
    border-bottom: 2px solid #ddd; /* */
    border-right: 2px solid #ddd; /* */
}

/* Icon Box Styling - Significantly scaled down */
.service-card .icon-box {
    width: 70px; /* Scaled down to design proportions */
    height: 70px; /* */
    background: #cc0000; /* Red background */
    color: #fff; /* White icon */
    border-radius: 10px; /* */
    display: flex; /* */
    align-items: center; /* */
    justify-content: center; /* */
    font-size: 30px; /* */
    margin: 0 auto 15px auto; /* Centered with bottom margin */
}

/* Heading and Description - Reduced text size */
.service-card h3 {
    font-weight: bold; /* */
    font-size: 22px; /* Decreased size */
    margin-bottom: 15px; /* */
}

.service-card p {
    color: #666; /* */
    line-height: 1.8; /* */
    margin-bottom: 30px; /* */
    font-size: 16px; /* Decreased size */
}

/* Button Styling updated to match image_3.png */
.service-card .learn-btn {
    display: inline-block; /* */
    color: #fff; /* White text */
    border-radius: 30px; /* */
    padding: 9px 30px; /* */
    font-weight: 500; /* */
    text-decoration: none; /* */
    transition: all 0.3s ease; /* */
}

/* Button colors to match cards */
.col-md-6:first-child .service-card .learn-btn {
    background-color: #cc0000; /* Red Customer button */
}

.col-md-6:last-child .service-card .learn-btn {
    background-color: #f1c40f; /* Yellow Supplier button */
}

.service-card .learn-btn:hover {
    background: #000; /* */
    color: #fff; /* */
}
.content-box .content-item{
  display: flex;
  align-items: start;
  justify-content: strat;
}
.content-box .content-item i{
    color: #ffa000;
    font-size: 20px;
    margin-right: 16px;
    margin-top: 7px;
}
.customer-service .section-head p{
  color: #000;
}
.highlight-text b{
    color: #012b3a;
    font-size: 21px;
    border-bottom: 3px solid #012c3b;
    padding-bottom: 10px;
}
.diagonal-section {
    position: relative;
    padding: 60px 0;
    background: #111;
    color: #fff;
    border-top: 3px solid white;
    overflow: hidden;
}

/* Diagonal Red Shape */
.diagonal-bg {
    position: absolute;
    top: 0;
    right: -246px;
    width: 70%;
    height: 100%;
    background: #e30613;
    transform: skewX(-25deg);
    z-index: 0;
}

/* Content */
.diagonal-content {
    position: relative;
    z-index: 2;
    /* max-width: 1100px; */
}

.diag-block {
    margin-bottom: 10px;
    /* max-width: 650px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.diag-block h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
     color:  #d3ba21;
}

.diag-block p {
    font-size: 18px;
    line-height: 1.9;
    color: #ddd;
    width: 80%;
    text-align: start;
    text-align: justify;
}

/* Add spacing for second block */
.diag-block:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
}

/* Responsive */
@media (max-width: 992px) {

    .diagonal-bg {
        width: 100%;
        /* right: -100px; */
    }

    .diag-block:nth-child(2) {
        margin-left: 0;
    }

    .diag-block h2 {
        font-size: 32px;
    }
}
.page-top p{
  font-size: 20px !important;
  line-height: 2;
}
.global-partnership .section-content p{
  color: #000;
}
.customer-service p{
  color: #000;
  font-size: 18px;
  text-align: center;
}
.support-beyond .support-grid .support-box:first-child{
  border-right: 1px solid rgb(182, 182, 182);
  padding-right: 20px;
}
.section-services .service-card.supplier .icon-box{
  background: #f1c40f;
}
.diagonal-img img{
  width: 170px;
  filter: invert(100) brightness(100);
}
.diagonal-content .diag-block:last-child .content{
  text-align: right;
}
.diagonal-content .diag-block:last-child .content p{
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width:992px) {
  .support-beyond .support-grid .support-box:first-child{
    border-right: none;
     padding-right: 0;
  }
}
@media screen and (max-width:768px) {
  .diagonal-content .diag-block {
    flex-direction: column;
    text-align: center;
  } 
  .diagonal-content .diagonal-img {
    display: none;
  }
  .diagonal-content .diag-block:last-child .content p{
    text-align: center;
    margin-left: auto;
  }
  .diag-block p{
    width: 100%;
  }
  .diag-block h2{
    text-align: center;
  }
  .highlight-text b{
    line-height: 46px;
    padding-bottom: 0;
  }
  
}

@media screen and (max-width:575px) {
  .page-header__inner{
    padding: 164px 0 73px;
  }
  .page-header__inner h3{
    font-size: 36px;
  }
}
.lang-menu a {
    display: block;
    padding: 6px 12px;
    color: #333;
    text-decoration: none;
}

.lang-menu a:hover {
    background: #f5f5f5;
}

.active-lang {
    font-weight: bold;
    color: #000;
    background: #eee;
}
