/*
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: 1.6.2
*/


body, html {
  scroll-behavior: smooth;
}

#mfn-header-template {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
}



@media (min-width: 854px) {
    .column.mcb-column.mcb-item-a5af4ce3d.one.laptop-one.tablet-one.mobile-one.column_header_burger.mfn-item-inline.hide-desktop {
        display: none !important;
    }
}


h1 , h2 , h3 , h4 , h5 , h6 , span , a , p {
	font-family:amazon-ember ;
}

/* ===== FORM CONTAINER ===== */
.qcf-form {
  background: #fff !important;
  border-radius: 30px !important;
  padding: 20px 28px !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
  border: 1.5px solid #000;
}
/* ===== HEADING ===== */
.qcf-title {
  font-size: 31px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
}
/* ===== LABELS ===== */
.qcf-field label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #111 !important;
  display: block !important;
  margin-bottom: 5px !important;
}
/* ===== FIELDS ===== */
.qcf-field {
  margin-bottom: 16px !important;
  position: relative !important;
}
.qcf-form .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}
.qcf-field input[type="text"],
.qcf-field input[type="email"] {
  border: 1.5px solid #131a22a6 !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  box-shadow: none !important;
}
.qcf-field input[type="text"]:focus,
.qcf-field input[type="email"]:focus {
  border-color: #f5a623 !important;
}
/* ===== PHONE FIELD ===== */
.intl-tel-input {
  width: 100% !important;
  display: block !important;
}
.intl-tel-input input {
  width: 100% !important;
  height: 46px !important;
  border: 1.5px solid #131a22a6 !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  box-shadow: none !important;
}
.intl-tel-input input:focus { border-color: #f5a623 !important; }
.qcf-field p { margin: 0 !important; padding: 0 !important; }
.qcf-field p br { display: none !important; }
/* ===== TEXTAREA ===== */
.qcf-field textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100% !important;
  height: 80px !important;
  border: 1.5px solid #131a22a6 !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  resize: none !important;
  box-sizing: border-box !important;
  background: #fff !important;
  color: #333 !important;
  outline: none !important;
  box-shadow: none !important;
}
.qcf-field textarea.wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #f5a623 !important;
}
/* ===== SUBMIT BUTTON ===== */
.qcf-submit-wrap {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 6px !important;
}
.qcf-submit-wrap .wpcf7-submit {
  background: linear-gradient(245deg, #FFBF00 0%, #FF9900 100%);
  color: #000000 !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 15px 45px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}
.qcf-submit-wrap .wpcf7-submit:hover {
  background: #e09610 !important;
}
.bottom_line .icon-wrapper {
    position: relative;
    overflow: visible;
}

.bottom_line .icon-wrapper::after {
    content: "";
    position: absolute;
    width: 4%;
    height: 62px;
    background: #FF9900;
    top: 39px;
}

.bottom_line .mcb-column-inner > div {
    overflow: visible;
}

.cus-sec-upper {
    position: relative;
    top: -120px;
}

.cus-faqs .question, .cus-faqs .answer, .cus-faqs .title, .cus-faqs .title i {
    border: none ;
    box-shadow: none !important;
    background: transparent !important;
}
.accordion .question > .title:before{display:none;}
.cus-faqs .title > i {
    right: 0px !important;
    left: auto !important;
}

.cus-faqs .question
 {
    border-bottom: 1px solid #FF9900;
    border-radius: 0px;
}
.cus-faqs .question:last-child{border-bottom:0px;}
.accordion .question.active > .title{border-width: 0px!important;}


.book-showcase-container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    height: 750px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: transparent;
    position: relative;
}

.book-showcase-container::before,
.book-showcase-container::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 60px; 
    z-index: 2;
    pointer-events: none;
}

.book-showcase-container::before {content: "";background-image: url(https://jknapukbranch.org.uk/staging/amazonpublishingprogram/wp-content/uploads/2026/05/Rectangle-4824.png);width: 100%;height: 100%;top: 0px;background-repeat: no-repeat;}

.book-showcase-container::after {content: "";background-image: url(https://jknapukbranch.org.uk/staging/amazonpublishingprogram/wp-content/uploads/2026/05/Rectangle-4825.png);width: 100%;height: 100%;background-repeat: no-repeat;top: 80%;position: absolute;}

.book-column {
    flex: 1;
    width: 33.33%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 7px; 
}

.book-track {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.book-column img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 14px; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.move-down .book-track {
    animation: scrollDown 22s linear infinite; 
}

.move-up .book-track {
    animation: scrollUp 22s linear infinite;
}


.book-showcase-container:hover .book-track {
    animation-play-state: paused;
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes scrollUp {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-50%);
    }
}

@media (max-width: 600px) {
    .book-showcase-container , .book-showcase-container.extra_height {
        height: 380px !important;
        padding: 5px;
    }
    .book-column {
        padding: 0 4px;
    }
    .book-column img {
        margin-bottom: 8px;
    }
	.book-showcase-container.extra_height::after {
    top: 75%;
}
 
}

.book-showcase-container.extra_height {
    height: 850px;
}

.book-showcase-container.extra_height::after {
    top: 87%;
}


.testimonial-slider-container {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    font-family: sans-serif;
    background: transparent;
}

.testimonial-slider-container-inner {
    width: 100%;
    overflow: visible;
    padding: 15px 0;
}

.testimonial-slider-wrapper {
    display: flex;
    gap: 8px; 
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%; 
}

.testimonial-card {
    flex: 0 0 calc((93% - 24px) / 2);
    background: #ffffff;
    border: 1px solid #DADADA;
    border-radius: 16px;
    padding: 25px 20px;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
    min-height: 240px;
    display: flex;
    flex-direction: column;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info h3 {
    margin: 0 0 4px 0;
    font-size: 18px;
    color: #111111;
    font-weight: 600;
    line-height: 25px;
}

.profile-info p {
    margin: 0;
    font-size: 13px;
    color: #A5A5A5;
    line-height: 16px;
    font-style: italic;
}

.testimonial-text {
    font-size: 15px;
    color: #294766;
    line-height: 1.6;
    font-style: italic;
    margin: 0 0 15px 0;
    flex-grow: 1;
}

.quote-icon {
    margin-top: auto;
}

.quote-icon img {
    width: 35px !important; 
    height: auto;
    display: block;
}

/* Slider Dots Navigation */
.slider-dots {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    border: 2px solid #ff9900;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #ff9900;
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 767px) {
    .testimonial-card {
        flex: 0 0 100%;
    }
    .slider-dots {
        justify-content: center;
    }
}

.hidden_overflow{
	overflow:hidden;
}


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: #000000;
    background-color: rgba(233,245,252,1);
    border-color: #d5e5ee
}

.hover-icon_chnage.box_one .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://jknapukbranch.org.uk/staging/amazonpublishingprogram/wp-content/uploads/2026/05/Vector-15.png");
}
.hover-icon_chnage.box_two .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-1-4.png");
}
.hover-icon_chnage.box_three .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-2-3.png");
}
.hover-icon_chnage.box_four .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-3-2.png");
}
.hover-icon_chnage.box_five .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-4-2.png");
}
.hover-icon_chnage.box_six .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-5-2.png");
}
.hover-icon_chnage.box_seven .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-6-1.png");
}
.hover-icon_chnage.box_eight .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-7-1.png");
}
.hover-icon_chnage.box_nine .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-14-1.png");
}
.hover-icon_chnage.box_ten .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-8-1.png");
}
.hover-icon_chnage.box_eleven .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-9-1.png");
}
.hover-icon_chnage.box_twelve .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-10-1.png");
}
.hover-icon_chnage.box_thirteen .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-11-1.png");
}
.hover-icon_chnage.box_fourteen .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-12-1.png");
}
.hover-icon_chnage.box_fifteen .mfn-icon-box:hover .icon-wrapper img {
    content: url("https://amazonpublishingprogram.com/wp-content/uploads/2026/05/Vector-13-1.png");
}
.dropcap, .highlight:not(.highlight-underline) {
    color: #000000;
}
@media (max-width: 767px) {
  h4.title {
    font-size: 18px;
    line-height: 25px;
  }
	.mfn-header-tmpl-menu-sidebar-wrapper {
    background: #131a22;
}
	.mfn-close-icon .icon {
    color: #fff;
}
	.mfn-header-menu .mfn-menu-li > .mfn-menu-link {
    color: #ffffff;
}
	.mfn-header-menu .mfn-menu-li > .mfn-menu-link {
    color: #ffffff;
    font-size: 25px;
}
	.qcf-title{
    font-size: 28px !important;
    line-height: 35px;
}
	h5.title {
		font-size: 22px !important;
		 line-height: 30px;
		}
	.qcf-form{
    padding: 20px 20px 0px !important;
}
	.cus-sec-upper{
		top:0px;
	}	
	.bottom_form .column {
    top: 0px !important;
    right: 0px !important;
}
	.bg-size > div {
    background-size: cover !important;
}
}
