@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500&display=swap");
/*-------------------------------------------------------*/
/* Variables
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Mixins
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  background-color: #fbfbfe;
  color: #040316;
  line-height: 1.5;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 600;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #009490;
  text-decoration: none;
  transition: all 0.6s ease;
}
a:hover {
  color: #00615e;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  transition: all 0.6s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 2rem;
}
.btn-primary {
  background-color: #009490;
  border-color: #009490;
  color: white;
  border-radius: 2rem;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #00615e;
  border-color: #00615e;
  color: white;
}
.btn-secondary {
  background-color: #e99050;
  border-color: #e99050;
  color: white;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #e37323;
  border-color: #e37323;
  color: white;
}
.btn-accent {
  background-color: #005e5e;
  border-color: #005e5e;
  color: white;
}
.btn-accent:hover, .btn-accent:focus {
  background-color: #002b2b;
  border-color: #002b2b;
  color: white;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: #009490;
  color: #009490;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #009490;
  color: white;
}

section {
  padding: 4rem 0;
}
section .section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
section .section-title h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #040316;
  margin-bottom: 0.5rem;
}
section .section-title h2 span {
  color: #009490;
}
@media only screen and (max-width: 767px) {
  section .section-title h2 {
    font-size: 1.85rem;
  }
}
section .section-title h4 {
  font-weight: 500;
}
section .section-title h4 span {
  color: #009490;
}
section .section-title p {
  font-size: 1.1rem;
  color: #757575;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  section .section-title p {
    font-size: 1rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.6s ease forwards;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

.delay-5 {
  animation-delay: 0.5s;
}

@media (max-width: 992px) {
  section {
    padding: 3rem 0;
  }
  .section-title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  section {
    padding: 2.5rem 0;
  }
  .section-title h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 576px) {
  .btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
  section {
    padding: 2rem 0;
  }
  .section-title {
    margin-bottom: 2rem;
  }
  .section-title h2 {
    font-size: 1.5rem;
  }
  .section-title p {
    font-size: 1rem;
  }
}
.breadcrumb li a {
  color: #fbfbfe;
}
.breadcrumb li span {
  font-weight: 600;
}

.form-control, .form-select {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 0.12rem solid #e0e0e0;
}
.form-control:focus, .form-select:focus {
  border-color: #e99050;
  box-shadow: none;
}

.sec-rgt-shp {
  right: 0;
  top: -2rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-rgt-shp {
    display: none;
  }
}

.sec-lft-shp {
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-lft-shp {
    display: none;
  }
}

svg.stroke-clr * {
  stroke: #e99050;
}

/*-------------------------------------------------------*/
/* Header
/*-------------------------------------------------------*/
.header {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
.header.scrolled {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header.scrolled .navbar-brand {
  color: #009490;
}
.header.scrolled .nav-link {
  color: #040316;
}
.header.scrolled .nav-link:hover, .header.scrolled .nav-link.active {
  color: #009490;
}
.header.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header.scrolled .btn-outline-light {
  color: #009490;
  border-color: #009490;
}
.header.scrolled .btn-outline-light:hover {
  background-color: #009490;
  color: white;
}
.header .navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 0;
  transition: all 0.3s ease;
  background-image: url(../../assets/img/pager-bg.jpg);
}
@media only screen and (max-width: 767px) {
  .header .navbar {
    padding: 0.85rem 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.header .navbar.fixed-top {
  position: fixed;
  background-image: url(../../assets/img/pager-bg.jpg);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header .navbar-brand {
  transition: all 0.3s ease;
}
.header .navbar-brand img {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .header .navbar-brand img {
    height: 40px;
  }
}
.header .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #040316;
  margin: 0 0.5rem;
  padding: 0.5rem 0.75rem;
  transition: all 0.3s ease;
  position: relative;
}
.header .nav-link:hover, .header .nav-link.active {
  color: #e99050;
}
.header .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #e99050;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.header .nav-link:hover::after {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .header .nav-link:hover::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header .nav-link:hover::after {
    width: 100%;
  }
}
.header .navbar-toggler {
  border: none;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 148, 144, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header .header-cta .btn {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.header .header-cta .btn i {
  color: #4dc247;
  transition: all 0.3s ease;
}
.header .header-cta .btn:hover i {
  color: #3ba135;
}
.header .offcanvas-navbar {
  width: 100vw !important;
  height: 100vh;
  background: rgb(255, 255, 255);
}
.header .offcanvas-navbar .offcanvas-header .btn-close {
  outline: none;
  box-shadow: none;
  padding: 0.95rem;
  border: 2px solid #009490;
  opacity: 1;
}
.header .offcanvas-navbar .offcanvas-header .btn-close:hover {
  border: 2px solid #e99050;
}
.header .offcanvas-navbar .offcanvas-body {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.header .offcanvas-navbar .offcanvas-body .navbar-nav {
  margin: 0;
}
.header .offcanvas-navbar .offcanvas-body .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  color: #009490;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  position: relative;
  font-size: 1.5rem;
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .offcanvas-navbar .offcanvas-body .navbar-nav .nav-item .nav-link:hover, .header .offcanvas-navbar .offcanvas-body .navbar-nav .nav-item .nav-link.active {
  color: #e99050;
}
.header .offcanvas-navbar .offcanvas-body .navbar-nav .nav-item .nav-link:hover:before, .header .offcanvas-navbar .offcanvas-body .navbar-nav .nav-item .nav-link.active:before {
  width: 100%;
}
.header .offcanvas-navbar .offcanvas-body .navbar-nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  background: #009490;
  height: 2px;
  z-index: -1;
  border-radius: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
  transition: all 0.4s cubic-bezier(0.2, 0.59, 0.21, 0.6);
}
.header .offcanvas-navbar .offcanvas-body .navbar-nav .nav-item.dropdown {
  position: relative;
}
.header .offcanvas-navbar .offcanvas-body .navbar-nav .nav-item.dropdown .dropdown-menu {
  position: relative;
  top: 150%;
  transition: all 0.3s ease-in-out;
  display: block;
  opacity: 1;
  visibility: visible;
  width: 100%;
  border: none;
  border-top: 2px solid #009490;
  border-radius: 0;
}
.header .offcanvas-navbar .offcanvas-body .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .header .offcanvas-navbar .offcanvas-body .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-weight: 600;
    font-size: 1.25rem;
  }
}
.header .offcanvas-navbar .offcanvas-body .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #002e2d;
  background-color: transparent;
}
.header .offcanvas-navbar .offcanvas-body .address {
  margin-left: 0.45rem;
}
.header .offcanvas-navbar .offcanvas-body .address h4 {
  font-size: 1.5rem;
  color: #009490;
  margin-bottom: 1rem;
}
.header .offcanvas-navbar .offcanvas-body .address ul {
  padding: 0;
}
.header .offcanvas-navbar .offcanvas-body .address ul li {
  margin-top: 15px;
  display: flex;
}
.header .offcanvas-navbar .offcanvas-body .address ul li:first-child {
  margin-top: 0;
}
.header .offcanvas-navbar .offcanvas-body .address ul li .icon {
  padding-right: 15px;
}
.header .offcanvas-navbar .offcanvas-body .address ul li .icon i {
  color: #009490;
  font-size: 1.85rem;
  position: relative;
  top: 3px;
}

@media (max-width: 992px) {
  .header .navbar-collapse {
    background-color: white;
    margin-top: 0.5rem;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  .header .nav-link {
    color: #040316;
  }
  .header .nav-link:hover {
    color: #009490;
  }
  .header.scrolled .navbar-collapse {
    box-shadow: none;
  }
}
.whatsapp-outer {
  position: fixed;
  fill: white;
  background-color: #4dc247;
  border-radius: 50%;
  box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  bottom: 80px;
  right: 20px;
  z-index: 10;
}
.whatsapp-outer .whatsapp-cover {
  fill: white;
  width: 50px;
  height: 50px;
  padding: 3px;
  display: block;
  background-color: #4dc247;
  border-radius: 50%;
  box-shadow: 0px 16px 26px -14px rgba(0, 0, 0, 0.59);
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/*-------------------------------------------------------*/
/* Hero
/*-------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: white;
  overflow: hidden;
  padding-top: 0;
}
.hero.about {
  height: 64vh;
  max-height: 800px;
  align-items: center;
  justify-content: start;
  animation: smoothScroll 1s forwards;
}
@media only screen and (max-width: 768px) {
  .hero.about {
    height: 80vh;
    max-height: 680px;
    padding-top: 6rem;
  }
}
.hero.about .hero-content {
  max-width: 100%;
}
.hero.about .hero-content h5.title {
  font-size: 1rem;
  color: #009490;
  display: block;
  text-align: left;
  font-weight: 400;
}
.hero.about .hero-content h1 {
  text-align: left;
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) {
  .hero.about .hero-content h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero.about .hero-content h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero.about .hero-content h1 {
    font-size: 3rem;
  }
}
.hero.about .hero-content p {
  text-align: left;
  font-size: 1.2rem;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.hero .hero-background-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero .hero-background-slider .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.hero .hero-background-slider .hero-slide.active {
  opacity: 1;
  z-index: 2;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero .hero-content {
  max-width: 100%;
  margin: 0 auto;
}
.hero .hero-content h1 {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .hero .hero-content h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero .hero-content h1 {
    font-size: 4rem;
  }
}
.hero .hero-content h1 span {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(to right, #009490, #00615e);
}
.hero .hero-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
@media only screen and (max-width: 1024px) {
  .hero .hero-content p {
    font-size: 1rem;
  }
}
.hero .hero-content .iconImg {
  gap: 10px;
  margin-bottom: 10px;
}
.hero .hero-content .iconImg img {
  width: 40%;
  height: 40%;
  object-fit: contain;
  margin: 0.5rem;
  transition: transform 0.3s ease;
  backdrop-filter: blur(2px);
  padding: 3rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.65);
}
.hero .hero-content .btn {
  margin: 0.5rem;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.hero .hero-content .btn-primary {
  background-color: #009490;
  border-color: #009490;
}
.hero .hero-content .btn-primary:hover {
  background-color: #00615e;
  border-color: #00615e;
}
.hero .hero-content .btn-outline-light {
  color: white;
  border-color: white;
}
.hero .hero-content .btn-outline-light:hover {
  background-color: white;
  color: #009490;
}

@media (max-width: 992px) {
  .hero .hero-content p {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 100vh;
  }
  .hero .hero-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .hero .hero-content .btn {
    margin: 0.25rem;
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .hero .hero-content h1 {
    font-size: 2.75rem;
  }
}
/*-------------------------------------------------------*/
/* Home Page Sections
/*-------------------------------------------------------*/
.why-choose-us {
  display: block;
  position: relative;
  padding: 5rem 0;
  background-color: white;
  scroll-margin-top: 60px;
}
.why-choose-us .feature-box {
  background-color: #fbfbfe;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  transition: all 0.6s ease;
  text-align: center;
}
.why-choose-us .feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.why-choose-us .feature-box .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 148, 144, 0.1);
  color: #e99050;
  font-size: 2rem;
}
.why-choose-us .feature-box h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.why-choose-us .feature-box p {
  font-size: 0.95rem;
  color: #757575;
  margin-bottom: 0;
}

.services-section {
  background-color: #f5f5f7;
  background-image: url(../../assets/img/parallax-bg1.jpg);
  /*===== Posts Style 1 =====*/
}
.services-section .sd-watermark {
  font-size: 8rem;
  margin-left: -10rem;
  letter-spacing: 8px;
  line-height: 0.75;
  bottom: 0;
  left: 60%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.175;
}
.services-section .posts-wrap > div.row > div {
  padding: 0;
}
.services-section .posts-wrap > div.row > div:first-child {
  margin-top: 4.6875rem;
}
.services-section .posts-wrap > div.row > div:last-child {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .services-section .posts-wrap > div.row > div:last-child {
    margin: 0;
  }
}
.services-section .post-box img {
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.services-section .post-box:hover > img {
  -webkit-transform: scale(1.05) rotate(2deg);
  -ms-transform: scale(1.05) rotate(2deg);
  -o-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
}
.services-section .post-info {
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
  max-width: 21.25rem;
  width: 100%;
  padding: 1.25rem 2.5rem 4.5rem;
}
.services-section .post-info > h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
}
.services-section .post-info > h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 2.8125rem;
  height: 1px;
  background-color: #040316;
  margin-left: 12px;
}
.services-section .post-info > span {
  height: 3.125rem;
  line-height: 3.125rem;
  width: 3.125rem;
  text-align: center;
  font-weight: 400;
  font-size: 1.875rem;
  bottom: 0;
  left: 0;
}
.services-section .post-info > a {
  right: 1.5rem;
  bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.services-section .post-info > a:hover {
  color: #040316;
}
.services-section .post-info > a:focus {
  color: #040316;
}
.services-section .info-right {
  right: 0;
}
.services-section .info-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.services-section .info-left {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .services-section .info-left {
    left: 0.8rem;
  }
}

.inspiration-section {
  padding-top: 6rem;
  background-image: url(../../assets/img/bg1.jpg);
  background-position: center;
  background-attachment: fixed;
}
.inspiration-section .projects-wrap {
  margin-bottom: -2rem;
}
.inspiration-section .projects-wrap h1 span {
  color: #009490;
}
.inspiration-section .proj-box {
  margin-bottom: 2rem;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.inspiration-section .proj-box img {
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.inspiration-section .proj-box .srv-badge {
  background-color: rgba(4, 3, 22, 0.65);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 2rem;
  left: 2rem;
  padding: 0.475rem 0.75rem;
  width: auto;
  height: auto;
  z-index: 1;
  color: #f5f5f7;
}
.inspiration-section .proj-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #040316;
  opacity: 0.1;
  z-index: 1;
}
.inspiration-section .proj-box .proj-info {
  display: none;
  position: absolute;
  width: 150px;
  bottom: 2rem;
  right: 2rem;
  background-color: rgba(4, 3, 22, 0.675);
  backdrop-filter: blur(2px);
  padding: 2.5rem 2.8125rem 2.25rem;
  max-width: 18.75rem;
  min-width: 18.75rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}
.inspiration-section .proj-box .proj-info:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid #009490;
}
.inspiration-section .proj-box .proj-info > h3 {
  position: relative;
  font-size: 1.625rem;
  letter-spacing: 0.3px;
  line-height: 1.1;
  padding-bottom: 8px;
}
.inspiration-section .proj-box .proj-info > h3:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 50%;
  width: 2.8125rem;
  margin-left: -1.40625rem;
  background-color: #009490;
  bottom: 0;
}
.inspiration-section .proj-box .proj-info > h3 + .proj-info-list {
  margin-top: 13px;
}
.inspiration-section .proj-box .proj-info > ul + a {
  margin-top: 1.6875rem;
}
.inspiration-section .proj-box .proj-info-list {
  text-align: initial;
  justify-content: center;
}
.inspiration-section .proj-box .proj-info-list > li {
  position: relative;
  font-size: 1rem;
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  padding-left: 1.8rem;
  line-height: 1.25rem;
  margin-top: 11px;
  color: #f5f5f7;
}
.inspiration-section .proj-box .proj-info-list > li i {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 1.125rem;
  color: #f5f5f7;
}
.inspiration-section .proj-box .proj-info-list > li:nth-child(2n) {
  margin-left: 1.6875rem;
  flex: 0 0 calc(50% - 1.375rem);
  max-width: calc(50% - 1.375rem);
}
.inspiration-section .proj-box:hover > img {
  -webkit-transform: scale(1.06) rotate(-2deg);
  -ms-transform: scale(1.06) rotate(-2deg);
  -o-transform: scale(1.06) rotate(-2deg);
  transform: scale(1.06) rotate(-2deg);
}
.inspiration-section .proj-box:hover .proj-info {
  opacity: 1;
  visibility: visible;
}

.estimate-section {
  display: block;
  position: relative;
  padding: 5rem 0;
  scroll-margin-top: 60px;
}
.estimate-section .fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.estimate-section .fixed-bg.bg1 {
  background-image: url(../../assets/img/bg1.jpg);
  background-position: center;
  background-attachment: fixed;
}
.estimate-section .estimate-card {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.6s ease;
  padding: 1rem;
}
.estimate-section .estimate-card:hover {
  transform: translateY(-5px);
}
.estimate-section .estimate-card .card-img {
  height: 220px;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.estimate-section .estimate-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.estimate-section .estimate-card:hover .card-img img {
  transform: scale(1.05);
}
.estimate-section .estimate-card .card-body {
  padding: 1.5rem;
  background-color: white;
  border-radius: 0 0 1rem 1rem;
}
.estimate-section .estimate-card .card-body h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.estimate-section .estimate-card .card-body p {
  font-size: 0.95rem;
  color: #757575;
  margin-bottom: 1.25rem;
  min-height: 70px;
}

.design-session {
  display: block;
  position: relative;
  padding: 5rem 0;
  background-color: white;
  scroll-margin-top: 60px;
}
.design-session .session-step {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2rem;
}
.design-session .session-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  height: 150%;
  width: 2px;
  background-color: #e0e0e0;
}
.design-session .session-step:last-child::before {
  display: none;
}
.design-session .session-step .step-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #009490;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  z-index: 2;
}
.design-session .session-step h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.design-session .session-step p {
  color: #757575;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.design-session .session-image {
  height: 100%;
  min-height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.design-session .session-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-flow {
  display: block;
  position: relative;
  padding: 5rem 0;
  background-color: #f5f5f7;
  background-image: url(../../assets/img/bg1.jpg);
  background-position: center;
  background-attachment: fixed;
  scroll-margin-top: 60px;
}
.process-flow .timeline {
  position: relative;
}
.process-flow .timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 7%;
  width: 86%;
  height: 2px;
  background-color: #e0e0e0;
  transform: translateY(-50%);
}
.process-flow .timeline .timeline-item {
  position: relative;
  text-align: center;
  padding-top: 3rem;
}
.process-flow .timeline .timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #e99050;
  border-radius: 50%;
  z-index: 1;
}
.process-flow .timeline .timeline-item .timeline-content {
  padding: 1.5rem;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  min-height: 145px;
}
.process-flow .timeline .timeline-item .timeline-content h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.process-flow .timeline .timeline-item .timeline-content p {
  font-size: 0.9rem;
  color: #757575;
  margin-bottom: 0;
}

.solutions-section {
  display: block;
  position: relative;
  padding: 5rem 0;
  background-color: white;
}
.solutions-section .solution-item {
  text-align: center;
  padding: 2rem 1rem 1rem;
  transition: all 0.6s ease;
}
.solutions-section .solution-item .solution-icon {
  max-width: 90px;
  max-height: 90px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40% 30% 50% 10%;
  background-color: rgba(0, 148, 144, 0.1);
  transition: all 0.6s ease;
}
.solutions-section .solution-item .solution-icon img {
  max-width: 90px;
  max-height: 90px;
}
.solutions-section .solution-item h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  transition: all 0.6s ease;
}
.solutions-section .solution-item p {
  font-size: 0.9rem;
  color: #757575;
  margin-bottom: 0;
  display: none;
}
.solutions-section .solution-item:hover {
  background-color: #f5f5f7;
}
.solutions-section .solution-item:hover .solution-icon {
  background-color: #e99050;
  color: white;
}
.solutions-section .solution-item:hover h3 {
  color: #e99050;
}

.testimonials {
  display: block;
  position: relative;
  padding: 5rem 0;
  background-color: #f5f5f7;
  background-image: url(../../assets/img/bg1.jpg);
  background-position: center;
  background-attachment: fixed;
}
.testimonials .testimonial-item {
  background-color: white;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.testimonials .testimonial-item .quote {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #040316;
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
}
.testimonials .testimonial-item .quote::before {
  content: '"';
  font-size: 4rem;
  color: rgba(0, 148, 144, 0.1);
  position: absolute;
  top: -2rem;
  left: -1rem;
  font-family: "Georgia", serif;
}
.testimonials .testimonial-item .client {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .testimonial-item .client .client-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.testimonials .testimonial-item .client .client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials .testimonial-item .client .client-info h4 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.testimonials .testimonial-item .client .client-info p {
  font-size: 0.9rem;
  color: #757575;
  margin-bottom: 0;
}
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  color: #009490;
}
.testimonials .swiper-button-next::after,
.testimonials .swiper-button-prev::after {
  font-size: 1.5rem;
}
.testimonials .swiper-pagination-bullet-active {
  background-color: #009490;
}

.portfolio {
  display: block;
  position: relative;
  padding: 5rem 0;
  background-color: white;
  scroll-margin-top: 60px;
}
.portfolio .portfolio-item {
  position: relative;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.portfolio .portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.portfolio .portfolio-item .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 148, 144, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.6s ease;
}
.portfolio .portfolio-item .portfolio-overlay h3 {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.portfolio .portfolio-item .portfolio-overlay p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  transform: translateY(20px);
  transition: transform 0.4s ease 0.1s;
}
.portfolio .portfolio-item .portfolio-overlay .btn {
  transform: translateY(20px);
  transition: transform 0.4s ease 0.2s;
}
.portfolio .portfolio-item:hover img {
  transform: scale(1.1);
}
.portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}
.portfolio .portfolio-item:hover .portfolio-overlay h3, .portfolio .portfolio-item:hover .portfolio-overlay p, .portfolio .portfolio-item:hover .portfolio-overlay .btn {
  transform: translateY(0);
}

.contact {
  display: block;
  position: relative;
  padding: 5rem 0;
  background-color: #f5f5f7;
  background-image: url(../../assets/img/bg1.jpg);
  scroll-margin-top: 60px;
}
.contact .contact-form {
  background-color: rgba(251, 251, 254, 0.65);
  backdrop-filter: blur(4px);
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.contact .contact-form h1 {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .contact .contact-form h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .contact .contact-form h1 {
    font-size: 4rem;
  }
}
.contact .contact-form h1 span {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(to right, #009490, #00615e);
}
.contact .contact-form .btn {
  padding: 0.75rem 2rem;
  border-radius: 50px;
}
.contact .contact-info {
  height: 100%;
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.contact .contact-info h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.contact .contact-info .info-item {
  display: flex;
  align-items: flex-start;
}
.contact .contact-info .info-item i {
  width: 30px;
  height: 30px;
  background-color: rgba(233, 144, 80, 0.1);
  color: #e99050;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1rem;
}
.contact .contact-info .info-item p {
  margin-bottom: 0;
  max-width: 80%;
}
.contact .contact-info .info-item p a {
  color: #040316;
  transition: all 0.6s ease;
}
.contact .contact-info .info-item p a:hover {
  color: #009490;
}
.contact .contact-info .social-links {
  display: flex;
}
.contact .contact-info .social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(233, 144, 80, 0.1);
  color: #e99050;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  transition: all 0.6s ease;
}
.contact .contact-info .social-links a:hover {
  background-color: #e99050;
  color: white;
}

@media (max-width: 768px) {
  .process-flow .timeline::before {
    display: none;
  }
  .process-flow .timeline .timeline-item {
    margin-bottom: 2rem;
  }
  .process-flow .timeline .timeline-item::before {
    top: 1.5rem;
  }
  .design-session .session-image {
    margin-top: 2rem;
  }
  .contact .contact-info {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .about svg {
    position: absolute;
    bottom: 0;
  }
}
.about .about-img {
  padding-bottom: 2.5rem;
}
.about .about-img-cap {
  right: -3.4375rem;
  bottom: 0;
  padding: 1.5rem 1.875rem;
}
.about .about-img-cap > h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.5px;
}
.about .about-img-cap > h3 span {
  font-weight: 300;
}
.about .about-img-cap > h3 i {
  width: 2.8125rem;
  height: 1px;
  background-color: #040316;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.about .about-img-cap > h3 + a {
  margin-left: 1.625rem;
}
.about .about-desc {
  padding: 0 2rem 0 5.625rem;
}
@media only screen and (max-width: 768px) {
  .about .about-desc {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-desc {
    padding: 1.275rem;
  }
}
.about .about-desc > span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.about .about-desc > span + h2 {
  margin-top: 3px;
}
.about .about-desc > h2 {
  font-size: 2.8125rem;
  line-height: 3.625rem;
  max-width: 70%;
}
@media only screen and (max-width: 767px) {
  .about .about-desc > h2 {
    max-width: 100%;
  }
}
.about .about-desc > h2 span {
  color: #009490;
}
.about .about-desc > h2 i {
  display: inline-block;
  vertical-align: middle;
  width: 3.625rem;
  height: 1px;
  background-color: #040316;
  margin-left: 0.9375rem;
}
.about .about-desc > h2 + p {
  margin-top: 1.25rem;
}
.about .about-desc > p + p {
  margin-top: 1.875rem;
}
.about .about-desc > p + a {
  margin-top: 3.125rem;
}
.about .sec-title-inner > h2 i {
  display: inline-block;
  vertical-align: middle;
  width: 3.625rem;
  height: 1px;
  background-color: #040316;
  margin-left: 0.9375rem;
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
  background-color: #1a1a1a;
  color: white;
  padding: 4rem 0 0;
}
.footer .footer-logo {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: white;
  margin-bottom: 1rem;
  display: inline-block;
}
.footer .footer-logo span {
  color: #e99050;
}
.footer .footer-logo img {
  backdrop-filter: blur(1px);
}
.footer .footer-about {
  margin-bottom: 2rem;
}
.footer .footer-about p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}
.footer .footer-about .social-links {
  display: none;
}
.footer .footer-about .social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  transition: all 0.6s ease;
}
.footer .footer-about .social-links a:hover {
  background-color: #009490;
}
.footer .footer-title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: white;
  position: relative;
  padding-bottom: 0.75rem;
}
.footer .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #009490;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links li {
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-links li a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.6s ease;
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
}
.footer .footer-links li a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #009490;
  font-size: 1.2rem;
  transition: all 0.6s ease;
}
.footer .footer-links li a:hover {
  color: white;
  padding-left: 1.5rem;
}
.footer .footer-links li a:hover::before {
  left: 0.25rem;
}
.footer .footer-widget {
  margin-bottom: 2rem;
}
.footer .footer-widget ul.cont-list li {
  padding-left: 2.5rem;
  max-width: 90%;
  font-size: 1rem;
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
.footer .footer-widget ul.cont-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #009490;
}
.footer .footer-widget ul.cont-list li a {
  color: #009490;
  text-decoration: none;
}
.footer .footer-widget ul.cont-list li a:hover {
  text-decoration: underline;
}
.footer .newsletter-form {
  position: relative;
  margin-top: 1.5rem;
}
.footer .newsletter-form input {
  width: 100%;
  padding: 0.75rem 1rem;
  padding-right: 4rem;
  border-radius: 50px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.footer .newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .newsletter-form input:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.15);
}
.footer .newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 1.25rem;
  border: none;
  background-color: #009490;
  color: white;
  border-radius: 0 50px 50px 0;
  transition: all 0.6s ease;
}
.footer .newsletter-form button:hover {
  background-color: #00615e;
}
.footer .footer-bottom {
  margin-top: 3rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-size: 0.9rem;
}
.footer .footer-bottom p i {
  color: #E02D2D;
}
.footer .footer-bottom p a {
  color: #009490;
}
.footer .footer-bottom p a:hover {
  color: #00c7c2;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #009490;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 999;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.back-to-top:hover {
  background-color: #00615e;
  color: white;
}

@media (max-width: 992px) {
  .footer .footer-widget {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 3rem 0 0;
  }
  .footer .footer-bottom {
    margin-top: 2rem;
    padding: 1.25rem 0;
  }
}

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