@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Rouge+Script&amp;display=swap");

:root {
  --color-primary: #6e8190;
  /* Blue Gray */
  --color-primary-2: #6e8190;
  /* Gold */
  --color-body: #6b7280;
  --color-heading-1: #1f2937;
  --color-black: #111827;
  --color-white: #ffffff;
  --p-regular: 400;
  --p-medium: 500;
  --s-semi-bold: 600;
  --transition: all 0.4s ease;
  --font-primary: "Exo", sans-serif;
  --font-secondary: "Rubik", sans-serif;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 66px;
  --h2: 44px;
  --h3: 36px;
  --h4: 30px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Rubik", sans-serif;
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}

h1,
h2,
h3,
h4,
address,
p,
ol,
ul,
table {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4 {
  word-break: break-word;
  font-family: "Exo", sans-serif;
  line-height: 1.4074;
  color: var(--color-heading-1);
}

h1 {
  font-size: var(--h1);
  line-height: 91px;
  font-weight: 600;
}

h2 {
  font-size: var(--h2);
  line-height: 1.23;
}

h3 {
  font-size: var(--h3);
  line-height: 54px;
}

h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }
}

h1,
h2,
h3 {
  font-weight: var(--s-semi-bold);
}

h4 {
  font-weight: var(--s-semi-bold);
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px;
  }
}

p:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}

ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
}

ul li a {
  text-decoration: none;
  color: var(--color-gray);
}

ul li a:hover {
  color: var(--color-primary);
}

ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}

ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
}

ol li a {
  color: var(--color-heading);
  text-decoration: none;
}

ol li a:hover {
  color: var(--color-primary);
}

ol ul {
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 64px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 576px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 576px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.tmp-section-gap {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-section-gap {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tmp-section-gap {
    padding: 60px 0;
  }
}

.mb--0 {
  margin-bottom: 0 !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt_md--30 {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt_sm--30 {
    margin-top: 30px !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

figure,
footer,
header,
nav,
section {
  display: block;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
  transition: var(--transition);
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li>ul,
li>ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
  text-transform: uppercase;
}

td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: var(--color-body);
  width: 100%;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

button {
  cursor: pointer;
  border: none;
}

input {
  height: 40px;
  padding: 0 15px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  /* -- Placeholder -- */
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  position: absolute;
}

input[type="checkbox"]~label,
input[type="radio"]~label {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: var(--body-color);
  font-weight: 400;
  padding-left: 20px;
  cursor: pointer;
  margin-bottom: 0;
}

input[type="checkbox"]~label::before,
input[type="radio"]~label::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 2px solid var(--color-border);
  border-radius: 2px;
  transition: all 0.3s;
}

input[type="checkbox"]~label::after,
input[type="radio"]~label::after {
  content: " ";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 10px;
  height: 5px;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}

input[type="checkbox"]:checked~label::before,
input[type="radio"]:checked~label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

input[type="checkbox"]:checked~label::after,
input[type="radio"]:checked~label::after {
  opacity: 1;
}

input[type="radio"]~label::before {
  border-radius: 50%;
}

input[type="radio"]~label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

input[type="submit"] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid var(--color-primary);
  transition: var(--transition);
}

input[type="submit"]:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

body {
  scroll-behavior: auto;
  background: #ffffff;
  overflow-x: hidden;
  padding: 0;
  padding-right: 0 !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.home-one {
  background: #ffffff;
}

#menu-btn .icon {
  margin: 0 !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1340px;
  }
}

@media (min-width: 576px) {
  .container-3 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-3 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-3 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-3 {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-3 {
    max-width: 1320px;
  }
}

.container-3 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.banner-custom-container {
  max-width: 100%;
  width: 100%;
  /* padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem); */
  margin-right: auto;
  margin-left: auto;
}

.section-title-area .pre-title {
  display: inline-block;
  color: #000000;
  font-weight: 700;
  border-radius: 31px;
  line-height: 1;
  padding: 15px 21px;
  background: #cbac82;
  max-width: max-content;
  margin-bottom: 21px;
  font-size: 15px;
  text-transform: uppercase;
}

.section-title-area .Section-title {
  font-weight: 600;
  max-width: 469px;
  color: var(--color-heading-1);
  margin-bottom: 15px;
}

.section-title-area-4 .sub-title {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--font-primary);
  position: relative;
  z-index: 1;
  padding-left: 0;
  max-width: max-content;
}

.section-title-area-4 .sub-title.cg {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1f2937 !important;
  background: #c6a06c;
  padding: 12px 22px;
  border-radius: 50px;
  margin-bottom: 16px;
  line-height: 1;
  max-width: max-content;
  box-shadow: 0 8px 22px rgba(198, 160, 108, 0.28);
}

.section-title-area-4 .sub-title.cg::before,
.section-title-area-4 .sub-title.cg::after {
  display: none !important;
}

.section-title-area-4 .sub-title::after {
  content: "";
  position: absolute;
  width: 42px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg,
      var(--color-primary),
      rgba(33, 38, 45, 0)) !important;
}

.section-title-area-4 .section-title {
  font-weight: 600;
  line-height: 58px;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bg-style {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media only screen and (max-width: 576px) {
  p.desc br {
    display: none;
  }
}

.cg {
  color: var(--color-primary-2) !important;
}

.cg::after,
.cg::before {
  background: var(--color-primary-2) !important;
}

.swiper-slider {
  overflow: hidden;
}

.bg-project {
  background: var(--cn-card-soft);
}

.color-primary {
  color: var(--color-primary);
}

.hover-moving-primary {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.hover-moving-primary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.hover-moving-primary:hover {
  color: var(--color-primary) !important;
}

.hover-moving-primary:hover::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.swiper-default-btn-style {
  position: relative;
}

.swiper-default-btn-style .swiper-btn {
  transform: translateY(-50%);
  font-size: 18px;
  background: #ffffff;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.06);
  width: 60px;
  height: 60px;
  line-height: 62px;
  display: block;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--color-heading-1);
}

@media only screen and (max-width: 767px) {
  .swiper-default-btn-style .swiper-btn {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 47px;
  }
}

.swiper-default-btn-style .swiper-btn i {
  color: var(--color-primary);
}

.swiper-default-btn-style .swiper-btn::after {
  display: none;
}

.swiper-default-btn-style .swiper-btn.swiper-button-prev {
  left: 0px;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .swiper-default-btn-style .swiper-btn.swiper-button-prev {
    left: -30px;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-default-btn-style .swiper-btn.swiper-button-prev {
    left: 0;
  }
}

.swiper-default-btn-style .swiper-btn.swiper-button-next {
  right: 0px;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .swiper-default-btn-style .swiper-btn.swiper-button-next {
    right: -30px;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-default-btn-style .swiper-btn.swiper-button-next {
    right: 0;
  }
}

.swiper-default-btn-style .swiper-btn:hover {
  background: var(--color-primary);
  transform: translateY(-50%) scale(1.15);
}

.swiper-default-btn-style .swiper-btn:hover i {
  color: #fff;
}

.swiper-default-btn-style:hover .swiper-button-prev {
  left: -90px;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .swiper-default-btn-style:hover .swiper-button-prev {
    left: -60px;
  }
}

@media only screen and (max-width: 1199px) {
  .swiper-default-btn-style:hover .swiper-button-prev {
    left: -30px;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-default-btn-style:hover .swiper-button-prev {
    left: 0;
  }
}

.swiper-default-btn-style:hover .swiper-button-next {
  right: -90px;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .swiper-default-btn-style:hover .swiper-button-next {
    right: -60px;
  }
}

@media only screen and (max-width: 1199px) {
  .swiper-default-btn-style:hover .swiper-button-next {
    right: -30px;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-default-btn-style:hover .swiper-button-next {
    right: 0;
  }
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp3 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

[data-sal|="fade"].sal-animate,
body.sal-disabled [data-sal|="fade"] {
  opacity: 1;
}

[data-sal|="slide"].sal-animate,
body.sal-disabled [data-sal|="slide"] {
  opacity: 1;
  transform: none;
}

[data-sal|="zoom"].sal-animate,
body.sal-disabled [data-sal|="zoom"] {
  opacity: 1;
  transform: none;
}

[data-sal|="flip"].sal-animate,
body.sal-disabled [data-sal|="flip"] {
  transform: none;
}

.tmp-btn {
  padding: 0 26px;
  font-family: var(--font-secondary);
  line-height: 10px;
  max-width: max-content;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
  border-radius: 4px;
  display: flex;
  align-items: center;
  min-width: max-content;
  position: relative;
  z-index: 1;
  height: 60px;
  justify-content: center;
}

.tmp-btn:focus,
.tmp-btn:active {
  box-shadow: none;
}

.tmp-btn.btn-sm {
  padding: 0 22px;
  font-size: 16px;
  height: 45px;
  line-height: 43px;
}

.tmp-btn.button-flip span {
  display: inline-flex;
  position: relative;
  z-index: 3;
  transition:
    opacity 0.65s,
    transform 0.85s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.tmp-btn.button-flip span::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  transition: inherit;
  left: 100%;
  transform: translate(50%, -50%);
}

.tmp-btn.button-flip:hover {
  transform: none;
}

.tmp-btn.button-flip:hover span {
  transform: translateX(-200%);
}

.tmp-btn.button-flip:hover span::after {
  opacity: 1;
  transform: translate(100%, -50%);
}

.tmp-btn.btn-primary {
  background: var(--color-primary);
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tmp-btn.btn-primary::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-heading-1);
  transform: scaleY(0);
  z-index: -1;
  transform-origin: top center;
  transition:
    transform 0.24s ease-in-out,
    -webkit-transform 0.24s ease-in-out;
}

.tmp-btn.btn-primary:hover {
  color: white;
}

.tmp-btn.btn-primary:hover::after {
  transform: scaleY(1);
  transform-origin: bottom center;
}

.tmp-btn.btn-primary:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.tmp-btn.hover-icon-reverse:hover .icon-reverse-wrapper .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.tmp-btn.hover-icon-reverse:hover .icon-reverse-wrapper .btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(10px);
}

.tmp-btn.hover-icon-reverse:hover .icon-reverse-wrapper .btn-icon+.btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.225s;
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper i {
  padding-left: 20px;
  display: inline-block;
  top: 1px;
  position: relative;
  font-size: 16px;
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper .btn-text {
  display: inline-block;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper .btn-icon {
  display: inline-block;
  transition:
    opacity 0.4s 0.25s,
    transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper .btn-icon+.btn-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  display: inline-block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
  order: -2;
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper .btn-icon+.btn-icon i {
  padding-right: 6px;
}

.tmp-btn.btn-arrow {
  font-weight: 400;
}

.tmp-btn.btn-arrow i {
  transform: rotate(-45deg);
}

.text-btn {
  color: var(--color-heading-1);
}

.btn-arrow {
  font-weight: 400;
  position: relative;
}

.btn-arrow i {
  transform: rotate(-45deg);
  margin-left: 3px;
  transition: 0.3s;
  font-size: 0;
  position: relative;
  bottom: -1px;
}

.btn-arrow:hover i {
  font-size: 14px;
}

.setting-btn {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: var(--color-primary);
  border-radius: 4px;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .setting-btn {
    width: 35px;
    height: 35px;
  }
}

.bar {
  width: 50%;
  height: 2px;
  background-color: rgb(229, 229, 229);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .bar {
    width: 80%;
  }
}

.bar::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: rgb(126, 117, 255);
  position: absolute;
  border-radius: 50%;
  border: 2px solid white;
  transition: all 0.3s;
  box-shadow: 0px 0px 5px white;
}

.bar1::before {
  transform: translateX(-4px);
}

.bar2::before {
  transform: translateX(4px);
}

.setting-btn:hover .bar1::before {
  transform: translateX(4px);
}

.setting-btn:hover .bar2::before {
  transform: translateX(-4px);
}

header {
  position: relative;
  z-index: 99;
}

.header-mid-one-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-mid-one-wrapper .logo-area {
  flex-basis: 10%;
  padding: 10px 0 10px;
  position: relative;
  z-index: 1;
}

.header-mid-one-wrapper .logo-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 108%;
  bottom: 0px;
  right: -10px;
  z-index: -1;
  clip-path: polygon(92% 0, 100% 0, 73% 100%, 65% 100%);
}

@media (max-width: 1900px) {
  .header-mid-one-wrapper .logo-area::after {
    clip-path: polygon(92% 0, 101% 0, 84% 100%, 75% 100%);
  }
}

@media only screen and (max-width: 1199px) {
  .header-mid-one-wrapper .logo-area::after {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-mid-one-wrapper .logo-area::after {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .header-mid-one-wrapper .nav-area {
    display: none;
  }
}

.header-mid-one-wrapper .header-right {
  display: flex;
  align-items: center;
  flex-basis: 20%;
  gap: 40px;
  justify-content: end;
}

.header-mid-one-wrapper .header-right .single-component {
  display: flex;
  align-items: center;
}

.header-mid-one-wrapper .header-right .single-component .icon {
  margin-right: 15px;
}

.header-mid-one-wrapper .header-right .single-component .icon i {
  display: block;
  width: 45px;
  height: 45px;
  background: #ffffff;
  box-shadow: 0px 4px 24px #dde2eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0c0a0a;
  font-weight: 500;
  font-size: 20px;
}

.header-mid-one-wrapper .header-right .single-component .info span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6e777d;
  font-family: var(--font-primary);
  margin-bottom: -3px;
}

.header-mid-one-wrapper .header-right .single-component .info a {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0c0a0a;
  font-family: var(--font-primary);
  transition: 0.3s;
}

.header-mid-one-wrapper .header-right .single-component .info a:hover {
  color: var(--color-primary);
}

.header-mid-one-wrapper .header-right .single-component a.tmp-btn {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 576px) {
  .header-mid-one-wrapper .header-right .single-component a.tmp-btn {
    display: none;
  }
}

.header-mid-one-wrapper .header-right .single-component a.tmp-btn svg {
  margin-left: 6px;
  margin-top: 3px;
}

.header-mid-one-wrapper .header-right .single-component .menu-area {
  margin-left: 20px;
}

.header-mid-one-wrapper .header-right .single-component .menu-area .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: var(--color-primary);
  border-radius: 2px;
}

.nav-area ul {
  padding: 0;
  margin: 0;
}

.nav-area ul li {
  margin: 0;
}

.nav-area ul li a {
  font-family: var(--font-primary);
  color: var(--color-heading-1);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.nav-area nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-area nav ul li {
  margin: 0;
}

header {
  position: relative;
  z-index: 99;
}

header {
  position: relative;
  z-index: 99;
}

header {
  position: relative;
  z-index: 99;
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  z-index: 50;
  width: 100%;
  background: #fff;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  animation: headerSticky 0.75s ease forwards;
}

.header--sticky.sticky.header-one {
  background: #fff;
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.modal-backdrop.show {
  opacity: 1;
}

@media only screen and (max-width: 320px) {
  .b_one-pre {
    font-size: 12px !important;
    font-weight: 500 !important;
  }
}

@media only screen and (max-width: 575px) {
  .b_one-pre {
    font-size: 12px !important;
    font-weight: 500 !important;
  }
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 510px;
  padding: 40px 30px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: white;
  z-index: 111111;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

@media only screen and (max-width: 991px) {
  .side-bar {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .side-bar {
    width: 70%;
  }
}

@media only screen and (max-width: 576px) {
  .side-bar {
    width: 320px;
  }
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .logo {
  max-width: 140px;
  display: block;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .close-icon-menu {
  position: relative;
  max-width: max-content;
  margin: 0;
  color: #000;
  height: 50px;
  width: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  margin-top: 0;
  font-size: 27px;
  background: #f6f6f6;
  border-radius: 100%;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .close-icon-menu i {
  margin-top: 0;
  margin: 0;
  font-size: 18px;
  transition: 0.3s;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .close-icon-menu:hover i {
  transform: scale(1.2);
  color: var(--color-white);
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action {
  margin-top: 20px;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action p.disc {
  font-size: 18px;
  padding-right: 18%;
  margin-bottom: 0;
  padding-bottom: 35px;
  border-bottom: 1px dashed #e7e7e7;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e7e7e7;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li {
  margin: 0;
  padding: 0;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-heading-1);
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f6f6f6;
  font-size: 14px;
  color: var(--color-primary);
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav {
  margin-top: 60px;
  margin-bottom: 80px;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav ul li {
  padding: 0;
  margin: 10px 0;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav ul li a {
  font-weight: 500;
  font-size: 24px;
  color: var(--color-heading-1);
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  max-width: max-content;
  margin-right: auto;
  margin-left: -53px;
  margin-top: 0;
  position: absolute;
  border: none;
}

.side-bar button i {
  color: #000;
  height: 41px;
  min-width: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 19px;
  border-radius: 50%;
  position: relative;
  background: #f6f6f6;
  z-index: 1;
}

.side-bar button i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%) scale(0.2);
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  border-radius: 50%;
}

.side-bar button i:hover {
  color: var(--color-white);
}

.side-bar button i:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .logo.logo-yellow {
  display: none;
}

.cg {
  color: var(--color-primary-2) !important;
}

.cg::after {
  background: var(--color-primary-2) !important;
}

.tmp-faq-area.career .section-inner .accordion-one .accordion-item {
  padding-bottom: 0;
  margin-bottom: 20px;
  border: none;
}

.tmp-faq-area.career .section-inner .accordion-one .accordion-item:last-child {
  margin-bottom: 0;
}

.tmp-faq-area.career .section-inner .accordion-one .accordion-item h2 {
  margin-bottom: 0;
}

.tmp-faq-area.career .section-inner .accordion-one .accordion-item h2 button {
  padding: 18px 30px 17px;
  border-radius: 6px;
  color: var(--color-heading-1);
  background: var(--primary-100);
}

@media only screen and (max-width: 576px) {
  .tmp-faq-area.career .section-inner .accordion-one .accordion-item h2 button {
    padding: 16px 15px 17px;
  }
}

.tmp-faq-area.career .section-inner .accordion-one .accordion-item .accordion-body {
  max-width: 612px;
  margin-left: 30px;
  padding-top: 20px;
}

@media only screen and (max-width: 576px) {
  .tmp-faq-area.career .section-inner .accordion-one .accordion-item .accordion-body {
    margin-left: 5px;
  }
}

.tmp-faq-area.career .section-inner .accordion-one .accordion-item .accordion-body p.desc {
  font-size: 16px;
}

.tmp-faq-area.career .section-inner .accordion-one .accordion-item .accordion-body p.desc:not(:last-child) {
  margin-bottom: 10px;
}

.tmp-faq-area.career .section-inner .accordion-one .accordion-item h2 button[aria-expanded="true"] {
  color: var(--color-heading-1);
  background: var(--primary-100);
}

.tmp-faq-area.career .section-inner .accordion-one .accordion-item h2 button[aria-expanded="true"]::after {
  margin-top: 0;
}

.tmp-banner-slider-area .pagination-area .swiper-wrapper {
  flex-direction: column;
  gap: 20px;
}

.tmp-banner-slider-area .pagination-area .swiper-wrapper .swiper-slide {
  width: 283px !important;
  opacity: 0.7;
  transition: var(--transition);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-slider-area .pagination-area .swiper-wrapper .swiper-slide {
    width: 100px !important;
  }
}

.tmp-banner-slider-area .pagination-area .swiper-wrapper .swiper-slide:hover {
  background: var(--color-white);
  opacity: 1;
  border-radius: 6px;
}

.tmp-banner-slider-area .pagination-area .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1;
}

.tmp-banner-slider-area .pagination-area .swiper-wrapper .banner-single-thumb {
  width: 100%;
  background: var(--color-white);
  padding: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-slider-area .pagination-area .swiper-wrapper .banner-single-thumb {
    padding: 20px;
    justify-content: center;
  }
}

.tmp-banner-slider-area .pagination-area .swiper-wrapper .banner-single-thumb:hover {
  background: var(--color-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-slider-area .pagination-area .swiper-wrapper .banner-single-thumb .content {
    display: none;
  }
}

.tmp-banner-slider-area .pagination-area .swiper-wrapper .banner-single-thumb .content .title {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-primary);
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 5px;
}

.tmp-banner-slider-area .pagination-area .swiper-wrapper .banner-single-thumb .content p {
  font-size: 12px;
  line-height: 18px;
  color: #717580;
}

.tmp-banner-slider-area .pagination-area2 .swiper-wrapper {
  flex-direction: column;
  gap: 20px;
}

.tmp-banner-slider-area .pagination-area2 .swiper-wrapper .swiper-slide {
  width: 290px !important;
  transition: var(--transition);
}

.tmp-banner-slider-area .pagination-area2 .swiper-wrapper .swiper-slide-thumb-active .banner-single-thumb {
  border: 2px solid var(--color-primary-2);
}

.tmp-banner-slider-area .pagination-area2 .swiper-wrapper .banner-single-thumb {
  width: 100%;
  background: var(--color-white);
  padding: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  border: 2px solid var(--color-white);
}

.tmp-banner-slider-area .pagination-area2 .swiper-wrapper .banner-single-thumb .icon img {
  max-width: 45px;
}

.tmp-banner-slider-area .pagination-area2 .swiper-wrapper .banner-single-thumb .content .title {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-primary);
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 5px;
}

.tmp-banner-slider-area .pagination-area2 .swiper-wrapper .banner-single-thumb .content p {
  font-size: 12px;
  line-height: 18px;
  color: #717580;
}

.tmp-banner-slider-area.banner-five .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  gap: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .tmp-banner-slider-area.banner-five .swiper-pagination {
    bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .tmp-banner-slider-area.banner-five .swiper-pagination {
    bottom: 20px;
  }
}

.tmp-banner-slider-area.banner-five .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-white);
  opacity: 0.4;
  position: relative;
  z-index: 1;
  width: 6px;
  height: 6px;
}

.tmp-banner-slider-area.banner-five .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tmp-banner-slider-area.banner-five .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent !important;
}

.tmp-banner-slider-area.banner-five .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(2);
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper {
  flex-direction: row;
  gap: 0;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .banner-single-thumb {
  border: none;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .banner-single-thumb .image-area::after {
  height: 0;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .banner-single-thumb .image-area::before {
  height: 100%;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .banner-single-thumb .image-area .content p,
.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .banner-single-thumb .image-area .content h3 {
  color: var(--color-white);
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .banner-single-thumb .image-area span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb {
  border-radius: 0;
  border: none;
  padding: 0;
  background: none;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb:hover {
  border: none;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb:hover .image-area::after {
  height: 0;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb:hover .image-area::before {
  height: 100%;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb:hover .image-area .content p,
.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb:hover .image-area .content h3 {
  color: var(--color-white);
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb:hover .image-area span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb .image-area {
  position: relative;
  z-index: 1;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb .image-area .content {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb .image-area .content p {
  margin-bottom: 10px;
  color: var(--color-heading-1);
  font-size: 14px;
  line-height: 1;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb .image-area .content h3 {
  margin-bottom: 0;
  color: var(--color-heading-1);
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb .image-area span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(31, 36, 46, 0.11);
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 3;
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb .image-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  top: 0;
  left: 0;
  z-index: 1;
  transition: var(--transition);
}

.tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb .image-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: var(--transition);
}

.tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn {
  width: 60px;
  height: 60px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  color: var(--color-white);
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: rgba(255, 255, 255, 0.1098039216);
  transition: var(--transition);
  backdrop-filter: blur(7px);
}

.tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn:hover {
  background: var(--color-primary-2);
  border: 1px solid var(--color-primary-2);
  transform: scale(1.2);
}

.tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn::after {
  display: none;
}

.tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn.swiper-button-prev {
  left: 4%;
}

.tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn.swiper-button-next {
  right: 4%;
}

.custom-overfolow-btn {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.custom-overfolow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 1;
  font-size: 16px;
}

.swiper-button-next .custom-overfolow-btn i.invers-icon-top,
.swiper-button-next2 .custom-overfolow-btn i.invers-icon-top,
.swiper-button-next3 .custom-overfolow-btn i.invers-icon-top {
  transform: translateX(-300%);
}

.swiper-button-next:hover i.invers-icon,
.swiper-button-next2:hover i.invers-icon,
.swiper-button-next3:hover i.invers-icon {
  transform: translateX(300%);
}

.swiper-button-next:hover i.invers-icon-top,
.swiper-button-next2:hover i.invers-icon-top,
.swiper-button-next3:hover i.invers-icon-top {
  transform: translateX(0);
}

.swiper-button-prev:hover i.invers-icon,
.swiper-button-prev2:hover i.invers-icon,
.swiper-button-prev3:hover i.invers-icon {
  transform: translateX(-300%);
}

.swiper-button-prev:hover i.invers-icon-top,
.swiper-button-prev2:hover i.invers-icon-top,
.swiper-button-prev3:hover i.invers-icon-top {
  transform: translateX(0);
}

.tmp-banner-main-area-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tmp-banner-main-area-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto !important;
  left: auto !important;
  margin: 0;
}

@media only screen and (max-width: 576px) {
  .tmp-banner-main-area-swiper .swiper-pagination {
    display: none;
  }
}

.tmp-banner-main-area-swiper .swiper-pagination-bullet {
  padding: 40px 80px;
  border-radius: 0;
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  opacity: 1;
  text-transform: uppercase;
  background: rgb(255, 255, 255);
  letter-spacing: 0.05em;
  margin: 0 !important;
}

@media only screen and (max-width: 1199px) {
  .tmp-banner-main-area-swiper .swiper-pagination-bullet {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tmp-banner-main-area-swiper .swiper-pagination-bullet {
    padding: 20px 10px;
    font-size: 13px;
  }
}

.tmp-banner-main-area-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}

.tmp-banner-main-area-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  left: 50%;
  bottom: 25px;
  content: "";
  height: 1px;
  background: #0c0a0a;
  width: 51%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1199px) {
  .tmp-banner-main-area-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    display: none;
  }
}

.tmp-banner-main-area-swiper .swiper-pagination-bullet-active {
  color: #000;
  background: #fff;
}

@media only screen and (max-width: 1199px) {
  .tmp-banner-main-area-swiper .swiper-pagination-bullet-active {
    color: var(--color-primary);
  }
}

.tmp-banner-main-area-swiper .swiper-slide.swiper-slide-active .banner-one-wrapper {
  opacity: 1;
}

.tmp-banner-main-area-swiper .swiper-slide.swiper-slide-active .banner-one-wrapper span.b_one-pre {
  animation: slideInUp3 1s linear;
  animation-delay: 0.5s;
  display: block;
  opacity: 1;
}

.tmp-banner-main-area-swiper .swiper-slide.swiper-slide-active .banner-one-wrapper .title-banner {
  animation: fadeInUp2 1s linear;
  animation-delay: 1s;
  opacity: 1;
}

.tmp-banner-main-area-swiper .swiper-slide.swiper-slide-active .banner-one-wrapper .button-area-banner {
  animation: fadeInUp2 1.5s linear;
  animation-delay: 2s;
  opacity: 1;
}

.tmp-banner-main-area-swiper.home-seven .banner-social-area .inner .content {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 15px;
}

.tmp-banner-main-area-swiper.home-seven .banner-social-area .inner .content span {
  margin-right: 5px;
}

.tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one {
  padding: 160px 0 65px 0;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .container {
    max-width: 1024px;
  }
}

.tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one.bg_image--1 {
  background: url(../images/bg/bg-image-7.webp);
  background-size: cover;
}

.tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one.bg_image--2 {
  background: url(../images/bg/bg-image-8.webp);
  background-size: cover;
}

.tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .banner-one-wrapper .b_one-pre {
  color: var(--color-primary);
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  font-family: var(--font-primary);
}

@media (max-width: 991px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .banner-one-wrapper .b_one-pre {
    font-size: 16px;
    line-height: 1.2;
  }
}

.tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .banner-one-wrapper .desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .banner-one-wrapper .desc br {
    display: none;
  }
}

.tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .banner-one-wrapper .button-group-area {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 576px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .banner-one-wrapper .button-group-area {
    display: block;
  }
}

.tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .banner-one-wrapper .button-group-area .tmp-btn {
  background: transparent;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  padding: 23px 30px;
}

@media (max-width: 576px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .banner-one-wrapper .button-group-area .tmp-btn {
    margin-bottom: 20px;
  }
}

.tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .banner-one-wrapper .button-group-area .tmp-btn.p-short {
  padding: 8px 8px 8px 25px;
}

.tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .banner-one-wrapper .button-group-area .tmp-btn i {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color-primary);
  margin-left: 20px;
}

.tmp-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .tmp-banner-one .banner-one-wrapper .button-group-area .tmp-btn:hover {
  border: 1px solid var(--color-primary);
}

.tmp-banner-main-area-swiper.home-seven .swiper-pagination {
  position: absolute;
  bottom: 100px;
  right: 30px;
  left: auto !important;
  width: 300px !important;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-pagination {
    right: 50% !important;
    transform: translateX(50%);
    bottom: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-pagination {
    display: none;
  }
}

.tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet {
  padding: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 4px;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #ffffff;
  opacity: 1;
  text-transform: uppercase;
  background: none;
  letter-spacing: 0.05em;
  margin: 0 !important;
  position: relative;
  margin: 0 7px !important;
}

@media (max-width: 1200px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    padding: 25px !important;
  }
}

.tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet::before {
  content: "02";
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet:first-child::before {
  content: "01";
}

.tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet:last-child::before {
  content: "03";
}

@media only screen and (max-width: 1199px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet {
    padding: 20px 10px;
    font-size: 13px;
  }
}

.tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 67px;
  height: 67px;
}

@media (max-width: 1200px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    height: 50px;
  }
}

.tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  display: none;
}

.tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  color: var(--color-primary);
}

.tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet-active {
  color: #000;
  background: #fff;
}

@media only screen and (max-width: 1199px) {
  .tmp-banner-main-area-swiper.home-seven .swiper-pagination-bullet-active {
    color: var(--color-primary);
  }
}

.tmp-banner-main-area-swiper.home-seven .swiper-slide.swiper-slide-active .banner-one-wrapper {
  opacity: 1;
}

.tmp-banner-main-area-swiper.home-seven .swiper-slide.swiper-slide-active .banner-one-wrapper span.b_one-pre {
  animation: slideInUp3 1s linear;
  animation-delay: 0.5s;
  display: block;
  opacity: 1;
}

.tmp-banner-main-area-swiper.home-seven .swiper-slide.swiper-slide-active .banner-one-wrapper .title-banner {
  animation: fadeInUp2 1s linear;
  animation-delay: 1s;
  opacity: 1;
}

.tmp-banner-main-area-swiper.home-seven .swiper-slide.swiper-slide-active .banner-one-wrapper .button-area-banner {
  animation: fadeInUp2 1.5s linear;
  animation-delay: 2s;
  opacity: 1;
}

.tmp-banner-main-area-swiper .swiper-slide-active .banner-shape-area .shape-1 {
  top: 0;
  left: 0;
  animation: slideInLeft 0.8s linear;
}

.tmp-banner-main-area-swiper .swiper-slide-active .banner-shape-area .shape-2 {
  top: 0;
  left: 0;
  animation: slideInLeft 1s linear;
}

.banner-three-wrapper {
  padding: 390px 0 210px;
}

@media only screen and (max-width: 1199px) {
  .banner-three-wrapper {
    padding: 290px 0 210px;
    padding: 40px 0 0 !important;
  }
}

.banner-three-wrapper span.b_one-pre {
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: var(--font-secondary);
  color: var(--color-heading-1);
  text-transform: capitalize;
  transition-delay: 0.5s;
  display: block;
  max-width: max-content;
}

.banner-three-wrapper .title-banner {
  margin-top: 25px;
  font-weight: 700;
  font-size: 55px;
  line-height: 72px;
  color: var(--color-black);
  margin-bottom: 20px;
  transition-delay: 1s;
}

@media only screen and (max-width: 1199px) {
  .banner-three-wrapper .title-banner {
    font-size: 49px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-wrapper .title-banner {
    font-size: 42px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-three-wrapper .title-banner {
    font-size: 42px;
    line-height: 56px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .banner-three-wrapper .title-banner {
    font-size: 30px;
    line-height: 45px;
  }
}

.banner-three-wrapper .desc {
  max-width: 580px;
  color: var(--color-heading-1);
  font-family: var(--font-primary);
}

.banner-three-wrapper .button-area-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  transition-delay: 2s;
}

@media only screen and (max-width: 479px) {
  .banner-three-wrapper .button-area-banner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.tmp-banner-slider-area2 {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 576px) {
  .tmp-banner-slider-area2 {
    padding-top: 80px;
  }
}

.tmp-banner-slider-area2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 526px;
  right: 0;
  top: 0;
  z-index: -1;
  background: var(--color-primary-2);
}

.tmp-banner-slider-area2 .banner-slider-button .swiper-btn {
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 5px;
}

.tmp-banner-slider-area2 .banner-slider-button .swiper-btn span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  border-radius: 50%;
  text-align: center;
}

.tmp-banner-slider-area2 .banner-slider-button .swiper-btn i {
  font-size: 18px;
}

.tmp-banner-slider-area3 .slider-inner .swiper {
  border-radius: 10px;
}

.tmp-banner-slider-area3 .slider-inner .swiper-pagination {
  bottom: 70px;
  left: 59%;
  transform: translateX(-60%);
  width: max-content;
}

@media only screen and (max-width: 767px) {
  .tmp-banner-slider-area3 .slider-inner .swiper-pagination {
    bottom: 25px;
  }
}

.tmp-banner-slider-area3 .slider-inner .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-white);
  width: 10px;
  height: 10px;
  position: relative;
  z-index: 1;
  opacity: 1;
}

.tmp-banner-slider-area3 .slider-inner .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--color-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.tmp-banner-slider-area3 .slider-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.mySwiper-banner-shop .swiper-slide.swiper-slide-active .tmp-banner-main-area .banner-six-wrapper .emoji {
  animation: slideInUp3 0.8s;
  animation-delay: 0.1s;
  display: block;
  opacity: 1;
}

.mySwiper-banner-shop .swiper-slide.swiper-slide-active .tmp-banner-main-area .banner-six-wrapper .sub-title {
  animation: slideInUp3 0.8s;
  animation-delay: 0.3s;
  display: block;
  opacity: 1;
}

.mySwiper-banner-shop .swiper-slide.swiper-slide-active .tmp-banner-main-area .banner-six-wrapper .title-banner {
  animation: fadeInUp 0.8s;
  animation-delay: 0.5s;
  opacity: 1;
}

.mySwiper-banner-shop .swiper-slide.swiper-slide-active .tmp-banner-main-area .banner-six-wrapper .button-area-banner {
  animation: fadeInUp 0.8s;
  animation-delay: 0.7s;
  opacity: 1;
}

.mySwiper-banner-shop .swiper-slide.swiper-slide-active .tmp-banner-main-area .right-side-image .soalr-img {
  animation: fadeInUp 0.8s;
  animation-delay: 0.7s;
  opacity: 1;
}

.mySwiper-banner-shop .swiper-slide.swiper-slide-active .tmp-banner-main-area .right-side-image .right-img {
  animation: fadeInRight 0.8s;
  animation-delay: 0.7s;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .section-title-area-4 {
    flex-wrap: wrap;
  }
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper {
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper {
    max-width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper.md-sm-controler {
    padding: 70px 0 160px !important;
  }
}

@media (max-width: 668px) {
  .swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper.md-sm-controler {
    padding: 80px 0 !important;
  }
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .b_one-pre {
  animation: slideInUp3 0.8s;
  animation-delay: 0.1s;
  display: block;
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .title-banner {
  animation: fadeInUp 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .title-banner br {
    display: none;
  }
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .desc {
  animation: fadeInUp 0.8s;
  animation-delay: 0.5s;
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .button-area-banner {
  animation: fadeInUp 0.8s;
  animation-delay: 0.7s;
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .author-rating-area {
  animation: fadeInUp 0.8s;
  animation-delay: 0.8s;
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-three-wrapper .social-share-wrapper-1 {
  animation: fadeInUp 0.8s;
  animation-delay: 0.8s;
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-shape img:nth-child(1) {
  animation: fadeInLeft 0.8s;
  animation-delay: 0.2s;
  opacity: 1;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-shape img:nth-child(1) {
    display: none;
  }
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-shape img:nth-child(2) {
  animation: fadeInRight 0.8s;
  animation-delay: 0.2s;
  opacity: 1;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .swiper-wrapper .swiper-slide.swiper-slide-active .banner-five-main-wrapper .banner-shape img:nth-child(2) {
    display: none;
  }
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-one-wrapper {
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-one-wrapper span.b_one-pre {
  animation: slideInUp3 0.8s;
  animation-delay: 0.1s;
  display: block;
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-one-wrapper .title-banner {
  animation: fadeInUp 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-one-wrapper .desc {
  animation: fadeInUp 0.8s;
  animation-delay: 0.5s;
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-one-wrapper .button-area-banner {
  animation: fadeInUp 0.8s;
  animation-delay: 0.7s;
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .banner-hero-image {
  animation: fadeInRight 0.8s;
  animation-delay: 0.5s;
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .watermark.one {
  animation: fadeInDown 0.8s;
  animation-delay: 0.5s;
  opacity: 1;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .banner-two-main-wrapper .watermark.two {
  animation: fadeInUp 0.8s;
  animation-delay: 0.5s;
  opacity: 1;
}

.thumbBannerSlide2 .swiper-slide.swiper-slide-active .banner-four-main-wrapper .banner-four-content span.b_one-pre {
  animation: slideInUp 0.8s;
  animation-delay: 0.1s;
  display: block;
  opacity: 1;
}

.thumbBannerSlide2 .swiper-slide.swiper-slide-active .banner-four-main-wrapper .banner-four-content .title-banner {
  animation: slideInUp 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
  display: block;
}

.thumbBannerSlide2 .swiper-slide.swiper-slide-active .banner-four-main-wrapper .banner-four-content .desc {
  animation: slideInUp 0.8s;
  animation-delay: 0.5s;
  opacity: 1;
  display: block;
}

.thumbBannerSlide2 .swiper-slide.swiper-slide-active .banner-four-main-wrapper .banner-four-content .button-area-banner {
  animation: slideInUp 0.8s;
  animation-delay: 0.7s;
  opacity: 1;
  display: block;
}

.final-banner-five-animation-text .swiper-slide.swiper-slide-active .banner-five-final-bg .banner-three-wrapper span.b_one-pre {
  animation: fadeInUp 0.8s;
  animation-delay: 0.1s;
  opacity: 1;
}

.final-banner-five-animation-text .swiper-slide.swiper-slide-active .banner-five-final-bg .banner-three-wrapper .title-banner {
  animation: fadeInUp 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
  display: block;
}

.final-banner-five-animation-text .swiper-slide.swiper-slide-active .banner-five-final-bg .banner-three-wrapper .desc {
  animation: fadeInUp 0.8s;
  animation-delay: 0.5s;
  opacity: 1;
  display: block;
}

.final-banner-five-animation-text .swiper-slide.swiper-slide-active .banner-five-final-bg .banner-three-wrapper .button-area-banner {
  animation: fadeInUp 0.8s;
  animation-delay: 0.7s;
  opacity: 1;
}

.final-banner-five-animation-text .swiper-slide.swiper-slide-active .banner-five-final-bg .banner-three-wrapper .author-rating-area {
  animation: fadeInUp 0.8s;
  animation-delay: 0.9s;
  opacity: 1;
}

.banner-five-final .banner-slider-button .swiper-btn {
  width: 60px;
  height: 60px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  color: var(--color-white);
  font-size: 20px;
  border: 1px solid rgba(193, 193, 193, 0.1803921569);
  background: transparent;
  transition: var(--transition);
  background: rgba(254, 254, 254, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-five-final .banner-slider-button .swiper-btn:hover {
  background: var(--color-primary-2);
  border: 1px solid var(--color-primary-2);
  transform: scale(1.2);
}

.banner-five-final .banner-slider-button .swiper-btn::after {
  display: none;
}

.banner-five-final .banner-slider-button .swiper-btn.slide-prev {
  right: 4%;
}

.banner-five-final .banner-slider-button .swiper-btn.swiper-button-next {
  right: 4%;
}

.tmp-banner-slider-area.banner-wind-energy.banner-nine .navigation-area .swiper-btn {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.0784313725);
}

.invers-swiper-thumb-wind .swiper-wrapper {
  justify-content: center;
}

.invers-swiper-thumb-wind .swiper-wrapper .swiper-slide {
  display: inline-block;
  line-height: 100%;
  height: 80px;
  width: 80px !important;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 4px;
  transition: 0.4s;
}

.invers-swiper-thumb-wind .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  height: 100%;
  border-radius: 100%;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.invers-swiper-thumb-wind .swiper-wrapper .swiper-slide::before {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  background: var(--color-white);
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.invers-swiper-thumb-wind .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  background: linear-gradient(90deg,
      var(--color-primary),
      var(--color-primary));
}

.tmp-banner-slider-area2.banner-right-bento {
  padding: 0px 0 0px 0;
  background-color: #f3ebdc;
}

@media only screen and (min-width: 992px) {
  .tmp-banner-slider-area2.banner-right-bento {
    padding: 80px 0 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tmp-banner-slider-area2.banner-right-bento {
    padding: 0px 0 0px 0;
  }
}

.tmp-banner-slider-area2.banner-right-bento::after {
  display: none;
}

.tmp-banner-slider-area2.banner-right-bento .banner-three-wrapper {
  padding: 0;
  /* margin-top: 75px; */
}

@media only screen and (max-width: 767px) {
  .tmp-banner-slider-area2.banner-right-bento .banner-three-wrapper {
    padding: 40px 0 0 !important;
    margin-top: 0px;
  }

  /* .img-hero {
    margin-top: 75px;
  } */
}

.tmp-banner-slider-area2.banner-right-bento .banner-three-wrapper .b_one-pre {
  padding: 10px 15px;
  border-radius: 33px;
  background: #cbab82;
}

.tmp-banner-slider-area2.banner-right-bento .banner-three-wrapper p.desc {
  font-family: var(--font-secondary);
}

.tmp-banner-slider-area2.banner-right-bento .thumbnail-banner-right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .tmp-banner-slider-area2.banner-right-bento .thumbnail-banner-right {
    align-items: flex-end;
    margin-bottom: -80px;
    height: 100%;
  }
}

.mySwiper-slider-classic .swiper-btn {
  width: 60px;
  height: 60px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  color: var(--color-white);
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: rgba(255, 255, 255, 0.1098039216);
  transition: var(--transition);
  backdrop-filter: blur(7px);
  top: 58%;
}

@media only screen and (max-width: 767px) {
  .mySwiper-slider-classic .swiper-btn {
    opacity: 0;
  }

  .mySwiper-slider-classic .swiper-btn:hover {
    opacity: 1;
  }
}

.mySwiper-slider-classic .swiper-btn:hover {
  background: var(--color-primary-2);
  border: 1px solid var(--color-primary-2);
  transform: scale(1.2);
}

.mySwiper-slider-classic .swiper-btn::after {
  display: none;
}

.mySwiper-slider-classic .swiper-btn.swiper-button-prev {
  left: 4%;
}

.mySwiper-slider-classic .swiper-btn.swiper-button-next {
  right: 4%;
}

.banner-bg-inner-swiper .content-banner-center-minimal .title {
  font-size: 52px;
  line-height: 1.3;
}

@media only screen and (max-width: 1199px) {
  .banner-bg-inner-swiper .content-banner-center-minimal .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-bg-inner-swiper .content-banner-center-minimal .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 576px) {
  .banner-bg-inner-swiper .content-banner-center-minimal .title {
    font-size: 26px;
  }
}

.banner-with-bg-image-swiper .navigation-area .swiper-btn {
  width: 60px;
  height: 60px;
  line-height: 65px;
  border-radius: 50%;
  top: 56%;
  text-align: center;
  color: var(--color-white);
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: rgba(255, 255, 255, 0.1098039216);
  transition: var(--transition);
  backdrop-filter: blur(7px);
}

.banner-with-bg-image-swiper .navigation-area .swiper-btn:hover {
  background: var(--color-primary-2);
  border: 1px solid var(--color-primary-2);
  transform: scale(1.2);
}

.banner-with-bg-image-swiper .navigation-area .swiper-btn::after {
  display: none;
}

.banner-with-bg-image-swiper .navigation-area .swiper-btn.swiper-button-prev {
  left: 4%;
}

.banner-with-bg-image-swiper .navigation-area .swiper-btn.swiper-button-next {
  right: 4%;
}

.tmpBrandSlider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.tmpBrandSlider .swiper-wrapper .brand-wrapper .image-area a:hover img {
  animation: bounceIn 0.8s ease;
}

.tmpBrandSlider.style-box .swiper-slide {
  height: 100%;
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tmpBrandSlider.small-brand .swiper-navigation .swiper-btn {
  transform: translateY(-50%) scale(1);
  height: 35px;
  width: 35px;
  top: 109%;
  line-height: 38px;
}

.tmpBrandSlider .swiper-navigation .swiper-btn {
  transform: translateY(-50%) scale(1);
  font-size: 18px;
  background: #ffffff;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.06);
  width: 40px;
  height: 40px;
  line-height: 44px;
  display: block;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  top: 73%;
  color: var(--color-heading-1);
}

.tmpBrandSlider .swiper-navigation .swiper-btn i {
  color: var(--color-primary);
}

.tmpBrandSlider .swiper-navigation .swiper-btn::after {
  display: none;
}

.tmpBrandSlider .swiper-navigation .swiper-btn.swiper-button-prev {
  left: 60px;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .tmpBrandSlider .swiper-navigation .swiper-btn.swiper-button-prev {
    left: 30px;
  }
}

.tmpBrandSlider .swiper-navigation .swiper-btn.swiper-button-next {
  right: 60px;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .tmpBrandSlider .swiper-navigation .swiper-btn.swiper-button-next {
    right: 30px;
  }
}

.tmpBrandSlider .swiper-navigation .swiper-btn:hover {
  background: var(--color-primary);
  transform: translateY(-50%) scale(1.05);
}

.tmpBrandSlider .swiper-navigation .swiper-btn:hover i {
  color: #fff;
}

.tmpBrandSlider:hover .swiper-navigation .swiper-button-prev {
  left: 30px;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .tmpBrandSlider:hover .swiper-navigation .swiper-button-prev {
    left: 30px;
  }
}

.tmpBrandSlider:hover .swiper-navigation .swiper-button-next {
  right: 30px;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .tmpBrandSlider:hover .swiper-navigation .swiper-button-next {
    right: 30px;
  }
}

.social-share-wrapper-1 .short-title {
  display: block;
  font-size: 12px;
  padding-bottom: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  border-bottom: 1px dashed var(--color-border);
}

.social-share-wrapper-1 .social-stylle-one {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin: -5px;
}

.social-share-wrapper-1 .social-stylle-one li {
  margin: 5px;
}

.social-share-wrapper-1 .social-stylle-one li a {
  width: 48px;
  background-color: transparent;
  height: 48px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: var(--color-body);
  z-index: 2;
  position: relative;
  line-height: 41px;
  background: transparent;
  border: 2px solid var(--color-border);
}

.social-share-wrapper-1 .social-stylle-one li a i {
  vertical-align: middle;
}

.social-share-wrapper-1 .social-stylle-one li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-primary);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
  border: 2px solid var(--color-primary);
}

.social-share-wrapper-1 .social-stylle-one li a:hover {
  border-color: transparent !important;
}

.social-share-wrapper-1 .social-stylle-one li a:hover i {
  color: #fff;
}

.social-share-wrapper-1 .social-stylle-one li a:hover::after {
  transform: scale(1);
  opacity: 1;
}

.swiper-slide-active .project-wrapper .content-area,
.swiper-slide-active .project-wrapper3 .content-area {
  left: 0;
}

.tmp-faq-area .section-title-area .pre-title,
.tmp-faq-area .section-title-area .section-title {
  margin-left: 0;
  text-align: left;
}

.accordion-one .accordion-item {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3882352941);
  margin-bottom: 14px;
  padding-bottom: 15px;
}

.accordion-one .accordion-item h2 {
  border: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 10px;
  background: transparent;
}

.accordion-one .accordion-item h2 button {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0c0a0a;
  border: none;
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 576px) {
  .accordion-one .accordion-item h2 button {
    font-size: 18px;
    line-height: 1.4;
    align-items: flex-start !important;
  }
}

.accordion-one .accordion-item h2 button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 5 Pro";
  height: unset;
  width: unset;
  font-size: 14px;
}

.accordion-one .accordion-item h2 button[aria-expanded="true"] {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--color-primary);
}

.accordion-one .accordion-item h2 button[aria-expanded="true"]::after {
  background-image: none;
  content: "";
  transform: none;
  font-family: "Font Awesome 5 Pro";
  margin-top: -17px;
}

@media only screen and (max-width: 576px) {
  .accordion-one .accordion-item h2 button[aria-expanded="true"]::after {
    margin-top: 0px;
  }
}

.accordion-one .accordion-item h2 button:focus {
  box-shadow: none;
}

.accordion-one .accordion-item .accordion-body {
  padding: 0;
}

.accordion-one .accordion-item .accordion-body p.desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.accordion-one .accordion-item:last-child {
  border: none;
  margin-bottom: 0;
}

.single-wrapper {
  height: 100%;
}

.tmp-trending-area .section-inner .swiper-btn {
  transform: translateY(-50%);
  font-size: 22px;
  background: #ffffff;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.06);
  width: 60px;
  height: 60px;
  line-height: 62px;
  display: block;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--color-heading-1);
}

@media only screen and (max-width: 576px) {
  .tmp-trending-area .section-inner .swiper-btn {
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 47px;
  }
}

.tmp-trending-area .section-inner .swiper-btn i {
  color: var(--color-primary);
}

.tmp-trending-area .section-inner .swiper-btn::after {
  display: none;
}

.tmp-trending-area .section-inner .swiper-btn.swiper-button-prev {
  left: -60px;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .tmp-trending-area .section-inner .swiper-btn.swiper-button-prev {
    left: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .tmp-trending-area .section-inner .swiper-btn.swiper-button-prev {
    left: -30px;
    opacity: 1;
  }
}

@media only screen and (max-width: 576px) {
  .tmp-trending-area .section-inner .swiper-btn.swiper-button-prev {
    left: 0;
  }
}

.tmp-trending-area .section-inner .swiper-btn.swiper-button-next {
  right: -60px;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .tmp-trending-area .section-inner .swiper-btn.swiper-button-next {
    right: -30px;
  }
}

@media only screen and (max-width: 991px) {
  .tmp-trending-area .section-inner .swiper-btn.swiper-button-next {
    right: -30px;
    opacity: 1;
  }
}

@media only screen and (max-width: 576px) {
  .tmp-trending-area .section-inner .swiper-btn.swiper-button-next {
    right: 0;
  }
}

.tmp-trending-area .section-inner .swiper-btn:hover {
  background: var(--color-primary);
  transform: translateY(-50%) scale(1.15);
}

.tmp-trending-area .section-inner .swiper-btn:hover i {
  color: #fff;
}

.tmp-trending-area .section-inner:hover .swiper-btn.swiper-button-prev {
  left: -90px;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-trending-area .section-inner:hover .swiper-btn.swiper-button-prev {
    left: -60px;
  }
}

@media only screen and (max-width: 1199px) {
  .tmp-trending-area .section-inner:hover .swiper-btn.swiper-button-prev {
    left: -30px;
  }
}

@media only screen and (max-width: 576px) {
  .tmp-trending-area .section-inner:hover .swiper-btn.swiper-button-prev {
    left: 0;
  }
}

.tmp-trending-area .section-inner:hover .swiper-btn.swiper-button-next {
  right: -90px;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-trending-area .section-inner:hover .swiper-btn.swiper-button-next {
    right: -60px;
  }
}

@media only screen and (max-width: 1199px) {
  .tmp-trending-area .section-inner:hover .swiper-btn.swiper-button-next {
    right: -30px;
  }
}

@media only screen and (max-width: 576px) {
  .tmp-trending-area .section-inner:hover .swiper-btn.swiper-button-next {
    right: 0;
  }
}

.tmpWorkingSlider .swiper-navigation .swiper-btn {
  color: var(--color-primary-2);
  display: flex;
  align-items: center;
  gap: 5px;
  position: unset;
  margin: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  transition: var(--transition);
  position: absolute;
  z-index: 10;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}

.tmpWorkingSlider .swiper-navigation .swiper-btn i {
  transition: 0.3s;
}

.tmpWorkingSlider .swiper-navigation .swiper-btn:hover {
  background: var(--color-primary);
  transform: translateY(-50%) scale(1.1);
}

.tmpWorkingSlider .swiper-navigation .swiper-btn:hover i {
  color: #fff;
}

.tmpWorkingSlider .swiper-navigation .swiper-btn:hover span {
  background: var(--color-primary-2);
  color: var(--color-white);
}

.tmpWorkingSlider .swiper-navigation .swiper-btn::after,
.tmpWorkingSlider .swiper-navigation .swiper-btn::before {
  display: none;
}

.tmpWorkingSlider .swiper-navigation .swiper-btn span {
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(135, 171, 66, 0.2);
  display: block;
  border-radius: 50%;
  text-align: center;
  transition: var(--transition);
}

.tmpWorkingSlider .swiper-navigation .swiper-btn i {
  font-size: 18px;
}

.tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-next {
  position: absolute;
  right: 120px;
  top: 50%;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-next {
    right: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-next {
    right: 25px;
  }
}

.tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-prev {
  position: absolute;
  left: 120px;
  top: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-prev {
    left: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .tmpWorkingSlider .swiper-navigation .swiper-btn.swiper-button-prev {
    left: 25px;
  }
}

.tmpWorkingSlider:hover .swiper-navigation .swiper-btn {
  opacity: 1;
}

.tmpWorkingSlider:hover .swiper-navigation .swiper-btn.swiper-button-next {
  right: 90px;
}

@media only screen and (max-width: 991px) {
  .tmpWorkingSlider:hover .swiper-navigation .swiper-btn.swiper-button-next {
    right: 30px;
  }
}

.tmpWorkingSlider:hover .swiper-navigation .swiper-btn.swiper-button-prev {
  left: 90px;
}

@media only screen and (max-width: 991px) {
  .tmpWorkingSlider:hover .swiper-navigation .swiper-btn.swiper-button-prev {
    left: 30px;
  }
}

.slider-fluid-relative .slider-button .swiper-btn {
  color: var(--color-primary-2);
  display: flex;
  align-items: center;
  gap: 5px;
  position: unset;
  margin: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  transition: var(--transition);
  position: absolute;
  z-index: 10;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}

.slider-fluid-relative .slider-button .swiper-btn i {
  transition: 0.3s;
}

.slider-fluid-relative .slider-button .swiper-btn:hover {
  background: var(--color-primary);
  transform: translateY(-50%) scale(1.1);
}

.slider-fluid-relative .slider-button .swiper-btn:hover i {
  color: #fff;
}

.slider-fluid-relative .slider-button .swiper-btn:hover span {
  background: var(--color-primary-2);
  color: var(--color-white);
}

.slider-fluid-relative .slider-button .swiper-btn::after,
.slider-fluid-relative .slider-button .swiper-btn::before {
  display: none;
}

.slider-fluid-relative .slider-button .swiper-btn span {
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(135, 171, 66, 0.2);
  display: block;
  border-radius: 50%;
  text-align: center;
  transition: var(--transition);
}

.slider-fluid-relative .slider-button .swiper-btn i {
  font-size: 18px;
}

.slider-fluid-relative .slider-button .swiper-btn.swiper-button-next {
  position: absolute;
  right: 90px;
  top: 50%;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-fluid-relative .slider-button .swiper-btn.swiper-button-next {
    right: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .slider-fluid-relative .slider-button .swiper-btn.swiper-button-next {
    right: 25px;
  }
}

.slider-fluid-relative .slider-button .swiper-btn.swiper-button-prev {
  position: absolute;
  left: 90px;
  top: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-fluid-relative .slider-button .swiper-btn.swiper-button-prev {
    left: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .slider-fluid-relative .slider-button .swiper-btn.swiper-button-prev {
    left: 25px;
  }
}

.slider-fluid-relative:hover .swiper-button-next {
  right: 60px !important;
  opacity: 1;
}

.slider-fluid-relative:hover .swiper-button-prev {
  left: 60px !important;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .slider-fluid-relative .slider-button .swiper-button-next {
    right: 30px !important;
  }

  .slider-fluid-relative .slider-button .swiper-button-prev {
    left: 30px !important;
  }
}

.social-share-modal .social-share-wrapper-1 .social-stylle-one {
  justify-content: center !important;
}

.tmp-team-area3 .section-inner .swiper-btn,
.tmp-team-area2 .section-inner .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-white);
  width: 55px;
  height: 55px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading-1);
  transition: var(--transition);
  z-index: 50;
  opacity: 0;
}

@media only screen and (max-width: 991px) {

  .tmp-team-area3 .section-inner .swiper-btn,
  .tmp-team-area2 .section-inner .swiper-btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .tmp-team-area3 .section-inner .swiper-btn i,
  .tmp-team-area2 .section-inner .swiper-btn i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {

  .tmp-team-area3 .section-inner .swiper-btn,
  .tmp-team-area2 .section-inner .swiper-btn {
    opacity: 1;
  }
}

@media only screen and (max-width: 576px) {

  .tmp-team-area3 .section-inner .swiper-btn,
  .tmp-team-area2 .section-inner .swiper-btn {
    height: 45px;
    width: 45px;
    line-height: 43px;
  }

  .tmp-team-area3 .section-inner .swiper-btn i,
  .tmp-team-area2 .section-inner .swiper-btn i {
    font-size: 16px;
  }
}

.tmp-team-area3 .section-inner .swiper-btn:hover,
.tmp-team-area2 .section-inner .swiper-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-50%) scale(1.2);
}

.tmp-team-area3 .section-inner .swiper-button-prev3,
.tmp-team-area2 .section-inner .swiper-button-prev3 {
  left: 0px;
}

@media only screen and (max-width: 991px) {

  .tmp-team-area3 .section-inner .swiper-button-prev3,
  .tmp-team-area2 .section-inner .swiper-button-prev3 {
    left: -50px;
  }
}

@media only screen and (max-width: 576px) {

  .tmp-team-area3 .section-inner .swiper-button-prev3,
  .tmp-team-area2 .section-inner .swiper-button-prev3 {
    left: -10px;
  }
}

.tmp-team-area3 .section-inner .swiper-button-next3,
.tmp-team-area2 .section-inner .swiper-button-next3 {
  right: 0px;
}

@media only screen and (max-width: 991px) {

  .tmp-team-area3 .section-inner .swiper-button-next3,
  .tmp-team-area2 .section-inner .swiper-button-next3 {
    right: -50px;
  }
}

@media only screen and (max-width: 576px) {

  .tmp-team-area3 .section-inner .swiper-button-next3,
  .tmp-team-area2 .section-inner .swiper-button-next3 {
    right: -10px;
  }
}

.tmp-team-area3:hover .section-inner .swiper-btn,
.tmp-team-area2:hover .section-inner .swiper-btn {
  opacity: 1;
}

.tmp-team-area3:hover .section-inner .swiper-button-prev3,
.tmp-team-area2:hover .section-inner .swiper-button-prev3 {
  left: -60px;
}

@media only screen and (max-width: 1199px) {

  .tmp-team-area3:hover .section-inner .swiper-button-prev3,
  .tmp-team-area2:hover .section-inner .swiper-button-prev3 {
    left: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .tmp-team-area3:hover .section-inner .swiper-button-prev3,
  .tmp-team-area2:hover .section-inner .swiper-button-prev3 {
    left: -15px;
  }
}

@media only screen and (max-width: 767px) {

  .tmp-team-area3:hover .section-inner .swiper-button-prev3,
  .tmp-team-area2:hover .section-inner .swiper-button-prev3 {
    left: -10px;
  }
}

.tmp-team-area3:hover .section-inner .swiper-button-next3,
.tmp-team-area2:hover .section-inner .swiper-button-next3 {
  right: -60px;
}

@media only screen and (max-width: 1199px) {

  .tmp-team-area3:hover .section-inner .swiper-button-next3,
  .tmp-team-area2:hover .section-inner .swiper-button-next3 {
    right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .tmp-team-area3:hover .section-inner .swiper-button-next3,
  .tmp-team-area2:hover .section-inner .swiper-button-next3 {
    right: -15px;
  }
}

@media only screen and (max-width: 767px) {

  .tmp-team-area3:hover .section-inner .swiper-button-next3,
  .tmp-team-area2:hover .section-inner .swiper-button-next3 {
    right: -10px;
  }
}

.tmp-service-area {
  border-radius: 20px;

}

.tmp-service-area-bg {
  background: #f3ebdc;
}

@media only screen and (max-width: 479px) {
  .tmp-service-area {
    border-radius: 0;
  }
}

.tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn {
  color: var(--color-primary-2);
  display: flex;
  align-items: center;
  gap: 5px;
  position: unset;
  margin: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  transition: var(--transition);
  position: absolute;
  z-index: 10;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}

.tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn i {
  transition: 0.3s;
}

.tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn:hover {
  background: var(--color-primary);
  transform: translateY(-50%) scale(1.1);
}

.tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn:hover i {
  color: #fff;
}

.tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn:hover span {
  background: var(--color-primary-2);
  color: var(--color-white);
}

.tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn::after,
.tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn::before {
  display: none;
}

.tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn span {
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(135, 171, 66, 0.2);
  display: block;
  border-radius: 50%;
  text-align: center;
  transition: var(--transition);
}

.tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn i {
  font-size: 18px;
}

.tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn.swiper-button-next {
  position: absolute;
  right: -60px;
  top: 50%;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn.swiper-button-next {
    right: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn.swiper-button-next {
    right: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn.swiper-button-next {
    right: -30px;
  }
}

@media only screen and (max-width: 576px) {
  .tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn.swiper-button-next {
    right: 0;
    top: 45%;
  }
}

.tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn.swiper-button-prev {
  position: absolute;
  left: -60px;
  top: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn.swiper-button-prev {
    left: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn.swiper-button-prev {
    left: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn.swiper-button-prev {
    left: -30px;
  }
}

@media only screen and (max-width: 576px) {
  .tmp-service-area.area-3 .slider-inner .slider-button .swiper-btn.swiper-button-prev {
    left: 0;
    top: 45%;
  }
}

.tmp-service-area.area-3 .slider-inner:hover .swiper-btn.swiper-button-next {
  right: -90px;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-service-area.area-3 .slider-inner:hover .swiper-btn.swiper-button-next {
    right: -60px;
  }
}

@media only screen and (max-width: 1199px) {
  .tmp-service-area.area-3 .slider-inner:hover .swiper-btn.swiper-button-next {
    right: -30px;
  }
}

@media only screen and (max-width: 576px) {
  .tmp-service-area.area-3 .slider-inner:hover .swiper-btn.swiper-button-next {
    right: 0;
  }
}

.tmp-service-area.area-3 .slider-inner:hover .swiper-btn.swiper-button-prev {
  left: -90px;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-service-area.area-3 .slider-inner:hover .swiper-btn.swiper-button-prev {
    left: -60px;
  }
}

@media only screen and (max-width: 1199px) {
  .tmp-service-area.area-3 .slider-inner:hover .swiper-btn.swiper-button-prev {
    left: -30px;
  }
}

@media only screen and (max-width: 576px) {
  .tmp-service-area.area-3 .slider-inner:hover .swiper-btn.swiper-button-prev {
    left: 0;
  }
}

.tmp-service-area.area-5 .slider-inner .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-border);
  opacity: 1;
  width: 8px;
  height: 8px;
  transition: var(--transition);
}

.tmp-service-area.area-5 .slider-inner .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary-2);
  width: 40px;
  border-radius: 30px;
}

.tmp-service-area.service .service-wrapper {
  padding: 30px;
}

.tmp-service-area.service .service-wrapper:hover .icon {
  background: var(--color-white);
}

.tmp-service-area.service .service-wrapper .icon {
  background: var(--primary-100);
}

.tmp-service-area.service .service-wrapper::after {
  background: var(--color-primary-2);
}

.service-one-wrapper .section-title-area .desc {
  max-width: 430px;
}

.service-wrapper {
  background: var(--color-white);
  border-radius: 10px;
  padding: 30px 35px 30px 30px;
  box-shadow: var(--shadow-1);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.service-wrapper:hover {
  transform: scale(1.02);
}

.service-wrapper:hover .icon img {
  animation: bounceIn 0.6s ease;
}

.service-wrapper .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  background: var(--secondary-100);
  text-align: center;
  display: block;
  margin-bottom: 25px;
  transition: var(--transition);
  box-shadow: var(--shadow-1);
}

.service-wrapper .icon img {
  max-width: 40px;
}

.service-wrapper .heading-title {
  transition: var(--transition);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.service-wrapper .heading-title a {
  color: var(--color-heading-1);
  transition: var(--transition);
}

.service-wrapper .heading-title:hover a {
  color: var(--color-primary);
}

.service-wrapper .desc {
  margin-bottom: 20px;
  transition: var(--transition);
}

.service-wrapper .service-btn {
  transition: var(--transition);
}

.tmpServiceSlider3 .swiper-navigation .swiper-btn {
  transform: translateY(-50%);
  font-size: 18px;
  background: #ffffff;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.06);
  width: 40px;
  height: 40px;
  line-height: 44px;
  display: block;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  top: 86%;
  color: var(--color-heading-1);
}

.tmpServiceSlider3 .swiper-navigation .swiper-btn i {
  color: var(--color-primary);
}

.tmpServiceSlider3 .swiper-navigation .swiper-btn::after {
  display: none;
}

.tmpServiceSlider3 .swiper-navigation .swiper-btn.swiper-button-prev {
  left: 60px;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .tmpServiceSlider3 .swiper-navigation .swiper-btn.swiper-button-prev {
    left: 30px;
  }
}

.tmpServiceSlider3 .swiper-navigation .swiper-btn.swiper-button-next {
  right: 60px;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .tmpServiceSlider3 .swiper-navigation .swiper-btn.swiper-button-next {
    right: 30px;
  }
}

.tmpServiceSlider3 .swiper-navigation .swiper-btn:hover {
  background: var(--color-primary);
  transform: translateY(-50%) scale(1.15);
}

.tmpServiceSlider3 .swiper-navigation .swiper-btn:hover i {
  color: #fff;
}

.tmpServiceSlider3:hover .swiper-navigation .swiper-button-prev {
  left: 30px;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .tmpServiceSlider3:hover .swiper-navigation .swiper-button-prev {
    left: 30px;
  }
}

.tmpServiceSlider3:hover .swiper-navigation .swiper-button-next {
  right: 30px;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .tmpServiceSlider3:hover .swiper-navigation .swiper-button-next {
    right: 30px;
  }
}

.mySwiper-banner-shop .swiper-navigation .swiper-btn {
  transform: translateY(-50%);
  font-size: 18px;
  background: #ffffff;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.06);
  width: 60px;
  height: 60px;
  line-height: 62px;
  display: block;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  top: 50%;
  color: var(--color-heading-1);
}

@media only screen and (max-width: 576px) {
  .mySwiper-banner-shop .swiper-navigation .swiper-btn {
    display: none;
  }
}

.mySwiper-banner-shop .swiper-navigation .swiper-btn i {
  color: var(--color-primary);
}

.mySwiper-banner-shop .swiper-navigation .swiper-btn::after {
  display: none;
}

.mySwiper-banner-shop .swiper-navigation .swiper-btn.swiper-button-prev {
  left: 18%;
  opacity: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mySwiper-banner-shop .swiper-navigation .swiper-btn.swiper-button-prev {
    left: 2%;
    opacity: 1;
  }
}

@media only screen and (max-width: 1199px) {
  .mySwiper-banner-shop .swiper-navigation .swiper-btn.swiper-button-prev {
    left: 30px;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .mySwiper-banner-shop .swiper-navigation .swiper-btn.swiper-button-prev {
    left: auto;
    right: 20%;
    top: auto;
    bottom: 30px;
  }
}

.mySwiper-banner-shop .swiper-navigation .swiper-btn.swiper-button-next {
  right: 18%;
  opacity: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mySwiper-banner-shop .swiper-navigation .swiper-btn.swiper-button-next {
    right: 2%;
    opacity: 1;
  }
}

@media only screen and (max-width: 1199px) {
  .mySwiper-banner-shop .swiper-navigation .swiper-btn.swiper-button-next {
    right: 30px;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .mySwiper-banner-shop .swiper-navigation .swiper-btn.swiper-button-next {
    left: auto;
    right: 7%;
    top: auto;
    bottom: 30px;
  }
}

.mySwiper-banner-shop .swiper-navigation .swiper-btn:hover {
  background: var(--color-primary);
  transform: translateY(-50%) scale(1.15);
}

.mySwiper-banner-shop .swiper-navigation .swiper-btn:hover i {
  color: #fff;
}

.mySwiper-banner-shop:hover .swiper-navigation .swiper-button-prev {
  left: 14%;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mySwiper-banner-shop:hover .swiper-navigation .swiper-button-prev {
    left: 2%;
    opacity: 1;
  }
}

@media only screen and (max-width: 1199px) {
  .mySwiper-banner-shop:hover .swiper-navigation .swiper-button-prev {
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mySwiper-banner-shop:hover .swiper-navigation .swiper-button-prev {
    left: auto;
    right: 20%;
    top: auto;
    bottom: 30px;
  }
}

.mySwiper-banner-shop:hover .swiper-navigation .swiper-button-next {
  right: 14%;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mySwiper-banner-shop:hover .swiper-navigation .swiper-button-next {
    right: 2%;
    opacity: 1;
  }
}

@media only screen and (max-width: 1199px) {
  .mySwiper-banner-shop:hover .swiper-navigation .swiper-button-next {
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mySwiper-banner-shop:hover .swiper-navigation .swiper-button-next {
    left: auto;
    right: 7%;
    top: auto;
    bottom: 30px;
  }
}

.faq-content-area.inner.with-box-shadow .accordion-item {
  box-shadow: var(--shadow-1);
  border: none;
  background: var(--color-white);
}

.faq-content-area.inner.with-box-shadow .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-content-area.inner .accordion-item {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  padding: 17px 17px 20px 20px;
}

.faq-content-area.inner .accordion-item h2 {
  margin-bottom: 0;
}

.faq-content-area.inner .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-content-area.inner .accordion-item .accordion-button img {
  max-width: 34px;
}

.faq-content-area.inner .accordion-item .accordion-body {
  padding-top: 15px;
  margin-top: 0;
}

.faq-content-area.inner .accordion-item .accordion-body p.desc {
  font-size: 16px;
}

.faq-content-area.inner .accordion-one .accordion-item h2 button[aria-expanded="true"] {
  color: var(--color-primary-2);
}

.faq-content-area.inner .accordion-one .accordion-item h2 button[aria-expanded="true"]::after {
  margin-top: 0;
}

.tmp-solar-solution-area .accordion-one .accordion-item .accordion-body p.desc {
  font-size: 16px;
  max-width: 478px;
}

.tmp-solar-solution-area .accordion-one .accordion-item h2 button[aria-expanded="true"] {
  color: var(--color-primary-2);
}

.demo-orange .swiper-slide-active .testimonial-wrapper {
  border-left: 4px solid var(--secondary-100);
}

.swiper-slide-active .testimonial-wrapper {
  border-left: 4px solid var(--color-primary);
}

.swiper-slide-active .testimonial-wrapper2 {
  border-radius: 6px 0 0 6px;
  background: var(--color-white);
}

@media only screen and (max-width: 991px) {
  .swiper-slide-active .testimonial-wrapper2 {
    border-radius: 6px;
  }
}

.swiper-slide-active .testimonial-wrapper2::after {
  opacity: 0;
}

.swiper-slide-active .testimonial-wrapper2 .author-area .image {
  background: rgba(255, 112, 41, 0.16);
}

.swiper-slide-active .testimonial-wrapper2 .author-area .author-content .title {
  color: var(--color-heading-1);
}

.swiper-slide-active .testimonial-wrapper2 .author-area .author-content .designation {
  color: var(--color-body);
}

.swiper-slide-active .testimonial-wrapper2 .desc {
  color: var(--color-body);
}

.swiper-slide-active .testimonial-wrapper2 .star-rating {
  background: rgba(255, 112, 41, 0.06);
}

.swiper-slide-active .testimonial-wrapper2.v2 {
  border-right: 0 none;
  background: #ffffff;
}

@media only screen and (max-width: 991px) {
  .swiper-slide-active .testimonial-wrapper2.v2 {
    border-right: 1px solid var(--color-border);
  }
}

.swiper-slide-active .testimonial-wrapper2.v2 .star-rating {
  background: var(--primary-100);
}

.tmpTestimonialSlider2 .swiper-navigation-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: max-content;
  height: 100px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media only screen and (max-width: 991px) {
  .tmpTestimonialSlider2 .swiper-navigation-area {
    height: 100px;
  }
}

.tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn {
  position: absolute;
  width: 48px;
  padding: 0;
  margin: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  background: #ffffff;
  box-shadow: 0px 2.46154px 12.3077px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  color: var(--color-heading-1);
  z-index: 1;
  transition: 0.3s;
}

.tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn::after {
  display: block;
}

.tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn.swiper-button-next {
  top: 64%;
  left: -23px;
}

.tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn.swiper-button-prev {
  top: 0%;
  left: -23px;
}

.tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  background: var(--color-primary);
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  transition: 0.3s;
}

.tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn:hover i {
  color: var(--color-white);
}

.tmpTestimonialSlider2 .swiper-navigation-area .swiper-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.tmp-testimonials-area3 .home-ten .pagination-area .swiper-pagination-bullet {
  width: 10px;
  height: 8px;
  background: #e4e4e4;
  transition: var(--transition);
  opacity: 1;
}

.tmp-testimonials-area3 .home-ten .pagination-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary-2);
  width: 40px;
  border-radius: 33px;
}

.tmp-testimonials-area3 .home-ten .swiper-navigation-area .swiper-btn {
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: var(--color-white);
  border-radius: 50%;
  color: var(--color-heading-1);
  text-align: center;
  display: block;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.04);
  z-index: 1;
}

.tmp-testimonials-area3 .home-ten .swiper-navigation-area .swiper-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  background: var(--color-primary);
  transform: translate(-50%, -50%) scale(0.2);
  z-index: -1;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}

.tmp-testimonials-area3 .home-ten .swiper-navigation-area .swiper-btn:hover i {
  color: var(--color-white);
}

.tmp-testimonials-area3 .home-ten .swiper-navigation-area .swiper-btn:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.tmp-testimonials-area3 .home-ten .swiper-navigation-area .swiper-btn::after {
  display: none;
}

.tmp-testimonials-area3 .home-ten .swiper-navigation-area .swiper-btn.swiper-button-prev {
  left: -20px;
}

@media only screen and (max-width: 479px) {
  .tmp-testimonials-area3 .home-ten .swiper-navigation-area .swiper-btn.swiper-button-prev {
    left: -10px;
  }
}

.tmp-testimonials-area3 .home-ten .swiper-navigation-area .swiper-btn.swiper-button-next {
  right: -20px;
}

@media only screen and (max-width: 479px) {
  .tmp-testimonials-area3 .home-ten .swiper-navigation-area .swiper-btn.swiper-button-next {
    right: -10px;
  }
}

.tmp-testimonials-area4 {
  background: var(--cn-card-soft);
  padding-bottom: 100px;
}

@media only screen and (max-width: 576px) {
  .tmp-testimonials-area4 {
    padding-bottom: 80px;
  }
}

.tmp-testimonials-area4 .testimonial-slider-inner2 {
  position: relative;
  z-index: 1;
}

.tmp-testimonials-area4 .testimonial-slider-inner2 .swiper-navigation {
  width: 140px;
  height: 60px;
  display: flex;
  align-items: center;
  position: absolute;
  gap: 15px;
  right: 50px;
  bottom: 7px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .tmp-testimonials-area4 .testimonial-slider-inner2 .swiper-navigation {
    right: 0;
    bottom: -16px;
  }
}

@media only screen and (max-width: 991px) {
  .tmp-testimonials-area4 .testimonial-slider-inner2 .swiper-navigation {
    right: 0;
    bottom: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .tmp-testimonials-area4 .testimonial-slider-inner2 .swiper-navigation {
    right: 0;
  }
}

.tmp-testimonials-area4 .testimonial-slider-inner2 .swiper-navigation .swiper-btn {
  width: 45px;
  height: 46px;
  line-height: 48px;
  border-radius: 50%;
  background: var(--color-white);
  text-align: center;
  display: block;
  transition: 0.3s;
}

.tmp-testimonials-area4 .testimonial-slider-inner2 .swiper-navigation .swiper-btn i {
  font-size: 15px;
  color: var(--color-heading-1);
  transition: 0.3s;
}

.tmp-testimonials-area4 .testimonial-slider-inner2 .swiper-navigation .swiper-btn:hover {
  scale: 1.2;
  background: var(--color-primary);
}

.tmp-testimonials-area4 .testimonial-slider-inner2 .swiper-navigation .swiper-btn:hover i {
  color: var(--color-white);
}

.testimonial-wrapper5 {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .testimonial-wrapper5 {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 576px) {
  .testimonial-wrapper5 {
    gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.testimonial-wrapper5 .image-area {
  flex-basis: 38%;
  background: var(--color-white);
  padding: 10px;
  border-radius: 5px;
}

.testimonial-wrapper5 .image-area img {
  width: 100%;
}

.testimonial-wrapper5 .content-area {
  flex-basis: 62%;
}

.testimonial-wrapper5 .content-area .desc {
  margin-bottom: 15px;
}

.testimonial-wrapper5 .content-area h3 {
  margin-bottom: 1px;
  font-size: 20px;
}

.testimonial-wrapper5 .content-area .designation {
  margin-bottom: 15px;
}

.testimonial-wrapper5 .content-area ul {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #ffcb50;
  padding: 5px 7px;
  border-radius: 3px;
  max-width: max-content;
}

.testimonial-wrapper5 .content-area ul li {
  color: var(--color-white);
  line-height: 1;
}

.testimonial-wrapper5 .content-area ul li i {
  font-size: 14px;
}

.common-swiper-inside .navigation-area .swiper-btn {
  color: var(--color-primary-2);
  display: flex;
  align-items: center;
  gap: 5px;
  position: unset;
  margin: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  transition: var(--transition);
  position: absolute;
  z-index: 10;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}

.common-swiper-inside .navigation-area .swiper-btn i {
  transition: 0.3s;
}

.common-swiper-inside .navigation-area .swiper-btn:hover {
  background: var(--color-primary);
  transform: translateY(-50%) scale(1.1);
}

.common-swiper-inside .navigation-area .swiper-btn:hover i {
  color: #fff;
}

.common-swiper-inside .navigation-area .swiper-btn:hover span {
  background: var(--color-primary-2);
  color: var(--color-white);
}

.common-swiper-inside .navigation-area .swiper-btn::after,
.common-swiper-inside .navigation-area .swiper-btn::before {
  display: none;
}

.common-swiper-inside .navigation-area .swiper-btn span {
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(135, 171, 66, 0.2);
  display: block;
  border-radius: 50%;
  text-align: center;
  transition: var(--transition);
}

.common-swiper-inside .navigation-area .swiper-btn i {
  font-size: 18px;
}

.common-swiper-inside .navigation-area .swiper-btn.swiper-button-next {
  position: absolute;
  right: 120px;
  top: 50%;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .common-swiper-inside .navigation-area .swiper-btn.swiper-button-next {
    right: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .common-swiper-inside .navigation-area .swiper-btn.swiper-button-next {
    right: 25px;
  }
}

.common-swiper-inside .navigation-area .swiper-btn.swiper-button-prev {
  position: absolute;
  left: 120px;
  top: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .common-swiper-inside .navigation-area .swiper-btn.swiper-button-prev {
    left: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .common-swiper-inside .navigation-area .swiper-btn.swiper-button-prev {
    left: 25px;
  }
}

.common-swiper-inside:hover .navigation-area .swiper-btn {
  opacity: 1;
}

.common-swiper-inside:hover .navigation-area .swiper-btn.swiper-button-next {
  right: 90px;
}

@media only screen and (max-width: 576px) {
  .common-swiper-inside:hover .navigation-area .swiper-btn.swiper-button-next {
    right: 30px;
  }
}

.common-swiper-inside:hover .navigation-area .swiper-btn.swiper-button-prev {
  left: 90px;
}

@media only screen and (max-width: 576px) {
  .common-swiper-inside:hover .navigation-area .swiper-btn.swiper-button-prev {
    left: 30px;
  }
}

.swiper-slide-active .working-process-wrapper7 .image-area .arrow-btn {
  opacity: 1;
}

.swiper-slide-active .working-process-wrapper7 .content {
  left: 30px;
}

.pricing-wrapper2 .accordion-header button {
  background: none;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: var(--color-heading-1);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  justify-content: space-between;
  transform: none;
}

.pricing-wrapper2 .accordion-header button[aria-expanded="true"]::after {
  content: "";
  background: var(--color-primary);
  color: var(--color-white);
  transform: none;
}

.pricing-wrapper2 .accordion-header button::after {
  background: var(--primary-200);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: var(--color-primary);
  font-size: 14px;
  text-align: center;
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin: 0;
  font-weight: 400;
}

.pricing-wrapper2 .accordion-body {
  padding: 0;
  padding-top: 15px;
}

.pricing-wrapper2 .accordion-body .desc {
  max-width: 400px;
  margin-bottom: 20px;
}

.pricing-wrapper2 .accordion-body .price-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 576px) {
  .pricing-wrapper2 .accordion-body .price-bottom {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.pricing-wrapper2 .accordion-body .price-bottom h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1;
}

.pricing-wrapper2 .accordion-body .price-bottom h2 span {
  font-size: 18px;
  color: var(--color-body);
  font-weight: 400;
}

.pricing-wrapper2 .accordion-body .price-bottom .border-btn {
  border: 1px solid var(--color-border);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-primary);
  color: var(--color-heading-1);
}

.tmp-form-area {
  background: var(--color-white);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 50px;
}

@media only screen and (max-width: 1199px) {
  .tmp-form-area {
    padding: 30px;
  }
}

.tmp-form-area .form-title {
  font-size: 30px;
  line-height: 1.2;
}

@media only screen and (max-width: 479px) {
  .tmp-form-area .form-title {
    font-size: 20px;
  }
}

.tmp-form-area .single-wrapper {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.tmp-form-area .single-wrapper input {
  padding: 7px 0 12px;
  border-bottom: 1px solid #f5f5f5;
  color: var(--color-heading-1);
}

.tmp-form-area .single-wrapper input:focus {
  border-color: var(--color-primary);
}

.tmp-form-area .single-wrapper input::placeholder {
  line-height: 1 !important;
}

.tmp-form-area .single-wrapper textarea {
  min-height: 120px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0;
}

.tmp-form-area .single-wrapper textarea:focus {
  border-color: var(--color-primary);
}

.tmp-form-area .single-wrapper i {
  position: absolute;
  right: 10px;
  top: 13px;
}

.tmp-form-area .single-wrapper button {
  display: block;
  max-width: 100%;
  border: none;
  padding: 25px 33px;
}

@media only screen and (max-width: 576px) {
  .tmp-form-area .single-wrapper button {
    display: flex;
    padding: 25px 24px 25px 0px;
  }
}

.tmp-form-area .single-wrapper.message {
  margin-bottom: 20px;
}

.pagination-controler .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-controler .swiper-pagination.dot-transparent {
  bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .pagination-controler .swiper-pagination.dot-transparent {
    bottom: 30px;
  }
}

.pagination-controler .swiper-pagination.dot-color-white .swiper-pagination-bullet {
  background: var(--color-white);
}

@media only screen and (max-width: 991px) {
  .pagination-controler .swiper-pagination {
    bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .pagination-controler .swiper-pagination {
    bottom: 20px;
  }
}

.pagination-controler .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-heading-1);
  opacity: 0.4;
  position: relative;
  z-index: 1;
  width: 6px;
  height: 6px;
}

.pagination-controler .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pagination-controler .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent !important;
}

.pagination-controler .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(2);
}

.tmp-product-area-2 .slider-inner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color-primary-2);
  bottom: 0;
  top: unset;
}

.shop-slider-area2 .slider-pagination-area .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.shop-slider-area2 .slider-pagination-area .swiper-pagination-bullet {
  background: url(../images/shop/18-sm.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 164px;
  height: 130px;
  border-radius: 0;
  opacity: 1;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .shop-slider-area2 .slider-pagination-area .swiper-pagination-bullet {
    width: 100%;
    height: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-slider-area2 .slider-pagination-area .swiper-pagination-bullet {
    height: 100px;
  }
}

.shop-slider-area2 .slider-pagination-area .swiper-pagination-bullet:nth-child(2) {
  background: url(../images/shop/19-sm.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop-slider-area2 .slider-pagination-area .swiper-pagination-bullet:nth-child(3) {
  background: url(../images/shop/20-sm.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.quick-view-dialogue.modal-dialog .modal-body .modal-gallery .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
}

.quick-view-dialogue.modal-dialog .modal-body .modal-gallery .swiper-slide img {
  cursor: pointer;
}

.nav-area ul {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-area ul {
    gap: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .nav-area ul {
    gap: 15px;
  }
}

.nav-area ul li {
  margin: 0;
  padding: 0;
}

.nav-area ul li a {
  color: var(--color-body);
  font-weight: 600 !important;
}

.nav-area ul li.main-nav {
  padding: 32px 10px 32px 10px;
}

header .main-nav>a {
  color: #1c2539 !important;
}

header .nav-area ul li.main-nav:hover>a {
  color: var(--color-primary) !important;
}

header .nav-area ul li.main-nav:hover::after {
  color: var(--color-primary) !important;
}

@media (max-width: 1600px) {
  .service-wrapper {
    padding: 30px 25px;
  }

  .service-wrapper .heading-title {
    font-size: 17px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .tmp-service-area .section-title-area .Section-title {
    font-size: 42px;
  }
}

@media (max-width: 1400px) {
  .banner-three-wrapper .title-banner {
    font-size: 48px;
    line-height: 65px;
  }

  .tmp-banner-slider-area3 .slider-inner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }

  .header-mid-one-wrapper .header-right {
    flex-basis: 10%;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .service-wrapper {
    padding: 30px 10px 30px 20px;
  }

  .service-wrapper .heading-title {
    font-size: 16px;
  }

  .section-title-area-4 .section-title {
    font-size: 44px;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .tmp-service-area .section-title-area .Section-title {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  .banner-three-wrapper .title-banner {
    font-size: 42px;
    line-height: 1.4;
  }

  .tmp-service-area .service-wrapper-area {
    margin-top: 50px;
  }

  .header-mid-one-wrapper .logo-area {
    flex-basis: 10%;
  }

  .tmp-banner-slider-area2::after {
    max-width: 400px;
  }

  .section-title-area-4 .section-title {
    line-height: 1.3;
    font-size: 36px;
  }

  .header-mid-one-wrapper .header-right {
    flex-basis: 35%;
    gap: 20px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .tmp-faq-area .section-title-area .section-title {
    font-size: 36px;
  }

  .header-mid-one-wrapper .header-right .single-component .tmp-btn {
    padding: 15px 25px 14px;
  }

  .header-mid-one-wrapper .header-right {
    gap: 14px;
    flex-basis: 60%;
  }

  .nav-area ul li a {
    font-size: 14px;
  }

  .header-mid-one-wrapper .logo-area::after {
    clip-path: polygon(92% 0, 101% 0, 80% 100%, 71% 100%);
  }
}

@media (max-width: 991px) {
  .tmp-service-area .service-wrapper-area {
    margin-top: 15px;
  }

  .header-mid-one-wrapper .logo-area,
  .header-mid-one-wrapper .logo-area {
    flex-basis: 30%;
  }

  .header-mid-one-wrapper .logo-area::before {
    right: 5px;
  }

  .header-mid-one-wrapper .logo-area::after {
    clip-path: polygon(92% 0, 100% 0, 80% 100%, 72% 100%);
  }

  .tmpTestimonialSlider2 .swiper-navigation-area {
    top: 50%;
    right: 41px;
    transform: translateY(-50%);
    left: unset;
    flex-direction: row;
  }

  .tmp-banner-slider-area2::after {
    display: none;
  }

  .tmp-banner-slider-area .pagination-area2 .swiper-wrapper .banner-single-thumb {
    width: 90%;
    padding: 25px 15px;
  }

  .tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide {
    width: 250px !important;
  }

  .tmp-banner-slider-area.banner-nine .pagination-area2 .swiper-wrapper .swiper-slide .banner-single-thumb {
    width: 100%;
  }

  .header-mid-one-wrapper .header-right {
    flex-basis: 50%;
  }

  .nav-area {
    display: none;
  }

  .img-hero {
    margin-top: 0px !important;
  }
}

@media (max-width: 768px) {
  .header-mid-one-wrapper .logo-area {
    padding: 20px 0;
    flex-basis: 44%;
  }

  .container-3,
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .header-mid-one-wrapper .logo-area::after {
    clip-path: polygon(92% 0, 100% 0, 77% 100%, 69% 100%);
  }

  .tmpTestimonialSlider2 .swiper-navigation-area {
    right: 30px;
  }

  .section-title-area-4 .section-title {
    font-size: 32px;
  }

  .single-wrapper.bottom {
    flex-direction: column;
  }

  .single-wrapper.bottom img {
    width: 100%;
  }

  .header-mid-one-wrapper .header-right .single-component a.tmp-btn {
    display: none;
  }

  .header-mid-one-wrapper .header-right .single-component .menu-area {
    margin-left: 0;
  }

  .tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn {
    width: 50px;
    height: 50px;
  }

  .tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn.swiper-button-prev {
    left: 1%;
  }

  .tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn.swiper-button-next {
    right: 1%;
  }
}

@media (max-width: 576px) {
  .tmp-service-area .service-wrapper-area {
    margin-top: 15px;
  }

  .header-mid-one-wrapper {
    padding: 0 10px;
  }

  .header-mid-one-wrapper .logo-area::after {
    display: none;
  }

  .tmp-form-area {
    padding: 25px;
  }

  .header-mid-one-wrapper .logo-area {
    flex-basis: 60%;
  }

  .tmp-btn {
    padding: 0px 15px 0px 3px;
    height: 50px;
  }

  .tmpTestimonialSlider2 .swiper-navigation-area {
    bottom: 40px;
    top: unset;
  }

  .banner-three-wrapper .desc,
  .banner-three-wrapper span.b_one-pre {
    font-size: 17px;
    line-height: 1.4;
    padding: 0px 0px 15px;
  }

  .banner-three-wrapper .title-banner {
    font-size: 34px;
    line-height: 1.4;
  }

  .banner-three-wrapper {
    padding: 60px 0;
  }

  .section-title-area-4 .sub-title {
    font-size: 16px;
  }

  .section-title-area-4 .section-title {
    font-size: 30px;
  }

  .tmp-banner-slider-area3 .slider-inner .swiper-pagination {
    bottom: 30px;
  }

  .tmp-banner-slider-area.banner-nine .navigation-area .swiper-btn {
    display: none;
  }
}

@media (max-width: 450px) {
  .tmp-service-area .service-wrapper-area {
    margin-top: 25px;
  }

  .tmp-form-area form .desc {
    font-size: 13px;
  }

  .tmpTestimonialSlider2 .swiper-navigation-area {
    display: none;
  }

  .banner-three-wrapper .title-banner {
    font-size: 27px;
  }

  .section-title-area-4 .section-title {
    font-size: 27px;
  }
}

@media only screen and (max-width: 450px) and (max-width: 767px) {
  .section-title-area-4 .section-title br {
    display: none;
  }
}

@media (max-width: 450px) {
  .section-title-area-4 .sub-title {
    font-size: 16px;
  }

  .section-title-area-4 {
    flex-direction: column;
    align-items: self-start !important;
    gap: 20px;
  }
}

.preview-slider-image-wrapper .swiper-button-next,
.preview-slider-image-wrapper .swiper-button-prev {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
}

.preview-slider-image-wrapper .swiper-button-next i,
.preview-slider-image-wrapper .swiper-button-prev i {
  color: var(--color-heading-1);
  font-size: 18px;
}

.preview-slider-image-wrapper .swiper-button-next::after,
.preview-slider-image-wrapper .swiper-button-prev::after {
  display: none;
}

.preview-slider-image-wrapper .swiper-button-next:hover,
.preview-slider-image-wrapper .swiper-button-prev:hover {
  background: var(--color-primary);
  color: var(--color-white);
  transform: scale(1.2);
}

.preview-slider-image-wrapper .swiper-button-next:hover i,
.preview-slider-image-wrapper .swiper-button-prev:hover i {
  color: var(--color-white);
}

.preview-slider-image-wrapper .swiper-button-next {
  right: 60px;
}

.preview-slider-image-wrapper .swiper-button-prev {
  left: 60px;
}

.preview-slider-image-wrapper:hover .swiper-button-next,
.preview-slider-image-wrapper:hover .swiper-button-prev {
  opacity: 1;
}

.preview-slider-image-wrapper:hover .swiper-button-next {
  right: 30px;
}

.preview-slider-image-wrapper:hover .swiper-button-prev {
  left: 30px;
}

.events-faqs-area .accordion-one .accordion-item h2 {
  margin-bottom: 0;
}

.events-faqs-area .accordion-one .accordion-item .accordion-body p.desc {
  padding-right: 15%;
}

@media only screen and (max-width: 767px) {
  .events-faqs-area .accordion-one .accordion-item .accordion-body p.desc {
    padding-right: 0;
  }
}

.cn-about-btn {
  display: inline-block;
  background: #6e8190;
  color: #ffffff;
  padding: 15px 32px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
}

.service-wrapper .icon {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  background: rgba(200, 169, 107, 0.12);
  color: #c8a96b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.service-wrapper .icon i {
  font-size: 32px;
  line-height: 1;
}

.service-wrapper:hover .icon {
  background: #0f172a;
  color: #ffffff;
  transform: translateY(-5px);
}

.cn-about-split::before {
  content: "";
  position: absolute;
  right: -180px;
  top: 80px;
  width: 420px;
  height: 420px;
  background: rgba(201, 174, 134, 0.12);
  border-radius: 50%;
}

.cn-about-left {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.cn-about-tag {
  display: inline-block;
  background: #f8f6f2;
  color: #6e8190;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 22px;
}

.cn-about-left h2 {
  font-size: 52px;
  line-height: 1.12;
  color: #1f2937;
  font-weight: 900;
  margin-bottom: 24px;
}

.cn-about-left h2 span {
  display: block;
  color: #c9ae86;
}

.cn-about-left>p {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 34px;
}

.cn-about-lines {
  display: grid;
  gap: 18px;
  margin-bottom: 36px;
}

.cn-line-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 20px;
  background: #f8f6f2;
  border: 1px solid rgba(31, 41, 55, 0.06);
  transition: 0.3s ease;
}

.cn-line-item:hover {
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.1);
  transform: translateX(8px);
}

.cn-line-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 18px;
  background: #6e8190;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cn-line-icon i {
  font-size: 24px;
}

.cn-line-item h4 {
  color: #1f2937;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 6px;
}

.cn-line-item p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.cn-about-action {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.cn-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1f2937;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.cn-about-btn:hover {
  background: #c9ae86;
  color: #ffffff;
  transform: translateY(-3px);
}

.cn-about-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1f2937;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.cn-about-phone i {
  width: 46px;
  height: 46px;
  background: #f8f6f2;
  color: #c9ae86;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cn-about-right {
  position: relative;
  min-height: 620px;
  z-index: 2;
}

.cn-about-image-main {
  width: 82%;
  height: 560px;
  margin-left: auto;
  border-radius: 36px 36px 36px 120px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(31, 41, 55, 0.18);
}

.cn-about-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
}

.cn-about-image-main:hover img {
  transform: scale(1.06);
}

.cn-about-floating-card {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 220px;
  background: #1f2937;
  padding: 30px;
  border-radius: 28px;
  border-bottom: 6px solid #c9ae86;
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.25);
}

.cn-about-floating-card h3 {
  color: #ffffff;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 10px;
}

.cn-about-floating-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  font-weight: 600;
}

.cn-about-small-card {
  position: absolute;
  right: 25px;
  top: 40px;
  background: #ffffff;
  padding: 18px 22px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 20px 55px rgba(31, 41, 55, 0.14);
}

.cn-about-small-card .icon {
  width: 50px;
  height: 50px;
  background: #c9ae86;
  color: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cn-about-small-card .icon i {
  font-size: 22px;
}

.cn-about-small-card strong {
  display: block;
  color: #1f2937;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 4px;
}

.cn-about-small-card span {
  display: block;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .cn-about-left h2 {
    font-size: 44px;
  }

  .cn-about-right {
    min-height: 580px;
  }

  .cn-about-image-main {
    height: 520px;
  }
}

@media (max-width: 991px) {
  .cn-about-left {
    max-width: 100%;
  }

  .cn-about-right {
    min-height: 560px;
  }

  .cn-about-image-main {
    width: 100%;
    height: 500px;
  }

  .cn-about-floating-card {
    left: 25px;
  }
}

@media (max-width: 767px) {
  .cn-about-left h2 {
    font-size: 34px;
  }

  .cn-about-right {
    min-height: auto;
  }

  .cn-about-image-main {
    height: 380px;
    border-radius: 28px;
  }

  .cn-about-floating-card,
  .cn-about-small-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 20px;
  }

  .cn-about-action {
    flex-direction: column;
    align-items: flex-start;
  }

  .cn-about-btn,
  .cn-about-phone {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .cn-line-item {
    flex-direction: column;
  }

  .cn-about-left h2 {
    font-size: 30px;
  }
}

/*----------------------------about-----------------------------------------------*/
.cn-about-elite {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.cn-elite-image-area {
  position: relative;
  padding: 25px 25px 80px 0;
}

.cn-elite-main-img {
  width: 88%;
  height: 560px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16);
}

.cn-elite-img-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 260px;
  border: 10px solid #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.cn-elite-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cn-elite-exp {
  position: absolute;
  left: 35px;
  bottom: 30px;
  background: #111827;
  color: #fff;
  padding: 22px 28px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.cn-elite-exp strong {
  color: #c9ae86;
  font-size: 48px;
  line-height: 1;
}

.cn-elite-exp span {
  font-weight: 600;
  max-width: 130px;
  line-height: 1.4;
}

.cn-elite-subtitle {
  display: inline-block;
  color: #c9ae86;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 19px;
  font-size: 19px;
}

.cn-elite-content h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
  color: #111827;
  margin-bottom: 22px;
}

.cn-elite-content h2 span {
  color: #c9ae86;
}

.cn-elite-content p {
  font-size: 15px;
  line-height: 1.9;
  color: #6b7280;
  margin-bottom: 28px;
}

.cn-elite-list {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.cn-elite-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111827;
  font-weight: 600;
}

.cn-elite-list i {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: #c9ae86;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.cn-elite-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 34px;
}

.cn-elite-stats div {
  background: #faf7f1;
  border: 1px solid rgba(201, 174, 134, 0.25);
  padding: 20px 15px;
  border-radius: 18px;
  text-align: center;
}

.cn-elite-stats h4 {
  color: #111827;
  font-size: 30px;
  margin-bottom: 5px;
}

.cn-elite-stats span {
  color: #6b7280;
  font-size: 14px;
}

.cn-elite-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.cn-elite-btn {
  background: #c9ae86;
  color: #fff;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cn-elite-btn:hover {
  background: #111827;
  color: #fff;
}

.cn-elite-call {
  color: #111827;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cn-elite-call i {
  color: #c9ae86;
}

.cn-elite-call-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cn-elite-call-icon {
  background: rgba(201, 174, 134, 0.1);
  color: #c9ae86;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.cn-elite-call-wrapper:hover .cn-elite-call-icon {
  background: #c9ae86;
  color: #fff;
}

.cn-elite-call-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cn-elite-call-label {
  font-size: 11px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.cn-elite-call-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cn-elite-call-numbers a {
  color: #111827;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.cn-elite-call-numbers a:hover {
  color: #c9ae86;
}

.cn-elite-call-numbers .divider {
  color: #d1d5db;
  font-size: 14px;
}

@media (max-width: 991px) {
  .cn-elite-content h2 {
    font-size: 38px;
  }

  .cn-elite-main-img {
    width: 100%;
    height: 480px;
  }
}

@media (max-width: 575px) {
  .cn-elite-image-area {
    padding: 0;
  }

  .cn-elite-main-img {
    height: auto;
    width: 100%;
  }

  .cn-elite-img-card,
  .cn-elite-exp {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }

  .cn-elite-img-card {
    border: 0;
  }

  .cn-elite-stats {
    grid-template-columns: 1fr;
  }

  .cn-elite-content h2 {
    font-size: 32px;
  }
}

/*--------------------------------footer------------------------------------------*/
.footer-pro {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg,
      rgba(30, 38, 42, 0.96) 0%,
      rgba(39, 50, 56, 0.96) 40%,
      rgba(83, 110, 119, 0.94) 100%),
    url("https://images.unsplash.com/photo-1511818966892-d7d671e672a2?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  color: #d8dee1;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right,
      rgba(198, 160, 108, 0.15),
      transparent 35%);
}

.footer-wrap {
  position: relative;
  z-index: 2;
  /* max-width: 1470px; */
  margin: auto;
  padding: 50px 25px 50px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 1fr 1fr;
  gap: 60px;
}

.footer-brand img {
  max-width: 190px;
  margin-bottom: 10px;
}

.footer-brand p {
  line-height: 1.9;
  color: #cfd7db;
  max-width: 320px;
  margin-bottom: 30px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  transition: 0.4s;
}

.footer-social a:hover {
  background: #c6a06c;
  border-color: #c6a06c;
  color: #273238;
  transform: translateY(-4px);
}

.footer-col h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.footer-col h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #c6a06c;
}

.footer-contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.footer-contact-item i {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #c6a06c;
  background: rgba(198, 160, 108, 0.12);
}

.footer-contact-item span {
  line-height: 1.8;
  width: max-content;
}

.footer-contact-item span a {
  color: #d8dee1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-item span a:hover {
  color: #c6a06c;
}

.footer-contact-item span .divider {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: max-content;
}

.footer-col ul li {
  margin-bottom: 16px;
}

.footer-col ul li a {
  color: #d8dee1;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
  transition: 0.3s;
}

.footer-col ul li a:before {
  content: "›";
  position: absolute;
  left: 0;
  color: #c6a06c;
}

.footer-col ul li a:hover {
  color: #fff;
  padding-left: 25px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  background: rgba(0, 0, 0, 0.18);
}

.footer-bottom p {
  margin: 0;
  color: #cdd5d8;
}

.footer-bottom-links {
  display: flex;
  gap: 25px;
}

.footer-bottom-links a {
  color: #cdd5d8;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #c6a06c;
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-wrap {
    padding: 70px 20px 50px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .footer-bottom-links {
    justify-content: center;
    gap: 15px;
  }

  .footer-bottom p {
    font-size: 13px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .footer-bottom {
    padding: 18px 0;
    gap: 12px;
  }

  .footer-bottom p {
    font-size: 12px;
    line-height: 1.6;
  }

  .footer-bottom-links {
    width: 100%;
    justify-content: center;
    gap: 12px;
  }

  .footer-bottom-links a {
    font-size: 12px;
  }
}

/* Extra Small Devices */
@media (max-width: 360px) {
  .footer-bottom-links {
    flex-direction: column;
    gap: 8px;
  }

  .footer-bottom-links a {
    display: block;
  }
}

/*--==============================  fqa==============================*/
.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.accordion-button::after {
  display: none !important;
}

.faq-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #c9ae86;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.accordion-button .minus {
  display: inline-block;
}

.accordion-button .plus {
  display: none;
}

.accordion-button.collapsed .plus {
  display: inline-block;
}

.accordion-button.collapsed .minus {
  display: none;
}

/* ======================================
   Contact Page Design 2
====================================== */

/* =========================
   PROJECTS SECTION
========================= */

.projects {
  padding: 100px 0;
  background: #f8f8f8;
  overflow: hidden;
}

/* Section Heading */
.section-head {
  max-width: 750px;
  margin-bottom: 40px;
}

.section-head .eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1f2937;
  background: #c6a06c;
  padding: 12px 22px;
  border-radius: 50px;
  margin-bottom: 16px;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(198, 160, 108, 0.28);
}

.section-head h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #1f2937;
}

.section-head p {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
}

/* Filters */
.project-filters {
  display: flex;
  justify-content: center;
  max-width: fit-content;
  gap: 15px;
  white-space: nowrap;
  margin-bottom: 50px;
}

.project-filters button {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid #85909463;
  background: transparent;
  font-size: 13.5px;
  font-weight: 600;
  color: currentColor;
  transition: all 0.3s var(--ease);
}

.project-filters button:hover,
.project-filters button.active {
  background: #c6a06c;
  color: #fff;
}

/* Grid */
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.project-card {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  min-height: 450px;
  text-decoration: none;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.5s ease,
    border-color 0.5s ease;
}

.project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 0;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(6, 56, 77, 0.2);
  border-color: var(--color-secondary, #c9ae86);
}

.project-card:hover img {
  transform: scale(1.08);
}

/* Dark Overlay */
.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(6, 56, 77, 0.95) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      transparent 100%);
  z-index: 1;
}

/* Content Overlay */
.project-card .overlay {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  color: #ffffff;
  transform: translateY(15px);
  opacity: 0.9;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.project-card:hover .overlay {
  transform: translateY(0);
  opacity: 1;
}

.project-card .tag {
  display: inline-block;
  background: var(--color-secondary, #c9ae86);
  color: #06384d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(201, 174, 134, 0.25);
  transition: all 0.3s ease;
}

.project-card h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.project-card .overlay span:last-child {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

/* Arrow */
.project-card .arrow {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 5;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.project-card .arrow svg {
  width: 20px;
  height: 20px;
}

.project-card:hover .arrow {
  background: var(--color-secondary, #c9ae86);
  color: #06384d;
  border-color: var(--color-secondary, #c9ae86);
  transform: rotate(45deg) scale(1.05);
}

/* Footer Button */
.projects-foot {
  text-align: center;
  margin-top: 60px;
}

.projects-foot .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 16px 34px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease;
}

.projects-foot svg {
  width: 18px;
  height: 18px;
}

.g-md-4 {
  --bs-gutter-x: 2.5rem;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  .projects {
    padding: 80px 0;
  }

  .section-head h2 {
    font-size: 38px;
  }

  .project-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .project-card {
    min-height: 380px;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2.1rem;
    --bs-gutter-x: 2.1rem;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .projects {
    padding: 60px 0;
  }

  .section-head {
    margin-bottom: 40px;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .section-head p {
    font-size: 15px;
  }

  .project-filters {
    gap: 10px;
  }

  .project-filters button {
    padding: 10px 18px;
    font-size: 14px;
  }

  .project-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .g--20 {
    gap: 20px;
  }

  .project-card {
    min-height: 320px;
    border-radius: 18px;
  }

  .project-card .overlay {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .project-card h3 {
    font-size: 22px;
  }

  .project-card .arrow {
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
  }
}

.projects-foot {
  display: flex;
  justify-content: center;
  margin-top: 50px !important;
}

.tmp-btn.btn-primary {
  gap: 10px;
  text-decoration: none;
}

.tmp-btn.btn-primary svg {
  width: 18px;
  height: 18px;
  transition: 0.3s ease;
}

.tmp-btn.btn-primary:hover svg {
  transform: translateX(5px);
}

.project-filters button {
  white-space: nowrap;
}

@media (min-width: 320px) and (max-width: 576px) {
  .px--25 {
    padding: 0px 25px;
  }

  .project-filters {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .projects-foot {
    display: flex;
    justify-content: center;
    margin-top: 35px !important;
  }
}

/* ================================
   Floating WhatsApp + Scroll Top
================================ */

.floating-action-area {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.whatsapp-float {
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.35);
  transition: 0.35s ease;
}

.whatsapp-float span {
  display: none;
}

.whatsapp-float i {
  font-size: 26px;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  color: #ffffff !important;
  transform: translateY(-5px);
}

@media only screen and (max-width: 767px) {
  .floating-action-area {
    right: 18px;
    bottom: 18px;
  }

  .whatsapp-float {
    width: 54px;
    height: 54px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .whatsapp-float span {
    display: none;
  }
}

/*----------------contant---------------------------------------------------*/
/* =====================================
   Contact Page - Craft Nest
===================================== */

.cn-contact-banner {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Overlay */
.cn-contact-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.cn-contact-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cn-contact-banner-content h1 {
  color: #ffffff;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 25px;
}

.cn-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cn-breadcrumb a,
.cn-breadcrumb span,
.cn-breadcrumb strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.cn-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f5f117;
}

.cn-breadcrumb a i,
.cn-breadcrumb span i {
  color: #ffffff;
}

.cn-breadcrumb span i {
  font-size: 12px;
}

/* Contact Cards */
.cn-contact-info-section {
  padding: 100px 0 70px;
  background: #fbf8f3;
}

.cn-contact-card {
  min-height: 280px;
  padding: 50px 35px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(6, 56, 77, 0.05);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(6, 56, 77, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cn-contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(6, 56, 77, 0.08);
  border-color: rgba(201, 174, 134, 0.3);
}

.cn-contact-icon {
  width: 80px;
  height: 80px;
  background: rgba(201, 174, 134, 0.08);
  color: var(--color-secondary, #c9ae86);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 32px;
  transition: all 0.4s ease;
  border: 1px solid rgba(201, 174, 134, 0.15);
}

.cn-contact-card:hover .cn-contact-icon {
  background: #06384d;
  color: #ffffff;
  border-color: #06384d;
  transform: scale(1.05) rotate(15deg);
}

.cn-contact-card h3 {
  color: #06384d;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
}

.cn-contact-card p,
.cn-contact-card a {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cn-contact-card a:hover {
  color: var(--color-secondary, #c9ae86);
}

.cn-contact-card {
  height: 100%;
}

.cn-contact-card p {
  line-height: 1.7;
  margin-bottom: 0;
}

.cn-contact-card p a {
  word-break: break-word;
}

/* Quote Form */
.cn-quote-section {
  padding: 90px 0 100px;
  background: #ffffff;
}

.cn-quote-box {
  padding: 55px 60px 60px;
  background: #fbf8f3;
  border: 1px solid rgba(6, 56, 77, 0.05);
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(6, 56, 77, 0.03);
}

.cn-quote-title {
  margin-bottom: 35px;
  border-left: 4px solid var(--color-secondary, #c9ae86);
  padding-left: 18px;
}

.cn-quote-title h2 {
  color: #06384d;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 8px;
}

.cn-quote-title p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.cn-input-group {
  position: relative;
}

.cn-input-group input,
.cn-input-group textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #dbe5eb;
  background: #ffffff;
  color: #06384d;
  font-size: 15px;
  padding: 0 50px 0 20px;
  outline: none;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cn-input-group textarea {
  height: 160px;
  padding-top: 20px;
  resize: none;
}

.cn-input-group input:focus,
.cn-input-group textarea:focus {
  border-color: var(--color-secondary, #c9ae86);
  box-shadow: 0 0 0 4px rgba(201, 174, 134, 0.15);
}

.cn-input-group i {
  position: absolute;
  right: 22px;
  top: 22px;
  color: var(--color-secondary, #c9ae86);
  font-size: 15px;
  pointer-events: none;
}

.cn-input-group.textarea i {
  top: 24px;
}

.cn-send-btn {
  width: auto;
  min-width: 200px;
  height: 58px;
  border: none;
  background: linear-gradient(135deg,
      var(--color-secondary, #c9ae86) 0%,
      #caaa81 100%);
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 36px;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(201, 174, 134, 0.35);
}

.cn-send-btn:hover {
  background: linear-gradient(135deg, #06384d 0%, #0d5370 100%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(6, 56, 77, 0.25);
}

/* Map */
.cn-map-section {
  width: 100%;
  height: 450px;
  overflow: hidden;
  padding: 0;
}

.cn-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Mobile Responsive */
@media only screen and (max-width: 991px) {
  .cn-contact-banner {
    text-align: center;
    background-size: cover;
  }

  .cn-breadcrumb {
    justify-content: center;
  }

  .cn-quote-box {
    padding: 34px 28px;
  }

  .cn-cta-box {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .cn-contact-banner {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
  }

  .cn-contact-banner-content h1 {
    font-size: 34px;
  }

  .cn-contact-info-section {
    padding: 50px 0 30px;
  }

  .cn-contact-card {
    min-height: auto;
    padding: 34px 22px;
  }

  .cn-contact-icon {
    font-size: 44px;
  }

  .cn-quote-section {
    padding: 25px 0 50px;
  }

  .cn-quote-box {
    padding: 26px 18px;
  }

  .cn-map-section {
    height: 320px;
  }

  .cn-contact-cta {
    padding-top: 35px;
  }

  .cn-cta-box {
    padding: 28px 20px;
    margin-bottom: -40px;
  }

  .cn-cta-box h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .cn-cta-btn {
    width: 100%;
  }
}

/*=================================  ABOUT US   detailes ===================================================*/

.about-color {
  color: #6e8190;
}

/* What We Do Section - Premium Glassmorphic Theme */
.apx-what-we-do {
  background: #f3ebdc;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

.apx-what-we-do .apx-section-title {
  text-align: center;
  color: #111827;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 60px;
  letter-spacing: -0.5px;
  position: relative;
}

.apx-do-card {
  background: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 55px 40px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.apx-do-icon {
  width: 85px;
  height: 85px;
  background: rgba(201, 174, 134, 0.1);
  color: var(--color-secondary, #c9ae86);
  border: 1px solid rgba(201, 174, 134, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 25px;
  font-size: 36px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.apx-do-card h4 {
  color: #111827;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.apx-do-card p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 25px;
  flex-grow: 1;
  transition: color 0.3s ease;
}

.apx-do-link {
  color: var(--color-secondary, #c9ae86);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  margin-top: auto;
}

.apx-do-link i {
  transition: transform 0.3s ease;
}

/* Hover Animations */
.apx-do-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(201, 174, 134, 0.25);
}

.apx-do-card:hover .apx-do-icon {
  background: #06384d;
  color: #ffffff;
  border-color: #06384d;
  transform: scale(1.1) rotate(360deg);
}

.apx-do-card:hover h4 {
  color: #06384d;
}

.apx-do-card:hover p {
  color: #1a2e35;
}

.apx-do-card:hover .apx-do-link {
  color: #06384d;
}

.apx-do-card:hover .apx-do-link i {
  transform: translateX(6px);
}

/* Responsive Media Queries */
@media only screen and (max-width: 991px) {
  .apx-what-we-do {
    padding: 80px 0;
  }

  .apx-do-card {
    padding: 45px 30px;
  }

  .apx-do-icon {
    width: 75px;
    height: 75px;
    font-size: 30px;
  }

  .apx-do-card h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .apx-what-we-do {
    padding: 60px 0;
  }

  .apx-do-card {
    margin-bottom: 15px;
  }
}

/* =====================================
   Experts Section - Craft Nest
===================================== */

.apx-experts {
  padding: 80px 0;
  background: #ffffff;
}

.apx-section-head {
  text-align: center;
  margin-bottom: 50px;
}

.apx-section-subtitle {
  display: inline-block;
  font-family: var(--font-secondary);
  color: var(--color-heading-1);
  background: #cbab82;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.apx-section-title {
  color: #06384d;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
}

.apx-expert-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 45px;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto 45px;
  padding: 35px;
  background: #ffffff;
  border: 1px solid rgba(6, 56, 77, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(6, 56, 77, 0.08);
}

.apx-expert-row:last-child {
  margin-bottom: 0;
}

.apx-expert-card {
  background: #ffffff;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.apx-expert-img {
  width: 100%;
  height: 210px;
  background: #f5f5f5;
  overflow: hidden;
}

.apx-expert-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.apx-expert-card h4 {
  color: #06384d;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  margin: 20px 10px 6px;
}

.apx-expert-card span {
  display: block;
  color: #caaa81;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.apx-expert-content p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 12px;
}

.apx-expert-content strong {
  color: #06384d;
}

.apx-expert-content .experts {
  color: #374151;
  font-weight: 500;
  margin-bottom: 6px;
}

/* =====================================
   Tablet Responsive
===================================== */

@media only screen and (max-width: 991px) {
  .apx-experts {
    padding: 65px 0;
  }

  .apx-section-title {
    font-size: 34px;
  }

  .apx-expert-row {
    max-width: 650px;
    gap: 28px;
    padding: 30px;
    text-align: center;
  }

  .apx-expert-card {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }

  .apx-expert-img {
    height: 230px;
  }

  .apx-expert-content p {
    text-align: justify;
  }

  .apx-expert-content .experts {
    text-align: center;
  }
}

/* =====================================
   Mobile Responsive
===================================== */

@media only screen and (max-width: 767px) {
  .apx-experts {
    padding: 55px 0;
  }

  .apx-section-head {
    margin-bottom: 35px;
  }

  .apx-section-subtitle {
    font-size: 12px;
    padding: 9px 18px;
  }

  .apx-section-title {
    font-size: 28px;
  }

  .apx-expert-row {
    display: block;
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 30px;
    border-radius: 14px;
  }

  .apx-expert-card {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 24px;
  }

  .apx-expert-img {
    height: 230px;
  }

  .apx-expert-card h4 {
    font-size: 17px;
    margin-top: 18px;
  }

  .apx-expert-card span {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .apx-expert-content p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 10px;
  }

  .apx-expert-content .experts {
    text-align: center;
    font-size: 14px;
  }
}

/* =====================================
   Small Mobile
===================================== */

@media only screen and (max-width: 480px) {
  .apx-experts {
    padding: 45px 0;
  }

  .apx-section-title {
    font-size: 24px;
  }

  .apx-expert-row {
    padding: 18px 12px;
    margin-bottom: 25px;
  }

  .apx-expert-img {
    height: 210px;
  }

  .apx-expert-card h4 {
    font-size: 16px;
  }

  .apx-expert-content p {
    font-size: 13px;
    line-height: 1.75;
  }
}

/* =====================================
   Extra Small Mobile - 320px
===================================== */

@media only screen and (max-width: 360px) {
  .apx-section-title {
    font-size: 22px;
  }

  .apx-expert-img {
    height: 190px;
  }

  .apx-expert-card h4 {
    font-size: 15px;
  }

  .apx-expert-card span {
    font-size: 12px;
  }

  .apx-expert-content p {
    font-size: 12.5px;
  }
}

/* ===============================
   Tablet Responsive
=================================*/
@media (max-width: 991px) {
  .cn-elite-image-area {
    margin-bottom: 30px;
  }

  .cn-elite-main-img {
    width: 100%;
    height: auto;
  }

  .cn-elite-img-card {
    width: 180px;
    height: 180px;
    right: 15px;
    bottom: -15px;
  }

  .cn-elite-content h2 {
    line-height: 1.3;
  }

  .cn-elite-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .cn-elite-action {
    justify-content: center;
  }
}

/* ===============================
   Mobile Responsive
=================================*/
@media (max-width: 767px) {
  .cn-about-elite {
    padding: 60px 0;
  }

  .cn-elite-main-img {
    height: 320px;
    object-fit: cover;
  }

  .cn-elite-img-card {
    display: none;
  }

  .cn-elite-exp {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  .cn-elite-content h2 {
    font-size: 30px;
  }

  .cn-elite-content p {
    font-size: 15px;
  }

  .cn-elite-list div {
    font-size: 14px;
  }

  .cn-elite-stats {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .cn-elite-stats div {
    padding: 18px;
  }

  .cn-elite-action {
    flex-direction: column;
    gap: 15px;
  }

  .cn-elite-btn,
  .cn-elite-call {
    width: 100%;
    justify-content: center;
  }
}

/* ===============================
   Small Mobile
=================================*/
@media (max-width: 480px) {
  .cn-elite-content h2 {
    font-size: 20px;
  }

  .cn-elite-subtitle {
    font-size: 15px;
  }

  .cn-elite-exp strong {
    font-size: 32px;
  }

  .cn-elite-exp span {
    font-size: 14px;
  }
}

/* =====================================
   Contact Banner - Craft Nest
===================================== */

.cn-contact-banner {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Dark Overlay */
.cn-contact-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 56, 77, 0.55);
  z-index: 1;
}

.cn-contact-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cn-contact-banner-content h1 {
  color: #ffffff;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 25px;
}

.cn-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cn-breadcrumb a,
.cn-breadcrumb span,
.cn-breadcrumb strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.cn-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cn-breadcrumb a i,
.cn-breadcrumb span i {
  color: #ffffff;
}

.cn-breadcrumb span i {
  font-size: 12px;
}

/* Banner Responsive */
@media only screen and (max-width: 991px) {
  .cn-contact-banner {
    text-align: center;
    background-size: cover;
  }

  .cn-breadcrumb {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .cn-contact-banner {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
  }

  .cn-contact-banner-content h1 {
    font-size: 34px;
  }
}

/*==============================================services page==================================*/
.section-title-area .Section-title {
  font-weight: 600;
  max-width: 469px;
  color: var(--color-heading-1);
  margin-bottom: 15px;
}

.desc {
  max-width: 700px;
}

/*=========================================SERVICE DETAILS PAGE========================================*/
.step {
  text-align: center;
  position: relative;
}

.step span {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  background: #6e8190;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

/* CTA */

.service-cta {
  padding: 120px 0;
}

/* RESPONSIVE */

/* =========================
   SIMPLE PROFESSIONAL CTA
========================= */

.service-cta {
  padding: 100px 0;
  background: #f3ebdc;
}

.service-cta-content {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.cta-subtitle {
  display: inline-block;
  margin-bottom: 18px;
  padding: 12px 24px;

  color: #1f2937;
  background: #c9ae86;

  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 1;

  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(201, 174, 134, 0.35);
}

.service-cta-content h2 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #1f2937;
}

.service-cta-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
  margin-bottom: 35px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 52px;
  padding: 0 30px;

  background: #c9ae86;
  color: #fff;

  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;

  transition: 0.3s;
}

.cta-btn:hover {
  background: #b89a70;
  color: #fff;
}

/* Responsive */

@media (max-width: 768px) {
  .service-cta {
    padding: 70px 0;
  }

  .service-cta-content h2 {
    font-size: 30px;
  }
}

.service-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-btn-area {
  margin-top: auto;
}

.text-middle {
  text-align: center;
  margin: auto;
}

/* Tablet */
@media (max-width: 768px) {
  .service-cta-content {
    max-width: 100%;
    padding: 0 20px;
    text-align: start;
  }

  .text-middle {
    text-align: start;
    padding: 0 20px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .service-cta-content {
    max-width: 100%;
    padding: 0 15px;
    text-align: start;
  }

  .text-middle {
    text-align: start;
    padding: 0 20px;
  }
}

/* Small Mobile */
@media (max-width: 400px) {
  .service-cta-content {
    padding: 0 12px;
    text-align: start;
    padding: 0 20px;
  }

  .text-middle {
    text-align: start;
    padding: 0 20px;
  }
}

/* Modal Width */
#expertModal .modal-dialog {
  max-width: 450px;
}

#expertModal .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* Modal Container */
.expert-modal {
  background: #fff;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Header */
.expert-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.expert-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.expert-title i {
  color: #c9ae86;
  font-size: 28px;
}

.expert-title h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  width: max-content;
}

/* Close Button */
.close-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #000;
  font-size: 24px;
  line-height: 1;
  margin-left: 125px;
}

/* Form Fields */
.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group input {
  width: 100%;
  height: 60px;
  border: 1px solid #dce4ea;
  padding: 0 55px 0 20px;
  font-size: 15px;
  color: #5c6f82;
  outline: none;
}

.form-group input::placeholder {
  color: #60758a;
}

.form-group i {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #c9ae86;
  font-size: 18px;
}

/* Button */
.submit-btn {
  width: 100%;
  height: 48px;
  border: none;
  background: #c9ae86;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 12px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #6b7280;
}

/* Privacy Text */
.privacy-text {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

/* Mobile */
@media (max-width: 576px) {
  #expertModal .modal-dialog {
    margin: 10px;
  }

  .expert-title h2 {
    font-size: 20px;
  }

  .expert-title i {
    font-size: 24px;
  }
}

/* Modern glass effect */
.modal {
  backdrop-filter: blur(3px);
}

.modal-backdrop.show {
  opacity: 0.15 !important;
}

/* Tablet */
@media (max-width: 768px) {
  #expertModal .modal-dialog {
    max-width: 95%;

    align-items: center;
    justify-content: center;
    max-width: 450px;
  }

  .close-btn {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    color: #000;
    font-size: 24px;
    line-height: 1;
    margin-left: 135px;
  }

  .expert-modal {
    padding: 20px;
  }

  .expert-title h2 {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  #expertModal .modal-dialog {
    margin: 10px;
    max-width: 100%;
  }

  #expertModal .modal-content {
    max-width: 360px;
  }

  .expert-modal {
    padding: 18px;
  }

  .expert-title {
    gap: 10px;
  }

  .expert-title i {
    font-size: 22px;
  }

  .expert-title h2 {
    font-size: 20px;
  }

  .close-btn {
    font-size: 22px;

    margin-left: 95px;
  }

  .form-group input {
    height: 54px;
    font-size: 14px;
  }

  .submit-btn {
    height: 50px;
    font-size: 15px;
  }

  .privacy-text {
    font-size: 12px;
  }
}

/* Small Phones 320px */
@media (max-width: 360px) {
  .expert-title h2 {
    font-size: 18px;
  }

  .close-btn {
    margin-left: 55px;
  }

  .expert-title i {
    font-size: 20px;
  }

  .form-group input {
    padding-left: 15px;
    padding-right: 45px;
  }

  .privacy-text {
    font-size: 11px;
    line-height: 1.5;
  }
}

/*========================hoome icon ============*/

.cn-breadcrumb a i {
  color: #c6a06c !important;
}

.cn-breadcrumb a:hover,
.cn-breadcrumb a:hover i {
  color: #d1b38a !important;
}

.cn-breadcrumb .current-page,
.cn-breadcrumb strong {
  color: #ffd166;
  font-weight: 700;
}

.cn-breadcrumb .current-page::after,
.cn-breadcrumb strong::after {
  display: none;
}

/* =====================================
   Simple Sidebar Like Screenshot
===================================== */

.cn-sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition: 0.3s ease;
}

.cn-sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cn-mobile-sidebar {
  position: fixed;
  top: 0;
  left: -310px;
  width: 290px;
  max-width: 88%;
  height: 100vh;
  background: #ffffff;
  z-index: 9999;
  padding: 42px 32px;
  overflow-y: auto;
  transition: 0.4s ease;
  box-shadow: 10px 0 35px rgba(15, 23, 42, 0.12);
}

.cn-mobile-sidebar.active {
  left: 0;
}

.cn-sidebar-top {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 28px;
  border-bottom: 1px solid #eeeeee;
}

.cn-sidebar-logo {
  display: inline-block;
}

.cn-sidebar-logo img {
  width: 90px;
  height: auto;
  display: block;
}

.cn-mobile-sidebar .close-icon-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.cn-mobile-sidebar .close-icon-menu:hover {
  color: #c9ae86;
}

/* Menu */
.cn-sidebar-menu ul {
  padding: 0px 0px 0px 0px;
  margin: 0;
  list-style: none;
}

.cn-sidebar-menu li {
  margin-bottom: 26px;
}

.cn-sidebar-menu a {
  display: inline-block;
  color: #00233f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: 0.3s ease;
}

.cn-sidebar-menu a:hover {
  color: #c9ae86;
  padding-left: 6px;
}

/* Social Icons */
.cn-sidebar-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.cn-sidebar-social a {
  width: 31px;
  height: 31px;
  background: #f3ebdc;
  color: #00233f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s ease;
}

.cn-sidebar-social a:hover {
  background: #00233f;
  color: #ffffff;
  transform: translateY(-3px);
}

body.sidebar-open {
  overflow: hidden;
}

/* Mobile */
@media only screen and (max-width: 575px) {
  .cn-mobile-sidebar {
    width: 290px;
    padding: 40px 30px;
  }

  .cn-sidebar-logo img {
    width: 100px;
  }
}

/* =====================================layout changes================== */
.mainmenu li a.active {
  color: #c9ae86 !important;
}

.mainmenu li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background: #c9ae86;
  border-radius: 10px;
}

.mainmenu li a {
  position: relative;
}

/*================banner index===============================*/
.img-hero {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media only screen and (min-width: 992px) {
  .img-hero {
    max-height: 550px;
  }
}

.home-one .cn-about-elite.tmp-section-gap {
  padding-top: 60px;
}

/*=======================package new========================*/

:root {
  --cn-bg: #f8f5ee;
  --cn-card: #ffffff;
  --cn-card-soft: #fbfaf7;
  --cn-text: #1f2a25;
  --cn-heading: #13211d;
  --cn-muted: #6a746e;
  --cn-line: #e8dfd1;
  --cn-gold: #ccac84;
  --cn-gold-dark: #9f7b4f;
  --cn-green: #6f8790;
  --cn-green-dark: #405e66;
  --cn-shadow: 0 18px 45px rgba(31, 42, 37, 0.09);
  --cn-shadow-hover: 0 26px 60px rgba(31, 42, 37, 0.14);
  --cn-radius: 22px;
  --cn-fast: 180ms ease;
  --cn-smooth: 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

*/ body.package-page {
  min-height: 100vh;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--cn-text);
  background:
    radial-gradient(circle at top left,
      rgba(204, 172, 132, 0.2),
      transparent 32%),
    radial-gradient(circle at top right,
      rgba(111, 135, 144, 0.14),
      transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, var(--cn-bg) 100%);
  overflow-x: hidden;
}

.cn-packages-section h2,
.cn-packages-section h3,
.cn-packages-section h4,
.cn-packages-section p,
.cn-packages-section ul,
.cn-packages-section ol,
.cn-packages-section li {
  margin: 0;
  padding: 0;
}

.cn-packages-section button,
.cn-packages-section select {
  font: inherit;
}

.cn-packages-section button {
  -webkit-tap-highlight-color: transparent;
}

.cn-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.cn-packages-section {

  position: relative;
  padding: 64px 0 78px;
}

.cn-packages-section-bg {
  background-color: rgb(243 235 220);
}

.cn-title-wrap {
  text-align: center;
  margin-bottom: 28px;
  animation: cnFadeUp 0.55s ease both;
}

.cn-title-wrap h2 {
  color: var(--cn-heading);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.cn-title-note {
  max-width: 620px;
  margin: 12px auto 22px;
  color: var(--cn-muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.cn-title-wrap h3 {
  margin-top: 12px;
  color: var(--cn-heading);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 2;
}

.cn-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 24px;
}

.cn-summary-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 138px;
  padding: 24px;
  border: 1px solid var(--cn-line);
  border-radius: var(--cn-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--cn-shadow);
  overflow: hidden;
  transition:
    transform var(--cn-smooth),
    box-shadow var(--cn-smooth),
    border-color var(--cn-smooth);
  animation: cnFadeUp 0.6s ease both;
}

.cn-summary-card:nth-child(2) {
  animation-delay: 0.08s;
}

.cn-summary-card:nth-child(3) {
  animation-delay: 0.16s;
}

.cn-summary-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -34px;
  top: -34px;
  border-radius: 50%;
  background: rgba(204, 172, 132, 0.13);
  transition:
    transform var(--cn-smooth),
    opacity var(--cn-smooth);
}

.cn-summary-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--cn-shadow-hover);
  border-color: rgba(204, 172, 132, 0.52);
}

.cn-summary-card:hover::after {
  transform: scale(1.18);
  opacity: 0.9;
}

.cn-summary-card.featured {
  color: #fff;
  background: linear-gradient(135deg, #21332e, #14211d);
  border-color: rgba(204, 172, 132, 0.45);
}

.cn-summary-card.featured::after {
  background: rgba(204, 172, 132, 0.26);
}

.cn-summary-card>* {
  position: relative;
  z-index: 1;
}

.cn-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  color: #1d2925;
  background: var(--cn-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cn-hex,
.cn-plan-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--cn-green), var(--cn-green-dark));
  box-shadow: 0 14px 28px rgba(111, 135, 144, 0.22);
}

.featured .cn-hex {
  color: #1d2925;
  background: linear-gradient(135deg, #e6c79b, var(--cn-gold));
}

.cn-summary-card h4,
.cn-plan-head h3 {
  color: inherit;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.cn-summary-card p {
  margin-top: 5px;
  color: var(--cn-heading);
  font-size: 19px;
  font-weight: 800;
}

.cn-summary-card.featured p {
  color: #fff;
}

.cn-summary-card small {
  display: block;
  margin-top: 4px;
  color: var(--cn-muted);
  font-weight: 700;
}

.cn-summary-card.featured small {
  color: rgba(255, 255, 255, 0.7);
}

.cn-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding: 16px 18px;
  border: 1px solid var(--cn-line);
  border-radius: 18px;
  color: var(--cn-muted);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 30px rgba(31, 42, 37, 0.07);
  font-weight: 650;
}

.cn-toolbar i {
  color: var(--cn-gold-dark);
}

.cn-toolbar button {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 999px;
  color: #fff;
  background: var(--cn-heading);
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(19, 33, 29, 0.2);
  transition:
    transform var(--cn-fast),
    box-shadow var(--cn-fast),
    background var(--cn-fast);
}

.cn-toolbar button:hover {
  transform: translateY(-2px);
  background: var(--cn-green-dark);
  box-shadow: 0 18px 34px rgba(19, 33, 29, 0.23);
}

.cn-toolbar button:active {
  transform: translateY(0) scale(0.98);
}

.cn-package-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.cn-plan-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--cn-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--cn-shadow);
  transition:
    transform var(--cn-smooth),
    box-shadow var(--cn-smooth),
    border-color var(--cn-smooth);
  animation: cnFadeUp 0.7s ease both;
}

.cn-plan-panel:nth-child(2) {
  animation-delay: 0.08s;
}

.cn-plan-panel:nth-child(3) {
  animation-delay: 0.16s;
}

.cn-plan-panel:hover {
  transform: translateY(-5px);
  box-shadow: var(--cn-shadow-hover);
  border-color: rgba(204, 172, 132, 0.48);
}

.cn-plan-panel.signature {
  border-color: rgba(204, 172, 132, 0.65);
}

.cn-plan-roof {
  height: 5px;
  background: var(--cn-green);
}

.signature .cn-plan-roof {
  background: var(--cn-gold);
}

.prestige .cn-plan-roof {
  background: var(--cn-gold-dark);
}

.basic .cn-plan-roof {
  background: var(--cn-muted);
}

.commercial .cn-plan-roof {
  background: var(--cn-green-dark);
}

.cn-plan-panel.commercial {
  border-color: rgba(64, 94, 102, 0.35);
}

.cn-plan-panel.basic {
  border-color: rgba(106, 116, 110, 0.35);
}

.cn-plan-head {
  text-align: justify;
  padding: 24px 22px 20px;
  border-bottom: 1px solid var(--cn-line);
}

.cn-plan-icon {
  margin-bottom: 16px;
  font-size: 21px;
}

.signature .cn-plan-icon {
  color: #1d2925;
  background: linear-gradient(135deg, #e6c79b, var(--cn-gold));
}

.prestige .cn-plan-icon {
  background: linear-gradient(135deg, var(--cn-gold-dark), var(--cn-gold));
}

.cn-plan-head h3 {
  color: var(--cn-heading);
  font-size: 29px;
}

.cn-plan-head p {
  margin-top: 6px;
  color: var(--cn-gold-dark);
  font-size: 24px;
  font-weight: 800;
}

.cn-plan-head small {
  display: inline-flex;
  margin-top: 11px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--cn-green-dark);
  background: rgba(111, 135, 144, 0.1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cn-spec-list {
  padding: 12px;
}

.cn-spec {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #ece5db;
  border-radius: 16px;
  transition:
    border-color var(--cn-fast),
    box-shadow var(--cn-fast),
    transform var(--cn-fast);
}

.cn-spec:hover {
  border-color: rgba(204, 172, 132, 0.48);
  background: #fff;
}

.cn-spec.active {
  border-color: rgba(204, 172, 132, 0.75);
  background: #fff;
  box-shadow: 0 12px 25px rgba(204, 172, 132, 0.14);
}

.cn-spec button {
  width: 100%;
  border: 0;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 14px;
  color: var(--cn-heading);
  text-align: left;
  font-size: 14px;
  font-weight: 800;
}

.cn-spec button span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15.5px;
}

.cn-spec button i {
  width: 18px;
  color: var(--cn-green);
  text-align: center;
}

.cn-spec button b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--cn-heading);
  background: #f1eadf;
  font-size: 18px;
  line-height: 1;
  transition:
    transform var(--cn-smooth),
    background var(--cn-smooth),
    color var(--cn-smooth);
}

.cn-spec button:active b {
  transform: scale(0.9);
}

.cn-spec.active button b {
  color: #fff;
  background: var(--cn-heading);
  transform: rotate(180deg);
}

.cn-spec-content {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 15px;
  transition:
    max-height 360ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 260ms ease,
    padding 260ms ease;
}

.cn-spec.active .cn-spec-content {
  max-height: fit-content;
  opacity: 1;
  padding: 0 15px 14px;
}

.cn-spec-content p {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 24px;
  border-top: 1px dashed #eadfce;
  color: #58645e;
  font-size: 13.5px;
  line-height: 1.55;
  transform: translateY(-4px);
  transition: transform var(--cn-smooth);
}

.cn-spec.active .cn-spec-content p {
  transform: translateY(0);
}

.cn-spec-content p::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  color: green;
  font-weight: 900;
}

.redmark::before {
  content: "✕" !important;
  position: absolute !important;
  left: 0;
  top: 8px;
  color: #dc2626 !important;
  font-weight: 900;
}

.cn-spec.cn-clicked {
  animation: cnPulse 0.38s ease;
}

.cn-spec.cn-ripple::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%),
      rgba(204, 172, 132, 0.28),
      transparent 38%);
  animation: cnRipple 0.55s ease forwards;
}

@keyframes cnFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cnPulse {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(0.985);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes cnRipple {
  from {
    opacity: 1;
    transform: scale(0.95);
  }

  to {
    opacity: 0;
    transform: scale(1.08);
  }
}

@media (max-width: 1080px) {

  .cn-summary-grid,
  .cn-package-details {
    grid-template-columns: 1fr;
  }

  .cn-summary-card {
    min-height: 120px;
  }

  .cn-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .cn-container {
    width: min(100% - 24px, 1180px);
  }

  .cn-packages-section {
    padding: 42px 0 56px;
  }

  .cn-packages-section::before {
    inset: 12px 10px auto;
    height: 220px;
    border-radius: 24px;
  }

  .cn-summary-card {
    padding: 20px;
  }

  .cn-badge {
    position: static;
    margin-left: auto;
    order: 3;
  }

  .cn-toolbar button {
    width: 100%;
  }

  .cn-plan-head {
    padding: 22px 18px 18px;
  }

  .cn-spec-list {
    padding: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/*============================== Summary Cards =============================*/

.cn-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.cn-summary-card {
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 28px;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.cn-summary-card::before,
.cn-summary-card::after {
  display: none !important;
  content: none !important;
}

.cn-summary-card:hover {
  transform: translateY(-6px);
  border-color: #ccac84;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.card-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 14px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.icon i {
  font-size: 20px;
  color: #ccac84;
  transition: 0.3s ease;
}

.cn-summary-card:hover .icon {
  background: #ccac84;
  transform: scale(1.05);
}

.cn-summary-card:hover .icon i {
  color: #fff;
}

.plan h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1d;
}

.plan small {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #7d7d7d;
  line-height: 1.5;
}

.price {
  margin-top: auto;
  padding-top: 20px;
}

.price span {
  display: block;
  font-size: 34px;
  font-weight: 800;
  color: #111;
  line-height: 1;
}

.price p {
  margin: 8px 0 0;
  font-size: 14px;
  color: #777;
}

.popular-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 12px;
  background: #ccac84;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 30px;
  opacity: 0;
  transform: translateY(-6px);
  transition: 0.3s ease;
}

.cn-summary-card.active .popular-tag {
  opacity: 1;
  transform: translateY(0);
}

/*===================================== Package Tabs ===========================================*/

.cn-package-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 40px 0 70px;
  align-items: stretch;
  padding: 0 0px;
}

.cn-package-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 110px;
  padding: 22px 24px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid rgba(204, 172, 132, 0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfaf6 100%);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
  transition: 0.35s ease;
}

.cn-package-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(204, 172, 132, 0.12),
      transparent 60%);
  opacity: 0;
  transition: 0.35s ease;
}

.cn-package-card:hover,
.cn-package-card.active {
  border-color: #ccac84;
  box-shadow: 0 22px 50px rgba(204, 172, 132, 0.18);
}

.cn-package-card:hover::before,
.cn-package-card.active::before {
  opacity: 1;
}

/* Icon */
.cn-zodiac {
  width: 66px;
  height: 66px;
  min-width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fff;
  color: #a88557;
  font-size: 30px;
  border: 1px solid rgba(168, 133, 87, 0.15);
  box-shadow: 0 12px 24px rgba(204, 172, 132, 0.18);
  transition: all 0.35s ease;
}

.cn-package-card:hover .cn-zodiac,
.cn-package-card.active .cn-zodiac {
  background: linear-gradient(135deg, #d8ba92, #a88557);
  color: #fff;
  box-shadow: 0 16px 32px rgba(168, 133, 87, 0.35);
}

/* Text */
.cn-package-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.cn-package-content b {
  font-size: 20px;
  font-weight: 700;
  color: #2d2a26;
  line-height: 1.2;
  margin-bottom: 5px;
}

.cn-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.cn-price span[data-rate] {
  font-size: 19px;
  font-weight: 750;
  color: #a88557;
}

.cn-price small {
  font-size: 15px;
  font-weight: 600;
  color: #777;
}

/*============================== Details Grid =============================*/

.cn-package-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.cn-plan-panel {
  display: block !important;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(204, 172, 132, 0.18);
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(17, 24, 39, 0.08);
  transition: 0.35s ease;
}

.cn-plan-panel.active-package {
  border-color: #ccac84;
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(204, 172, 132, 0.685);
}

/* ============================== Responsive ============================== */

/* Default desktop: 3 columns */

.cn-package-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.cn-package-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.pen {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.phone {
  text-align: center;
}

/* Package title */
.cn-package-title {
  margin-bottom: 35px;
  text-align: center;
}

.cn-package-title h2 {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 12px 42px;
  border: 1px solid rgba(204, 172, 132, 0.75);
  border-radius: 50px;
  color: #142233;
  background: linear-gradient(180deg, #ffffff, #fbfbfb);
  box-shadow: 0 14px 35px rgba(20, 34, 51, 0.08);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1px;
}

.cn-package-title h2 span {
  color: #c99f5c;
}

/* Prevent grid items from overflowing */
.cn-package-card,
.cn-plan-panel,
.cn-package-content,
.cn-spec,
.cn-spec-content {
  min-width: 0;
}

/* Large laptop */
@media (max-width: 1200px) {

  .cn-package-tabs,
  .cn-package-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .cn-package-tabs {
    padding: 0;
  }
}

/* Tablet */
@media (max-width: 991px) {

  .cn-package-tabs,
  .cn-package-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .cn-summary-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cn-summary-card {
    padding: 24px;
  }

  .cn-package-title h2 {
    padding: 11px 32px;
    font-size: 30px;
  }
}

/* Mobile landscape */
@media (max-width: 767px) {

  .cn-package-tabs,
  .cn-package-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .cn-package-card {
    width: 100%;
    min-height: 95px;
    padding: 16px;
  }

  .cn-zodiac {
    width: 52px;
    height: 52px;
    min-width: 52px;
    font-size: 23px;
  }

  .cn-package-content b {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 575px) {

  .cn-packages-offered,
  .cn-packages-section {
    padding: 55px 0 65px;
  }

  .cn-package-tabs,
  .cn-package-details {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0;
  }

  .cn-package-card {
    min-height: 88px;
    padding: 15px;
  }

  .cn-package-title {
    margin-bottom: 25px;
  }

  .cn-package-title h2 {
    width: 100%;
    padding: 10px 20px;
    border-radius: 18px;
    font-size: 24px;
    letter-spacing: -0.5px;
  }

  .cn-zodiac {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 21px;
  }

  .cn-package-content b {
    font-size: 16px;
  }

  .cn-plan-panel.active-package {
    transform: none;
  }
}

/* Very small mobile */
@media (max-width: 375px) {
  .cn-package-title h2 {
    padding: 10px 14px;
    font-size: 21px;
  }

  .cn-package-card {
    padding: 13px;
  }

  .cn-zodiac {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 19px;
  }
}

/*================================== project details page ================================*/
/* ==========================================================
   CRAFT NEST PROJECT DETAILS PAGE
========================================================== */

/* ==========================================================
   PROJECT-ONLY RESET
   Scoped to this page so the main Craft Nest CSS is untouched.
========================================================== */

.cn-project-details-page,
.cn-project-details-page *,
.cn-project-details-page *::before,
.cn-project-details-page *::after {
  box-sizing: border-box;
}

.cn-project-details-page {
  color: #1b2b45;
  background: #ffffff;
  font-family: var(--font-secondary, "Rubik", Arial, Helvetica, sans-serif);
}

.cn-project-details-page img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.cn-project-details-page button,
.cn-project-details-page a {
  -webkit-tap-highlight-color: transparent;
}

.cn-project-details-page button {
  font: inherit;
}

.cn-project-details-page a {
  color: inherit;
  text-decoration: none;
}

.cn-project-details-page {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

/* ==========================================================
   CONTAINER
========================================================== */

.cn-container {
  width: min(100% - 72px, 1460px);
  margin-inline: auto;
}

/* ==========================================================
   PROJECT HERO
========================================================== */

.cn-project-hero {
  padding: 54px 0 66px;
  background: #ffffff;
}

/* Breadcrumb */

.cn-project-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 20px;
  color: #747b85;
  font-size: 14px;
  line-height: 1.4;
}

.cn-project-breadcrumb a {
  transition: color 0.25s ease;
}

.cn-project-breadcrumb a:first-child,
.cn-project-breadcrumb a:nth-of-type(2) {
  color: #b6894e;
}

.cn-project-breadcrumb a:hover {
  color: #ccac84;
}

.cn-project-breadcrumb i {
  color: #9ca2aa;
  font-size: 9px;
}

/* Main Intro Grid */

.cn-project-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(50px, 6vw, 100px);
  align-items: center;
}

/* ==========================================================
   PROJECT IMAGE SHOWCASE
========================================================== */

.cn-project-showcase {
  min-width: 0;
}

.cn-project-main-image-wrap {
  position: relative;
  width: 100%;
  height: 580px;
  overflow: hidden;
  background: #f4f2ec;
}

.cn-project-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.15s ease-in-out;
}

/* Thumbnail Slider */

.cn-project-thumb-slider {
  position: relative;
  margin-top: 10px;
}

.cn-thumb-viewport {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.cn-thumb-viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
}

.cn-thumb-viewport::-webkit-scrollbar {
  display: none;
}

.cn-thumb-track {
  display: flex;
  gap: 6px;
}

.cn-project-thumb {
  position: relative;
  flex: 0 0 calc((100% - 18px) / 4);
  height: 155px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #ece9e1;
  cursor: pointer;
  user-select: none;
}

.cn-project-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color 0.25s ease;
}

.cn-project-thumb.active::after {
  border-color: #ccac84;
}

.cn-project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.cn-project-thumb:hover img {
  transform: scale(1.05);
}

/* Thumbnail Arrows */

.cn-thumb-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #ccac84;
  border-radius: 50%;
  color: #1b2b45;
  background: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 0.15s ease,
    background-color 0.15s ease,
    border-color 0.15s ease,
    transform 0.15s ease;
  user-select: none;
}

.cn-thumb-arrow:hover {
  color: #ffffff;
  border-color: #ccac84;
  background: #ccac84;
  transform: translateY(-50%) scale(1.05);
}

.cn-thumb-prev {
  left: -27px;
}

.cn-thumb-next {
  right: -27px;
}

/* ==========================================================
   PROJECT INFORMATION
========================================================== */

.cn-project-information {
  min-width: 0;
}

.cn-project-information h1 {
  margin: 0;
  color: #142440;
  font-size: clamp(38px, 3.15vw, 58px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -1.6px;
}

.cn-project-description {
  max-width: 620px;
  margin: 28px 0 0;
  color: #566279;
  font-size: 17px;
  line-height: 1.8;
}

/* Project Metadata */

.cn-project-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 68px;
  row-gap: 43px;
  margin-top: 51px;
}

.cn-project-meta-item {
  display: flex;
  align-items: center;
  gap: 21px;
  min-width: 0;
}

.cn-project-meta-icon {
  width: 40px;
  flex: 0 0 40px;
  color: #c99754;
  font-size: 34px;
  text-align: center;
}

.cn-project-meta-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.cn-project-meta-content span {
  color: #45526b;
  font-size: 15px;
  line-height: 1.2;
}

.cn-project-meta-content strong {
  color: #536077;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

/* Action Buttons */

.cn-project-actions {
  display: flex;
  align-items: center;
  gap: clamp(35px, 5vw, 78px);
  margin-top: 65px;
}

.cn-project-start-btn {
  min-height: 61px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 15px 27px;
  color: #ffffff;
  background: #ccac84;
  border: 1px solid #ccac84;
  font-size: 17px;
  font-weight: 500;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.cn-project-start-btn:hover {
  color: #ffffff;
  background: #b99468;
  box-shadow: 0 14px 34px rgba(204, 172, 132, 0.25);
  transform: translateY(-2px);
}

.cn-project-start-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.cn-project-start-btn:hover i {
  transform: translateX(5px);
}

.cn-project-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #172945;
  font-size: 16px;
  font-weight: 500;
}

.cn-project-back-btn i {
  font-size: 17px;
  transition: transform 0.3s ease;
}

.cn-project-back-btn:hover {
  color: #ccac84;
}

.cn-project-back-btn:hover i {
  transform: translateX(-5px);
}

/* ==========================================================
   PROJECT OVERVIEW
========================================================== */

.cn-project-overview-section {
  padding: 62px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}

.cn-project-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(60px, 7vw, 115px);
  align-items: center;
}

.cn-project-overview-content {
  padding-left: 29px;
}

.cn-project-overview-content h2,
.cn-project-gallery-title h2 {
  margin: 0;
  color: #142440;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.cn-project-overview-content>p {
  max-width: 650px;
  margin: 38px 0 0;
  color: #59657a;
  font-size: 16px;
  line-height: 1.8;
}

.cn-project-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 55px;
  row-gap: 29px;
  margin-top: 54px;
}

.cn-project-feature {
  display: flex;
  align-items: center;
  gap: 17px;
  min-width: 0;
  color: #657085;
  font-size: 15px;
  line-height: 1.5;
}

.cn-project-feature i {
  flex: 0 0 auto;
  color: #ccac84;
  font-size: 19px;
}

.cn-project-overview-image {
  width: 100%;
  height: 445px;
  overflow: hidden;
}

.cn-project-overview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================
   PHOTO GALLERY
========================================================== */

.cn-project-gallery-section {
  padding: 49px 0 52px;
  background: #ffffff;
}

.cn-project-gallery-title {
  margin-bottom: 31px;
  text-align: center;
}

.cn-project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;

}

.cn-gallery-item {
  position: relative;
  height: 286px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #eee;
  cursor: pointer;
}

.cn-gallery-item::after {
  content: "\f00e";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(20, 36, 64, 0.38);
  font-family: "Font Awesome 6 Free";
  font-size: 27px;
  font-weight: 900;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.cn-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cn-gallery-item:hover img {
  transform: scale(1.05);
}

.cn-gallery-item:hover::after {
  opacity: 1;
}

/* ==========================================================
   QUALITY STRIP
========================================================== */

.cn-project-quality-strip {
  padding: 40px 0;
  color: #ffffff;
  background: linear-gradient(100deg, #b88c55 0%, #d4ad72 50%, #c6985b 100%);
}

.cn-project-quality-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cn-quality-item {
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0 30px;
}

.cn-quality-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 0;
  width: 1px;
  height: 76%;
  background: rgba(255, 255, 255, 0.22);
}

.cn-quality-icon {
  width: 62px;
  flex: 0 0 62px;
  font-size: 52px;
  text-align: center;
}

.cn-quality-item span {
  font-size: 20px;
  line-height: 1.25;
}

/* ==========================================================
   GALLERY MODAL
========================================================== */

.cn-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 100px;
  background: rgba(5, 12, 23, 0.92);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.cn-gallery-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cn-gallery-modal img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
}

.cn-gallery-modal-close {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
}

.cn-gallery-modal-arrow {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  transform: translateY(-50%);
}

.cn-gallery-modal-prev {
  left: 30px;
}

.cn-gallery-modal-next {
  right: 30px;
}

/* ==================================================
   PROJECT ACTION BUTTONS
================================================== */

.cn-project-actions {
  display: flex;
  align-items: center;
  gap: 84px;
  flex-wrap: wrap;
}

/* Keep reference button clean inside actions */
.cn-project-actions .tmp-btn {
  margin: 0;
}

/* Tablet */
@media only screen and (max-width: 767px) {
  .cn-project-actions {
    gap: 12px;
  }

  .cn-project-actions .tmp-btn,
  .cn-project-back-btn {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }
}

/* Mobile */
@media only screen and (max-width: 576px) {
  .cn-project-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .cn-project-actions .tmp-btn,
  .cn-project-back-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: none;
    justify-content: center;
  }

  .cn-project-actions .tmp-btn {
    height: 56px;
    padding: 0 20px;
  }
}

/* ==========================================================
   LARGE LAPTOP
========================================================== */

@media only screen and (max-width: 1399px) {
  .cn-container {
    width: min(100% - 60px, 1260px);
  }

  .cn-project-main-image-wrap {
    height: 520px;
  }

  .cn-project-thumb {
    height: 135px;
  }

  .cn-project-information h1 {
    font-size: 45px;
  }

  .cn-project-meta-grid {
    column-gap: 42px;
  }

  .cn-project-actions {
    gap: 42px;
  }

  .cn-project-overview-content {
    padding-left: 15px;
  }

  .cn-project-overview-image {
    height: 400px;
  }

  .cn-gallery-item {
    height: 245px;
  }
}

/* ==========================================================
   LAPTOP / TABLET LANDSCAPE
========================================================== */

@media only screen and (max-width: 1199px) {
  .cn-project-intro {
    gap: 50px;
  }

  .cn-project-main-image-wrap {
    height: 460px;
  }

  .cn-project-thumb {
    height: 115px;
  }

  .cn-project-information h1 {
    font-size: 39px;
  }

  .cn-project-description {
    margin-top: 20px;
    font-size: 15px;
  }

  .cn-project-meta-grid {
    column-gap: 26px;
    row-gap: 30px;
    margin-top: 37px;
  }

  .cn-project-meta-item {
    gap: 14px;
  }

  .cn-project-meta-icon {
    width: 34px;
    flex-basis: 34px;
    font-size: 28px;
  }

  .cn-project-meta-content span {
    font-size: 14px;
  }

  .cn-project-meta-content strong {
    font-size: 14px;
  }

  .cn-project-actions {
    gap: 30px;
    margin-top: 45px;
  }

  .cn-project-start-btn {
    min-height: 55px;
    padding: 13px 21px;
    font-size: 15px;
  }

  .cn-project-back-btn {
    gap: 10px;
    font-size: 14px;
  }

  .cn-project-overview-grid {
    gap: 55px;
  }

  .cn-project-overview-content>p {
    margin-top: 25px;
  }

  .cn-project-feature-grid {
    column-gap: 30px;
    row-gap: 22px;
    margin-top: 35px;
  }

  .cn-project-feature {
    gap: 12px;
    font-size: 14px;
  }

  .cn-project-overview-image {
    height: 350px;
  }

  .cn-gallery-item {
    height: 220px;
  }

  .cn-quality-item {
    gap: 18px;
    padding: 0 20px;
  }

  .cn-quality-icon {
    width: 52px;
    flex-basis: 52px;
    font-size: 43px;
  }

  .cn-quality-item span {
    font-size: 17px;
  }
}

/* ==========================================================
   TABLET
========================================================== */

@media only screen and (max-width: 991px) {
  .cn-container {
    width: min(100% - 40px, 760px);
  }

  .cn-project-hero {
    padding: 40px 0 55px;
  }

  .cn-project-intro {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .cn-project-main-image-wrap {
    height: 620px;
  }

  .cn-project-thumb {
    height: 150px;
  }

  .cn-project-information {
    padding-inline: 10px;
  }

  .cn-project-information h1 {
    font-size: 46px;
  }

  .cn-project-description {
    max-width: 700px;
    font-size: 16px;
  }

  .cn-project-meta-grid {
    column-gap: 60px;
    row-gap: 35px;
  }

  .cn-project-meta-icon {
    font-size: 31px;
  }

  .cn-project-meta-content span,
  .cn-project-meta-content strong {
    font-size: 15px;
  }

  .cn-project-actions {
    gap: 60px;
  }

  .cn-project-overview-section {
    padding: 55px 0;
  }

  .cn-project-overview-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .cn-project-overview-content {
    padding: 0 10px;
  }

  .cn-project-overview-image {
    height: 500px;
  }

  .cn-project-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 10px;
  }

  .cn-gallery-item {
    height: 280px;
  }

  .cn-project-quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }

  .cn-quality-item:nth-child(2)::after {
    display: none;
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media only screen and (max-width: 767px) {
  .cn-container {
    width: min(100% - 30px, 560px);
  }

  .cn-project-hero {
    padding: 28px 0 45px;
  }

  .cn-project-breadcrumb {
    gap: 9px;
    margin-bottom: 16px;
    font-size: 12px;
  }

  .cn-project-main-image-wrap {
    height: 480px;
  }

  .cn-project-thumb {
    flex-basis: calc((100% - 12px) / 3);
    height: 125px;
  }

  .cn-thumb-prev {
    left: -14px;
  }

  .cn-thumb-next {
    right: -14px;
  }

  .cn-thumb-arrow {
    width: 42px;
    height: 42px;
  }

  .cn-project-information {
    padding: 0;
  }

  .cn-project-information h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .cn-project-description {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
  }

  .cn-project-meta-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    margin-top: 38px;
  }

  .cn-project-meta-item {
    align-items: flex-start;
  }

  .cn-project-meta-icon {
    width: 30px;
    flex-basis: 30px;
    font-size: 25px;
  }

  .cn-project-meta-content {
    gap: 5px;
  }

  .cn-project-meta-content span,
  .cn-project-meta-content strong {
    font-size: 13px;
  }

  .cn-project-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    margin-top: 45px;
  }

  .cn-project-start-btn {
    min-height: 55px;
  }

  .cn-project-overview-content h2,
  .cn-project-gallery-title h2 {
    font-size: 26px;
  }

  .cn-project-overview-content>p {
    font-size: 15px;
    line-height: 1.75;
  }

  .cn-project-feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cn-project-overview-image {
    height: 400px;
  }

  .cn-project-gallery-section {
    padding: 42px 0;
  }

  .cn-project-gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
  }

  .cn-gallery-item {
    height: 360px;
  }

  .cn-project-quality-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cn-quality-item {
    justify-content: flex-start;
    min-height: 110px;
    padding: 15px 35px;
  }

  .cn-quality-item:not(:last-child)::after {
    top: auto;
    right: 30px;
    bottom: 0;
    left: 30px;
    width: auto;
    height: 1px;
  }

  .cn-quality-item:nth-child(2)::after {
    display: block;
  }

  .cn-gallery-modal {
    padding: 60px 20px;
  }

  .cn-gallery-modal-prev {
    left: 10px;
  }

  .cn-gallery-modal-next {
    right: 10px;
  }
}

/* ==========================================================
   SMALL MOBILE
========================================================== */

@media only screen and (max-width: 575px) {
  .cn-container {
    width: calc(100% - 24px);
  }

  .cn-project-main-image-wrap {
    height: 410px;
  }

  .cn-project-thumb {
    flex-basis: calc((100% - 6px) / 2);
    height: 125px;
  }

  .cn-project-information h1 {
    font-size: 31px;
    line-height: 1.18;
  }

  .cn-project-meta-grid {
    grid-template-columns: 1fr;
    row-gap: 27px;
  }

  .cn-project-meta-item {
    align-items: center;
  }

  .cn-project-meta-icon {
    width: 38px;
    flex-basis: 38px;
    font-size: 28px;
  }

  .cn-project-meta-content span,
  .cn-project-meta-content strong {
    font-size: 14px;
  }

  .cn-project-start-btn {
    width: 100%;
  }

  .cn-project-overview-section {
    padding: 45px 0;
  }

  .cn-project-overview-content {
    padding: 0;
  }

  .cn-project-overview-image {
    height: 320px;
  }

  .cn-gallery-item {
    height: 290px;
  }

  .cn-quality-item {
    padding-inline: 25px;
  }
}

/* ==========================================================
   EXTRA SMALL MOBILE
========================================================== */

@media only screen and (max-width: 400px) {
  .cn-project-main-image-wrap {
    height: 350px;
  }

  .cn-project-thumb {
    height: 105px;
  }

  .cn-project-information h1 {
    font-size: 28px;
  }

  .cn-gallery-item {
    height: 250px;
  }
}

/*=========================gallery video project dettails=====================================*/
/*--------------------new stle pop up gallery
------------*/
/* ==================================================
   GALLERY MODAL
================================================== */

.cn-gallery-modal {
  position: fixed;
  inset: 0;

  width: 100%;
  height: 100vh;

  background: rgba(18, 20, 20, 0.96);

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 55px 82px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  z-index: 999999;

  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.cn-gallery-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ==================================================
   MEDIA AREA
================================================== */

.cn-gallery-modal-media {
  position: relative;

  width: 100%;
  height: calc(100vh - 110px);

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  border-radius: 10px;
}

/* ==================================================
   IMAGE
================================================== */

#cnGalleryModalImage {
  width: 100%;
  height: 100%;

  object-fit: contain;

  display: block;

  border-radius: 10px;
}

/* ==================================================
   VIDEO
================================================== */

#cnGalleryModalVideo {
  width: 100%;
  height: 100%;

  object-fit: contain;

  display: none;

  border-radius: 10px;

  background: #000000;
}

/* ==================================================
   VIDEO ICON
================================================== */

.cn-gallery-video-btn {
  position: absolute;

  top: 24px;
  right: 24px;

  width: 64px;
  height: 64px;

  border: 1px solid rgba(255, 255, 255, 0.35);

  border-radius: 50%;

  background: rgba(25, 27, 27, 0.9);

  backdrop-filter: blur(10px);

  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  z-index: 20;

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.cn-gallery-video-btn i {
  font-size: 23px;
}

.cn-gallery-video-btn:hover {
  background: #ccac84;

  transform: scale(1.08);
}

/* ==================================================
   CLOSE BUTTON
================================================== */

.cn-gallery-modal-close {
  position: fixed;

  top: 25px;
  right: 28px;

  width: 62px;
  height: 62px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.35);

  background: rgba(30, 32, 32, 0.92);

  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  z-index: 100;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.cn-gallery-modal-close i {
  font-size: 27px;
}

.cn-gallery-modal-close:hover {
  background: #ccac84;

  transform: rotate(90deg);
}

/* ==================================================
   PREVIOUS / NEXT
================================================== */

.cn-gallery-modal-arrow {
  position: fixed;

  top: 50%;

  transform: translateY(-50%);

  width: 64px;
  height: 64px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.45);

  background: rgba(25, 27, 27, 0.88);

  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  z-index: 100;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.cn-gallery-modal-arrow i {
  font-size: 25px;
}

.cn-gallery-modal-prev {
  left: 24px;
}

.cn-gallery-modal-next {
  right: 24px;
}

.cn-gallery-modal-arrow:hover {
  background: #ccac84;

  transform: translateY(-50%) scale(1.08);
}

body.cn-gallery-modal-open {
  overflow: hidden;
}

/* ==================================================
   TABLET
================================================== */

@media only screen and (max-width: 991px) {
  .cn-gallery-modal {
    padding: 55px 65px;
  }

  .cn-gallery-modal-arrow {
    width: 54px;
    height: 54px;
  }

  .cn-gallery-modal-prev {
    left: 10px;
  }

  .cn-gallery-modal-next {
    right: 10px;
  }

  .cn-gallery-video-btn {
    width: 56px;
    height: 56px;

    top: 18px;
    right: 18px;
  }
}

/* ==================================================
   MOBILE
================================================== */

@media only screen and (max-width: 767px) {
  .cn-gallery-modal {
    padding: 65px 12px;
  }

  .cn-gallery-modal-media {
    height: calc(100vh - 130px);
  }

  .cn-gallery-modal-arrow {
    width: 46px;
    height: 46px;
  }

  .cn-gallery-modal-prev {
    left: 8px;
  }

  .cn-gallery-modal-next {
    right: 8px;
  }

  .cn-gallery-video-btn {
    width: 48px;
    height: 48px;

    top: 12px;
    right: 12px;
  }

  .cn-gallery-video-btn i {
    font-size: 18px;
  }

  .cn-gallery-modal-close {
    width: 48px;
    height: 48px;

    top: 10px;
    right: 10px;
  }
}

/* ==================================================
   VIDEO ICON - POSITIONED BY JAVASCRIPT
================================================== */

.cn-gallery-modal-media {
  position: relative;
}

.cn-gallery-video-btn {
  position: absolute;

  width: 60px;
  height: 60px;

  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;

  background: rgba(25, 27, 27, 0.9);

  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  z-index: 50;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition:
    background 0.3s ease,
    transform 0.3s ease;

  /* JS controls top + left */
}

.cn-gallery-video-btn i {
  font-size: 22px;
  color: #ffffff;
  pointer-events: none;
}

.cn-gallery-video-btn:hover {
  background: #ccac84;
  transform: scale(1.08);
}

@media only screen and (max-width: 767px) {
  .cn-gallery-video-btn {
    width: 48px;
    height: 48px;
  }

  .cn-gallery-video-btn i {
    font-size: 18px;
  }
}

/* Mobile and tablet */
@media (max-width: 1023px) {
  .nav-area {
    display: none !important;
  }

  .menu-area {
    display: flex !important;
  }
}

/* Laptop and desktop */
@media (min-width: 1024px) {
  .nav-area {
    display: flex !important;
  }

  .menu-area,
  .side-bar,
  .cn-sidebar-overlay {
    display: none !important;
  }
}

/* Responsive adjustments for header between 1024px and 1200px */
@media (min-width: 1024px) and (max-width: 1200px) {
  .header-mid-one-wrapper .header-right {
    flex-basis: auto !important;
    gap: 15px !important;
  }

  .header-mid-one-wrapper .header-right .single-component .tmp-btn {
    padding: 0 15px !important;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 38px !important;
  }

  .nav-area ul {
    gap: 15px !important;
  }

  .nav-area ul li.main-nav {
    padding: 25px 8px !important;
  }

  .nav-area ul li a {
    font-size: 13px !important;
  }
}

/* ==========================================================================
   Related Projects Section (Matching Reference Design)
   ========================================================================== */
.cn-related-projects-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.cn-related-title {
  font-size: 36px;
  font-weight: 700;
  color: #0b1f33;
  text-align: center;
  margin-bottom: 8px;
}

.cn-related-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
}

.cn-related-divider::before,
.cn-related-divider::after {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #c9ae86;
}

.cn-related-divider span {
  color: #c9ae86;
  font-size: 10px;
  margin: 0 10px;
  display: inline-block;
  transform: rotate(45deg);
}

.cn-related-subtitle {
  text-align: center;
  color: #666666;
  font-size: 15px;
  max-width: 680px;
  margin: 0 auto 45px auto;
  line-height: 1.6;
}

.cn-related-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition:
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
}

.cn-related-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.cn-related-card-img {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.cn-related-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cn-related-card:hover .cn-related-card-img img {
  transform: scale(1.08);
}

.cn-related-card-body {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.cn-related-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #0b1f33;
  margin-bottom: 10px;
  line-height: 1.35;
}

.cn-related-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 11px;
  color: #555555;
  font-weight: 600;
}

.cn-related-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cn-related-meta-item i {
  color: #c9ae86;
  font-size: 12px;
}

.cn-related-card-desc {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 18px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cn-related-card-btn {
  background-color: #ca9e62;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
  width: 100%;
  border: none;
}

.cn-related-card:hover .cn-related-card-btn {
  background-color: #b5976e;
}

/* ============================== Project Gallery ============================== */
.cn-project-gallery-section {
  padding: 80px 0;
  /* background: rgb(243 235 220); */
  overflow: hidden;
}

.cn-project-gallery-section1 {
  padding: 80px 0;
  background: rgb(243 235 220);
  overflow: hidden;
}

.cn-gallery-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

.cn-gallery-viewport {
  flex: 1;
  overflow: hidden;
  cursor: grab;
}

.cn-gallery-viewport:active {
  cursor: grabbing;
}

.cn-gallery-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.cn-gallery-card {
  flex: 0 0 33.333%;
  /* 3 columns on desktop */
  padding: 0 6px;
  /* gap between items */
  box-sizing: border-box;
}

.cn-gallery-card-inner {
  position: relative;
  width: 100%;
  padding-bottom: 85%;
  /* Increased Height Aspect Ratio */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(31, 42, 37, 0.06);
  background: #fff;
  transition:
    transform 0.35s var(--cn-smooth),
    box-shadow 0.35s var(--cn-smooth);
}

.cn-gallery-card-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cn-gallery-card-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(31, 42, 37, 0.12);
}

.cn-gallery-card-inner:hover img {
  transform: scale(1.06);
}

/* Nav navigation buttons */
.cn-gallery-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--cn-line);
  background: #fff;
  color: var(--cn-heading);
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(31, 42, 37, 0.05);
  transition: all 0.25s ease;
  z-index: 10;
  min-width: 48px;
}

.cn-gallery-nav:hover {
  background: var(--cn-heading);
  color: #fff;
  border-color: var(--cn-heading);
  transform: scale(1.05);
}

/* Pagination dots */
.cn-gallery-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.cn-gallery-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cn-line);
  cursor: pointer;
  transition: all 0.25s ease;
}

.cn-gallery-dot.active {
  background: var(--cn-gold-dark);
  transform: scale(1.25);
  width: 18px;
  border-radius: 4px;
}

.cn-gallery-placeholder {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-size: 16px;
  color: var(--cn-muted);
}

/* Responsiveness */
@media (max-width: 991px) {
  .cn-gallery-card {
    flex: 0 0 50%;
    /* 2 columns on tablet */
  }

  .cn-project-gallery-section {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .cn-gallery-card {
    flex: 0 0 100%;
    /* 1 column on mobile */
  }

  .cn-gallery-slider-wrap {
    gap: 10px;
  }

  .cn-gallery-nav {
    display: none;
    /* Hide nav arrows on mobile to save space, use swipe */
  }
}

/* ==========================================================================
   Completed Projects Showcase Lightbox (Custom Title and Details Button)
   ========================================================================== */
.cn-gallery-modal-header {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1000000;
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
  pointer-events: none;
}

.cn-gallery-modal-title {
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.cn-gallery-modal-footer {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1000000;
}

.cn-gallery-modal-btn {
  background-color: #ca9e62;
  color: #ffffff !important;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: none;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(202, 158, 98, 0.4);
  pointer-events: auto;
}

.cn-gallery-modal-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.cn-gallery-modal-btn:hover {
  background-color: #b58c54;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(202, 158, 98, 0.6);
}

.cn-gallery-modal-btn:hover i {
  transform: translateX(4px);
}

@media only screen and (max-width: 767px) {
  .cn-gallery-modal-header {
    top: 20px;
    max-width: 280px;
  }

  .cn-gallery-modal-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .cn-gallery-modal-footer {
    bottom: 20px;
  }

  .cn-gallery-modal-btn {
    padding: 10px 20px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}

/* ==========================================================================
   Project Details Video Grid
   ========================================================================== */
.cn-project-video-section {
  padding: 80px 0;
  background: var(--cn-card-soft);
}

.cn-project-video-title {
  margin-bottom: 40px;
  text-align: center;
}

.cn-project-video-title h2 {
  font-size: 36px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: var(--color-heading-1);
}

.cn-project-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cn-video-item {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(31, 42, 37, 0.08);
  background: #000;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.cn-video-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(31, 42, 37, 0.15);
}

.cn-video-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .cn-project-video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .cn-project-video-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .cn-project-video-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cn-project-video-title h2 {
    font-size: 24px;
  }
}

/* ==========================================================================
   Project Details Gallery Video Enhancement
   ========================================================================== */

/* Video icon overlays on gallery grid items (extra videos) */
.cn-gallery-item.is-video-thumb {
  position: relative;
  overflow: hidden;
}

/* Overlay – always visible with centered play icon */
.cn-video-thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
  /* Click falls through to the parent button */
  transition: background-color 0.3s ease;
}

.cn-gallery-item.is-video-thumb:hover .cn-video-thumb-overlay {
  background: rgba(0, 0, 0, 0.45);
}

/* Centered play circle */
.cn-video-thumb-overlay i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(202, 158, 98, 0.92);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.55);
  transition:
    transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
    background 0.3s ease;
}

.cn-gallery-item.is-video-thumb:hover .cn-video-thumb-overlay i {
  transform: scale(1.12);
  background: #9f7b4f;
}

/* Play/Video Toggle Button inside Lightbox Modal */
.cn-gallery-modal-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  max-height: 85vh;
}

.cn-gallery-modal-video-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(202, 158, 98, 0.9);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 1010;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.cn-gallery-modal-video-toggle:hover {
  background: #9f7b4f;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Lightbox video container styling */
.cn-gallery-modal-media video {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  display: block;
}

.cn-gallery-modal-media img,
.cn-gallery-modal-media video {
  transition: opacity 0.3s ease;
}

/* ==========================================================================
   Modal Image Wrapper – play button positioned at corner of the image
   ========================================================================== */
.cn-modal-image-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.cn-modal-image-wrapper img {
  max-width: 90vw;
  max-height: 82vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* Play button – absolutely positioned at bottom-right corner of the image */
.cn-modal-image-wrapper .cn-gallery-modal-video-toggle {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(202, 158, 98, 0.92);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  z-index: 1015;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.cn-modal-image-wrapper .cn-gallery-modal-video-toggle:hover {
  background: #9f7b4f;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

/* ==========================================================================
   Modal Video Wrapper – video player in lightbox modal
   ========================================================================== */
.cn-modal-video-wrapper {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 0;
}

.cn-modal-video-wrapper video {
  max-width: 88vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55);
}

/* ==========================================================================
   Center Play/Pause Overlay – YouTube style
   ========================================================================== */

/* Overlay sits over the video but below native controls bar (~54px at bottom) */
.cn-video-center-overlay {
  position: absolute;
  inset: 0;
  /* leave bottom ~60px for native controls so they remain clickable */
  bottom: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  /* hidden by default */
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
  z-index: 10;
}

/* "visible" class toggled by JS */
.cn-video-center-overlay.visible {
  opacity: 1;
  visibility: visible;
}

/* Large circular button */
.cn-video-center-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.2s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  /* nudge icon slightly right for the play triangle optical alignment */
  padding-left: 3px;
}

/* play icon has no nudge */
.cn-video-center-btn:has(.fa-pause) {
  padding-left: 0;
}

.cn-video-center-btn:hover {
  background: rgba(202, 158, 98, 0.8);
  transform: scale(1.1);
}

.cn-video-center-btn:active {
  transform: scale(0.95);
}

@media (max-width: 768px) {
  .cn-video-center-btn {
    width: 58px;
    height: 58px;
    font-size: 22px;
  }

  .cn-video-center-overlay {
    bottom: 48px;
  }
}

@media (max-width: 768px) {

  .cn-modal-image-wrapper img,
  .cn-modal-video-wrapper video {
    max-width: 95vw;
    max-height: 75vh;
  }

  .cn-modal-image-wrapper .cn-gallery-modal-video-toggle {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}