/*
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.2
*/
/* card container */
.top-marquee {
    background: #b3001b; /* red color */
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  
.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 35s linear infinite;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.custom-image-modified .section-decoration.top {
    position: absolute;
    top: 25px !important;
    left: 0;
    width: 120px;
    height: 91% !important;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.custom-image-modified-top .section-decoration.bottom {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  width: 120px;
  height: 91% !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  pointer-events: none;
}
#Footer.full-width .container
{
    width: 100%;
    max-width: 100%;
}
#Footer .widgets_wrapper {
    padding: 50px 15px !important;
}
#Footer .widgets_wrapper aside#custom_html-0 {
    padding-right: 215px;
}

  
  .marquee-content span {
    margin-right: 120px;
    color: #FFF;
    font-family: "Bricolage Grotesque";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 100px;
    text-transform: capitalize;
  }
  
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .service-marquee {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.service-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.service-box {
  min-width: 300px;
  max-width: 300px;
  margin-right: 20px;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 25px;
  flex-shrink: 0;
}

.service-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 14px;
  color: #555;
}

.icon {
  width: 50px;
  height: 50px;
  background: #b3001b;
  border-radius: 50%;
  margin-bottom: 15px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* MAIN WRAPPER */
.service-marquee {
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
    position: relative;
  }
  
  /* TRACK */
  .service-marquee .service-track {
    display: flex;
    width: max-content;
    animation: serviceScroll 30s linear infinite reverse;
  }
  
  /* CARD */
  .service-marquee .service-box {
    min-width: 394px;
    max-width: 394px;
    margin-right: 25px;
    background: white;
    border-radius: 20px;
    padding: 30px 25px;
    flex-shrink: 0;
    transition: 0.3s;
  }
  
  /* HOVER */
  .service-marquee .service-box:hover {
    transform: translateY(-6px);
  }
  
  /* HEADER ROW */
  .service-marquee .service-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
  }
  
  /* ICON */
  .service-marquee .icon {
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  /* ICON IMAGE */
  .service-marquee .icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }
  
  /* TITLE */
  .service-marquee .service-box h3 {
    margin: 0;
    font-family: "Bricolage Grotesque";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  /* TEXT */
  .service-marquee .service-box p {
    margin: 0;
    color: #000;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }
  
  @keyframes serviceScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  /* PAUSE ON HOVER */
  .service-marquee .service-track:hover {
    animation-play-state: paused;
  }
  
  /* RESPONSIVE */
  @media (max-width: 768px) {
    .service-marquee .service-box {
      min-width: 280px;
      max-width: 280px;
      padding: 20px;
    }
  
    .service-marquee .service-box h3 {
      font-size: 20px;
    }
  
    .service-marquee .service-box p {
      font-size: 14px;
    }
  
    .service-marquee .icon {
      width: 55px;
      height: 55px;
    }
  }

  .custom-point {
    display: flex;
    color: #000;
    font-family: "Bricolage Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .custom-point i {
    font-size: 22px;
    color: #C8C8C8;
    position: relative;
    top: 8px;
    padding-right: 5px;
  }
  h6.define-radness-bg {
    border-radius: 70px;
    background: #A80532;
    display: inline-flex;
    padding: 3px 10px 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.call-button-action span.button_icon {
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    padding: 10px 12px;
    position: relative;
}

/* FORM WRAPPER */
.custom-form {
    width: 100%;
  }
  
  /* ROW */
  .custom-form .form-row {
    margin-bottom: 15px;
  }
  
  /* TWO COLUMNS */
  .custom-form .form-row:first-child {
    display: flex;
    gap: 15px;
  }
  
  .custom-form .form-col {
    width: 50%;
  }
  
  /* INPUT + TEXTAREA */
  .custom-form input,
  .custom-form textarea {
    width: 100%;
    padding: 18px 20px;
    border-radius: 12px;
    border: none;
    background: #f3f3f3;
    font-size: 16px;
    outline: none;
  }
  
  /* TEXTAREA HEIGHT */
  .custom-form textarea {
    height: 160px;
    resize: none;
  }
  
  /* PLACEHOLDER STYLE */
  .custom-form input::placeholder,
  .custom-form textarea::placeholder {
    color: #888;
  }
  
  /* BUTTON */
  .custom-form input[type="submit"] {
    background: #b3001b;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px;
    padding: 14px;
  }
  
  .custom-form input[type="submit"]:hover {
    background: #900016;
  }
  
  /* MOBILE FIX */
  @media (max-width: 768px) {
    .custom-form .form-row:first-child {
      flex-direction: column;
    }
  
    .custom-form .form-col {
      width: 100%;
    }
  }
.custom-image-modified {
    position: relative;
}
.custom-image-modified .section-decoration.bottom {
    height: 590px ! IMPORTANT;
    width: 48%;
    top: 65px;
    left: auto;
    background-position: center right;
    position: absolute;
    right: 0;
    background-size: cover;
}

.custom-image-modified-top {
    position: relative;
}
.custom-image-modified-top .section-decoration.top {
    height: 530px !important;
    width: 50%;
    top: 65px;
    left: 0;
    background-position: top right;
    position: absolute;
    right: 0;
    background-size: cover;
}
/* ===== FOOTER GENERAL ===== */
#Footer .widgets_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

/* Equal columns */
#Footer .column {
    width: 33.33%;
}

/* Headings */
#Footer h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

/* Paragraph */
#Footer p {
    font-size: 14px;
    line-height: 1.6;
}

/* ===== CENTER COLUMN ===== */
#Footer .column:nth-child(2) {
    text-align: center;
}

/* ===== QUICK LINKS ===== */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #333;
}

.footer-links a:hover {
    color: #b3122d;
}

/* ===== CF7 FIX ===== */
#Footer .wpcf7-form p {
    margin: 0 !important;
}

/* Wrapper */
#Footer .newsletter-wrapper {
    position: relative;
    max-width: 320px;
}

/* Input */
#Footer .newsletter-field input {
    width: 100%;
    padding: 14px 60px 14px 20px;
    border-radius: 30px;
    border: none;
    background: #f1f1f1;
}

/* Button wrapper */
#Footer .newsletter-btn {
    position: absolute;
    top: 37%;
    right: 5px;
    transform: translateY(-50%);
}

/* Button */
#Footer .newsletter-btn input[type="submit"] {
    background: #b3122d;
    border: none;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
}

/* Hover */
#Footer .newsletter-btn input[type="submit"]:hover {
    background: #8e0e24;
}

/* Wrapper */
#Footer .quick-links h3 {
    margin-bottom: 15px;
}

/* Grid layout */
#Footer .quick-links .links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 columns */
    gap: 10px 30px; /* row gap / column gap */
}

/* Links */
#Footer .quick-links .links-grid a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    display: block;
}

/* Hover */
#Footer .quick-links .links-grid a:hover {
    color: #b3122d;
}
#Footer h4 {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: "Bricolage Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
}

#Footer  aside#custom_html-1 {
    padding: 0 90px;
}
.footer_copy .column.one.mobile-one {
    width: 100% !important;
    text-align: center;
    border-top: 2px solid #eeeeee;
}

.footer-copy-center #Footer .footer_copy .copyright {
    float: none;
    margin: 0 0 0 !important;
}
.footer-copy-center #Footer .footer_copy .mcb-column-inner {
    margin: 0;
}


/* Navigation styling  */

#Top_bar .menu > li > a span:not(.description) {
  padding: 0 7px;
}

/* Small devices (≥576px) */
@media (min-width: 576px) {
  #Footer .widgets_wrapper aside#custom_html-0 {
    padding-right: 0;
  }
  #Footer aside#custom_html-1 {
    padding: 0 0;
  }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
  
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
  
}

/* Extra large (≥1200px) */
@media (min-width: 1200px) {
  #Footer .widgets_wrapper aside#custom_html-0 {
    padding-right: 0;
  }
  #Footer aside#custom_html-1 {
    padding: 0 0;
  }
}

/* Ultra wide (≥1400px) */
@media (min-width: 1400px) {
  #Footer .widgets_wrapper aside#custom_html-0 {
      padding-right: 215px;
  }
  #Footer aside#custom_html-1 {
    padding: 0 90px;
  }
}

@media (max-width: 768px) {
  .custom-image-modified .section-decoration.bottom , .custom-image-modified .section-decoration.top , .custom-image-modified-top .section-decoration.top ,.custom-image-modified-top .section-decoration.bottom {
    display: none !important;
  }
  .marquee-content span {
      font-size: 21px;
      line-height: 49px;
  }
  #Footer .column {
    width: 100%;
  }
  #Footer .column:nth-child(2) {
    text-align: left;
  }
  #Footer aside#custom_html-1 {
    padding: 0 0;
  }
  #Footer .widgets_wrapper aside#custom_html-0 {
    padding-right: 0;
  
  }
  .footer-copy-center #Footer .footer_copy .container {
    padding-left: 0;
  }
  .imp-font-on-mobile {
    font-size: 40px;
    font-weight: 800;
  }
  .custom-point {
    font-size: 25px;
  }
  .custom-point strong {
    position: relative;
    top: 5px;
  }
  #Footer.full-width .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}