/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
::selection {
    background: #8997FF;
    color: #ffffff;
}

::-moz-selection {
    background: #8997FF;
    color: #ffffff;
}

a{
    color: #2E221B;
    text-decoration: underline;
}

.monika-header-logo .hfe-site-logo-container {
    line-height: 0;
}

.custom-animated-button .custom_button::after,
.custom-animated-button button::after {
  content: "";
  width: 25px;
  height: 15px;
  margin-left: 5px;
  display: inline-block;
  background-color: currentColor;
  vertical-align: middle;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7071 8.07106C30.0976 7.68054 30.0976 7.04738 29.7071 6.65685L23.3431 0.29289C22.9526 -0.0976339 22.3195 -0.0976339 21.9289 0.292891C21.5384 0.683415 21.5384 1.31658 21.9289 1.7071L27.5858 7.36396L21.9289 13.0208C21.5384 13.4113 21.5384 14.0445 21.9289 14.435C22.3195 14.8256 22.9526 14.8256 23.3431 14.435L29.7071 8.07106ZM0 7.36396L8.74228e-08 8.36396L29 8.36396L29 7.36396L29 6.36396L-8.74228e-08 6.36396L0 7.36396Z'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7071 8.07106C30.0976 7.68054 30.0976 7.04738 29.7071 6.65685L23.3431 0.29289C22.9526 -0.0976339 22.3195 -0.0976339 21.9289 0.292891C21.5384 0.683415 21.5384 1.31658 21.9289 1.7071L27.5858 7.36396L21.9289 13.0208C21.5384 13.4113 21.5384 14.0445 21.9289 14.435C22.3195 14.8256 22.9526 14.8256 23.3431 14.435L29.7071 8.07106ZM0 7.36396L8.74228e-08 8.36396L29 8.36396L29 7.36396L29 6.36396L-8.74228e-08 6.36396L0 7.36396Z'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
}

.custom_button_1::after {
  content: "";
  width: 18px;
  height: 11px;
  margin-left: 5px;
  display: inline-block;
  background-color: currentColor;
  vertical-align: middle;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7071 8.07106C30.0976 7.68054 30.0976 7.04738 29.7071 6.65685L23.3431 0.29289C22.9526 -0.0976339 22.3195 -0.0976339 21.9289 0.292891C21.5384 0.683415 21.5384 1.31658 21.9289 1.7071L27.5858 7.36396L21.9289 13.0208C21.5384 13.4113 21.5384 14.0445 21.9289 14.435C22.3195 14.8256 22.9526 14.8256 23.3431 14.435L29.7071 8.07106ZM0 7.36396L8.74228e-08 8.36396L29 8.36396L29 7.36396L29 6.36396L-8.74228e-08 6.36396L0 7.36396Z'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7071 8.07106C30.0976 7.68054 30.0976 7.04738 29.7071 6.65685L23.3431 0.29289C22.9526 -0.0976339 22.3195 -0.0976339 21.9289 0.292891C21.5384 0.683415 21.5384 1.31658 21.9289 1.7071L27.5858 7.36396L21.9289 13.0208C21.5384 13.4113 21.5384 14.0445 21.9289 14.435C22.3195 14.8256 22.9526 14.8256 23.3431 14.435L29.7071 8.07106ZM0 7.36396L8.74228e-08 8.36396L29 8.36396L29 7.36396L29 6.36396L-8.74228e-08 6.36396L0 7.36396Z'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
}

.custom-animated-button .custom_button:hover::after,
.custom-animated-button button:hover::after,
.custom_button_1:hover::after {
  animation: arrowStretch 0.45s ease forwards;
}

@keyframes arrowStretch {
  0% {
    transform: scaleX(0.15);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.logo-slider{
    overflow:hidden;
    width:100%;
}

.logo-slider-left,
.logo-slider-right{
    overflow:hidden;
    width:100%;
}

.logo-slider-left .gallery,
.logo-slider-right .gallery{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center;
    gap:50px;
    width:max-content;
}

.logo-slider-left .gallery{
    animation: logoSlideLeft 60s linear infinite;
    will-change: transform;
}

.logo-slider-right .gallery{
    animation: logoSlideRight 60s linear infinite;
    will-change: transform;
}

.logo-slider-left:hover .gallery,
.logo-slider-right:hover .gallery{
    animation-play-state:paused;
}

.logo-slider-left .gallery-item,
.logo-slider-right .gallery-item{
    float:none !important;
    width:auto !important;
    margin:0 !important;
    flex:0 0 auto;
    height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.logo-slider-left .gallery-icon,
.logo-slider-right .gallery-icon,
.logo-slider-left .gallery-icon a,
.logo-slider-right .gallery-icon a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}

.logo-slider-left img,
.logo-slider-right img{
    max-width:200px;
    max-height:80px;
    width:auto;
    height:auto;
    object-fit:contain;
    display:block;
}

@keyframes logoSlideLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 25px));
    }
}

@keyframes logoSlideRight {
    from {
        transform: translateX(calc(-50% - 25px));
    }
    to {
        transform: translateX(0);
    }
}

.blurb-content {
    min-height: 135px;
}

.home-tabber .e-n-tabs-heading {
    counter-reset: tab-counter;
}

.home-tabber .e-n-tab-title[aria-selected=true]{
	text-decoration: underline;
}

.brand-gallery .e-n-tab-title[aria-selected=true]{
	text-decoration: underline;
}

.home-tabber .e-n-tab-title {
    counter-increment: tab-counter;
}

.home-tabber .e-n-tab-title-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-tabber .e-n-tab-title-text::before {
    content: counter(tab-counter, decimal-leading-zero);
    display: block;
	font-family: Karla;
    font-size: 15px;
    font-weight: 500;
    line-height: 0;
    color: var(--n-tabs-title-color);
	text-decoration: none;
	letter-spacing: 0.46em;
}

.faq-tabs .e-n-accordion-item{
	padding-bottom: 5px;
}

.faq-tabs .e-n-accordion-item-title{
/* 	padding: 15px; */
	justify-content: space-between;
/* 	border-radius: 10px; */
}

.faq-tabs .e-n-accordion-item-title, .faq-tabs .elementor-element{
	border: none;
}

.faq-tabs .e-n-accordion-item .e-n-accordion-item-title-icon {
	transform: rotate(90deg);
}

.faq-tabs .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
	transform: rotate(150deg);
}

.home-testimonial .icon-img-right-content .eael-testimonial-quote {
    position: relative;
    font-size: 25px;
    color: #8997FF !important;
}

.home-testimonial .eael-testimonial-content .eael-testimonial-text{
	font-style: normal;
}

.home-testimonial .eael-testimonial-content .eael-testimonial-user {
    display: block;
}

.home-testimonial .swiper-button-next,.home-testimonial .swiper-button-prev{
    top: inherit;
    bottom: 10px;
}

.home-testimonial .swiper-button-next{
		left: 50%;
    right: inherit;
}

.home-testimonial .swiper-button-prev{
		right: inherit;
    left: 48%;
}

/* ========================================
   Blog Grid Layout
======================================== */
.custom-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
/*     gap: 18px; */
	gap: 20px;
}

.custom-blog-card {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 14px 14px 22px;
	padding: 20px 20px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.custom-blog-image img {
    width: 100%;
    object-fit: cover;
/*     border-radius: 4px; */
	border-radius: 0;
    display: block;
	height: 320px;
}

.custom-blog-meta {
/*     margin-top: 22px; */
	margin-top: 30px;
    font-family: "Karla", Sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #7b1f1f;
	flex-grow: 1;
}

.custom-blog-title {
    margin: 18px auto;
/*     max-width: 320px; */
	max-width: 100%;
    font-family: "Karla", Sans-serif;
    font-size: 18px;
    font-weight: 400;
/*     letter-spacing: 3px; */
	letter-spacing: 0.1em;
    line-height: 1.2;
	flex-grow: 3;
}

.custom-blog-title a {
    color: #2b1d1d;
    text-decoration: none;
}

.custom-blog-excerpt {
    margin: 0 auto 30px;
    font-family: "Karla", Sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #3a2d2d;
	max-width: 85%;
}

.custom-blog-button {
    display: inline-block;
    min-width: 250px;
    padding: 11px 24px;
    border: 1px solid #7b1f1f;
/*     border-radius: 30px; */
	border-radius: 20px;
    color: #7b1f1f;
    font-family: "Karla", Sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    align-self: center;
    margin-top: 0;
    transition: all 0.3s ease;
}

.custom-blog-button:hover {
    background: #7b1f1f;
    color: #fff;
}

@media (max-width: 1024px) {
    .custom-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .custom-blog-grid {
        grid-template-columns: 1fr;
    }
}
.logo-slider{
    overflow:hidden;
    width:100%;
}

.logo-slider-left,
.logo-slider-right{
    overflow:hidden;
    width:100%;
}

.logo-slider-left .gallery,
.logo-slider-right .gallery{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center;
    gap:50px;
    width:max-content;
}

.logo-slider-left .gallery{
    animation: logoSlideLeft 60s linear infinite;
    will-change: transform;
}

.logo-slider-right .gallery{
    animation: logoSlideRight 60s linear infinite;
    will-change: transform;
}

.logo-slider-left:hover .gallery,
.logo-slider-right:hover .gallery{
    animation-play-state:paused;
}

.logo-slider-left .gallery-item,
.logo-slider-right .gallery-item{
    float:none !important;
    width:auto !important;
    margin:0 !important;
    flex:0 0 auto;
    height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.logo-slider-left .gallery-icon,
.logo-slider-right .gallery-icon,
.logo-slider-left .gallery-icon a,
.logo-slider-right .gallery-icon a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}

.logo-slider-left img,
.logo-slider-right img{
    max-width:200px;
    max-height:80px;
    width:auto;
    height:auto;
    object-fit:contain;
    display:block;
}

@keyframes logoSlideLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 25px));
    }
}

@keyframes logoSlideRight {
    from {
        transform: translateX(calc(-50% - 25px));
    }
    to {
        transform: translateX(0);
    }
}

.blurb-content {
    min-height: 135px;
}

.home-tabber .e-n-tabs-heading {
    counter-reset: tab-counter;
}

.home-tabber .e-n-tab-title[aria-selected=true]{
	text-decoration: underline;
}

.brand-gallery .e-n-tab-title[aria-selected=true]{
	text-decoration: underline;
}

.home-tabber .e-n-tab-title {
    counter-increment: tab-counter;
}

.home-tabber .e-n-tab-title-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-tabber .e-n-tab-title-text::before {
    content: counter(tab-counter, decimal-leading-zero);
    display: block;
		font-family: Karla;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--n-tabs-title-color);
		text-decoration: none;
}

.home-contact-section:before {
    content: '';
    display: block;
    width: 100%;
    background: #FFF;
/*     height: 43vh; */
	height: 490px;
    position: absolute;
    top: 0;
    left: 0;
}

/* .as-seen-gallery .gallery-icon a:hover img {
    transform: scale(1.15);
}

.as-seen-gallery .gallery-icon a img {
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
} */

.faq-tabs .e-n-accordion-item{
	padding-bottom: 5px;
}

.faq-tabs .e-n-accordion-item-title{
/* 	padding: 15px; */
	justify-content: space-between;
/* 	border-radius: 10px; */
}

.faq-tabs .e-n-accordion-item-title, .faq-tabs .elementor-element{
	border: none;
}

.faq-tabs .e-n-accordion-item .e-n-accordion-item-title-icon {
	transform: rotate(90deg);
}

.faq-tabs .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
	transform: rotate(150deg);
}

.home-testimonial .icon-img-right-content .eael-testimonial-quote {
    position: relative;
/*     font-size: 25px; */
	font-size: 32px;
    color: #8997FF !important;
}

.home-testimonial .eael-testimonial-content .eael-testimonial-text{
    font-style: normal;
}

.home-testimonial .eael-testimonial-item .eael-testimonial-content .eael-testimonial-user{
    display: block;
    margin-top: 30px;
}

/* ========================================
   ARROW CONTAINER
======================================== */

.home-testimonial .swiper-container-wrap{
    position: relative;
     /* room for arrows */
}

/* ========================================
   SWIPER BUTTONS
======================================== */

.home-testimonial .swiper-button-prev,
.home-testimonial .swiper-button-next{
    position: absolute;
    top: auto !important;
    bottom: 0;
    width: 45px !important;
    height: 20px !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: auto !important;
    z-index: 10;
}
/* 
.home-testimonial .swiper-autoheight .swiper-wrapper{
    height: 580px !important;
} */

/* Centered pair */

.home-testimonial .swiper-button-prev{
    left: calc(50% - 60px) !important;
}

.home-testimonial .swiper-button-next{
    left: calc(50% + 0px) !important;
}

/* Remove default Swiper arrows */

.home-testimonial .swiper-button-prev:after,
.home-testimonial .swiper-button-next:after{
    display: none !important;
}

/* Hide Font Awesome icons */

.home-testimonial .swiper-button-prev i,
.home-testimonial .swiper-button-next i{
    display: none !important;
}

/* ========================================
   NEXT ARROW
======================================== */

.home-testimonial .swiper-button-next::before{
    content: '';
    display: block;
    width: 64px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='20' viewBox='0 0 64 20'%3E%3Cpath d='M53.293 18L54.854 19.414L64 10.414V9L54.854 0L53.366 1.414L60.586 8.707H0V10.707H60.586L53.293 18Z' fill='%232E221B'/%3E%3C/svg%3E");
}

/* ========================================
   PREVIOUS ARROW
======================================== */

.home-testimonial .swiper-button-prev::before{
    content: '';
    display: block;
    width: 64px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='20' viewBox='0 0 64 20'%3E%3Cpath d='M53.293 18L54.854 19.414L64 10.414V9L54.854 0L53.366 1.414L60.586 8.707H0V10.707H60.586L53.293 18Z' fill='%232E221B'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}

.elementor-11 .elementor-element.elementor-element-77a3550 .eael-testimonial-item .eael-testimonial-item-inner{
 border: 0;
}

/* ========================================
   Featured Testimonial
======================================== */
.highlight-qoute-icon{
    line-height: 0;
}

.highlight-testimonial p {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    max-width: 0;
    line-height: 1.25;
/*     padding-bottom: 0.12em; */
	padding-bottom: 0;
    border-right: 2px solid currentColor;
    animation:
        typingLoop 9s steps(50, end) infinite,
        blink .8s step-end infinite;
}

@keyframes typingLoop {
    0%   { max-width: 0; }
    33%  { max-width: 100%; }
    89%  { max-width: 100%; }
    100% { max-width: 0; }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

@media (max-width: 767px) {
    .highlight-testimonial p {
        display: block;
        max-width: 100%;
        white-space: normal;
        overflow: visible;
        border-right: 0;
        animation: none;

        font-size: clamp(28px, 8vw, 42px);
        line-height: 1.2;
        padding-bottom: 0;
    }
}

/* ========================================
   Call Monika Button
======================================== */
.home-contact-section button{
    animation: pulseShake 4s ease-in-out infinite;
}

@keyframes pulseShake{
    0%, 85%, 100%{
        transform:scale(1) translateX(0);
    }

    88%{
        transform:scale(1.03) translateX(-2px);
    }

    91%{
        transform:scale(1.03) translateX(2px);
    }

    94%{
        transform:scale(1.03) translateX(-2px);
    }

    97%{
        transform:scale(1.03) translateX(2px);
    }
}

/* ========================================
   Blog Grid Layout
======================================== */
/* .custom-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.custom-blog-card {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 14px 14px 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.custom-blog-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.custom-blog-meta {
    margin-top: 22px;
    font-size: 11px;
    line-height: 1.6;
    color: #7b1f1f;
}

.custom-blog-title {
    margin: 18px auto;
    max-width: 320px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.4;
}

.custom-blog-title a {
    color: #2b1d1d;
    text-decoration: none;
}

.custom-blog-excerpt {
    margin: 0 auto 24px;
    font-size: 14px;
    line-height: 1.7;
    color: #3a2d2d;
}

.custom-blog-button {
    display: inline-block;
    min-width: 250px;
    padding: 11px 24px;
    border: 1px solid #7b1f1f;
    border-radius: 30px;
    color: #7b1f1f;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    align-self: center;
    margin-top: 0;
}

.custom-blog-button:hover {
    background: #7b1f1f;
    color: #fff;
}

@media (max-width: 1024px) {
    .custom-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .custom-blog-grid {
        grid-template-columns: 1fr;
    }
} */

/* =========================================
   Portfolio Image Shine Effect
========================================= */

.portfolio-grid .elementor-widget-image{
    position: relative;
    overflow: hidden;
    border-radius: inherit;
}

.portfolio-grid .elementor-widget-image img{
    display: block;
    width: 100%;
    transition:
        transform 0.4s ease,
        filter 0.4s ease;
}

/* Shine overlay */
.portfolio-grid .elementor-widget-image::before{
    content: '';
    position: absolute;
    top: -50%;
    left: -120%;
    width: 50%;
    height: 200%;
    z-index: 2;
    pointer-events: none;

    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0) 100%
    );

    transform: rotate(25deg);
}

/* Hover effects */
.portfolio-grid .elementor-widget-image:hover img{
    transform: scale(1.03);
    filter: brightness(1.05);
}

.portfolio-grid .elementor-widget-image:hover::before{
    animation: portfolioShine 0.9s ease forwards;
}

/* Animation */
@keyframes portfolioShine{
    from{
        left: -120%;
    }
    to{
        left: 170%;
    }
}

/* ========================================
   ABOUT
======================================== */


.about-monika h3{
    font-family: "Karla", Sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.about-monika p{
    margin-bottom: 40px;
}

.content-container h3{
    color: #4E0000;
    font-family: "Karla", Sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.content-container p{
    font-family: "Karla", Sans-serif;
    font-size: 18px;
    margin-bottom: 40px;
	line-height: normal;
}

/* =========================
   Portfolio Masonry
========================= */
.portfolio-gallery .gallery {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px !important;
}

.portfolio-gallery .gallery-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.portfolio-gallery .gallery-icon,
.portfolio-gallery .gallery-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.portfolio-gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1024px) {
    .portfolio-gallery .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .portfolio-gallery .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .portfolio-gallery .gallery {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   TEAM GALLERY
======================================== */

.team-gallery .elementor-widget-image,
.team-gallery .elementor-widget-image .elementor-widget-container{
    overflow: hidden;
}

.team-gallery .elementor-widget-image img{
    display:block;
    width:100%;
    transition:transform .7s cubic-bezier(.19,1,.22,1),
               filter .5s ease;
}

.team-gallery .elementor-widget-image:hover img{
    transform:scale(1.05);
    filter:grayscale(100%);
}

/* ========================================
   BLOG LIST
======================================== */

.custom-blog-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 30px;
    text-align: center;
}

.custom-blog-categories a {
    color: #4E0000 !important;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 1.8;
}

.custom-blog-categories a:not(:last-child)::after {
    content: "|";
    display: inline-block;
    margin: 0 14px;
    color: #7c3b35;
}

.custom-blog-pagination {
    margin-top: 35px;
}

.custom-blog-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-blog-pagination li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-blog-pagination li::marker {
    display: none;
    content: "";
}

.custom-blog-pagination .page-numbers {
    font-size: 0 !important;
    text-decoration: none !important;
    color: transparent !important;
}

.custom-blog-pagination li:not(:has(.prev)):not(:has(.next)) {
    display: none !important;
}

.custom-blog-pagination .prev,
.custom-blog-pagination .next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 20px;
}

.custom-blog-prev-arrow,
.custom-blog-next-arrow {
    display: block;
    width: 64px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='20' viewBox='0 0 64 20'%3E%3Cpath d='M53.293 18L54.854 19.414L64 10.414V9L54.854 0L53.366 1.414L60.586 8.707H0V10.707H60.586L53.293 18Z' fill='%232E221B'/%3E%3C/svg%3E");
}

.custom-blog-prev-arrow {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .custom-blog-categories {
        gap: 8px 14px;
    }

    .custom-blog-categories a:not(:last-child)::after {
        display: none;
    }
}

.custom-blog-card a{
    text-decoration: none;
}

/* ========================================
   RESPONSIVE CUSTOMIZATION
======================================== */

/* =========================
   Desktop
========================= */
@media (min-width: 1025px) {
    .header-stylized h1{
    	font-family: "Saol Display Light", Sans-serif;
        font-size: 160px;
		line-height: 1;
    }
    
    .header-stylized h1 em{
        display: block;
        font-family: "Saol Display Light", Sans-serif;
        font-size: 120px;
        font-style: italic;
		line-height: 1;
    }

    .standard-h1 h1{
        font-size: 100px;
    }

    .banner-header h1{
		font-size: 0;
        line-height: 1;
    }

    .banner-header h1 span.banner-header-upper{
/*         font-size: 80px; */
		font-size: 120px;
        font-weight: 300;
        display: block;
		line-height: 1;
    }

    .banner-header h1 span.banner-header-lower{
        font-size: 120px;
        font-weight: 300;
/* 		font-size: 160px; */
		letter-spacing: -0.06em;
		line-height: 1;
    }
	
	@media (max-width: 1499px) {
		.standard-h1 h1{
			font-size: 76px;
		}
		.header-stylized h1 em {
			font-size: 90px;
		}
		.header-stylized h1 {
			font-size: 104px;
		}
	}
}

/* =========================
   Tablet
========================= */
@media (max-width: 1024px) {
	.header-stylized h1{
/*         font-size: 140px; */
		font-size: 100px;
    }
    
    .header-stylized h1 em{
/*         font-size: 100px; */
		font-size: 80px;
    }

    .standard-h1 h1{
/*         font-size: 80px; */
		font-size: 70px;
    }

	.banner-header h1 {
		font-size: 0;
		line-height: 1;
	}
    .banner-header h1 span.banner-header-upper{
        font-size: 75px;
		line-height: 1;
    }

    .banner-header h1 span.banner-header-lower{
        font-size: 100px;
		line-height: 1;
    }
}


@media (max-width: 990px) {
	.header-stylized h1{
		font-size: 80px;
	}
	.header-stylized h1 em{
		font-size: 70px;
    }
	.standard-h1 h1 {
		font-size: 58px;
	}
}
/* =========================
   Mobile
========================= */
@media (max-width: 767px) {
	.header-stylized h1{
        font-size: 80px;
    }
    
    .header-stylized h1 em{
        font-size: 60px;
		font-size: 50px;
    }

    .standard-h1 h1{
        font-size: 80px;
		font-size: 66px;
    }

	.banner-header h1 {
		font-size: 0;
		line-height: 1;
	}
    .banner-header h1 span.banner-header-upper{as-seen-gallery
        font-size: 65px;
		line-height: 1;
    }

    .banner-header h1 span.banner-header-lower{
        font-size: 90px;
		line-height: 1;
    }
	.custom-blog-card {
		padding: 10px 10px 20px;
	}
	.custom-blog-excerpt {
		font-size: 16px;
	}
	.custom-blog-title { as-seen-gallery
		letter-spacing: 0.05em;
	}
	.custom-blog-meta {
		margin-top: 15px;
	}
	.custom-blog-title {
		margin: 15px auto;
	}
	.custom-blog-excerpt {
		max-width: 95%;
		margin: 0 auto 15px;
	}
	.header-stylized h1 {
		font-size: 64px;
	}
	.standard-h1 h1 {
		font-size: 48px;
	}
	.content-container h3 {
		font-size: 18px;
		margin: 4px 0 14px;
	}
	.content-container p{
		font-size: 16px;
		margin-bottom: 20px;
	}
}

@media (max-width: 639px) {
	.banner-header h1 {
		font-size: 0;
	}
	.banner-header h1 span.banner-header-upper { 
		font-size: 44px;
	}
	.banner-header h1 span.banner-header-lower {
		font-size: 78px;
	}
	.header-stylized h1 em{ 
		font-size: 34px;
	}
	.header-stylized h1 {
		font-size: 38px;
	}
	.standard-h1 h1{
		font-size: 34px;
	}
}

@media (max-width: 480px) {
	.banner-header h1 {
		font-size: 0;
	}
	.banner-header h1 span.banner-header-upper { 
		font-size: 34px;
	}
	.banner-header h1 span.banner-header-lower {
		font-size: 58px;
	}
	.as-seen-gallery .gallery-item {
		padding-right: 0 !important;
	}
}

.contact_form .wpforms-container { margin: 0 !important;}
.contact_form .wpforms-field-container { display: flex; flex-direction: column; gap: 50px;}
.contact_form .wpforms-field-container .wpforms-field { padding: 0;}

.contact_form .wpforms-field-container .wpforms-field .wpforms-field-label { font-size: 22px; line-height: 1.2; letter-spacing: 0.1em; font-family: "Karla", Sans-serif; color: #2E221B; font-weight: 400; text-transform: uppercase; margin-bottom: 20px;}

.contact_form .wpforms-field-container .wpforms-field  input[type="email"],
.contact_form .wpforms-field-container .wpforms-field  input[type="number"],
.contact_form .wpforms-field-container .wpforms-field  select,
.contact_form .wpforms-field-container .wpforms-field  input[type="text"] { background: transparent; /*border: 0;*/ border-bottom: 1px solid #2E221B !important; color: #2E221B; border-left: 0;
    border-radius: 0; border-right: 0;
    border-top: 0; padding: 0; padding-inline-start: 0 !important;}
.contact_form .wpforms-field-container .wpforms-field  textarea { background: transparent; border-color: #2E221B; color: #2E221B;}
.contact_form .wpforms-field-container .wpforms-field  textarea:focus { color: #fff; box-shadow: none; border: 1px solid #2E221B !important;}
.contact_form .wpforms-field-container .wpforms-field  input[type="email"]:focus,
.contact_form .wpforms-field-container .wpforms-field  input[type="number"]:focus,
.contact_form .wpforms-field-container .wpforms-field  select:focus,
.contact_form .wpforms-field-container .wpforms-field  input[type="text"]:focus { box-shadow: none; border-bottom: 1px solid #2E221B !important; border-left: 0;
    border-radius: 0;
    border-top: 0;}

.contact_form .wpforms-field-container .wpforms-field  input[type="email"]::placeholder,
.contact_form .wpforms-field-container .wpforms-field  input[type="number"]::placeholder,
.contact_form .wpforms-field-container .wpforms-field  input[type="text"]::placeholder,
.contact_form .wpforms-field-container .wpforms-field  textarea::placeholder { color: #2E221B;}

@media (max-width: 767px) {
	.contact_form .wpforms-field-container { gap: 30px;}
	.contact_form .wpforms-field-container .wpforms-field .wpforms-field-label { font-size: 18px; margin-bottom: 10px;}
}

@media (max-width: 480px) {
	.contact_form .wpforms-field-container .wpforms-field .wpforms-field-label { font-size: 16px;}
	.custom-blog-image img { height: 200px;}
}

/*gallery start */

#gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5, #gallery-6, #gallery-7, #gallery-8, #gallery-9 {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
#gallery-1 figure, #gallery-2 figure, #gallery-3 figure, #gallery-4 figure, #gallery-5 figure, #gallery-6 figure, #gallery-7 figure, #gallery-8 figure, #gallery-9 figure {
   width: 100%;
   margin: 0 0 20px;
}


/*gallery end */


