/*

Theme Name: F.A.S.S

Author: F.A.S.S

Description: Storgaard Media Theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Theme is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.

Version: 1.2

Text Domain: fass

Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns

Use it to make something cool, have fun, and share what you've learned with others.

*/
:root :where(body) {
    background-color: #ffffff;
}
:root {
    --bs-primary: #bfa136;
}
body{
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
}
#depicter-60 {
    touch-action: auto !important;
}
.menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
mark{
    padding: 0px 20px 4px 20px!important;
    border-radius: 16px;
    display: inline-block;
}
header{
    position: relative;
    z-index: 999;
        margin-bottom: -160px;
}
.header-right-button {
    justify-content: end;
    align-items: center;
    display: flex;
    padding: 4px 20px 4px 40px;
}
header .header-inner .menu{
    display: flex;
    column-gap: 60px;
}
header .header-inner .menu li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
header .header-inner .mobile-menu ul li a {
    color: #000000;
}
.header-inner .navbar-collapse {
    padding: 9px 20px 9px 40px;
}
.header-inner ul li a:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #fff;
    height: 3px;
    transition: all .5s;
    border-radius: 40px;
}
.header-inner ul li a:hover:after {
    width: 100%;
}
.header-container .logo_custom {
    padding-right: 80px;
}
.logo_custom a img {
    width: 130px;
    height: auto;
    z-index: 9;
    position: relative;
}
.header-nav-menu {
    background-color: #c1a13b;
    padding: 22px 0px;
    align-items: center;
    border-radius: 0px 0px 0px 50px;
}
.header-container.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #000;
    animation-direction: normal;
    animation-duration: 0.5s;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, .05);
    z-index: 999;
    padding: 5px 0px
}
.header-container.sticky .header-nav-menu {
    background-color: #000000;
}
.header-container.sticky .header-topbar {
    display: none;
}

.header-container.sticky .header-nav-menu {
    margin-top: 15px;
    padding: 0;
}

.header-container.sticky .logo_custom a img {
    margin-top: 0px;
    width: 65px;
}
.header-container.sticky .header-container .logo_custom {
    padding-right: 120px;
}
.header-topbar {
    background: #000;
}
.topbar_icon img {
    width: 22px !important;
}
.top_nav li a:after{
    display:none;
}
.wpml-language-switcher-block .wp-block-navigation__submenu-icon svg {
    height: 18px;
    width: 18px;
    margin-top: -3px;
}

/*.header-main-wrap{*/
/*    position:relative;*/
/*    z-index:9;*/
/*}*/
.mask-right img{
    -webkit-mask-image: url(https://metras.xcelbook.com/wp-content/uploads/2024/09/Illustration-1.png);
    mask-image: url(https://metras.xcelbook.com/wp-content/uploads/2024/09/Illustration-1.png);
    mask-repeat: no-repeat;
    mask-size: 100%;
    width: 100%;
    -webkit-mask-position-x: right;
}
.mask-left img {
    -webkit-mask-image: url(https://metras.xcelbook.com/wp-content/uploads/2024/09/Illustration-2.png);
    mask-image: url(https://metras.xcelbook.com/wp-content/uploads/2024/09/Illustration-2.png);
    mask-repeat: no-repeat;
    width: 100%;
    mask-size: 110%;
}
.wp-block-button .wp-block-button__link img{
   margin-right: 15px;
   display: inline-block;
   width: auto;
}
.services-slider .service-box {
    padding: 0px 30px;
}

.services-slider .service-box img{
    width: 100%;
}
.service-box img:not(.wp-block-button__link img) {
    width: 100%;
    -webkit-mask-image: url(https://metras.xcelbook.com/wp-content/uploads/2024/09/services-box-img.png);
    mask-image: url(https://metras.xcelbook.com/wp-content/uploads/2024/09/services-box-img.png);
    mask-repeat: no-repeat;
    width: 100%;
    mask-size: 100%;
}
.wpcf7-form label{
    display: block !important;
    width: 100%;
}
.wpcf7-form br {
    display: none;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: black;
  opacity: 1;
}

::placeholder {
  color: black;
  opacity: 1;
}
input.wpcf7-form-control {
    border: 0;
    border-bottom: solid 1px #000;
    font-size: 18px;
    padding: 8px;
    margin-bottom: 25px;
    width: 100%;
    outline: none;
}
.wpcf7-submit:hover {
    border-color: #a68529;
    background-color: transparent;
    border: 2px solid #a68529 !important;
    color: #a68529;
    outline: none;
}
.contact-hover img {
    border-radius: 50%;
}
.wpcf7-form-control {
    text-align: right;
}
.wpcf7-textarea{
    border: 0;
    border-bottom: solid 1px #000;
    font-size: 18px;
    padding: 8px; 
    height: 150px;
    width: 100%;
    outline: none;
}
.contact-hover:hover {
    background-color: #f3f6ff;
    border: 1px solid transparent;
}
.arabic-form .wpcf7-textarea {
    text-align: right;
}

.wpcf7-submit {
    border: 0 !important;
    background: #C2A13A;
    font-size: 20px !important;
    font-weight: 500;
    color: #fff;
    margin-top: 50px;
    padding: 16px !important;
    border-radius: 10px;
}
.wp-block-media-text{
    grid-template-columns: 46px auto !important;
    margin: 0px !important;
}
.wp-block-media-text__content{
    padding: 0px 25px !important;
}
.topbar_bg {
    padding: 10px 40px;
}

/* Main slider styles */
.testimonial-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 50px 50px;
    border-radius: 12px;
}
.testimonial-author img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.header-container.sticky .mobile-menu-icon {
    fill: #fff;
}
/* Thumbnail slider styles */
.testimonial-thumbs:before {
    content: '';
    position: absolute;
    bottom: 167px;
    background: #fff;
    width: 62px;
    height: 45px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 0px;
    right: 0px;
    display: block;
    text-align: center;
    margin: auto;
}
.testimonial-thumbs {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.testimonial-thumbs h3{
    text-align: center;
    display: none;
}
.testimonial-thumbs .slick-active.slick-center h3 {
    display: block;
    font-size: 20px;
    padding-top: 10px;
}
.testimonial-thumbs img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: auto;
}

/* Highlight the center thumbnail */
.testimonial-thumbs .slick-center img {
    width: 106px;
    height: 106px;
}

.testimonial-thumbs .slick-current img {
    border-color: #333;
}

.slick-slide {
    height: auto !important;
}
.testimonial-slider.slick-initialized.slick-slider:before {
    content: '';
    background: url(https://metras.xcelbook.com/wp-content/uploads/2024/09/Ornament-1.png);
    width: 140px;
    height: 140px;
    top: -31px;
    display: block;
    position: absolute;
    right: -50px;
}
.testimonial-slider.slick-initialized.slick-slider:after {
    content: '';
    background: url(https://metras.xcelbook.com/wp-content/uploads/2024/09/Ornament-1.png);
    width: 140px;
    height: 140px;
    bottom: -31px;
    display: block;
    position: absolute;
    left: -50px;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.tab-content img{
    width: 100%;
}
.tab-heading-right{
    border-radius: 50px;
}
.tab-heading{
    padding: 25px;
    cursor: pointer;
}
.tab-heading.active {
    background: #bfa136;
    border-radius: 20px;
}
.tab-heading.active p{
    color:#fff !important;
}
.tab-heading.active h4{
    color:#fff !important;
}
.border-top-left {
    border-top-left-radius: 50px;
}
.border-top-right {
    border-top-right-radius: 50px;
}
.van-image{
    position: relative;
    margin-top: -350px;
}
.slick-list {
    z-index: 9;
}

/*h2{*/
/*  animation: write linear both;*/
/*  view-timeline-name: --written-text;*/
/*  view-timeline-axis: block;*/
/*  animation-timeline: --written-text;*/
/*  animation-range: entry-crossing 30% contain 45%;*/
/*}*/
@keyframes write {
  0% { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
  100% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
}
footer .menu a {
    color: #FAFAFA;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
footer .menu a:hover{
    color: #C2A13A;
}
.inner_bg_banner{
    position: relative;
    height: 500px;
}
.page .inner_bg_banner .inner_bg_title {
    position: absolute;
    top: 0px;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #fff;
    width: 100%;
    padding-top: 155px;
    font-size: clamp(37.821px, 2.364rem +((1vw - 3.2px)* 3.657), 70px) !important;
    padding-left: 9%;
}
.inner_bg_banner .inner_bg_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.black img{
    filter: grayscale(1) invert(1);
}
a.wp-block-button__link.wp-element-button:hover img{
    width: 16px;
    filter: grayscale(1) invert(1);
}
.border-radius{
    border-radius: 20px;
}
.wpml-review__box {
    display: none;
}
.wpml-language-switcher-block ul li a:after{
    display:none !important;
}
.service-button .wp-block-button__link:before{
    background-color: #d3bc5a;
}
.topbar_bg .topbar_icon:first-child {
    flex-basis: 9% !important;
}
.topbar_bg .topbar_icon:nth-child(2) {
    flex-basis: 13% !important;
}
.topbar_bg .topbar_icon:nth-child(3) {
    flex-basis: 62% !important;
}
.topbar_bg .topbar_icon:nth-child(4) {
    flex-basis: 15% !important;
    text-align: end;
}
.header-nav-menu {
    background-color: #c1a13b;
    padding: 22px 0px;
    align-items: center;
    border-radius: 0px 0px 50px 0px;
}
.inner_bg_img {
    position: relative;
}
.inner_bg_img:before {
    content: '';
    background: #171d2d;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.wp-block-media-text {
    direction: unset;
}
.services-slider .slick-track, 
.services-slider .slick-list {
   direction: ltr;
}
section#block-11 {
    display: none;
}
.wpml-language-switcher-block ul li.wp-block-navigation-item {
    margin: 0px !important;
}
.van-image img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.wpml-language-switcher-block ul.hasSpacing.isHorizontal li:not(:last-child) {
    margin: 0px !important;
}
img.wpml-ls-flag {
    width: 30px !important;
}
.wpml-language-switcher-block {
    padding: 10px;
    padding-right: 0px;
}
.wpml-language-switcher-block ul li:first-child {
    border-left: 1px solid #fff;
    padding-left: 10px;
}
.horizontal-list.hasSpacing.isHorizontal {
    gap: 0px !important;
}
.wpml-language-switcher-block ul li.wp-block-navigation-item {
    margin: 0px !important;
    padding-right: 10px;
}
.wpml-language-switcher-block ul li a img{
    opacity: 0.8;
}
.wpml-language-switcher-block ul li a img:hover{
    opacity: 1;
}
.topbar_icon .wp-social-link a:after{
    display: none;
}
mark.has-inline-color.has-base-color {
    display: inline-block;
}
.slick-slider {
    direction: rtl; 
}
.slick-slide {
    float: right !important;
}
.block-editor-block-list__block ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.block-editor-block-list__block ul li a:hover:before {
  content: "English";
  position: absolute;
  top: -30px;
  left: -10px;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.block-editor-block-list__block ul li a:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.service-box h3 {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:55px;
}
ul.wp-block-social-links {
    margin: 0;
    gap: 8px;
}
#block-5 figure.wp-block-image img {
    width: 100px;
    margin-bottom: 20px;
}
.wp-block-gallery figure.wp-block-image {
    width: 20% !important;
    height: 62px !important;
}
#block-5 .wp-block-columns {
    padding-bottom: 20px !important;
}
#block-5 .wp-block-column p a:hover{
    color:#C2A13A;
    text-decoration:none !important;
}
#block-5 .has-text-align-right.has-text-color.has-link-color a {
    text-decoration: underline !important;
}
#block-5 .has-text-align-right.has-text-color.has-link-color a:hover{
    text-decoration:none !important;
}
.contact-form {
    padding: 30px !important;
    border: 1px solid #000;
    border-radius: 30px;
}
.contact-icon-list figure.wp-block-media-text__media {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff2dd, #fedfb400);
}

.contact-icon-list figure.wp-block-media-text__media img {
    width: 26px;
    display: block;
    margin: 11px auto;
}

.contact-icon-list .wp-block-media-text {
    border: 1px solid #c4c4c4;!;
    padding: 15px;
    border-radius: 20px;
}
span.wpcf7-spinner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
form.wpcf7-form.init {
    position: relative;
}
.services-slider .slick-next,.services-slider .slick-prev{
    background: #fff;
    left: 20px;
    padding: 10px;
    width: 46px;
    height: 47px;
    border-radius: 50px;
    z-index:999;
}
.services-slider .slick-next::before, .services-slider .slick-prev::before {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23000000" d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"/></svg>');
    width: 20px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    opacity: 1 !important;
    left: 0px;
    position: relative;
    color: unset;
}
.services-slider .slick-next {
    left: inherit;
    right: 10px;
    margin-top: 0px;
}
.services-slider .slick-next::before {
    transform: rotate(180deg);
    left: -3px;
}
.services-slider button.slick-prev {
    right: auto;
    left: 0;
}
.services-slider button.slick-next {
    right: 0;
    left: auto;
}
.about-card {
    position: relative;
    border: 1px solid #c1a13b;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden; 
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #c1a13b;
    z-index: 0;
    transition: left 1s ease; 
}
.about-card:hover::before {
    left: 0;
}
.about-card:hover {
    border-color: #d4af37;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about-card * {
    position: relative;
    z-index: 1;
}
.about-card figure {
    background: #c1a13b;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
}
.about-card figure.wp-block-image.alignright {
    float: unset;
    margin: 0;
}
.about-card figure img {
    width: 45px;
    height: 45px;
}
.about-card figure::before,
.about-card figure::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px dotted #c1a13b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.about-card:hover figure::before,
.about-card:hover figure::after {
    width: 80px;
    height: 80px;
    border-color:#fff;
}
.about-card:hover figure::after {
    animation: rotate-dots 3s linear infinite;
}

.about-card:hover h3{
     color:#fff;
}
.about-card:hover .about-content{
     color:#fff !important;
}
@keyframes rotate-dots {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.service-button a:hover {
    background-color: transparent !important;
    border-color: #bfa136 !important;
    color: #fff !important;
}
.service-button a:hover img{
    filter: inherit !important;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #bfa136 !important;
}
#block-5 p {
    display: flex;
}
#block-5 p img{
    width: 25px;
    height: 25px;
    margin-left: 10px;
}
.footer-bottom .wp-block-columns .wp-block-column:nth-child(2) p {
    justify-content: end;
}
.fass-error-pagege h1 {
    font-size: 8rem;
    color: #ff6b6b;
    margin-bottom: 20px;
    }
.fass-error-page h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    }
.fass-error-page p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.fass-error-page .animation {
    width: 250px;
    margin-bottom: 20px;
}
.h-md-100 {
    overflow: hidden;
}
mark {
    margin-left: 10px;
}
header .header-inner .mobile-menu .menu {
    display: block;
}
.contactforms-submit, .wp-block-button__link, .fass-error-page a {
    width: 100%;
    background: #d7af08;
    font-family: 'Fira Sans';
    font-size: 19px;
    letter-spacing: 1px;
    border: none;
    box-shadow: inherit !important;
    padding: 18px 10px;
    border-radius: 10px;
    height: 60px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.wp-block-button__link {
    height: 50px;
}
a.wp-block-button__link.wp-element-button:hover {
    color: #ffffff !important;
}
a.wp-block-button__link.wp-element-button:hover img {
    filter: unset !important;
}
.contactforms-submit:before, .wp-block-button__link:before, .fass-error-page a:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #d7af08;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
    border-radius: 7px;
    z-index: -1;
}
.fass-error-page a:before{
    left: -1px;
}
.contactforms-submit:before, .wp-block-button__link:before, .fass-error-page a:before {
    background-color: #000;
}
.contactforms-submit:hover:before, .wp-block-button__link:hover:before, .fass-error-page a:hover:before {
     transform: translateX(0);
}
.fass-error-page a {
    color: #fff;
    background-color: #bfa136;
    padding: 12px 24px;
    border-radius: 50px;
    display: inline-block;
    width: unset !important;
    height: 50px;
}
.fass-error-page a:hover {
    color: #fff;
}
.contactforms-submit p {
    margin-bottom: 10px !important;
}

.contactforms-submit .wpcf7-form-control.wpcf7-submit {
    padding: 0px !important;
    border: inherit !important;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px !important;
    font-family: 'Fira Sans';
    background: inherit;
    margin: 0px;
    text-align: center;
}
/********************************************/
@media(max-width:1407px){
    .topbar_bg .topbar_icon:first-child {
    flex-basis: 10% !important;
    }
    .topbar_bg .topbar_icon:nth-child(2) {
        flex-basis: 15% !important;
    }
    .topbar_bg .topbar_icon:nth-child(3) {
        flex-basis: 55% !important;
    }
    .topbar_bg .topbar_icon:nth-child(4) {
        flex-basis: 16% !important;
        text-align: end;
    }
    
}
@media(max-width:1275px){
    .topbar_bg .topbar_icon:first-child {
       flex-basis: 13% !important;
    }
    .topbar_bg .topbar_icon:nth-child(2) {
        flex-basis: 18% !important;
    }
    .topbar_bg .topbar_icon:nth-child(3) {
        flex-basis: 50% !important;
    }
    .topbar_bg .topbar_icon:nth-child(4) {
        flex-basis: 20% !important;
        text-align: end;
    }
    h3.service-title {
     height: 70px !important;
   }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    form.wpcf7-form.init {
      margin-bottom: 50px;
    }
    .contact-section {
     padding-left: 30px;
    }
}

@media(max-width:1100px){
    .header-container .logo_custom {
       padding-right: 55px;
    }
    .topbar_bg .topbar_icon:nth-child(3) {
        flex-basis: 43% !important;
    }
}
@media(max-width:1035px){
    .topbar_bg .topbar_icon:first-child {
       flex-basis: 14% !important;
    }
    .topbar_bg .topbar_icon:nth-child(2) {
        flex-basis: 20% !important;
    }
    .topbar_bg .topbar_icon:nth-child(3) {
        flex-basis: 49% !important;
    }
    .topbar_bg .topbar_icon:nth-child(4) {
        flex-basis: 23% !important;
        text-align: end;
    }
    
}
/*@media(min-device-width: 1024px) {*/
/*    .h-md-100 {*/
/*            height: 100%;*/
/*    }*/
/*}*/

@media(max-width:1024px){
    .header-topbar {
        display: none;
    }
}
@media(max-width:991px){
    .mobile-menu-on .mobile-line-icon,
    .mobile-cancel,
    .mobile-menu,
    .navbar-collapse:after {
        display: none;
        transition: all 0.5s ease-out;
    }
    header .header-inner .navbar-collapse {
        background: inherit;
        padding: 0;
        border-bottom-left-radius: 0;
    }
   header {
        margin-bottom: -110px;
    }
    header .header-inner{
        align-items: center !important;
    }
    #logo img{
        width: 65px;
    }
    .mobile-menu-on .mobile-cancel{
        display: block;
    }
    .mobile-menu-on .mobile-menu{
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        background: #fff;
        width: 80%;
        height: 100vh;
        padding: 20px;
        transition: all 0.5s ease-out;
        z-index: 9;
    }
    .mobile-menu ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    .mobile-menu ul li {
        padding: 13px 20px;
        border-bottom: solid 1px #d5d5d5;
    }
    .mobile-menu ul li:last-child{
        border-bottom: inherit;
    }
    .header-container .logo_custom {
       padding-right: 80px;
    }
    .header-nav-menu {
       justify-content: end;
    }
    .header-topbar {
        display: none;
    }
}
@media(max-width:781px){
    .van-image {
        position: relative;
        margin-top: 0;
    }
    .wp-block-columns.alignfull.tab-section.mt-0.has-background.is-layout-flex.wp-container-core-columns-is-layout-4.wp-block-columns-is-layout-flex {
        padding: 23px;
        border-top-left-radius: 0px !important;
    }
}
@media(max-width:768px){
    .header-container .logo_custom {
       padding-right: 50px;
    }
    .topbar_bg {
       padding: 10px 20px;
    }
    header {
       margin-bottom: -100px;
   }
   .footer-bottom .wp-block-columns .wp-block-column:nth-child(2) p {
     justify-content: right;
    }
    h3.service-title {
     height: 50px !important;
   }
   .tab-section {
    border-radius: 0px 0px 50px 50px!important;
    }
   .header-container{
      position: relative !important;
  }
  .header-container.sticky {
    display: none;
    position: relative !important;
   }
   ul.wp-block-social-links {
    padding-right: 0;
   }
}
@media(max-width:698px){
    header {
       margin-bottom: -130px;
   }
}
@media(max-width:600px){
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 15% auto !important;
	}
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
		grid-column: inherit !important;
		grid-row: inherit !important;
	}
    .testimonial-thumbs img:not(.slick-slide.slick-current.slick-active.slick-center .testimonial-thumbs-img img) {
        display: none;
    }
    h4{
        font-size: clamp(21.747px, 0.984rem + ((1vw - 3.2px) * 0.938), 24px) !important;
    }
    .tab-heading-right{
        padding: 10px !important;
        border-radius: 20px !important;
    }
    .header-nav-menu {
       padding: 15px 0px;
    }
    .header-container .logo_custom {
       padding-right: 30px;
    }
    .services-slider .service-box {
    padding: 0px 10px;
}
}
@media(max-width:450px){
    .header-container .logo_custom {
      padding-left: 20px;
   }
}
