* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: Manrope, sans-serif;
  color: #243532;
  background: #fff;
  line-height: 1.75
}

a {
  text-decoration: none;
  color: inherit
}

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

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  font-weight: 700;
  line-height: 1.18
}

.container {
  max-width: 1200px
}

.topbar {
  background: var(--dark);
  color: #fff;
  font-size: 16px;
  padding: 8px 0
}

.top-links {
  display: flex;
  gap: 18px
}

.top-links a {
  color: #fff
}

.top-links i {
  color: var(--accent);
  margin-right: 5px
}

.site-header {
  background: #041e1c;
  box-shadow: 0 8px 28px rgba(7, 45, 42, .08);
  backdrop-filter: blur(12px);
  color: #fff;
}

.navbar {
  padding: 12px 0;
}

.navbar-brand img {
  width: 215px;
  height: 58px;
  object-fit: contain;
  object-position: left
}

.nav-link {
     font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 10px 13px !important;
    
}

.nav-link:hover {
  color: #d7a84d !important;
}

.btn {
  border-radius: 12px;
  padding: 11px 20px;
  font-weight: 800
}

.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff
}

.btn-brand:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  color: #182c29
}

.btn-accent:hover {
  background: #e8bd63;
  border-color: #e8bd63
}

.btn-light-outline {
  border: 1px solid rgba(255, 255, 255, .55);
  color: #fff
}

.btn-light-outline:hover {
  background: #fff;
  color: var(--dark)
}

.btn-outline-brand {
  border: 1px solid var(--brand);
  color: var(--brand)
}

.btn-whatsapp {
  background: #1fa855;
  color: #fff
}

.hero .carousel-item {
  min-height: 650px;
  background-size: cover;
  background-position: center;
  display: none
}

.hero .carousel-item.active {
  display: flex
}

.hero .carousel-item .container {
  display: flex;
  align-items: center
}

.hero-content {
  max-width: 720px;
  color: #fff;
  padding: 110px 0
}

.hero-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px
}

.hero h2 {
  color: #fff;
  font-size: clamp(44px, 6vw, 78px);
  margin: 18px 0
}

.hero p {
  font-size: 19px;
  max-width: 650px;
  color: #e0ecea
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px
}

.carousel-control-prev,
.carousel-control-next {
  width: 6%
}

.trust-strip {
  position: relative;
  margin-top: -35px;
  z-index: 3
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 55px rgba(6, 49, 45, .14);
  overflow: hidden
}

.trust-grid>div {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid #e3ecea
}

.trust-grid>div:last-child {
  border: 0
}

.trust-grid i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #eaf5f2;
  color: var(--brand);
  font-size: 20px
}

.trust-grid span {
  font-size: 13px;
      color: #000;
}

.trust-grid strong {
  display: block;
  color: var(--dark);
  font-size: 15px
}

.section {
  padding: 95px 0
}

.section-soft {
  background: #f3f8f7
}

.section-heading {
  max-width: 720px;
  margin-bottom: 42px
}

.section-heading h2,
.about-section h1,
.why-section h2 {
  font-size: clamp(34px, 4vw, 50px);
  margin: 12px 0
}

.section-heading p {
  color: #000
}

.image-frame {
  position: relative;
  padding: 14px;
  background: #fff;
  border: 1px solid #dce9e7;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(7, 55, 50, .13)
}

.image-frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 20px
}

.experience-badge {
  position: absolute;
  right: -20px;
  bottom: 34px;
  background: var(--accent);
  padding: 18px 22px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .15)
}

.experience-badge strong {
  display: block;
  font-family: 'Playfair Display';
  font-size: 30px;
  color: var(--dark)
}

.experience-badge span {
  font-size: 12px;
  font-weight: 800
}

.content-text p {
  margin-bottom: 18px
}

.feature-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0
}

.feature-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: #edf7f5;
  border-radius: 12px;
  font-weight: 700
}

.feature-list i {
  color: var(--brand)
}

.service-card {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e1ebe9;
  transition: .3s;
  box-shadow: 0 10px 35px rgba(8, 57, 52, .06)
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(8, 57, 52, .13)
}

.service-image {
  display: block;
  overflow: hidden
}

.service-image img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: .5s
}

.service-card:hover .service-image img {
  transform: scale(1.06)
}

.service-body {
  padding: 26px;
  position: relative
}

.service-icon {
  position: absolute;
  right: 24px;
  top: -30px;
  width: 58px;
  height: 58px;
  background: var(--accent);
  border: 5px solid #fff;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: var(--dark)
}

.service-body h3 {
  font-size: 25px;
  margin-bottom: 12px
}

.service-body p {
  color: #000;
}

.card-actions {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e3ebe9;
  padding-top: 15px;
  font-weight: 800;
  color: var(--brand)
}

.exclusive-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.exclusive-card {
  height: 450px;
  border-radius: 22px;
  overflow: hidden;
  position: relative
}

.exclusive-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.exclusive-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 36, 33, .96), rgba(4, 36, 33, .05) 65%)
}

.exclusive-card .overlay {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 25px;
  color: #fff
}

.exclusive-card .overlay span {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--accent);
  display: grid;
  place-items: center;
  color: var(--dark)
}

.exclusive-card h3 {
  color: #fff;
  font-size: 25px;
  margin: 12px 0
}

.exclusive-card p {
  font-size: 14px;
  color: #d8e6e4
}

.exclusive-card a {
  font-weight: 800;
  color: var(--accent)
}

.why-section {
  background: var(--dark);
  color: #d9e7e5
}

.why-section h2 {
  color: #fff
}

.rounded-visual {
  width: 100%;

  object-fit: cover;
  border-radius: 28px;
  border: 8px solid rgba(255, 255, 255, .08)
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px
}

.why-item {
  display: flex;
  gap: 15px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 17px;
  background: rgba(255, 255, 255, .04)
}

.why-item>i {
  flex: 0 0 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--accent);
  color: var(--dark);
  display: grid;
  place-items: center
}

.why-item h3 {
  color: #fff;
  font-family: Manrope;
  font-size: 17px
}

.why-item p {
  font-size: 13px;
  margin: 0;
  color: #fff
}

.process-section {
  background-image: radial-gradient(circle at 5% 10%, rgba(215, 168, 77, .12), transparent 25%), radial-gradient(circle at 95% 90%, rgba(18, 106, 96, .1), transparent 30%)
}

.process-card {
  text-align: center;
  padding: 32px 22px;
  border: 1px solid #dfeae8;
  border-radius: 20px;
  background: #fff;
  position: relative;
  height: 100%
}

.process-card .step-no {
  position: absolute;
  top: 15px;
  right: 18px;
  color: #d6e5e2;
  font-weight: 800;
  font-size: 26px
}

.process-card>i {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 22px;
  background: #e8f4f2;
  display: grid;
  place-items: center;
  color: var(--brand);
  font-size: 28px
}

.process-card h3 {
  font-size: 22px
}

.process-card p {
  font-size: 14px;
  color: #000
}

.testimonial-card {
  background: #fff;
  padding: 30px;
  border: 1px solid #dfebe8;
  border-radius: 20px;
  height: 100%
}

.stars {
  color: #f0ac2f;
  letter-spacing: 3px
}

.testimonial-card>p {
  font-size: 16px;
  min-height: 112px;
  margin: 18px 0;
  color: #000;
}

.client {
  display: flex;
  gap: 12px;
  align-items: center
}

.client img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover
}

.client h3 {
  font-family: Manrope;
  font-size: 16px;
  margin: 0
}

.client span {
  font-size: 12px;
  color: #7a8a87
}

.mini-service {
  height: 100%;
  background: #fff;
  border: 1px solid #e1ebe9;
  border-radius: 18px;
  overflow: hidden
}

.mini-service>img {
  width: 100%;
  height: 210px;
  object-fit: cover
}

.mini-service>div {
  padding: 22px
}

.mini-service i {
  color: var(--brand);
  font-size: 22px
}

.mini-service h3 {
  font-size: 21px;
  margin: 10px 0
}

.mini-service p {
  font-size: 14px;
  color: #000;
}

.mini-service a,
.read-link {
  color: var(--brand);
  font-weight: 800
}

.blog-card {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0eae8
}

.blog-card>a img {
  width: 100%;
  height: 245px;
  object-fit: cover
}

.blog-body {
  padding: 26px
}

.blog-body>span {
  font-size: 12px;
  color: var(--brand);
  font-weight: 800
}

.blog-body h3 {
  font-size: 24px;
  margin: 10px 0
}

.blog-body p {
  color: #000;
}

.faq-visual {
  margin-top: 30px;
  border-radius: 24px
}

.accordion-item {
  border: 1px solid #dce8e6 !important;
  border-radius: 14px !important;
  margin-bottom: 12px;
  overflow: hidden
}

.accordion-button {
  font-weight: 800;
  padding: 20px;
  background: #fff
}

.accordion-button:not(.collapsed) {
  color: var(--brand);
  background: #eef7f5;
  box-shadow: none
}

.final-cta {
  background: linear-gradient(110deg, rgba(4, 38, 35, .97), rgba(7, 75, 68, .88)), url('../img/mar.png');
  padding: 55px 0;
  color: #fff;
  background-size: cover;
}

.final-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.final-cta h2 {
  color: #fff;
  font-size: 40px;
  margin: 8px 0
}

.final-cta p {
  margin: 0;
  color: #d7e6e4
}

.cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.footer {
  background: #041e1c;
  color: #fff;
}

.footer-logo {
  width: 350px;
   
  object-fit: contain;
  object-position: left;
  margin-bottom: 15px;
   background-color: #fff;
}

.footer h5 {
  color: #fff;
  font-family: Manrope;
  font-size: 16px;
  margin-bottom: 18px
}

.footer a {
  display: block;
  color: #fff;
  margin: 8px 0
}

.footer a:hover {
  color: var(--accent)
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 18px 0;
  font-size: 13px
}

.copyright a {
  display: inline
}

.mobile-actions {
  display: none
}

.page-hero {
  padding: 105px 0;
  background: linear-gradient(110deg, rgba(4, 38, 35, .97), rgba(7, 75, 68, .88)), url('../img/mar.png');
  background-size: cover;
  color: #dceae8;
  text-align: center
}

.page-hero span {
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 68px);
  margin: 12px 0
}

.page-hero p {
  max-width: 680px;
  margin: auto
}

.detail-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 24px;
  margin-bottom: 28px
}

.rich-content {
  font-size: 16px
}

.rich-content h2,
.rich-content h3 {
  margin: 28px 0 12px
}

.rich-content img {
  border-radius: 18px;
  margin: 20px 0
}

.sidebar-card {
  top: 110px;
  background: #f2f8f7;
  border: 1px solid #dce9e7;
  padding: 28px;
  border-radius: 20px
}

.sidebar-card h3 {
  font-size: 25px
}

.side-link {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #d8e5e2;
  font-weight: 700;
  color: var(--dark)
}

.side-link small,
.side-link strong {
  display: block
}

.contact-panel {
  background: var(--dark);
  border-radius: 24px;
  padding: 38px;
  color: #dbe8e6
}

.contact-panel h2 {
  color: #fff;
  font-size: 40px
}

.contact-panel>a,
.contact-panel>div {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.contact-panel i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--accent);
  color: var(--dark);
  display: grid;
  place-items: center
}

.contact-panel small {
  display: block;
  color: #9eb7b3
}

.contact-form {
  padding: 35px;
  border: 1px solid #dce8e6;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(8, 54, 50, .08)
}

.contact-form label {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 5px
}

.form-control {
  padding: 12px 14px;
  border-color: #d7e4e1
}

.narrow {
  max-width: 900px
}

.error-code {
  font-family: 'Playfair Display';
  font-size: 130px;
  color: var(--brand);
  font-weight: 700
}

.error-page {
  min-height: 65vh;
  display: flex;
  align-items: center
}

@media(max-width:991px) {
  .navbar-brand img {
    width: 180px
  }

  .hero .carousel-item {
    min-height: 570px
  }

  .hero-content {
    padding: 80px 0
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr
  }

  .exclusive-grid {
    grid-template-columns: 1fr 1fr
  }

  .why-grid {
    grid-template-columns: 1fr
  }

  .final-cta .container {
    display: block
  }

  .cta-buttons {
    margin-top: 25px
  }

  .navbar-collapse {
    padding: 15px 0
  }

  .site-header .btn {
    display: inline-block
  }

  .rounded-visual {
    height: 480px
  }
}

@media(max-width:767px) {
  body {
    padding-bottom: 68px
  }

  .topbar .container {
    justify-content: center !important;
    text-align: center
  }

  .top-links {
    display: none
  }

  .hero .carousel-item {
    min-height: 540px
  }

  .hero h1 {
    font-size: 42px
  }

  .hero p {
    font-size: 16px
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none
  }

  .trust-strip {
    margin-top: 0
  }

  .trust-grid {
    grid-template-columns: 1fr;
    border-radius: 0
  }

  .trust-grid>div {
    border-right: 0;
    border-bottom: 1px solid #e3ecea
  }

  .section {
    padding: 68px 0
  }

  .section-heading h2,
  .about-section h2,
  .why-section h2 {
    font-size: 35px
  }

  .image-frame img {
    height: 380px
  }

  .experience-badge {
    right: 5px
  }

  .exclusive-grid {
    grid-template-columns: 1fr
  }

  .exclusive-card {
    height: 400px
  }

  .final-cta h2 {
    font-size: 32px
  }

  .mobile-actions {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 -8px 25px rgba(0, 0, 0, .13)
  }

  .mobile-actions a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 13px;
    font-weight: 800;
    color: #fff;
    background: var(--brand)
  }

  .mobile-actions a:last-child {
    background: #20a85a
  }

  .page-hero {
    padding: 75px 0
  }

  .contact-form {
    padding: 22px
  }

  .copyright .container {
    display: block !important;
    text-align: center
  }
}

/* Full-width navigation and dynamic header logo strip */
.site-wide-container {
  width: 100%;
   
}

.header-logo-strip {
  background: #fff;
  border-bottom: 1px solid #e2ebe9;
  padding: 10px 0
}

.header-logo-grid {
  display: grid;
  grid-template-columns: repeat(var(--header-logo-count), minmax(0, 1fr));
  width: 100%;
  align-items: stretch; 
  border-radius: 16px;
  overflow: hidden;
  background: #fff
}

.header-logo-item {
  min-width: 0;
  min-height: 104px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.header-logo-item:last-child {
  border-right: 0
}

.header-logo-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center
}

.header-logo-item img {
  width: 100%;
  
  object-fit: contain;
  object-position: center
}

.site-header .navbar {
  width: 100%;
  padding: 12px 0;
 
}

.site-header .navbar-collapse {
  width: 100%
}

.site-header .navbar-nav {
  gap: 2px
}

.site-header .nav-link {
  font-size: 16px
}

@media(max-width:991.98px) {
  .site-header .navbar-nav {
    align-items: stretch !important;
    padding: 12px 0
  }

  .site-header .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px dotted;
  }

  .site-header .navbar-nav .btn {
    width: 100%;
    margin-top: 8px;
    text-align: center
  }

  .header-logo-item {
    min-height: 82px;
    padding: 8px 10px
  }

  .header-logo-item img {
    height: 64px
  }
}

@media(max-width:575.98px) {
  .site-wide-container {
    padding-left: 10px;
    padding-right: 10px
  }

  .header-logo-strip {
    width: 100%;
    padding: 7px 0
  }

  .header-logo-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 10px;
    overflow: visible
  }

  .header-logo-item {
    width: 100%;
    min-height: 0;
    padding: 5px 0px;
    border-right: 0;
    border-bottom: 1px solid #e0eae8
  }

  .header-logo-item:last-child {
    border-bottom: 0
  }

  .header-logo-item a {
    display: block;
    width: 100%;
    height: auto
  }

  .header-logo-item img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center
  }

  .topbar .site-wide-container {
    justify-content: center !important;
    text-align: center
  }
}

/* Mobile navbar toggle button */
@media (max-width: 991.98px) {
  .site-header .navbar-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 42px;
    padding: 8px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    box-shadow: none;
  }

  .site-header .navbar-toggler:hover,
  .site-header .navbar-toggler:focus,
  .site-header .navbar-toggler:active {
    background: rgba(255, 255, 255, .10);
    border-color: #fff;
    box-shadow: none;
    outline: none;
  }

  .site-header .navbar-toggler-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 18px;
    background-image: none !important;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .site-header .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
  }

  .site-header .navbar-collapse {
    width: 100%;
  }

  .site-header .navbar-collapse:not(.show) {
    display: none;
  }

  .site-header .navbar-collapse.show,
  .site-header .navbar-collapse.collapsing {
    display: block;
  }
}

/* Keep toggle hidden on desktop */
@media (min-width: 992px) {
  .site-header .navbar-toggler {
    display: none !important;
  }
}

