@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*
Theme Name: Generatepress Child
Theme URI: https://example.com
Description: Child theme for Generatepress
Author: Aress
Template: generatepress
Version: 1.0.0
*/


/* Add custom CSS below */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  /* Height of the sticky header */
}

body {
  font-family: 'Inter', sans-serif;
  color: #222;
  background: #fff !important;
}

.grid-container {
  max-width: 100% !important;
}


a:not([href]) {
  cursor: pointer;
}

/*   LAYOUT */
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}


@media (max-width: 1024px) {
  .wrap {
    padding: 0 20px;
  }
}

.margin-bottom-44 {
  margin-bottom: 44px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-bottom-36 {
  text-align: center;
  margin-bottom: 36px;
}

.margin-top-24 {
  margin-top: 24px;
}

/* color */

.primary-color {
  color: #2b2623;
}

.scondary-color {}


/*header*/
/* Breadcrumb wrapper starts */
.custom-breadcrumb {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #faf7f2;
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  margin-top: 70px;
  /* added on 27-Jul-2026 */
}

/* Remove default list styles */
.breadcrumb-list {
  max-width: 1280px;
  width: 100%;
  list-style: none;
  padding: 10px 2rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


@media (max-width: 767px) {
  .breadcrumb-list {
    padding: 10px 20px;
  }
}

/* Each item */
.breadcrumb-item {
  display: flex;
  align-items: center;
}

/* Links */
.breadcrumb-item a {
  color: #656e7a;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #2b2623;
  text-decoration: underline;
}

/* Separator */
.breadcrumb-sep {
  margin: 0 6px;
  color: #999;
  font-size: 14px;
}

/* Current/last item 窶� bold */
.breadcrumb-item.current span {
  font-weight: 700;
  color: #222;
}

/* Breadcrumb ends */


/* for background image */
.site-content {
  /* background-image: url('assets/images/grid.png') !important; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 500px;
  /* overflow: hidden; */
  /* adjust to your needs */
}

/* to remove the space between the head and the main container */
.separate-containers .site-main {
  margin: 0px;
}

.separate-containers .inside-article {
  padding: 20px 0 0 0;
}

/* buttons */
.btn-primary {

  font-size: 15px;
  font-weight: 700;
  background: #2b2623;
  color: #fff;
  padding: 14px 20px;
  border-radius: 7px;
  letter-spacing: .02em;
  transition: background .2s, transform .15s, box-shadow .2s;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 767px) {
  .btn-primary {
    padding: 14px 20px;
  }
}

.btn-primary:hover,
.btn-primary:focus {
  background: #2b2623;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #c3bdbb;
}

.btn-cyan {

  font-size: 14px;
  font-weight: 700;
  background: #06B6D4;
  color: #fff;
  padding: 14px 28px;
  border-radius: 7px;
  letter-spacing: .02em;
  transition: background .2s, transform .15s;
  display: inline-block;
}

.btn-cyan:hover {
  background: #0891B2 !important;
  transform: translateY(-2px);
  color: #fff;
}

.btn-outline {

  font-size: 14px;
  font-weight: 700;
  background: transparent;
  color: #0F172A;
  border: 1.5px solid #E2E8F0;
  padding: 13px 24px;
  border-radius: 7px;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .2s;
  text-decoration: none;
}

.btn-outline:hover {
  border-color: #2b2623;
  color: #2b2623;
}

.btn-outline svg {
  transition: transform .2s
}

.btn-outline:hover svg {
  transform: translateX(3px)
}

.align-self-flex-end {
  align-self: flex-end
}

.talk-btn-style {
  display: inline-block;
  font-size: 15px;
  padding: 11px 20px
}

.error {
  font-size: 14px;
  text-align: center;
  color: #ff0000 !important;
  border-color: #f5c6cb;
  position: relative;
  padding: 5px 10px !important;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.border-bottom-none {
  border-bottom: none
}

.footer-bar a {
  color: rgba(255, 255, 255, .75);
  text-decoration: none
}

.footer-bar a:hover {
  color: #FFF
}

sup {
  bottom: 0 !important;
}