/* ==========================================================================
   EBG Group — split-screen hero
   All rules scoped under .ebg- classes. No global element styles touched.
   Reference: 1726 x 863
   ========================================================================== */
body, html{
  margin: 0;
}
.ebg-section,
.ebg-section *{
  box-sizing: border-box;
}

.ebg-section {
    width: 100%;
    height: 100vh;
    min-height: 650px;
    max-height: 900px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    font-family: "articulat-cf", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ebg-left {
    position: relative;
    width: 56.4%;
    height: 100%;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ebg-right {
    width: 43.6%;
    height: 100%;
    overflow: hidden;
}

.ebg-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.ebg-logo{
  position: absolute;
  left: 48px;
  top: 35px;
  width: 100px;
  height: auto;
  display: block;
}

.ebg-content{
  position: absolute;
  left: 107px;
  /* top: 145px; */
  width: 680px;
  max-width: calc(100% - 180px);
}

.ebg-title{
  margin: 0;
  color: #000000;
  font-weight: 900;
  font-size: 45px;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "articulat-cf", sans-serif;
font-style: normal;
}

.ebg-subtitle{
  margin: 15px 0 0;
  color: #000000;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.12;
  font-family: "Poppins";
font-weight: 400;
font-style: normal;
}

.ebg-cta{
display: flex;
    align-items: center;
    justify-content: center;
    width: 685px;
    max-width: 100%;
    height: 45px;
    margin-top: 28px;
    background: #292929;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    font-family: "Poppins";
}

.ebg-description{
    margin: 34px 0 0;
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    max-width: 640px;
    font-family: "Poppins";
}

/* ==========================================================================
   RIGHT — supplied background image
   ========================================================================== */

/* .ebg-right{
  width: 43.6%;
}

.ebg-background-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */

/* ==========================================================================
   Mobile (<=768px)
   ========================================================================== */

@media (max-width: 768px) {

  .ebg-desktop-break {
    display: none;
  }

  .ebg-section {
    flex-direction: column;
    height:auto;
  }

  /* =========================
     MOBILE LEFT SECTION
     ========================= */

  .ebg-left {
    width: 100%;
    padding-bottom: 32px;
    text-align: center;
    display: block;
  }

  /* Center Logo */
  .ebg-logo {
    position: static;
    display: block;
    width: 115px;
    height: auto;
    margin: 22px auto 0;
  }

  /* Center Content */
  .ebg-content {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 26px auto 0;
    padding: 0 24px;
    text-align: center;
  }

  .ebg-title {
    font-size: 33px;
    line-height: 1.05;
    text-align: center;
  }

  .ebg-subtitle {
    margin-top: 10px;
    font-size: 27px;
    line-height: 1.15;
    text-align: center;
  }

  /* Center CTA */
  .ebg-cta {
    width: 100%;
    height: 50px;
    margin: 22px auto 0;
    font-size: 15px;
    text-align: center;
  }

  .ebg-description {
    margin: 24px auto 0;
    max-width: 100%;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
  }

  /* =========================
     MOBILE IMAGE
     ========================= */

  .ebg-right {
    width: 100%;
    height: 420px;
  }

  .ebg-background-image {
 width: 73%;
        height: 100%;
        object-fit: cover;
        margin: 0 auto;
        border-radius: 10px;
  }
}

@media (max-width: 420px) {

  .ebg-right {
    height: 55vw;
    min-height: 300px;
  }

  .ebg-logo {
    width: 105px;
  }

  .ebg-content {
    padding: 0 20px;
  }

  .ebg-title {
    font-size: 34px;
  }

  .ebg-subtitle {
    font-size: 21px;
  }

  .ebg-description {
    font-size: 13px;
    font-weight: 400;
  }
}

/* ==========================================================================
   Capital Contribution section
   All rules scoped under .capital- classes. No global styles touched.
   Reference: 1735 x 871
   ========================================================================== */

.capital-section,
.capital-section *{
  box-sizing: border-box;
}

.capital-section{
  width: 100%;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.capital-inner{
  width: 100%;
  max-width: 1735px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ==========================================================================
   Top financial information
   ========================================================================== */

.capital-info{
  text-align: center;
  padding-top: 85px;
}

.capital-heading{
  color: #707070;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.capital-amount{
  margin: 6px 0 0;
  color: #000000;
  font-weight: 800;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "articulat-cf", sans-serif;
}

.capital-payout-label{
  margin-top: 24px;
  color: #707070;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  font-family: "Poppins";
}

.capital-payout-value{
  margin-top: 10px;
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Poppins";
}

.capital-payout-value span{
  display: inline-block;
  margin: 0 12px;
  color: #a3a3a3;
  font-weight: 400;
  font-family: "Poppins";
}

.capital-agreement{
  margin-top: 10px;
  color: #707070;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Poppins";
}

/* ==========================================================================
   Brand cards
   ========================================================================== */

.capital-cards{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  margin-top: 85px;
  padding-bottom: 0;
}

.capital-card{
  position: relative;
  height: 428px;
  overflow: hidden;
  background: #e9e9e9;
}

.capital-card-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.capital-card-fade{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 45%,
    rgba(255, 255, 255, 0.15) 55%,
    rgba(255, 255, 255, 0.75) 75%,
    #ffffff 100%
  );
  pointer-events: none;
}

.capital-card-logo{
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  height: auto;
  max-width: 78%;
  display: block;
}

/* Individual logo widths — adjust per actual supplied asset proportions */
.capital-card-logo--carlton{ width: 145px; }
.capital-card-logo--adhira{ width: 145px; }
.capital-card-logo--daewoo{ width: 150px; }
.capital-card-logo--greenway{ width: 150px; }
.capital-card-logo--chhota{ width: 110px; }
.capital-card-logo--natuf{ width: 140px; }

/* ==========================================================================
   Desktop carousel (>=1201px) — shows 5 cards, auto-advances to the rest
   ========================================================================== */

@media (min-width: 1201px) {

  .capital-cards{
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .capital-card{
    flex: 0 0 calc((100% - (4 * 7px)) / 5);
    width: calc((100% - (4 * 7px)) / 5);
  }

}

/* ==========================================================================
   Tablet (<=1200px)
   ========================================================================== */

@media (max-width: 1200px){

  .capital-info{
    padding-top: 52px;
  }

  .capital-heading{
    font-size: 24px;
  }

  .capital-amount{
    font-size: 45px;
  }

  .capital-payout-label{
    font-size: 21px;
  }

  .capital-payout-value{
    font-size: 24px;
    margin-top: 4px;
  }

  .capital-agreement{
    font-size: 18px;
    margin-top: 4px;
  }

  .capital-cards{
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 50px;
  }

  .capital-card{
    height: 340px;
  }

  .capital-card-logo{
    bottom: 20px;
  }

  .capital-card-logo--carlton{ width: 118px; }
  .capital-card-logo--adhira{ width: 118px; }
  .capital-card-logo--daewoo{ width: 122px; }
  .capital-card-logo--greenway{ width: 122px; }
  .capital-card-logo--chhota{ width: 90px; }
  .capital-card-logo--natuf{ width: 114px; }
}

@media (max-width: 768px) {

  .capital-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;

    margin-top: 36px;

    overflow-x: auto;
    overflow-y: hidden;

    padding-left: 11%;
    padding-right: 11%;

    scrollbar-width: none;
    -ms-overflow-style: none;

    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }

  .capital-inner{
    padding: 0px;
  }
  .capital-cards::-webkit-scrollbar {
    display: none;
  }

  .capital-card {
    flex: 0 0 78%;
    width: 78%;
    height: 300px;
    flex-shrink: 0;

    scroll-snap-align: center;
  }

  .capital-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }
}


@media (max-width: 420px) {

  .capital-cards {
    gap: 10px;
    padding-left: 11%;
    padding-right: 11%;
  }

  .capital-card {
    flex: 0 0 100%;
    width: 78%;
    height: 500px;

    scroll-snap-align: center;
  }
}



/* ==========================================================================
   Multiple Categories — EBG Group
   All rules scoped under .ebg-cat- classes. No global styles touched.
   Reference: 1725 x 863
   ========================================================================== */

.ebg-cat-section,
.ebg-cat-section *{
  box-sizing: border-box;
}

.ebg-cat-section{
  width: 100%;
  background: #ffffff;
  padding: 90px 35px 60px;
  font-family: Arial, Helvetica, sans-serif;
}

/* ==========================================================================
   Heading
   ========================================================================== */

.ebg-cat-title{
  margin: 0 0 62px;
  color: #000000;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.1;
  text-align: center;
}

/* ==========================================================================
   Cards
   ========================================================================== */

.ebg-cat-cards{
  max-width: 1510px;
  margin: 0 auto;
}

.ebg-cat-row{
  display: flex;
  justify-content: center;
  gap: 24px;
}

.ebg-cat-row--top{
  margin-bottom: 24px;
}

.ebg-cat-card{
  flex: 0 0 265px;
  width: 358px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
  padding: 20px 16px;
}

.ebg-cat-card p{
  text-align: center;
  font-family: "Poppins";
  font-size: 13px;
  margin-top: 0px;
}

.ebg-cat-card--carlton{ background: #fffafa; }
.ebg-cat-card--wellness{ background: #f8fffc; }
.ebg-cat-card--daewoo{ background: #fafbff; }
.ebg-cat-card--tarzan{ background: #fffdf9; }
.ebg-cat-card--chhota{ background: #fcf9ff; }
.ebg-cat-card--adhira{ background: #ffffff; }
.ebg-cat-card--natuf{ background: #f8ffff; }
.ebg-cat-card--acer{ background: #fdfdfd; }

.ebg-cat-card-title{
  margin: 0;
  color: #000000;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.08;
  text-align: center;
  font-family: "Poppins";
  height: 50px;
}

.ebg-cat-card-category{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  font-family: "Poppins";
  text-decoration: none;
  cursor: pointer;
}

/* ==========================================================================
   Capital Contribution
   ========================================================================== */

.ebg-cat-capital{
  max-width: 700px;
  margin: 40px auto 0;
  text-align: center;
}

.ebg-cat-capital-label{
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Poppins";
}

.ebg-cat-capital-value{
  margin: 10px 0 0;
  color: #000000;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.15;
}

.ebg-cat-capital-description{
  margin: 12px 0 0;
  color: #777777;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  font-family: "Poppins";
}

.ebg-cat-capital-button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    max-width: 100%;
    height: 47px;
    margin: 30px auto 0;
    background: #000000;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    border: none;
    font-family: "Poppins";
}

.ebg-mobile-form-wrapper {
  display: none;
}

/* ==========================================================================
   Tablet (<=1200px)
   ========================================================================== */

@media (max-width: 1200px){

  .ebg-cat-title{
    font-size: 34px;
    margin-bottom: 46px;
  }

  .ebg-cat-row{
    gap: 16px;
  }

  .ebg-cat-row--top{
    margin-bottom: 16px;
  }

  .ebg-cat-card{
    flex: 1 1 0;
    width: auto;
    height: 165px;
    padding: 10px 12px;
  }

  .ebg-cat-card-title{
    font-size: 24px;
  }

  .ebg-cat-card-category{
    font-size: 16px;
    min-height: 36px;
    padding: 0 16px;
  }

  .ebg-cat-capital{
    margin-top: 46px;
  }
}

/* ==========================================================================
   Mobile (<=768px)
   ========================================================================== */

@media (max-width: 768px){

  .ebg-cat-section{
    padding: 50px 16px 44px;
  }

  .ebg-cat-desktop-break{
    display: none;
  }

  .ebg-cat-title{
    font-size: 30px;
    margin-bottom: 32px;
  }

  .ebg-cat-cards{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 92%;
  }

  .ebg-cat-row{
    display: contents;
  }

  .ebg-cat-card{
    flex: none;
    width: auto;
    /* height: 95px; */
    min-height: 170px;
    gap: 10px;
    padding: 12px 10px;
    justify-content: flex-start;
  }

  .ebg-cat-card p{
    font-size: 11px;
    line-height: 1.1;
  }
  .ebg-cat-card-title{
    font-size: 18px;
  }

  .ebg-cat-card-category{
    font-size: 12px;
    min-height: 32px;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
    width: 100%;
  }

  .ebg-cat-capital{
    margin-top: 40px;
  }

  .ebg-cat-capital-label{
    font-size: 20px;
  }

  .ebg-cat-capital-value{
    font-size: 25px;
  }

  .ebg-cat-capital-description{
    font-size: 16px;
  }

  .ebg-cat-capital-button{
    width: 100%;
    height: 56px;
    font-size: 17px;
    margin-top: 26px;
  }
  /* Hide CTA and description on mobile */
.ebg-cta,
.ebg-description {
  display: none;
}

/* Hide first-section image on mobile */
.ebg-right {
  display: none;
}
/* =========================
   MOBILE FORM STYLING
   ========================= */

.ebg-mobile-form-wrapper {
  display: block;
  width: 100%;
  margin-top: 28px;
  padding: 24px 18px;
  background: #f3f3f3;
  border-radius: 18px;
}

/* Form */
.ebg-mobile-form-wrapper .ebg-contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Input fields */
.ebg-mobile-form-wrapper .ebg-contact-input,
.ebg-mobile-form-wrapper .ebg-contact-textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 14px 16px;
  color: #222222;
  font-size: 15px;
  font-family: inherit;
  outline: none;
}

/* Input height */
.ebg-mobile-form-wrapper .ebg-contact-input {
  height: 52px;
}

/* Textarea */
.ebg-mobile-form-wrapper .ebg-contact-textarea {
  min-height: 120px;
  resize: vertical;
}

/* Placeholder */
.ebg-mobile-form-wrapper .ebg-contact-input::placeholder,
.ebg-mobile-form-wrapper .ebg-contact-textarea::placeholder {
  color: #888888;
  opacity: 1;
}

/* Focus state */
.ebg-mobile-form-wrapper .ebg-contact-input:focus,
.ebg-mobile-form-wrapper .ebg-contact-textarea:focus {
  border-color: #000000;
}

/* Error message */
.ebg-mobile-form-wrapper .field-error {
  margin-top: -8px;
  font-size: 12px;
}

/* Submit button */
.ebg-mobile-form-wrapper .ebg-contact-button {
  width: 100%;
  min-height: 54px;
  margin-top: 6px;
  border-radius: 10px;
  padding: 12px 20px;
}
.ebg-mobile-form-wrapper select.ebg-contact-input {
    appearance: auto;
    cursor: pointer;
}
}
@media (max-width: 420px){
  .ebg-cat-card-title{
    font-size: 13px;
    height: 30px;
  }
}

.ebg-why-section {
    position: relative;
    width: 100%;
    aspect-ratio: 1890 / 683;
    min-height: 48vh;
    overflow: hidden;
    background-image: url("../images/8.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
}

.ebg-why-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.97) 0%,
        rgba(255, 255, 255, 0.93) 20%,
        rgba(255, 255, 255, 0.82) 32%,
        rgba(255, 255, 255, 0.55) 45%,
        rgba(255, 255, 255, 0.22) 58%,
        rgba(255, 255, 255, 0.06) 68%,
        rgba(255, 255, 255, 0) 78%
    );
    pointer-events: none;
}

.ebg-why-inner {
    position: relative;
    z-index: 1;
    max-width: 1620px;
    height: 100%;
    margin: 0 auto;
    padding: 0 70px;
}

.ebg-why-title {
    position: absolute;
    top: 13.9%;
    left: 70px;
    width: 300px;
    margin: 0;
    color: #0a0a0a;
    font-size: clamp(28px, 2.6vw, 50px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.01em;
}

.ebg-why-cards {
    position: absolute;
    top: 34.4%;
    left: 70px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: min(59.8%, 995px);
}

.ebg-why-card {
    background: #000000;
    aspect-ratio: 238 / 299;
    padding: 20px 28px 3px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.ebg-why-card-title {
    margin: 0;
    color: #d4d4d4;
    font-size: clamp(16px, 1.55vw, 29px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
    height: 100px;
}

.ebg-why-card-divider {
    margin-top: auto;
    margin-bottom: 18px;
    height: 2px;
    width: 100%;
    background: #cfcfcf;
    opacity: 0.55;
}

.ebg-why-card-description {
    margin: 0;
    color: #d4d4d4;
    font-size: clamp(12px, 1.1vw, 20px);
    font-weight: 400;
    line-height: 1.18;
    height: 93px;
}

/* Create one continuous divider line */
.ebg-why-cards::after {
    content: "";
    position: absolute;
    left: 52px;
    right: 52px;
    top: 42%;
    height: 2px;
    background: #cfcfcf;
    opacity: 0.75;
    z-index: 2;
}

/* Remove individual card dividers */
.ebg-why-card-divider {
    display: none;
}

/* ---------- Tablet ---------- */
@media (max-width: 1200px) {
    .ebg-why-section {
        aspect-ratio: auto;
        min-height: 560px;
        padding: 40px 0;
    }

    .ebg-why-inner {
        padding: 0 40px;
    }

    .ebg-why-title {
        position: static;
        width: auto;
        margin-bottom: 30px;
        font-size: 38px;
    }

    .ebg-why-cards {
        position: static;
        width: 100%;
        gap: 10px;
    }

    .ebg-why-card {
        aspect-ratio: auto;
        min-height: 260px;
        padding: 20px 20px 18px;
    }

    .ebg-why-card-title {
        font-size: 20px;
    }

    .ebg-why-card-description {
        font-size: 14px;
    }
}

/* ---------- Mobile ---------- */
/* ---------- Mobile ---------- */
@media (max-width: 768px) {

    .ebg-why-section {
        min-height: 800px;
        padding: 0 0 20px;
        background-position: center top;
        background-size: auto 360px;
        background-repeat: no-repeat;
        background-color: #f5f5f5;
    }

    .ebg-why-overlay {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.18) 0%,
            rgba(255, 255, 255, 0.35) 22%,
            rgba(255, 255, 255, 0.70) 48%,
            rgba(255, 255, 255, 0.96) 100%
        );
        display: none;
    }

    .ebg-why-inner {
        padding: 16px 28px 20px;
    }

    .ebg-why-title {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
        font-size: 34px;
        line-height: 1;
        font-weight: 800;
        background-color: #000000;
        color: #fff;
        padding: 10px;
    }

    /* Make title appear in one line */
    .ebg-why-title br {
        display: none;
    }

    .ebg-why-cards {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 10px;
    }

    .ebg-why-card {
        width: 100%;
        min-height: 104px;
        aspect-ratio: auto;
        padding: 18px 19px 16px;
        background: #000000;
    }

    .ebg-why-card-title {
        color: #d4d4d4;
        font-size: 19px;
        line-height: 1;
        font-weight: 500;
    }

    /* Divider is not visible in the mobile reference */
    .ebg-why-card-divider {
        display: none;
    }

    .ebg-why-card-description {
        margin-top: auto;
        color: #d4d4d4;
        font-size: 13px;
        line-height: 1.22;
        font-weight: 400;
    }
}


/* ---------- Small Mobile ---------- */
@media (max-width: 420px) {

    .ebg-why-section {
        background-size: auto 361px;
        background-position: 67% 24%;
    }

    .ebg-why-inner {
        padding: 16px 28px 20px;
    }

    .ebg-why-title {
        font-size: 33px;
        margin-bottom: 20px;
        left: -10px;
       
    }

    .ebg-why-cards {
        gap: 12px 10px;
        top: 265px;
    }

    .ebg-why-card {
        height: 188px;
        padding: 18px 19px 16px;
    }

    .ebg-why-card-title {
        font-size: 19px;
    }

    .ebg-why-card-description {
        font-size: 13px;
    }
}

.howit-section,
.howit-section * {
    box-sizing: border-box;
}

.howit-section {
    width: 100%;
    background: #ffffff;
    padding: 60px 0 120px;
    font-family: Arial, Helvetica, sans-serif;
}

.howit-inner {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 40px;
    width: 93%;
}

.howit-title {
    margin: 0 0 70px;
    text-align: center;
    color: #000000;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.1;
}

.howit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 45px;
}

.howit-card {
    position: relative;
    overflow: visible;
    background: #ffffff;
    border: 2px solid #a8a8a8;
    border-radius: 25px;
    width: 100%;
    height: 185px;
}

.howit-number {
    position: absolute;
    left: -25px;
    top: 36px;
    background: #ffffff;
    padding: 0 6px 0 0;
    color: #000000;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 1;
    z-index: 2;
    pointer-events: none;
}

.howit-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 32px 28px 24px;
}

.howit-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.howit-icon-svg {
    width: 25px;
    height: 25px;
}

.howit-card-title {
    margin: 0 0 12px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.howit-description {
    margin: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 174px;
    font-family: "Poppins";
}

/* ---------- Tablet ---------- */
@media (max-width: 1200px) {
    .howit-section {
        padding: 100px 0 90px;
    }

    .howit-title {
        font-size: 36px;
        margin-bottom: 55px;
    }

    .howit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 45px;
        max-width: 700px;
        margin: 0 auto;
    }

    .howit-card {
        height: 240px;
    }

    .howit-number {
        font-size: 90px;
        top: 44px;
    }

    .howit-card-title {
        font-size: 25px;
        white-space: normal;
    }

    .howit-description {
        font-size: 18px;
    }
}

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
    .howit-section {
        padding: 70px 0 60px;
    }

    .howit-inner {
        padding: 0 22px;
    }

    .howit-title {
        font-size: 32px;
        margin-bottom: 45px;
    }

    .howit-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 480px;
    }

    .howit-card {
        width: 80%;
        height: auto;
        min-height: 230px;
        margin: 0 auto;
    }

    .howit-number {
        font-size: 90px;
        left: -18px;
        top: 40px;
    }

    .howit-content {
        padding: 30px 26px 26px;
    }

    .howit-card-title {
        font-size: 24px;
        white-space: normal;
    }

    .howit-description {
        font-size: 17px;
        max-width: 280px;
    }
}

/* ---------- Small mobile ---------- */
@media (max-width: 480px) {
    .howit-section {
        padding: 55px 0 45px;
    }

    .howit-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .howit-card {
        min-height: 210px;
        border-radius: 20px;
    }

    .howit-number {
        font-size: 70px;
        left: -12px;
        top: 56px;
    }

    .howit-icon,
    .howit-icon-svg {
        width: 44px;
        height: 44px;
    }

    .howit-icon {
        margin-bottom: 22px;
    }

    .howit-card-title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .howit-description {
        font-size: 15.5px;
    }
}

.ebg-contact-section,
.ebg-contact-section * {
    box-sizing: border-box;
}

.ebg-contact-section {
    position: relative;
    width: 100%;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 40px 0 60px;
}

.ebg-contact-wrapper {
    position: relative;
    max-width: 1776px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ---------- Black panel ---------- */
.ebg-contact-black-panel {
position: relative;
    width: min(94.5%, 1467px);
    height: 415px;
    margin-left: calc(58 / 1776 * 100%);
    background: #000000;
    z-index: 1;
}

.ebg-contact-content {
    padding: 113px 0 0 74px;
    max-width: 560px;
}

.ebg-contact-title {
    margin: 0;
    color: #ffffff;
    font-size: 33px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.01em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.ebg-contact-description {
    margin: 22px 0 0;
    color: #d2d2d2;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

/* ---------- Contact details below panel ---------- */
.ebg-contact-details {
    position: relative;
    z-index: 2;
    margin-left: calc(137 / 1776 * 100%);
    padding-top: 30px;
    max-width: 760px;
}

.ebg-contact-details-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 75px;
    margin-bottom: 22px;
}

.ebg-contact-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ebg-contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.location-icon{
  height: 19px;
}

.ebg-contact-info-icon img {
    width: 100%;
    height: 100%;
}

.ebg-contact-info-text--strong {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.ebg-contact-address-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-family: "Poppins";
}

.ebg-contact-address-row .ebg-contact-info-icon {
    margin-top: 3px;
}

.ebg-contact-address {
    margin: 0;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}

/* ---------- Contact form panel ---------- */
.ebg-contact-form-panel {
position: absolute;
    z-index: 5;
    top: -74px;
    right: calc(173 / 1776 * 100%);
    width: 407px;
    background: #eeeeee;
    padding: 30px 58px 40px 53px;
}

.ebg-contact-form-title {
    margin: 0 0 20px;
    color: #000000;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.05;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.ebg-contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ebg-contact-input,
.ebg-contact-textarea {
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 11px;
    padding: 0 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    outline: none;
}

.ebg-contact-input {
    height: 40px;
}

.ebg-contact-input::placeholder,
.ebg-contact-textarea::placeholder {
    color: #929292;
}

.ebg-contact-textarea {
    height: 104px;
    padding-top: 16px;
    resize: none;
    line-height: 1.3;
}
.ebg-contact-form select.ebg-contact-input {
    appearance: auto;
    cursor: pointer;
}
.ebg-contact-button {
    width: 100%;
    height: 60px;
    margin-top: 4px;
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    text-align: center;
}
.input-error {
    border: 1px solid #e63946 !important;
}

.field-error {
    display: block;
    margin-top: -5px;
    margin-bottom: 2px;
    color: #e63946;
    font-size: 11px;
    font-weight: 500;
}
/* ---------- Tablet ---------- */
@media (max-width: 767px) {
    .ebg-contact-wrapper {
        padding: 0 24px;
    }

    .ebg-contact-black-panel {
        width: 100%;
        height: auto;
        min-height: 400px;
        margin-left: 0;
    }

    .ebg-contact-content {
        padding: 60px 40px 50px;
        max-width: 100%;
    }

    .ebg-contact-title {
        font-size: 38px;
    }

    .ebg-contact-description {
        font-size: 19px;
    }

    .ebg-contact-details {
        margin-left: 0;
        padding: 30px 40px 0;
        max-width: 100%;
    }

    .ebg-contact-form-panel {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 520px;
        margin: 40px auto 0;
        padding: 35px 40px 40px;
    }
}

/* =========================================================
   MOBILE ONLY — PIXEL MATCH LAYOUT
   ========================================================= */

@media (max-width: 768px) {

    .ebg-contact-section {
        padding: 0;
        background: #ffffff;
    }

    .ebg-contact-wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }


    /* =====================================================
       BLACK HERO
       ===================================================== */

    .ebg-contact-black-panel {
      display: none;
        order: 1;

        width: 100%;
        height: 300px;
        min-height: 122px;

        margin: 0;

        background: #000000;
    }

    .ebg-contact-content {
        width: 100%;
        max-width: none;

        padding: 40px 15px 8px;

        text-align: center;
    }

    .ebg-contact-title {
        margin: 0;

        font-size: 18px;
        line-height: 1.2;
        font-weight: 800;

        color: #ffffff;
              font-family: "Poppins", Arial, Helvetica, sans-serif;
    }

    .ebg-contact-description {
        width: 278px;
        margin: 15px auto 0;
        font-size: 13px;
        line-height: 1.2;
        color: #d0d0d0;
    }

    .ebg-contact-description br {
        display: none;
    }


    /* =====================================================
       FORM
       ===================================================== */

    .ebg-contact-form-panel {
      display: none;
        order: 2;

        position: relative;
        top: auto;
        right: auto;

        z-index: 10;

        width: 78%;
        max-width: none;

        margin: -69px auto 0;

        /*padding: 20px 36px 20px;*/
        padding: 35px 36px 35px;

        background: #e9e9e9;
    }

    .ebg-contact-form-title {
        margin: 0 0 16px;

        font-size: 28px;
        line-height: 1.05;
        font-weight: 800;

        color: #000000;
        font-family: "articulat-cf", sans-serif;
    }

    .ebg-contact-form {
        gap: 10px;
    }

    .ebg-contact-input,
    .ebg-contact-textarea {
        width: 100%;

        border: none;
        outline: none;

        border-radius: 6px;

        background: #ffffff;

        padding: 0 18px;

        font-size: 15px;

        color: #000000;
    }

    .ebg-contact-input {
      font-family: "Poppins";
        height: 40px;
    }

    .ebg-contact-textarea {
        height: 68px;

        padding-top: 6px;

        resize: none;
    }

    .ebg-contact-input::placeholder,
    .ebg-contact-textarea::placeholder {
        color: #8d8d8d;
        opacity: 1;
    }

    .ebg-contact-button {
        width: 100%;
        height: 50px;

        margin-top: 2px;

        border: none;
        border-radius: 6px;

        background: #000000;
        color: #ffffff;

        font-size: 16px;
        font-weight: 700;

        cursor: pointer;
    }


    /* =====================================================
       CONTACT DETAILS
       ===================================================== */

    .ebg-contact-details {
      display: none;
        order: 3;

        width: 70%;
        max-width: none;

        margin: 0 auto;

        padding: 25px 0 30px;
    }
    .ebg-mobile-contact{
      display: flex;
      flex-direction: column;
    }

    .ebg-contact-details-top {
        display: flex;
        flex-direction: column;

        align-items: flex-start;

        gap: 10px;

        margin-bottom: 15px;
    }

    .ebg-contact-info-item {
        display: flex;
        align-items: center;

        gap: 15px;
    }

    .ebg-contact-info-icon {
        width: 20px;
        height: 20px;

        flex-shrink: 0;
    }

    .ebg-contact-info-icon img {
        width: 100%;
        height: 100%;

        display: block;

        object-fit: contain;
    }

    .ebg-contact-info-text--strong {
        font-size: 17.5px;
        font-weight: 500;
        color: #000000;
        font-family: "Poppins";
    }


    /* =====================================================
       ADDRESS
       ===================================================== */

    .ebg-contact-address-row {
        display: flex;
        align-items: flex-start;

        gap: 15px;
    }

    .ebg-contact-address-row .ebg-contact-info-icon {
        margin-top: 1px;
    }

    .ebg-contact-address {
        margin: 0;
        font-size: 15.5px;
        line-height: 1.3;
        color: #000000;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
    }

    .ebg-contact-address br {
        display: none;
    }

    .ebg-why-cards::after{
      display: none;
    }
}

.mobile-footer {
       display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background: #000000;
        padding: 50px 0px;
        text-align: center;
        color: #d8d8d8;
}

.mobile-footer-logo{
  max-width: 200px;
  margin: 0 auto;
}

.mobile-footer-logo img{
  width: 60%;
}

.mobile-footer-copyright{
  font-family: "Poppins";
}
.mobile-footer-links a{
  color: #707070;
  text-decoration: none;
  font-family: "Poppins";
  line-height: 1;

}

.mobile-footer-links a:first-child::after {
  content: "|";
  width: 5px;
  padding: 0px 10px;
}

.mobile-footer-links a:nth-child(3) {
  display: block;
  margin-top: 1px;
}
.mobile-footer-br{
  display: none;
}
/* Mobile footer only */
@media (max-width: 768px) {
  .mobile-footer-links a:nth-child(3){
    display: none;
  }
  .mobile-footer-br{
    display: block;
  }

    .mobile-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 91%;
        background: #000000;
        padding: 40px 20px 36px;
        text-align: center;
        color: #d8d8d8;
    }

    .mobile-footer-logo img {
        width: 130px;
        height: auto;
        display: block;
    }

    .mobile-footer-copyright {
        margin: 22px 0 0;
        /* font-family: Arial, Helvetica, sans-serif; */
        font-size: 20px;
        line-height: 1.35;
        font-weight: 400;
        color: #cfcfcf;
    }

    .mobile-footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 18px;
        gap: 8px;
    }

    .mobile-footer-links a {
      display: none;
        color: #bdbdbd;
        /* font-family: Arial, Helvetica, sans-serif; */
        font-size: 17px;
        line-height: 1.3;
        text-decoration: underline;
        text-underline-offset: 5px;
        opacity: 0.7;
    }
    .mobile-footer-links a:first-child::after {
display: none;
}
}
.mobile-footer-contact-details{
  display: none;
}

@media (max-width: 768px) {

    .mobile-footer-contact-details {
        display: block;
        width: 100%;
        margin-top: 30px;
        color: #dbdbdb;
    }

    .mobile-footer-contact-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .mobile-footer-contact-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #999999;
    }

    .mobile-footer-contact-icon {
        display: none;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .mobile-footer-contact-icon img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .mobile-footer-contact-text {
        font-family: "Poppins";
        font-size: 19px;
        font-weight: 500;
        color:#999999;
    }

    .mobile-footer-address-row {
        /* display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 10px; */
        margin-top: 13px;
        padding: 0px 20px;
    }

    .mobile-footer-address {
        margin: 0;
        font-family: "Poppins";
        font-size: 16px;
        line-height: 1.5;
        color: #999999;
        text-align: center;
    }
}



/* =====================================================================
   RESPONSIVE ADD-ON — SINGLE BUG FIX
   Append this block to the END of style.css.
   This does NOT change any existing layout, spacing, typography, sizing,
   or positioning anywhere — nothing in your CSS is modified or removed.
   It only patches one specific gap where content currently overflows,
   bounded so it cannot apply outside that exact range.
   ===================================================================== */

/* --------------------------------------------------------------------
   Horizontal overflow, 1201px–1543px
   The "Multiple Categories" cards are fixed at 358px wide, 4 per row +
   gaps = ~1504px minimum content width. The existing stylesheet only
   shrinks them below max-width:1200px, so viewports from 1201px up to
   ~1543px overflow horizontally right now.
   Bounded: cannot apply above 1543px or at/below 1200px, where the
   current layout is already correct. Does not touch the contact
   section, the hero, or anything else.
   -------------------------------------------------------------------- */

@media (min-width: 1201px) and (max-width: 1543px) {
  .ebg-cat-row {
    flex-wrap: wrap;
  }
  .ebg-cat-card {
    flex: 1 1 240px;
    width: auto;
    max-width: 358px;
  }
}

/* =====================================================================
   RESPONSIVE ADD-ON — SINGLE BUG FIX
   Append this block to the END of style.css.
   This does NOT change any existing layout, spacing, typography, sizing,
   or positioning anywhere — nothing in your CSS is modified or removed.
   It only patches one specific gap where content currently overflows,
   bounded so it cannot apply outside that exact range.
   ===================================================================== */

/* --------------------------------------------------------------------
   Horizontal overflow, 1201px–1543px
   The "Multiple Categories" cards are fixed at 358px wide, 4 per row +
   gaps = ~1504px minimum content width. The existing stylesheet only
   shrinks them below max-width:1200px, so viewports from 1201px up to
   ~1543px overflow horizontally right now.
   Bounded: cannot apply above 1543px or at/below 1200px, where the
   current layout is already correct. Does not touch the contact
   section, the hero, or anything else.
   -------------------------------------------------------------------- */

@media (min-width: 1201px) and (max-width: 1543px) {
  .ebg-cat-row {
    flex-wrap: wrap;
  }
  .ebg-cat-card {
    flex: 1 1 240px;
    width: auto;
    max-width: 358px;
  }
}

/* --------------------------------------------------------------------
   Auto-scrolling brand cards, 1024px–1200px (small laptops, e.g. 1024x600)
   The existing stylesheet switches .capital-cards to a static 3-column
   grid in this range, so any auto-scroll/carousel behaviour present at
   1201px+ stops working. This keeps the cards in a single scrollable
   row (same pattern the ≥1201px carousel uses) and adds a pure-CSS
   back-and-forth auto-scroll animation, so it works even if the
   auto-advance above 1201px is driven by JS this stylesheet can't see.
   Bounded to 1024px–1200px only — does not touch the ≥1201px carousel,
   the ≤1200px card sizing/spacing already in place is kept, and nothing
   below 1024px (tablet/mobile) is affected.
   -------------------------------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1200px) {

  .capital-cards {
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: unset;
    overflow: hidden;
    animation: capitalCardsAutoScroll 16s ease-in-out infinite;
  }

  .capital-card {
    flex: 0 0 260px;
    width: 260px;
    height: 400px;
  }

  .capital-cards:hover {
    animation-play-state: paused;
  }
}

@keyframes capitalCardsAutoScroll {
  0%, 8%   { transform: translateX(0); }
  50%      { transform: translateX(calc(-100% + 100vw - 64px)); }
  92%, 100%{ transform: translateX(0); }
}

@media (min-width: 1024px) and (max-width: 1200px) and (prefers-reduced-motion: reduce) {
  .capital-cards {
    animation: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* =====================================================================
   RESPONSIVE ADD-ON — SINGLE BUG FIX
   Append this block to the END of style.css.
   This does NOT change any existing layout, spacing, typography, sizing,
   or positioning anywhere — nothing in your CSS is modified or removed.
   It only patches one specific gap where content currently overflows,
   bounded so it cannot apply outside that exact range.
   ===================================================================== */

/* --------------------------------------------------------------------
   Horizontal overflow, 1201px–1543px
   The "Multiple Categories" cards are fixed at 358px wide, 4 per row +
   gaps = ~1504px minimum content width. The existing stylesheet only
   shrinks them below max-width:1200px, so viewports from 1201px up to
   ~1543px overflow horizontally right now.
   Bounded: cannot apply above 1543px or at/below 1200px, where the
   current layout is already correct. Does not touch the contact
   section, the hero, or anything else.
   -------------------------------------------------------------------- */

@media (min-width: 1201px) and (max-width: 1543px) {
  .ebg-cat-row {
    flex-wrap: wrap;
  }
  .ebg-cat-card {
    flex: 1 1 240px;
    width: auto;
    max-width: 358px;
  }
}

/* --------------------------------------------------------------------
   Small laptops, 1024px–1200px (e.g. 1024x600)
   The existing stylesheet switches .capital-cards to a static
   3-column grid in this range, which is why the JS-driven desktop
   carousel (landing.js) stops scrolling below 1201px — that script
   only recognizes >=1201px as "desktop" and only the CSS carousel
   layout (flex row, 5 visible cards, same structure as >=1201px)
   gives it something to operate on.
   This block replicates that exact >=1201px carousel layout for
   1024px–1200px too, so the SAME JS scroll mechanism (not a
   different CSS animation) runs here. It must be paired with the
   one-line change to landing.js lowering DESKTOP_MIN_WIDTH to 1024
   (see landing.js below) — the CSS alone does nothing without that.
   Bounded to 1024px–1200px only — does not touch the >=1201px
   carousel or anything below 1024px.
   -------------------------------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1200px) {

  .capital-cards {
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: unset;
    overflow: hidden;
    gap: 7px;
  }

  .capital-card {
    flex: 0 0 calc((100% - (4 * 7px)) / 5);
    width: calc((100% - (4 * 7px)) / 5);
  }
}

@media (max-width: 768px) {
    .ebg-section {
        flex-direction: column;
        min-height: 949px;
    }
}