@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Playfair Display:wght@100..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
  /*font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;*/
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #5A5A52;
  background: #FFFDF8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a {
  color: #113029;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover, a:focus {
  color: #ea2459;
}
 
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 500;
  color: #113029;
  margin: 0 0 1rem;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
}

h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

p {
  margin: 0 0 1rem;
}

.lead {
  font-size: 15px;
  line-height: 30px;
  color: #5a5a52;
  /*font-weight: 600;*/
}

.text-script {
  font-family: "Italianno", cursive;
  font-size: 2rem;
  color: #ea2459;
  line-height: 1;
}

.section-tag {
  display: inline-block;
  /*font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;*/
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #ea2459;
  margin-bottom: 1rem;
  /*background: #ffffff36;*/
    border-radius: 30px;
    padding: 4px 20px;
    font-weight: 800;
    border: 1px solid #e9527a8c;
}
/*.section-tag::before, .section-tag::after {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  width: 30px;*/
/*  height: 1px;*/
/*  background: #ea2459;*/
/*  vertical-align: middle;*/
/*  margin: 0 0.75rem;*/
/*}*/

.section-title {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 600;
  /*font-style: italic;*/
  margin-bottom: 1rem;
  font-size: 32px;
  line-height: 45px;
  text-transform: capitalize;
}
.section-title em {
  font-style: normal;
  color: #ea2459;
}

.section-divider {
  display: block;
  width: 60px;
  height: 1px;
  background: #026464;
  margin: 1.25rem auto;
}

.bg-sand {
  background: #fdf0f9 !important;
}

.bg-sand-light {
  background: #FBF7F1 !important;
}

.bg-sand-dark {
  background: #E6DBC9 !important;
}

.bg-sage {
  background: #113029 !important;
  color: #FFFDF8;
}

.bg-ink {
  background: #113029 !important;
  color: #FFFDF8;
}

.text-sage {
  color: #113029 !important;
}

.text-gold {
  color: #ea2459 !important;
}

.text-ink {
  color: #113029 !important;
}

.text-cream {
  color: #FFFDF8 !important;
}

.text-muted-2 {
  color: #8A8A82 !important;
}

.section {
  padding: 5rem 0;
}

@media (max-width: 767.98px) {
  .section {
    padding: 4.5rem 0;
  }
}
.section-sm {
  padding: 4rem 0;
}

::selection {
  background: #113029;
  color: #FFFDF8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 2.1rem;
  /*font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;*/
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid transparent;
  /*border: none;*/
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.btn:focus-visible {
  outline: 2px solid #ea2459;
  outline-offset: 3px;
}

.btn-primary {
  /*background: #113029;*/
  background: linear-gradient(45deg, #e1829e, #e82558);
  color: #FFFDF8;
  /*border-color: #113029;*/
}
.btn-primary:hover, .btn-primary:focus {
  background: #113029;
  border-color: #113029;
  color: #FFFDF8;
}

.btn-primary1 {
  /*background: #e9527a;*/
  background: linear-gradient(45deg, #e1829e, #e82558);
  color: #FFFDF8;
  border-color: #e9527a;
}
.btn-primary1:hover, .btn-primary1:focus {
  background: #113029;
  border-color: #113029;
  color: #FFFDF8;
}

.btn-gold {
  background: #ea2459;
  color: #FFFDF8;
  border-color: #ea2459;
}
.btn-gold:hover, .btn-gold:focus {
  background: rgb(165.36, 127.92, 73.84);
  border-color: rgb(165.36, 127.92, 73.84);
  color: #FFFDF8;
}

.btn-outline {
  background: transparent;
  color: #113029;
  border-color: #113029;
}
.btn-outline:hover, .btn-outline:focus {
  background: #113029;
  color: #FFFDF8;
}

.btn-outline-light {
  background: transparent;
  color: #FFFDF8;
  border-color: #FFFDF8;
}
.btn-outline-light:hover, .btn-outline-light:focus {
  background: #FFFDF8;
  color: #113029;
}

.btn-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  /*font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;*/
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #113029;
  border-bottom: 1px solid #113029;
  padding-bottom: 4px;
}
.btn-link-arrow:hover {
  color: #ea2459;
  border-color: #ea2459;
}

.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: 0.82rem;
}

.btn-sm {
  padding: 0.7rem 1.5rem;
  font-size: 0.7rem;
}

.topbar {
  background: #113029;
  color: rgba(255, 253, 248, 0.7);
  padding: 0.6rem 0;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.topbar a {
  color: rgba(255, 253, 248, 0.7);
}
.topbar a:hover {
  color: #ea2459;
}
.topbar .topbar-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar .topbar-info{
    gap: 0.7rem;
  }
}
.topbar .topbar-info i {
  margin-right: 0.4rem;
  color: #ffffff;
}
.topbar .topbar-social a {
  margin-left: 0.85rem;
}

@media (max-width: 767.98px) {
  .topbar {
    display: none;
  }
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.has-topbar {
  top: 40px;
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 4px 30px rgba(31, 38, 32, 0.06);
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  max-width: 100%;
}
.site-header.is-sticky .nav-link {
  color: #113029;
}
.site-header.header-on-dark .nav-link {
  color: #FFFDF8;
}
.site-header.header-on-dark.is-sticky .nav-link {
  color: #113029;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #113029;
}
.site-logo img {
  height: 65px;
  width: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(232deg) brightness(111%) contrast(101%);
}
.is-sticky .site-logo img
{
  filter: none;
}
.site-header.header-on-dark:not(.is-sticky) .site-logo {
  color: #FFFDF8;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-list > li {
  position: relative;
}

.nav-link {
  display: inline-block;
  padding: 0.5rem 0;
  /*font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;*/
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #113029;
  position: relative;
  cursor: pointer;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ea2459;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
header:not(.is-sticky) .nav-link::after{
  background: #fff;
}
.nav-link:hover, .nav-link.active {
  color: #ea2459;
}
.nav-link:hover::after, .nav-link.active::after {
  transform: scaleX(1);
}

.has-submenu > .nav-link::before {
  content: "+";
  display: inline-block;
  margin-left: 6px;
  font-size: 0.85rem;
  color: #ea2459;
  font-weight: 400;
}
header.header-on-dark:not(.is-sticky) .has-submenu > .nav-link::before{
  color: #fff;
}

.submenu {
  position: absolute;
  top: 100%;
  left: -1rem;
  min-width: 220px;
  background: #FFFDF8;
  border: 1px solid #E5DFD3;
  padding: 0.5rem 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0.25s;
  box-shadow: 0 20px 50px rgba(31, 38, 32, 0.1);
  z-index: 60;
}
.submenu li a {
  display: block;
  padding: 0.65rem 1.25rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #113029;
}
.submenu li a:hover {
  background: #FBF7F1;
  color: #ea2459;
}

.has-submenu:hover > .submenu,
.has-submenu:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0s;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
header.header-on-dark:not(.is-sticky) .icon-btn{
  color: #fff;
}

.icon-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  position: relative;
}
.icon-btn:hover,
header:not(.is-sticky) .icon-btn:hover{
  color: #ea2459;
}
.icon-btn .badge-count {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  background: #ea2459;
  color: #FFFDF8;
  font-size: 0.65rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 1.5px;
  background: currentColor;
  margin: 5px auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 991.98px) {
  .nav-list, .header-actions .btn-book {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  header:not(.is-sticky) .menu-toggle span{
    background: #fff;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 380px;
  min-height: 100vh;
  background: #FFFDF8;
  z-index: 200;
  padding: 2rem 1.75rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -10px 0 40px rgba(31, 38, 32, 0.15);
  bottom: 0;
}
.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(31, 38, 32, 0.55);
  opacity: 0;
  visibility: hidden;
  z-index: 150;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0.4s;
}
.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E5DFD3;
  margin-bottom: 0rem;
}

.mobile-menu-close {
  width: 40px;
  height: 40px;
  border: 1px solid #E5DFD3;
  background: transparent;
  color: #113029;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu-close:hover {
  background: #113029;
  color: #FFFDF8;
  border-color: #113029;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 1rem 0 2rem;
}
.mobile-nav > li {
  border-bottom: 1px solid #E5DFD3;
}
.mobile-nav a {
  display: block;
  padding: 6px 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 20px;
  color: #113029;
}
.mobile-nav a:hover {
  color: #ea2459;
  padding-left: 0.5rem;
}
.mobile-nav .submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.mobile-nav .submenu-toggle .icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5DFD3;
  font-size: 1rem;
  color: #113029;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav .mobile-submenu {
  list-style: none;
  padding: 0 0 0.75rem 0.5rem;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav .mobile-submenu li {
  border: 0;
}
.mobile-nav .mobile-submenu a {
  /*font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;*/
  font-size: 0.95rem;
  padding: 0.5rem 0;
  letter-spacing: 0.05em;
}
.mobile-nav .is-expanded .submenu-toggle .icon {
  transform: rotate(45deg);
  border-color: #ea2459;
  color: #ea2459;
}
.mobile-nav .is-expanded .mobile-submenu {
  max-height: 500px;
}

.mobile-contact {
  padding-top: 1.5rem;
  border-top: 1px solid #E5DFD3;
  font-size: 0.9rem;
}
.mobile-contact p {
  margin-bottom: 0.5rem;
}
.mobile-contact i {
  color: #ea2459;
  margin-right: 0.5rem;
}
.mobile-contact .mobile-social {
  margin-top: 1rem;
}
.mobile-contact .mobile-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5DFD3;
  color: #113029;
  margin-right: 0.4rem;
}
.mobile-contact .mobile-social a:hover {
  background: #113029;
  color: #FFFDF8;
  border-color: #113029;
}

.hero-slider {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
}
.hero-slider .swiper, .hero-slider .swiper-wrapper, .hero-slider .swiper-slide {
  height: 100%;
}

.hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  color: #FFFDF8;
}
.hero-slide .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 8s ease-out;
}
.hero-slide.swiper-slide-active .hero-bg {
  transform: scale(1);
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 38, 32, 0.50), rgba(31, 38, 32, 0.7));
  z-index: 1;
}
.hero-slide .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 900px;
}
.hero-content .hero-tag {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight:600;
  color: #fff;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
.hero-content .hero-title {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  /*font-style: italic;*/
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.05;
  color: #FFFDF8;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
.hero-content .hero-text {
  font-size: 1.05rem;
  color: rgba(255, 253, 248, 0.85);
  margin-bottom: 2.25rem;
  max-width: 560px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
}
.hero-content .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
}

.swiper-slide-active .hero-content .hero-tag, .swiper-slide-active .hero-content .hero-title, .swiper-slide-active .hero-content .hero-text, .swiper-slide-active .hero-content .hero-cta {
  opacity: 1;
  transform: translateY(0);
}

.hero-nav {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 5;
  display: flex;
  gap: 0.75rem;
}
.hero-nav button {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 253, 248, 0.4);
  background: transparent;
  color: #FFFDF8;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-nav button:hover {
  background: #FFFDF8;
  color: #113029;
  border-color: #FFFDF8;
}

.hero-pagination {
  position: absolute;
  left: 3rem;
  bottom: 3.2rem;
  z-index: 5;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 1.2rem;
  color: #FFFDF8;
  letter-spacing: 0.1em;
}
.hero-pagination .current {
  font-size: 2rem;
  color: #D4B587;
}
.hero-pagination .divider {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: rgba(255, 253, 248, 0.4);
  margin: 0 0.5rem;
  vertical-align: middle;
}
.price-item h3
{
    font-size: 16px !important;
}
.price-amount{
  font-size: 16px !important;
}
.price-item h3{
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .hero-slider {
    height: 65vh;
  }
  
  .mob-pad
  {
    padding: 16px;
    margin-top: 30px;
  }
  .price-item
  {
      
    display: block !important;
  }
  .price-item h3
  {
      font-size: 25px !important;
  }
  .price-amount {
    font-size: 25px !important;
}
  .text-end
  {
      text-align: left !important;
  }
  .mob-none
  {
      display: none;
  }
  .innerservice .service-card
  {
      height: auto !important;
      margin-bottom: 15px;
  }
  .hero-content .hero-title
  {
      line-height: 40px;
  }
  .btn
  {
      margin-bottom: 15px;
      padding: 0.65rem 1.1rem;
  }
  .service-photo-card
  {
      margin-bottom: 15px;
  }
  .service-photo-card .service-body
  {
      align-items: center;
  }
  .section-title
  {
      line-height: 40px;
      font-size: 25px;
  }
  /*.lead*/
  /*{*/
  /*    text-align: justify;*/
  /*}*/
  .hero-content .hero-title
  {
      font-size: 2rem;
  }
  .hero-content .hero-tag
  {
      letter-spacing: 0.1em;
  }
  .about-images .img-1
  {
      margin-bottom: 15px;
  }
  
  .hero-nav, .hero-pagination {
    display: none;
  }
  .site-header.has-topbar{
    top: 0;
  }
  .container, .container-sm {
      max-width: 100%;
  }
}
.page-header {
  position: relative;
  padding: 11rem 0 5rem;
  background: #F4ECE0;
  text-align: center;
  overflow: hidden;
}
.page-header.has-image {
  color: #FFFDF8;
  background-size: cover;
  background-position: center;
}
.page-header.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 38, 32, 0.4), rgba(31, 38, 32, 0.65));
}
.page-header.has-image .container {
  position: relative;
  z-index: 2;
}
.page-header.has-image .page-title, .page-header.has-image .breadcrumb a, .page-header.has-image .breadcrumb-item.active {
  color: #FFFDF8;
}
.page-header.has-image .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 253, 248, 0.6);
}
.page-header .page-title {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  /*font-style: italic;*/
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1rem;
  color: #113029;
}
.page-header .breadcrumb {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.page-header .breadcrumb li + li::before {
  content: "/";
  margin: 0 0.6rem;
  color: #ea2459;
}
.page-header .breadcrumb a {
  color: inherit;
}
.page-header .breadcrumb .active {
  color: #ea2459;
}

@media (max-width: 767.98px) {
  .page-header {
    padding: 8rem 0 3.5rem;
  }
}
.service-card {
  position: relative;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: #FBF7F1;
  /*background: linear-gradient(269deg, #ea2459, transparent);*/
  height: 100%;
  border: 1px solid #E5DFD3;
}

.service-card .service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F4ECE0;
  color: #113029;
  font-size: 2rem;
  border-radius: 50%;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card h3 {
  font-size: 1.4rem;
  /*font-style: italic;*/
  margin-bottom: 0.75rem;
}
.service-card p {
  color: #5A5A52;
  font-size: 15px;
  margin-bottom: 0;
}
.service-card .service-link {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #113029;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.service-card .service-link:hover {
  color: #ea2459;
  border-color: #ea2459;
}
.service-card:hover {
  transform: translateY(-6px);
}
.service-card:hover .service-icon {
  background: #113029;
  color: #FFFDF8;
}


.service-photo-card {
  position: relative;
  overflow: hidden;
  background: #113029;
}
.service-photo-card .service-img {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-photo-card .service-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: #FFFDF8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(31, 38, 32, 0.85));
}
.service-photo-card .service-body h3 {
  color: #FFFDF8;
  margin-bottom: 0.4rem;
  font-size: 1.5rem;
  /*font-style: italic;*/
}
.service-photo-card .service-body .price {
  font-size: 0.9rem;
  color: #D4B587;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.service-photo-card:hover .service-img {
  transform: scale(1.08);
}

.feature-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.feature-item .feature-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F4ECE0;
  color: #113029;
  font-size: 1.5rem;
}
.feature-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  /*font-style: italic;*/
}
.feature-item p {
  font-size: 0.95rem;
  margin: 0;
}

.about-images {
  position: relative;
}
.about-images .img-1, .about-images .img-2 {
  background-size: cover;
  background-position: center;
}
.about-images .img-1 {
  /*aspect-ratio: 4/5;*/
  height: 640px;
    background-size: cover;
}
.about-images .img-2 {
  aspect-ratio: 1;
  margin-top: -25%;
  margin-left: 30%;
  border: 8px solid #FFFDF8;
  box-shadow: 0 30px 60px rgba(31, 38, 32, 0.15);
}
.about-images .exp-badge {
  position: absolute;
  bottom: 10%;
  left: 0px;
  width: 170px;
  height: 170px;
  background: #ea2459;
  color: #FFFDF8;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  text-align: center;
  line-height: 1.1;
  padding: 1rem;
}
.about-images .exp-badge strong {
  font-size: 2.1rem;
  display: block;
}
.about-images .exp-badge span {
  font-size: 10px;
  /* letter-spacing: 0.2em; */
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px;
}

.stat {
  text-align: center;
}
.stat .stat-num {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 3.5rem;
  color: #113029;
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat .stat-label {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #5A5A52;
}

.team-card {
  text-align: center;
  background: transparent;
}
.team-card .team-photo {
  aspect-ratio: 5/5;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
.team-card .team-photo .team-social {
  position: absolute;
  inset: auto 0 -60px 0;
  padding: 1rem;
  background: linear-gradient(0deg, rgba(31, 38, 32, 0.85), transparent);
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-card .team-photo .team-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 253, 248, 0.4);
  color: #FFFDF8;
}
.team-card .team-photo .team-social a:hover {
  background: #ea2459;
  border-color: #ea2459;
}
.team-card:hover .team-social {
  inset: auto 0 0 0;
}
.team-card h3 {
  font-size: 18px;
  margin-bottom: 0.25rem;
  /*font-style: italic;*/
}
.team-card .team-role {
  font-size: 0.75rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ea2459;
}

.testimonial {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.testimonial .quote-mark {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  color: #ea2459;
  line-height: 0.5;
  margin-bottom: 1rem;
  display: block;
  letter-spacing: 10px;
}
.testimonial blockquote {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  /*font-style: italic;*/
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  color: #113029;
  line-height: 1.9;
  font-size: 16px;
  margin: 0 0 0.5rem;
  font-weight: 300;
}
.testimonial .testimonial-author {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #113029;
}
.testimonial .testimonial-role {
  font-size: 0.8rem;
  color: #8A8A82;
}

.price-card {
  background: #FFFDF8;
  padding: 20px;
  text-align: center;
  border: 1px solid #E5DFD3;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  /*height: 100%;*/
  position: relative;
}
.price-card .price-name {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  /*font-style: italic;*/
  font-size: 22px;
  margin-bottom: 1rem;
}
.price-card .price-amount {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  /*font-size: 3.5rem;*/
  color: #113029;
  display: block;
  margin-bottom: 0.25rem;
  line-height: 26px;
}
.price-card .price-amount p {
  font-size: 15px;
  vertical-align: super;
  margin-bottom: 0;
}
.price-card .price-amount sub {
  font-size: 0.9rem;
  color: #8A8A82;
  vertical-align: baseline;
}
.price-card .price-features {
  list-style: none;
  padding: 1.5rem 0;
  margin: 1rem 0;
  border-top: 1px solid #E5DFD3;
  border-bottom: 1px solid #E5DFD3;
}
.price-card p
{
    margin: 0;
    font-size: 15px;
}
.price-card .price-features li {
  padding: 0.55rem 0;
  font-size: 0.95rem;
}
.price-card .price-features li i {
  color: #113029;
  margin-right: 0.5rem;
}
.price-card .price-features li.disabled {
  color: #8A8A82;
  text-decoration: line-through;
}
.price-card .price-features li.disabled i {
  color: #8A8A82;
}
.price-card.featured {
  background: #113029;
  color: #FFFDF8;
  border-color: #113029;
}
.price-card.featured .price-name, .price-card.featured .price-amount, .price-card.featured h3, .price-card.featured h4 {
  color: #FFFDF8;
}
.price-card.featured .price-amount sub {
  color: rgba(255, 253, 248, 0.7);
}
.price-card.featured .price-features {
  border-color: rgba(255, 253, 248, 0.2);
}
.price-card.featured .price-features li i {
  color: #D4B587;
}
.price-card.featured .price-tag {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #ea2459;
  color: #FFFDF8;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
}
.price-card.featured .btn-outline {
  color: #FFFDF8;
  border-color: #FFFDF8;
}
.price-card.featured .btn-outline:hover {
  background: #FFFDF8;
  color: #113029;
}

.blog-card {
  background: #FFFDF8;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-card .blog-img {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.blog-card .blog-img .blog-date {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #FFFDF8;
  color: #113029;
  padding: 0.6rem 0.85rem;
  text-align: center;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  line-height: 1;
}
.blog-card .blog-img .blog-date strong {
  display: block;
  font-size: 1.3rem;
}
.blog-card .blog-img .blog-date span {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ea2459;
}
.blog-card .blog-body {
  padding: 1.75rem;
}
.blog-card .blog-body .blog-meta {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ea2459;
  margin-bottom: 0.75rem;
}
.blog-card .blog-body h3{
    font-size: 20px;
    line-height: 30px;
}
.blog-card .blog-body h2 {
  font-size: 1.8rem;
  /*font-style: italic;*/
  margin-bottom: 0.85rem;
}
.blog-card .blog-body h3 a {
  color: #113029;
}
.blog-card .blog-body h3 a:hover {
  color: #ea2459;
}
.blog-card .blog-body p {
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.blog-card:hover {
  box-shadow: 0 30px 60px rgba(31, 38, 32, 0.08);
  transform: translateY(-4px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
iframe{
  width: 100%;
}

@media (max-width: 991.98px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.gallery-item .gallery-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item::after {
  content: "+";
  position: absolute;
  inset: 0;
  background: rgba(31, 38, 32, 0.5);
  color: #FFFDF8;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item:hover .gallery-img {
  transform: scale(1.08);
}
.gallery-item:hover::after {
  opacity: 1;
}

.product-card {
  text-align: center;
  background: transparent;
}
.product-card .product-img {
  /*background: #FBF7F1;*/
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.product-card .product-img .product-actions {
  position: absolute;
  inset: auto 0 -60px 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card .product-img .product-actions button {
  width: 42px;
  height: 42px;
  background: #FFFDF8;
  border: 0;
  color: #113029;
  cursor: pointer;
}
.product-card .product-img .product-actions button:hover {
  background: #113029;
  color: #FFFDF8;
}
.product-card:hover .product-actions {
  inset: auto 0 0 0;
}
.product-card h4 {
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
  /*font-style: italic;*/
}
.product-card h4 a {
  color: #113029;
}
.product-card h4 a:hover {
  color: #ea2459;
}
.product-card .product-price {
  color: #113029;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
}
article.product-card h2 {
    font-size: 20px;
}
.product-card .product-price del {
  color: #8A8A82;
  margin-right: 0.4rem;
  font-size: 1.3rem;
}

.cta-banner {
  position: relative;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFFDF8;
  text-align: center;
}
.cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 38, 32, 0.65);
}
.cta-banner .container {
  position: relative;
  z-index: 2;
}
.cta-banner h2 {
  color: #FFFDF8;
  /*font-style: italic;*/
}

.form-control, .form-select {
  border: 1px solid #E5DFD3;
  background: #FFFDF8;
  border-radius: 0;
  padding: 0.61rem 1.1rem;
  font-size: 0.95rem;
  color: #113029;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-control:focus, .form-select:focus {
  border-color: #113029;
  box-shadow: none;
  outline: none;
}
aside.col-lg-4 h2 {
    font-size: 1.8rem;
}
aside h3 {
    font-size: 1.6rem;
}

.form-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #113029;
  margin-bottom: 0.5rem;
}

.site-footer {
  background: #000000;
  color: rgba(255, 253, 248, 0.7);
  padding: 5rem 0 0;
  position: relative;
}
.site-footer h3 {
  color: #FFFDF8;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  /*font-style: italic;*/
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
}
.site-footer a {
  color: rgba(255, 253, 248, 0.7);
}
.site-footer a:hover {
  color: #ea2459;
}
.site-footer .footer-about p {
  font-size: 0.95rem;
  margin: 1.25rem 0;
}
.site-footer .footer-about .footer-logo {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 2rem;
  color: #FFFDF8;
}
.site-footer .footer-about .footer-logo img {
   height: 140px; 
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(232deg) brightness(111%) contrast(101%);
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  padding: 0.4rem 0;
  font-size: 0.95rem;
}
.site-footer .footer-links a::before {
  content: "→";
  margin-right: 0.5rem;
  color: #fff;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer .footer-links a:hover::before {
  opacity: 1;
  margin-right: 0.75rem;
  color:  #ea2459;;
}
.site-footer .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-contact li {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.4rem 0;
  font-size: 0.95rem;
}
.site-footer .footer-contact li i {
  color: #ea2459;
  margin-top: 0.3rem;
}
.site-footer .footer-newsletter .newsletter-form {
  display: flex;
  margin-top: 1rem;
}
.site-footer .footer-newsletter .newsletter-form input {
  flex: 1;
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.15);
  color: #FFFDF8;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  max-width: calc(100% - 55px);
}
.site-footer .footer-newsletter .newsletter-form input::placeholder {
  color: rgba(255, 253, 248, 0.5);
}
.site-footer .footer-newsletter .newsletter-form input:focus {
  outline: 0;
  border-color: #ea2459;
}
.site-footer .footer-newsletter .newsletter-form button {
  background: #ea2459;
  color: #FFFDF8;
  border: 0;
  padding: 0 1.25rem;
  cursor: pointer;
}
.site-footer .footer-newsletter .newsletter-form button:hover {
  background: rgb(165.36, 127.92, 73.84);
}
.site-footer .footer-social {
  margin-top: 1.5rem;
}
.site-footer .footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 253, 248, 0.2);
  margin-right: 0.4rem;
}
.site-footer .footer-social a:hover {
  background: #ea2459;
  border-color: #ea2459;
  color: #FFFDF8;
}
.site-footer .footer-bottom {
  margin-top: 4rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 253, 248, 0.1);
  font-size: 0.85rem;
  text-align: center;
}

.back-to-top {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  width: 46px;
  height: 46px;
  background: #113029;
  color: #FFFDF8;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #ea2459;
}

.preloader {
  position: fixed;
  inset: 0;
  background: #FFFDF8;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.preloader.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.preloader .preloader-spinner {
  width: 50px;
  height: 50px;
  border: 2px solid #E5DFD3;
  border-top-color: #113029;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.areaexpert
{
  font-size: 16px;
  color: rgb(103.3430232558, 103.3430232558, 94.1569767442);
  font-weight: 300;
  list-style-type: square;
  line-height: 35px;
  letter-spacing: 1px;
}
.is-open .site-logo img
{
    filter: none;
}
.swiper-pagination-bullet-active
{
    background: #ea2459;
}
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -137px;
    top: 30%;
    width: 210px;
    z-index: 1100;
}
.sticky-social-icons li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 4px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 30px;
}
.sticky-social-icons li img {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
}
.sticky-social-icons li p {
    padding-top: 5px;
    margin: 0px;
    line-height: 16px;
    font-size: 13px;
}
.sticky-social-icons li p a {
    text-decoration: none;
    color: #2C3539;
}
.sticky-social-icons li:hover {
    margin-left: -115px;
}
/*.navPanel.active {*/
/*    bottom: -160px;*/
/*    right: -175px;*/
/*    transition: .5s;*/
/*    opacity: 0;*/
/*}*/

/*.navPanel {*/
/*    position: fixed;*/
/*    bottom: -1000px;*/
/*    right: -1000px;*/
/*    width: 360px;*/
/*    height: 360px;*/
/*    background: rgba(0, 0, 0, .8);*/
/*    border-radius: 50%;*/
/*    z-index: 9999;*/
/*    cursor: pointer;*/
/*    overflow: hidden;*/
/*    transition: .5s;*/
/*}*/
/*.navPanel .link1 {*/
/*    left: 120px;*/
/*    top: 25px;*/
/*}*/

/*.navPanel .link {*/
/*    position: absolute;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    text-align: center;*/
/*}*/
/*.navPanel .link figure {*/
/*    padding: 10px;*/
/*    background: #fff;*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    border-radius: 50%;*/
/*    display: block;*/
/*    margin-bottom: 0;*/
/*}*/
/*.navPanel .link span {*/
/*    margin-top: 3px;*/
/*    display: block;*/
/*    font-family: 'Optima';*/
/*    font-size: 12px;*/
/*    color: #fff;*/
    /* text-transform: capitalize; */
/*}*/
/*.navPanel .link figure img {*/
/*    width: 100%;*/
/*}*/
/*.navPanel .link3 {*/
/*    left: 25px;*/
/*    top: 125px;*/
/*}*/
/*.intercom.active, .intercomCloseBtn.active {*/
/*    opacity: 1;*/
/*    z-index: 9999;*/
/*    transition: .5s;*/
/*}*/

/*.intercom {*/
/*    padding: 2px;*/
/*    position: fixed;*/
/*    bottom: 15px;*/
/*    right: 15px;*/
/*    width: 55px;*/
/*    height: 55px;*/
/*    border-radius: 50%;*/
/*    font-size: 20px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: #ffffff;*/
/*    color: #fff;*/
/*    z-index: 2;*/
/*    opacity: 0;*/
/*    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);*/
/*    transition: .5s;*/
/*    cursor: pointer;*/
/*}*/
/*.intercomCloseBtn.active {*/
/*    background: #646464;*/
/*    border: solid 1px #4d4d4d;*/
/*}*/

/*.intercom.active, .intercomCloseBtn.active {*/
/*    opacity: 1;*/
/*    z-index: 9999;*/
/*    transition: .5s;*/
/*}*/
/*.navPanel .link2 {*/
/*    left: 57px;*/
/*    top: 52px;*/
/*}*/
/*.intercomCloseBtn {*/
/*    padding: 10px;*/
/*    position: fixed;*/
/*    bottom: 15px;*/
/*    right: 15px;*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    border-radius: 50%;*/
/*    font-size: 15px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: #58bf93;*/
/*    color: #fff;*/
/*    z-index: 2;*/
/*    opacity: 0;*/
/*    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);*/
/*    transition: .5s;*/
/*    cursor: pointer;*/
/*}*/
.faq-container {
  width: 100%;
}

/* Header */
.faq-header {
  text-align: center;
  margin-bottom: 36px;
}

.faq-title {
  font-size: 32px;
  font-weight: 800;
  color: #1e1b4b;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #6366f1, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-subtitle {
  font-size: 16px;
  color: #6b7280;
  font-weight: 400;
}

/* FAQ List */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Card */
.faq-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03);
}

.faq-card:hover {
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
  border-color: rgba(99, 102, 241, 0.2);
  transform: translateY(-1px);
}

.faq-card[open] {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  border-color: rgba(99, 102, 241, 0.25);
}

/* Trigger */
.faq-trigger {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 22px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: padding 0.3s ease;
}

.faq-trigger::-webkit-details-marker,
.faq-trigger::marker {
  display: none;
}

.faq-card[open] .faq-trigger {
  padding-bottom: 12px;
}

/* Icon Box */
.faq-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #026464;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-card[open] .faq-icon-box {
  background: linear-gradient(135deg, #e1829e, #b46a87);
}

.faq-svg {
  width: 20px;
  height: 20px;
  color: #fff;
  transition: all 0.3s ease;
}

.faq-card[open] .faq-svg {
  color: #fff;
}

/* Label */
.faq-label {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: #1e1b4b;
  line-height: 1.4;
}

/* Chevron */
.faq-chevron {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-chevron svg {
  width: 100%;
  height: 100%;
  color: #9ca3af;
  transition: color 0.3s ease;
}

.faq-card[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-card[open] .faq-chevron svg {
  color: #6366f1;
}

/* Content */
.faq-content {
  padding: 0 22px 22px 76px;
  overflow: hidden;
  animation: slideDown 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-content p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.75;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    max-height: 300px;
  }
}/* === Simple Accordion FAQ Set === */

.accordion-faq {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  max-width: 640px;
  margin: 40px auto;
  padding: 0 16px;
}

.faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.faq-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.faq-item[open] {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-color: #d1d5db;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::marker {
  display: none;
}

/* Chevron Icon */
.faq-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 12px;
  position: relative;
}
.team-content
{
    border: 1px solid #d8d8d8;
    padding: 15px 10px;
}
.team-content p
{
    font-size: 13px;
    font-weight: 400;
    text-align: start;
}
.section-tag.one
{
    /*background: #f783a55c;*/
    border: none;
    font-size: 14px;
    color: rgb(0 0 0);
    font-weight: 600;
    padding: 0px;
    letter-spacing: 1px;
}
.section-tag.two
{
    /*background: #ede9fe;*/
    border: none;
    font-size: 14px;
    color: rgb(0 0 0);
    padding: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}
.section-tag.three
{
    /*background: #fef3c7;*/
    border: none;
    font-size: 14px;
    /*color: #92400e;*/
    color: rgb(0 0 0);
    padding: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}
.section-tag.four
{
    /*background: #026464;*/
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    /*color: #fff;*/
    color: rgb(0 0 0);
    padding: 0px;
    font-weight: 600;
}
.section-tag.five
{
    /*background: #10b8b885;*/
    /*color: red;*/
    color: rgb(0 0 0);
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0px;
    font-weight: 600;
    border: none;
}
.modal-content .service-card
{
    padding: 10px;
    border: none;
    border-radius: 0;
    background: #FBF7F1;
}
.innerservice .service-card b {
    font-size: 14px;
    color: rgb(234, 36, 89);
    letter-spacing: 0px;
    font-weight: 600;
}
.innerservice .service-card
{
    position: relative;
    text-align: start;
    height: 100%;
    padding: 0px 0px 20px;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    /*background: rgb(255, 255, 255);*/
    background: #e9a2b530;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(234, 36, 89);
    border-image: initial;
}
.innerservice .service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 28px 28px 0px 0px;
}
.propcontet {
    padding: 8px 15px 0px;
}
.innerservice .service-card h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0.75rem;
}
.innerservice .service-card p {
    color: rgb(90, 90, 82);
    font-size: 14px;
    margin-bottom: 0px;
}
.innerservice .service-icon img
{
    height: 300px;
    object-fit: cover;
}
.abtimg
{
    height: 300px !important;
    width: 100% !important;
    border-radius: 0 !important;
    background: none !important;
    display: block !important;
}
.abtimg img
{
    height: 300px !important;
    object-fit: cover;
}
.hp2-cert {
    position: absolute;
    bottom: clamp(14px, 2.5vw, 22px);
    left: clamp(14px, 2.5vw, 22px);
    background: #fff;
    border-radius: 14px;
    padding: 10px 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    gap: 10px;
}
.hp2-cert-ic {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, #e1829e, #ea2459);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hp2-cert-ic svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}
.hp2-cert-t {
    font-size: 15px;
    font-weight: 500;
    color: #1a0a2e;
    line-height: 1.3;
}
.hp2-cert-s {
    font-size: 13px;
    color: #9b7eb8;
    font-weight: 300;
}
.corlogo
{
    background: #ffffff;
}
.corlogo img
{
    width: 100% !important;
    height: 100px !important;
    object-fit: contain;
}
@media only screen and (max-width: 720px) {
    .fix-footer {
        display: block !important;
    }
    .back-to-top
    {
        bottom: 6.5rem;
    }
}
.fix-footer {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: white;
    padding: 5px 0px;
    z-index: 9;
}
.fix-footer p {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.fix-footer p a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.fix-footer p a img {
    width: 50px;
    margin: auto;
}
.fix-footer p a span {
    float: left;
    width: 100%;
    color: #000;
}
.honetag
{
    font-size: 15px;
    color: #ea2459;
}