@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.form {
  --inputsize: 42px;
  --labelbefore: #666;
  --labelafter: #606060;
  --borderbefore: #666;
  --borderafter: var(--gradient-a);
  --labelfontbefore: 16px;
  --labelfontafter: 12px;
  --font: 500;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --font: normal;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}
.form .sbmt-grp {
  margin-top: 20px;
}
.form .form-group {
  position: relative;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  --selectheight: var(--inputsize);
  line-height: 0;
}
.form .form-group.has-icon input {
  --iconsize: 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - var(--paddingleftright, 0px)) 50%;
  padding-right: calc(var(--paddingleftright, 0px) + var(--iconsize, 0px) + var(--paddingleftright, 0px));
}
.form .form-group.has-icon.calender-icon input {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.5 2H14.5V0.5C14.5 0.367392 14.4473 0.240215 14.3536 0.146447C14.2598 0.0526785 14.1326 0 14 0C13.8674 0 13.7402 0.0526785 13.6464 0.146447C13.5527 0.240215 13.5 0.367392 13.5 0.5V2H6.5V0.5C6.5 0.367392 6.44732 0.240215 6.35355 0.146447C6.25979 0.0526785 6.13261 0 6 0C5.86739 0 5.74021 0.0526785 5.64645 0.146447C5.55268 0.240215 5.5 0.367392 5.5 0.5V2H2.5C1.8372 2.00079 1.20178 2.26444 0.73311 2.73311C0.264441 3.20178 0.000793929 3.8372 0 4.5V17.5C0.000793929 18.1628 0.264441 18.7982 0.73311 19.2669C1.20178 19.7356 1.8372 19.9992 2.5 20H17.5C18.163 20 18.7989 19.7366 19.2678 19.2678C19.7366 18.7989 20 18.163 20 17.5V4.5C20 3.83696 19.7366 3.20107 19.2678 2.73223C18.7989 2.26339 18.163 2 17.5 2ZM19 17.5C19 17.8978 18.842 18.2794 18.5607 18.5607C18.2794 18.842 17.8978 19 17.5 19H2.5C2.10218 19 1.72064 18.842 1.43934 18.5607C1.15804 18.2794 1 17.8978 1 17.5V9H19V17.5ZM19 8H1V4.5C1 3.672 1.67 3 2.5 3H5.5V4.5C5.5 4.63261 5.55268 4.75979 5.64645 4.85355C5.74021 4.94732 5.86739 5 6 5C6.13261 5 6.25979 4.94732 6.35355 4.85355C6.44732 4.75979 6.5 4.63261 6.5 4.5V3H13.5V4.5C13.5 4.63261 13.5527 4.75979 13.6464 4.85355C13.7402 4.94732 13.8674 5 14 5C14.1326 5 14.2598 4.94732 14.3536 4.85355C14.4473 4.75979 14.5 4.63261 14.5 4.5V3H17.5C17.8978 3 18.2794 3.15804 18.5607 3.43934C18.842 3.72064 19 4.10218 19 4.5V8Z" fill="%23666666" fill-opacity="0.7"/%3E%3C/svg%3E');
}
.form .form-group.has-icon.search-icon input {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.893 13.92L16.973 17M16 8.5C16 10.4891 15.2098 12.3968 13.8033 13.8033C12.3968 15.2098 10.4891 16 8.5 16C6.51088 16 4.60322 15.2098 3.1967 13.8033C1.79018 12.3968 1 10.4891 1 8.5C1 6.51088 1.79018 4.60322 3.1967 3.1967C4.60322 1.79018 6.51088 1 8.5 1C10.4891 1 12.3968 1.79018 13.8033 3.1967C15.2098 4.60322 16 6.51088 16 8.5Z' stroke='%23939393' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form .form-group.active::after {
  width: 100%;
}
.form .form-group::before, .form .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  transition: 0.5s ease;
}
.form .form-group::before {
  background: var(--borderbefore);
}
.form .form-group::after {
  width: 0;
  background: var(--borderafter);
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  background: var(--labelbackground);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-family: "Poppins";
}
.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize) - var(--borderwidth));
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--black);
  font-size: inherit;
  font-family: "Poppins" !important;
  padding: 0 var(--paddingleftright);
}
.form .form-group input:focus, .form .form-group textarea:focus {
  outline: none;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input.valid ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: #000;
  top: calc(var(--labelfontafter) / -1);
}
.form .form-group input:not(:-moz-placeholder) ~ label, .form .form-group textarea:not(:-moz-placeholder) ~ label {
  font-size: var(--labelfontafter);
  color: #000;
  top: calc(var(--labelfontafter) / -1);
}
.form .form-group input:not(:placeholder-shown) ~ label, .form .form-group textarea:not(:placeholder-shown) ~ label {
  font-size: var(--labelfontafter);
  color: #000;
  top: calc(var(--labelfontafter) / -1);
}
.form .form-group input:not(.no-focus):focus, .form .form-group textarea:not(.no-focus):focus {
  outline: none;
}
.form .form-group input:not(.no-focus):focus ~ label, .form .form-group textarea:not(.no-focus):focus ~ label {
  font-size: var(--labelfontafter);
  color: var(--black);
  top: calc(var(--labelfontafter) / -1);
}
.form .form-group input[readonly], .form .form-group textarea[readonly] {
  caret-color: transparent;
}
.form .form-group textarea {
  height: var(--textareaheight);
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--black);
  font-size: inherit;
  font-family: inherit;
  line-height: 1.2;
  cursor: initial;
}
.form .form-group textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
  height: 2px;
}
.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 15px;
}
.form .form-group textarea {
  padding: 0 var(--paddingleftright);
  padding-right: 15px;
}
.form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
  margin-top: 13px;
  height: calc(var(--textareaheight) - 13px);
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  translate: 0 0;
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .form-group .error {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  color: red;
  line-height: normal;
  font-size: 12px;
}
.form .form-group.file-input input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.form .form-group.file-input .file-name {
  pointer-events: none;
  height: calc(var(--inputsize) - var(--borderwidth));
  position: relative;
  --filename: 'Attach Resume*';
  --filenameinitial: var(--filename);
  --color: var(--text);
  --background: none;
  --image: url(../../icon/clip-gray.svg) no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: calc(var(--inputsize) - var(--borderwidth));
}
.form .form-group.file-input .file-name::before, .form .form-group.file-input .file-name::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.form .form-group.file-input .file-name::before {
  z-index: 2;
  font-family: inherit;
  font-size: inherit;
  line-height: calc(var(--inputsize) - var(--borderwidth));
  padding-left: var(--paddingleftright);
  color: var(--color);
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none;
}
.form .form-group.file-input .file-name::after {
  content: "";
  right: 0;
  background: var(--image);
  background-repeat: no-repeat;
  z-index: 1;
  background-position: calc(100% - var(--paddingleftright, 0)) 50%;
  background-size: auto 50%;
}
.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--inputsize);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 15px;
  --arrowspace: 8px;
  --iconpath: url(../../icon/location-primary.svg);
}
.custom-select.has-icon {
  --iconsize: 12px;
  --iconurl: var(--iconpath);
  --iconspace: 8px;
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--bgcolor);
}
.custom-select.has-icon::after {
  left: var(--paddingleftright, 0px);
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--paddingleftright, 0);
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  filter: grayscale(100%);
  opacity: 0.6;
  transform: rotate(90deg);
}
.custom-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--text);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
  padding-right: calc(var(--arrow) + var(--arrowspace));
}
.custom-select .current.selected {
  color: var(--white);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 4;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
  height: 4px;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list {
  pointer-events: none;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 14px;
  color: var(--black);
}
.custom-select .list li.selected {
  background: var(--secondary);
  color: var(--white);
}
.custom-select .list li.selected:hover {
  background: var(--secondary);
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.mb-0 {
  margin-bottom: 0 !important;
}

:root {
  --headerpadding: 35px;
  --headerheight: 80px;
  --headerfixed: 65px;
  --footerstrip: 66px;
}
@media only screen and (max-width: 768px) {
  :root {
    --headerfixed: 50px;
    --headerheight: 60px;
  }
}
:root {
  --primary: #00a2d3;
  --secondary:#006786;
  --yellow: #ffcb2f;
  --text: #666666;
  --green: rgba(62, 131, 41, 1);
  --white: #ffff;
  --text-light: #00000054;
  --black: #000000;
  --black-light: #000000f2;
  --border: rgba(255, 255, 255, 0.08);
  --gray: efeaf97d;
  --gray-sec: #F6F4FA;
  --gradient-a: linear-gradient(135deg, var(--primary) 0%, #000000 130%);
  --gradient-b: linear-gradient(174deg, #ffffff 25%, #82e2ff 130%);
  --container: 1280px;
  --containerfluid: 5rem;
}
@media only screen and (max-width: 1366px) {
  :root {
    --containerfluid: 2.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  :root {
    --container: 95%;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --container: 95%;
    --containerfluid: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --container: 90%;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --container: 90%;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --container: 92%;
    --containerfluid: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  :root {
    --container: 92%;
    --containerfluid: 1rem;
  }
}

body::-webkit-scrollbar {
  width: 10px;
  background: #cecece;
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--white);
}
body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3647058824) !important;
}
body::-webkit-scrollbar-thumb:hover {
  background: var(--bgcolor);
}
body.overflow-hidden {
  overflow: hidden;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

a {
  text-decoration: none;
  color: var(--black);
}

body {
  overflow-x: hidden;
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
}

b {
  font-weight: 500;
}

p {
  color: var(--text);
}

small {
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.svg path {
  transition: none;
}
.svg path[stroke], .svg path[fill=none] {
  stroke: currentColor;
}
.svg path[fill] {
  fill: currentColor;
}

.gray-bg {
  background: #F3F3F3;
}

.primary-bg {
  background: var(--primary);
}

.c-primary {
  color: var(--primary);
}

.c-text {
  color: var(--text);
}

.c-red {
  color: red;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

select {
  display: none;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
a[href].logo {
  display: block;
  line-height: 0;
}

svg path {
  transition: 0.5s ease;
}

.position-relative {
  position: relative;
}

.lh-normal {
  line-height: normal;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  display: block;
  margin: 0 auto;
}

.social-icons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

h1 {
  font-family: "Kugile";
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 540px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: "Kugile";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 540px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Kugile";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 540px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-family: "Kugile";
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 540px) {
  h6 {
    font-size: 18px;
  }
}

p, span, ul li, a {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--white);
}

@media only screen and (max-width: 991px) {
  .heading {
    text-align: center;
  }
}
.heading p {
  opacity: 0.7;
}
.heading h3 {
  font-size: 36px;
  line-height: 1.2;
  font-family: "Kugile";
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .heading h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .heading h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .heading h3 {
    font-size: 26px;
  }
}
.heading h3 span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .heading h3 span {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 540px) {
  .heading h3 span {
    margin: 0 5px;
  }
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.inline-flex {
  --gap: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0 var(--gap);
}

img {
  max-width: 100%;
}

button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  font-family: "Poppins";
  font-size: inherit;
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.item-md {
  position: relative;
  display: block;
  position: relative;
}
.item-md::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.item-md::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--bgcolor);
}
.item-md::before, .item-md::after {
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figure, .item-md .figure {
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.item-md figure img, .item-md figure video, .item-md figure iframe, .item-md .figure img, .item-md .figure video, .item-md .figure iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.item-md.center-item figcaption {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4588235294);
  transform: translateY(100%);
  transition: 0s ease 0.5s, opacity 0.5s ease;
  cursor: pointer;
  z-index: 20;
}
.overlay.is-open {
  transition: opacity 1s ease;
  opacity: 1;
  transform: translateY(0%);
}

.btn {
  padding: 10px 0;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn a, .btn button {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 24px;
  border-radius: 25px;
  overflow: hidden;
  z-index: 0;
  background: transparent;
  color: white;
  border: 1px solid white;
  transition: 0.5s ease;
  overflow: hidden;
}
.btn a::before, .btn button::before {
  content: "";
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  transition: 0.5s ease;
  z-index: -1;
}
.btn a:hover, .btn button:hover {
  color: black;
}
.btn a:hover::before, .btn button:hover::before {
  bottom: 0;
}

.btn2 {
  padding: 10px 0;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0;
}
.btn2 a, .btn2 button {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  padding: 10px 24px;
  border-radius: 25px;
  background: var(--gradient-b);
  overflow: hidden;
  z-index: 0;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .btn2 a, .btn2 button {
    padding: 5px 24px;
  }
}
.btn2 a::before, .btn2 button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  background: var(--gradient-a);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.btn2 a::after, .btn2 button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}
.btn2 a:hover, .btn2 button:hover {
  color: var(--white);
}
.btn2 a:hover::before, .btn2 button:hover::before {
  opacity: 1;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 70;
  background: var(--white);
  background-position: 0% 80%;
  background-size: 75%;
  max-width: 435px;
  width: 100%;
}
.model .close {
  cursor: pointer;
}
.model .close:not(.btn, .close-video, .not-ab) {
  position: absolute;
  top: 0;
  right: 0;
  top: 25px;
  right: 25px;
  line-height: 0;
  z-index: 1;
}
@media only screen and (max-width: 520px) {
  .model .close:not(.btn, .close-video, .not-ab) {
    top: 20px;
    right: 20px;
  }
}
.model .close:not(.btn, .close-video, .not-ab) path {
  stroke: var(--black);
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  display: grid;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
}
@media only screen and (max-width: 540px) {
  .form-grid {
    --gaptb: 15px;
  }
}
.form-grid .full {
  grid-column: span var(--item);
}

.btn-div-btm > *:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (max-width: 675px) {
  .btn-div-btm > *:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 675px) {
  .btn-div-btm .btn {
    --padding: 12px;
    font-size: 14px;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}
.swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 540px) {
  .swiper-nav.center-full {
    display: none;
  }
}
.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled, .swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-nav.swiper-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.swiper-prev svg, .swiper-prev img, .certificate-prev svg, .certificate-prev img {
  transform: scaleX(-1);
}

.swiper-prev, .swiper-next {
  --size: 45px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  border: 1px solid var(--secondary);
  transition: 0.5s ease;
  color: var(--white);
}
.swiper-prev:not(.no-background) path[stroke], .swiper-prev:not(.no-background) path[fill=none], .swiper-next:not(.no-background) path[stroke], .swiper-next:not(.no-background) path[fill=none] {
  stroke: var(--black);
}
.swiper-prev:not(.no-background) path[fill], .swiper-next:not(.no-background) path[fill] {
  fill: var(--black);
}
.swiper-prev:hover:not(.swiper-button-disabled, .no-background), .swiper-next:hover:not(.swiper-button-disabled, .no-background) {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.swiper-prev.no-background, .swiper-next.no-background {
  height: auto;
  width: auto;
  display: block;
  background: none;
  border: none;
  line-height: 0;
}
.swiper-prev.no-background:hover, .swiper-next.no-background:hover {
  background: none;
}
.swiper-prev.white, .swiper-next.white {
  background: var(--white);
  border-color: var(--white);
  color: var(--secondary);
}
.swiper-prev.white:hover:not(.swiper-button-disabled), .swiper-next.white:hover:not(.swiper-button-disabled) {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}
.swiper-prev.secondary-border, .swiper-next.secondary-border {
  border-color: var(--secondary);
  background: none;
  color: var(--secondary);
}
.swiper-prev.secondary-border:hover:not(.swiper-button-disabled), .swiper-next.secondary-border:hover:not(.swiper-button-disabled) {
  background: var(--secondary);
  color: var(--white);
}
.swiper-prev.white-border, .swiper-next.white-border {
  border-color: var(--white);
  background: none;
  color: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled), .swiper-next.white-border:hover:not(.swiper-button-disabled) {
  background: var(--white);
  color: var(--secondary);
}
.swiper-prev.gray-border, .swiper-next.gray-border {
  border-color: var(--black);
  background: none;
  color: var(--text);
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled), .swiper-next.gray-border:hover:not(.swiper-button-disabled) {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.swiper-prev.green-border, .swiper-next.green-border {
  border-color: var(--primary);
  background: none;
  color: var(--text);
}
.swiper-prev.green-border:hover:not(.swiper-button-disabled), .swiper-next.green-border:hover:not(.swiper-button-disabled) {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.swiper-prev.gray-arrow, .swiper-next.gray-arrow {
  color: #888888;
}
.swiper-prev.black-arrow, .swiper-next.black-arrow {
  color: var(--black);
}
.swiper-prev.black-arrow:hover:not(.swiper-button-disabled), .swiper-next.black-arrow:hover:not(.swiper-button-disabled) {
  color: var(--secondary);
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content > :last-child {
  margin-bottom: 0 !important;
}
.website-content h1 {
  font-size: 48px;
  margin-bottom: 45px;
  text-align: center;
  font-family: "Poppins";
  font-weight: normal;
}
@media only screen and (max-width: 675px) {
  .website-content h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 520px) {
  .website-content h1 {
    font-size: 30px;
    font-weight: bold;
  }
}
.website-content h2 {
  font-size: 34px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h2 {
    font-size: 24px;
  }
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.21;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h3 {
    font-size: 22px;
  }
}
.website-content h4 {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h4 {
    font-size: 20px;
  }
}
.website-content h5 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
@media only screen and (max-width: 675px) {
  .website-content h5 {
    font-size: 18px;
  }
}
.website-content h6 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 0px 0 18px;
}
.website-content h5, .website-content h6 {
  margin: 22px 0 18px;
}
.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
  hyphens: auto;
}
.website-content p b, .website-content li b {
  font-weight: 600;
  color: var(--black);
}
.website-content a {
  color: var(--black);
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 30px;
}
.website-content ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .website-content ul {
    padding-left: 10px;
  }
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--secondary);
}
@media only screen and (max-width: 520px) {
  .website-content ul li::before {
    width: 6px;
  }
}
.website-content.website-content-medium h2, .website-content.website-content-medium h3, .website-content.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: 500;
}
.website-content.website-content-medium h5, .website-content.website-content-medium h6 {
  font-size: 18px;
  font-weight: 500;
}
.website-content.website-content-medium p, .website-content.website-content-medium ul {
  margin-bottom: 20px;
}

[data-video], [data-model], [data-scrollTo] {
  cursor: pointer;
}

.mt-hdr {
  margin-top: var(--headerheight);
}

.mt-hdrfix {
  margin-top: var(--headerfixed);
}

.banner {
  position: relative;
}
.banner.center-banner .banner-wrapper {
  bottom: 50%;
  translate: 0 50%;
}
.banner.common-banner {
  padding: 90px 0;
}
.banner .bg {
  line-height: 0;
  height: 100vh;
}
@media only screen and (max-width: 1152px) {
  .banner .bg {
    height: 520px;
  }
}
@media only screen and (max-width: 520px) {
  .banner .bg {
    height: 45vh;
  }
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.banner .banner-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
  z-index: 3;
  width: var(--container);
  margin: 0 auto;
}
@media only screen and (max-width: 520px) {
  .banner .banner-wrapper {
    bottom: 34px;
  }
}
.banner .content {
  text-align: center;
  margin: 0 auto;
}
.banner .content.content-white > *:not(.btn) {
  color: var(--white);
}
.banner .content.content-font2 h1 {
  font-family: "Poppins";
  color: var(--black-light);
  font-weight: 600;
  line-height: 1.25;
}
.banner .content.ttl-m h1 {
  font-size: 36px;
}
.banner .content.f-semibold h1 {
  font-weight: 600;
}
.banner .content .ico {
  line-height: 0;
  margin-bottom: 30px;
}
.banner .content .ico img {
  width: 68px;
}
.banner .content h1 {
  font-weight: 600;
  font-size: 48px;
  max-width: 627px;
  font-family: "Poppins";
  color: var(--white);
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 1152px) {
  .banner .content h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .content h1 {
    font-size: 34px;
  }
}
.banner .content h1:has(~ *) {
  margin-bottom: 10px;
}
.banner .content p {
  font-weight: 500;
  margin: 15px 0 30px;
  color: var(--white);
  opacity: 0.8;
}
@media only screen and (max-width: 520px) {
  .banner .content p {
    font-size: 14px;
  }
}
.banner .content h6 {
  font-size: 18px;
  line-height: 1.34;
  color: var(--text);
  margin-top: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .banner .content h6 {
    font-size: 14px;
  }
}
.banner .content h6:has(~ *) {
  margin-bottom: 10px;
}
.banner .content h4 {
  font-size: 24px;
}
.banner .content h4:has(~ *) {
  margin-bottom: 10px;
}
.banner .content h5 {
  font-size: 20px;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 10px;
}
.banner .content h5:has(~ *) {
  margin-bottom: 10px;
}

.swiper-pagination-bullets {
  --swiper-pagination-bullet-size: 13px;
  --swiper-pagination-color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .swiper-pagination-bullets {
    --swiper-pagination-bullet-size: 10px;
  }
}

.btn-div-wrap > *:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 675px) {
  .btn-div-wrap > *:not(:last-child) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 675px) {
  .btn-div-wrap .btn {
    --padding: 10px;
  }
}

.common-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 25px;
}
@media only screen and (max-width: 991px) {
  .common-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .common-grid-wrap {
    grid-template-columns: 100%;
  }
}

.slider-section .upper-sec {
  position: relative;
  padding-top: 4rem;
}
.slider-section .upper-sec .swiper-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 675px) {
  .slider-section .upper-sec .swiper-nav {
    display: none;
  }
}

.play-btn {
  --btnsize: 50px;
  --border: 1px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  width: 60px;
  height: 60px;
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: transparent;
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.news-col {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.news-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .read-more-btn:is(a):hover) .figure::before {
  animation: shine 0.4s linear;
}
.news-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .read-more-btn:is(a):hover) .figure img {
  transform: scale(1.04);
  width: 100%;
}
.news-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .read-more-btn:is(a):hover) .figcaption .ttl {
  color: var(--primary);
}
.news-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .read-more-btn:is(a):hover) .figcaption .desc {
  color: var(--black);
}
.news-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .read-more-btn:is(a):hover) .figcaption .date {
  color: var(--text);
}
.news-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .read-more-btn:is(a):hover) .figcaption .read-more-btn {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--black);
}
.news-col .figure {
  height: 361px;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-col .figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.news-col .figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.news-col .figure {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.news-col .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.2;
  transition: 0.5s ease;
  position: relative;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-col .figinfo {
  position: absolute;
  color: white;
  text-align: center;
  width: 100%;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-col .figinfo h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 10px;
}
.news-col .figinfo p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  text-align: center;
}
.news-col .figcaption {
  --pdt: 18px;
  --pdlr: 24px;
  --pdb: -40px;
  --btnsize: 40px;
  --btnmargin: 27px;
  padding: var(--pdt) var(--pdlr) calc(var(--pdb) + var(--btnmargin) + var(--btnsize));
  position: relative;
  flex: 1;
}
.news-col .figcaption .btn-div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 var(--pdlr) var(--pdb);
}
.news-col .figcaption .ttl {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 10px;
}
.news-col .figcaption .desc, .news-col .figcaption .date {
  font-weight: 500;
  transition: 0.5s ease;
}
.news-col .figcaption .desc {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 16px;
}
.news-col .figcaption .date {
  color: var(--primary);
  line-height: 1.375;
}

.product-item:has(.figure:is(a):hover, .figcaption .dtl-btn:is(a):hover) .figure img {
  transform: scale(1.04);
}
.product-item:has(.figure:is(a):hover, .figcaption .dtl-btn:is(a):hover) .figcaption .dtl-btn {
  background: var(--black);
  color: var(--white);
}
.product-item .figure {
  display: block;
  line-height: 0;
}
.product-item .figure img {
  width: 100%;
  transition: 1s ease;
}
.product-item .figcaption {
  padding-top: 30px;
  text-align: center;
}
.product-item .figcaption h4 {
  font-size: 32px;
}
.product-item .figcaption h5 {
  font-size: 24px;
}
.product-item .figcaption h4, .product-item .figcaption h5 {
  line-height: 1.167;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 520px) {
  .breadcrumps {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
  }
}
.breadcrumps li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.breadcrumps li::before {
  content: ">";
  position: absolute;
  left: 100%;
  top: 50%;
  translate: 0 -50%;
  font-size: 12px;
  font-family: monospace;
  color: var(--text);
}
.breadcrumps li:last-child::before {
  display: none;
}
.breadcrumps li a {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li a {
    font-size: 12px;
    text-overflow: ellipsis;
  }
}
.breadcrumps li a.active {
  color: var(--black);
}
.breadcrumps li:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:last-child) {
    padding-right: 8px;
  }
}
.breadcrumps li:not(:first-child) {
  padding-left: 20px;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:first-child) {
    padding-left: 8px;
  }
}

.bg-circle {
  position: relative;
  --bgcolor: rgb(256 256 256);
  --bgsize: 30%;
  --top: 50%;
  --right: 10%;
}
.bg-circle::before {
  top: var(--top);
  right: var(--right);
  content: "";
  position: absolute;
  z-index: 0;
  width: var(--bgsize);
  aspect-ratio: 1;
  background: var(--bgcolor);
  filter: blur(152.3000030518px);
}
.bg-circle .container {
  position: relative;
  z-index: 1;
}

.common-slider-1 .swiper {
  max-width: calc(100% - 45px);
}
@media only screen and (max-width: 540px) {
  .common-slider-1 .swiper {
    max-width: 100%;
  }
}

.swiper-prev.has-shadow, .swiper-next.has-shadow {
  box-shadow: 0px 1px 3px 1px rgba(60, 64, 67, 0.1490196078), 0px 1px 2px 0px rgba(60, 64, 67, 0.3019607843);
}

@keyframes scroll {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(10px);
  }
}
.sticky {
  position: sticky;
  top: 20px;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .sticky {
    position: static;
  }
}

.flex-box {
  display: flex;
}

.grid-box {
  display: grid;
}

.bottom-video {
  position: relative;
}
.bottom-video::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 21.38%, rgba(0, 0, 0, 0.85) 85.52%);
  content: "";
}
.bottom-video video {
  width: 100%;
  height: 100%;
  display: block;
}
.bottom-video .content {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.bottom-video .content h2 {
  font-size: 12rem;
  color: var(--white);
  font-family: "Poppins";
  text-transform: uppercase;
}
@media only screen and (max-width: 1366px) {
  .bottom-video .content h2 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 540px) {
  .bottom-video .content h2 {
    font-size: 32px;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 40px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.25s ease;
  white-space: nowrap;
  text-decoration: none;
  text-transform: capitalize;
}
@media only screen and (max-width: 375px) {
  .btn {
    font-size: 11px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.25s ease;
  z-index: -1;
}
.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
  overflow: visible;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn:disabled::before {
  transform: scaleY(0);
}

.btn-white {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}
.btn-white::before {
  background: var(--secondary);
}
.btn-white:hover {
  color: var(--white);
}
.btn-white:hover::before {
  transform: scaleY(1);
}

.btn-black {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
}
.btn-black::before {
  background: var(--black);
}
.btn-black:hover {
  color: var(--white);
  border-color: var(--black);
}
.btn-black:hover::before {
  transform: scaleY(1);
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.btn-primary::before {
  background: var(--secondary);
}
.btn-primary:hover::before {
  transform: scaleY(1);
}

.btn-secondary {
  background: transparent;
  color: var(--secondary);
  border-color: var(--secondary);
}
.btn-secondary::before {
  background: var(--secondary);
}
.btn-secondary:hover {
  color: var(--white);
}
.btn-secondary:hover::before {
  transform: scaleY(1);
}

.btn-gray {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-gray::before {
  background: var(--white);
}
.btn-gray:hover {
  color: var(--black);
  border-color: var(--white);
}
.btn-gray:hover::before {
  transform: scaleY(1);
}

.btn-outline-primary {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary::before {
  background: var(--secondary);
}
.btn-outline-primary:hover {
  color: var(--white);
}
.btn-outline-primary:hover::before {
  transform: scaleY(1);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-outline-white::before {
  background: var(--secondary);
}
.btn-outline-white:hover {
  color: var(--white);
  border-color: var(--secondary);
}
.btn-outline-white:hover::before {
  transform: scaleY(1);
}

.btn-outline-secondary {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}
.btn-outline-secondary::before {
  background: var(--secondary);
}
.btn-outline-secondary:hover {
  color: var(--white);
  border-color: var(--secondary);
}
.btn-outline-secondary:hover::before {
  transform: scaleY(1);
}

.swiper-button-lock {
  display: none !important;
}

.blog_card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  background: var(--white);
  transition: all 0.4s ease;
  display: block;
  height: 100%;
}
.blog_card:hover .img img {
  transform: scale(1.09);
}
.blog_card .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog_card .img img {
  width: 100%;
  height: 265px;
  display: block;
  transition: all 0.4s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1280px) {
  .blog_card .img img {
    height: 240px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog_card .img img {
    height: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .blog_card .img img {
    height: 200px;
  }
}
@media only screen and (max-width: 540px) {
  .blog_card .img img {
    height: 200px;
  }
}
.blog_card .img .date {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: var(--primary);
  padding: 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 540px) {
  .blog_card .img .date {
    right: 14px;
    bottom: 14px;
    padding: 8px;
  }
}
.blog_card .img .date h6 {
  font-size: 20px;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .blog_card .img .date h6 {
    font-size: 18px;
  }
}
.blog_card .img .date p {
  font-size: 12px;
  color: var(--white);
}
.blog_card .content {
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .blog_card .content {
    padding: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .blog_card .content {
    padding: 16px;
  }
}
.blog_card .content h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  margin: 15px 0;
}
@media only screen and (max-width: 1024px) {
  .blog_card .content h6 {
    font-size: 16px;
    margin: 12px 0;
  }
}
@media only screen and (max-width: 540px) {
  .blog_card .content h6 {
    font-size: 15px;
    margin: 10px 0;
  }
}
.blog_card .content p {
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .blog_card .content p {
    font-size: 14px;
  }
}
.blog_card .content .tag {
  padding: 10px 24px;
  border: 1px solid var(--border);
  border-radius: 50px;
  color: var(--text);
  text-align: center;
  font-size: 14px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .blog_card .content .tag {
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 540px) {
  .blog_card .content .tag {
    padding: 7px 16px;
    font-size: 13px;
  }
}

.speakToConsultant {
  padding: 70px 0;
  color: var(--white);
}
@media only screen and (max-width: 1024px) {
  .speakToConsultant {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .speakToConsultant {
    padding: 40px 0;
  }
}
.speakToConsultant .content {
  display: grid;
  grid-template-columns: 1fr 348px;
  gap: 30px;
  align-items: center;
  background: var(--primary);
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 1280px) {
  .speakToConsultant .content {
    grid-template-columns: 1fr 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .speakToConsultant .content {
    grid-template-columns: 1fr 260px;
    padding: 30px;
    gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .speakToConsultant .content {
    grid-template-columns: 100%;
    padding: 25px;
  }
}
.speakToConsultant .content .text h6 {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 12px;
}
@media only screen and (max-width: 540px) {
  .speakToConsultant .content .text h6 {
    font-size: 18px;
  }
}
.speakToConsultant .content .text p {
  color: var(--white);
  opacity: 0.7;
}
@media only screen and (max-width: 540px) {
  .speakToConsultant .content .text p {
    font-size: 14px;
  }
}
.speakToConsultant .content .btn {
  background: var(--white);
  color: var(--primary);
  border: none;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .speakToConsultant .content .btn {
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .speakToConsultant .content .btn {
    margin-left: 0;
    width: 100% !important;
  }
}
.speakToConsultant .content .btn img {
  filter: none;
}
.speakToConsultant .content .btn:hover {
  color: var(--white);
}
.speakToConsultant .content .btn:hover img {
  filter: brightness(0) invert(1);
}

.comman-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .comman-banner {
    height: 90vh;
  }
}
@media only screen and (max-width: 991px) {
  .comman-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .comman-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .comman-banner {
    height: 65vh;
  }
}
@media only screen and (max-width: 420px) {
  .comman-banner {
    height: 60vh;
  }
}
.comman-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 14.43%, rgba(0, 0, 0, 0) 58.86%), linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 23.86%);
}
.comman-banner video, .comman-banner img:not(.btn > img) {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
}
.comman-banner .bg-content {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
}
@media only screen and (max-width: 1024px) {
  .comman-banner .bg-content {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .comman-banner .bg-content {
    max-width: 360px;
    bottom: 9%;
  }
}
@media only screen and (max-width: 540px) {
  .comman-banner .bg-content {
    bottom: 8%;
    gap: 6px;
    max-width: 100%;
  }
}
.comman-banner .bg-content h1 {
  text-align: center;
  text-transform: capitalize;
  color: var(--white);
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .comman-banner .bg-content h1 {
    font-size: 32px;
  }
}
.comman-banner .bg-content p {
  text-align: center;
  text-transform: capitalize;
  color: var(--white);
}
.comman-banner .bg-content .btn {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .comman-banner .bg-content .btn {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .comman-banner .bg-content .btn {
    margin-top: 10px;
  }
}

.formField {
  position: relative;
  width: 100%;
}
.formField input, .formField textarea {
  font-size: 14px;
  height: 42px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #D3D3D3;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}
.formField input:not(:-moz-placeholder) ~ .label, .formField textarea:not(:-moz-placeholder) ~ .label {
  top: -12px;
  font-size: 12px;
  color: var(--text);
  font-weight: 400;
}
.formField input:focus ~ .label, .formField input:not(:placeholder-shown) ~ .label, .formField textarea:focus ~ .label, .formField textarea:not(:placeholder-shown) ~ .label {
  top: -12px;
  font-size: 12px;
  color: var(--text);
  font-weight: 400;
}
.formField::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
input:focus ~ .formField::after, input:valid ~ .formField::after {
  transform: scaleX(1);
}
.formField textarea {
  height: 100px;
}
.formField .label {
  position: absolute;
  top: 12px;
  left: 0;
  color: var(--text);
  transition: all 0.3s ease;
  pointer-events: none;
  font-size: 15px;
}

.formDate {
  width: -moz-fit-content;
  width: fit-content;
  gap: 0px !important;
}
.formDate .date-range {
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 14px !important;
  font-weight: 400;
  border: none;
  outline: none;
}
.formDate input::-moz-placeholder {
  float: right;
}
.formDate input::placeholder {
  float: right;
}

.app-promo {
  padding: 0 24px;
  background: var(--black);
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .app-promo {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .app-promo {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .app-promo {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 360px) {
  .app-promo {
    margin-bottom: 24px;
  }
}
.app-promo .app-promo-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--gradient-a);
  border-radius: 24px;
  padding: 56px 60px;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .app-promo .app-promo-inner {
    padding: 48px 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .app-promo .app-promo-inner {
    padding: 44px 40px;
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .app-promo .app-promo-inner {
    flex-direction: column;
    text-align: center;
    gap: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .app-promo .app-promo-inner {
    padding: 20px;
    border-radius: 18px;
  }
}
@media only screen and (max-width: 360px) {
  .app-promo .app-promo-inner {
    border-radius: 16px;
  }
}
.app-promo .app-promo-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../icon/world-map-outline.png) no-repeat;
  background-position: right center;
  background-size: 60%;
  opacity: 0.12;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .app-promo .app-promo-inner::before {
    background-position: center;
    background-size: 90%;
  }
}
.app-promo .app-promo-text {
  position: relative;
  z-index: 2;
  max-width: 560px;
}
@media only screen and (max-width: 991px) {
  .app-promo .app-promo-text {
    max-width: 100%;
  }
}
.app-promo .app-promo-text .eyebrow {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: var(--white);
  opacity: 1;
}
@media only screen and (max-width: 360px) {
  .app-promo .app-promo-text .eyebrow {
    font-size: 11px;
    margin-bottom: 8px;
  }
}
.app-promo .app-promo-text h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  font-family: "Poppins";
  color: #ffffff;
  margin: 0 0 15px;
}
@media only screen and (max-width: 1024px) {
  .app-promo .app-promo-text h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .app-promo .app-promo-text h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 360px) {
  .app-promo .app-promo-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.app-promo .app-promo-text p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .app-promo .app-promo-text p {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .app-promo .app-promo-text p {
    font-size: 14px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 360px) {
  .app-promo .app-promo-text p {
    margin-bottom: 20px;
  }
}
.app-promo .form {
  --inputsize: 48px;
  --labelbefore: rgba(255, 255, 255, .65);
  --labelafter: rgba(255, 255, 255, .8);
  --borderbefore: rgba(255, 255, 255, .3);
  --color: #ffffff;
  --paddingleftright: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  padding: 6px 6px 6px 22px;
  max-width: 460px;
}
@media only screen and (max-width: 991px) {
  .app-promo .form {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .app-promo .form {
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
    padding: 16px;
    gap: 14px;
    max-width: 100%;
    width: 100%;
  }
}
.app-promo .form .form-group {
  flex: 1;
  max-width: none;
}
.app-promo .form .form-group::before, .app-promo .form .form-group::after {
  display: none;
}
.app-promo .form input {
  color: #ffffff !important;
}
.app-promo .form input:not(.no-focus):focus ~ label {
  color: var(--white);
}
.app-promo .form .sbmt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media only screen and (max-width: 540px) {
  .app-promo .form .sbmt {
    width: 100%;
  }
}
.app-promo .app-promo-visual {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 450px;
  height: 250px;
}
@media only screen and (max-width: 1280px) {
  .app-promo .app-promo-visual {
    width: 380px;
    height: 220px;
  }
}
@media only screen and (max-width: 1024px) {
  .app-promo .app-promo-visual {
    width: 320px;
    height: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .app-promo .app-promo-visual {
    display: none;
  }
}
.app-promo .app-promo-visual .phone {
  position: absolute;
  overflow: hidden;
}
.app-promo .app-promo-visual .phone img {
  width: 100%;
  display: block;
}
.app-promo .app-promo-visual .phone--back {
  left: 8px;
  bottom: -183px;
  z-index: 1;
  right: -33px;
}

.breadcrumb {
  position: absolute;
  top: calc(var(--headerheight) + 5px);
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .breadcrumb {
    top: calc(var(--headerheight) + 10px);
  }
}
.breadcrumb.left {
  left: 80px;
}
@media only screen and (max-width: 991px) {
  .breadcrumb.left {
    left: 34px;
  }
}
@media only screen and (max-width: 540px) {
  .breadcrumb.left {
    left: 24px;
  }
}
.breadcrumb.left2 {
  left: 124px;
}
@media only screen and (max-width: 991px) {
  .breadcrumb.left2 {
    left: 34px;
  }
}
@media only screen and (max-width: 540px) {
  .breadcrumb.left2 {
    left: 20px;
  }
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 14px;
  transition: 0.25s ease;
}
.breadcrumb a:hover {
  color: var(--primary);
}
.breadcrumb a.active {
  color: var(--primary);
  font-weight: 600;
}
.breadcrumb .breadcrumb-separator {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb.breadcrumb-light a {
  color: #c6c6c7;
}
.breadcrumb.breadcrumb-light a:hover {
  color: var(--white);
}
.breadcrumb.breadcrumb-light a.active {
  color: var(--white);
  font-weight: 600;
}
.breadcrumb.breadcrumb-light .breadcrumb-separator {
  color: #9CA3AF;
}
.breadcrumb.breadcrumb-dark a {
  color: var(--text);
}
.breadcrumb.breadcrumb-dark a:hover {
  color: var(--text);
}
.breadcrumb.breadcrumb-dark a.active {
  color: var(--text);
}
.breadcrumb.breadcrumb-dark .breadcrumb-separator {
  color: var(--text);
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 15px 0;
    font-size: 12px;
    gap: 6px;
  }
}

.prod-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 435px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (max-width: 1366px) {
  .prod-card {
    height: 400px;
  }
}
@media only screen and (max-width: 1280px) {
  .prod-card {
    height: 380px;
  }
}
@media only screen and (max-width: 1024px) {
  .prod-card {
    height: 360px;
  }
}
@media only screen and (max-width: 991px) {
  .prod-card {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .prod-card {
    height: 340px;
  }
}
@media only screen and (max-width: 540px) {
  .prod-card {
    height: 300px;
  }
}
@media only screen and (max-width: 420px) {
  .prod-card {
    height: 260px;
  }
}
@media only screen and (max-width: 360px) {
  .prod-card {
    height: 230px;
  }
}
.prod-card .img {
  position: absolute;
  inset: 0;
}
.prod-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}
.prod-card .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
  transition: background 0.4s ease;
}
.prod-card .content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
}
@media only screen and (max-width: 540px) {
  .prod-card .content {
    padding: 18px;
  }
}
@media only screen and (max-width: 360px) {
  .prod-card .content {
    padding: 14px;
  }
}
.prod-card .content h5 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white, #fff);
}
@media only screen and (max-width: 540px) {
  .prod-card .content h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .prod-card .content h5 {
    font-size: 15px;
  }
}
.prod-card .content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
  transition: margin 0.3s ease;
}
@media only screen and (max-width: 360px) {
  .prod-card .content p {
    font-size: 12px;
  }
}
.prod-card .content .btns {
  display: flex;
  gap: 10px;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.35s ease;
}
.prod-card:hover .img img {
  transform: scale(1.06);
}
.prod-card:hover .img::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.95) 100%);
}
.prod-card:hover .content .btns {
  max-height: 60px;
  opacity: 1;
  margin-top: 16px;
}
.prod-card.no-prod {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  position: relative;
}
.prod-card.no-prod::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.9) 100%);
  transition: background 0.4s ease;
}
.prod-card.no-prod .img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  opacity: 0.6;
}
.prod-card.no-prod .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod-card.no-prod .img::after {
  display: none;
}
.prod-card.no-prod .content {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.prod-card.no-prod .content h5 {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 36px;
}
.prod-card.no-prod .content p {
  color: var(--white) !important;
  margin-bottom: 22px !important;
  max-width: 320px;
  font-size: 14px !important;
}
.prod-card.no-prod .content .btn {
  max-height: none;
  opacity: 1;
  overflow: visible;
}

.fitway-topbar {
  width: 100%;
  background: var(--black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  height: 34px;
  display: flex;
  align-items: center;
}
.fitway-topbar__track {
  position: relative;
  height: 16px;
  width: 100%;
}
.fitway-topbar__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 12px;
  color: var(--white);
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.fitway-topbar__item.is-active {
  opacity: 1;
  transform: translateY(0);
}
.fitway-topbar__item.is-leaving {
  opacity: 0;
  transform: translateY(-100%);
}
@media only screen and (max-width: 768px) {
  .fitway-topbar {
    height: 32px;
  }
  .fitway-topbar__item {
    font-size: 11px;
  }
}
@media only screen and (max-width: 540px) {
  .fitway-topbar {
    height: 30px;
  }
  .fitway-topbar__item {
    font-size: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .fitway-topbar__item {
    font-size: 9px;
  }
}

.fitway-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--primary);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}
.fitway-header.is-scrolled {
  background: var(--primary);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}
.fitway-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.fitway-header__logo {
  display: flex;
  align-items: center;
}
.fitway-header__logo img {
  height: 60px;
  width: auto;
  display: block;
}
.fitway-header__nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fitway-header__nav li {
  position: relative;
}
.fitway-header__nav li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.25s ease;
}
.fitway-header__nav li a:hover {
  color: var(--white);
  opacity: 0.7;
}
.fitway-header__nav .has-dropdown:hover .fitway-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fitway-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .fitway-header__cta {
    display: none;
  }
}
@media only screen and (max-width: 1366px) {
  .fitway-header__nav ul {
    gap: 26px;
  }
}
@media only screen and (max-width: 1280px) {
  .fitway-header__logo img {
    height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .fitway-header__nav ul {
    gap: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .fitway-header__nav {
    display: none;
  }
  .fitway-header__inner {
    height: 68px;
  }
}
@media only screen and (max-width: 768px) {
  .fitway-header__logo img {
    height: 26px;
  }
}
@media only screen and (max-width: 540px) {
  .fitway-header__actions {
    gap: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .fitway-header__inner {
    height: 62px;
  }
}
@media only screen and (max-width: 360px) {
  .fitway-header__logo img {
    height: 24px;
  }
}

.fitway-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  min-width: 240px;
  background: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.fitway-dropdown li a {
  display: block;
  padding: 10px 12px;
  font-size: 13px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.75);
}
.fitway-dropdown li a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}
.fitway-dropdown li a.is-active {
  color: var(--primary);
  font-weight: 600;
}
@media only screen and (max-width: 1280px) {
  .fitway-dropdown {
    min-width: 220px;
  }
}

.fitway-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
}
.fitway-burger span {
  width: 18px;
  height: 2px;
  background: var(--white);
  transition: all 0.25s ease;
}
@media only screen and (max-width: 991px) {
  .fitway-burger {
    display: flex;
  }
}
@media only screen and (max-width: 420px) {
  .fitway-burger {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 360px) {
  .fitway-burger {
    width: 34px;
    height: 34px;
  }
  .fitway-burger span {
    width: 16px;
  }
}

.fitway-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 360px;
  height: 100%;
  background: var(--black);
  z-index: 1001;
  padding: 24px;
  overflow-y: auto;
  transition: right 0.35s ease;
  display: flex;
  flex-direction: column;
}
.fitway-mobile-menu.is-open {
  right: 0;
}
.fitway-mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.fitway-mobile-menu__head img {
  height: 30px;
}
.fitway-mobile-menu__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--white);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.fitway-mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.fitway-mobile-menu__list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fitway-mobile-menu__accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  padding: 16px 0;
  cursor: pointer;
}
.fitway-mobile-menu__accordion-btn svg {
  transition: transform 0.25s ease;
}
.fitway-mobile-menu__accordion-btn.is-open svg {
  transform: rotate(180deg);
}
.fitway-mobile-menu__accordion-panel {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.fitway-mobile-menu__cta {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .fitway-mobile-menu {
    width: 90%;
    padding: 20px;
  }
  .fitway-mobile-menu__head {
    margin-bottom: 24px;
  }
  .fitway-mobile-menu__head img {
    height: 26px;
  }
}
@media only screen and (max-width: 360px) {
  .fitway-mobile-menu {
    padding: 16px;
  }
  .fitway-mobile-menu__accordion-btn {
    font-size: 14px;
    padding: 14px 0;
  }
}

.fitway-mobile-link {
  display: block;
  padding: 16px 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.fitway-mobile-link.is-active {
  color: var(--primary);
}
@media only screen and (max-width: 420px) {
  .fitway-mobile-link {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media only screen and (max-width: 360px) {
  .fitway-mobile-link {
    font-size: 13px;
  }
}

.fitway-mobile-menu__accordion-panel .fitway-mobile-link {
  padding: 12px 0 12px 12px;
  font-size: 14px;
}
@media only screen and (max-width: 360px) {
  .fitway-mobile-menu__accordion-panel .fitway-mobile-link {
    font-size: 13px;
  }
}

.fitway-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}
.fitway-mobile-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.gym-setup-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 110px);
  padding: 40px 0;
  overflow: hidden;
}
.gym-setup-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.gym-setup-hero__bg img, .gym-setup-hero__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gym-setup-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
}
.gym-setup-hero__grid {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 40px;
  align-items: center;
}
.gym-setup-hero__content {
  color: var(--white);
}
.gym-setup-hero__content .label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 14px;
}
.gym-setup-hero__content h1 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 16px;
  max-width: 600px;
  color: var(--white);
}
.gym-setup-hero__content p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  max-width: 550px;
  margin-bottom: 22px;
}
.gym-setup-hero__points {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.gym-setup-hero__points li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
}
.gym-setup-hero__points li svg {
  color: var(--primary);
  flex-shrink: 0;
}
.gym-setup-hero__form-wrap {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1366px) {
  .gym-setup-hero {
    min-height: calc(100svh - 104px);
  }
  .gym-setup-hero__content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .gym-setup-hero__grid {
    gap: 30px;
  }
  .gym-setup-hero__content h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1024px) {
  .gym-setup-hero {
    min-height: calc(100svh - 98px);
  }
  .gym-setup-hero__content h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .gym-setup-hero {
    min-height: auto;
    height: auto;
    overflow: visible;
    padding: 110px 0 50px;
  }
  .gym-setup-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .gym-setup-hero__form-wrap {
    justify-content: stretch;
  }
  .gym-setup-hero__content h1 {
    max-width: 100%;
    font-size: 42px;
  }
  .gym-setup-hero__content p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-hero__content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-hero {
    padding: 100px 0 40px;
  }
  .gym-setup-hero__content h1 {
    font-size: 30px;
  }
  .gym-setup-hero__content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-hero__content h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-hero {
    padding: 90px 0 30px;
  }
  .gym-setup-hero__content h1 {
    font-size: 23px;
  }
  .gym-setup-hero__content p {
    font-size: 13px;
  }
  .gym-setup-hero__points {
    gap: 10px 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .gym-setup-hero__points li {
    font-size: 12px;
  }
}

.contact-form {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  background: rgba(16, 16, 16, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1280px) {
  .contact-form {
    max-width: 440px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form {
    max-width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .contact-form {
    padding: 22px 18px;
  }
}
@media only screen and (max-width: 360px) {
  .contact-form {
    padding: 18px 14px;
    border-radius: 16px;
  }
}
.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media only screen and (max-width: 480px) {
  .contact-form__row {
    grid-template-columns: 1fr;
  }
}
.contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form__group label {
  font-size: 11.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.55);
}
.contact-form__group input,
.contact-form__group textarea {
  width: 100%;
  height: 46px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 0 14px;
  font-size: 13.5px;
  color: var(--white);
  font-family: inherit;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.contact-form__group input::-moz-placeholder, .contact-form__group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.contact-form__group input::placeholder,
.contact-form__group textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.contact-form__group input:focus,
.contact-form__group textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.06);
}
.contact-form__group textarea {
  height: auto;
  min-height: 70px;
  max-height: 84px;
  padding: 12px 14px;
  resize: none;
}
.contact-form__group.has-error input, .contact-form__group.has-error textarea {
  border-color: #ff5757;
}
@media only screen and (max-width: 360px) {
  .contact-form__group input, .contact-form__group textarea {
    height: 42px;
    font-size: 13px;
  }
}
.contact-form__error {
  display: block;
  font-size: 10.5px;
  color: #ff5757;
  min-height: 13px;
}
.contact-form__label {
  font-size: 11.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.55);
}
.contact-form__checkbox-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}
@media only screen and (max-width: 420px) {
  .contact-form__checkbox-list {
    grid-template-columns: 1fr;
  }
}
.contact-form__checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 12px;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.contact-form__checkbox:hover {
  border-color: rgba(255, 255, 255, 0.25);
}
.contact-form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-form__checkbox input[type=checkbox]:checked ~ .contact-form__checkbox-box {
  background: var(--primary);
  border-color: var(--primary);
}
.contact-form__checkbox input[type=checkbox]:checked ~ .contact-form__checkbox-box::after {
  opacity: 1;
}
.contact-form__checkbox-box {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1.8px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.contact-form__checkbox-box::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 5px;
  height: 9px;
  border: solid var(--black);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.contact-form__checkbox-label {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.3;
}
.contact-form__cta {
  width: 100%;
  height: 48px;
  margin-top: 4px;
  justify-content: center;
}
@media only screen and (max-width: 360px) {
  .contact-form__cta {
    height: 44px;
  }
}
.contact-form__note {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  margin: 12px 0 0;
  line-height: 1.5;
}

.gym-setup-intro {
  padding: 100px 0;
  background: var(--black);
}
.gym-setup-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.gym-setup-intro__media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.gym-setup-intro__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gym-setup-intro__content {
  color: var(--white);
}
.gym-setup-intro__content .label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 16px;
}
.gym-setup-intro__content h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 18px;
}
.gym-setup-intro__content > p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 26px;
}
.gym-setup-intro__points {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.gym-setup-intro__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}
.gym-setup-intro__points li svg {
  color: var(--primary);
  flex-shrink: 0;
}
@media only screen and (max-width: 1366px) {
  .gym-setup-intro {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .gym-setup-intro__grid {
    gap: 46px;
  }
}
@media only screen and (max-width: 1024px) {
  .gym-setup-intro__grid {
    gap: 40px;
  }
  .gym-setup-intro__content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .gym-setup-intro {
    padding: 80px 0;
  }
  .gym-setup-intro__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .gym-setup-intro__media {
    order: 2;
  }
  .gym-setup-intro__content {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-intro__content h2 {
    font-size: 28px;
  }
  .gym-setup-intro__content > p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-intro {
    padding: 60px 0;
  }
  .gym-setup-intro__content h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-intro__content h2 {
    font-size: 23px;
  }
  .gym-setup-intro__content .label {
    font-size: 11px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-intro {
    padding: 50px 0;
  }
  .gym-setup-intro__grid {
    gap: 26px;
  }
  .gym-setup-intro__content h2 {
    font-size: 21px;
  }
  .gym-setup-intro__content > p {
    font-size: 13px;
  }
  .gym-setup-intro__points li {
    font-size: 13px;
  }
}

.gym-setup-services {
  padding: 100px 0;
  background: #0a0a0a;
}
.gym-setup-services .heading {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 60px;
  text-align: center;
}
.gym-setup-services .heading {
  margin-bottom: 12px;
}
.gym-setup-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 50px;
}
.gym-setup-services__card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 34px 28px;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.gym-setup-services__card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.05);
}
.gym-setup-services__card h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins";
  color: var(--white);
  margin: 18px 0 10px;
}
.gym-setup-services__card p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.gym-setup-services__num {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.gym-setup-services__icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--primary);
}
.gym-setup-services__cta {
  margin-top: 50px;
  text-align: center;
}
.gym-setup-services__cta p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 16px;
}
@media only screen and (max-width: 1366px) {
  .gym-setup-services {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .gym-setup-services__grid {
    gap: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .gym-setup-services__card {
    padding: 28px 22px;
  }
}
@media only screen and (max-width: 991px) {
  .gym-setup-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-services {
    padding: 70px 0;
  }
  .gym-setup-services__grid {
    gap: 18px;
    margin-top: 34px;
  }
  .gym-setup-services__card h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-services__grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-services__card {
    padding: 26px 20px;
  }
  .gym-setup-services__card h3 {
    font-size: 19px;
  }
  .gym-setup-services__card p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-services {
    padding: 50px 0;
  }
  .gym-setup-services .heading {
    margin-bottom: 40px;
  }
  .gym-setup-services__icon {
    width: 46px;
    height: 46px;
  }
}

.gym-setup-process {
  padding: 100px 0;
  background: var(--black);
}
.gym-setup-process .heading {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 60px;
  text-align: center;
}
.gym-setup-process .heading {
  margin-bottom: 12px;
}
.gym-setup-process__track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 54px;
  position: relative;
}
.gym-setup-process__track::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 5%;
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.gym-setup-process__step {
  position: relative;
  text-align: center;
}
.gym-setup-process__step h3 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 700;
  color: var(--white);
  margin: 20px 0 8px;
}
.gym-setup-process__step p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.gym-setup-process__num {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-weight: 700;
  font-size: 15px;
  z-index: 1;
}
.gym-setup-process__cta {
  text-align: center;
  margin-top: 56px;
}
@media only screen and (max-width: 1366px) {
  .gym-setup-process {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .gym-setup-process__track {
    gap: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .gym-setup-process__track {
    gap: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .gym-setup-process__track {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .gym-setup-process__track::before {
    display: none;
  }
  .gym-setup-process__step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) and (max-width: 540px) {
  .gym-setup-process__step {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .gym-setup-process__step h3 {
    margin: 0 0 6px;
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-process {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-process__num {
    width: 46px;
    height: 46px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-process__step {
    gap: 14px;
  }
  .gym-setup-process__step h3 {
    font-size: 16px;
  }
  .gym-setup-process__step p {
    font-size: 12.5px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-process {
    padding: 50px 0;
  }
  .gym-setup-process__num {
    width: 42px;
    height: 42px;
  }
}

.gym-setup-mid-cta {
  padding: 60px 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.gym-setup-mid-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.gym-setup-mid-cta__text {
  color: var(--white);
}
.gym-setup-mid-cta__text .label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 10px;
}
.gym-setup-mid-cta__text h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 8px;
  max-width: 520px;
}
.gym-setup-mid-cta__text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  max-width: 480px;
}
.gym-setup-mid-cta__actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1366px) {
  .gym-setup-mid-cta {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .gym-setup-mid-cta__text h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .gym-setup-mid-cta__text h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .gym-setup-mid-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .gym-setup-mid-cta__actions {
    width: 100%;
    flex-direction: column;
  }
  .gym-setup-mid-cta__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-mid-cta {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-mid-cta {
    padding: 50px 0;
  }
  .gym-setup-mid-cta__actions {
    flex-direction: column;
  }
  .gym-setup-mid-cta__text h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-mid-cta__text h2 {
    font-size: 20px;
  }
  .gym-setup-mid-cta__text p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-mid-cta {
    padding: 40px 0;
  }
  .gym-setup-mid-cta__text .label {
    font-size: 11px;
  }
  .gym-setup-mid-cta__text h2 {
    font-size: 18px;
  }
}

.gym-setup-equipment {
  padding: 100px 0;
  background: #0a0a0a;
}
.gym-setup-equipment .heading {
  width: 100%;
  max-width: 547px;
  margin: 0 auto 60px;
  text-align: center;
}
.gym-setup-equipment .heading {
  margin-bottom: 12px;
}
.gym-setup-equipment__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.gym-setup-equipment__card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/5;
  text-decoration: none;
}
.gym-setup-equipment__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.gym-setup-equipment__card:hover img {
  transform: scale(1.08);
}
.gym-setup-equipment__card:hover .gym-setup-equipment__info svg {
  transform: translate(4px, -4px);
}
.gym-setup-equipment__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.1) 60%);
}
.gym-setup-equipment__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  color: var(--white);
}
.gym-setup-equipment__info h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
  font-family: "Poppins";
}
.gym-setup-equipment__info p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 10px;
}
.gym-setup-equipment__info svg {
  color: var(--primary);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 1366px) {
  .gym-setup-equipment {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .gym-setup-equipment__grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .gym-setup-equipment__info h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .gym-setup-equipment__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-equipment {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-equipment__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-equipment__info {
    padding: 20px;
  }
  .gym-setup-equipment__info h3 {
    font-size: 20px;
  }
  .gym-setup-equipment__info p {
    font-size: 12.5px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-equipment {
    padding: 50px 0;
  }
  .gym-setup-equipment__info {
    padding: 18px;
  }
  .gym-setup-equipment__info h3 {
    font-size: 18px;
  }
}

.gym-setup-products-services {
  padding: 100px 0;
  background: var(--black);
}
.gym-setup-products-services .heading {
  width: 100%;
  max-width: 396px;
  margin: 0 auto 60px;
  text-align: center;
}
.gym-setup-products-services .heading {
  margin-bottom: 12px;
}
.gym-setup-products-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 50px;
}
.gym-setup-products-services__block {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
}
.gym-setup-products-services__block img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gym-setup-products-services__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.92) 25%, rgba(0, 0, 0, 0.35) 75%);
}
.gym-setup-products-services__content {
  position: relative;
  z-index: 1;
  padding: 40px;
  color: var(--white);
  width: 100%;
}
.gym-setup-products-services__content .label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 12px;
}
.gym-setup-products-services__content h3 {
  font-size: 26px;
  font-family: "Poppins";
  margin: 0 0 10px;
}
.gym-setup-products-services__content p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 18px;
  max-width: 400px;
}
.gym-setup-products-services__content ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gym-setup-products-services__content ul li {
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.85);
}
@media only screen and (max-width: 1366px) {
  .gym-setup-products-services {
    padding: 90px 0;
  }
  .gym-setup-products-services__block {
    min-height: 440px;
  }
}
@media only screen and (max-width: 1280px) {
  .gym-setup-products-services__grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .gym-setup-products-services__block {
    min-height: 420px;
  }
  .gym-setup-products-services__content h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .gym-setup-products-services__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-products-services {
    padding: 70px 0;
  }
  .gym-setup-products-services__block {
    min-height: 400px;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-products-services__block {
    min-height: 380px;
  }
  .gym-setup-products-services__content {
    padding: 28px;
  }
  .gym-setup-products-services__content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-products-services__content {
    padding: 24px;
  }
  .gym-setup-products-services__content p {
    font-size: 13px;
  }
  .gym-setup-products-services__content ul li {
    font-size: 11px;
    padding: 6px 12px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-products-services__block {
    min-height: 340px;
  }
  .gym-setup-products-services__content {
    padding: 20px;
  }
  .gym-setup-products-services__content h3 {
    font-size: 18px;
  }
}

.gym-setup-requirements {
  padding: 100px 0;
  background: #0a0a0a;
}
.gym-setup-requirements .heading {
  width: 100%;
  max-width: 510px;
  margin: 0 auto 60px;
  text-align: center;
}
.gym-setup-requirements .heading {
  margin-bottom: 12px;
}
.gym-setup-requirements__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.gym-setup-requirements__grid .gym-setup-requirements__card:nth-child(4) {
  grid-column: span 1;
}
.gym-setup-requirements__grid .gym-setup-requirements__card:nth-child(-n+3) {
  aspect-ratio: 4/5;
}
.gym-setup-requirements__grid .gym-setup-requirements__card:nth-child(n+4) {
  aspect-ratio: 3/2;
}
.gym-setup-requirements__card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
}
.gym-setup-requirements__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.gym-setup-requirements__card:hover img {
  transform: scale(1.08);
}
.gym-setup-requirements__card:hover .gym-setup-requirements__arrow {
  background: var(--primary);
  border-color: var(--primary);
}
.gym-setup-requirements__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 15%, rgba(0, 0, 0, 0.15) 60%);
}
.gym-setup-requirements__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  color: var(--white);
}
.gym-setup-requirements__info .label {
  display: inline-block;
  font-size: 10.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 8px;
}
.gym-setup-requirements__info h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
  font-family: "Poppins";
}
.gym-setup-requirements__info p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.gym-setup-requirements__arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1366px) {
  .gym-setup-requirements {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .gym-setup-requirements__grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .gym-setup-requirements__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gym-setup-requirements__grid .gym-setup-requirements__card:nth-child(-n+4) {
    aspect-ratio: 4/5;
  }
  .gym-setup-requirements__grid .gym-setup-requirements__card:nth-child(n+5) {
    aspect-ratio: 4/5;
  }
}
@media only screen and (max-width: 991px) {
  .gym-setup-requirements__info h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-requirements {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-requirements__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gym-setup-requirements__grid .gym-setup-requirements__card {
    aspect-ratio: 4/5 !important;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-requirements__info {
    padding: 18px;
  }
  .gym-setup-requirements__info h3 {
    font-size: 19px;
  }
  .gym-setup-requirements__arrow {
    width: 34px;
    height: 34px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-requirements {
    padding: 50px 0;
  }
  .gym-setup-requirements__info {
    padding: 16px;
  }
  .gym-setup-requirements__info h3 {
    font-size: 17px;
  }
  .gym-setup-requirements__info p {
    font-size: 12px;
  }
}

.gym-setup-why {
  padding: 100px 0;
  background: var(--black);
}
.gym-setup-why .heading {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 60px;
  text-align: center;
}
.gym-setup-why .heading {
  margin-bottom: 12px;
}
.gym-setup-why__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.gym-setup-why__stat {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}
.gym-setup-why__stat h4 {
  font-size: 24px;
  font-family: "Poppins";
  color: var(--white);
  margin: 0 0 8px;
  font-weight: 700;
}
.gym-setup-why__stat p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.gym-setup-why__list {
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gym-setup-why__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
}
.gym-setup-why__list li svg {
  color: var(--primary);
  flex-shrink: 0;
}
@media only screen and (max-width: 1366px) {
  .gym-setup-why {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .gym-setup-why__stats {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .gym-setup-why__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .gym-setup-why__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-why {
    padding: 70px 0;
  }
  .gym-setup-why__stat {
    padding: 24px 16px;
  }
  .gym-setup-why__stat h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-why__stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .gym-setup-why__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-why__list {
    margin-top: 40px;
  }
  .gym-setup-why__list li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-why {
    padding: 50px 0;
  }
  .gym-setup-why__stat {
    padding: 20px 14px;
  }
  .gym-setup-why__stat h4 {
    font-size: 19px;
  }
  .gym-setup-why__stat p {
    font-size: 12px;
  }
}

.gym-setup-projects {
  padding: 100px 0 0;
  background: #0a0a0a;
  overflow: hidden;
}
.gym-setup-projects .heading {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 60px;
  text-align: center;
}
.gym-setup-projects .heading {
  margin-bottom: 12px;
}
.gym-setup-projects__wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 0 100px;
}
.gym-setup-projects__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.gym-setup-projects__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gym-setup-projects__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0.1) 55%);
}
.gym-setup-projects__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px;
  z-index: 1;
  color: var(--white);
}
.gym-setup-projects__info .label {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 12px;
}
.gym-setup-projects__info h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 8px;
  font-family: "Poppins";
}
.gym-setup-projects__info p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.gym-setup-projects__nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}
.gym-setup-projects__nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.gym-setup-projects__nav button:hover {
  background: var(--primary);
  border-color: var(--primary);
}
@media only screen and (max-width: 1366px) {
  .gym-setup-projects {
    padding: 90px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .gym-setup-projects__info h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-projects {
    padding: 70px 0 0;
  }
  .gym-setup-projects__swiper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-projects__wrap {
    padding: 0 0 70px;
  }
  .gym-setup-projects__nav {
    gap: 10px;
    margin-top: 30px;
  }
  .gym-setup-projects__nav button {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-projects__info {
    padding: 20px;
  }
  .gym-setup-projects__info h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-projects {
    padding: 50px 0 0;
  }
  .gym-setup-projects__info {
    padding: 16px;
  }
  .gym-setup-projects__info h3 {
    font-size: 18px;
  }
  .gym-setup-projects__info p {
    font-size: 12px;
  }
}

.gym-setup-testimonials {
  padding: 100px 0;
  background: var(--black);
}
.gym-setup-testimonials__slider {
  max-width: 720px;
  margin: 50px auto 0;
  text-align: center;
  position: relative;
  min-height: 220px;
}
.gym-setup-testimonials__track {
  position: relative;
}
.gym-setup-testimonials__card {
  display: none;
  color: var(--white);
}
.gym-setup-testimonials__card.is-active {
  display: block;
}
.gym-setup-testimonials__card p {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 26px;
}
.gym-setup-testimonials__author h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--primary);
}
.gym-setup-testimonials__author span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.gym-setup-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}
.gym-setup-testimonials__dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}
.gym-setup-testimonials__dots button.is-active {
  width: 26px;
  border-radius: 6px;
  background: var(--primary);
}
@media only screen and (max-width: 1366px) {
  .gym-setup-testimonials {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .gym-setup-testimonials__slider {
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-testimonials {
    padding: 70px 0;
  }
  .gym-setup-testimonials__card p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-testimonials__slider {
    min-height: 260px;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-testimonials__card p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-testimonials {
    padding: 50px 0;
  }
  .gym-setup-testimonials__card p {
    font-size: 14px;
  }
  .gym-setup-testimonials__author h4 {
    font-size: 14px;
  }
  .gym-setup-testimonials__author span {
    font-size: 12px;
  }
}

.gym-setup-faq {
  padding: 100px 0;
  background: #0a0a0a;
}
.gym-setup-faq__list {
  max-width: 820px;
  margin: 50px auto 0;
}
.gym-setup-faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gym-setup-faq__item.is-active .gym-setup-faq__question svg {
  transform: rotate(180deg);
  color: var(--primary);
}
.gym-setup-faq__item.is-active .gym-setup-faq__answer {
  max-height: 300px;
  padding-bottom: 22px;
}
.gym-setup-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: transparent;
  border: none;
  text-align: left;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
}
.gym-setup-faq__question svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: rgba(255, 255, 255, 0.5);
}
.gym-setup-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.gym-setup-faq__answer p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
@media only screen and (max-width: 1366px) {
  .gym-setup-faq {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-faq {
    padding: 70px 0;
  }
  .gym-setup-faq__question {
    font-size: 14px;
    padding: 18px 0;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-faq__list {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-faq__answer p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-faq {
    padding: 50px 0;
  }
  .gym-setup-faq__question {
    font-size: 13px;
    padding: 16px 0;
    gap: 12px;
  }
}

.gym-setup-cta {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.gym-setup-cta__bg {
  position: absolute;
  inset: 0;
}
.gym-setup-cta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gym-setup-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.gym-setup-cta__content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  color: var(--white);
}
.gym-setup-cta__content .label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 16px;
}
.gym-setup-cta__content h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 16px;
}
.gym-setup-cta__content p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 34px;
}
.gym-setup-cta__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 1366px) {
  .gym-setup-cta {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .gym-setup-cta__content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .gym-setup-cta {
    padding: 80px 0;
  }
  .gym-setup-cta__content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .gym-setup-cta__actions {
    flex-direction: column;
  }
  .gym-setup-cta__actions .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .gym-setup-cta__content {
    max-width: 90%;
  }
  .gym-setup-cta__content h2 {
    font-size: 26px;
  }
  .gym-setup-cta__content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .gym-setup-cta {
    padding: 60px 0;
  }
  .gym-setup-cta__content h2 {
    font-size: 22px;
  }
  .gym-setup-cta__content p {
    font-size: 13px;
    margin-bottom: 26px;
  }
}

.fitway-footer {
  background: var(--black);
  padding: 80px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fitway-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
  gap: 50px;
  padding-bottom: 60px;
}
.fitway-footer__col h4 {
  font-size: 18px;
  color: var(--white);
  margin: 0 0 22px;
  font-family: "Poppins";
}
.fitway-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.fitway-footer__col ul a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.25s ease;
}
.fitway-footer__col ul a:hover {
  color: var(--primary);
}
.fitway-footer__logo {
  display: inline-block;
  margin-bottom: 22px;
}
.fitway-footer__logo img {
  height: 60px;
  width: auto;
  display: block;
}
.fitway-footer__about p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 25px;
  max-width: 340px;
}
.fitway-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fitway-footer__socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.25s ease;
}
.fitway-footer__socials a svg {
  width: 17px;
  height: 17px;
}
.fitway-footer__socials a:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-3px);
}
.fitway-footer__features {
  gap: 14px !important;
}
.fitway-footer__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.fitway-footer__check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
}
.fitway-footer__contact-col .btn {
  margin-top: 24px;
}
.fitway-footer__contact-text {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 22px;
}
.fitway-footer__contact {
  gap: 14px !important;
}
.fitway-footer__contact li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fitway-footer__contact li span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: rgba(255, 255, 255, 0.4);
}
.fitway-footer__contact li a {
  color: rgba(255, 255, 255, 0.75);
}
.fitway-footer__contact li a:hover {
  color: var(--primary);
}
.fitway-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fitway-footer__bottom p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.fitway-footer__legal {
  display: flex;
  align-items: center;
  gap: 24px;
}
.fitway-footer__legal a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.25s ease;
}
.fitway-footer__legal a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1366px) {
  .fitway-footer__grid {
    gap: 35px;
  }
}
@media only screen and (max-width: 1280px) {
  .fitway-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .fitway-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 60px;
  }
  .fitway-footer__about p {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .fitway-footer {
    padding-top: 65px;
  }
  .fitway-footer__grid {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .fitway-footer {
    padding-top: 55px;
  }
  .fitway-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .fitway-footer__bottom {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .fitway-footer {
    padding: 50px 0 0;
  }
  .fitway-footer__grid {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 40px;
  }
  .fitway-footer__about p {
    max-width: 100%;
  }
  .fitway-footer__bottom {
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }
  .fitway-footer__legal {
    justify-content: center;
  }
}
@media only screen and (max-width: 420px) {
  .fitway-footer__socials a {
    width: 36px;
    height: 36px;
  }
  .fitway-footer__legal {
    gap: 16px;
  }
  .fitway-footer__legal a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .fitway-footer {
    padding: 40px 0 0;
  }
  .fitway-footer__col h4 {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .fitway-footer__col ul {
    gap: 11px;
  }
  .fitway-footer__col ul a {
    font-size: 13px;
  }
  .fitway-footer__about p {
    font-size: 13px;
  }
  .fitway-footer__contact-text {
    font-size: 13px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.top_header {
  width: 100%;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
  padding: 10px 0;
}
.top_header .announcement-bar {
  height: 24px;
  overflow: hidden;
  position: relative;
}
.top_header .announcement-wrapper {
  transition: transform 0.7s ease;
}
.top_header .announcement-item {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.top_header .announcement-item .icon svg, .top_header .announcement-item .icon img {
  width: 20px;
  height: 20px;
  color: var(--primary);
  display: block;
}
.top_header .announcement-item p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .top_header .announcement-item p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 768px) {
  .top_header {
    padding: 8px 0;
  }
  .top_header .announcement-item {
    gap: 8px;
  }
  .top_header .announcement-item .icon svg, .top_header .announcement-item .icon img {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 420px) {
  .top_header .announcement-item {
    gap: 6px;
  }
  .top_header .announcement-item .icon svg, .top_header .announcement-item .icon img {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .top_header {
    padding: 6px 0;
  }
  .top_header .announcement-item .icon svg, .top_header .announcement-item .icon img {
    width: 14px;
    height: 14px;
  }
  .top_header .announcement-item p {
    font-size: 11px;
  }
}

.home-secI {
  padding: 70px 0;
  background: var(--black);
}
.home-secI .heading {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 60px;
  text-align: center;
}
.home-secI .heading h3 {
  margin-bottom: 12px;
}
.home-secI .swiper-wrap {
  position: relative;
}
.home-secI .swiper-wrap .swiper {
  margin: 0 20px;
  padding: 4px 4px 10px;
}
.home-secI .swiper-wrap .swiper-group {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .home-secI .swiper-wrap .swiper-group {
    display: none;
  }
}
.home-secI .swiper-wrap .swiper-group .swiper-button-lock {
  display: none !important;
}
.home-secI .swiper-wrap .swiper-group button {
  pointer-events: auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: background 0.25s ease;
}
.home-secI .swiper-wrap .swiper-group button svg {
  width: 20px;
  height: 20px;
}
.home-secI .swiper-wrap .swiper-group button svg path {
  fill: var(--primary);
}
.home-secI .swiper-wrap .swiper-group button:hover {
  background: var(--primary);
}
.home-secI .swiper-wrap .swiper-group button:hover svg path {
  fill: var(--white);
}
.home-secI .swiper-wrap .swiper-group .btn-next {
  transform: rotate(180deg);
}
.home-secI .test_card {
  position: relative;
  height: 100%;
  padding: 40px 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.35s ease;
}
.home-secI .test_card:hover {
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.05);
}
.home-secI .test_card:hover .quote-mark {
  color: var(--primary);
  opacity: 1;
}
.home-secI .test_card .quote-mark {
  display: block;
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.18);
  opacity: 0.8;
  margin-bottom: 16px;
  transition: all 0.35s ease;
}
.home-secI .test_card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 30px;
  line-height: 1.5;
  min-height: 130px;
}
@media only screen and (max-width: 575px) {
  .home-secI .test_card p {
    min-height: auto;
  }
}
.home-secI .test_author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.home-secI .author-avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 162, 211, 0.2);
  color: var(--primary);
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
}
.home-secI .author-info h5 {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 2px;
}
.home-secI .author-info span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
@media only screen and (max-width: 1366px) {
  .home-secI {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secI .test_card {
    padding: 32px 26px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secI {
    padding: 50px 0;
  }
  .home-secI .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secI {
    padding: 40px 0;
  }
  .home-secI .swiper-wrap .swiper {
    margin: 0;
  }
  .home-secI .test_card {
    padding: 28px 22px;
  }
  .home-secI .test_card p {
    font-size: 13px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 420px) {
  .home-secI .test_card {
    padding: 24px 18px;
  }
  .home-secI .test_card .quote-mark {
    font-size: 42px;
    margin-bottom: 12px;
  }
  .home-secI .author-avatar {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secI .author-info h5 {
    font-size: 13px;
  }
  .home-secI .author-info span {
    font-size: 11px;
  }
}

.home-secG {
  padding: 70px 0;
  background: var(--black);
}
@media only screen and (max-width: 1366px) {
  .home-secG {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secG {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secG {
    padding: 24px 0;
  }
}
.home-secG .heading {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 60px;
  text-align: center;
}
.home-secG .heading h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .home-secG .heading h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG .heading h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .home-secG .heading h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secG .heading h3 {
    font-size: 19px;
  }
}
.home-secG .heading h3 span {
  display: block;
  color: var(--primary);
  font-size: 32px;
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .home-secG .heading h3 span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG .heading h3 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .home-secG .heading h3 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secG .heading h3 span {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secG .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .heading {
    margin-bottom: 30px;
  }
}
.home-secG .accordion-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.home-secG .accordion-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.home-secG .accordion-item:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}
.home-secG .accordion-item.active {
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.05);
}
.home-secG .accordion-item.active .accordion-icon {
  color: var(--primary);
}
.home-secG .accordion-item.active .accordion-header h4 {
  color: var(--primary);
}
@media only screen and (max-width: 420px) {
  .home-secG .accordion-item {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secG .accordion-item {
    margin-bottom: 10px;
    border-radius: 6px;
  }
}
.home-secG .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home-secG .accordion-header h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  flex: 1;
  font-family: "Poppins";
  padding-right: 20px;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 375px) {
  .home-secG .accordion-header h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secG .accordion-header {
    padding: 18px 20px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secG .accordion-header {
    padding: 16px 18px;
  }
  .home-secG .accordion-header h4 {
    padding-right: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secG .accordion-header {
    padding: 14px 14px;
  }
}
.home-secG .accordion-icon {
  font-size: 24px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 420px) {
  .home-secG .accordion-icon {
    width: 26px;
    height: 26px;
    font-size: 20px;
  }
}
.home-secG .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  padding-right: 3rem;
  background: transparent;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.home-secG .accordion-content p {
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 375px) {
  .home-secG .accordion-content p {
    font-size: 12px;
  }
}
.home-secG .accordion-content ul {
  margin-left: 20px;
}
.home-secG .accordion-content ul li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  line-height: 1.8;
  list-style-type: disc;
}
@media only screen and (max-width: 375px) {
  .home-secG .accordion-content ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secG .accordion-content {
    padding: 0 20px;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 420px) {
  .home-secG .accordion-content {
    padding: 0 18px;
    padding-right: 1.5rem;
  }
  .home-secG .accordion-content p {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secG .accordion-content {
    padding: 0 14px;
    padding-right: 1.2rem;
  }
  .home-secG .accordion-content ul {
    margin-left: 16px;
  }
}

.home-secJ {
  padding: 70px 0;
  background: #0a0a0a;
}
@media only screen and (max-width: 1366px) {
  .home-secJ {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secJ {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secJ {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secJ {
    padding: 24px 0;
  }
}
.home-secJ .heading {
  width: 100%;
  max-width: 564px;
  margin: 0 auto 75px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .home-secJ .heading {
    margin: 0 auto 45px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secJ .heading {
    margin: 0 auto 36px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ .heading {
    margin: 0 auto 28px;
  }
}
.home-secJ .heading h3 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .home-secJ .heading h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ .heading h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secJ .heading h3 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ .heading p {
    font-size: 13px;
  }
}
.home-secJ .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secJ .grid {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ .grid {
    border-radius: 14px;
  }
}
.home-secJ .grid .img {
  width: 100%;
  height: 100%;
  min-height: 320px;
}
@media only screen and (max-width: 991px) {
  .home-secJ .grid .img {
    min-height: 260px;
    order: 1;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ .grid .img {
    min-height: 200px;
  }
}
.home-secJ .grid .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secJ .grid .contact-form2 {
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .home-secJ .grid .contact-form2 {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .home-secJ .grid .contact-form2 {
    padding: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secJ .grid .contact-form2 {
    padding: 26px 20px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secJ .grid .contact-form2 {
    padding: 20px 16px;
  }
}
.home-secJ .grid .contact-form2__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media only screen and (max-width: 540px) {
  .home-secJ .grid .contact-form2__form {
    gap: 14px;
  }
}
.home-secJ .grid .contact-form2__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media only screen and (max-width: 480px) {
  .home-secJ .grid .contact-form2__row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.home-secJ .grid .contact-form2__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-secJ .grid .contact-form2__group label {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.home-secJ .grid .contact-form2__group input,
.home-secJ .grid .contact-form2__group textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13.5px;
  color: var(--white);
  font-family: inherit;
  transition: border-color 0.25s ease, background 0.25s ease;
}
@media only screen and (max-width: 360px) {
  .home-secJ .grid .contact-form2__group input,
  .home-secJ .grid .contact-form2__group textarea {
    padding: 10px 12px;
    font-size: 13px;
  }
}
.home-secJ .grid .contact-form2__group input::-moz-placeholder, .home-secJ .grid .contact-form2__group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.home-secJ .grid .contact-form2__group input::placeholder,
.home-secJ .grid .contact-form2__group textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.home-secJ .grid .contact-form2__group input:focus,
.home-secJ .grid .contact-form2__group textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.06);
}
.home-secJ .grid .contact-form2__group textarea {
  resize: none;
}
.home-secJ .grid .contact-form2__label {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.home-secJ .grid .contact-form2__checkbox-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}
@media only screen and (max-width: 420px) {
  .home-secJ .grid .contact-form2__checkbox-list {
    grid-template-columns: 1fr;
  }
}
.home-secJ .grid .contact-form2__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 12px 14px;
  transition: border-color 0.25s ease, background 0.25s ease;
}
@media only screen and (max-width: 360px) {
  .home-secJ .grid .contact-form2__checkbox {
    padding: 10px 12px;
  }
}
.home-secJ .grid .contact-form2__checkbox:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.home-secJ .grid .contact-form2__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.home-secJ .grid .contact-form2__checkbox input[type=checkbox]:checked ~ .contact-form__checkbox-box {
  background: var(--primary);
  border-color: var(--primary);
}
.home-secJ .grid .contact-form2__checkbox input[type=checkbox]:checked ~ .contact-form__checkbox-box::after {
  opacity: 1;
}
.home-secJ .grid .contact-form2__checkbox-box {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1.8px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.home-secJ .grid .contact-form2__checkbox-box::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 5px;
  height: 9px;
  border: solid var(--black);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.home-secJ .grid .contact-form2__checkbox-label {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 360px) {
  .home-secJ .grid .contact-form2__checkbox-label {
    font-size: 12px;
  }
}
.home-secJ .grid .contact-form2__cta {
  width: 100%;
  margin-top: 6px;
  text-align: center;
}

.main_web {
  margin-top: 20px;
}/*# sourceMappingURL=landing.css.map */