@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
#content .row {
  max-width: 980px;
}

.menu-item .nav-dropdown {
  min-width: 200px;
}

.banner-title h1 {
  font-size: 4em;
  font-weight: 700;
  margin-bottom: 24px;
  text-shadow: 2px 6px 12px rgba(0, 0, 0, 0.58);
}
@media screen and (max-width: 849px) {
  .banner-title h1 {
    font-size: 3.5em;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 549px) {
  .banner-title h1 {
    font-size: 2.8em;
  }
}

.button.is-link.cc-btn {
  box-shadow: 2px 4px 11px rgba(2, 2, 2, 0.3);
  border-radius: 41px;
  display: inline-block;
  width: 200px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}
@media screen and (max-width: 549px) {
	.button.is-link.cc-btn{
	width: 180px;
    height: 47px;
    line-height: 47px;
	}
  .button.is-link.cc-btn span {
    width: 179px;
    height: 48px;
    font-size: 15px;
    line-height: 48px;
  }
}
@media screen and (max-width: 400px) {
  .button.is-link.cc-btn span {
    width: 165px;
    height: 45px;
    line-height: 45px;
  }
}
.button.is-link.btn-white {
  background-color: #fff !important;
}
.button.is-link.btn-white:hover span {
  color: #2c302e;
}

.button.cc-btn-ct-us {
  box-shadow: 2px 4px 11px rgba(2, 2, 2, 0.3);
  border-radius: 41px;
  width: 200px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 549px) {
  .button.cc-btn-ct-us {
    width: 179px;
    height: 48px;
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .button.cc-btn-ct-us {
    width: 165px;
    height: 45px;
  }
}

.button.cc-btn-ct-us.message {
  position: relative;
  padding-left: 63px;
}
@media screen and (max-width: 549px) {
  .button.cc-btn-ct-us.message {
    padding-left: 60px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 400px) {
  .button.cc-btn-ct-us.message {
    padding-left: 53px;
  }
}
.button.cc-btn-ct-us.message::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/flatsome-child/change/assets/img/message.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 549px) {
  .button.cc-btn-ct-us.message::before {
    left: 28.5px;
  }
}
@media screen and (max-width: 400px) {
  .button.cc-btn-ct-us.message::before {
    left: 22.5px;
  }
}

.button.cc-btn-ct-us.call {
  position: relative;
  padding-left: 61px;
}
@media screen and (max-width: 549px) {
  .button.cc-btn-ct-us.call {
    padding-left: 48px;
  }
}
@media screen and (max-width: 400px) {
  .button.cc-btn-ct-us.call {
    padding-left: 40px;
  }
}
.button.cc-btn-ct-us.call::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url("/wp-content/themes/flatsome-child/change/assets/img/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 549px) {
  .button.cc-btn-ct-us.call::before {
    left: 19.5px;
  }
}
@media screen and (max-width: 400px) {
  .button.cc-btn-ct-us.call::before {
    left: 14.5px;
  }
}

.button.btn-banner-white {
  box-shadow: 2px 4px 11px rgba(2, 2, 2, 0.3);
  border-radius: 41px;
  background-color: #fff !important;
  color: #2c302e !important;
  width: 200px;
  height: 56px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 549px) {
  .button.btn-banner-white {
    width: 179px;
    height: 48px;
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .button.btn-banner-white {
    width: 165px;
    height: 45px;
  }
}

.button.btn-banner-white.message {
  padding-left: 73px;
}
@media screen and (max-width: 549px) {
  .button.btn-banner-white.message {
    padding-left: 60px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 400px) {
  .button.btn-banner-white.message {
    padding-left: 53px;
  }
}
.button.btn-banner-white.message::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/flatsome-child/change/assets/img/message-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 549px) {
  .button.btn-banner-white.message::before {
    left: 28.5px;
  }
}
@media screen and (max-width: 400px) {
  .button.btn-banner-white.message::before {
    left: 22.5px;
  }
}

.button.btn-banner-white.call {
  position: relative;
  padding-left: 61px;
}
@media screen and (max-width: 549px) {
  .button.btn-banner-white.call {
    padding-left: 48px;
  }
}
@media screen and (max-width: 400px) {
  .button.btn-banner-white.call {
    left: 10px;
    padding-left: 40px;
  }
}
.button.btn-banner-white.call::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/flatsome-child/change/assets/img/phone-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 549px) {
  .button.btn-banner-white.call::before {
    left: 19.5px;
  }
}
@media screen and (max-width: 400px) {
  .button.btn-banner-white.call::before {
    left: 14.5px;
  }
}

.cc-icon-box-left .icon-box-img {
  position: relative;
  top: -4px;
}

#footer .absolute-footer {
  display: none;
}

.pricing-table.cc-price-table {
  padding: 10px 30px 30px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(10.5px);
          backdrop-filter: blur(10.5px);
  border: inherit;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 22px;
}
.pricing-table.cc-price-table .title {
  background: initial;
  border-bottom: 0px;
  margin-top: 12px;
}
.pricing-table.cc-price-table .price {
  padding: 0px;
  padding-left: 15%;
}
@media screen and (max-width: 549px) {
  .pricing-table.cc-price-table .price {
    font-size: 29px;
  }
}
.pricing-table.cc-price-table .items > div {
  border-bottom: 0px;
}
.pricing-table.cc-price-table i {
  margin-right: 10px;
}

.accordion .toggle {
  left: inherit;
  right: 0;
}
.accordion .accordion-title {
  border-top: 0px;
  border-bottom: 1px solid #C2C2C2;
  padding-left: 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.accordion .accordion-title.active {
  background-color: inherit;
}
.accordion .accordion-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.tabbed-content .nav-outline > li.active > a {
  border: 1px solid #2C302E;
  padding: 0px 20px;
}
.tabbed-content .nav-outline > li a {
  border: 1px solid #C2C2C2;
  border-radius: 99px;
  font-size: 15px;
  padding: 0px 20px;
}
.tabbed-content .nav-outline > li:not(:last-child) {
  margin-right: 10px;
}

.row-contact-us {
  background-color: #EDEDED;
  padding: 30px 0px 25px 0px;
  border-radius: 16px;
}
@media screen and (max-width: 549px) {
  .row-contact-us {
    border-radius: 0px;
  }
}

.row-contact-us .title {
  margin-bottom: 20px;
}

.row-contact-us .title p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #2C302E;
  opacity: 0.95;
  margin-bottom: 5px;
}

/* Archive Page Styling */
.archive-container {
  max-width: 1200px;
  margin: 0 auto;
}

.category-section {
  margin-top: 80px;
}
@media screen and (max-width: 849px) {
  .category-section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 549px) {
  .category-section {
    margin-top: 40px;
  }
}
.category-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #2c302e;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 6px 15px rgba(2, 2, 2, 0.15);
  overflow: hidden;
  transition: transform 0.2s;
}

.post-card:hover {
  transform: translateY(-5px);
}

.post-image {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content {
  padding: 15px;
}

.post-content h3 {
  margin: 0 0 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #2c302e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-content h3 a {
  text-decoration: none;
  color: #333;
}

.post-content h3 a:hover {
  color: #007bff;
}

.post-content p {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
}

.post-content span {
  font-size: 12px;
  color: #999;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
  .post-image {
    height: 240px;
  }
  .post-content h3 {
    font-size: 16px;
  }
  .post-content p {
    font-size: 13px;
  }
}
.cc-list ol, .cc-list ul {
  counter-reset: item;
  list-style: none;
  padding: 0;
}
.cc-list ol li, .cc-list ul li {
  position: relative;
  padding-left: 40px;
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
.cc-list li:before {
  content: counter(item) " ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  font-weight: 600;
  color: #2c302e;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.cc-list .title {
  font-weight: 600;
  color: #2c302e;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: block;
}
.cc-list li span.title::after {
  content: " ";
}

.h-border > * {
  padding-bottom: 25px;
  border-bottom: 1px solid #C2C2C2;
}

.font-main > * {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.semi-bold > * {
  font-weight: 600;
}

.color-main > * {
  color: #2c302e;
}

.font-size-20 > * {
  font-size: 20px;
}

.checkmark-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checkmark-list ul li {
  position: relative;
  padding-left: 30px;
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
.checkmark-list ul li:before {
  content: url("/wp-content/themes/flatsome-child/change/assets/img/checkmark.svg");
  display: block;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #2c302e;
}

.cross-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cross-list ul li {
  position: relative;
  padding-left: 30px;
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
.cross-list ul li:before {
  content: url("/wp-content/themes/flatsome-child/change/assets/img/cross.svg");
  display: block;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 0;
  top: -2px;
  color: #2c302e;
}

.cancel-list ul {
  margin-bottom: 0px;
}
.cancel-list ul li {
  margin-bottom: 14px;
  font-size: 14px;
}
@media screen and (max-width: 549px) {
  .cancel-list ul li {
    font-size: 16px;
  }
}

.regulations {
  padding: 16px;
  background-color: #EDEDED;
  border: 1px solid #2C302E;
  border-radius: 16px;
}
@media screen and (max-width: 549px) {
  .regulations {
    margin-top: 40px;
  }
}
.regulations h3 {
  margin-bottom: 10px;
}

.reviews {
  background: #EDEDED;
  border-radius: 24px;
  padding-bottom: 30px;
}
@media screen and (max-width: 549px) {
  .reviews {
    border-radius: 0px;
  }
}
.reviews .color-main > * {
  font-size: 24px;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 30px;
}
.reviews img {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
}
.reviews .flickity-page-dots {
  bottom: -30px;
}
.reviews .flickity-page-dots .dot {
  border: 1px solid #111;
}

.flickity-page-dots .dot {
  border: 1px solid #111;
}

.slider-nav-circle .flickity-prev-next-button svg {
  border: 0px;
  border-radius: 8px;
  background-color: #DFDFDF;
  color: #5F6368;
}

.header.transparent .nav > li > a {
  color: #ffffff;
}
.header.transparent .nav > li > a:hover {
  color: #ffffff;
}
.header.transparent .nav > li > a:focus {
  color: #ffffff;
}
.header.transparent .nav > li > a:focus:hover {
  color: #ffffff;
}
.header.transparent .nav > li.active > a {
  color: #ffffff;
}

.new-posts {
  display: flex;
  gap: 20px;
}
.new-posts .post {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.new-posts .post-large {
  width: 100%;
  max-width: 635px;
  height: 400px;
}
.new-posts .post-small {
  width: 100%;
  max-width: 250px;
  height: 190px;
  margin-bottom: 0px;
}
@media screen and (max-width: 549px) {
  .new-posts .post-small {
    height: 240px;
  }
}
.new-posts .post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-posts .post-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
}
.new-posts .post-title {
  margin-bottom: 10px;
}
.new-posts .post-title a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.new-posts .post-small .post-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.new-posts .post-meta {
  font-size: 12px;
  color: #ddd;
}
.new-posts .posts-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .new-posts {
    flex-direction: column;
  }
  .new-posts .post-large, .new-posts .post-small {
    max-width: 100%;
  }
}

.archive-blog-slider .post-title {
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.archive-blog-slider .post-title p {
  font-size: 60px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 549px) {
  .archive-blog-slider .post-title p {
    font-size: 40px;
  }
}
@media screen and (max-width: 549px) {
  .archive-blog-slider .post-title p {
    font-size: 30px;
  }
}
.archive-blog-slider .view-detail {
  border-radius: 99px;
  font-size: 14px;
  padding: 5px 40px;
}
.archive-blog-slider .view-detail:hover {
  background-color: #ffffff;
  color: #2c302e;
}

.off-canvas .sidebar-menu {
  margin-top: 50px;
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
  background-color: #ffffff;
}

.nav-sidebar.nav-vertical > li > a {
  color: #2C302E;
  font-weight: bold;
}

@media screen and (max-width: 549px) {
  .banner-title h1 {
    font-size: 2.4em !important;
  }
}/*# sourceMappingURL=change.css.map */