@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  border: 0 !important;
}

body {
  font-family: "DM Sans", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.55;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #696969;
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0;
  color: #333333;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
  margin: 0;
}

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

a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition-duration: 300ms;
}

a,
button,
img,
input {
  transition: all 0.5s ease 0s;
}

*:focus {
  outline: none;
}

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

a:hover {
  text-decoration: none;
  color: #3B82F6;
}

/* Avoid header/footer flash before JS hydration completes */
body:not(.hydrated) #sticky-header,
body:not(.hydrated) #offcanvas,
body:not(.hydrated) footer.footer {
  visibility: hidden;
}

button,
input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

/* Utility: full width to fill parent */
.w-full { width: 100% !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

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

hr {
  border-top-width: 2px;
}

.btn-primary, .btn-primary-outline {
  margin-right: 8px;
  padding: 12px 24px;
  border: 1px solid rgba(8, 8, 8, 0.4);
  font-weight: 700;
  font-size: 15px;
  background-color: #080808;
  color: #FFFFFF;
  text-transform: capitalize;
  line-height: 1;
  border-radius: 8px;
  transition: all 0.5s;
}

.btn-primary:hover, .btn-primary-outline:hover {
  background-color: transparent;
  border-color: rgba(8, 8, 8, 0.4);
  color: rgba(8, 8, 8, 0.95);
}
.btn-primary:hover .animate-arrow-up, .btn-primary-outline:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.btn-primary-outline {
  margin-right: 0;
  background-color: transparent;
  color: #080808;
}
.btn-primary-outline:hover {
  background-color: #080808;
  border-color: #080808;
  color: #FFFFFF;
}

/* White button variant for hero CTA */
.btn-white {
  margin-right: 8px;
  padding: 12px 24px;
  border: 1px solid #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  background-color: #FFFFFF;
  color: #080808;
  text-transform: capitalize;
  line-height: 1;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.btn-white:hover {
  background-color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.9);
  color: #080808;
}

/* Hero-specific button contrast */
.hero-with-video .btn-primary-outline {
  border-color: rgba(255,255,255,0.8);
  color: #FFFFFF;
}
.hero-with-video .btn-primary-outline:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #080808;
}

/* How It Works (timeline) */
.how-timeline { position: relative; margin: 1.5rem 0 2rem; }
/* Mobile: vertical timeline */
.how-timeline { padding-left: 64px; }
.how-timeline::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 38px;
  width: 2px;
  background: rgba(8,8,8,0.12);
}
.how-item { position: relative; margin-bottom: 22px; }
.how-dot {
  position: absolute;
  left: 10px; top: 6px;
  width: 56px; height: 56px; border-radius: 16px;
  background: #FFFFFF;
  border: 2px solid #FF9330;
  color: #FF9330;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 0 0 4px #FFFFFF; /* cut out from line */
}
.how-dot .iconify { width: 36px; height: 36px; }
.how-dot iconify-icon { width: 36px; height: 36px; display: block; line-height: 1; }
.how-dot .iconify, .how-dot iconify-icon { vertical-align: middle; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 0; }
.how-content { margin-left: 66px; }
.how-title { margin: 0 0 4px; color: #080808; font-weight: 700; }
.how-text { margin: 0; color: rgba(8,8,8,0.75); }

/* Desktop: horizontal timeline */
@media (min-width: 768px) {
  .how-timeline { padding-left: 0; }
  .how-timeline::before { left: 0; right: 0; top: 34px; bottom: auto; height: 2px; width: auto; }
  .how-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
  .how-item { margin-bottom: 0; text-align: left; padding-top: 80px; }
  .how-dot { left: 0; top: 6px; transform: none; }
  .how-dot .iconify { width: 40px; height: 40px; }
  .how-dot iconify-icon { width: 40px; height: 40px; display: block; line-height: 1; }
  .how-content { margin-left: 0; }
}

/* Timeline icons */
.how-icon { display: inline-flex; align-items: center; justify-content: center; margin: 8px 0; color: #FF9330; }
.how-icon .iconify { width: 28px; height: 28px; }
@media (min-width: 768px) { .how-icon .iconify { width: 32px; height: 32px; } }

/* Delivery section */
.delivery-section { padding: 80px 0; }
.delivery-heading { margin-bottom: 12px; }
.delivery-lead { color: rgba(8,8,8,0.8); margin-bottom: 24px; }
.info-box {
  background: #FFFFFF;
  border: 1px solid rgba(8,8,8,0.12);
  border-radius: 16px;
  padding: 22px;
}
.info-box h5 { margin: 0 0 8px; color: #080808; }
.info-muted { color: rgba(8,8,8,0.7); margin: 0 0 16px; }
.drop-icons { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.drop-icon { text-align: center; }
.drop-icon .icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 12px; background: #F0FBF6; color: #2BB673; }
.drop-icon .icon i { font-size: 24px; }
.drop-icon label { display: block; margin-top: 8px; color: #080808; font-weight: 600; }
.delivery-photo { border-radius: 16px; overflow: hidden; }
.delivery-photo { height: 288px; }
.delivery-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 768px) { .delivery-photo { height: 378px; } }
@media (min-width: 1200px) { .delivery-photo { height: 468px; } }

/* Match left delivery column height to image */
.delivery-left { min-height: 288px; display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 768px) { .delivery-left { min-height: 378px; } }
@media (min-width: 1200px) { .delivery-left { min-height: 468px; } }

@media (min-width: 992px) {
  .info-box { padding: 24px; }
}

/* AI Pricing (clean band) */
.pricing-band { background: rgba(8,8,8,0.035); border-radius: 16px; padding: 24px; }
.pricing-band h2 { margin: 0 0 8px; }
.pricing-sub { color: rgba(8,8,8,0.7); margin: 0 0 16px; }
.pricing-chips { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; margin-bottom: 16px; }
.pricing-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #FFFFFF; border: 1px solid rgba(8,8,8,0.08); color: #080808; }
.pricing-chip .iconify { width: 18px; height: 18px; color: #2BB673; }
.pricing-sep { color: rgba(8,8,8,0.3); }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #FFFFFF; border: 1px solid #25D366; border-radius: 8px; padding: 12px 18px; font-weight: 700; }
.btn-whatsapp:hover { background: #1ebe5b; border-color: #1ebe5b; color: #FFFFFF; }
.btn-whatsapp i { font-size: 18px; }
@media (min-width: 992px) { .pricing-band { padding: 28px; } }

.tab-btn {
  border: 0;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #FFFFFF;
  color: #080808;
  line-height: 1;
  border-radius: 8px;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .tab-btn {
    padding: 16px 28px;
  }
}
.tab-btn:hover {
  color: #FFFFFF;
  background-color: #080808;
}
.tab-btn:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.tab-btn.active {
  color: #FFFFFF;
  background-color: #080808;
}

.paragraph {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(8, 8, 8, 0.6);
}

.font-Syne {
  font-family: "Syne", sans-serif;
}

.font-Inter {
  font-family: "Inter", sans-serif;
}

.font-Poppins {
  font-family: "Poppins", sans-serif;
}

.font-DMSans {
  font-family: "DM Sans", sans-serif;
}

.font-sans {
  font-family: "DM Sans", sans-serif;
}

/* Brand overrides: switch orange palette to blue */
:root {
  --bs-primary: #3B82F6; /* blue-500 */
  --bs-primary-rgb: 59,130,246;
  --bs-secondary: #DBEAFE; /* blue-100 */
  --bs-secondary-rgb: 219,234,254;
  --bs-warning: #2563EB; /* blue-600 used for 'warning' accents */
  --bs-warning-rgb: 37,99,235;
  --bs-link-color: #3B82F6;
  --bs-link-hover-color: #60A5FA;
}

.text-warning { color: #3B82F6 !important; }
.hover\:text-warning:hover { color: #3B82F6 !important; }

/* Override legacy inline SVG presentation attributes */
[stroke="#FFB646"] { stroke: #3B82F6 !important; }
[fill="#FFB646"] { fill: #3B82F6 !important; }
[fill="#FFE9D9"] { fill: #DBEAFE !important; }

/* Override inline light-orange text color if present */
[style*="#FFE9D9"] { color: #DBEAFE !important; }

.text-lg {
  font-size: 18px;
  line-height: 1.75rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-8 {
  line-height: 32px;
}

.leading-7 {
  line-height: 28px;
}

.leading-normal {
  line-height: 1.5;
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-10 {
  margin-bottom: 40px;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.-mr-3 {
  margin-right: -12px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 4rem;
}

.text-sm {
  font-size: 14px;
  line-height: 20px;
}

.text-xl {
  font-size: 20px;
  line-height: 28px;
}

.text-2xl {
  font-size: 24px;
}

.text-32 {
  font-size: 32px;
}

.circle-shape, .section-title.circle-shape {
  z-index: 1;
}

.circle-shape::before, .section-title.circle-shape::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  background-color: #FFC106;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .circle-shape::before, .section-title.circle-shape::before {
    width: 85px;
    height: 85px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .circle-shape::before, .section-title.circle-shape::before {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1441px) {
  .circle-shape::before, .section-title.circle-shape::before {
    width: 120px;
    height: 120px;
  }
}

.section-title {
  font-size: 36px;
  letter-spacing: -1.5px;
  line-height: 1;
}
.section-title.circle-shape::before {
  top: 2px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.circle-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title.circle-shape::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title.circle-shape::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .section-title {
    font-size: 64px;
  }
}
.section-title .portfolio-shape::before {
  top: 4px;
  left: -6px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .portfolio-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .portfolio-shape::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .portfolio-shape::before {
    width: 64px;
    height: 64px;
  }
}
.section-title .portfolio-shape2 {
  z-index: 1;
}
.section-title .portfolio-shape2::before {
  top: 2px;
  left: 15px;
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 575px) {
  .section-title .portfolio-shape2::before {
    top: 4px;
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .portfolio-shape2::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .portfolio-shape2::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .portfolio-shape2::before {
    width: 64px;
    height: 64px;
  }
}
.section-title .testimonial-shape::before {
  top: 4px;
  left: -2px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .testimonial-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .testimonial-shape::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .testimonial-shape::before {
    width: 64px;
    height: 64px;
  }
}
.section-title .blog-shape::before {
  top: 8px;
  left: 20px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .blog-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .blog-shape::before {
    width: 69px;
    height: 69px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .blog-shape::before {
    width: 69px;
    height: 69px;
  }
}
.section-title .blog-shape-inner::before {
  top: 8px;
  left: 20px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .blog-shape-inner::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .blog-shape-inner::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .blog-shape-inner::before {
    width: 64px;
    height: 64px;
  }
}
.section-title .priceing-shape::before {
  top: 13px;
  left: -4px;
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .priceing-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .priceing-shape::before {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .priceing-shape::before {
    width: 64px;
    height: 64px;
  }
}
.section-title .footer-shape::before {
  top: 8px;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #FFC106;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .footer-shape::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .section-title .footer-shape::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1441px) {
  .section-title .footer-shape::before {
    width: 60px;
    height: 60px;
  }
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-140 {
  padding-top: 140px;
}

.pb-90 {
  padding-bottom: 90px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-6px {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-38 {
  padding-left: 38px;
  padding-right: 38px;
}

.pb-120 {
  padding-bottom: 120px;
}

.gap-2 {
  gap: 8px !important;
}

.row-gap-24 {
  row-gap: 24px;
}

.gap-y-2 {
  row-gap: 8px !important;
}

.leading-none {
  line-height: 1;
}

.gap-3 {
  gap: 12px !important;
}

.gap-8 {
  gap: 32px !important;
}

.gap-10 {
  gap: 40px !important;
}

.gap-x-4 {
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
}

.gap-y-5 {
  row-gap: 20px !important;
}

.gap-6 {
  gap: 24px !important;
}

.strock-text {
  margin-top: 20px;
  font-family: "Syne", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.5px;
  color: white;
  text-shadow: 1px 1px 0 rgba(8, 8, 8, 0.4), -1px -1px 0 rgba(8, 8, 8, 0.4), 1px -1px 0 rgba(8, 8, 8, 0.4), -1px 1px 0 rgba(8, 8, 8, 0.4), 1px 1px 0 rgba(8, 8, 8, 0.4);
}

.text-black-text-800 {
  color: rgba(8, 8, 8, 0.8);
}

.featured-properties {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(8, 8, 8, 0.04);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .featured-properties {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

a {
  transition: all linear;
  transition-duration: 300ms;
}

.success {
  color: #4CAF50;
}

.error {
  color: #F44336;
}

.counter:not(.is-visible) {
  visibility: hidden;
}

.w-110px {
  width: 110px;
}

.dot {
  z-index: 1;
  padding-left: 16px;
}
.dot::before {
  display: block;
  content: "";
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #FFC106;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  border-radius: 100%;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-40 {
  border-radius: 40px;
}

.text-xs {
  font-size: 12px;
  line-height: 1rem;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.leading-10 {
  line-height: 2.5rem;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.text-15 {
  font-size: 15px;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.rounded-2xl {
  border-radius: 1rem !important;
}

.fill-primary {
  fill: #FFB646;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.max-w-1075 {
  max-width: 1075px;
}

.leading-snug {
  line-height: 1.375;
}

.gap-y-6 {
  row-gap: 24px !important;
}

.banner-contents {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .banner-contents {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.max-w-950 {
  max-width: 950px;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.gap-23 {
  gap: 23px;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .header {
    padding-left: 48px;
  }
}

.header-inner {
  padding-left: 16px;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .header-inner {
    padding-left: 0;
  }
}

.header-border-bottom {
  border-bottom: 1px solid rgba(8, 8, 8, 0.4);
}

.offcanvas-toggle {
  padding: 28px 38px;
}

.contact-link {
  margin-right: 8px;
  padding: 6px 12px;
  font-size: 15px;
}
.contact-link:hover {
  color: #FF9330 !important;
}
.contact-link:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-link:hover {
    color: #FFFFFF !important;
  }
}
.contact-link.hover-text-white:hover {
  color: #FFFFFF !important;
}

.animate-arrow-up {
  display: inline-block;
  margin-left: 12px;
}

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
}

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
}
.offcanvas {
  padding-left: 2rem;
  width: 350px !important;
  min-height: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .offcanvas {
    width: 460px !important;
  }
}

.offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 80px;
  padding: 0 !important;
}

.offcanvas-close {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 38px;
  padding-right: 38px;
}

.offcanvas-nav {
  margin-right: 40px;
}

.offcanvas-menu-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.offcanvas-menu-item:hover a {
  color: #FF9330 !important;
}
.offcanvas-menu-item:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.offcanvas-menu-link {
  transition-duration: 300ms;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.offcanvas-social-links li a {
  transition-duration: 300ms;
}
.offcanvas-social-links li a:hover {
  color: #FF9330 !important;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .white-header {
    padding-left: 3rem;
  }
}

.white-bg-header {
  padding-left: 1rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .white-bg-header {
    padding-left: 0px;
  }
}

.contact-link-warning {
  color: rgba(8, 8, 8, 0.95);
}
.contact-link-warning:hover {
  color: #FF9330;
}
.contact-link-warning:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.footer {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .footer {
    padding-top: 120px;
  }
}

.service-contact-card-footer {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
}
.service-contact-card-footer:hover a {
  color: #FF9330 !important;
}
.service-contact-card-footer:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.footer-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 576px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .footer-grid {
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#scrollUp:hover span {
  color: #FF9330 !important;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social {
  margin-left: 1.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-social {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-social {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .footer-social {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1441px) {
  .footer-social {
    margin-left: 1.25rem;
  }
}

.footer-social-link:hover {
  color: #FF9330 !important;
}

/* Footer wordmark that fills container width */
.footer-wordmark {
  color: #FFE9D9;
  letter-spacing: 0.02em;
  font-weight: 900;
  white-space: nowrap;
  display: block;
  line-height: 1;
  /* Fallback responsive size; JS refines to exact fit */
  font-size: clamp(36px, 7.6vw, 200rem);
  /* Make it span the viewport width visually (slightly inset) */
  width: 93vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* Allow full-width wordmark to render beyond the inner container */
.footer .overflow-x-hidden { overflow-x: visible !important; }

/* call module that you want to import */
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .hero-content-wrapper {
    padding-top: 48px;
  }
}

.hello-iam {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .hello-iam {
    font-size: 32px;
  }
}
.hello-iam span {
  display: inline-block;
  margin-right: 24px;
}
.hello-iam img {
  margin-left: 8px;
}

.hero-title {
  color: #080808;
  font-size: 60px;
  line-height: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-title {
    font-size: 75px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .hero-title {
    font-size: 90px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1441px) {
  .hero-title {
    font-size: 105px;
    line-height: 85px;
  }
}

.iam-designer {
  color: rgba(8, 8, 8, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .iam-designer {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .iam-designer {
    font-size: 24px;
  }
}

.text-counter {
  font-size: 44px;
}

.text-worldwide {
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.85);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image {
    max-width: 420px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image {
    max-width: 570px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .hero-image {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1441px) {
  .hero-image {
    max-width: initial;
  }
}

.contact-spin svg {
  bottom: 200px;
  right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .contact-spin svg {
    right: 150px;
    bottom: 80px;
  }
}

.hero-btn-wraper {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-btn-wraper {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .hero-btn-wraper {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1441px) {
  .hero-btn-wraper {
    margin-bottom: 80px;
  }
}

.animate-spin {
  transform-origin: center;
  -webkit-animation: animateSpin 7s linear infinite;
          animation: animateSpin 7s linear infinite;
}

@-webkit-keyframes animateSpin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes animateSpin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.social-links {
  margin-top: 20px;
}
@media only screen and (min-width: 576px) {
  .social-links {
    margin-top: 0;
  }
}
.social-links ul {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.social-links a:hover {
  color: #FF9330 !important;
}

/* Simple monogram social icons */
.social-icon { width: 28px; height: 28px; border-radius: 50%; border: 1px solid currentColor; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; line-height: 1; }
.social-icon--ig { font-size: 10px; letter-spacing: -0.2px; }

/* Hero video helpers */
.hero-with-video { position: relative; overflow: hidden; }
.hero-with-video .hero-video-wrap { pointer-events: none; }
.hero-with-video .hero-overlay { pointer-events: none; }
.hero-with-video .hero-title { color: #FFFFFF; }
.hero-with-video .hello-iam { color: #FFFFFF; }
.hero-with-video .iam-designer { color: rgba(255,255,255,0.92); }
/* Hide circle accent under hero title */
.hero-with-video .circle-shape::before { display: none !important; }

.service-card {
  padding: 28px 24px;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 8px;
  transition: all 0.3s;
}
.service-card:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.15);
}
.service-card:hover .service-icon {
  background-color: rgba(8, 8, 8, 0.04);
}
.service-card:hover a {
  color: #FF9330;
}
.service-card:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.service-icon {
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  border-radius: 100%;
  transition: all 0.3s;
}

.service-card-link {
  transition: all 0.3s;
}

.service-contact-card {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
  max-width: 416px;
  height: 100%;
  position: relative;
  border-radius: 8px;
}
.service-contact-card:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .say-hello-email {
    font-size: 32px;
  }
}

.about-grid-space-right {
  padding-left: 60px;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-grid-space-right {
    padding-left: 95px;
  }
}

.years-of-experience {
  z-index: 10;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .years-of-experience {
    right: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .years-of-experience {
    right: 170px;
  }
}

.years-experience-of-number {
  font-size: 65px;
  z-index: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .years-experience-of-number {
    font-size: 80px;
  }
}
.years-experience-of-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  z-index: -1;
  width: 95px;
  height: 95px;
  background-color: #FFC106;
  display: block;
  transform: translateY(-50%);
  border-radius: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .years-experience-of-number::before {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .years-experience-of-number::before {
    width: 110px;
    height: 110px;
  }
}

.based-in-german-title {
  font-size: 24px;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .based-in-german-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .based-in-german-title {
    font-size: 44px;
  }
}

.award-lists {
  gap: 36px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1441px) {
  .award-lists {
    gap: 40px;
  }
}

.award-lists-item span {
  line-height: 40px;
  z-index: 1;
}
.award-lists-item span::before {
  display: block;
  background: rgba(8, 8, 8, 0.03);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 43px;
  height: 43px;
  content: "";
  border-radius: 100%;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-grid {
    gap: 134px;
  }
}

.about-grid-section-two {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-grid-section-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-grid-section-two {
    gap: 134px;
  }
}

.say-hello-contact-box {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0.5rem;
}
.say-hello-contact-box:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .say-hello-contact-box h4 {
    font-size: 32px;
  }
}

.video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 10;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}
.video-popup:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.video-popup svg circle {
  fill: #FFB646;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.video-popup svg path {
  stroke: #080808;
}
.video-popup:hover circle {
  fill: #FFE600;
}
.video-popup:hover path {
  stroke: #fff;
}

.about-me-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-me-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .about-me-grid {
    gap: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-properties-space-left {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .featured-properties-space-left {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1441px) {
  .featured-properties-space-left {
    padding-left: 134px;
  }
}

.tabs.nav {
  gap: 8px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.based-in-german-title-tab {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .based-in-german-title-tab {
    font-size: 32px;
  }
}

.paragraph.mb-7 {
  margin-bottom: 28px;
}

.paragraph.mb-14 {
  margin-bottom: 56px;
}

.tab-contents-experience {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 576px) {
  .tab-contents-experience {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.experience-tab-item {
  padding-top: 30px;
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.experience-tab-item:hover {
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.05);
  background-color: #FFFFFF;
}

.education-tab-contents {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.education-tab-item {
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .education-tab-item {
    gap: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .education-tab-item {
    gap: 100px;
  }
}
.education-tab-item:hover {
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.05);
  background-color: #FFFFFF;
}

.skills-tab-contents {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 576px) {
  .skills-tab-contents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills-tab-contents {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .skills-tab-contents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .skills-tab-contents {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.skills-tab-item {
  padding-top: 30px;
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.skills-tab-item:hover {
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.05);
  background-color: #FFFFFF;
}

.awards-tab-contents {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 576px) {
  .awards-tab-contents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.awards-tab-item {
  gap: 32px;
  padding: 32px;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.awards-tab-item:hover {
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.05);
  background-color: #FFFFFF;
}

.portfolio-tag-link {
  color: rgba(8, 8, 8, 0.8);
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid rgba(8, 8, 8, 0.4);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.portfolio-tag-link:hover {
  background-color: rgba(8, 8, 8, 0.95);
  color: #FFFFFF;
  border-color: rgba(8, 8, 8, 0.95);
}

.portfolio-title:hover a {
  color: #FF9330;
}
.portfolio-title:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.portfolio-link {
  font-size: 20px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-link {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .portfolio-link {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-title-section {
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .testimonial-title-section {
    text-align: left;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .testimonial-space-left {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .testimonial-space-left {
    padding-left: 4% !important;
  }
}
@media only screen and (min-width: 1441px) {
  .testimonial-space-left {
    padding-left: 6% !important;
  }
}
@media only screen and (min-width: 1920px) {
  .testimonial-space-left {
    padding-left: 17% !important;
  }
}

.testimonial-gap {
  -moz-column-gap: 55px;
       column-gap: 55px;
}
@media only screen and (min-width: 1441px) {
  .testimonial-gap {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media only screen and (min-width: 1920px) {
  .testimonial-gap {
    -moz-column-gap: 165px;
         column-gap: 165px;
  }
}

.qotation-icon {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .qotation-icon {
    margin-bottom: 2rem;
  }
}

.testimonial-texts {
  font-size: 16px;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  color: rgba(8, 8, 8, 0.8);
}
@media only screen and (min-width: 576px) {
  .testimonial-texts {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .testimonial-texts {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.testimonial-qotation-name {
  font-size: 16px;
  line-height: 1.75rem;
  font-weight: 800;
}
@media only screen and (min-width: 576px) {
  .testimonial-qotation-name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.blog-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 576px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .blog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.blog-meta-item {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.blog-meta-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: -1;
  transform: translateY(-50%);
}
.blog-meta-item:first-child::before {
  background-color: #080808;
}
.blog-meta-item:first-child a {
  color: rgba(8, 8, 8, 0.8);
}
.blog-meta-item:last-child::before {
  background-color: #3B82F6;
}
.blog-meta-item:last-child a {
  color: #2563EB;
}

.blog-title-section:hover a {
  color: #2563EB;
}
.blog-title-section:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.blog-title {
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1441px) {
  .blog-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) {
  .blog-item:nth-child(even) {
    margin-top: 2.5rem;
  }
}

.blog-details-section {
  margin-top: -280px;
  padding-top: 280px;
}

.blog-clients-info {
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}

.blog-social-link {
  color: rgba(8, 8, 8, 0.8);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.blog-social-link:hover {
  color: #FF9330;
}

.pricing-title-section {
  max-width: 325px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-title-section {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .pricing-title-section {
    max-width: 527px;
  }
}

.contact-for-custom-project {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .contact-for-custom-project {
    margin-top: 0;
  }
}

.prcing-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 576px) {
  .prcing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .prcing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .prcing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pricing-item {
  padding: 1.5rem;
  gap: 2.5rem;
  background-color: rgba(8, 8, 8, 0.04);
  border-radius: 1rem;
}
.pricing-item a {
  color: rgba(8, 8, 8, 0.6);
}
.pricing-item:hover {
  box-shadow: 0px 36px 100px 0px rgba(8, 8, 8, 0.05);
  background-color: #FFFFFF;
}
.pricing-item:hover a {
  color: #FF9330;
}
.pricing-item:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .pricing-item {
    padding: 2rem;
    gap: 3rem;
  }
}

.pricing-plan {
  color: rgba(8, 8, 8, 0.6);
}

.pricing-rate {
  color: #FF9330;
}

.project-item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.project-item:hover::before {
  opacity: 0.8;
}
.project-item::before {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background-color: rgba(8, 8, 8, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.project-item:hover .project-item-content {
  bottom: 24px;
}

.project-title {
  text-transform: capitalize;
  font-size: 17px;
}
@media only screen and (min-width: 576px) {
  .project-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .project-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1441px) {
  .project-title {
    font-size: 28px;
  }
}

.project-item-content {
  left: 24px;
  right: 24px;
  bottom: -150px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.project-item-contet-wrap a {
  color: #FFFFFF;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.project-item-contet-wrap:hover a {
  color: #FF9330;
}
.project-item-contet-wrap:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
          animation: moveUp 0.8s linear;
}

.banner-title {
  font-size: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .banner-title {
    font-size: 44px;
  }
}

.clients-info-item {
  width: 50%;
}
@media only screen and (min-width: 576px) {
  .clients-info-item {
    width: 33.333333%;
  }
}

.clients-info-text {
  color: rgba(8, 8, 8, 0.8);
}

.project-details-section {
  margin-top: -130px;
  padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1280px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  .project-details-section {
    margin-top: -280px;
    padding-top: 280px;
  }
}

.list-style-squre li {
  position: relative;
  z-index: 1;
  padding-left: 40px;
}
.list-style-squre li::before {
  position: absolute;
  top: 50%;
  left: 16px;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  background-color: #080808;
  width: 6px;
  height: 6px;
  z-index: -1;
}

#contact-form {
  row-gap: 18px;
}

.address-item {
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d1d5db;
}
@media (min-width: 992px) {
  .address-item {
    max-width: 416px;
  }
}

.contact-form-control {
  width: 100%;
  border: 1px solid rgba(8, 8, 8, 0.4);
  border-radius: 8px;
  padding: 16px;
}
.contact-form-control::-moz-placeholder {
  opacity: 1;
  color: rgba(8, 8, 8, 0.6);
}
.contact-form-control:-ms-input-placeholder {
  opacity: 1;
  color: rgba(8, 8, 8, 0.6);
}
.contact-form-control::placeholder, .contact-form-control:focus {
  opacity: 1;
  color: rgba(8, 8, 8, 0.6);
}

textarea.contact-form-control {
  height: 100px;
}

.resize-none {
  resize: none;
}

.contact-social-link {
  color: #080808;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.contact-social-link:hover {
  color: #FF9330;
}

.brand-carousel {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(8, 8, 8, 0.1);
  border-bottom: 1px solid rgba(8, 8, 8, 0.1);
}
[class^="text-brand-"], .text-brand-orange { color: #FFC106 !important; }
.hover\:text-brand-orange:hover { color: #FFC106 !important; }
/* Pricing three-up */
.pricing-three { padding: 80px 0; }
.pricing-three { background: #FFFFFF; }
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 992px) { .pricing-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; } }

/* Left intro */
.pricing-intro h2 { margin: 0 0 10px; }
.pricing-intro p { color: rgba(8,8,8,0.8); margin: 0 0 22px; }
.reviewers-row { margin-top: 6px; }
.reviewers-row { display: flex; align-items: center; gap: 12px; }
.avatars { display: flex; }
.avatar { width: 36px; height: 36px; border-radius: 999px; border: 2px solid #fff; background: #E5E7EB; display: inline-block; }
.avatars .avatar + .avatar { margin-left: -10px; }
.rating { color: #080808; font-weight: 700; }
.reviews-count { color: rgba(8,8,8,0.6); }

/* Plan cards */
.plan-card { background: #FFFFFF; border: 1px solid rgba(8,8,8,0.08); border-radius: 16px; padding: 26px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); position: relative; }
.pricing-three .plan-card:not(.plan-card--repeat) { background: #FFFFFF !important; color: #080808; }
.plan-card .plan-title { margin: 0 0 4px; color: #080808; }
.plan-card .plan-sub { color: rgba(8,8,8,0.7); margin: 0 0 12px; }
.plan-card .plan-price { font-size: 28px; font-weight: 800; color: #080808; margin: 0 0 16px; }
.plan-card .plan-list { color: rgba(8,8,8,0.75); margin: 0 0 18px; padding-left: 16px; }
.plan-card .plan-list li { margin-bottom: 6px; }

.plan-card--repeat { background: #254DA6; border: none; color: #FFFFFF; }
.plan-card--repeat .plan-title { color: #FFFFFF; }
.plan-card--repeat .plan-sub { color: rgba(255,255,255,0.85); }
.plan-card--repeat .plan-price { color: #FFFFFF; font-size: 22px; }
.plan-card--repeat .plan-list { color: rgba(255,255,255,0.92); }
.strike { text-decoration: line-through; opacity: 0.9; }
.badge-popular { position: absolute; top: -12px; left: 16px; background: #FFC106; color: #080808; font-weight: 800; padding: 6px 10px; border-radius: 999px; font-size: 12px; letter-spacing: .3px; }

/* Buttons */
.btn-outline-teal { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border-radius: 10px; border: 2px solid #2BB673; color: #0f5132; font-weight: 800; background: #FFFFFF; }
.btn-outline-teal:hover { background: #F0FBF6; }
.btn-orange-solid { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border-radius: 10px; border: 2px solid #FFC106; color: #080808; font-weight: 800; background: #FFC106; }
.btn-orange-solid:hover { background: #FFB646; border-color: #FFB646; color: #080808; }

/* AI tiers */
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; align-items: stretch; }
@media (min-width: 576px) { .tiers { gap: 14px; } }
.tier-card { border: 1.5px solid rgba(8,8,8,0.1); border-radius: 12px; padding: 16px; background: #FFFFFF; transition: border-color .2s, box-shadow .2s; height: 100%; display: flex; flex-direction: column; }
.tier-card:hover { border-color: #2BB673; box-shadow: 0 6px 18px rgba(0,0,0,0.05); }
.tier-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.tier-icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; background: #F0FBF6; color: #2BB673; }
.tier-icon iconify-icon { width: 20px; height: 20px; }
.tier-name { font-weight: 700; color: #080808; font-size: 14px; line-height: 1.2; }
.tier-desc { margin: 0; color: rgba(8,8,8,0.7); font-size: 14px; }

/* Stars color for ratings */
.stars-yellow { color: #FFC106; }

/* CTA band */
.cta-band { background: #0F766E; border-radius: 16px; padding: 24px; color: #FFFFFF; }
.cta-title { margin: 0 0 6px; color: #FFFFFF; }
.cta-sub { margin: 0; color: rgba(255,255,255,0.9); }
@media (min-width: 992px) { .cta-band { padding: 28px; } }

/* Bottom multi-line CTA */
.cta-bottom { padding: 96px 0; position: relative; background: url('../../images/cta/cta-bg.jpg') center/cover no-repeat; }
.cta-bottom::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.25); }
.cta-bottom .container { position: relative; z-index: 1; max-width: 920px !important; }
@media (min-width: 1200px) { .cta-bottom .container { max-width: 980px !important; } }
@media (min-width: 1400px) { .cta-bottom .container { max-width: 1040px !important; } }
.cta-bottom .cta-lines { color: #FFFFFF; }
.cta-bottom .font-Inter { color: rgba(255,255,255,0.85); }
.cta-bottom .text-muted { color: rgba(255,255,255,0.85) !important; }
.cta-bottom .btn-primary {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #080808;
}
.cta-bottom .btn-primary:hover {
  background-color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.9);
  color: #080808;
}
.cta-bottom .btn-primary-outline {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.cta-bottom .btn-primary-outline:hover {
  background-color: rgba(255,255,255,0.12);
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/* Wash & Fold hero video sizes (20% reduced) */
.wash-hero-video { height: 282px; }
.wash-hero-video video { width: 100%; height: 100% !important; object-fit: cover; display: block; }
@media (min-width: 768px) { .wash-hero-video { height: 370px; } }
@media (min-width: 1200px) { .wash-hero-video { height: 458px; } }
.cta-lines { font-family: "Syne", sans-serif; font-weight: 800; color: #080808; line-height: 1.1; letter-spacing: -0.02em; font-size: clamp(28px, 6vw, 56px); margin-bottom: 12px; }
.cta-actions { gap: 12px; }
