/*!
Theme Name: Linear Web - Rose Painting & Decoration
Theme URI: http://underscores.me/
Author: Linear Web Solutions
Author URI: https://linearwebsolutions.com.au/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linearweb_rosepaintingdecoration
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Linear Web - Rose Painting & Decoration is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ----- WP Scss File ------- */
/* All Fonts */
/* Radius */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Kanit", sans-serif;
  color: inherit;
}

p {
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  line-height: 1.7;
  color: #7f8490;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  line-height: 1.5;
  color: #292929;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #2f9066;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Kanit", sans-serif;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn {
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small {
  font-size: 0.75rem;
  padding: 8px 24px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 12px 36px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 10px 35px;
}
.btn.btn-primary {
  background-color: #2f9066;
  color: #ffffff;
  border-color: #2f9066;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #2f9066;
  color: #2f9066;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #2f9066;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #2f9066;
  color: #2f9066;
}
.btn.btn-primary-ghost:hover {
  background-color: #2f9066;
  color: #ffffff;
  border-color: #2f9066;
}
.btn.btn-secondary {
  background-color: #e53935;
  color: #ffffff;
  border-color: #e53935;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #e53935;
  color: #e53935;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #e53935;
  color: #e53935;
}
.btn.btn-secondary-ghost:hover {
  background-color: #e53935;
  color: #ffffff;
  border-color: #e53935;
}
.btn.btn-whitey {
  background-color: #ffffff;
  color: #292929;
  border-color: #ffffff;
}
.btn.btn-whitey:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost:hover {
  background-color: #ffffff;
  color: #292929;
  border-color: #ffffff;
}
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-black:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-black-ghost {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-black-ghost:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-wrap span {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-inline-end: 8px;
  transition: 0.5s ease-in-out;
}
.btn.btn-wrap i {
  display: inline-block;
  font-size: 0.75rem;
  transition: 0.5s ease-in-out 0.1s;
}
.btn.btn-wrap:hover i {
  transform: translateX(10px);
}

.section {
  padding: 80px 0;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

.main-title {
  margin-bottom: 60px;
  text-align: center;
}
.main-title h6 {
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #2f9066;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
  word-spacing: 0.25em;
}
.main-title h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #2f9066;
  text-transform: capitalize;
  margin-top: 10px;
}
.main-title p {
  font-size: 1rem;
  line-height: 1.5;
  color: #0e3a5a;
}

.background-attachment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .main-title {
    margin-bottom: 30px;
  }
  .main-title h4 {
    font-size: 1.75rem;
  }
  .main-title p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .main-title h4 {
    font-size: 1.5rem;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: transparent;
  padding: 10px;
  font-size: 0.9375rem;
  color: #7f8490;
  resize: none;
  width: 100%;
}
.form .form-group .form-input[type=email] {
  text-transform: none;
}
.form .form-group .form-input::placeholder {
  font-size: 0.9375rem;
  color: #7f8490;
  text-transform: capitalize;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px rgba(41, 41, 41, 0.1);
  border-bottom: 1px solid rgba(41, 41, 41, 0.1);
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .form .form-group .form-input {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group label {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #2f9066;
  border-radius: 8px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(47, 144, 102, 0.7);
  overflow: hidden;
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 0;
  background-color: rgba(47, 144, 102, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #2f9066;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(47, 144, 102, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #226a4b;
  border-radius: 10px 10px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #7f8490;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #2f9066;
  position: relative;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  border: 1px solid #2f9066;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #7f8490;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #ffffff;
}
.slick-arrow.left {
  left: 5px;
  z-index: 9;
}
.slick-arrow.right {
  right: 5px;
}

.modal-dialog {
  border-radius: 0;
}
.modal-dialog .modal-content {
  border-radius: 5px;
}
.modal-dialog .modal-content .modal-header .modal-title {
  color: #2f9066;
}
.modal-dialog .modal-content .modal-body p {
  color: #292929;
}

.icon-block {
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  background-color: #292929;
  border-radius: 5px;
  z-index: 1;
}
.icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #2f9066;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  color: #ffffff;
}
.icon-block svg {
  width: 60px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out;
}
.icon-block:hover::before {
  height: 100%;
}
.icon-block:hover svg path {
  fill: #e53935;
  stroke: #e53935;
}

.breadcrumb-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  z-index: 1;
  padding-block: 150px 60px;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(41, 41, 41, 0.5);
  z-index: -1;
}
.breadcrumb-wrapper #breadcrumb h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #f8f8f8;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a:hover {
  color: #2f9066;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav span.current {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

.header {
  z-index: 9;
  background-color: #ffffff;
}
.header .top-navbar {
  background-color: #2f9066;
  padding: 5px 0;
}
.header .top-navbar .call-me {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.header .top-navbar .call-me h6 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}
.header .top-navbar .call-me a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.header .top-navbar .call-me a:hover {
  color: #00ff8b;
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header .navbar .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
}
.header .navbar .navbar-brand figure {
  max-width: 125px;
}
.header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse {
  flex-basis: 72%;
  flex-grow: 1;
}
.header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  z-index: 1;
  margin-inline: 15px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 6px 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #292929;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #2f9066;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link::before, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link::before {
  width: 100%;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.button .nav-link {
  font-size: 0.9375rem;
  color: #ffffff;
  background-color: #2f9066;
  padding: 10px 30px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.button:hover .nav-link {
  background-color: #ffffff;
  color: #2f9066;
  border: 1px solid #2f9066;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.button:hover .nav-link::before {
  display: none;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  z-index: 9;
}
.header.fixed-header .navbar {
  padding: 5px 0;
}
.header.fixed-header .navbar .navbar-brand {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
.header.fixed-header .navbar .navbar-brand figure {
  max-width: 100px;
}

@media screen and (max-width: 1200px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-inline: 10px;
  }
}
@media screen and (max-width: 992px) {
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 40px;
    aspect-ratio: 1/1;
    border: 2px solid #000000;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #000000;
  }
  .header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross path {
    stroke: #000000;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg {
    fill: #292929;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .navbar {
    padding: 5px 0;
  }
  .header .navbar .navbar-collapse {
    justify-content: center;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    width: 40%;
    margin: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.button {
    margin: auto;
  }
  .header.fixed-header .top-navbar .call-me {
    justify-content: center;
  }
  .header.fixed-header .navbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .navbar {
    width: 100%;
  }
  .header .navbar .navbar-brand figure {
    width: 100px;
  }
}
.banner .banner-slider .banner-block {
  position: relative;
  z-index: 1;
}
.banner .banner-slider .banner-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(41, 41, 41, 0.75);
}
.banner .banner-slider .banner-block .figure {
  height: calc(100dvh - 80px);
  display: block;
}
.banner .banner-slider .banner-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-slider .banner-block .content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0, 30px);
  width: 650px;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.banner .banner-slider .banner-block .content h2 {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.banner .banner-slider .banner-block .content h6 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  text-transform: uppercase;
  word-spacing: 0.25em;
  letter-spacing: 0.05em;
  margin-block: 40px;
}
.banner .banner-slider .banner-block .content h6 span {
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
  padding-top: 10px;
}
.banner .banner-slider .banner-block .content .button {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.banner .banner-slider .banner-block .content.animate {
  opacity: 1;
  transform: translate(0, -50%);
}
.banner .banner-slider .banner-block .content.animate h2 {
  transition-delay: 0.1s;
}
.banner .banner-slider .banner-block .content.animate h6 {
  ansition-delay: 0.3s;
}
.banner .banner-slider .banner-block .content.animate .button {
  transition-delay: 0.5s;
}

@media screen and (max-width: 1400px) {
  .banner .banner-slider .banner-block .content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner .banner-slider .banner-block .content h2 {
    font-size: 2.5rem;
  }
  .banner .banner-slider .banner-block .content h6 {
    font-size: 1.25rem;
  }
  .banner .banner-slider .banner-block .content h6 span {
    padding-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .banner {
    background-color: #ffffff;
  }
  .banner .banner-slider .banner-block::before {
    display: none;
  }
  .banner .banner-slider .banner-block .figure {
    height: 100%;
  }
  .banner .banner-slider .banner-block .content {
    position: relative;
    top: 200px;
    left: 0;
    transform: translate(0%);
    padding: 0;
    text-align: center;
    width: 100%;
    padding: 40px 0;
  }
  .banner .banner-slider .banner-block .content.animate {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%);
  }
  .banner .banner-slider .banner-block .content h2 {
    font-size: 2rem;
    color: #2f9066;
  }
  .banner .banner-slider .banner-block .content h6 {
    font-size: 1.25rem;
    margin-block: 20px;
    color: #292929;
  }
  .banner .banner-slider .banner-block .content .button {
    justify-content: center;
  }
  .banner .banner-slider .banner-block .content .button .btn-primary {
    background-color: #292929;
    border-color: #292929;
  }
  .banner .banner-slider .banner-block .content .button .btn-primary:hover {
    background-color: transparent;
    color: #ffffff;
  }
}
@media screen and (max-width: 576px) {
  .banner .banner-slider .banner-block .content h6 {
    font-size: 1.125rem;
  }
  .banner .banner-slider .banner-block .content h6 span {
    font-size: 1.125rem;
  }
}
.query .query-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.query .query-wrap .desc {
  flex-basis: 50%;
}
.query .query-wrap .desc h5 {
  font-weight: 600;
  color: #000000;
}
.query .query-wrap .desc p {
  color: #292929;
  margin-block: 20px 40px;
}
.query .query-wrap .figure {
  flex-basis: 40%;
}
.query .query-wrap .figure video {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .query .query-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .query .query-wrap .desc {
    text-align: center;
  }
  .query .query-wrap .desc p {
    margin-block: 15px 25px;
  }
}
.about .wrapper {
  gap: 40px;
}
.about .wrapper .about-image {
  flex-basis: calc(50% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 10px;
  border-radius: 5px;
  position: relative;
}
.about .wrapper .about-image .background-attachment {
  width: auto;
  height: auto;
  z-index: 1;
  left: calc(100% + 40px);
  top: -40px;
  transform: translateX(-100%);
}
.about .wrapper .about-image .figure img {
  width: 100%;
  aspect-ratio: 15/14;
  object-fit: cover;
  border-radius: 12px;
}
.about .wrapper .about-content {
  flex-basis: calc(50% - 40px);
}
.about .wrapper .about-content .main-title {
  margin-bottom: 40px;
  text-align: left;
}
.about .wrapper .about-content .main-title h5 {
  color: #000000;
  text-transform: uppercase;
}
.about .wrapper .about-content .desc p {
  margin-bottom: 20px;
  color: #000000;
  max-width: 1000px;
  margin-inline: auto;
}
.about .wrapper .about-content .desc .wrap-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .wrapper .about-content .desc .wrap-block .block {
  flex-basis: 35%;
  background: linear-gradient(180deg, #d7c07e 0%, #ad9551 100%);
  padding-block: 30px;
}
.about .wrapper .about-content .desc .wrap-block .block .icon svg {
  width: 50px;
  height: 50px;
}
.about .wrapper .about-content .desc .wrap-block .block h6 {
  font-size: 1rem;
  color: #f8f8f8;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 8px;
}

@media screen and (max-width: 992px) {
  .about .wrapper {
    align-items: normal;
    gap: 40px 20px;
  }
  .about .wrapper .about-image {
    flex-basis: calc(50% - 20px);
  }
  .about .wrapper .about-image .figure img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about .wrapper {
    gap: 30px;
    flex-direction: column;
  }
  .about .wrapper .about-image .background-attachment {
    display: none;
  }
  .about .wrapper .about-image .figure img {
    height: 100%;
    aspect-ratio: 3/2;
  }
  .about .wrapper .about-content .desc .wrap-block .block {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 576px) {
  .about::before {
    top: 50px;
  }
  .about .wrapper .about-content .desc .wrap-block {
    flex-direction: column;
    gap: 30px;
  }
}
.feature {
  background-image: url(../images/call_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(41, 41, 41, 0.7);
  z-index: -2;
}
.feature .main-title {
  text-align: center;
}
.feature .wrapper {
  align-items: center;
  gap: 30px;
}
.feature .wrapper .feature-block {
  flex-basis: calc(33.3333333333% - 30px);
}
.feature .wrapper .feature-block .svg-icon {
  width: 70px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
.feature .wrapper .feature-block .svg-icon svg {
  width: 100%;
  height: 100%;
}
.feature .wrapper .feature-block .svg-icon svg path {
  fill: #ffffff;
}
.feature .wrapper .feature-block .desc {
  text-align: center;
}
.feature .wrapper .feature-block .desc h5 {
  font-family: "Kanit", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  margin-block: 10px 20px;
}
.feature .wrapper .feature-block .desc p {
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  font-size: 0.875rem;
  color: #f8f8f8;
}

@media screen and (max-width: 1200px) {
  .feature .wrapper .feature-block .desc h5 {
    font-size: 1.25rem;
    margin-block: 10px;
  }
}
@media screen and (max-width: 992px) {
  .feature .wrapper .feature-block .svg-icon {
    width: 40px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .feature .wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .feature .wrapper .feature-block .svg-icon {
    width: 30px;
    margin: auto;
  }
}
.gallery .section-title {
  text-align: center;
}
.gallery .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-wrapper .img-block {
  flex-basis: 25%;
  border: 1px solid #ffffff;
  background-color: #f5f7f6;
}
.gallery .gallery-wrapper .img-block .figure {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gallery .gallery-wrapper .img-block .figure::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.85);
  transition: 0.5s ease-in-out 0.1s;
  z-index: -1;
}
.gallery .gallery-wrapper .img-block .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.gallery .gallery-wrapper .img-block .figure:hover:before {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gallery .gallery-wrapper .img-block .figure:hover img {
  transform: scale(1.1);
}
.gallery .gallery-wrapper .img-block .img-info {
  padding: 10px;
  text-align: center;
}
.gallery .gallery-wrapper .img-block .img-info .imgtitle {
  font-size: 0.875rem;
  font-weight: 500;
  color: #292929;
  text-transform: capitalize;
}
.gallery .gallery-wrapper .img-block:hover .img-info .imgtitle {
  color: #2f9066;
}
.gallery .button-wrap {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .gallery .gallery-wrapper .img-block {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 576px) {
  .gallery .gallery-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.service {
  background-color: #f5f7f6;
}
.service .title-wrap .main-title {
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
}
.service .title-wrap .main-title h6 {
  font-weight: 700;
}
.service .title-wrap .main-title h4 {
  text-transform: uppercase;
  color: #292929;
  font-weight: 600;
}
.service .title-wrap .main-title p {
  color: #7f8490;
  margin-top: 15px;
}
.service .wrapper {
  align-items: initial;
  justify-content: space-between;
  gap: 50px 30px;
}

.service-block {
  flex-basis: calc(25% - 30px);
}
.service-block .service-top-info {
  margin-inline: auto;
  text-align: center;
}
.service-block .service-top-info .figure {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px solid #2f9066;
  overflow: hidden;
}
.service-block .service-top-info .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
  border-radius: 50%;
}
.service-block .service-top-info h6 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #e53935;
  margin-top: 5px;
}
.service-block .desc {
  text-align: center;
}
.service-block .desc p {
  font-size: 0.875rem;
  margin-block: 15px;
}
.service-block .desc .read-more {
  text-transform: capitalize;
  color: #2f9066;
  font-size: 0.75rem;
  transition: 0.3s ease-in-out;
}
.service-block .desc .read-more:hover {
  text-decoration: underline;
  color: #e53935;
}

@media screen and (max-width: 1200px) {
  .service-block .service-top-info .figure {
    width: 200px;
    height: 200px;
  }
  .service-block .service-top-info h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .service-block .service-top-info .figure {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .service .wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .service-block .service-top-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
  }
  .service-block .service-top-info h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .service-block .icon {
    margin-inline: auto;
  }
}
.main-content .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-content .figure {
  flex-basis: 35%;
}
.main-content .desc {
  flex-basis: 60%;
}
.main-content .desc .main-title {
  margin: 0 0 20px 0;
  text-align: left;
}
.main-content .desc .main-title h4 {
  margin: 0;
}
.main-content .desc p {
  line-height: 1.5;
  margin-bottom: 15px;
}
.main-content .desc p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .main-content .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .main-content .desc {
    text-align: center;
  }
  .main-content .desc .main-title {
    text-align: center;
  }
}
.why-choose-us {
  background-color: #f5f7f6;
}
.why-choose-us .choose-content .main-title {
  text-align: center;
}
.why-choose-us .choose-content .main-title h4 {
  color: #000000;
}
.why-choose-us .choose-content .main-title p {
  margin-top: 20px;
}
.why-choose-us .choose-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.why-choose-us .choose-content ul li {
  flex-basis: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.why-choose-us .choose-content ul li .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(229, 57, 53, 0.2);
  display: grid;
  place-items: center;
}
.why-choose-us .choose-content ul li .icon i {
  color: #e53935;
}
.why-choose-us .choose-content ul li .desc {
  flex-basis: calc(100% - 50px);
}
.why-choose-us .choose-content ul li .desc h6 {
  font-size: 1.25rem;
  color: #000000;
  text-transform: capitalize;
}
.why-choose-us .choose-content ul li .desc p {
  font-size: 0.9375rem;
  padding-top: 10px;
}

@media screen and (max-width: 992px) {
  .why-choose-us .choose-content ul li .desc h6 {
    font-size: 1rem;
  }
  .why-choose-us .choose-content ul li .desc p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .choose-content ul {
    flex-direction: column;
  }
}
.video-gallery .video-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.video video {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s ease-in-out;
  border-radius: 10px;
}
.video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.video:hover::before {
  width: 0;
  height: 0;
}
.video:hover i {
  color: #ff0000;
}

.call-us {
  background-image: url(../images/call_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.call-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(41, 41, 41, 0.3);
  z-index: -1;
}
.call-us .wrap {
  text-align: center;
}
.call-us .wrap .desc h5 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.call-us .wrap .desc p {
  color: #f8f8f8;
}
.call-us .wrap .button {
  margin-top: 45px;
}

@media screen and (max-width: 992px) {
  .call-us .wrap .desc {
    margin-bottom: 20px;
  }
  .call-us .wrap .desc h5 {
    font-size: 1.5rem;
  }
  .call-us .wrap .button {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .call-us .wrap .desc h5 {
    font-size: 1.25rem;
  }
}
.footer {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.footer .footer-wrapper .footer-block {
  flex-basis: calc(20% - 20px);
  display: flex;
  flex-direction: column;
  gap: 40px 20px;
  /* Footer Main Title */
  /* First Block */
  /* For all other block */
}
.footer .footer-wrapper .footer-block h5 {
  font-family: "Kanit", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
}
.footer .footer-wrapper .footer-block h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2f9066;
}
.footer .footer-wrapper .footer-block .desc {
  max-width: 400px;
}
.footer .footer-wrapper .footer-block .desc p {
  color: #292929;
  line-height: 1.5;
  font-size: 0.9375rem;
}
.footer .footer-wrapper .footer-block .abn-block .abn {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
}
.footer .footer-wrapper .footer-block .abn-block .abn span {
  font-weight: 400;
}
.footer .footer-wrapper .footer-block .quick-link li,
.footer .footer-wrapper .footer-block .quick-link .footer-item {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer-wrapper .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item .footer-link {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #292929;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-wrapper .footer-block .quick-link li:hover .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item:hover .footer-link {
  transform: translateX(5px);
  color: #2f9066;
}
.footer .footer-wrapper .footer-block:first-child {
  flex-basis: calc(30% - 20px);
}
.footer .footer-wrapper .footer-block:nth-child(2) {
  padding-left: 30px;
}
.footer .footer-wrapper .footer-block:nth-child(3) {
  flex-basis: calc(25% - 20px);
}
.footer .footer-wrapper .footer-block:nth-child(3) .quick-link li,
.footer .footer-wrapper .footer-block:nth-child(3) .quick-link .footer-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 25px;
  text-align: left;
}
.footer .footer-wrapper .footer-block:nth-child(3) .quick-link li .footer-link,
.footer .footer-wrapper .footer-block:nth-child(3) .quick-link .footer-item .footer-link {
  display: block;
  text-transform: initial;
}
.footer .footer-wrapper .footer-block .google-map {
  width: 100%;
  height: 100%;
}
.footer .footer-wrapper .footer-block .google-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* Scoial Icon Block */
.social-icon-wrap {
  display: flex;
  gap: 20px;
}
.social-icon-wrap .icon {
  width: 35px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background-color: #000000;
  border-radius: 3px;
  border: 1px solid #000000;
  transition: 0.3s ease-in-out;
}
.social-icon-wrap .icon i {
  color: #ffffff;
  transition: 0.3s ease-in-out 0.1s;
}
.social-icon-wrap .icon:hover {
  background-color: transparent;
}
.social-icon-wrap .icon:hover i {
  color: #000000;
}

.bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 5px;
  padding: 30px 0;
  background-color: #ffffff;
  border-top: 1px solid rgba(41, 41, 41, 0.1);
}
.bottom-wrap .content-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bottom-wrap .content-wrap p,
.bottom-wrap .content-wrap a {
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Kanit", sans-serif;
  color: #292929;
  text-transform: capitalize;
  display: inline-block;
}
.bottom-wrap .content-wrap a {
  position: relative;
  transition: 0.3s ease-in-out;
}
.bottom-wrap .content-wrap a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2f9066;
  transition: 0.3s ease-in-out 0.1s;
}
.bottom-wrap .content-wrap a:hover {
  color: #2f9066;
}
.bottom-wrap .content-wrap a:hover::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .footer-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .footer .footer-wrapper .footer-block {
    gap: 20px;
    text-align: center;
    /* Logo */
    /* Footer Main Title */
  }
  .footer .footer-wrapper .footer-block .logo {
    width: 100px;
    margin: auto;
  }
  .footer .footer-wrapper .footer-block .desc {
    margin-inline: auto;
  }
  .footer .footer-wrapper .footer-block .desc p {
    font-size: 0.875rem;
  }
  .footer .footer-wrapper .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .footer-wrapper .footer-block .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-wrapper .footer-block:nth-child(2) {
    padding-left: 0;
  }
  .footer .footer-wrapper .footer-block:nth-child(3) .quick-link li,
  .footer .footer-wrapper .footer-block:nth-child(3) .quick-link .footer-item {
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .footer .footer-wrapper .footer-block .google-map {
    height: 250px;
  }
  .social-icon-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .wrap-block {
    padding: 30px 0;
  }
  .footer .footer-wrapper .wrap-block .footer-block .logo {
    width: 100px;
  }
  .footer .footer-wrapper .wrap-block:nth-child(3) {
    flex-direction: column;
  }
  .footer .footer-wrapper .wrap-block:nth-child(3) .footer-block {
    text-align: center;
    gap: 0;
  }
  .footer .footer-wrapper .wrap-block:nth-child(3) .footer-block h5 {
    font-size: 1.25rem;
    display: inline-block;
  }
  .footer .footer-wrapper .wrap-block:nth-child(3) .footer-block h5::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .footer-wrapper .wrap-block:nth-child(3) .footer-block .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-wrapper .wrap-block:nth-child(3) .bottom-wrap {
    justify-content: center;
  }
  .bottom-wrap {
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
body {
  position: relative;
}

/* Toggle Button */
.quote-toggle-btn {
  position: fixed;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 9999;
  background: #2f9066;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 600;
}

/* Overlay */
.quote-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9998;
}

/* Sticky Quote Box */
.sticky-quote {
  position: fixed;
  right: -380px;
  bottom: 90px;
  width: 350px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: 0.35s ease;
  z-index: 9999;
}

/* Close Icon */
.quote-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* Active States */
.sticky-quote.active {
  right: 20px;
}

.quote-overlay.active {
  opacity: 1;
  visibility: visible;
}

.page-volunteer .about .wrapper {
  align-items: initial;
}
.page-volunteer .about .wrapper .about-image .figure video,
.page-volunteer .about .wrapper .about-image .figure img {
  width: 100%;
  height: 100%;
}
.page-volunteer .about .wrapper .full-content p {
  color: #000000;
  margin-bottom: 20px;
}
.page-volunteer .about .wrapper .full-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .page-volunteer .about .wrapper {
    flex-direction: column;
  }
}
.contact {
  padding: 100px 0;
}
.contact .contact-title {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}
.contact .contact-title .left-side {
  flex: 0 0 40%;
}
.contact .contact-title .left-side h6 {
  font-weight: 300;
  color: #292929;
  text-transform: uppercase;
}
.contact .contact-title .left-side h4 {
  font-weight: 700;
  color: #292929;
  text-transform: capitalize;
  padding-top: 10px;
}
.contact .contact-title .right-side {
  flex: 0 0 60%;
}
.contact .contact-title .right-side .desc {
  font-weight: 400;
  color: #7f8490;
}
.contact .contact-form {
  display: flex;
}
.contact .contact-form .form {
  flex: 0 0 60%;
  padding: 40px 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 8px -6px #292929;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .contact-form .icon-group-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #2f9066;
  padding: 20px 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0 0 8px -6px #000;
}
.contact .contact-form .icon-group-wrapper .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact .contact-form .icon-group-wrapper .social-icons .icon-block {
  width: 40px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
}
.contact .contact-form .icon-group-wrapper .social-icons .icon-block i {
  color: #ffffff;
  transition: 0.3s ease-in-out 0.1s;
}
.contact .contact-form .icon-group-wrapper .social-icons .icon-block:hover {
  background-color: #ffffff;
}
.contact .contact-form .icon-group-wrapper .social-icons .icon-block:hover i {
  color: #2f9066;
}
.contact .contact-form .info {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
}
.contact .contact-form .info .info-block {
  display: flex;
  align-items: center;
  margin: 20px 0 10px 0;
}
.contact .contact-form .info .info-block .icon {
  width: 60px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  background-color: transparent;
  text-align: center;
  margin-right: 20px;
  transition: 0.5s ease-out;
}
.contact .contact-form .info .info-block .icon i {
  color: #ffffff;
  line-height: 60px;
  transition: 0.5s ease-out;
  transition-delay: 0.2s;
}
.contact .contact-form .info .info-block .txt .txt-title {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
}
.contact .contact-form .info .info-block .txt p {
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  overflow-wrap: anywhere;
  padding-top: 5px;
  transition: 0.5s ease-out;
  transition-delay: 0.1s;
}
.contact .contact-form .info .info-block:hover .icon {
  background-color: #ffffff;
}
.contact .contact-form .info .info-block:hover .icon i {
  color: #2f9066;
}
.contact .contact-form .info .info-block:hover .txt p {
  color: #292929;
}

@media screen and (max-width: 992px) {
  .contact .contact-title {
    flex-direction: column;
    text-align: center;
    padding-bottom: 40px;
  }
  .contact .contact-title .left-side {
    margin-bottom: 20px;
  }
  .contact .contact-form {
    flex-direction: column;
  }
  .contact .contact-form .icon-group-wrapper {
    padding: 20px 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 577px) {
  .contact .contact-title {
    padding-bottom: 30px;
  }
  .contact .contact-form .icon-group-wrapper {
    padding: 20px 30px;
  }
}
.page-service .background-attachment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-wrapper {
  width: min(90%, 1200px);
  margin-inline: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px;
}
.service-wrapper h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #2f9066;
  margin-bottom: 20px;
}
.service-wrapper .content p {
  color: #292929;
  margin-bottom: 15px;
}
.service-wrapper .content ul {
  margin-bottom: 15px;
}
.service-wrapper .content ul p {
  margin-bottom: 8px;
  font-weight: 500;
}
.service-wrapper .content ul li {
  display: list-item;
  list-style: circle;
  list-style-position: outside;
  color: #292929;
}

.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #2f9066;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #ffffff;
  color: #2f9066;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .section-gallery {
  padding: 0;
  background: transparent;
}
.single-service-wrap .full-page-content .section-gallery .gallery-wrapper {
  justify-content: unset;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #2f9066;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 20px;
}
.single-service-wrap .desc-group p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}

/*# sourceMappingURL=style.css.map */
