#sp-header.header-sticky {
	background: #ffffff;
}
.sp-page-title {
    padding: 250px 0 150px 0;
}

.mod-breadcrumbs.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.mod-breadcrumbs__divider {
  display: none !important;
}

.mod-breadcrumbs__item {
  display: inline-block;
  margin: 0 5px;
}

.mod-breadcrumbs__item a {
  text-decoration: none;
}

.mod-breadcrumbs__item.active span {
  font-weight: bold;
}


.sp-page-title .sp-page-title-heading {
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 980px){
.sp-page-title .sp-page-title-heading {
	font-size: 38px;
	line-height: 1;
	font-weight: 700;
}
}

/**/
.accordion-sections img {
  position: static !important;
}

.accordion-sections .addon-root-image {
  position: absolute;
  top: -12%;
  right: -17%;
  z-index: 0;
  animation: toptop 4s infinite;
}
.relativv {
	position: relative !important;
	z-index: 9999 !important;
}
.accordion-sections .addon-root-image img {
  display: block;
  max-width: none;
  height: auto;
  opacity: 0.9;
}

.accordion-sections .sppb-addon-accordion,
.accordion-sections .sppb-addon-header {
  position: relative;
  z-index: 2;
}

.accordion-sections {
  position: relative;
  overflow: hidden;
}

@keyframes toptop {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/**/
.sppb-btn-custom:hover {
	transition: .4s ease-in-out;
}
.sppb-btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
	transition: .4s ease-in-out;
}

.sppb-btn-custom::after {
    content: '';
    position: absolute;
    right: 15px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M3.97 3.97a.75.75 0 0 1 1.06 0l13.72 13.72V8.25a.75.75 0 0 1 1.5 0V19.5a.75.75 0 0 1-.75.75H8.25a.75.75 0 0 1 0-1.5h9.44L3.97 5.03a.75.75 0 0 1 0-1.06Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
	transition: .4s ease-in-out;
}


.sppb-btn-custom:hover::after {
    opacity: 1;
    transform: translateX(0);
	transition: .4s ease-in-out;
}
/**/
.site-footer {
	position: relative;
	overflow: hidden;
	height: auto ;
}
.site-footer .btn,
.site-footer .sppb-addon-title {
	position: relative;
	z-index: 99 !important;
}

/**/
#sp-header.fulls-header {
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    z-index: 99;
	background: transparent;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#sp-header.fulls-header .sp-megamenu-parent > li a {
	color: var(--white);
}	

#sp-header.header-sticky {
	width: 100%;
	top: 0!important;
	position: fixed!important;
	background: var(--fullbg8) !important;
}

.sp-megamenu-parent > li > a {
	padding: 0 15px;
	line-height: 120px;
	font-size: 16px;
	font-weight: 500;
}
#sp-header {
	height: 120px;
}

/**/
/* --- Header layout: logo left, menu perfectly centered, right block to the edge --- */
#sp-header .row{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
}

/* Let the center area stretch; sides stay auto-width */
#sp-logo{ 
	flex: 0 0 auto; 
	margin-left: 30px;
}
#sp-menu{ 
	flex: 1 1 auto; 
}
#sp-search{ 
	flex: 0 0 auto; 
	margin-left: auto; 
} /* pushes the right area to the edge */

/* Center the menu inside its zone (override Bootstrap utilities) */
#sp-menu .sp-column{
  display: flex;
  align-items: center;
  justify-content: center !important;
  width: 100%;
}

/* The UL can be flex so items keep spacing while staying centered */
#sp-menu .sp-megamenu-parent{
  display: flex;
  justify-content: center;
  gap: 24px;
}

.header-right{
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-end;
}

.tags > li a {
	background: var(--bgcolor);
	color: var(--black);
}
.tags > li a:hover {
	background: var(--black);
	color: var(--white);
}
.pagenavigation .btn {
	display: flex;
	align-items: center;
	width: auto;
	background-color: var(--bgcolor);
	border-radius: 60px;
	padding: 10px 18px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--black);
}

.pagenavigation .btn:hover {
	background-color: var(--black);
	color: var(--white);
}
.pagenavigation .btn:hover span {
  transform: translateX(0px);
}
.mb-30 {
  margin-bottom: 30px;
}
blockquote {
  background: var(--light-brown) !important;
  padding: 50px 65px 50px 55px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  gap: 42px;
}

blockquote .text {
  color: var(--black);
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: -0.008em;
  margin-bottom: 15px;
}
blockquote .blockquote-footer {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--black) !important;
  padding-left: 0;
  position: relative;
  font-size: 16px;
  letter-spacing: -0.03em;
}
.article-details .article-info a,
.article-details .article-info span ,
.article-details h1,
.article-details h4 {
	color: var(--black);
}
.article-details .article-full-image img {
	border-radius: 4px;
}
.image .w-100 {
	border-radius: 10px;
}
/**/
#sp-right .sp-module {
  margin-top:0px;
  border: 0px solid #f3f3f3;
  padding:30px;
  border-radius:3px;
}
#sp-right .sp-column {
	background: #f3efe9;
	border-radius: 15px;
}
#sp-right .sp-module:not(:last-child) {
	padding: 45px 30px 0;
    padding-bottom: 0px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(227, 222, 216, 0.5);
}
#sp-right .sp-module .sp-module-title {
	font-size: 24px;
	letter-spacing: -0.02em;
	margin: 0 0 20px 0 !important;
	color: var(--black);
	font-weight: 600;
	border-bottom: 0px solid #f3f3f3;
	padding: 0px !important;
}
.form-search input[type="text"] {
	background: rgba(227, 222, 216, 0.5);
	border: 1px solid rgba(227, 222, 216, 0.5);
	color: var(--black);
	border-radius: 15px;
	height: 58px;
}
.awesomplete {
	width: 100%;
}
/**/
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h2 a:active, .article-list .article .article-header h2 a:focus {
	color: var(--black);
}
.article-info > span a:hover {
  color: var(--black);
}
/**/
/* Blog card: left image, right text */
.list-blog .article {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 24px; /* space between image and text */
  margin-bottom: 30px;
  padding: 0 !important;
}

.list-blog .article-list .article .article-intro-image {
  margin: 0 !important;
}

/* Left image area */
/*
.list-blog .article-intro-image {
  flex: 0 0 48%;
  max-width: 48%;
  margin: 0;
  height: clamp(200px, 28vw, 300px);
}
*/

.list-blog .article-intro-image {
  flex: 0 0 48%;
  max-width: 95%;
  margin: 0;
  height: clamp(200px, 28vw, 300px); /* fixed height, responsive */
}

.article-list .article {
	border: 1px solid rgba(227, 222, 216, 0.5) !important;
}
.list-blog .article-intro-image.float-left {
  float: none;
}

/* Image container */
.list-blog .article-intro-image > a {
  display: block;
  width: 100%;
  height: 100%;
}

.list-blog .article-intro-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* cover the area neatly */
}

/* Right text area */
.list-blog .article-body {
  flex: 1;
  min-width: 0; /* prevent text overflow */
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  padding: 24px 0;
}

/* Responsive */
@media (max-width: 991px) {
.list-blog .article {
    flex-direction: column;
    gap: 16px;
}

.list-blog .article-intro-image {
    flex: 0 0 100%;
    max-width: 100%;
    height: clamp(200px, 45vw, 300px); /* fixed height on mobile */
}

.list-blog .article-body {
    padding: 0;
}
}

/**/
.active > .page-link, 
.page-link.active {
	background-color: var(--light-brown);
	border-color: var(--light-brown);
  color: var(--black);
}
.page-link:hover {
	color: var(--black);
	background-color: var(--light-brown);
	border-color: var(--light-brown);
}
.page-link {
	color: var(--black);
}

#sp-right .sp-module ul > li > a {
  padding: 5px 0;
  line-height: inherit !important;
  padding: inherit !important;
  font-size: 18px;
}
.tagscloud .tag-name {
  padding: 8px 12px !important;
  background: var(--black) !important;
  color: var(--white) !important;
  border-radius: 7px !important;
  margin: 4px 0 !important;
}
.tagscloud .tag-name:hover {
  background: var(--bgcolor) !important;
  color: var(--black) !important;
}
/**/

#sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3 !important;
}

.mod-articlescategories.categories-module.mod-list {
  padding: 0;
  margin: 0;
}

.mod-articlescategories.categories-module.mod-list li {
  list-style: none;
  display: flex;
  align-items: center;
  color: var(--black);
  gap: 10px;
  transition: all 0.3s ease;
}

.mod-articlescategories.categories-module.mod-list li:not(:last-child) {
  margin-bottom: 10px;
}

.mod-articlescategories.categories-module.mod-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s ease, background-size 0.8s ease;
}

.mod-articlescategories.categories-module.mod-list a::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  flex-shrink: 0;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  margin-right: 10px;
}

.mod-articlescategories.categories-module.mod-list li:hover a {
  color: var(--black) !important;
}

.mod-articlescategories.categories-module.mod-list a:hover::before {
  background-color: var(--black);
  border-color: var(--black));
}

/**/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  background: var(--black);
}

/* Parallax tilt */
.parallax-hover {
  display: inline-block;
  position: relative;
}

.parallax-hover img {
  width: 100%;
  height: auto;
  transition: transform 0.25s ease-out;
  will-change: transform;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

/**/

.svc-box{
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 45px;
  border-radius: 20px;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow:
    0 1px 0 rgba(0,0,0,0.04),
    0 12px 30px rgba(0,0,0,0.08);
  transition:
    transform .5s cubic-bezier(.2,.8,.2,1),
    box-shadow .5s cubic-bezier(.2,.8,.2,1);
  overflow: hidden;
  isolation: isolate; 
}


.svc-box > *{ 
	position: relative; 
	z-index: 2; 
}

.svc-box:hover::before{
  background: #fafafa;

}

.svc-box::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding: 2px;
  background: conic-gradient(
    from 0deg,
    var(--fullbg1, #ee7752),
    var(--fullbg2, #e73c7e),
    var(--fullbg3, #23d5ab),
    var(--fullbg4, #f9ac55),
    var(--fullbg1, #ee7752)
  );

  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 1; 
}
.svc-box:hover::after{
  opacity: 1;
}

.svc-box:hover{
  transform: translateY(-8px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.06), 0 20px 44px rgba(0,0,0,0.15);
}

.svc-box > img{
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border-radius: 18px;
  padding: 18px;
  object-fit: contain;
  background:
    radial-gradient(120% 120% at 10% 10%, var(--green-light), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0));
  border: 1px solid rgba(0,0,0,0.05);
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.07));
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.svc-box:hover > img{ 
	transform: translateY(-2px) rotate(-3deg); 
}


.svc-box h3{
  margin: 0 0 8px;
  display: inline;
  background: linear-gradient(currentColor,currentColor) 0 100% / 0 2px no-repeat;
  transition: background-size .25s cubic-bezier(.2,.8,.2,1);
}
.svc-box:hover h3{ 
	background-size: 100% 2px; 
}

.svc-box p{
  margin: 0 0 16px;
  line-height: 1.6;
}

.svc-box a{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	transition: color .3s;
}

.svc-box a svg{
	width: 18px;
	height: 18px;
	transition: transform .25s cubic-bezier(.2,.8,.2,1);
}
.svc-box a:hover svg{ 
	transform: translateX(6px); 
}

@media (max-width: 600px){
.svc-box{
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.svc-box > img{ 
	margin-bottom: 12px; 
}
}

.form-builder-radio-item input:checked + label::before {
	background: var(--green);
	border: 2px solid var(--green);
}
.form-builder-radio-item label::before {
	border: 2px solid var(--green);
}

/**/
.offcanvas-menu {
	background-color: var(--black) !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > a:hover {
	color: var(--white) !important;
}
.offcanvas-active .burger-icon > span {
	background-color: var(--white) !important;
}