/*
	Theme Name: LAAPSA Child
	Description: You can customized your theme here.
	Template: laapsa
*/
h1 span, h2 span, h3 span, h4 span {
	font-style:italic;
	color:#8B6914;
}

body.home {
	background:url('../../uploads/2026/07/bg-home.webp');
	background-size:cover;
	background-position:center;
}
.site-header.is-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    animation: slideDown 0.5s ease forwards;
	z-index:9999;
}

.hero_section{
	    background-position: center 22%;
}

.site-navigation-dropdown ul.menu li.current-menu-item a{
	background: #D4B384 !important;
}

@keyframes slideDown{
    from{
        transform: translateY(-100%);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}
.header-inner,
.footer-inner {
	margin:0 auto;
}
.footer-inner {
    max-width: 1280px;
}
@media(min-width:989px) and (max-width:1300px) {
	.e-con-boxed .e-con-inner,
	.header-inner,
	.footer-inner {
		padding-left:30px !important;
		padding-right:30px !important;
	}
}
.site-header {
	padding:10px 0 !important;
}
a {
	text-decoration:none;
}

.site-header .header-inner {
	padding: 10px;
}


#menu-primary-menu {
	margin:0 !important;
}
.custom_subhead .elementor-heading-title {
	display:flex;
	align-items:center;
	gap:12px;
}
.custom_subhead .elementor-heading-title:before {
	position:relative;
	width:24px;
	height:1px;
	background:#9C7B4F;
	content:'';
}
.extra_button a {
	text-transform: uppercase;
    padding: 11px 20px;
    border: 1px solid #FAF7F066;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #FAF7F0;
	border: 1px solid #FAF7F066 !important;
	transition: all .3s ease;
}
.extra_button a svg {
    width: 8px;
}
.extra_button a:hover {
	background:var(--e-global-color-accent);
	border: 1px solid var(--e-global-color-secondary);
	color:var(--e-global-color-primary);
}
.extra_button a:hover svg path {
	stroke:var(--e-global-color-primary) !important;
}
.custom_overlay .elementor-background-video-container:before {
	background: linear-gradient(90deg, rgba(21, 37, 31, 0.9) 11.67%, rgba(21, 37, 31, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	content:'' !important;
	width:100% !important;
	height:100% !important;
} 
.cusom_button svg {
	width:9px !important;
}
.cusom_button1 a:hover svg path {
	fill:#fff;
}
.eael-testimonial-item {
    width: fit-content !important;
}
.marquee_custom {
	max-width:2500px;
	margin:0 auto;
	overflow:hidden;
	
}
.marquee_custom .elementor-icon-list-items.elementor-inline-items {
	flex-wrap:nowrap!important;
	
}
.marquee_custom .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-text {
	white-space:nowrap;
}
.number_left .eael-counter-number-wrap {
	justify-content: flex-start !important;
	align-items:flex-start !important;
}
.justify-start .eael-counter-number-wrap {
	justify-content:start;
}
.grid_vs:before {
    position: absolute !important;
    left: 0 !important;
    right: 0;
    top: 50% !important;
    transform: translatey(-50%);
    margin: auto !important;
    width: 42px !important;
    height: 42px !important;
    background: #FAF7F0 !important;
    content: 'vs' !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    font-family: 'Source Serif Pro';
    z-index: 1;
    border-radius: 50% !important;
	color:#B8956A;
}
.height_equal {
	height:100%;
}
.grid_vs:after {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	width:1px;
	height:100%;
	background:#D8D1BD;
	content:'';
	display:block !important;
}
.mt-0 p {
	margin:0 !important;
}
.border_custom_1:after {
	width:60px;
	height:2px;
	background:#B8956A;
	content:'';
	top:-1px;
	left:0;
	position:absolute;
}
/* Start Calculator */
.wrapper {
	max-width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 86px;
}
.section-title {
	color: #c8a977;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	margin-bottom:36px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.section-title:before {
	content: "";
	width: 32px;
	height: 1px;
	background: #B8956A;
}
.wrapper .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #B8956A40;
	padding: 18px 0;
}
.wrapper .label {
	color: #B8B0A0;
	font-size: 14px;
}
.wrapper input {
	width: auto;
	background: transparent;
	border: none;
	color: #FAF7F0;
	text-align: right;
	font-size: 28px;
	line-height:38px;
	outline: none;
	font-weight: 300;
	font-family: 'Source Serif Pro';
}
.result {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.result .price {
    font-size: 56px;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -2px;
    color: #FAF7F0;
    font-family: 'Source Serif Pro';
}
.result small {
    font-size: 22px;
    color: #B8B0A0;
    letter-spacing: 0;
    line-height: 32px;
	font-weight:400;
}
.result p {
    margin: 5px 0 0 !important;
    color: #B8B0A0;
    font-size: 14px;
    line-height: 24px;
}
.saving-box {
	margin-top: 11px;
	border: 1px solid #B8956A;
	background:#2B4A3E;
	padding: 24px;
	position:relative;
}
.saving-box:before {
    position: absolute;
    top: -1px;
    left: 24px;
    width: 32px;
    height: 2px;
    background: #B8956A;
    content: '';
}
.saving-box .price {
    color: #D4B384;
    font-size: 56px;
    line-height: 66px;
    font-weight: 300;
    font-family: 'Source Serif Pro';
    letter-spacing: -2px;
}
.saving-box .price small {
    font-family: 'Source Serif Pro';
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    color: #B8B0A0;
    line-height: 32px;
}
.saving-box p {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FAF7F0;
	margin: 5px 0 0 !important;
	opacity: 0.85;
}
.download {
	display: inline-block;
	margin-top: 40px;
	color: #D4B384;
	text-decoration: none;
	border-bottom: 1px solid #D4B384;
	padding-bottom: 4px;
	font-size: 16px;
    line-height: 26px;
	transition: all .3s ease;
}
.download:hover {
	border-bottom: 0px solid transparent;
}


.elementor-kit-5 button:hover{
	background: #fff !important;
}

.lubricant-main-box:hover {
	transform: translatex(10px);
}

.lubricant-main-box:hover .text-box{
	background-color: #D4B384 !important;
	color: #1A1A1A !important;
}

.lubricant-main-box:hover .text-box span{
	color: #1A1A1A !important;
}

.hero_section.custom_overlay{
position: relative;
}

.hero_section.custom_overlay .scroll_bt{
	left: 50%;
	transform: translateX(-50%);
}

/* ===== Scroll Indicator ===== */

.scroll-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 50;
}

.scroll-indicator .scroll-text {
    margin: 0;
    color: #FAF7F0;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.scroll-indicator .scroll-track {
    position: relative;
    width: 1px;
    height: 90px;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.scroll-indicator .scroll-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #c8a874;
    transform-origin: top;
    animation: scrollLineFill 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes scrollLineFill {
    0% {
        height: 0%;
    }
    45% {
        height: 100%;
    }
    55% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

.case_studies .e-n-accordion-item-title-header{
display: flex;
    align-items: center;
    gap: 12px;
}

.case_studies .e-n-accordion-item-title-header::before {
    position: relative;
    width: 24px;
    height: 1px;
    background: #9C7B4F;
    content: '';
}








@media(max-width:900px) {
	.wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.wrapper input {
		width: 120px;
		font-size: 28px;
	}
	.result .price,
	.saving-box .price {
		font-size: 30px;
	}
}
.wrapper input[type="number"]::-webkit-outer-spin-button,
.wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wrapper input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
/* End Calculator */

/* Start Chart */
.custom_btn_hvr .elementor-button:hover svg path{
    fill:#fff;
}


.chart-section{
    max-width: none;
    height: auto;
    padding: 0;
    border: 0px solid #d9d0bd;
    animation: fade-up .8s ease-out both;
}

.chart-header {
    color: #9b8569;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
    animation: fade-in .7s ease-out .1s both;
}

.chart {
    position: relative;
    width: 94%;
    max-width: 100%;
    height: 420px;
    padding-left: 30px;
    margin: 0 auto;
}

/* Horizontal Grid */
.grid {
    position: absolute;
    left: 40px;
    right: 0;
    border-top: 0.53px dashed transparent;
    transform-origin: left;
    animation: grid-in .8s ease-out .25s both;
    z-index: 1;
    border-image: repeating-linear-gradient(  to right,  #000000 0 4px,  transparent 4px 10px) 0.53;
    opacity: 0.07 !important;
}

.grid1{top:60px;}
.grid2{top:133px;}
.grid3{top:216px;}
.grid4{top:295px;}

/* Y Labels */
.y-label{
    position:absolute;
    left:12px;
    color:#8A8275;
    font-size:12px;
}

.y1{top:52px;}
.y2{top:130px;}
.y3{top:208px;}
.y4{top:286px;}

.bars{
    position:absolute;
    left:50px;
    right:0;
    bottom:0px;
    height:340px;

    display:flex;
    justify-content:space-around;
    align-items:flex-end;
}

.item{
    width:43px;
    text-align:center;
    position:relative;
    cursor:default;
}

.bar{
    width:43px;
    border-radius:0;
    transform-origin:bottom;
    animation:bar-grow 1.1s cubic-bezier(.2,.8,.2,1) both;
    transition:filter .25s ease, transform .25s ease;
}

.item:nth-child(1) .bar{animation-delay:.15s;}
.item:nth-child(2) .bar{animation-delay:.22s;}
.item:nth-child(3) .bar{animation-delay:.29s;}
.item:nth-child(4) .bar{animation-delay:.36s;}
.item:nth-child(5) .bar{animation-delay:.43s;}
.item:nth-child(6) .bar{animation-delay:.50s;}

.item:hover .bar{
    filter:brightness(1.08);
    transform:scaleX(1.06);
}

.beige{
    background:#d4bf9e;
}

.gray{
    background:#c7c0b3;
}

.green{
    background:#284d43;
}

.item span{
    display:block;
    margin-top:20px;
    color:#777;
    font-size:12px;
    opacity:0;
    animation:label-in .5s ease-out .85s both;
}

.active span{
    color:#284d43;
    font-weight:700;
}

.value{
    position:absolute;
    top:-26px;
    left:50%;
    transform:translateX(-50%);
    color:#284d43;
    font-weight:700;
    font-size:14px;
    opacity:0;
    animation:value-pop .55s cubic-bezier(.2,.8,.2,1) 1.15s both;
}

.source{
    width:100%;
    margin-top:5px;
    text-align:right;
    color: #9b8569;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation:fade-in .7s ease-out 1s both;
}

@keyframes bar-grow{
    from{transform:scaleY(0); opacity:.25;}
    to{transform:scaleY(1); opacity:1;}
}

@keyframes fade-up{
    from{opacity:0; transform:translateY(18px);}
    to{opacity:1; transform:translateY(0);}
}

@keyframes fade-in{
    from{opacity:0;}
    to{opacity:1;}
}

@keyframes grid-in{
    from{transform:scaleX(0); opacity:0;}
    to{transform:scaleX(1); opacity:1;}
}

@keyframes label-in{
    from{opacity:0; transform:translateY(-8px);}
    to{opacity:1; transform:translateY(0);}
}

@keyframes value-pop{
    from{opacity:0; transform:translate(-50%, 8px) scale(.75);}
    to{opacity:1; transform:translate(-50%, 0) scale(1);}
}

@media (prefers-reduced-motion:reduce){
    *, *::before, *::after{
        animation-duration:.01ms !important;
        animation-iteration-count:1 !important;
        transition-duration:.01ms !important;
    }
}

/* Responsive chart sizing */
@media (max-width:600px){
    .chart-section{
        padding:0;
    }

    .chart-header{
        font-size:10px;
        letter-spacing:3px;
        white-space:nowrap;
    }

    .chart{
        width:100%;
        height:430px;
        padding-left:42px;
    }

    .grid{
        left:42px;
    }

    .y-label{
        font-size:11px;
    }

    .bars{
        left:42px;
        height:360px;
        bottom:30px;
    }

    .item,
    .bar{
        width:42px;
    }

    .bar{
        max-height:360px;
    }

    .item span{
        font-size:10px;
        margin-top:14px;
    }

    .value{
        font-size:15px;
        top:-30px;
    }

    .source{
        font-size:10px;
        letter-spacing:4px;
    }
}

@media (max-width:430px){
    .chart-section{
        padding-left:0;
        padding-right:12px;
    }

    .chart-header{
        font-size:9px;
        letter-spacing:2px;
    }

    .chart{
        padding-left:34px;
    }

    .grid{
        left:34px;
    }

    .bars{
        left:34px;
    }

    .item,
    .bar{
        width:25px;
    }

    .item span{
        font-size:9px;
    }

    .value{
        font-size:13px;
    }
}
/* End Chart */




.border-style{
	 border-top: 1px solid;
    border-bottom: 1px solid !important;
    border-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        #BB7927 50.96%,
        rgba(94, 60, 20, 0) 100%
    ) 1;
    border-left: 0;
    border-right: 0;
}


/***footer****/
.footer_video video{
	object-fit:cover !important;
	display:block;
}
.footer_video {
    pointer-events: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.site-footer  .ss_foot_lft_dtl {
    display: grid !important;
    grid-template-columns: 4fr 8fr;
    position: relative;
	gap:100px;
	z-index:9;
}

#site-footer:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    background: linear-gradient(0deg, rgba(21, 37, 31, 0.9), rgba(21, 37, 31, 0.9)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.footer_menus {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.logo_desc {
    color: #FAF7F0;
    font-size: 14px;
    line-height: 24px;
}

.logo_tagline {
    color: #D4B384;
    font-size: 18px;
    line-height: 28px;
    font-family: "Source Serif Pro", Sans-serif;
    font-style: italic;
    margin: 12px 0;
}

.company_address {
    color: #FAF7F0;
    font-size: 12px;
    line-height: 22px;
}

#media_image-2 img {
    max-width: 170px !important;
}

.footer-title {
    color: #D4B384;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
	letter-spacing:2px;
}

footer .menu {
    padding: 0;
    list-style: none;
	    margin: 5px 0;
}

footer .menu a {
    color: #FAF7F0;
    font-size: 14px;
	    opacity: 0.8;
	    transition: color 0.2s, border-color 0.2s, padding-left 0.2s;
}

footer .menu li {
    line-height: 40px;
}

#site-footer {
    padding: 0 0 20px;
	    overflow: hidden;
}
.site-footer .ss_foot_rit {
    position: relative;
    z-index: 9;
    display: grid !important;
grid-template-columns: 8fr 4fr;
}
.site-footer .ss_foot_lft_dtl {
    padding:100px 0 50px;
	    position: relative;
    z-index: 99;
}

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

ul.contact_details a {
    color: #fff;
	    transition: color 0.2s, border-color 0.2s, padding-left 0.2s;
}

.contact_details + a {
    color: #D4B384;
	font-size:14px;
}

ul.contact_details li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
	    opacity: 0.8;
}
.contact_details a:hover{
	    color: #D4B384;
}
footer .menu a:hover {
    color: #D4B384;
	padding-left:5px;
}

.footer_copyright {
    color: #B8B0A0;
    font-size: 13px;
    border-top: 0.5px solid #B8956A;
    padding-top: 20px;
}
#site-footer:before{
    content: "";
    background-image: url(../../uploads/2026/07/footer-after.svg);
    bottom: 0;
    right: -22px;
    position: absolute;
    width: 526px;
    height: 245px;
    z-index: 9;
}
.custom_button svg {
	width:9px !important;
}
.custom_button a:hover path {
	fill:var( --e-global-color-accent );
}
.custom_table_border table {
	border-spacing:0;
	table-layout: fixed;
}
.button-block a {
	display:block !important; 
}

.ss_abt_grid_6{
    position: relative;
}

.ss_abt_grid_6::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #D8D1BD;
	width:90%;
}

.ss_abt_item{
    position: relative;
}

.ss_abt_item::before{
    content: "" !important;
    position: absolute !important;
    top: -30px !important;
    left: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border: 2px solid #8B6914 !important;
    background: #fff !important;
    border-radius: 50% !important;
    z-index: 2 !important;
}

.title_with_img_mrg .elementor-image-box-title{
	margin-top:0;
}

.title_with_img_mrg img{
	padding:8px;
	width:100%;
}

.cmp_grid li {
    padding-left: 20px !important;
}

/* Contact Form 7 */
.ss_cnt_frm_sec .wpcf7{
    width:100%;
}

/* Label */
.ss_cnt_frm_sec .wpcf7-form label{
	font-family: "Source Sans Pro";
    display:block;
    margin-bottom:5px;
    color:#1A1A1A;
    font-size:12px;
    font-weight:600;
    line-height:22px;
	margin-top:15px;
}

/* Input */
.ss_cnt_frm_sec .wpcf7-form-control:not(.wpcf7-submit){
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #D8D1BD;
    border-radius: 2px;
    background: transparent;
    color: #1A1A1A;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    outline: none;
    transition: .3s;
}

/* Placeholder */
.ss_cnt_frm_sec .wpcf7-form-control::placeholder,
.engineers_popup>.e-con-inner input::placeholder,
.engineers_popup>.e-con-inner textarea::placeholder {
    color:#B8B0A0;
    font-size:14px !important;
    line-height:24px;
    opacity:1;
}

.ss_cnt_frm_sec .wpcf7-form-control:not(.wpcf7-submit){
	color:#B8B0A0;
    font-size:14px;
    line-height:24px;
    opacity:1;
}

/* Focus */
.ss_cnt_frm_sec .wpcf7-form-control:focus{
    border-color:#2B4A3E;
}

/* Field Gap */
.ss_cnt_frm_sec .wpcf7-form p{
    margin:0 0 0px;
}

/* Submit Button */
.engineers_popup > .e-con-inner 
.ss_cnt_frm_sec .wpcf7-submit,
.engineers_popup > .e-con-inner input[type="submit"],
.engineers_popup > .e-con-inner .close {
   position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 50px;
    padding: 0 36px !important;
    border: none !important;
    border-radius: 2px;
    background: #2B4A3E;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    transition: .3s;
}

.ss_cnt_frm_sec .wpcf7-submit{
    background-image: url(https://betawebspace.com/clients/development/laapsa/wp-content/uploads/2026/07/arrow-light.svg);
    background-repeat: no-repeat;
    background-position: right 29px center;
    padding-right: 50px !important;
	margin-top:24px;
	color: #fff !important;
}

/* Hover */
.ss_cnt_frm_sec .wpcf7-submit:hover {
    background: #8c6b17 !important;
    border: 1px solid #8c6b17 !important;
    background-image: url(https://betawebspace.com/clients/development/laapsa/wp-content/uploads/2026/07/arrow-light.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 29px center !important;
    padding-right: 50px !important;
    margin-top: 24px;
}
.engineers_popup > .e-con-inner .close:hover,
.engineers_popup > .e-con-inner input[type="submit"]:hover {
    background: #8c6b17 !important;
    background-repeat: no-repeat !important;
    background-position: right 29px center !important;
}
/* CF7 Response */
.ss_cnt_frm_sec .wpcf7-response-output{
    margin:15px 0 0 !important;
}
.cusom_button .elementor-button-icon{
    transition: transform 0.3s ease;
}

.cusom_button .elementor-button:hover .elementor-button-icon{
    transform: translateX(5px);
}

.cusom_button svg{
    width: 9px !important;
}


.ss_progr_sec{
    display: flex;
    gap: 10px !important;
    flex-direction: row-reverse !important;
	    align-items: center !important;
}

.ss_progr_sec .elementor-title{
    flex: 0 0 auto;
    white-space: nowrap;
}

.ss_progr_sec .elementor-progress-wrapper{
    flex: 1; 
}
.ss_cnt_frm_sec .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 160px;
    padding: 19px 20px;
    border: 1px solid #D8D1BD;
    border-radius: 2px;
    background: transparent;
    color: #1A1A1A;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    outline: none;
    transition: .3s;
}
.ss_cnt_frm_sec .wpcf7-form-control.wpcf7-textarea::placeholder{
      font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 400;
}
.ss_comp_table_sec table tr td:nth-child(1) {
    background: #F2EDE0 !important;
}

.ss_td_bg {
    background: #2B4A3E !important;
    color: #fff !important;
}
.tbl_color_gold div {
    color: #9C7B4F !important;
}
.ss_comp_table_sec a{
	cursor:pointer;
}
.ss_comp_table_sec .active span {
    color: #fff !important;
    font-weight: 400;
}

.ss_comp_table_sec .active{
	background:#2B4A3E !important;
}

.site-navigation .menu-item{
	position: relative;
}

.site-navigation .menu-item a{
	transition: all .3s ease;
}

.site-navigation .menu-item a:after{
	width: 0px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #B8956A;
	transition: all .3s ease;
}

.site-navigation .menu-item:hover a:after{
	width: 100%;
}


.site-navigation .menu-item.current_page_item a:after{
		width: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #B8956A;
	transition: all .3s ease;

}

.site-navigation ul.menu li a{
	padding: 5px 10px !important;
}

.site-navigation ul.menu li{
	margin: 0 5px;
}
.engineers_popup {
    position: fixed !important;
	visibility:hidden;
	opacity:0;
	transition:all 0.5s ease;
    width: 100% !important;
	height:100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 9999 !important;
    top: 0 !important;
    left: 0 !important;
	background: #2b4a3e6e;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
}
.engineers_popup.active {
	visibility:visible;
	opacity:1;
}
.engineers_popup>.e-con-inner {
    width: 440px !important;
	flex-grow: 0 !important;
    margin: 0 auto !important;
    background: #faf7f0 !important;
    border: 1px solid #D4B384 !important;
    padding: 30px 30px 0 !important;
	height:auto !important
}
.engineers_popup>.e-con-inner input {
    width: 100% !important;
    height: 50px !important;
    padding: 0 20px;
    border: 1px solid #D8D1BD;
    border-radius: 2px;
    background: transparent;
    color: #1A1A1A;
    font-size: 14px !important;
    line-height: 24px !important;
    box-sizing: border-box;
    outline: none;
    transition: .3s;
}
.engineers_popup>.e-con-inner textarea {
    width: 100% !important;
    height: 150px !important;
    padding: 20px;
    border: 1px solid #D8D1BD;
    border-radius: 2px;
    background: #fff;
    color: #1A1A1A;
    font-size: 14px !important;
    line-height: 24px !important;
    box-sizing: border-box;
    outline: none;
    transition: .3s;
}
.engineers_popup>.e-con-inner p {
	display: flex !important;
    position: relative;
    gap: 10px;
}
.engineers_popup>.e-con-inner p>* {
    flex: 1;
}
.engineers_popup>.e-con-inner .wpcf7-spinner {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
}
.engineers_popup>.e-con-inner h4 {
	margin-bottom:15px !important;
}
.engineers_popup>.e-con-inner .wpcf7-response-output {
	margin: 0;
    text-align: center;
}
.engineers_popup>.e-con-inner .wpcf7-not-valid-tip {
	font-size:14px !important;
}
.engineers_popup>.e-con-inner .wpcf7 form>div,
.engineers_popup>.e-con-inner .wpcf7 form>p {
    margin-bottom: 10px;
}
.clear_button {
	opacity:0;
	visibility:hidden;
}
.clear_button.active {
	opacity:1;
	visibility:visible;
}
/* Mobile Landscape */
@media (max-width: 1024px) {
	.ss_abt_item::before{
		display:none !important;
	}
	.ss_abt_grid_6::after{
		display:none !important;
	}
}



@media (max-width: 767px) {


    .filter-scroll {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important; /* Start from left */
        align-items: center;
        overflow-x: auto !important;
        overflow-y: hidden;
        width: 100%;
        padding: 0 15px;
        gap: 10px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .filter-scroll::-webkit-scrollbar {
        display: none;
    }

    .filter-scroll > * {
        flex: 0 0 auto !important;
        white-space: nowrap;
    }

	
	.button-group{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    gap:10px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
}
	
	.ss_comp_tabl_bt1, .ss_comp_tabl_bt1 .elementor-button {
		width: 100% !important;
}

.button-group::-webkit-scrollbar{
    display:none;
}

.button-group>*{
    flex:0 0 auto;
    white-space:nowrap;
}

	.site-footer  .ss_foot_lft_dtl {
		grid-template-columns: 1fr;
		 gap: 25px;
	}
	.site-footer .ss_foot_lft_dtl {
		padding: 50px 15px 50px;
	}
	.custom_table_border table {
		min-width:980px !important;
	}
	.custom_table_border table .td-content {
		
	}
.footer_menus {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
	.site-footer .ss_foot_rit{
    grid-template-columns: 1fr;
    padding: 0 15px;
}
	.grid_vs:after{
		display:none !important;
	}
	.grid_vs:before{
		display:none !important;
	}
	.extra_button a {
		padding: 8px 10px;
		    gap: 6px;
		    font-size: 12px;
	}
	.site-navigation-toggle-holder {
    padding: 0px 0px 0px 8px !important;
}
	.site-header {
    padding: 0 !important;
}
	.site-header .site-branding .site-logo img {
		width: 120px;
	}
	.br-remove br {
    display: none;
}
	.section-title {
    margin-bottom: 0;
    margin-top: 20px;
}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
	.footer_menus {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
	    .site-footer > .footer-inner:nth-child(2) {
        gap: 50px;
    }


}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
/*     header#site-header {
    padding: 10px 18px !important;
} */
		.br-remove br {
    display: none;
}
    .site-footer .ss_foot_lft_dtl {
        padding: 60px 25px 50px;
        gap: 60px;
    }
	.footer_menus {
    grid-template-columns: repeat(3, max-content);
    gap: 30px;
 justify-content: space-between;
}
	.footer-inner.ss_foot_rit {
    padding: 0px 25px;
}
	.site-footer .ss_foot_rit {
    grid-template-columns: 1fr 0fr;
}
	.inner_banner_sec .eael-dch-title{
		line-height:48px !important;
	}

}


@media only screen and (min-device-width: 744px) and (max-device-width: 1133px) and (-webkit-min-device-pixel-ratio: 2){
		
	.custom_table_border .eael-data-table-wrap {
        overflow-x: auto !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        width: 100%;
    }

   .custom_table_border .eael-data-table {
        min-width: 1000px !important; /* Increase if needed */
        width: max-content !important;
    }
}
  /* =========================================
           MASTERCLASS CARD
        ========================================= */

        .masterclass-reservation-list {
            width: 100%;
        }

        .masterclass-card {
            width: 100%;
            padding: 40px;
            border: 2px solid #d9d1bd;
            background: #f8f6ef;
            box-sizing: border-box;
        }


        /* =========================================
           TITLE
        ========================================= */

        .masterclass-card__title {
            margin: 0;
            color: #2b2b2b  !important;
            font-size: 28px !important;
            line-height: 1.15;
            font-weight: 400;
            font-style: italic;
        }


        /* =========================================
           META
        ========================================= */

        .masterclass-card__meta {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin-top: 30px;
            color: #2b2b2b;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 1.3px;
        }

        .masterclass-card__separator {
            margin: 0 12px;
        }


        /* =========================================
           AVAILABILITY
        ========================================= */

        .masterclass-card__availability {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-top: 48px;
        }


        .masterclass-card__progress {
            position: relative;
            flex: 1;
            height: 4px;
            background: #eee9dc;
            border-radius: 10px;
            overflow: hidden;
        }


        .masterclass-card__progress-fill {
            height: 100%;

            background: #a47c48;

            border-radius: 10px;

            transition: width 0.4s ease;
        }


        .masterclass-card__remaining {
            flex: 0 0 auto;
            color: #a47c48;
            font-family: 'Source Sans Pro';
            font-size: 14px;
            line-height: 1.3;
            white-space: nowrap;
            letter-spacing: 0.02em;
        }



        .masterclass-card__button {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-top: 30px;
            padding: 12px 16px;
            border: 1px solid #202020;
            background: transparent;
            color: #1a1a1a;
            text-decoration: none;
            font-size: 14px;
            line-height: 1;
            font-weight: 600;
            box-shadow: 0px -1px 0px 0px #1A1A1A inset;
        }


        .masterclass-card__arrow {
    color: #294f43;
    line-height: 1;
    transition: transform .3s ease;
    width: 12px;
}


        .masterclass-card__button:hover {
    color: #000000;
    background-color: #D4B384;
}
span.masterclass-card__arrow svg {
    width: 10px;
    height: 10px;
}

        .masterclass-card__button:hover
        .masterclass-card__arrow {
            color: #fff;

            transform: translateX(5px);
        }


        /* =========================================
           FULLY BOOKED
        ========================================= */

        .masterclass-card__fully-booked {
            display: inline-block;

            margin-top: 62px;

            padding: 31px 40px;

            border: 2px solid #202020;

            color: #202020;

            font-family: Arial, Helvetica, sans-serif;

            font-size: 22px;

            font-weight: 700;

            letter-spacing: .04em;
        }

.masterclass-reservation-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
        /* =========================================
           MOBILE
        ========================================= */

        @media (max-width: 767px) {
.masterclass-reservation-list {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
            .masterclass-card {
                padding: 45px 28px;
            }


            .masterclass-card__title {
                font-size: 36px;
            }


            .masterclass-card__meta {
                margin-top: 45px;

                font-size: 19px;

                letter-spacing: .05em;
            }


            .masterclass-card__availability {
                margin-top: 55px;

                gap: 15px;
            }


            .masterclass-card__remaining {
                font-size: 14px;
            }


            .masterclass-card__button {
                min-width: 0;

                width: 100%;

                margin-top: 45px;

                padding: 25px 28px;

                font-size: 19px;

                gap: 20px;
            }

        }


        @media (max-width: 480px) {

            .masterclass-card__availability {
                display: block;
            }

            .masterclass-card__progress {
                width: 100%;
            }

            .masterclass-card__remaining {
                display: block;

                margin-top: 12px;
            }

        }


