
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Mada", sans-serif;
  color: #415252;
  background: #FFFFFF;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

h2 {
    line-height: 1.33em;
    position: relative;
    font-size: 20px;
    color: #1B1B1B;
    margin-bottom: 12px;
}

.sub-heading {
    line-height: 1.25em;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #AB7413;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
}

p {
    line-height: 1.56em;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  
  h2 {
      font-size: 32px;
  }

  .sub-heading {
      font-size: 20px;
  }

}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #AB7413;
}

@media (min-width: 768px) {
  a:hover {
      text-decoration: none;
      color: #EBC626;
  }
}


ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li,
ol li {
    position: relative;
    margin: 0;
    padding: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:focus {
    outline: none !important;
    text-decoration: none;
}

.btn {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
    padding: 14px 20px;
    color: #101010;
    text-align: center;
    background: #EBC626; 
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    border: none;
    font-family: "Outfit", sans-serif;
}

.btn-secondary {
    background: #222222 !important;
    color: #FFFFFF;
}

.btn-primary:hover {
  background: #AB7413; 
  color: #FFFFFF;
}

.btn-secondary:hover {
  background: #F8E67D !important; 
  color: #101010 !important;
}

@media (min-width: 1200px) {
  .btn-primary:hover {
      background: #AB7413; 
      color: #FFFFFF;
  }

  .btn-secondary:hover {
      background: #F8E67D; 
      color: #101010;
  }
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    max-width: 1202px;
}

@media (min-width: 768px) {

    .container,
    .container-fluid {
      padding-right: 32px;
      padding-left: 32px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-fluid {
        padding-right: 16px;
        padding-left: 16px;
    }
}


.section-padding {
    padding: 50px 0;
}

.section-margins {
    margin: 50px 0;
}

.object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(min-width: 768px) {
  .section-padding {
      padding: 80px 0;
  }

  .section-margins {
      margin: 80px 0;
  }
}

@media(min-width: 1200px) {
  .section-padding {
      padding: 100px 0;
  }

  .section-margins {
      margin: 100px 0;
  }
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?n7sm2v');
  src:  url('../fonts/icomoon.eot?n7sm2v#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?n7sm2v') format('truetype'),
    url('../fonts/icomoon.woff?n7sm2v') format('woff'),
    url('../fonts/icomoon.svg?n7sm2v#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-approach:before {
  content: "\e913";
}
.icon-icon-assurance:before {
  content: "\e914";
}
.icon-icon-efficient:before {
  content: "\e915";
}
.icon-icon-satisfaction:before {
  content: "\e916";
}
.icon-icon-sustanability:before {
  content: "\e917";
}
.icon-icon-team:before {
  content: "\e918";
}
.icon-icon-quality:before {
  content: "\e919";
}
.icon-icon-arrow-down:before {
  content: "\e900";
}
.icon-icon-arrow-left:before {
  content: "\e901";
}
.icon-icon-arrow-right:before {
  content: "\e902";
}
.icon-icon-arrow-up:before {
  content: "\e903";
}
.icon-icon-calender:before {
  content: "\e904";
}
.icon-icon-call:before {
  content: "\e905";
}
.icon-icon-double-arrow:before {
  content: "\e906";
}
.icon-icon-facebook:before {
  content: "\e907";
}
.icon-icon-instagram:before {
  content: "\e908";
}
.icon-icon-linkedin:before {
  content: "\e909";
}
.icon-icon-location:before {
  content: "\e90a";
}
.icon-icon-love:before {
  content: "\e90b";
}
.icon-icon-love-user:before {
  content: "\e90c";
}
.icon-icon-mail:before {
  content: "\e90d";
}
.icon-icon-play:before {
  content: "\e90e";
}
.icon-icon-tick:before {
  content: "\e90f";
}
.icon-icon-twitter:before {
  content: "\e910";
}
.icon-icon-user:before {
  content: "\e911";
}
.icon-icon-search:before {
  content: "\e912";
}



/* arrows */

.slick-arrow {
  width: auto;
  height: auto;
  font-size: 0;
  padding: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background: none;
  border: none;
  color: #A7AAB0;
  bottom: 0;
}

.slick-arrow::before {
  content: '\e901';
  font-family: 'icomoon';
  font-size: 22px;
  line-height: 1em;
  font-weight: normal;
  color: inherit;
}


.slick-next:before {
  content: "\e902";
}

.slick-prev:before {
  content: "\e901";
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.slick-arrow:hover {
  color: #BF932F !important;
}

.slick-arrow:focus {
  color: #A7AAB0;
}

.form-col {
  margin-bottom: 20px;
  position: relative;
}
.form-col input[type="submit"]:focus {
    outline:none;
    background:transparent;
    border:none;
}

label {
  color: #333333;
  display: block;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 1.33em;
  font-family: "Outfit", sans-serif;
}

textarea {
  border: 1px solid #C1C1C1;
  width: 100%;
  height: 45px;
  padding: 5px 20px;
  font-size: 14px;
  font-family: "Mada", sans-serif;
  font-weight: 400;
  color: #415252;
  border-radius: 10px;
  background: #FBFBFB;
  resize: none;
}

button,
textarea {
    -webkit-appearance: none;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
  border: 1px solid #C1C1C1;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Mada", sans-serif;
  font-weight: 400;
  color: #415252;
  border-radius: 10px;
  background: #FBFBFB;
}

::placeholder {
  opacity: 1;
  color: #415252;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border: 1px solid #AB7413;
    background: #FFFFFF;
}

@media(min-width: 768px) {
  [type="text"],
  [type="date"],
  [type="datetime"],
  [type="datetime-local"],
  [type="email"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="url"],
  [type="week"],
  [type="date"],
  textarea {
    height: 50px;
  }
}

@media(min-width: 1200px) {
  [type="text"],
  [type="date"],
  [type="datetime"],
  [type="datetime-local"],
  [type="email"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="url"],
  [type="week"],
  [type="date"],
  textarea {
    height: 65px;
  }

}



/* header */

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  border-bottom: 1px solid #6C6C6C;
}

.page-header--inner {
  border-bottom: none;
}

.page-header.fixed {
  position: fixed;
  background-color: #2a2b3c;
  border-bottom: 1px solid transparent;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: inline-block;
  width: 54px;
}

.toggle-btn div:first-child {
  margin-top: 0;
}

/* nav-primary */

.headre-nav>.nav-primary {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background-color: #242538;
  overflow-y: auto;
  padding: 30px 25px 0;
  transition: all 0.3s ease-in-out;
  z-index: 99999;
}

.headre-nav>.nav-primary.active {
  left: 0;
}

.nav-primary li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  width: 100%;
  padding: 14px 0;
  position: relative;
}

.nav-primary li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #EBC626;
  left: 0;
  bottom: 0;
  transition: all ease 0.3s;
}

.nav-primary li a:hover:after,
.nav-primary li.active a:after {
  width: 100%;
}

.nav-primary li a:hover,
.nav-primary li.active a {
  color: #EBC626;
}

.nav-primary>li>.sub-menu {
  background-color: #313244;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0 0 10px 10px;
  display: none;
  transition: all 0.3s ease-in-out;
  margin: 0 0 14px;
}

.nav-primary>li.active>.sub-menu.js-toggled {
  display: block;
}

.nav-primary>li>.sub-menu>li>a {
  color: #fff;
  padding: 6px 0;
}

.nav-primary>li>.sub-menu>li>a:after {
  display: none;
}


.menu-item-has-children {
  position: relative;
}

.sub-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

.sub-menu-two {
  display: none;
}

.children-has-before .sub-menu-toggle {
  color: #002a68;
}

.sub-menu-children {
  background-color: #011f5b;
  padding: 10px 11px;
  display: none;
}

.nav-primary>li>.sub-menu>li>.sub-menu-children>li>a {
  color: #fff;
}

.nav-primary>li>.sub-menu li .sub-menu-children.js-toggled {
  display: block;
}

.sub-menu-toggle::before {
  font-size: 13px;
}

.toggle-btn {
  width: 30px;
  cursor: pointer;
  z-index: 11111;
  margin-left: 30px;
}

.toggle-btn div {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.toggle-btn.open .one {
  transform: rotate(45deg) translate(8px, 8px);
}

.toggle-btn.open .two {
  opacity: 0;
}

.toggle-btn.open .three {
  transform: rotate(-45deg) translate(9px, -9px);
}

.header-roght {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-btn a {
  padding: 12px 16px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .header-btn a {
      padding: 14px 20px;
      font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .toggle-btn {
      display: none;
  }

  .header-btn {
      margin-left: 0;
  }

  .headre-nav>.nav-primary {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      background-color: transparent;
      padding: 0;
      transition: all 0.3s ease-in-out;
      overflow: unset;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .nav-primary li a {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      padding: 13px 0;
  }

  .sub-menu-toggle {
      position: absolute;
      top: 0;
      right: 22px;
      width: auto;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #fff;
  }

  .nav-primary>li {
      margin: 0 0;
      padding: 0 40px 0 0;
  }

  .nav-primary>li>.sub-menu {
      background-color: #ffffff;
      width: 220px;
      padding: 10px 20px 10px;
      text-align: left;
      display: block;
      position: absolute;
      top: 41px;
      left: 0;
      opacity: 0;
      visibility: hidden;
      border-radius: 10px;
      margin: 0;
  }

  .nav-primary>li>.sub-menu>li>a {
      color: #000;
  }

  .nav-primary>li>.sub-menu>li>a:hover {
      color: #b2902d;
  }

  .nav-primary>li>.sub-menu>li>a:after {
      display: none;
  }

  .nav-primary li:hover .sub-menu {
      opacity: 1;
      top: 45px;
      visibility: visible;
  }

  .nav-primary>li>.sub-menu li .sub-menu-children {
      background-color: #219cc7;
      width: 200px;
      padding: 0 20px 5px;
      text-align: left;
      display: block;
      position: absolute;
      top: 10px;
      left: 180px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
  }

  .nav-primary>li>.sub-menu li:hover .sub-menu-children {
      opacity: 1;
      visibility: visible;
      top: -1px;
  }

  .children-has-before .sub-menu-toggle {
      color: #fff;
      transform: rotate(-90deg);
      font-size: 15px;
  }

  .nav-primary>li>.sub-menu-megha {
      width: 100%;
      max-width: 1300px;
      position: fixed;
      left: 50%;
      top: 100px;
      transform: translate(-50%, 0%);
      z-index: 111;
  }

  .nav-primary li:hover .sub-menu-megha {
      opacity: 1;
      top: 45px;
      visibility: visible;
  }

  .sub-menu-megha {
      column-count: 5;
  }

  .nav-primary>li:first-child {
      padding-left: 0;
  }

  .sub-menu-toggle::before {
      font-size: 10px;
  }

  .page-header {
      padding: 14px 0;
  }

  .nav-primary>li>.sub-menu>li>.sub-menu-children>li>a {
      padding: 10px 0;
      font-size: 13px;
  }

  .nav-primary>li>.sub-menu>li>.sub-menu-children>li>a:hover {
      color: #002a68;
  }
}

@media (min-width: 1400px) {
  .nav-primary li:hover .sub-menu {
      top: 60px;
  }

  .nav-primary>li>.sub-menu>li>a {
      padding: 9px 0;
  }
}


/* banner */

.masterhead-banner {
  position: relative;
}

.masterhead-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
}

.masterhead-banner-overlay {
  padding: 150px 0 0;
  position: relative;
  z-index: 1;
}


.masterhead-banner-content-wrap {
  position: relative;
}

.masterhead-banner-content {
  color: #fff;
  display: inline-block;
  margin-bottom: 30px;
}

.masterhead-banner-content h1 {
  font-family: "Mada", sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 12px;
}

.masterhead-banner-content p {
  font-size: 14px;
  margin: 0 0 15px;
}

.masterhead-banner-image {
  margin: 0 auto;
}

.masterhead-banner-image img {
  max-width: 100%;
}


@media(min-width: 768px) {
  .masterhead-banner-content-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .masterhead-banner-content {
      width: 55%;
      padding-right: 20px;
      margin-bottom: 0;
  }

  .masterhead-banner-image {
      width: 45%;
      position: absolute;
      right: 0;
      bottom: -40px;
  }

  .masterhead-banner-content h1 {
      font-size: 29px;
  }

  .masterhead-banner-content p {
      font-size: 16px;
  }

  .masterhead-banner-overlay {
      padding: 180px 0 90px;
  }
}

@media(min-width: 1200px) {
  .masterhead-banner-image {
      width: 505px;
      bottom: -110px;
      margin: 0;
  }

  .masterhead-banner-overlay {
      padding: 240px 0 200px;
  }

  .masterhead-banner-content {
      width: calc(100% - 505px);
      padding-right: 10px;
  }

  .masterhead-banner-content h1 {
      font-size: 50px;
  }
}




.masterhead-banner--inner .masterhead-banner-image {
  margin: 0 -22px;
  aspect-ratio: 2 / 0.9;
  position: relative;
}

.masterhead-banner--inner {
  position: relative;
  background: rgb(31, 31, 50);
  background: linear-gradient(0deg, rgba(31, 31, 50, 1) 29%, rgba(31, 31, 50, 1) 62%, rgba(73, 82, 97, 1) 100%);
}

.masterhead-banner--inner .masterhead-banner-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55%;
  background: rgb(31, 31, 50);
  background: linear-gradient(0deg, rgba(31, 31, 50, 0) 39%, rgba(31, 31, 50, 1) 100%);
}

.masterhead-banner--inner .masterhead-banner-image img {
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-contact.page-contact {
  padding: 50px 0;
}

.image-contact.page-contact .contact-form {
  box-shadow: none;
  background-color: #F9F5EE;
  border: 1px solid #E8E4DF;
}


@media(min-width: 768px) {
  .masterhead-banner--inner .masterhead-banner-content-wrap {
    position: inherit;
  }

  .masterhead-banner--inner .masterhead-banner-image {
    margin: 0;
    aspect-ratio: unset;
    position: absolute;
    bottom: unset;
    top: 0;
    height: 100%;
    width: unset;
    width: 60%;
  }

  .masterhead-banner--inner .masterhead-banner-image:after {
    width: 85%;
    height: 100%;
    background: linear-gradient(275deg, rgba(31, 31, 50, 0) 39%, rgba(31, 31, 50, 1) 100%);
  }

  .masterhead-banner--inner {
    background: linear-gradient(275deg, rgba(31, 31, 50, 1) 29%, rgba(31, 31, 50, 1) 62%, rgba(73, 82, 97, 1) 100%);
  }

  .masterhead-banner--inner .masterhead-banner-overlay {
    padding: 160px 0 50px;
  }

  .masterhead-banner--inner .masterhead-banner-content h1 {
    font-size: 32px;
  }

  .image-contact.page-contact {
    padding: 70px 0;
  }

  .image-contact.page-contact .image-contact__top-content {
    padding-bottom: 0;
    max-width: 970px;
    margin: 0 auto 35px;
  }
}


@media(min-width: 1200px) {
  .masterhead-banner--inner .masterhead-banner-overlay {
    padding: 200px 0 66px;
  }

  .masterhead-banner--inner .masterhead-banner-content h1 {
    font-size: 50px;
  }

  .masterhead-banner--inner .masterhead-banner-image {
    width: 49%;
  }

  .masterhead-banner--inner {
    background: linear-gradient(275deg, rgba(31, 31, 50, 1) 39%, rgba(31, 31, 50, 1) 56%, rgba(73, 82, 97, 1) 100%);
  }

  .masterhead-banner--inner .masterhead-banner-image:after {
    background: linear-gradient(275deg, rgba(31, 31, 50, 0) 39%, rgb(33 33 52) 100%);
}

.image-contact.page-contact {
  padding: 70px 0 100px;
}
}

/* banner-form */
.banner-form-wrapper {
  background-color: #EFEBD6;
  border-radius: 20px;
  padding: 40px 30px;
}

.banner-form-wrapper h3 {
  font-size: 24px;
  line-height: 1em;
  color: #1B1B1B;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
}

.banner-form {
  margin: 50px 0 0;
  position: relative;
}

.banner-form-btn {
  text-align: center;
}

.banner-form-inputs input {
  border: none;
  font-family: "Outfit", sans-serif;
  color: #293232;
}

.banner-form-inputs input::placeholder {
  color: #293232;
  opacity: 1;
}

@media (min-width: 768px) {
  .banner-form {
      margin: -50px 0 0;
  }

  .banner-form-inputs {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      width: calc(100% + 18px);
      margin: 0 -9px;
  }

  .banner-form-inputs .form-col {
      width: calc(50% - 18px);
      margin: 0 9px 20px;
  }
}

@media (min-width: 1200px) {
  .banner-form {
      margin: -90px 0 0;
  }

  .banner-form-inputs .form-col {
      width: calc(25% - 18px);
      margin: 0 9px;
  }

  .banner-form-area {
      position: relative;
      padding-right: 184px;
  }

  .banner-form-inputs input {
      height: 48px;
      border-radius: 15px;
      padding: 0 15px 0 24px;
  }

  .banner-form-btn {
      position: absolute;
      right: 0;
      top: 0;
  }
}

.image-text__image {
  position: relative;
}

.image-text__image-back {
  height: 268px;
}

.image-text__image-back img {
  border-radius: 20px;
}

.image-text__image-font {
  background: #000;
  border-radius: 20px;
  width: 171px;
  height: 152px;
  position: absolute;
  right: -22px;
  bottom: 0;
  z-index: 1;
}

.image-text__image-font::before {
  content: '';
  position: absolute;
  background: #fff;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: 15px;
  z-index: -1;
}

.image-text__image-font::after {
  content: '';
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}

.image-text__image-font img {
  margin: -12px auto 0 auto;
  display: block;
}

.image-text__text {
  padding-top: 30px;
}

@media (min-width: 768px) {
    
  .image-text__image {
    width: 536px;
    padding-right: 85px;
    margin: 0 auto;
  }

  .image-text__image-back {
    height: 370px;
  }

  .image-text__image-font {
    right: 0;
  }

}

@media (min-width: 1200px) {
  .image-text__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }   
  
  .image-text__image {
    margin: 0;
  }

  .image-text__text {
    padding-top: 0;
    width: 591px;
  }

}

.service-cards--homepage {
  padding: 0 0 50px 0;
}

.service-cards__headlines {
  text-align: center;
}

.js-service {
  margin: 0 -16px;
}

.service-card-item {
  padding: 16px 16px 30px;
}

.service-card {
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(200, 211, 210, 0.3);
}

.service-card__img {
  height: 220px;
}

.service-card__img img {
  border-radius: 20px;
}

.service-card__details {
  padding: 15px 20px;
}

.service-card__title {
  position: relative;
  margin: 0;
  padding: 0 20px 0 0;
  color: #333333;
  font-family: "Mada", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600;
}

.service-card__title::after {
  content: '\e902';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'icomoon';
  font-size: 18px;
  line-height: 1em;
  font-weight: normal;
}

.js-service .slick-next {
  right: -5px;
}

.js-service .slick-prev {
  left: -5px;
}

@media (min-width: 768px) {
  .service-cards--homepage {
    padding: 0 0 80px 0;
  }

  .js-service .slick-next {
    right: -15px;
  }
  
  .js-service .slick-prev {
    left: -15px;
  }
}


@media (min-width: 1200px) {
  .service-cards--homepage {
    padding: 50px 0 100px 0;
  }

  .js-service {
    padding: 0 30px;
  }

  .js-service .slick-arrow::before {
    font-size: 32px;
  }

  .js-service .slick-next {
    right: 0;
  }
  
  .js-service .slick-prev {
    left: 0;
  }

  .service-card__img {
    height: 229px;
  }
  
  .service-card__img img {
    border-radius: 20px;
  }
  
  .service-card__details {
    padding: 16px 20px;
  }

  .service-card:hover .service-card__title {
    color: #A8700F;
  }
}

/* video-text */

.video-text {
    padding: 20px 0 75px;
    background: rgba(248, 230, 125, 0.15);
    color: #415252;
    position: relative;
    z-index: 1;
}

.video-text--inner {
    padding: 50px 0 0;
    background: #fff;
}

.video-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 125px;
  z-index: -1;
  background: #FFFFFF;
}

.video-text--inner::before {
  display: none;
}

.video-text__top-content {
  padding-bottom: 20px;
  color: #415252;
}

.video-text__video {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}

.video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-play-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 11, 36, 0.6);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  color: #FFFFFF;
  font-weight: normal;
}

.icons-text-wrap {
  padding-top: 20px;
}

.icons-col {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.icons-col__icon {
  margin: 0;
  padding: 0;
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #A8700F;
  width: 50px;
}

.icons-col__text {
  width: calc(100% - 50px);
  padding-left: 20px;
  font-family: "Mada", sans-serif;
}

@media (min-width: 768px) {
  .video-text::before {
    height: 210px;
  }

  .video-text__video {
    height: 450px;
  }

  .video-play-btn {
    font-size: 90px;
  }

  .icons-text-wrap {
    padding-top: 20px;
  }

  .icons-text-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    gap: 0 20px;
  }

  .icons-col {
    margin-top: 0;
    display: block;
    width: calc(33.33% - 20px);
    text-align: center;
  }

  .icons-col__icon {
    font-size: 50px;
    width: 100%;
    margin-bottom: 15px;
  }

  .icons-col__text {
    width: 100%;
    padding-left: 0;
  }

  .video-text__top-content {
    padding-bottom: 30px;
    margin: 0 auto;
    max-width: 967px;
  }
}
@media (min-width: 1200px) {
  .video-text__video {
    height: 514px;
    max-width: 913px;
    margin: 0 auto 30px;
  }

  .icons-text-wrap {
    padding-top: 0;
  }

  .icons-text-wrap {
    margin-top: 0;
    padding-top: 30px;
    gap: 0 30px;
  }

  .icons-col {
    width: calc(33.33% - 30px);
    max-width: 308px;
    position: relative;
  }

  .icons-col__text {
    width: 100%;
    padding-left: 0;
    max-width: 280px;
  }

  .icons-col::before {
    content: "\e906";
    font-family: 'icomoon';
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 57px;
    font-weight: normal;
    color: #A8700F;
  }

  .icons-col:last-child:before {
    display: none;
  }

  .video-text__text {
    max-width: 1033px;
    margin: 0 auto;
  }

  .video-image:hover .video-play-btn {
      background: rgba(8, 11, 36, 0.9);
      color: #EBC626;
  }

  .video-text--inner {
    padding: 100px 0 0;
  }
}


/* image-contact */

.image-contact {
  padding: 20px 0 50px;
}

.image-contact__top-content {
  padding-bottom: 20px;
}

.contact-form {
  padding: 30px 20px 10px;
  box-shadow: 0 0 30px rgba(200, 211, 210, 0.30);
  border-radius: 10px;
}

.contact-images {
  margin-top: 40px;
}

.contact-images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
}

.contact-image-left,
.contact-image-right {
  width: calc(50% - 10px);
}

.contact-image02 {
  margin-bottom: 20px;
}
.contact-images img {
  border-radius: 10px;
}
@media (min-width: 768px) {

  .contact-image02 {
    margin-bottom: 20px;
    width: calc(100% - 55px);
  }
}


@media (min-width: 1200px) {
  .image-contact {
    padding: 40px 0 130px;
  }
  
  .image-contact__top-content {
    padding-bottom: 20px;
  }

  .image-contact__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  
  .contact-form {
    padding: 50px 30px 30px;
    border-radius: 20px;
    width: calc(50% - 52px);
  }
  
  .contact-images {
    margin-top: 0;
    width: calc(50% - 20px);
  }

  .contact-images img {
    border-radius: 20px;
  }
  
  .contact-image-left {
    width: calc(45% - 10px);
  }

  .contact-image-right {
    width: calc(55% - 10px);
  }

}



/* pricing */

.pricing-card-title {
  text-align: center;
}

.pricing-card-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.pricing-card-col {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #FFFAF2;
  border-radius: 20px;
  padding: 40px;
}

.pricing-card-col.gold-card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 6%);
}

.pricing-card-col::before,
.pricing-card-col::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 40%;
  background: rgba(255, 175, 0, 28%);
}

.pricing-card-col::after {
  top: 98px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 419px;
  height: 419px;
  background: #FFFAF2;
  border-radius: 50%;
}

.pricing-card-col.gold-card::after {
  top: 118px;
}

.pricing-card-col h4 {
  font-size: 25px;
  line-height: 0.72em;
  font-weight: 600;
  color: #1B1B1B;
  margin-bottom: 107px;
}

.pricing-card-col ul li {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 0 15px;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: 15px;
}

.pricing-card-col ul li:last-child {
  margin-bottom: 20px;
}

.pricing-card-col.gold-card ul li {
  font-weight: 500;
}

.pricing-card-col ul li i {
  font-size: 20px;
  color: #AD2715;
}

.pricing-card-col.gold-card h4 {
  margin-bottom: 135px;
}

@media (min-width: 768px) {
  .pricing-card-wrap {
    gap: 32px 32px;
  }

  .pricing-card-col {
    width: calc(50% - 16px);
  }
}

@media (min-width: 1200px) {
  .pricing-card-title h2 {
    margin-bottom: 25px;
  }

  .pricing-card-wrap {
    align-items: flex-start;
  }

  .pricing-card-col {
    width: calc(33.33% - 21.3px);
    min-height: 574px;
    margin-top: 27px;
  }

  .pricing-card-col::before {
    width: calc(100% + 51px);
  }

  .pricing-card-col.gold-card {
    box-shadow: 0 0 60px rgba(0, 0, 0, 6%);
    padding: 50px 40px;
    margin-top: 0;
  }

  .pricing-card-col.gold-card ul li {
    font-size: 18px;
  }

  .pricing-card-col.gold-card ul li i {
    font-size: 25px;
  }
}


/* footer */
.footer {
  background: #281F05;
  padding-top: 50px;
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 25px 0;
}

.footer-logo a {
  display: block;
  max-width: 117px;
}

.footer-col h4 {
  font-size: 20px;
  line-height: 0.7em;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer-links li a {
  font-size: 16px;
  line-height: 2.1875em;
  font-weight: 400;
  color: #FFFFFF;
}

.footer-links li:first-child {
  margin-top: -5px;
}

.footer-links li a:hover {
  color: #EBC626;
}

.office-time-list li {
  font-size: 16px;
  line-height: 2.1875em;
  font-weight: 400;
  color: #FFFFFF;
}

.office-time-list li:first-child {
  margin-top: -5px;
}

.footer-col .social-links {
  display: flex;
  gap: 0 20px;
}

.footer-col .social-links li {
  line-height: 1;
}

.footer-col .social-links li a {
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  color: #FFFFFF;
}

.footer-col .social-links li a:hover {
  color: #EBC626;
}

.download-method {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.download-method a img {
  width: 100%;
  border-radius: 5px;
}

.footer-contact-area {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  border-block: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  margin-top: 30px;
}

.footer-contact-col {
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 16px;
  line-height: 1.5625em;
  font-weight: 400;
  color: #FFFFFF;
}

.footer-contact-col i {
  font-size: 30px;
  color: #EBC626;
}

.footer-contact-col a {
  color: #FFFFFF;
}

.footer-contact-col a:hover {
  text-decoration: underline;
}

.copy-right {
  font-size: 16px;
  line-height: 1.5625em;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 80px;
  }

  .footer-wrap {
    flex-direction: row;
    justify-content: flex-end;
    row-gap: 30px;
  }

  .footer-col {
    width: 33.33%;
  }

  .footer-contact-area {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 0;
    margin-top: 45px;
  }

  .copy-right {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding-top: 100px;
  }

  .footer-wrap {
    justify-content: flex-start;
    margin: 0 -30px;
  }

  .footer-col {
    width: 16.66%;
    padding: 0 30px;
  }

  .footer-col:nth-child(3) {
    width: 25%;
  }

  .footer-col:last-child {
    width: 25%;
  }

  .footer-col h4 {
    margin-bottom: 30px;
  }
}


.our-vision__wrap {
    background: #FEFBEB;
    border: 1px solid #EFEBD6;
    color: #415252;
    padding: 25px 20px;
    border-radius: 10px;
}

.our-vision__icon-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.our-vision__icon-text__col i {
    margin: 0 0 15px;
    padding: 0;
    display: block;
    font-size: 40px;
    color: #BA8B28;
    line-height: 1em;
    font-weight: normal;
}

.our-vision__icon-text__col p {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 17px;
    color: #000000;
    line-height: 1.4em;
    font-weight: normal;
    max-width: 100px;
}

@media (min-width: 768px) {
  .our-vision__wrap {
      padding: 30px 40px;
      border-radius: 20px;
  }

  .our-vision__icon-text {
      gap: 20px;
      justify-content: space-between;
      margin-top: 25px;
  }

  .our-vision__icon-text__col {
      width: calc(33.33% - 20px);
      text-align: center;
  }

  .our-vision__icon-text__col i {
      margin: 0 0 15px;
      font-size: 50px;
  }

  .our-vision__icon-text__col p {
      font-size: 18px;
      max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .our-vision__wrap {
      padding: 50px 90px;
  }

  .our-vision__icon-text {
      margin-top: 25px;
  }

  .our-vision__icon-text__col i {
      font-size: 60px;
  }

  .our-vision__icon-text__col p {
      font-size: 20px;
  }
}



.image-cta {
  position: relative;
}

.image-cta::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 51, 0.7);
}

.image-cta .image-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-cta-content {
  text-align: center;
}

.image-cta-content h2 {
  color: #FFFFFF;
}

.image-cta-content p {
  color: #FFFFFF;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .image-cta {
    padding: 129px 0;
  }
  
  .image-cta-content h2 {
    margin-bottom: 5px;
  }

  .image-cta-content p {
    max-width: 1000px;
    margin: 0 auto 15px;
  }
}


.why-choose-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 35px 0;
}

.why-choose-details-wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(168, 112, 40, 40%);
  padding: 15px 0;
}

.why-choose-details-wrap:first-child {
  padding-top: 0;
}

.why-choose-details-wrap:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.why-choose-details-wrap .icon-wrap {
  display: block;
  width: 50px;
  font-size: 45px;
  color: #BA8B28;
}

.why-choose-details-cont {
  width: calc(100% - 50px);
  padding-left: 12px;
}

.why-choose-details-cont h4 {
  font-size: 18px;
  line-height: 0.65em;
  font-weight: 600;
  font-family: "Mada", sans-serif;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .why-choose-wrap {
    flex-direction: row;
  }

  .binafix-service-details {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .why-choose-details-wrap {
    width: 50%;
    border-right: 1px solid rgba(168, 112, 40, 40%);
    padding: 10px;
  }

  .why-choose-details-wrap:nth-child(2n) {
    border-right: 0;
  }

  .why-choose-details-wrap:nth-child(3n) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .why-choose-wrap {
    align-items: flex-start;
    gap: 0;
  }

  .why-choose-title {
    width: calc(100% - 632px);
  }

  .why-choose-title h2 {
    margin-bottom: 5px;
  }

  .why-choose-title p {
    max-width: 465px;
    margin-bottom: 15px;
  }

  .binafix-service-details {
    width: 632px;
    margin: 0;
  }

  .why-choose-details-wrap {
    padding: 15px;
  }

  .why-choose-details-wrap:first-child {
    padding-left: 0;
  }

  .why-choose-details-wrap:nth-child(2) {
    padding-top: 0;
  }

  .why-choose-details-wrap:nth-child(2n) {
    padding-right: 0;
  }

  .why-choose-details-wrap:nth-child(3n) {
    padding-left: 0;
  }

  .why-choose-details-wrap .icon-wrap {
    font-size: 49px;
  }

  .why-choose-details-cont h4 {
    font-size: 20px;
  }
}



.service {
  margin-top: 30px;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #DBCF9E;
  background: rgba(215,182,79,0.02);
}

.service__text p:last-child {
  margin-bottom: 0;
}

.service__image {
  height: 192px;
}

.service__image img {
  border-radius: 20px;
}

.service__text {
  padding-top: 25px;
}

.service__text h3 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.services {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .service {
    padding: 25px;
  }
  
  .service__image {
    height: 430px;
  }
  
  .service__text h3 {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .service {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .service--opposite {
    flex-direction: row-reverse;
  }
  
  .service__image {
    height: auto;
    width: 438px;
  }
  
  .service__text {
    padding-top: 0;
    width: calc(100% - 438px);
    padding-left: 50px;
  }

  .service--opposite .service__text {
    padding-left: 0;
    padding-right: 50px;
  }
}


.contact-info-icon-item {
  background-color: #F9F5EE;
  border: 1px solid #E8E4DF;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.contact-info-icon-item i {
  font-size: 50px;
  color: #EBC626;
  line-height: 50px;
  margin: 0 0 15px;
  display: block;
}


.contact-info-icon-item h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1em;
}

.contact-info-icon-item p,
.contact-info-icon-item a {
  font-size: 18px;
  color: #415252;
  font-weight: 400;
  margin: 0;
  line-height: 1em;
}

.contact-info-icon {
  margin: 50px 0 0;
}

.contact-info-icon__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}


@media(min-width: 768px) {
  .contact-info-icon__wrapper {
      flex-direction: row;
      gap: 0 40px;
      max-width: 917px;
      margin: 0 auto;
  }

  .contact-info-icon {
      margin: 70px 0 0;
  }
}

@media(min-width: 1200px) {
  .contact-info-icon__wrapper {
      gap: 0 70px;
  }

  .contact-info-icon-item a:hover {
      color: #cda80b;
  }
}

#myForm #response{
  margin: 10px 0 0 10px;
}



 


.faq-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

 

.faq-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}

.faq-subtitle {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  padding: 15px;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #f1f1f1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 15px;
}

.faq-answer p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px;
}

/* 📱 Mobile Responsive */
@media (max-width: 600px) {
  .faq-title {
    font-size: 22px;
  }
  .faq-subtitle {
    font-size: 14px;
  }
  .faq-question {
    font-size: 16px;
    padding: 12px;
  }
  .faq-answer p {
    font-size: 14px;
  }
}



