@import url("./fonts.css");
@import url("../fontawesome/css/all.min.css");
:root {
  --primary-color: #ad6163;
  --secondary-color: #30695e;
  --text-color: #333;
}

body {
  font-family: "Work Sans", sans-serif;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Crimson Text';
  color: var(--primary-color);
}

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

a {
  color: var(--primary-color);
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1430px;
}

p:last-child {
  margin-bottom: 0;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mm-spn.mm-spn--navbar:after {
  color: var(--primary-color);
  font-weight: 600;
  opacity: 1;
}

#whatsapp-link {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    z-index: 100;
}

.site-header {
  padding: 20px 0;
}
.site-header .logo-holder .custom-logo {
  height: 90px;
  width: auto;
}
.site-header .primary-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.site-header .primary-menu li.menu-item {
  position: relative;
}
.site-header .primary-menu li.menu-item a {
  padding: 1rem;
  color: var(--text-color);
  font-weight: 500;
}
.site-header .primary-menu li.menu-item a:hover {
  color: var(--primary-color);
}
.site-header .primary-menu li.menu-item.current-menu-ancestor > a,
.site-header .primary-menu li.menu-item.current-menu-item > a {
  color: var(--primary-color);
}

.title.text-center {
  position: relative;
  margin-bottom: 3rem !important;
}
.cus-img{
  display: flex;
  margin: auto;
  width: 20%;
}

.mod_columns_two-img{
  padding: 0 0 80px;
}

.site-header .primary-menu li.menu-item .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 0.5rem);
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(20, 20, 20, 0.15);
  z-index: 0;
  width: 200px;
  list-style: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.site-header .primary-menu li.menu-item .sub-menu a {
  padding: 0.5rem 1.6rem 0.5rem 1rem;
  font-weight: 400;
}
.site-header .primary-menu li.menu-item .sub-menu li.menu-item-has-children > a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  font: var(--fa-font-solid);
  right: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
}
.site-header .primary-menu li.menu-item .sub-menu .sub-menu {
  top: 0 !important;
  left: 100%;
}
.site-header .primary-menu li.menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  top: 100%;
}
.site-header .header-menu-trigger {
  padding: 8px 10px;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
  margin-left: 1rem;
}

body.header-transparent .site-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
body.header-transparent .site-header a,
body.header-transparent .site-header .primary-menu > li.menu-item > a {
  color: #fff;
}

.site-footer {
  background-color: #1e1e1e;
  padding: 2.5rem 0;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: var(--primary-color);
}
.site-footer .footer-top-menu {
  margin-bottom: 2.5rem;
}
.site-footer .footer-menu {
  display: flex;
  gap: 0.5rem 2.5rem;
  justify-content: center;
  text-transform: uppercase;
}
.site-footer .footer-logo .custom-logo {
  height: 150px;
  width: auto;
}
.site-footer .footer-border {
  border-left: 1px solid #fff;
}
.site-footer .footer-col {
  padding-left: 10%;
  padding-right: 5%;
}
.site-footer .footer-title {
  margin-bottom: 2rem;
}
.site-footer .footer-contact ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.site-footer .footer-contact ul a {
  position: relative;
  padding-left: 1.5rem;
}
.site-footer .footer-contact ul a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-footer .footer-social ul {
  font-size: 1.2rem;
}
.site-footer .footer-bottom {
  margin-top: 3.75rem;
}

.popup-video {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}
.popup-video svg {
  margin-right: 0.5rem;
}

.main-banner {
  position: relative;
}
.main-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  background: #000;
  opacity: 0;
}
.main-banner > * {
  position: relative;
  z-index: 3;
}
.main-banner h1 {
  font-size: 54px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 900;
  letter-spacing: 1px;
  font-style: italic;
}
.main-banner .banner-desc {
  font-size: 1.375rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}
.main-banner .banner-link {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.form-sec .form-group p {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.form-sec .form-group .wpcf7-form-control-wrap {
  display: block;
  flex-grow: 1;
  width: 100%;
}
.form-sec .form-group .wpcf7-form-control-wrap input::placeholder {
  color: var(--text-color);
}
.form-sec .form-group .wpcf7-form-control-wrap .wpcf7-form-control {
  font-size: 0.9rem;
  color: var(--text-color);
  padding: 0.3rem 0.5rem;
  outline: none;
  border: none;
  border-radius: 2px;
  width: 100%;
  font-weight: 500;
  height: 32px;
}
.form-sec .form-group .wpcf7-spinner {
  display: none;
}
.form-sec .form-group .wpcf7-submit {
  flex-basis: 0;
  background-color: var(--secondary-color);
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 2px;
  font-weight: 500;
  height: 32px;
  padding: 0.2rem 1rem;
}
.form-sec .form-group .wpcf7-form-control {
  width: 100%;
}
.form-sec .wpcf7-not-valid-tip {
  font-size: 0.8rem;
}
.form-sec form .wpcf7-response-output {
  margin: 0.5rem 0;
  padding: 0.3rem 0.5rem;
  font-size: 0.85rem;
  color: #fff;
}

.sec-padding {
  --padding: 5rem;
  padding: var(--padding) 0;
}
@media (max-width: 991.98px) {
  .sec-padding {
    --padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .sec-padding {
    --padding: 2rem;
  }
}

.main-service-sec .service-item {
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.main-service-sec .service-item img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s ease;
}
.main-service-sec .service-item h3::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  opacity: 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: all 2s ease;
}
.main-service-sec .service-item:hover img {
  transform: scale(1.3);
}
.main-service-sec .service-item:hover h3::after {
  width: 125px;
  opacity: 1;
}

.sec-has-image {
  position: relative;
}
@media (min-width: 992px) {
  .sec-has-image {
    color: #fff;
  }
  .sec-has-image h2,
.sec-has-image h3,
.sec-has-image .h2,
.sec-has-image .h3 {
    color: #fff;
  }
  .sec-has-image .sec-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-has-image > * {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991.98px) {
  .sec-has-image {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .sec-has-image .sec-bg-image {
    aspect-ratio: 16/12;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec-excellence {
  position: relative;
}
.sec-excellence .row {
  padding: calc(40px + 10%) 0;
}
@media (max-width: 767.98px) {
  .sec-excellence .row {
    padding: 2rem 0;
  }
}

.home-testimonials.sec-padding {
  padding-top: 0;
  margin-top: calc(var(--padding) * -1);
  z-index: 1;
  position: relative;
}
.home-testimonials h2 {
  font-size: 3rem;
  position: relative;
}
.home-testimonials h2::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 30%;
  bottom: -15px;
  left: 0;
  background-color: var(--primary-color);
}
@media (max-width: 1199.98px) {
  .home-testimonials h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .home-testimonials h2 {
    font-size: 2rem;
  }
}
.home-testimonials .testimonials-item img {
  transition: all 2s ease;
}
.home-testimonials .testimonials-item:hover img {
  transform: scale(1.1);
}

.z-index-1 {
  z-index: 1;
}

.theme-btn {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.56px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: none;
  color: var(--secondary-color);
  background: rgba(255, 255, 255, 0.5);
  outline: none !important;
  cursor: pointer;
}
.theme-btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -5px;
  left: 0;
  background-color: #000;
  transition: all 0.6s ease;
}
@media (min-width: 992px) {
  .theme-btn::after {
    content: "";
    opacity: 0;
    padding-left: 0;
    position: absolute;
    right: -25px;
    top: 50%;
    margin-left: 5px;
    padding: 7px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.94948 5.88299L9.69807 3.10037C9.7654 3.05039 9.7654 2.94961 9.69807 2.89963L5.94948 0.117004C5.86699 0.055778 5.74997 0.114652 5.74997 0.217373V2.5L0.5 2.5C0.223858 2.5 0 2.72386 0 3C0 3.27614 0.223858 3.5 0.5 3.5L5.74997 3.5V5.78262C5.74997 5.88534 5.86699 5.94422 5.94948 5.88299Z" fill="%2330695e"/></svg>') no-repeat center center;
    background-size: 100% auto !important;
    transform: translateY(-50%);
    transition: all 0.6s ease;
  }
  .theme-btn:hover::after {
    opacity: 1;
  }
  .theme-btn:hover::before {
    width: calc(100% + 30px);
  }
}
@media (max-width: 991.98px) {
  .theme-btn {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

.home-gallery .row {
  padding: calc(180px + 4%) 20px;
}

.home-reviews .reviews-slider {
  padding-bottom: 60px;
}
.home-reviews .reviews-slider .review-stars {
  color: var(--secondary-color);
}
.home-reviews .button-container {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  width: 125px;
}
.home-reviews .button-container button {
  background: transparent;
  border: none;
  outline: none;
}
.home-reviews .button-container button.reviews-slider__prev {
  transform: rotate(-180deg);
}
@media (max-width: 991.98px) {
  .home-reviews .button-container {
    position: relative;
    width: 100%;
    transform: none;
    right: auto;
    justify-content: space-between;
  }
  .home-reviews .button-container button {
    padding: 0;
  }
  .home-reviews .button-container button svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991.98px) {
  .home-reviews .reviews-slider {
    padding-bottom: 30px;
  }
  .home-reviews .bottom-row {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    align-items: center;
  }
}

.home-office {
  padding: 100px 0;
  overflow: hidden;
}
.home-office .home-office-info {
  padding: 2rem 0;
  background: #fff;
}
.home-office .home-office-buttons {
  display: flex;
  gap: 1rem;
  justify-content: end;
  margin-top: 1rem;
}
.home-office .home-office-buttons button {
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  background: rgba(48, 105, 94, 0.5);
  border-radius: 50%;
  padding: 5px;
}
.home-office .home-office-buttons button.home-office__next {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .home-office .home-office-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .home-office .home-office-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-office .home-office-info {
    max-width: 700px;
    margin-left: auto;
    padding: 80px 100px;
    background: rgba(255, 255, 255, 0.95);
  }
  .home-office .home-office-info h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 991.98px) {
  .home-office {
    padding: 0;
  }
  .home-office .home-office-buttons {
    position: absolute;
    top: 0;
    right: 12px;
    margin-top: -80px;
  }
}

@media (max-width: 1199.98px) {
  .site-footer .footer-logo .custom-logo {
    max-width: 170px;
    height: auto;
    width: 100%;
  }
  .site-footer .footer-col {
    padding-left: 2rem;
    padding-right: 1rem;
  }
  .main-banner h1 {
    font-size: 3.5rem;
  }
  .main-banner .banner-desc {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  .main-banner {
    text-align: center;
  }
  .main-banner::after {
    opacity: 0.6;
  }
  .main-banner .banner-content {
    padding: 30px 0;
  }
  .form-sec .form-group p {
    flex-wrap: wrap;
  }
  .form-sec .form-group .wpcf7-form-control-wrap {
    width: calc(50% - 0.5rem);
  }
  .form-sec .form-group .wpcf7-submit {
    flex-basis: unset;
  }
}
@media (max-width: 767.98px) {
  .site-header .logo-holder .custom-logo {
    height: 60px;
  }
  .site-footer .footer-col {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem;
  }
  .site-footer .footer-border {
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .site-footer .footer-logo,
.site-footer .footer-contact,
.site-footer .footer-social {
    text-align: center;
  }
  .site-footer .footer-social ul {
    justify-content: center;
  }
  .site-footer .footer-bottom .hstack {
    flex-direction: column;
  }
  .main-banner h1 {
    font-size: 3rem;
  }
}