/**************************************
    Default Styles
***************************************/

@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --fallback-fonts:
    /* Modern system UI fonts */
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue",
    /* Windows/macOS classics */ Arial, Helvetica, Tahoma, Verdana,
    "Trebuchet MS", Geneva, "Gill Sans", "Lucida Grande", "Lucida Sans Unicode",
    "Franklin Gothic Medium", "Century Gothic", Calibri, Cambria,
    /* Serif options */ Garamond, Georgia, Times, "Times New Roman", Palatino,
    "Palatino Linotype", Baskerville, "Book Antiqua",
    /* Monospace options */ Courier, "Courier New", Consolas, Monaco,
    /* Extra coverage fonts */ "Noto Sans", "Noto Serif", "Noto Sans JP",
    "Noto Sans KR", "Droid Sans", "Droid Serif", "Liberation Sans",
    "Liberation Serif", /* Generic fallbacks */ monospace, serif, sans-serif;
  --font-primary: "Archivo", var(--fallback-fonts);
  --color-one: #ee5923;
  --color-secondary: #1f1f20;
}

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

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-one) transparent;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-one);
}

::selection {
  background: var(--color-one);
}

::selection {
  color: #fff;
  text-shadow: none;
}

html {
  scroll-behavior: smooth;
}

:root {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: var(--font-primary);
  font-size: 17px;
  text-rendering: optimizeLegibility;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  [data-aos^="fade"][data-aos^="fade"] {
    opacity: 1;
    transform: unset !important;
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

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

@keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

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

@-webkit-keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

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

@keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

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

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }

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

@keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }

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

@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }

  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}

@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes jump5p {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump5p {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes jump5pRsv {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump5pRsv {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveclouds {
  0% {
    margin-left: 200px;
  }

  100% {
    margin-left: -200px;
  }
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 200px;
  }

  100% {
    margin-left: -200px;
  }
}

@keyframes moveclouds2 {
  0% {
    margin-right: 200px;
  }

  100% {
    margin-right: -200px;
  }
}

@-webkit-keyframes moveclouds2 {
  0% {
    margin-right: 200px;
  }

  100% {
    margin-right: -200px;
  }
}

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

  100% {
    transform: translateY(-70%);
  }
}

@-webkit-keyframes moveUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-70%);
  }
}

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

a {
  text-decoration: unset !important;
}

@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1220px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}

@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

/* ==============================
# Back To Top Button
============================== */
.rn-progress-parent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #f8e3c3;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rn-progress-parent.rn-backto-top-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.rn-progress-parent::after {
  position: absolute;
  font-family: "remixicon" !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--color-one);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rn-progress-parent:hover::after {
  color: var(--color-one);
}

.rn-progress-parent::before {
  position: absolute;
  font-family: "remixicon" !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0d0d12;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rn-progress-parent svg path {
  fill: none;
}

.rn-progress-parent svg.rn-back-circle path {
  stroke: var(--color-one);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* 
======================
  # Button Design
======================= */

.btn-design {
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  border: 1px solid var(--color-one);
  font-size: 15px;
  padding: 18px 17px 17px 30px;
  color: #fff;
  background: var(--color-one);
  border-radius: 100px;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.btn-design.sm {
  padding: 12px 12px 12px 24px;
}

.btn-design .content-wrapper {
  flex-direction: row-reverse;
  text-decoration: inherit;
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
}

.btn-design .btn-icon {
  align-items: center;
  display: flex;
}

.btn-design .btn-icon i {
  font-size: 14px;
  margin-left: 5px;
  color: var(--color-secondary);
  background-color: #fff;
  padding: 5px;
  border-radius: 100px;
  position: relative;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-design:hover {
  background: #fff;
  color: var(--color-secondary);
  border-color: #fff;
}

.btn-design:hover .btn-icon i {
  color: #fff;
  background-color: var(--color-one);
}

.btn-design.dark {
  background: var(--color-secondary);
  color: #fff;
  border-color: var(--color-secondary);
}

.btn-design.dark:hover {
  background: var(--color-one);
  color: #fff;
  border-color: var(--color-one);
}

.btn-design.dark:hover .btn-icon i {
  color: var(--color-one);
  background-color: #fff;
}

/* ======================
# Header
====================== */

.main-header {
  position: relative;
  z-index: 99;
}

.main-header > .inner {
  position: absolute !important;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ffffff11;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent !important;
  backdrop-filter: blur(29px);
  -webkit-backdrop-filter: blur(29px);
}

.main-header .logo-box a {
  display: block;
}

.main-header .logo-box a img {
  max-height: 55px;
}

.main-header .right-side-box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 25px;
}

.main-header .right-side-box .mobile-number a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 7px;
}

.main-header .right-side-box .mobile-number a .icon i {
  font-size: 24px;
  color: #fff;
}

.main-header .right-side-box .mobile-number a .text {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.main-header .right-side-box .mobile-number a .text span {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-one);
}

@media (min-width: 1200px) {
  .main-header .menu-bar .menu-closer,
  .main-header .menu-bar .support-items {
    display: none !important;
  }

  .main-header .menu-bar nav {
    margin: 0;
  }

  .main-header .menu-bar nav > ul {
    display: flex;
    align-items: center;
  }

  .main-header .menu-bar nav > ul > li {
    position: relative;
    display: block;
    width: fit-content;
  }

  .main-header .menu-bar nav > ul > li > a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    padding: 2.9235em 0 2.9235em;
    margin: 0 1.265em;
    color: #fff;
  }

  .main-header .menu-bar nav > ul > li > a > span {
    position: relative;
  }

  .main-header .menu-bar nav > ul > li > a > span:before {
    content: "";
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    width: 0;
    height: 1px;
    background-color: transparent;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .main-header .menu-bar nav > ul > li:hover > a {
    color: var(--color-one);
  }

  .main-header .menu-bar nav > ul > li > a.active {
    color: var(--color-one);
  }

  .main-header .menu-bar nav > ul > li:hover > a > span:before {
    width: 100%;
    background-color: var(--color-one);
  }

  .main-header .menu-bar nav > ul > li > a.active > span:before {
    width: 100%;
    background-color: var(--color-one);
  }

  .main-header .right-side-box-btn {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .main-header .menu-bar {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  .main-header .menu-bar.active {
    visibility: visible;
    opacity: 1;
    background: #000000b0;
  }

  .main-header .menu-bar > nav {
    max-width: 300px;
    background: #fff;
    border-right: 1px solid #e3e3e3;
    height: 100vh;
    width: 100%;
    position: relative;
    left: -100%;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
  }

  .main-header .menu-bar.active > nav {
    left: 0;
  }

  .main-header .menu-bar .menu-closer {
    height: 70px;
    font-size: 17px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    background: var(--color-one);
    padding: 0 15px;
    position: relative;
    letter-spacing: 0.5px;
  }

  .main-header .menu-bar .menu-closer .mobile-nav-close {
    background: transparent !important;
    border: 0 !important;
    box-shadow: unset !important;
    outline: unset !important;
    cursor: pointer !important;
    position: absolute;
    padding: 0 !important;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .main-header .menu-bar .menu-closer .mobile-nav-close i {
    font-size: 24px;
    color: #fff;
  }

  .main-header .right-side-box {
    display: none !important;
  }

  .main-header > .inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-header .right-side-box-btn {
    display: flex;
    align-items: center;
  }

  .main-header .right-side-box-btn .menu-mobile-nav-button {
    background: transparent !important;
    border: 0 !important;
    box-shadow: unset !important;
    outline: unset !important;
    cursor: pointer !important;
  }

  .main-header .right-side-box-btn .menu-mobile-nav-button .icon-design {
    display: flex;
    flex-direction: column;
  }

  .main-header .right-side-box-btn .menu-mobile-nav-button .icon-design > * {
    display: inline-block;
    height: 1px;
    width: 18px;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: #fff;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .main-header
    .right-side-box-btn
    .menu-mobile-nav-button
    .icon-design
    > .icon-2 {
    width: 12px;
  }

  .main-header
    .right-side-box-btn
    .menu-mobile-nav-button
    .icon-design
    > .icon-3 {
    margin-bottom: 0;
  }

  .main-header .menu-bar nav > ul {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .main-header .menu-bar nav > ul > li {
    width: 100%;
  }

  .main-header .menu-bar nav > ul > li > a {
    padding: 10px 5px;
    font-size: 16px;
    color: var(--color-secondary);
    letter-spacing: 0.5px;
    display: block;
  }

  .main-header .menu-bar nav > ul > li + li > a {
    border-top: 1px solid #f0f0f0;
  }

  .main-header .menu-bar nav .support-items {
    margin-top: 30px;
  }

  .main-header .menu-bar nav .support-items {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
  }

  .main-header .menu-bar nav .support-items .mobile-number a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .main-header .menu-bar nav .support-items .mobile-number a .icon i {
    font-size: 24px;
    color: var(--color-secondary);
  }

  .main-header .menu-bar nav .support-items a .text {
    font-size: 15px;
    color: var(--color-secondary);
    font-weight: 500;
  }

  .main-header .menu-bar nav .support-items a .text span {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-one);
  }
}

/* =======================
Main banner 
======================= */

.main-banner {
  background-color: var(--color-secondary);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 150px;
  position: relative;
  /* background-attachment: fixed; */
}

.main-banner.darkness:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  display: block;
}

.main-banner.darkness.bg1:before {
  background: #000000b0;
}

.main-banner.darkness > .container {
  position: relative;
  z-index: 3;
}

.main-banner .main-heading h1 {
  font-size: clamp(48px, calc(30px + 4vw), 110px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.main-banner .main-heading h1 .typing-text:after {
  content: "";
  content: "";
  display: inline-block;
  width: 8px;
  height: clamp(48px, calc(30px + 4vw), 110px);
  background-color: #ffffff6b;
  margin-left: 20px;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.main-banner .main-heading p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.main-banner .img-upside {
  position: absolute;
  z-index: 5;
  right: 100px;
  bottom: -100px;
}

.main-banner .img-upside .img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

@media (min-width: 1200px) {
  .main-banner.pt-lg-200 {
    padding-top: 200px;
  }
}

@media (max-width: 1200px) {
  .main-banner {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .main-banner .img-upside {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-banner {
    padding-top: 130px;
    padding-bottom: 50px;
    background-attachment: inherit;
  }
}

/* ================== 
Inner page Banner
================== */

.inner-page-banner {
  background-color: var(--color-secondary);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  /* background-attachment: fixed; */
}

.inner-page-banner.darkness:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  display: block;
}

.inner-page-banner.darkness.bg1:before {
  background: #000000b0;
}

.inner-page-banner.darkness > .container {
  position: relative;
  z-index: 3;
}

.inner-page-banner .main-heading h1 {
  font-size: clamp(48px, calc(30px + 4vw), 110px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;
}

.inner-page-banner .main-heading p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-align: center;
}

.inner-page-banner ul {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 0 auto auto 0;
  flex-wrap: wrap;
}

.inner-page-banner ul li {
  font-size: 16px;
  color: rgba(255, 255, 255, 60%);
  letter-spacing: 1px;
}

.inner-page-banner ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  position: relative;
  padding-inline-end: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.inner-page-banner ul li a:hover {
  color: var(--color-one);
}

.inner-page-banner ul li a::after {
  content: "/";
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  display: block;
}

@media (max-width: 1200px) {
  .inner-page-banner {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .inner-page-banner {
    padding-top: 130px;
    padding-bottom: 50px;
    background-attachment: inherit;
  }
}

/* ============ 
Section heading
============ */
.section-heading .subtitle {
  margin-bottom: 22px;
}

.section-heading .subtitle .titlespan {
  display: inline-flex;
  gap: 6px;
  font-size: 14px;
  line-height: 1.0769230769;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-secondary);
}

.section-heading .subtitle .titlespan span.icon i {
  color: var(--color-one);
}

.section-heading .title h2 {
  font-size: clamp(28px, calc(28px + 4vw), 80px);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.05;
}

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

.section-heading.white .titlespan {
  color: #fff;
}

.section-heading.white .title h2 {
  color: #fff;
}

/* ============================
 # About us Section
 ============================ */

.about-us-section {
  position: relative;
}

.about-us-section .about-us-img {
  position: relative;
  width: fit-content;
}

.about-us-section .about-us-img .mainimg {
  position: relative;
  z-index: 3;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  overflow: hidden;
  width: fit-content;
}

.about-us-section .about-us-img .imgup {
  width: auto;
  top: -53px;
  text-align: left;
  left: -30px;
  position: absolute;
  z-index: 1;
}

.about-us-section .about-us-img .imgdown {
  width: auto;
  bottom: -53px;
  text-align: left;
  right: -30px;
  position: absolute;
  z-index: 1;
}

@media (max-width: 565px) {
  .about-us-section .about-us-img {
    overflow: hidden;
  }
}

.about-us-section .paragraph p {
  margin-bottom: 15px;
  color: #525252;
  font-size: 16px;
  list-style: 1.7;
  letter-spacing: 0.5px;
}

.about-us-section .paragraph p.lg {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--color-secondary);
}

.about-us-section .paragraph ul {
  display: block;
  margin-bottom: 15px;
  list-style: none;
  -webkit-column-count: 2;
  column-count: 2;
}

.about-us-section .paragraph ul li {
  padding: 6px 0;
}

.about-us-section .paragraph ul li {
  color: var(--color-secondary);
  font-size: 16px;
  text-transform: capitalize;
}

.about-us-section .paragraph ul li i {
  margin-inline-end: 5px;
}

/* ===============================
# Services
=============================== */

.services {
  background-color: #f4f6f8;
  background-image: url("../images/theme-inside/h1-bg01.png");
  background-position: 41% 190px;
  background-repeat: no-repeat;
  padding: 80px 40px;
}

.services .slides-services {
  margin-top: 50px;
}

.services > .inside .slides-services-box {
  position: relative;
  border-radius: 24px;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px 20px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.services > .inside .slides-services-box .service-caption {
  padding: 0 10px;
}

.services
  > .inside
  .slides-services-box
  .service-caption
  .service-content-box
  h3 {
  margin: 14px 0 8px;
  font-weight: 500;
  font-size: 32px;
  color: var(--color-secondary);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.services
  > .inside
  .slides-services-box
  .service-caption
  .service-content-box
  h3
  a {
  color: inherit;
}

.services
  > .inside
  .slides-services-box
  .service-caption
  .service-content-box
  p {
  margin-bottom: 20px;
  color: #4e4e4e;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services > .inside .slides-services-box .service-image-box {
  position: relative;
}

.services > .inside .slides-services-box .service-image-box .img {
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  overflow: hidden;
}

.slides-services .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.services > .inside .slides-services-box:hover {
  background: var(--color-secondary);
}

.services > .inside .slides-services-box:after {
  position: absolute;
  content: "";
  height: 284px;
  width: 284px;
  border-radius: 18px;
  background: linear-gradient(
    0deg,
    var(--color-one) 0%,
    var(--color-one) 90.62%
  );
  right: -380px;
  top: -89px;
  transform: rotate(45deg);
  opacity: 0.91;
  -ms-opacity: 0.91;
  -o-opacity: 0.91;
  -moz-opacity: 0.91;
  -webkit-opacity: 0.91;
  filter: alpha(opacity=91);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}

.services > .inside .slides-services-box:hover:after {
  right: -230px;
}

.services
  > .inside
  .slides-services-box:hover
  .service-caption
  .service-content-box
  h3 {
  color: #fff;
}

.services
  > .inside
  .slides-services-box:hover
  .service-caption
  .service-content-box
  p {
  color: #858585;
}

.services > .inside .slides-services-box svg path {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.services > .inside .slides-services-box:hover svg path {
  stroke: #fff;
}

@media (max-width: 767px) {
  .services {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .services {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ==================== 
# how-it-works-section
====================== */

.how-it-works-section {
  position: relative;
}

.how-it-works-section .img {
  border-radius: 18px;
  overflow: hidden;
  width: fit-content;
}

.how-it-works-section .left-list {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
}

.how-it-works-section .left-list .img-box {
  position: relative;
}

.how-it-works-section .left-list .img-box img {
  max-height: 98px;
}

.how-it-works-section .left-list .items ul li {
  list-style: disc;
  list-style-position: inside;
}

.how-it-works-section .left-list .items ul li + li {
  margin-top: 5px;
}

.how-it-works-section .all-steps {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
}

.how-it-works-section .all-steps .items {
  padding: 30px 0 35px;
  display: flex;
  position: relative;
}

.how-it-works-section .all-steps .items + .items {
  border-top: 1px solid #ebe9e7;
}

.how-it-works-section .all-steps .items .number {
  padding-right: 48px;
}

.how-it-works-section .all-steps .items .number span {
  font-size: 60px;
  font-weight: 700;
  background: linear-gradient(180deg, #e3e3e8 50%, rgba(255, 255, 255, 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.how-it-works-section .all-steps .items .text {
  display: block;
}

.how-it-works-section .all-steps .items .text h4 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--color-secondary);
}

.how-it-works-section .all-steps .items .text p {
  margin: 0;
}

@media (max-width: 767px) {
  .how-it-works-section .all-steps .items .text h4 {
    font-size: 24px;
  }
}

/* ===========================
Why choose us 
=========================== */

.why-choose-us-section {
  background-color: var(--color-secondary);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.why-choose-us-section .paragraph {
  margin-bottom: 35px;
  margin-top: 30px;
}

.why-choose-us-section .paragraph p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #fff;
}

.why-choose-us-section .why-choose-us-items {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 32px;
}

.why-choose-us-section .why-choose-us-items .icon {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 0;
  font-size: 54px;
}

.why-choose-us-section .why-choose-us-items .content h4 {
  font-size: 24px;
  color: #fff;
  margin-block-end: 16px;
  text-align: start;
}

.why-choose-us-section .why-choose-us-items .content p {
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  color: #fff;
  margin: 0;
}

/* ===========================
Testimonials
=========================== */
.testimonials {
  background-color: #f4f6f8;
  background-image: url("../images/theme-inside/contact-deco-2.png");
  background-position: 41% 190px;
  background-repeat: no-repeat;
  padding: 80px 0px;
}

.testimonials .testimonials-box {
  padding: 39px 40px 44px;
  display: block;
  background-color: #fff;
  border-radius: 24px;
}

.testimonials .testimonials-box .testimonials-caption {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.testimonials .testimonials-box .testimonials-caption .img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  aspect-ratio: 64 / 64;
  border-radius: 100px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.testimonials .testimonials-box .testimonials-caption .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.testimonials .testimonials-box .testimonials-caption .details h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 6px;
}

.testimonials .testimonials-box .testimonials-caption .details p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.testimonials .testimonials-box .content {
  margin: 20px 0;
}

.testimonials .testimonials-box .content p {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  text-align: justify;
  text-align-last: left;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonials .testimonials-box .stars {
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonials .testimonials-box .stars i {
  font-size: 18px;
  color: #ecbd30;
}

.testimonials .swiper-testimonials {
  padding-bottom: 35px;
}

.testimonials .swiper-testimonials .swiper-pagination {
  bottom: 0;
}

.testimonials
  .swiper-testimonials
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.testimonials
  .swiper-testimonials
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-one);
}

/* =============================
# Blog Section
============================= */
.blog-section .blog-post {
  position: relative;
}

.blog-section .blog-post .blog-post-img {
  position: relative;
  margin-bottom: 25px;
}

.blog-section .blog-post .blog-post-img .hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  background: #ececec;
  display: block;
  aspect-ratio: 1024 / 512;
}

.blog-section .blog-post .blog-post-img .hover-overlay img {
  transform: scale(1);
  /* -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1); */
  overflow: hidden;
  transition: transform 400ms;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -ms-transition: transform 400ms;
  -o-transition: transform 400ms;
  object-fit: contain;
  object-position: center center;
}

.blog-section .blog-post .blog-post-img .hover-overlay .item-overlay {
  opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.45);
  transition: all 400ms ease-in-out;
}

.blog-section .blog-post:hover .blog-post-img .hover-overlay .item-overlay {
  opacity: 1;
  -moz-opacity: 1;
  bottom: 0;
}

.blog-section .blog-post:hover .blog-post-img .hover-overlay img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.blog-section .blog-post .blog-post-txt {
  padding: 0 10px;
}

.blog-section .blog-post .blog-post-txt h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--color-secondary);
  line-height: 1.3;
  transition: color 0.3s;
}

.blog-section .blog-post:hover .blog-post-txt h3 {
  color: var(--color-one);
}

.blog-section .blog-post .blog-post-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-section .blog-post .blog-post-txt ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin-left: 1px;
  position: relative;
}

.blog-section .blog-post .blog-post-txt ul li p {
  font-weight: 400;
  float: left;
  line-height: 1;
  margin: 0 !important;
  color: #6c757d;
  font-size: 16px;
}

.blog-section .blog-post .blog-post-txt ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  height: 100%;
  width: 1px;
  background: #92989e;
  display: block;
}

.blog-section .blog-post .blog-post-txt ul li + li {
  margin-inline-start: 15px;
}

/* ==========================
# main Footer
========================== */

.main-footer {
  padding: 80px 0 20px 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url("../images/theme-inside/footer-banner.jpg");
}

.main-footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #0d0d12e7;
  z-index: 2;
}

.main-footer > .container {
  position: relative;
  z-index: 3;
}

.main-footer .company-info .logo-box {
  display: block;
}

.main-footer .company-info .logo-box a {
  display: block;
}

.main-footer .company-info .logo-box a img {
  max-height: 70px;
}

.main-footer .company-info p {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffffde;
  letter-spacing: 1px;
  text-align: justify;
  text-align-last: left;
  margin: 25px 0 0 0;
}

.main-footer .footer-link h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  margin: 0;
}

.main-footer .footer-link ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 8px;
  margin-top: 22px;
}

.main-footer .footer-link ul li {
  display: block;
  list-style: none;
}

.main-footer .footer-link ul li a {
  color: #ffffffde;
  transition: color 0.3s;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.main-footer .footer-link ul li a:hover {
  color: var(--color-one);
}

.main-footer .copyright-text {
  border-top: 2px dashed #ffffff3d;
  padding-top: 20px;
  text-align: center;
  margin-top: 40px;
}

.main-footer .copyright-text p {
  color: #ffffffde;
  margin: 0;
  letter-spacing: 1px;
  font-size: 15px;
}

/* =========================
# Repair Section
========================= */

.repair-section .repair-box {
  display: block;
  text-align: center;
  transition: all 0.5s;
}

.repair-section .repair-box .img {
  text-align: center;
  margin-bottom: 15px;
}

.repair-section .repair-box .img img {
  max-height: 200px;
}

.repair-section .repair-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: var(--color-secondary);
  margin: 0;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.repair-section .repair-box:hover h3 {
  color: var(--color-one);
}

.repair-section.box-design .repair-box {
  border: 1px solid #cfcfcf;
  padding: 20px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  /* background-color: #f4f6f8; */
}

.repair-section.box-design .repair-box:hover {
  border-color: var(--color-one);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
}

/* =========================
#  Services Two
========================= */
.muliple-serices-section {
  padding: 80px 0;
  background-color: #f4f6f8;
  background-image: url("../images/theme-inside/h1-bg01.png");
  background-position: 41% 190px;
  background-repeat: no-repeat;
}

.service-two {
  position: relative;
  display: block;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.service-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 51%;
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(185, 183, 174, 0) 0%,
    rgba(134, 132, 126, 0.54) 19.25%,
    #53524e 46.79%
  );
  -webkit-mask-box-image: linear-gradient(
    180deg,
    rgba(185, 183, 174, 0) 0%,
    rgba(134, 132, 126, 0.54) 19.25%,
    #53524e 46.79%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(185, 183, 174, 0) 0%,
    rgba(134, 132, 126, 0.54) 19.25%,
    #53524e 46.79%
  );
  backdrop-filter: blur(29px);
  -webkit-backdrop-filter: blur(29px);
  background-color: rgba(0, 0, 0, 0.64);
  opacity: 0.99;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  bottom: 0;
}

.service-two:hover::before {
  height: 65%;
}

.service-two::after {
  position: absolute;
  content: "";
  height: 330px;
  width: 330px;
  border-radius: 18px;
  background: linear-gradient(
    0deg,
    var(--color-one) 0%,
    var(--color-one) 90.62%
  );
  right: -398px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  opacity: 0.91;
  -ms-opacity: 0.91;
  -o-opacity: 0.91;
  -moz-opacity: 0.91;
  -webkit-opacity: 0.91;
  filter: alpha(opacity=91);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-two:hover::after {
  right: -242px;
}

.service-two .img-box {
  overflow: hidden;
  position: relative;
}

.service-two .img-box img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.service-two .contents {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 5;
  padding: 0 30px 44px 43px;
  align-items: center;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-two:hover .contents {
  align-items: start;
}

.service-two .contents .icon {
  margin-right: 26px;
  margin-top: 9px;
}

.service-two .contents .icon svg {
  width: 54px;
}

.service-two .contents .content h4 {
  font-size: clamp(35px, calc(24px + 4vw), 35px);
  color: #fff;
  margin: 0;
  text-align: start;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-two:hover .contents .content h4 {
  margin-block-end: 16px;
}

.service-two .contents .content p {
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  max-height: 0;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-two:hover .contents .content p {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  max-height: 123px;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/* ============================
#Faq section
============================ */
.faq-section {
  padding: 80px 0;
  background-color: #f4f6f8;
  background-image: url("../images/theme-inside/contact-deco-2.png");
  background-position: 41% 190px;
  background-repeat: no-repeat;
}

.faq-section .accordion {
  margin: 0;
  list-style: none;
}

.faq-section .accordion li {
  background: #fff;
  list-style: none;
  border-radius: 10px;
}

.faq-section .accordion li + li {
  margin-top: 15px;
}

.faq-section .accordion li > a {
  font-size: 18px;
  font-weight: 500;
  color: #393939;
  padding: 20px;
  display: flex;
  align-items: start;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .faq-section .accordion li > a {
    font-size: 17px;
  }
}

.faq-section .accordion li > a > span {
  display: contents;
}

.faq-section .accordion li.active > a,
.faq-section .accordion li.active > a:hover,
.faq-section .accordion li.active > a:focus {
  color: var(--color-one);
  background: #fff;
  border-radius: 10px;
  padding-bottom: 0;
  transition: all 0.3s;
}

.faq-section .accordion li > a::after {
  content: "+";
  min-width: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  background: var(--color-secondary);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-inline-start: auto;
  transition: all 0.3s;
  border-radius: 5px;
}

.faq-section .accordion li.active > a:after {
  content: "-";
  /* font-size: 22px; */
  background: var(--color-one);
}

.faq-section .accordion li p {
  padding: 15px;
  font-size: 16px;
  line-height: 2;
  color: #4b4b4b;
  display: none;
  border-radius: 0px 0px;
}

@media (max-width: 767px) {
  .faq-section .accordion li p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.faq-section .accordion li p a {
  display: contents;
  color: var(--color-one);
  text-decoration: underline !important;
  cursor: pointer;
}

.faq-section .right-side-box .img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  width: fit-content;
  overflow: hidden;
  margin-bottom: 25px;
}

.faq-section .right-side-box h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-secondary);
  margin: 0;
  text-align: start;
  margin-bottom: 15px;
}

.faq-section .right-side-box p {
  font-size: 16px;
  color: var(--color-secondary);
  margin: 0;
  letter-spacing: 1px;
}

/* ============================
# Device Model
============================ */
.device-model {
  padding: 80px 0;
  background-color: #f4f6f8;
  background-image: url("../images/theme-inside/contact-deco-2.png");
  background-position: 41% 190px;
  background-repeat: no-repeat;
}

.device-model .device-models {
  position: relative;
}

.device-model .device-models .device-model-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-secondary);
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
}

.device-model .device-models .device-box {
  display: block;
  text-align: center;
  transition: all 0.5s;
  border: 1px solid #cfcfcf;
  padding: 20px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #fff;
  height: 100%;
}

.device-model .device-models .device-box .img {
  text-align: center;
  margin-bottom: 15px;
}

.device-model .device-models .device-box .img img {
  max-height: 200px;
}

.device-model .device-models .device-box h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-secondary);
  margin: 0;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.device-model .device-models .device-box:hover {
  border-color: var(--color-one);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}

.device-model .device-models .device-box:hover h4 {
  color: var(--color-one);
}

/* ========================== 
# Whats App Button
========================== */

.whatsapp-chat {
  position: fixed;

  bottom: 15px;

  left: 15px;

  cursor: pointer;

  z-index: 99;
}

.whatsapp-chat .whatsappchat-box {
  position: relative;

  bottom: 18px;

  cursor: auto;
}

.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box {
  position: absolute;

  bottom: 0px;

  left: 0px;

  min-width: 360px;

  max-width: 420px;
}

@media (max-width: 450px) {
  .whatsapp-chat .whatsappchat-box .whatsappchagreeting-box {
    min-width: 300px;

    max-width: 320px;
  }
}

.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner {
  max-height: 84vh;

  overflow-y: auto;

  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.14);

  border-radius: 8px;

  clear: both;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .closewhatsappbtn {
  position: absolute;

  top: 3px;

  right: 5px;

  cursor: pointer;

  padding: 5px;

  margin: 1px;

  border-radius: 50%;

  background-color: unset !important;

  z-index: 9999;

  line-height: 1;

  font-size: 16px;

  color: #fff;
}

.whatsapp-chat .whatsappchat-box .whatsappchagreeting-box .inner .inner-box {
  padding: 0;

  margin: 0;

  box-sizing: border-box;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .hedingss {
  padding: 12px 25px 12px 25px;

  background-color: #075e54;

  line-height: 1.3;

  margin: 0;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .hedingss
  .img {
  position: relative;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .hedingss
  .img
  img {
  position: relative;

  background: #fff;

  border-radius: 50%;

  max-height: 60px;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .hedingss
  .img::after {
  content: "";

  position: absolute;

  bottom: -2px;

  right: 4px;

  display: inline-block;

  width: 15px;

  height: 15px;

  line-height: 20px;

  text-align: center;

  border-radius: 50%;

  color: #fff;

  font-size: 12px;

  font-weight: 700;

  border: 2px solid #fff;

  background-color: #25d366;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .hedingss
  p:first-child {
  color: #ffffff;

  font-size: 17px;

  font-weight: 500;

  margin-bottom: 0;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .hedingss
  p:last-child {
  color: #ffffff;

  font-size: 14px;

  margin-bottom: 0;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .chating-boxx {
  background-color: #ece5dd;

  padding: 18px 24px 50px 18px;

  position: relative;

  max-height: calc(80vh - 140px);

  overflow-y: auto;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .chating-boxx
  .chating-boxx-bg-img::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: url("../images/theme-inside/wa_bg.png");

  opacity: 0.07;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .chating-boxx
  .message-box {
  margin: 8px 5px;

  padding: 6px 8px 8px 9px;

  background-color: #fff;

  border-radius: 0 7px 7px;

  position: relative;

  box-shadow: 0 1px 0.5px 0 rgba(0, 0, 0, 0.14);

  max-width: calc(100% - 20px);
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .chating-boxx
  .message-box::before {
  content: "";

  position: absolute;

  top: 0;

  height: 18px;

  width: 9px;

  background-color: #fff;

  right: 99.7%;

  clip-path: polygon(0% 0%, 100% 0%, 100% 50%);

  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%);
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .last-stage-wtsapp-btn {
  text-align: center;

  padding: 11px 25px 9px 25px;

  cursor: pointer;

  background-color: #ffffff;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .last-stage-wtsapp-btn
  a {
  display: flex;

  justify-content: center;

  align-items: center;

  padding: 5px;

  background-color: #25d366;

  border-radius: 25px;

  cursor: pointer;

  font-size: 16px;

  color: #ffffff;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .last-stage-wtsapp-btn
  a
  svg {
  pointer-events: none;

  display: block;

  height: 20px;

  width: 20px;

  margin-inline-end: 10px;
}

.whatsapp-chat
  .whatsappchat-box
  .whatsappchagreeting-box
  .inner
  .inner-box
  .chating-boxx
  .message-box
  p {
  font-size: 14px;

  margin-bottom: 0;

  color: #7b7b7b;
}

.whatsapp-chat .chat-btn {
  display: flex;

  justify-content: center;

  align-items: center;
}

.whatsapp-chat .chat-btn svg {
  pointer-events: none;

  display: block;

  height: 50px;

  width: 50px;
}

/* ====================
# Why Choose Us Two
==================== */

.why-choose-two {
  padding: 80px 0;
  background-color: #f4f6f8;
  /* background-image: url('../images/theme-inside/contact-deco-2.png'); */
  background-position: 41% 190px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.why-choose-two::before {
  content: "";
  width: 659px;
  height: 367px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/theme-inside/deco-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.why-choose-two::after {
  content: "";
  width: 659px;
  height: 367px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/theme-inside/deco-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.why-choose-two > .container {
  position: relative;
  z-index: 3;
}

@media (max-width: 1200px) {
  .why-choose-two::after,
  .why-choose-two::before {
    content: unset;
  }
}

.why-choose-two .why-choose-box {
  background-color: #fff;
  padding: 40px 39px 42px 41px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.why-choose-two .why-choose-box .top-side {
  display: flex;
  gap: 22px;
  align-items: start;
}

.why-choose-two .why-choose-box .top-side .icon svg {
  max-width: 54px;
}

.why-choose-two .why-choose-box .top-side h4 {
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  color: var(--color-secondary);
  margin: 0;
}

.why-choose-two .why-choose-box .content {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #1f1f201c;
}

.why-choose-two .why-choose-box .content p {
  font-size: 16px;
  line-height: 1.5;
  color: #525252;
  font-weight: 500;
  margin: 0;
  letter-spacing: 1px;
}

/* ========================
# Contact Details
======================== */
.contact-details {
  padding: 80px 0;
  background-color: #f4f6f8;
  /* background-image: url('../images/theme-inside/contact-deco-2.png'); */
  background-position: 41% 190px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

@media (min-width: 991px) {
  .contact-details:before {
    content: "";
    width: 659px;
    height: 367px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/theme-inside/deco-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
  }

  .contact-details .company-details {
    margin: auto;
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: center;
  }
}

.contact-details .paragraph {
  margin-top: 20px;
}

.contact-details .paragraph p {
  font-size: 17px;
  color: var(--color-secondary);
  margin: 0;
  letter-spacing: 1px;
}

.contact-details > .container {
  position: relative;
  z-index: 3;
}

.contact-details .company-details h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-secondary);
  margin: 0;
}

.contact-details .company-details p {
  font-size: 17px;
  color: var(--color-secondary);
  margin: 20px 0 0 0;
  letter-spacing: 1px;
}

.contact-details .company-details p .big-text {
  font-size: 24px;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}

/* ======================
# contact Form
====================== */
.contact-form {
  padding: 80px 0;
  background-color: #f4f6f8;
  background-image: url("../images/theme-inside/contact-deco-2.png");
  background-position: 41% 190px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.contact-form .paragraph {
  margin-top: 20px;
}

.contact-form .paragraph p {
  font-size: 17px;
  color: var(--color-secondary);
  margin: 0;
  letter-spacing: 1px;
}

.contact-form .mobile-number-and-email {
  margin-top: 20px;
}

.contact-form .mobile-number-and-email h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-secondary);
  margin: 0;
}

.contact-form .mobile-number-and-email h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-secondary);
  margin: 0;
  margin-top: 20px;
}

.contact-form form p {
  margin-bottom: 0;
}

.contact-form form input[type="text"],
.contact-form form input[type="tel"],
.contact-form form input[type="email"],
.contact-form form textarea {
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #cacaca !important;
  padding: 10px 15px;
  outline: unset !important;
  box-shadow: unset !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.contact-form form textarea {
  max-height: 150px;
  overflow: auto;
}

.contact-form form input[type="text"]:focus,
.contact-form form input[type="tel"]:focus,
.contact-form form input[type="email"]:focus,
.contact-form form textarea:focus {
  border-color: var(--color-one) !important;
}

.contact-form form input[type="submit"] {
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  border: 1px solid var(--color-secondary);
  font-size: 16px;
  padding: 18px 30px;
  color: #fff;
  background: var(--color-secondary);
  border-radius: 100px;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.contact-form form input[type="submit"]:hover {
  background: var(--color-one);
  border-color: var(--color-one);
}

/* =======================
# Authorised Service Partner 
======================= */

.authorised-service-partner {
  position: relative;
}

.authorised-service-partner .inner {
  padding: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background-color: var(--color-secondary);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (min-width: 992px) {
  .authorised-service-partner .inner {
    padding: 60px;
  }

  .authorised-service-partner .paragraph {
    margin-bottom: 30px;
  }
}

.authorised-service-partner .inner::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  display: block;
  background: #000000c2;
}

.authorised-service-partner .inner > .row {
  position: relative;
  z-index: 3;
}

.authorised-service-partner .paragraph {
  position: relative;
  margin-top: 20px;
}

.authorised-service-partner .paragraph p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}

.authorised-service-partner .specification {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 32px;
}

.authorised-service-partner .specification .icon {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 0;
  font-size: 54px;
}

.authorised-service-partner .specification .content h4 {
  font-size: 24px;
  color: #fff;
  margin-block-end: 16px;
  text-align: start;
}

.authorised-service-partner .specification .content p {
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
}

.authorised-service-partner .inner .img-box {
  position: relative;
  height: 100%;
}

.authorised-service-partner .inner .img-box img {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-height: 500px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

@media (max-width: 575px) {
  .authorised-service-partner .inner {
    padding: 25px;
  }
}

/* =======================
# Repair Box
======================= */

.repair-box-section {
  padding: 80px 0;
  background-color: #f4f6f8;
}

.repair-box-section .inner {
  background: #fff;
  padding: 60px;
  border: 1px solid #cfcfcf;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.repair-box-section .inner .headings h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  color: var(--color-secondary);
  margin-block-end: 16px;
  font-weight: 600;
}

.repair-box-section .inner .headings p {
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.7;
}

.repair-box-section .inner .tabs {
  margin-top: 30px;
}

.repair-box-section .inner .tabs .items {
  display: flex;
  align-items: center;
  gap: 25px;
  overflow: hidden;
  padding-bottom: 15px;
}

.repair-box-section .inner .tabs .items .item {
  display: block;
  width: fit-content;
  padding: 20px 20px 15px 20px;
  background: #fff;
  border: 2px solid #cfcfcf;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}

.repair-box-section .inner .tabs .items .item .icon {
  text-align: center;
  margin-bottom: 10px;
}

.repair-box-section .inner .tabs .items .item .icon img {
  max-height: 70px;
  filter: grayscale(100%);
  transition: all 0.5s;
  opacity: 0.8;
}

.repair-box-section .inner .tabs .items .item:hover .icon img,
.repair-box-section .inner .tabs .items .item.active .icon img {
  filter: unset;
  -webkit-filter: unset;
  opacity: 1;
}

.repair-box-section .inner .tabs .items .item p {
  margin: 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  color: var(--color-secondary);
  transition: all 0.5s;
  white-space: nowrap;
}

.repair-box-section .inner .tabs .items .item:hover,
.repair-box-section .inner .tabs .items .item.active {
  border-color: var(--color-one);
}

.repair-box-section .inner .tabs .items .item:hover p,
.repair-box-section .inner .tabs .items .item.active p {
  color: var(--color-one);
}

.repair-box-section .inner .tabs .items .item.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--color-one);
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
}

.repair-box-section .inner .contents {
  margin-top: 15px;
  padding: 30px;
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.repair-box-section .inner .contents .item {
  display: none;
}

.repair-box-section .inner .contents .item.active {
  display: block;
}

.repair-box-section .inner .contents .item .img img {
  max-height: 150px;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.repair-box-section .inner .contents .item .name {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  color: var(--color-secondary);
  margin-block-end: 16px;
  font-weight: 600;
}

.repair-box-section .inner .contents .item .img {
  margin-bottom: 20px;
}

.repair-box-section .inner .contents .item .price {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-one);
  margin: 0;
  font-weight: 600;
}

.repair-box-section .inner .contents .item h5 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-secondary);
  margin-bottom: 10px;
  font-weight: 600;
}

.repair-box-section .inner .contents .item p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7;
}

.repair-box-section .inner .contents .item h5 .tootips-box {
  position: relative;
  margin-inline-start: 5px;
}

.repair-box-section .inner .contents .item h5 .tootips-box span {
  position: absolute;
  background: #000;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.7;
  padding: 9px 14px;
  border-radius: 5px;
  text-align: center;
  min-width: 200px;
  top: 0%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(-46%, -102%);
  transition: 0.5s;
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.repair-box-section .inner .contents .item h5 .tootips-box span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.repair-box-section .inner .contents .item h5 .tootips-box:hover span {
  opacity: 1;
  visibility: visible;
  display: block;
  transition: 0.5s;
}

.repair-box-section .tabs-overflow {
  position: relative;
}

.repair-box-section .tabs-overflow button {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  z-index: 9;
  left: 0;
  background: #fff;
  background: -webkit-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 41%
  );
  background: -moz-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 41%
  );
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 41%
  );
  cursor: pointer;
  border: 0;
  font-size: 18px;
  color: var(--Body-Text);
  display: flex;
  justify-content: center;
  align-items: center;
}

.repair-box-section .tabs-overflow button.right-arrow {
  left: auto;
  right: 0;
  background: #fff;
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 41%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 41%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 41%
  );
}

.repair-box-section .camera-prices {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.repair-box-section .camera-prices .price-option {
  background: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}

.repair-box-section .camera-prices .price-option label {
  display: block;
  font-size: 14px;
  font-weight: 555;
  color: var(--color-secondary);
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.repair-box-section .camera-prices .price-option .price {
  margin: 0;
  color: #d32f2f;
  font-size: 18px;
}

.repair-box-section .color-selector {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 13px;
}

.repair-box-section .inner .contents .item .color-selector {
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 15px;
  outline: unset !important;
  box-shadow: unset !important;
}

.repair-box-section .inner .contents .item .color-selector:focus {
  border-color: var(--color-one);
}

@media (max-width: 1200px) {
  .repair-box-section .inner {
    padding: 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .repair-box-section .inner {
    padding: 20px;
  }
}

.repair-form .steps {
  margin-top: 20px;
  padding-bottom: 20px;
}

.repair-form .steps .step .title {
  font-size: 25px;
  line-height: 1.3;
  color: var(--color-secondary);
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.repair-form .steps .step .choose-option-type {
  max-width: 500px;
  margin: auto;
  display: flex;
  gap: 20px;
  align-items: center;
}

.repair-form .steps .step .choose-option-type label {
  display: block;
  cursor: pointer;
  background: #fff;
  border: 2px solid #e4e4e4;
  padding: 20px 25px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
}

.repair-form .steps .step .choose-option-type label input {
  position: absolute;
  top: -200%;
  left: -200%;
}

.repair-form .steps .step .choose-option-type label .img {
  text-align: center;
  margin-bottom: 15px;
}

.repair-form .steps .step .choose-option-type label .img img {
  max-height: 100px;
}
.repair-form .steps .step .choose-option-type label p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-secondary);
  margin: 0px;
  font-weight: 500;
  text-align: center;
}

.repair-form .steps .step .choose-option-type label:has(input:checked) {
  border-color: var(--color-one);
}

.repair-form .steps .step .visit-us-type {
  max-width: 700px;
  margin: auto;
  display: flex;
  gap: 20px;
  align-items: center;
}

.repair-form .steps .step .visit-us-type label {
  display: block;
  cursor: pointer;
  background: #fff;
  border: 2px solid #e4e4e4;
  padding: 20px 25px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
}

.repair-form .steps .step .visit-us-type label input {
  position: absolute;
  top: -200%;
  left: -200%;
}

.repair-form .steps .step .visit-us-type label h4 {
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-secondary);
  margin-bottom: 15px;
  font-weight: 500;
  text-align: start;
}

.repair-form .steps .step .visit-us-type label p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: var(--color-secondary);
  margin: 0px;
  font-weight: 500;
  text-align: start;
}

.repair-form .steps .step .visit-us-type label:has(input:checked) {
  border-color: var(--color-one);
}

.repair-form .steps .step {
  display: none;
}

.repair-form .steps .step:nth-child(1) {
  display: block;
}

@media (max-width: 600px) {
  .repair-form .steps .step .visit-us-type {
    flex-wrap: wrap;
  }
  .repair-form .steps .step .visit-us-type label {
    width: 100%;
  }
}

.repair-form .steps .step .date-calender {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.repair-form .steps .step .date-calender table {
  width: 100%;
}

.repair-form .steps .step .date-calender .calander-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
}

.repair-form .steps .step .date-calender .calander-heading button {
  width: 35px;
  height: 35px;
  background: #eae5e5;
  border: unset;
  outline: unset;
  box-shadow: unset;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  color: var(--color-secondary);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.repair-form .steps .step .date-calender .calander-heading button:hover {
  background: var(--color-one);
  color: #fff;
}

.repair-form .steps .step .date-calender .calander-heading h3 {
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-secondary);
  margin: 0;
  font-weight: 500;
  text-align: start;
}

.repair-form .steps .step .date-calender table tr td,
.repair-form .steps .step .date-calender table tr th {
  text-align: center;
}

.repair-form .steps .step .date-calender table tr td:first-child,
.repair-form .steps .step .date-calender table tr th:first-child {
  text-align: start;
}
.repair-form .steps .step .date-calender table tr td:last-child,
.repair-form .steps .step .date-calender table tr th:last-child {
  text-align: end;
}

.repair-form .steps .step .date-calender table tr td {
  padding: 10px;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.repair-form .steps .step .date-calender table tr td:hover {
  background: var(--color-secondary);
  color: #fff;
}

.repair-form .steps .step .date-calender table tr td.disabled {
  background: #eee;
  color: #aaa;
  cursor: not-allowed;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.repair-form .steps .step .date-calender table tr td.selected {
  background: var(--color-one);
  color: #fff;
  cursor: pointer;
}

.repair-form .steps .step .time-slote-box {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
}

.repair-form .steps .step .time-slote-box h4 {
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-secondary);
  margin: 15px;
  font-weight: 500;
  text-align: start;
}

.repair-form .steps .step .time-slote-box .times {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.repair-form .steps .step .time-slote-box .time {
  position: relative;
  display: block;
  width: fit-content;
  font-size: 16px;
  padding: 7px 15px;
  line-height: 1.3;
  color: var(--color-secondary);
  background: #e1e1e1;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.repair-form .steps .step .time-slote-box .time:hover {
  background: var(--color-secondary);
  color: #fff;
}

.repair-form .steps .step .time-slote-box .time.selected {
  background: var(--color-one);
  color: #fff;
}

.repair-form .steps .step .form-details label {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  color: var(--color-secondary);
  letter-spacing: 1px;
}

.repair-form .steps .step .form-details label a {
  color: var(--color-one);
}

.repair-form .steps .step .form-details input[type="text"],
.repair-form .steps .step .form-details input[type="tel"],
.repair-form .steps .step .form-details input[type="Email"],
.repair-form .steps .step .form-details textarea {
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #cacaca !important;
  padding: 10px 15px;
  outline: unset !important;
  box-shadow: unset !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.repair-form .steps .step .form-details input[type="text"]:focus,
.repair-form .steps .step .form-details input[type="tel"]:focus,
.repair-form .steps .step .form-details input[type="Email"]:focus,
.repair-form .steps .step .form-details textarea:focus {
  border-color: var(--color-one) !important;
}

.repair-form .steps .step .form-details input[type="checkbox"] {
  accent-color: var(--color-one) !important;
  height: 15px;
  width: 15px;
}

.repair-form .steps .step .form-details input[type="radio"] {
  accent-color: var(--color-one) !important;
  height: 15px;
  width: 15px;
}

.repair-form .steps .step .mail-in-servies-box > p {
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.repair-form .steps .step .mail-in-servies-box .contents-box-mail {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.repair-form .steps .step .mail-in-servies-box .contents-box-mail h5 {
  font-size: 22px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.repair-form .steps .step .mail-in-servies-box .contents-box-mail ul li {
  padding-inline-start: 17px;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--color-secondary);
  position: relative;
}

.repair-form
  .steps
  .step
  .mail-in-servies-box
  .contents-box-mail
  ul
  li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.repair-form .steps .step .mail-in-servies-box .contents-box-mail ul li + li {
  margin-top: 5px;
}

.repair-form .steps .step .mail-in-servies-box .contents-box-mail p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.7;
  margin-bottom: 12px;
}

#repairModel #confirmationPage .icon {
  width: 60px;
  height: 60px;
  background: #28a745;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

#repairModel #confirmationPage h2 {
  font-size: 26px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 20px;
}

#repairModel #confirmationPage #confirmationDetails {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 8px;
  text-align: left;
  margin: 30px auto;
  max-width: 500px;
}

.page-template-page-refurbished-products .sidebar {
  position: sticky;
  top: 5rem;
}

.page-template-page-refurbished-products .sidebar .filter-section {
  display: block;
  padding: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.page-template-page-refurbished-products .sidebar .filter-section > h5 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
  color: var(--color-secondary);
}

.page-template-page-refurbished-products
  .sidebar
  .filter-section
  + .filter-section {
  margin-top: 20px;
}

.page-template-page-refurbished-products .sidebar .filter-section .list-group {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.page-template-page-refurbished-products
  .sidebar
  .filter-section
  .list-group
  > a {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.page-template-page-refurbished-products
  .sidebar
  .filter-section
  .list-group
  > a:first-child {
  padding-top: 0;
}

.page-template-page-refurbished-products
  .sidebar
  .filter-section
  .list-group
  > a:last-child {
  padding-bottom: 0;
}

.page-template-page-refurbished-products
  .sidebar
  .filter-section
  .list-group
  > a
  + a {
  border-top: 1px solid #e5e5e5;
}

.page-template-page-refurbished-products
  .sidebar
  .filter-section
  .list-group
  > a
  .badge {
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #e5e5e5 !important;
  color: var(--color-secondary) !important;
  font-weight: 400;
}

.page-template-page-refurbished-products
  .sidebar
  .filter-section
  .list-group
  > a.active {
  color: var(--color-one);
  font-weight: 600;
}

.page-template-page-refurbished-products
  .sidebar
  .filter-section
  .list-group
  > a.active
  .badge {
  background: var(--color-one) !important;
  color: #fff !important;
}

.page-template-page-refurbished-products img {
  max-width: 100%;
  height: auto;
}

.page-template-page-refurbished-products .product-card {
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.page-template-page-refurbished-products .product-card .content-body {
  padding: 20px;
  padding-bottom: 120px;
  position: relative;
}

.page-template-page-refurbished-products .product-card .content-body .pd-title {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-template-page-refurbished-products .product-card .price-wrapper {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 10px;
}

.page-template-page-refurbished-products
  .product-card
  .price-wrapper
  .sale-price {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-secondary);
}

.page-template-page-refurbished-products
  .product-card
  .price-wrapper
  .regular-price {
  font-size: 16px;
  color: #8e8e8e;
  text-decoration: line-through;
  text-decoration-color: rgb(209, 5, 5);
  -moz-text-decoration-color: rgb(209, 5, 5);
  text-decoration-thickness: 2px;
}

.page-template-page-refurbished-products .product-card .bottom-items {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.page-template-page-refurbished-products .product-card .bottom-items .inner {
  padding-inline: 20px;
  padding-bottom: 20px;
}

.page-template-page-refurbished-products .product-card .product-image-slider {
  position: relative;
  overflow: hidden;
}
.page-template-page-refurbished-products .product-card .product-images {
  display: flex;
  transition: transform 0.3s ease;
}
.page-template-page-refurbished-products .product-card .product-images img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  flex-shrink: 0;
}
.page-template-page-refurbished-products .product-card .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.page-template-page-refurbished-products .product-card .slider-nav:hover {
  background: rgba(0, 0, 0, 0.8);
  opacity: 2;
}
.page-template-page-refurbished-products .product-card .slider-prev {
  left: 5px;
}
.page-template-page-refurbished-products .product-card .slider-next {
  right: 5px;
}
.page-template-page-refurbished-products .product-card .image-indicator {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: var(--color-one) !important; /*rgba(0,0,0,0.5) */
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
}
.page-link {
  color: #000;
}

.page-link:hover {
  color: var(--color-one);
  border-color: var(--color-one);
  transition: all 0.3s ease-in-out;
}
.active > .page-link,
.page-link.active {
  background-color: var(--color-one);
  border: none;
}

@media (max-width: 991px) {
  .page-template-page-refurbished-products .sidebar {
    position: fixed;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 20px;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    overflow-y: auto;
  }
  .page-template-page-refurbished-products .sidebar.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}

.page-template-page-refurbished-products .filter-opener {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  color: #878787;
  cursor: pointer;
}

.page-template-page-refurbished-products .sidebar.active {
  padding-top: 75px;
}

.page-template-page-refurbished-products
  .sidebar.active
  .filter-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 0 0 0 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.page-template-page-refurbished-products
  .sidebar.active
  .filter-sidebar-header
  span {
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #222;
  text-transform: uppercase;
  pointer-events: auto;
  visibility: visible;
}

.page-template-page-refurbished-products
  .sidebar.active
  .filter-sidebar-header
  .filter-sidebar-closer {
  padding: 0;
  background-color: transparent;
  color: #222;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  box-shadow: unset;
}

/* ====================
Pagination
==================== */

.custom-pagination{
  width: 100%;
  margin-bottom: 0px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
  width: 100%;
}

.custom-pagination nav{
  margin: 0;
  display: flex;
  justify-content: center;
}

.custom-pagination nav ul{
display: inline-block;
  list-style: none;
  margin: 10px 0;
  padding: 5px 10px;
}

.custom-pagination nav ul li{
float: left;
  margin: 0 10px;
  color: #222;
}

.custom-pagination nav ul li > *{
  display: inline-block;
  list-style: none;
  margin: 10px 0;
  padding: 5px 10px;
}

.custom-pagination nav ul li .current{
  color: #ef5923;
}

.custom-pagination nav ul li > a{
  color: #878787;
}
.custom-pagination nav ul li > a:hover{
  color: #ef5923;
}

/****
CMS page 
***/

.cms-pages ul {
  list-style: disc;
  list-style-position: outside;
  padding-inline-start: 20px;
}

.cms-pages ul li {
  list-style: disc;
}


/* ====================
about page widgets css
==================== */
/* Scoped styles reset specifically for this widget */
.arila-widget-wrapper * {
  box-sizing: border-box;
}
.arila-widget-wrapper {
  font-family: var(--font-primary);
  background: #f9f9f9;
}

/* About Styles */
.about-section {
  padding: 80px 3%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-container {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.about-img {
  z-index: 2;
}
.about-img img {
  width: 100%;
  border-radius: 22px;
  z-index: 2;
}
.about-content {
  flex: 1.2;
  position: relative;
  z-index: 2;
}
.about-tag {
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}
.about-icon{
  color: var(--color-one);
  margin-right: 5px;
}
.about-content h1 {
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #222;
}
.about-content p {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.experience-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.experience-number {
  font-size: 80px;
  font-weight: 700;
  color: #222;
  line-height: 1;
}
.experience-text {
  font-size: 14px;
  color: #555;
}
.about-list li {
  list-style: none;
  margin-bottom: 12px;
  color: #333;
  font-size: 14px;
}
.about-list li::before {
  content: "•";
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}
/* .about-btn { padding-top: 30px; padding-left: 0; text-align: left;}
            .about-btn a { display: inline-flex; align-items: center; gap: 10px; background: #111; color: #fff; padding: 14px 26px; border-radius: 50px; text-decoration: none; font-size: 14px; transition: 0.3s; }
            .about-btn a span { background: #f9b000; color: #000; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: bold; }
            .about-btn a:hover { background: #f9b000; color: #000; } */
.about-illustration {
  position: absolute;
  right: calc((100% - 1200px) / 2 - 100px);
  bottom: 20px;
  z-index: 1;
  pointer-events: none;
}
.about-dot {
  position: absolute;
  right: 0%;
  top: 10%;
  pointer-events: none;
  z-index: -1;
}
.about-dot-1 {
  position: absolute;
  left: calc((100% - 1200px) / 2 - 40px);
  bottom: 0%;
  z-index: 1;
  pointer-events: none;
  animation: jumpThree 4s infinite linear;
}

/* Features Styles */
.features-section {
  padding: 100px 4%;
  background: #f4f6f8;
  background-image: url(https://demo2.themelexus.com/arila/wp-content/uploads/2025/11/about-deco-3.png);
}
.features-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto;
  max-width: 1200px;
}
.feature-card {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  text-align: start;
}
.feature-head {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.feature-title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
}
.feature-body {
  border-top: 1px solid #ddd;
  margin-top: 17px;
  padding-top: 16px;
  font-size: 20px;
  color: #555;
  line-height: 1.7;
}
.icon svg {
  width: 54px;
  height: 54px;
}

/* Video Styles */
.video-wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 600px;
}

/* Testimonial Styles */
.testimonial-section {
  padding: 50px 5%;
  overflow: hidden;
  background-image: url(https://demo2.themelexus.com/arila/wp-content/uploads/2025/11/contact-deco-2.png);
}
.testimonial-title {
  text-align: center;
  margin-bottom: 60px;
}
.testimonial-title span {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--color-secondary);
}
.test-icon{
  color: var(--color-one);
}
.testimonial-title h2 {
  font-size: clamp(28px, calc(28px + 4vw), 80px);
  margin-top: 10px;
  color: #111;
}
.testimonial-slider {
  display: flex;
  gap: 30px;
  animation: scroll 40s linear infinite;
  width: max-content;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.testimonial-card {
  max-width: 420px;
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.testimonial-header img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
.testimonial-header span {
  font-size: 14px;
  color: #777;
}
.testimonial-content {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
}
.testimonial-stars {
  color: #f6b100;
  font-size: 18px;
}
.section-header {
  text-align: center;
}

/* Work Styles */
.work-section {
  padding: 20px 0px 20px 0px;
  background-color: #f9f9f9;
  background-image: url(https://demo2.themelexus.com/arila/wp-content/uploads/2025/11/about-deco-3.png);
  background-repeat: no-repeat;
  background-position: center;
}
.cards-wrapper {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
}
.section-header h1{
   color: #111;
   font-size: clamp(28px, calc(28px + 4vw), 80px);
}
.subtitle{
  font-size: 14px;
  font-weight:600; 
  color: var(--color-secondary);
}
.work-icon{
  color: var(--color-one);
  padding-right: 5px;
}
.work-card {
  background: #fdfdfd;
  padding: 40px 25px;
  border-radius: 20px;
  width: 280px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.card-number {
  font-size: 55px;
  font-weight: 800;
  color: #eee;
  line-height: 1;
}
.card-img-box img {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  object-fit: cover;
}
.mt-md {
  margin-top: 40px;
}
.mt-lg {
  margin-top: 80px;
}
.mt-xl {
  margin-top: 120px;
}
.work-card:hover {
  background-color: var(--color-one);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.work-card:hover .card-number {
  color: rgba(255, 255, 255, 0.5);
}
.work-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
  transition: color 0.3s ease;
}
.work-card:hover h3 {
  color: #ffffff; /* Or any color you want the text to become on hover */
}
.work-card p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .about-container {
    flex-direction: column;
  }
  .about-content h1 {
    font-size: 36px;
  }
  .experience-box {
    flex-direction: row-reverse;
    gap: 10px;
  }
  .experience-number{
    font-size: 40px;
  }
  .about-illustration {
    visibility: hidden;
  }
  .features-container {
    grid-template-columns: 1fr;
  }
  .feature-head {
    flex-direction: column;
    align-items: center;
  }
  .feature-body {
    text-align: center;
  }
  .feature-title{
    text-align: center;
  }
  .cards-wrapper {
    flex-wrap: wrap;
  }

  .cards-wrapper > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .work-card {
    width: 45%;
  }
  .mt-md,
  .mt-lg,
  .mt-xl {
    margin-top: 0;
  }
}

/*############################
 ############################
     about page widgets css
 ############################
###########################*/

/* Scoped CSS for this widget */
  .ambient-blog-wrapper {
    font-family: var(--font-primary);
    color: #1f1f20;
  }

  .ambient-blog-wrapper :root {
    
    --text-dark: #1f1f20;
    --text-gray: #b40808;
    --bg-light: #f9f9f9;
    --border-color: #eee;
  }

  .ambient-blog-container {
    max-width: 1200px;
    margin: 50px auto;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 50px;
    padding: 0 20px;
  }

  /* --- Main Content / Blog --- */
  .ambient-post-tag {
    background: var(--color-one);
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 4px;
  }

  .ambient-post-title {
    font-size: 42px;
    margin: 10px 0 20px;
    line-height: 1.1;
  }
  .ambient-post-image {
    width: 100%;
    border-radius: 24px;
    margin-bottom: 30px;
    display: block;
  }
  .ambient-post-content {
    color: var(--text-gray);
    line-height: 1.8;
  }

  /* --- Reviews Section --- */
 

  /* .ambient-submit-btn {
    background: #111;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.3s;
  }
  .ambient-submit-btn:hover {
    background: var(--color-one);
  }
  .ambient-btn-icon {
    background: var(--color-one);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
  }
.ambient-submit-btn:hover .ambient-btn-icon {
    background: #fff !important;
    color: #000;
} */

  /* --- Sidebar --- */
  .ambient-sidebar-widget {
    margin-bottom: 50px;
  }
  .ambient-widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
  }

  .ambient-category-list {
    list-style: none;
    padding: 0;
  }
  .ambient-category-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    color: var(--text-gray);
    transition: 0.3s;
    cursor: pointer;
  }
  .ambient-category-list li:hover {
    color: var(--color-one);
  }

  .ambient-tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .ambient-tag-link {
    padding: 8px 18px;
    border: 1px solid #858383;
    border-radius: 20px;
    font-size: 13px;
    color: var(--text-gray);
    text-decoration: none;
    transition: 0.3s;
  }
  .ambient-tag-link:hover {
    background: var(--color-one);
    color: white;
    border-color: var(--color-one);
  }

  .ambient-recent-post {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
  }
  .ambient-recent-post img {
    width: 75px;
    height: 75px;
    border-radius: 12px;
    object-fit: cover;
  }
  .ambient-recent-post h4 {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 1.4;
  }
  .ambient-recent-post span {
    font-size: 12px;
    color: #999;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .ambient-blog-container {
      grid-template-columns: 1fr;
    }
    .ambient-form-row {
      grid-template-columns: 1fr;
    }
  }
