/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}



.yellow-btn .fa-arrow-right:before {
  content: "";
  display: block;
  transition: transform 0.5s ease; /* Smooth transition */
  background-image: url(images/btn-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
}

.yellow-btn.blue-bg .fa-arrow-right:before {
  background-image: url(images/blue-btn-arrow-white.png);
}

.btn-yellow.blue-bg .fa-arrow-right:before {
  background-image: url(images/blue-btn-arrow-white.png);
}

.yellow-btn .button:hover .fa-arrow-right:before {
  transform: rotate(45deg); /* Rotate the image on hover */
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid;
  border-radius: 8px;
  line-height: normal;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip {
  width: 20px !important;
  height: 20px !important;
  left: -20px !important;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip:before {
  width: 7px;
  height: 7px;
  right: -3px;
  top: 6px;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip:after {
  left: 6px;
  font-size: 14px;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: 8px;
  color: #000;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  color: #000;
}
.wpcf7 input[type="submit"] {
  background-color: #ffcd05;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px 6px 6px 6px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
}
.wpcf7 input[type="submit"]:hover {
  background: #e3bb1d;
}

#Content {
  padding-top: 0 !important;
}

.column_column ul,
.column_column ol,
.the_content_wrapper:not(.is-elementor) ul,
.the_content_wrapper:not(.is-elementor) ol {
  color: #ffffff;
}

.video-wrap video{
  width: 100%;
}

.video-hero video {
  width: 100%;
  /* height: 870px; */
  /* object-fit: cover;
  object-position: center center; */
}

/* .video-hero::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.video-hero::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 322px;
  background-image: url(images/hero-bottom.png);
  background-repeat: repeat-x;
  background-position: bottom left;
} */

/* .home-banner .mcb-wrap-background-overlay::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-image: url(images/hero-bottom.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 100%;
} */

.home-banner .mcb-wrap-background-overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.section.home-banner[data-parallax="3d"] {
  display: block;
}

.yellow-txt {
  color: #ffcd05;
}

.about-section {
  overflow: hidden;
}

.about-txt p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0 !important;
}

.font-weight600-maven,
.font-weight600-maven p {
  font-family: "Maven Pro" !important;
  font-weight: 600 !important;
}
/* 
.stories-section .section_wrapper,
.stories-section .mcb-wrap,
.stories-section .mcb-wrap-inner,
.stories-section .mcb-column,
.stories-section .mcb-column-inner {
  position: unset;
} */

@media only screen and (max-width: 1180px) {
  header .mcb-header-wrap .mfn-header-menu > li.mfn-menu-li {
    margin-right: 5px;
  }
  header .mcb-header-wrap .mfn-header-menu > li.mfn-menu-li a {
    font-size: 13px !important;
  }
  /* .home-video .column_heading .mcb-item-heading-inner .title{
    font-size: 44px !important;
  } */
}

@media only screen and (max-width: 1024px) {
  header .mcb-header-wrap .mfn-header-menu > li.mfn-menu-li {
    margin-right: 0px;
  }
  header .mcb-header-wrap .mfn-header-menu > li.mfn-menu-li a {
    font-size: 12px !important;
  }
  header a.button {
    font-size: 11px !important;
    font-weight: 400 !important;
  }
}

@media only screen and (max-width: 959px) {
  .mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper{
    padding: 30px;
  }
  header .mcb-header-wrap .mfn-header-menu > li.mfn-menu-li a {
    font-size: 20px !important;
  }
  .mfn-header-menu > .mfn-menu-li > .mfn-menu-link{
    justify-content: flex-start;
  }
  .mfn-header-menu .mfn-submenu {
    background: transparent;
    box-shadow: none;
  }
  .mfn-header-menu .mfn-menu-li > .mfn-menu-link {
    color: #cfcfcf;
  }
  .mfn-header-menu .mfn-menu-li .mfn-submenu .menu-item .mfn-menu-link {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    font-size: 14px !important;
  }
  .mfn-header-menu .mfn-menu-li.current-menu-item > .mfn-menu-link{
    color: #FFCD05;
  }
  header .mcb-header-wrap .mfn-header-menu > li.mfn-menu-li.current-menu-parent > a {
    color: #FFCD05 !important;
  }
  .mfn-header-menu .mfn-menu-li:hover > .mfn-menu-link{
    color: #FFCD05 !important;
  }  
}

@media only screen and (max-width: 767px) {
  .video-hero::before{
    display: none;
  }
}

/* Ensure the carousel wrapper allows overflow */
.psac-post-carousel-wrp {
  position: relative;
  overflow: visible;
  padding-right: 10%; /* Adjust the right padding */
}

/* Allow the carousel stage to show overflow on both sides */
.psac-post-carousel .owl-stage-outer {
  overflow: visible !important;
  padding-left: 10px; /* Fine-tune to match alignment */
}

/* Center the carousel and make the right side partially visible */
.psac-post-carousel .owl-stage {
  transform: translateX(0%); /* Adjust to ensure the left side aligns */
}

/* Optional: Add a left fade effect for visual clarity */
.psac-post-carousel:before {
  content: "";
  position: absolute;
  top: 0;
  left: -29%;
  bottom: 0;
  width: 29%;
  background: #000000 !important;
  z-index: 1;
}

.link-bx img {
  margin-left: 18px;
  position: relative;
  top: -1px;
}

.link-bx a {
  text-decoration: none !important;
}

.story-slider-section {
  position: relative;
  overflow: hidden;
  padding: 0 20px 0 0; /* Padding allows part of the next slide to peek */
}

/* .story-slider-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  width: 16%;
  height: 100%;
  z-index: 99;
} */

/* .story-slider-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: -172px;
  background-image: url(/wp-content/uploads/2024/12/video-after.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 438px;
  height: 826px;
  background-size: 100%;
  z-index: 1;
} */

/* .story-slider-container {
  max-width: 1280px; 
  margin: 0 auto;
  position: relative;
} */

.story-slider-container .slick-slider .slick-slide {
  padding: 0 10px; /* Add spacing between slides */
  box-sizing: border-box;
}

.story-slider-container .slick-list {
  /* overflow: visible !important;  */
  /* Show overflow for the right-side visibility */
  padding: 0;
}

.story-slider-container .slick-prev,
.story-slider-container .slick-next {
  z-index: 10;
  background: #1b1b1b; /* Optional: add a background color */
  border-radius: 7px;
  border: 0; /* Optional: style for the navigation buttons */
  width: 108px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: uppercase;
  color: #a8a8a8;
  letter-spacing: 1px;
  font-family: "Maven Pro" !important;
  font-weight: 500 !important;
}

.story-slider-container .slick-prev:hover,
.story-slider-container .slick-next:hover {
  background: #222222;
  color: #ffffff;
}

.story-slider-container .slick-prev:hover img,
.story-slider-container .slick-next:hover img {
  filter: brightness(0) invert(1); /* Makes the image white */
}

.story-slider-container .slick-prev {
  /* Adjust button position */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  left: -100px;
}

.story-slider-container .slick-prev img {
  margin-right: 0px;
  transition: filter 0.3s ease; /* Smooth transition effect */
}

.story-slider-container .slick-next img {
  margin-left: 0px;
}

.story-slider-container .slick-next {
  /* Adjust button position */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: -100px;
}

.story-slider-container iframe {
  /* border-radius: 7px;
  margin-bottom: 30px; */
}

.story-txt {
  padding-left: 110px;
  position: relative;
}

.story-txt::before {
  content: "";
  position: absolute;
  left: 45px;
  top: 0;
  background-image: url(/wp-content/uploads/2024/12/quote-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 28px;
  background-size: 100%;
}

.story-txt p {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 25px;
  max-width: 390px;
  font-family: "Maven Pro" !important;
  font-weight: normal !important;
}

.story-txt p strong {
  color: #ffcd05;
  font-family: "Maven Pro" !important;
  font-weight: 600 !important;
}

.story-txt p:last-child {
  margin-bottom: 0;
}

.story-slider-container .slick-slider {
  padding-bottom: 95px;
}

body.page-id-426 .post-head {
  display: none;
}

body.page-id-426 .post-footer .post-links {
  float: left;
  padding-left: 0;
}
body.page-id-426 .grid .post-footer {
  margin-top: 0;
  padding-bottom: 15px;
}

body.page-id-426 .entry-title {
  font-size: 24px;
  margin-top: 5px;
  line-height: 1.4em;
}

body.page-id-426 .entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.page-id-426 .entry-title a:hover {
  color: #ffcd05;
}

body.page-id-426 .post-excerpt {
  margin-bottom: 5px;
}

.trustedby-logo-slider .slick-arrow img {
  width: 20px;
}

/* 
@media only screen and (max-width: 1600px) {
  .story-slider-section::before {
    width: 10%;
  }
}

@media only screen and (max-width: 1560px) {
  .story-slider-section::before {
    width: 9%;
  }
}

@media only screen and (max-width: 1440px) {
  .story-slider-section::before {
    width: 5%;
  }
}

@media only screen and (max-width: 1366px) {
  .story-slider-section::before {
    width: 3%;
  }
} */

@media only screen and (max-width: 1024px) {
  .story-txt {
    padding-left: 70px;
    position: relative;
  }
  .story-txt::before{
    left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .story-slider-container iframe {
    margin-bottom: 20px;
  }
  .story-txt p{
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .story-slider-container iframe{
    margin-bottom: 15px;
  }
  .story-txt {
    padding-left: 60px;
    position: relative;
    padding-right: 15px;
  }
  .story-txt::before{
    left: 10px;
  }
  .story-slider-container .slick-slider {
    padding-bottom: 70px;
  }
  .story-txt p{
    max-width: 100%;
  }
  .story-slider-section {
    padding: 0;
  }
}
@media only screen and (max-width: 740px) {
  .story-slider-container iframe {
    margin-bottom: 20px;
    height: 205px;
  }
}

/* Footer start */

.foo-col-one .mfn-icon-box-left .icon-wrapper {
  width: auto;
  margin-right: 10px;
}
.foo-col-one .mcb-column-inner .mfn-icon-box {
  align-items: center;
}
.foo-col-one .footer-phone .mcb-column-inner a {
  width: auto;
  display: inline-flex;
  padding: 6px 65px 6px 0px;
  background: #000;
  border-radius: 0px 5px 5px 0px;
  position: relative;
  height: 42px;
}
.foo-col-one .footer-phone .mcb-column-inner a:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  height: 43px;
  width: 100vw;
  background: #000;
  right: 0;
  z-index: -1;
  top: 0;
}
.foo-col-five .icon_box.icon_position_left .image_wrapper {
  width: auto;
  height: auto;
  top: auto;
}
.foo-col-five .icon_box.icon_position_left {
  min-height: 10px;
  padding: 0;
}
.foo-col-five .column_icon_box {
  margin-right: 10px;
}
.foo-col-five .mcb-wrap-inner .column_icon_box:nth-child(3) {
  margin-left: 15px;
}

@media only screen and (max-width: 1599px) {
  .foo-col-five .mcb-wrap-inner {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1239px) {
  .foo-col-one,
  .foo-col-two,
  .foo-col-three,
  .foo-col-four,
  .foo-col-five {
    width: 50% !important;
  }
  .foo-col-five .mcb-wrap-inner .column_icon_box:nth-child(3) {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 959px) {
  .foo-col-one,
  .foo-col-two,
  .foo-col-three,
  .foo-col-four,
  .foo-col-five {
    width: 100% !important;
  }
  .foo-col-one .mcb-column-inner,
  .foo-col-two .mcb-column-inner,
  .foo-col-three .mcb-column-inner,
  .foo-col-four .mcb-column-inner,
  .foo-col-five .mcb-column-inner {
    margin-bottom: 30px !important;
  }
}
/* Footer end */

/* Story start */
.story-image-full .image_frame .image_wrapper {
  position: relative;
}
.story-image-full .image_frame .image_wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
/* Story end */

/* Trustedby start */
.trustedby-logo-slider .slick-prev,
.trustedby-logo-slider .slick-next {
  z-index: 10;
  background: transparent;
  border-radius: 7px;
  border: 0;
  /* width: 106px; */
  height: 40px;
  position: absolute;
  top: 35%;
  /* left: 0;
  right: 0; */
  margin: 0 auto;
  text-transform: uppercase;
  color: #a8a8a8;
  letter-spacing: 1px;
  font-family: "Maven Pro" !important;
  font-weight: 500 !important;
}

.trustedby-logo-slider .slick-prev:hover,
.trustedby-logo-slider .slick-next:hover {
  background: #222222;
  color: #ffffff;
}

.trustedby-logo-slider .slick-prev:hover img,
.trustedby-logo-slider .slick-next:hover img {
  filter: brightness(0) invert(1);
}

.trustedby-logo-slider .slick-prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  left: -70px;
}

.trustedby-logo-slider .slick-prev img {
  margin-right: 0px;
  transition: filter 0.3s ease;
}

.trustedby-logo-slider .slick-next img {
  margin-left: 0px;
}

.trustedby-logo-slider .slick-next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: -70px;
}

.trustedby-logo-slider .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  height: auto;
}
.trsted-logo-item img {
  max-width: 70px;
  max-height: 60px;
}
.trsted-logo-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media only screen and (max-width: 959px) {
}
/* Trustedby end */

/* Four column start */
.four-col-box .mfn-icon-box {
  justify-content: center;
  align-items: baseline;
}
.four-col-box .desc-wrapper {
  flex-grow: unset !important;
}
.four-col-box .wrap .mcb-wrap-inner .one-fourth .mfn-icon-box .icon-wrapper img{  
  transition: all 0.5s ease-in-out;
}
.four-col-box .wrap .mcb-wrap-inner .one-fourth:hover .mfn-icon-box .icon-wrapper img{
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
}
.four-col-box .wrap .mcb-wrap-inner .one-fourth:hover .desc-wrapper .title{
  color: #ffcd05;
}

.four-col-box .wrap .mcb-wrap-inner .one-second .mfn-icon-box .icon-wrapper img{  
  transition: all 0.5s ease-in-out;
}
.four-col-box .wrap .mcb-wrap-inner .one-second:hover .mfn-icon-box .icon-wrapper img{
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
}
.four-col-box .wrap .mcb-wrap-inner .one-second:hover .desc-wrapper .title{
  color: #ffcd05;
}

@media only screen and (max-width: 767px) {
  .fourcol-rev .mcb-wrap-inner {
    flex-direction: column-reverse;
  }
  .four-col-box .mcb-item-icon_box_2-inner {
    margin: 0 0 30px 0 !important;
  }
  .four-col-box .mcb-item-image-inner {
    margin-bottom: 10px !important;
  }
}
/* Four column end */

.post-links a.post-more {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: 1px;
}
.post-links i.icon-doc-text {
  color: #ffcd05;
}
.pager .pages a.active {
  color: #000;
}
.pager .pages a:hover {
  color: #000;
}


/* 404 page start */

#Error_404 .error_desk p .button {
  margin: 0;
  display: inline;
  margin-left: 20px;
  background-color: #FFCD05;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px 6px 6px 6px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
}

#Error_404 .error_desk p .button:hover {
  border-radius: 6px 6px 6px 6px;
  background: #e3bb1d;
}

#Error_404 .error_desk p .button:hover::before {
  display: none;
}

#Error_404{
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #Error_404 .error_desk p .button{
    margin: 30px 0 0 0;
    display: flex;
  }  
}

/* 404 page end */


/* Search start */

.search #Subheader {
  background-color: #000;
}

.subheader-both-center #Subheader .title{
  font-family: "Clonoid";
  color: #fff;  
}
.search .sections_group .section_wrapper {
  max-width: 1180px;
}
.search .pager {
  padding-bottom: 100px;
}

.search-results .search-item {
  border-bottom: 1px solid #222;
  padding-bottom: 35px;
  align-items: start;
}

/* Search end */

/* 
@media only screen and (max-width: 1280px) {
  .story-slider-section::before {
    width: 0%;
  }
  .story-slider-section::after {
    display: none;
  }
} */

@media only screen and (min-width: 960px) and (max-width: 1239px) {
  .section_wrapper,
  .container,
  .with_aside .content_wrapper {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .section_wrapper,
  .container,
  .with_aside .content_wrapper {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .content_wrapper .section_wrapper,
  .container,
  .four.columns .widget-area {
    max-width: 100% !important;
  }
  .mfn-footer-tmpl .mcb-section:not(.full-width) {
    max-width: 100% !important;
  }
	.video-hero .mcb-column-inner.mfn-module-wrapper.mcb-item-video-inner{
	height:auto !important;
	}
}
@media only screen and (max-width: 479px) {
		.home-video h1.title {
        font-size: 33px !important;
    }
}
