/*-----------------------------------------------------------------------------------

    Template Name:  - HTML Template
    Author: SNB dIGITAL
    Version: 1.0.0

----------------------------------------------------------------------------------- */

/* ----Google Font Source ----- */
/* @import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Quicksand:wght@300..700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

:root {
  --primary: #d4600a;
  --secondary: #8a6040;
  --tertiary: rgba(254, 246, 238, 0.92);
  --text: #2c1a0e;
  --sub-text: #4c4c4c
}

p {
  /* font-family: "DM Mono", monospace; */
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-20{
  margin-top: 20px;
}

.mt-30{
  margin-top: 30px;
}


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

.fz-24 {
  font-size: 24px;
}



.a-link {
  text-decoration: none;
  color: #fff;
  transition: 0.6s all;
}

.a-link:hover {
  color: var(--secondary);
}

.color-one {
  background: var(--primary);
}

.color-two {
  background: var(--secondary);
}

.color-three {
  background: var(--tertiary);
}

.text-color-primary {
  color: var(--primary);
}

.text-color-secondary {
  color: var(--secondary);
}

.text-color-tertiary {
  color: var(--tertiary);
}

.main-header {
  background: #fff;
}

.btn-haad {
  background: var(--secondary);
  padding: 12px 22px;
  color: #fff;
  font-weight: 500;
}

.btn-haad:hover {
  background: var(--primary);
  color: #000;
}

.btn-group {
  gap: 30px;
}

.theme-btn {
  background: var(--primary);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  padding: 12px 34px;
  border: none;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
}

.theme-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(212, 96, 10, 0.25);
  color: #ffffff;
}

.breadcrumbs {
  background: url(../images/breadcrums.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.breadcrumbs-title h1 {
  font-weight: 500;
  font-size: 60px;
  color: var(--primary);
  text-shadow: 2px 2px var(--secondary);
}

a {
  outline: none;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
/* ------------ HEADER ------------ */

.haeder-default {
  transition: all 0.4s;
  padding: 15px 0;
  /* background: var(--tertiary); */
  background: rgb(249 239 228);
}

.haeder-default .logo img {
  max-width: 100%;
}

.haeder-default .logo a {
  text-decoration: none;
}

.haeder-default .mainmenu-wrapepr {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.mainmenu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  /* margin-right: 30px; */
  /* font-family: "DM Mono", monospace; */
}

ul.mainmenu li {
  margin: 0;
  position: relative;
}

ul.mainmenu li a {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  padding: 8px 16px;
  transition:
    color 0.2s,
    background 0.2s;
  border-radius: 2px;
  font-weight: 600;
}

ul.mainmenu > li > a:hover {
  color: var(--accent);
  background: rgba(212, 96, 10, 0.06);
}

.nav-cta {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 10px 22px;
  background: transparent;
  transition:
    background 0.2s,
    color 0.2s;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 6px;
}

.nav-cta:hover {
  background: var(--primary);
  color: #ffffff;
}

.default-button {
  transition: all 0.5s;
  position: relative;
  color: #000248;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  padding: 0 25px;
  z-index: 2;
  font-size: 16px;
  border: 0 none;
  background: var(--primary);
}

.default-menubar {
  display: flex;
  pointer-events: auto;
  height: 19px;
  align-items: center;
  cursor: pointer;
  margin-left: 25px;
  color: #000248;
}

.default-menubar div {
  width: 24px;
  height: 18px;
  pointer-events: auto;
  position: relative;
  color: #000248;
  display: block;
}

.default-menubar div i {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
}

.default-menubar div i::before,
.default-menubar div i::after {
  left: 50%;
  width: 100%;
  height: 100%;
  background: inherit;
  content: "";
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(-50%);
  position: absolute;
}

.default-menubar div i::before {
  top: -8px;
}

.default-menubar div i::after {
  top: 8px;
}

.default-menubar div:hover i::before,
.default-menubar div:hover i::after {
  width: 70%;
}

.popup-mobile-manu-visible .popup-mobile-manu {
  visibility: visible;
  opacity: 1;
}

.popup-mobile-manu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 999;
}

.popup-mobile-manu .inner {
  background: #000000;
  width: 400px;
  max-width: 80%;
  height: 100%;
  text-align: left;
  transition: all 0.3s;
  overflow-y: auto;
  padding-top: 85px;
  transform: translateX(-100%);
  cursor: default;
  position: relative;
}

.popup-mobile-manu-visible .popup-mobile-manu .inner {
  transform: none;
}

.popup-mobile-manu .inner .mobileheader {
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 0 15px 0 15px;
  height: 85px;
  align-items: center;
  background: #f8eee3;
  position: absolute;
}

.popup-mobile-manu .inner .mobileheader .logo {
  flex-grow: 1;
}

.popup-mobile-manu .inner .mobileheader .close-menu {
  cursor: pointer;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  position: relative;
}

.popup-mobile-manu .inner .mobileheader .close-menu::before {
  transform: rotate(-45deg);
}

.popup-mobile-manu .inner .mobileheader .close-menu::after {
  transform: rotate(45deg);
}

.popup-mobile-manu .inner .mobileheader .close-menu::before,
.popup-mobile-manu .inner .mobileheader .close-menu::after {
  top: 19px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #222;
  transform-origin: 50% 50%;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
}

.popup-mobile-manu .inner .menu-item ul.mainmenu-item {
  margin: 20px 20px 20px;
}

.popup-mobile-manu .inner .menu-item ul.mainmenu-item li {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  border-top: 1px solid transparent;
  border-color: rgba(255, 255, 255, 0.15);
}

.popup-mobile-manu .inner .menu-item ul.mainmenu-item li a {
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.4s;
  color: #fff;
}

.header-top-wrap {
  text-align: center;
}

.header-top {
  padding: 6px 0;
  background: var(--primary);
  position: relative;
}

.header-top-wrap span {
  font-size: 14px;
  color: #fff;
}
.navbar {
  padding: 0;
}

.navbar-brand {
  flex: 1;
}

.navbar-brand img {
  width: 60%;
}

.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #000 !important;
}

/* ---------- Hero Area ------- */
.hero-area {
  position: relative;
  /* background: url(../images/hero.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background: var(--tertiary);
  background-image: linear-gradient(to bottom, rgb(245 246 252 / 0%), rgba(255 255 255 / 0%)), url('../images/bg-8.jpg');
  background-size: cover;
  background-position: left;
}

.hero-area-text {
  background: rgb(254 246 238);
  padding: 40px 50px;
  border-radius: 20px;
  /* -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); */
}

.hero-area-text h1 {
  font-size: 50px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 20px;
}

.hero-area-text span {
  color: var(--secondary);
  font-weight: 600;
}

/* .hero-right-image {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40%;
  top: 0;
  overflow: hidden;
} */

.hero-right-image {
  background-image: url(../images/hero-v2.jpg);
  background-size: cover;
  padding: 30px 40px;
  background-position: center;
  border-radius: 20px;
  height: 100%;
}

.service-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.scroller {
  max-width: 600px;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@-webkit-keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  border: 1px solid var(--tertiary);
  background: #fff url(../images/icon-sparkle.svg) no-repeat;
  background-position: left 15px center;
  background-size: 20px auto;
  line-height: 1.3em;
  border-radius: 100px;
  padding: 10px 15px 10px 45px;
  
}

.hero-right-footer {
  padding-top: 300px;
}

.hero-right-footer p {
  background: #fef7ef17;
  padding: 7px 20px;
  border-radius: 34px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid #ffcfab;
  font-weight: 800;
}

.hero-counter {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.hero-counter-border {
  border-left: 1px solid #d4600a;
  padding-left: 20px;
}

.hero-counter-box h4 {
  font-size: 20px;
  font-weight: 800;
}

.hero-counter-box p {
  font-size: 14px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  -webkit-animation: fadeUp 0.8s 0.3s ease both;
  animation: fadeUp 0.8s 0.3s ease both;
}

.btn-ghost {
  /* font-family: 'DM Mono', monospace; */
  font-size: 0.8rem;
  color: var(--muted);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}

.btn-ghost:hover {
  color: var(--text);
}

.btn-ghost svg {
  transition: transform 0.2s;
}

.btn-ghost:hover svg {
  transform: translateX(4px);
}
.section-title h1 {
  font-weight: 800;
  color: var(--primary);
  position: relative;
  font-size: 45px;
}

.hero-actions {
  margin-top: 40px;
}

.section-title h1 {
  margin-bottom: 20px;
}

.section-title h1 span {
  color: var(--secondary);
}

.section-title-fill {
  background: rgb(254 246 238 / 94%);
  padding: 30px 40px;
  border-radius: 20px;
}

/* .section-title p {
  line-height: 1.6;
} */

.features {
  background-image: url(../images/bg-5.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.feature-box {
  border: 1px solid rgba(212, 96, 10, 0.18);
  padding: 40px 34px;
  height: 100%;
  background: rgb(254 246 238 / 94%);
  border-radius: 20px;
  transition: all 0.6s;
  position: relative;
}

.feature-box:hover {
  background: var(--primary);
}

.feature-box:hover .feature-box-icon {
  color: #fff;
}

.feature-box h3 {
  color: var(--text);
  font-weight: 600;
  font-size: 1.4rem;
}

.feature-box p {
  font-size: 0.8rem;
  line-height: 1.75;
}

.feature-box-icon {
  font-size: 46px;
  color: #d4600a;
  margin-bottom: 10px;
}

.step-section {
  background-image: url("../images/shape-8.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.blur-bg {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: rgb(254 246 238 / 62%);
}

.step-count {
  position: absolute;
  top: -10px;
  right: 30px;
  background: rgb(254 246 238);
  color: var(--primary);
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid rgba(212, 96, 10, 0.18);
}

.how_its_works {
  background: url(../images/bg-6.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.how-work-video-content {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  margin-left: 15px;
}

.how-work-video {
  width: 100%;
}

.how-work-video video {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.how-its-left {
  padding: 40px 30px;
  border-radius: 20px;
  height: 100%;
}

.how-its-works-list {
  padding: 14px;
  border: 1px solid rgba(212, 96, 10, 0.18);
  border-radius: 12px;
  height: 100%;
}
.box-icon {
  font-size: 16px 24px;
  margin-bottom: 10px;
  color: #d4600a;
}

.box-icon {
  font-size: 24px;
}

.box-right p {
  font-size: 12px;
}

.box-right h5 {
  font-weight: 600;
}

.disclaimer p {
  font-size: 14px;
}

.what_next {
  background: url(../images/bg-7.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.consult-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}

.consult-list li {
  font-size: 0.82rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 12px;
}

.what_next_image {
  height: 100%;
}

.what_next_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.cta-box-container {
  background: rgb(254 246 238 / 90%);
  padding: 60px 80px;
  border-radius: 20px;
  border: 1px solid rgba(212, 96, 10, 0.18);
}

.cta-box-container h1 {
  font-weight: 800;
  font-size: 60px;
  color: var(--primary);
}

.cta-box-container h1 span {
  color: var(--secondary);
}

.cta {
  background: url(../images/bg-8.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}


/* ---- Footer ------- */

.ch-footer {
  background: #2c1a0e;
  position: relative;
}

.footer-heading h2 {
  font-size: 24px;
  color: var(--secondary);
  font-family: Festivo;
  font-weight: 500;
  margin-bottom: 24px;
}

.useful-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.useful-links ul li {
  margin: 10px 0;
}

.useful-links ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.6s all;
}

.useful-links ul li a:hover {
  color: var(--secondary);
}

.footer-address p {
  color: #fff;
}

.footer-map-section iframe {
  border-radius: 12px;
}

.any-question p {
  color: #fff;
}

.ch-footer-copyrights {
  padding: 12px 2px;
  background: var(--tertiary);
}

.footer-copyright-right {
  text-align: right;
}

.ch-footer-copyrights {
  font-size: 12px;
}

.footer-copyright-right {
  font-size: 12px;
}

.footer-copyright-right a {
  color: #000;
  text-decoration: none;
}

.footer-menu{
  margin-top: 20px;
}

.footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  list-style: none;
  padding: 0;
  
}

.footer-menu ul a{
  color: rgba(255,255,255,0.5);
  transition: 0.6s;
}

.footer-menu ul a:hover{
  color: #fff
}

.footer-disclamer{
  background: #f8d7da;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #f1aeb5;
}

.footer-disclamer p{
  margin: 0;
  font-size: 12px;
  color: #58151c;
}

/* --- Pages ----- */
.breadcrumb-area{
  background: url('../images/breadcrumb-bg.jpg');
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}

.breadcrumb-area h1{
  font-size: 60px;
  font-weight: 600;
  color: #fff
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    text-align: center;
    list-style: none;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

.breadcrumb-area .breadcrumb li a{
  color: #fff
}

.breadcrumb-area .breadcrumb li::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    right: -3px;
    position: absolute;
    line-height: 0;
    top: 50%;
    font-size: 14px;
    color: #fff;
    margin-top: 1px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
    display: none;
}

.about_info h1{
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--primary);
}

.about_info p{
  color: var(--sub-text);
}

.about_info{
  background: var(--tertiary);
  padding: 60px;
  border-radius: 12px;
  height: 100%;
}

.card-style-one-item {
    position: relative;
    width: 100%;
    padding: 50px;
    border-radius: 10px;
    display: inline-block;
    background: linear-gradient(90deg, #f8a567 0%, #fff0e5 100%);
    
}

.card-style-one-item img{
  position: absolute;
    bottom: 0;
    height: 38%;
    left: auto;
    right: 6px;
}

.card-style-one-item .info {
    position: relative;
    z-index: 1;
}

.card-style-one-item .info h3{
    margin-bottom: 20px;
    font-weight: 600;
}

.card-style-one-item .info p{
    margin-bottom: 30px;
}

.card-style-one-two{
  background: var(--tertiary);
  padding: 50px;
}

.card-style-one-two h3{
  font-weight: 600;
}

.card-style-one-two .bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    justify-content: space-between;
    border-top: 1px solid #ffcfac;
    padding-top: 30px;
}

.card-style-one-two .bottom img {
        height: 70px;
    }

    .card-style-one-two .js-counter

 {
    align-items: center;
    font-size: 60px;
    color: var(--color-primary);
    font-weight: 700;
    background: linear-gradient(90deg, #cf5800 0%, #ffb47d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    text-align: left;
    line-height: 1;
}

.about_info ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.about_info ul li{
  margin-bottom: 10px;
  color: var(--sub-text);
  position: relative;
}

.about_info ul li::before{
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    color: var(--primary);

}


.about_info ul li i{
  color: var(--primary);
  margin-right: 10px;
  font-size: 12px;
}

.about_info h4{
  font-weight: 600;
  color: var(--primary);
} 

.contact_info_left h1{
  color: var(--primary);
  font-weight: 600;
}

.contact_info_left {
    background: rgb(254 246 238 / 94%);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(212, 96, 10, 0.18);
    height: 100%;
}
.contact-box a{
  color: var(--primary);
}

.dark-section {
    background-color: #12141d;
    color: #fff;
}
 
.feature-card-v2 h4{
  font-size: 16px;
}

.feature-card-v2 p{
  font-size: 14px;
}


.wpcf7-response-output{
    color: #fff;
}









