/* ==================================================
   BTS SHARED BOTTOM SECTIONS ONLY
   Quote + Business Partners + Contact Strip + Footer + WhatsApp
   IMPORTANT: This file contains NO header or hero styling.
================================================== */


/* ==================================================
   SHARED FONT FOR BOTTOM SECTIONS ONLY
================================================== */

.quote-section,
.partners-section,
.footer,
.whatsapp-button {
  font-family: "Poppins", Arial, sans-serif;
}


/* ==================================================
   ACCESSIBILITY
================================================== */

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* ==================================================
   GET A QUOTE - FINAL BTS VERSION
================================================== */

.quote-section {
  width: min(1200px, calc(100% - 160px)) !important;
  margin: 55px auto 45px !important;

  display: grid !important;
  grid-template-columns: 0.95fr 1.05fr !important;

  background: #F5F7FB !important;

  border: none !important;
  border-radius: 26px !important;
  overflow: hidden !important;

  box-shadow:
    0 18px 50px rgba(35, 45, 70, 0.09) !important;
}

.quote-panel,
.quote-inner {
  background: #F5F7FB !important;
}


/* LEFT IMAGE */

.quote-image {
  min-height: 610px !important;
  height: 100% !important;

  background-image:
    url("../assets/why-bts-1.png") !important;

  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;

  border: none !important;
  outline: none !important;
}


/* RIGHT PANEL */

.quote-panel {
  display: flex !important;
  align-items: center !important;

  background: #F5F7FB !important;
  color: #666666 !important;
}

.quote-inner {
  width: 100% !important;
  padding: 56px 56px 58px !important;
  background: #F5F7FB !important;
}


/* SMALL BLUE HEADING */

.quote-kicker {
  display: block;
  margin-bottom: 13px;

  color: #4A74E8;

  font-size: 12px;
  line-height: 1;
  font-weight: 600;

  letter-spacing: 0.14em;
  text-transform: uppercase;
}


/* MAIN HEADING */

.quote-inner h2 {
  max-width: 600px !important;

  margin: 0 0 16px !important;

  color: #616161 !important;

  font-size: clamp(38px, 3vw, 50px) !important;
  line-height: 1.08 !important;

  font-weight: 500 !important;

  letter-spacing: -0.035em !important;
  text-transform: none !important;
}


/* INTRO */

.quote-intro {
  max-width: 560px;

  margin: 0 0 30px;

  color: #7A7A7A;

  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}


/* FORM */

.quote-form {
  display: grid !important;
  gap: 13px !important;
}

.form-row.two {
  display: grid !important;

  grid-template-columns:
    repeat(2, minmax(0, 1fr)) !important;

  gap: 13px !important;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100% !important;

  box-sizing: border-box !important;

  border: 1px solid #D9DDE5 !important;
  outline: none !important;

  background: #FFFFFF !important;
  color: #626262 !important;

  border-radius: 15px !important;

  padding: 13px 17px !important;

  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.quote-form input,
.quote-form select {
  height: 50px !important;
}

.quote-form textarea {
  min-height: 125px !important;
  resize: vertical;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #989CA5 !important;
  opacity: 1 !important;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: #4A74E8 !important;
  background: #FFFFFF !important;

  box-shadow:
    0 0 0 3px rgba(74, 116, 232, 0.08) !important;
}


/* BUTTON AREA */

.quote-submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 7px;
}

.quote-form .submit-button {
  display: inline-flex !important;

  align-items: center !important;
  justify-content: center !important;

  gap: 9px !important;

  width: auto !important;
  min-width: 175px !important;
  min-height: 0 !important;

  padding: 13px 24px !important;

  background: #4A74E8 !important;
  color: #FFFFFF !important;

  border: 1px solid #4A74E8 !important;
  border-radius: 18px !important;

  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;

  cursor: pointer !important;

  box-shadow:
    0 8px 20px rgba(74, 116, 232, 0.19) !important;

  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}

.quote-form .submit-button i {
  font-size: 10px;
  transition: transform 0.25s ease;
}

.quote-form .submit-button:hover {
  background: #3763D8 !important;
  border-color: #3763D8 !important;

  transform: translateY(-2px) !important;

  box-shadow:
    0 11px 24px rgba(74, 116, 232, 0.27) !important;
}

.quote-form .submit-button:hover i {
  transform: translateX(3px);
}

.quote-small-print {
  color: #92959C;
  font-size: 12px;
  line-height: 1.4;
}


/* ==================================================
   BUSINESS PARTNERS
================================================== */

.partners-section {
  background: #FFFFFF;
  padding: 45px 0 45px !important;
  overflow: hidden;
}

.partners-container {
  width: calc(100% - 160px) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.partners-header {
  max-width: 900px !important;
  margin: 0 auto 55px !important;
  text-align: center !important;
}

.partners-header .section-label {
  display: block;
  margin-bottom: 16px;

  color: #5B73E8;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: .18em;
  text-transform: uppercase;
}

.partners-header h2 {
  margin: 0 0 22px !important;

  color: #616161 !important;

  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 46px !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;

  letter-spacing: -0.04em !important;
}

.partners-header p {
  margin: 0 auto !important;
  max-width: 800px !important;

  color: #667085;

  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

.partners-slider {
  width: 100%;
  overflow: hidden;
  margin-top: 15px !important;
  padding-bottom: 25px !important;
}

.partners-track {
  display: flex;
  align-items: center;

  gap: 90px;

  width: max-content;

  animation: partnerScroll 35s linear infinite;
}

.partners-track img {
  height: 55px;
  width: auto;
  max-width: 160px;

  object-fit: contain;

  opacity: .55;
  filter: grayscale(100%);

  transition: .3s ease;
}

.partners-track img:hover {
  opacity: 1;
  filter: grayscale(0);
}

@keyframes partnerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


/* ==================================================
   CONTACT STRIP
================================================== */

.contact-strip {
  position: relative !important;
  z-index: 10 !important;

  width: min(1650px, calc(100% - 120px)) !important;
  margin: 0 auto -45px !important;

  display: grid !important;
  grid-template-columns: 1fr 1.45fr 0.85fr !important;

  align-items: center !important;
  gap: 55px !important;

  padding: 26px 65px !important;

  background: #4A74E8 !important;

  border: none !important;
  border-radius: 34px !important;

  box-sizing: border-box !important;
}

.contact-strip .contact-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;

  gap: 26px !important;

  width: auto !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

.contact-strip .contact-item img {
  display: block !important;

  width: 92px !important;
  height: 92px !important;
  flex: 0 0 92px !important;

  object-fit: contain !important;

  margin: 0 !important;
}

.contact-strip .contact-item > div {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.contact-strip .contact-item strong {
  display: block !important;

  margin: 0 0 8px !important;

  color: #FFFFFF !important;

  font-size: 21px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

.contact-strip .contact-item span,
.contact-strip .contact-item a {
  display: block !important;

  margin: 0 !important;

  color: #FFFFFF !important;

  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;

  white-space: nowrap !important;

  text-decoration: none !important;
}


/* ==================================================
   FOOTER
================================================== */

.footer {
  position: relative;
}

.footer-main {
  background: #E7E7E7 !important;
  color: #666666;
  padding: 115px 0 28px;
}

.footer-shell {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;

  display: grid !important;

  grid-template-columns:
    1.15fr
    0.75fr
    1.15fr
    0.8fr !important;

  gap: 55px;

  align-items: start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-bts-logo {
  display: block;
  width: 145px;
  height: auto;
  margin: 0 0 24px;
}

.footer-brand p {
  margin: 0 0 25px;

  color: #666666;

  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;

  text-transform: uppercase;
}

.jarrison-logo {
  display: block;
  width: 155px;
  height: auto;
}

.footer-column h4 {
  margin: 0 0 25px;

  color: #5F5F5F;

  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;

  text-transform: uppercase;
}

.footer-column a {
  display: block;

  width: fit-content;

  margin: 0 0 8px;

  color: #666666;

  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;

  text-decoration: none;

  transition: color 0.25s ease;
}

.footer-column a:hover {
  color: #4A74E8;
}

.support-column p {
  margin: 0;

  color: #666666;

  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

.support-column p a {
  color: #666666 !important;
}

.socials {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 0 30px;
}

.socials a {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  margin: 0;

  color: #666666;

  font-size: 23px;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.socials a:hover {
  color: #4A74E8;
  transform: translateY(-2px);
}

.bbbee-logo {
  display: block;

  width: 95px;
  height: auto;

  margin-top: 28px;
}

.copyright {
  width: min(1200px, calc(100% - 80px));

  margin: 65px auto 0;

  padding-top: 24px;

  border-top: 1px solid #BDBDBD;

  text-align: center;

  color: #777777;

  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
}


/* ==================================================
   WHATSAPP FLOATING BUTTON
================================================== */

.whatsapp-button {
  position: fixed;

  right: 26px;
  bottom: 26px;

  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #25D366;
  color: #FFFFFF;

  font-size: 30px;

  text-decoration: none;

  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.18);

  z-index: 9999;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.whatsapp-button:hover {
  background: #1EBE5D;
  color: #FFFFFF;

  transform: translateY(-4px) scale(1.04);

  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.22);
}

.whatsapp-button i {
  line-height: 1;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1000px) {

  .contact-strip {
    width: calc(100% - 50px) !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
    padding: 22px 28px !important;
  }

  .contact-strip .contact-item {
    gap: 15px !important;
  }

  .contact-strip .contact-item img {
    width: 68px !important;
    height: 68px !important;
    flex-basis: 68px !important;
  }

  .contact-strip .contact-item strong {
    font-size: 16px !important;
  }

  .contact-strip .contact-item span,
  .contact-strip .contact-item a {
    font-size: 13px !important;
  }
}


@media (max-width: 900px) {

  .quote-section {
    width: calc(100% - 40px) !important;
    grid-template-columns: 1fr !important;
    margin: 50px auto 40px !important;
  }

  .quote-image {
    min-height: 380px !important;
  }

  .quote-inner {
    padding: 45px 38px 50px !important;
  }

  .footer-shell {
    width: calc(100% - 50px);
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 45px;
  }

  .copyright {
    width: calc(100% - 50px);
  }
}


@media (max-width: 700px) {

  .contact-strip {
    width: calc(100% - 30px) !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 28px 25px !important;
    border-radius: 24px !important;
    margin-bottom: -35px !important;
  }

  .contact-strip .contact-item {
    width: 100% !important;
  }

  .contact-strip .contact-item img {
    width: 64px !important;
    height: 64px !important;
    flex-basis: 64px !important;
  }

  .contact-strip .contact-item strong {
    font-size: 17px !important;
  }

  .contact-strip .contact-item span,
  .contact-strip .contact-item a {
    font-size: 14px !important;
    white-space: normal !important;
  }
}


@media (max-width: 600px) {

  .quote-section {
    width: calc(100% - 24px) !important;
    margin: 40px auto 32px !important;
    border-radius: 20px !important;
  }

  .quote-image {
    min-height: 300px !important;
  }

  .quote-inner {
    padding: 36px 22px 40px !important;
  }

  .quote-inner h2 {
    font-size: 34px !important;
    color: #616161 !important;
  }

  .quote-intro {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .form-row.two {
    grid-template-columns: 1fr !important;
  }

  .quote-submit-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .quote-form .submit-button {
    width: 100% !important;
  }

  .partners-section {
    padding: 38px 0 35px !important;
  }

  .partners-container {
    width: calc(100% - 36px) !important;
  }

  .partners-header h2 {
    font-size: 34px !important;
  }

  .partners-header p {
    font-size: 15px;
  }

  .partners-track {
    gap: 50px;
  }

  .partners-track img {
    height: 44px;
    max-width: 135px;
  }

  .footer-main {
    padding: 95px 0 25px;
  }

  .footer-shell {
    width: calc(100% - 36px);
    grid-template-columns: 1fr !important;
    gap: 38px;
  }

  .copyright {
    width: calc(100% - 36px);
    margin-top: 45px;
  }

  .whatsapp-button {
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    font-size: 27px;
  }
}


/* ==================================================
   FINAL QUOTE WIDTH OVERRIDE
   Keeps quote section aligned with main site content
================================================== */

body .quote-section {
  width: calc(100% - 160px) !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
