footer {
background: #272727 !Important;
}

header{
  border-top-style: solid; /* Required */
  border-top-width: 5px;  /* Optional: set thickness */
  border-top-color: #272727;
}



@media screen and (max-width: 1079px) {
.cb_menu_sec {
background: #737373 !Important;
}
}

.cb_banner_new img{
width:100%;
}

.cb_brand .cb_container{
z-index: 9;
max-width:1500px !Important;
}

.content_section{
background: #b18f84 ;
padding: 10em;
text-align: center;
}

header.clearHeader {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 9999;
background: transparent;
box-shadow: none;
}

header.clearHeader .header_menu_ul > li > a, header.clearHeader .header_logo a, header.clearHeader .header_logo span {
color: #ffffff !important;
}

.content_div_new {
color: aliceblue;
}
.content-subheading{
font-size:1.5em;
}


  .cb-brands-section {
    background: linear-gradient(180deg, #f7f5f2 0%, #f4f1ed 100%);
    padding: 35px 20px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .cb-container {
    max-width: 1180px;
    margin: 0 auto;
  }

  .cb-section-title {
    text-align: center;
    margin: 0 0 34px;
    text-transform: uppercase;
  }
.cb-section-subheading {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #b7a79a;
  padding-bottom: 10px;
  text-align:center;
}

.cb-section-subheading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 1px;
  background: #d8ccc3;
}

  .cb-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 34px;
  }

  .cb-feature-card {
    background: #fff;
    border: 1px solid #bcae9f;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    text-align: center;
    padding: 24px 18px 22px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .cb-feature-icon {
    color: #b19d8d;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
  }

  .cb-feature-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .cb-feature-card h3 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    color: #1d1d1d;
    margin: 0 0 12px;
  }

  .cb-feature-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    margin: 0;
  }

  .cb-network-heading, .cb-network-desc {
    text-align: center;
  }


  .cb-network-heading h3 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #1c1c1c;
    white-space: nowrap;
  }

  .cb-network-tags {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 26px;
  }

  .cb-tag {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.08);
    padding: 18px 14px;
    text-align: center;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 1.3;
  }

  .cb-btn-wrap {
    text-align: center;
  }

  .cb-btn:hover {
    background: #a48e7d;
    color: #fff;
  }

  /* Tablet */
  @media (max-width: 1024px) {
    .cb-section-title {
      font-size: 30px;
    }

    .cb-feature-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .cb-network-tags {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    .cb-brands-section {
      padding: 44px 16px;
    }

    .cb-section-title {
      font-size: 24px;
      letter-spacing: 1px;
      margin-bottom: 24px;
    }

    .cb-feature-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .cb-feature-card {
      min-height: auto;
      padding: 22px 16px;
    }

    .cb-feature-card h3 {
      font-size: 22px;
    }

    .cb-feature-card p {
      font-size: 15px;
    }

    .cb-network-heading {
      gap: 10px;
      margin: 4px 0 18px;
    }

    .cb-network-heading h3 {
      font-size: 20px;
      text-align: center;
      white-space: normal;
    }

    .cb-network-tags {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .cb-tag {
      font-size: 15px;
      padding: 16px 12px;
    }

    .cb-btn {
      width: 100%;
      max-width: 320px;
      font-size: 17px;
      padding: 14px 22px;
    }
    
  }
  
  .cb-operating-model-section,
  .cb-portfolio-section {
    padding-left: 45px;
    padding-right: 20px;
  }

  .cb-operating-model-section {
    padding-bottom: 24px;
    background: linear-gradient(to top, #f7f5f2, #f4f1ed);
  }

  .cb-portfolio-section {
    padding-top: 8px;
    padding-bottom: 56px;
  }

  .cb-om-container {
    max-width: 1180px;
    margin: 0 auto;
  }

  h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1f1f1f;
    margin: 0 0 22px;
  }

  .cb-om-pill-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .cb-om-pill {
    background: #ecebe7;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    min-height: 50px;
    padding: 14px 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    text-align: left;
  }

  .cb-om-check {
    color: #aa9889;
    font-size: 22px;
    line-height: 1;
    flex: 0 0 auto;
    margin-top: 1px;
  }

  .cb-om-pill span:last-child {
    font-size: 16px;
    line-height: 1.2;
    color: #1d1d1d;
    font-weight: 400;
  }

  
  .cb-portfolio-section {
  padding: 70px 20px 60px;
}

.cb-om-container {
  max-width: 1120px;
  margin: 0 auto;
}

.cb-portfolio-subheading {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 14px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b7a79a;
  text-align: center;
}

.cb-portfolio-subheading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44px;
  height: 1px;
  background: rgba(183, 167, 154, 0.65);
  transform: translateX(-50%);
}

.cb-portfolio-description {
  max-width: 760px;
  margin: 0 auto 36px;
  font-size: 16px;
  line-height: 1.8;
  color: #6a615d;
  text-align: center;
}

.cb-portfolio-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 860px;
  margin: 0 auto 24px;
}

.cb-portfolio-heading span {
  flex: 1;
  height: 1px;
  background: #e2d8d2;
}

.cb-portfolio-heading h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7f716a;
  white-space: nowrap;
}

.cb-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.cb-portfolio-link {
  display: block;
  text-decoration: none;
}

.cb-brand-card {
  position: relative;
  overflow: hidden;
  background: #ece7e3;
}

.cb-brand-card img {
  width: 100%;
  aspect-ratio: 1.72 / 0.9;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.cb-portfolio-link:hover .cb-brand-card img {
  transform: scale(1.03);
}

.cb-btn-wrap {
  text-align: center;
  margin-top: 32px;
}

.cb-btn {
  display: inline-block;
  min-width: 180px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #4c4c4c;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cb-btn:hover {
  background: #4c4c4c;
  color: #fff;
}

  @media (max-width: 1024px) {
    .cb-om-title {
      font-size: 28px;
    }

    .cb-om-pill-row {
      grid-template-columns: repeat(3, 1fr);
    }

    .cb-portfolio-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 767px) {
    .cb-operating-model-section,
    .cb-portfolio-section {
      padding-left: 16px;
      padding-right: 16px;
    }

    .cb-operating-model-section {
      padding-bottom: 20px;
    }

    .cb-portfolio-section {
      padding-top: 25px;
      padding-bottom: 42px;
    }

    .cb-om-title {
      font-size: 24px;
      margin-bottom: 18px;
    }

    .cb-om-pill-row {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }

    .cb-om-pill {
      min-height: 60px;
      padding: 12px;
    }

    .cb-om-pill span:last-child {
      font-size: 15px;
    }

    .cb-portfolio-heading {
      gap: 10px;
      margin-bottom: 14px;
    }

    .cb-portfolio-heading h3 {
      font-size: 20px;
      white-space: normal;
      text-align: center;
    }

    .cb-portfolio-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
    }

    .cb-brand-card,
    .cb-brand-card img {
      min-height: 100px;
    }
  }

  @media (max-width: 480px) {
    .cb-om-pill-row {
      grid-template-columns: 1fr;
    }

    .cb-portfolio-grid {
      grid-template-columns: 1fr;
    }

    .cb-brand-card,
    .cb-brand-card img {
      min-height: 120px;
    }
  }


    
    .cb_banner_new {
    position: relative;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
    border-radius: 0;
}

.cb_banner_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cb_banner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cb_banner_bg_slider {
    position: relative;
    z-index: 0;
}

.cb_banner_bg_slider .cb_banner_slide {
    position: relative;
}

.cb_banner_bg_slider .cb_banner_slide img {
    width: 100%;
    height: 760px;
    object-fit: cover;
    display: block;
}

.cb_banner_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(0, 0, 0, 0.30) 35%,
        rgba(0, 0, 0, 0.10) 60%,
        rgba(0, 0, 0, 0.08) 100%
    );
    z-index: 1;
}

.cb_banner_content {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 650px;
    color: #fff;
}

.cb_banner_content h1 {
    font-size: 50px;
    line-height: 1.12;
    font-weight: 400;
    margin: 0 0 28px;
    letter-spacing: 0.2px;
}

.cb_banner_content p {
    line-height: 1.6;
    max-width: 600px;
    margin: 0 0 35px;
    color: rgba(255, 255, 255, 0.92);
}

.cb_banner_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 55px;
    padding: 0 34px;
    background: #737373;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.cb_banner_btn:hover {
    background: #111;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .cb_banner_new {
        min-height: 620px;
    }

    .cb_banner_content {
        padding: 90px 40px;
        max-width: 600px;
    }

    .cb_banner_content h1 {
        font-size: 54px;
    }

    .cb_banner_content p {
        font-size: 20px;
    }

    .cb_banner_btn {
        font-size: 24px;
        height: 58px;
    }
}

@media (max-width: 767px) {

    .cb_banner_overlay {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.38) 0%,
            rgba(0, 0, 0, 0.42) 100%
        );
    }

    .cb_banner_content {
        padding: 100px 20px;
        max-width: 100%;
    }

    .cb_banner_content h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .cb_banner_content p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .cb_banner_btn {
        min-width: 180px;
        height: 50px;
        font-size: 18px;
        padding: 0 24px;
    }
}

.brand-slider {
    display: flex;
    align-items: center;
}

.brand_logo_item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
}

.brand_logo_img {
    height: 40px;
    width: auto;
    object-fit: contain;

    /* Convert to brown tone     filter: sepia(70%) saturate(300%) hue-rotate(320deg) brightness(90%); */

    opacity: 0.9;
    transition: all 0.3s ease;
}

.brand_logo_img:hover {
    opacity: 1;
}


.cb_barnd_cta{
background-color: #e6e6e6 !Important;
}

.cb_banner_stats_overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    padding: 28px 40px;
    background: rgba(20, 20, 20, 0.42);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cb_stat_item {
    padding: 0 24px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

.cb_stat_item:last-child {
    border-right: none;
}

.cb_stat_item h3 {
    margin: 0 0 6px;
    font-size: 46px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
}

.cb_stat_item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
}

.cb_stat_item span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1024px) {
    .cb_banner_content {
        left: 35px;
        right: 35px;
        max-width: 90%;
    }


    .cb_stat_item:nth-child(2) {
        border-right: none;
    }

    .cb_stat_item h3 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .cb_banner_new {
        min-height: 750px;
    }

    .cb_banner_bg,
    .cb_banner_bg img {
        height: 700px;
    }

    .cb_banner_content {
        top: 38%;
        left: 20px;
        right: 20px;
        /* transform: translateY(-38%); */
    }

    .cb_banner_stats_overlay {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 15px;
        gap: 18px 0;
    }

    .cb_stat_item {
        padding: 0 12px;
    }

    .cb_stat_item:nth-child(2) {
        border-right: none;
    }

    .cb_stat_item h3 {
        font-size: 28px;
    }

    .cb_stat_item p {
        font-size: 15px;
    }

    .cb_stat_item span {
        font-size: 12px;
    }
    .cb_brand {
        padding: 0px !Important;
    }
    .cb_brand_boxss .slick-slider .slick-slide {
        padding:0px;
    }
}


h2, h3 {
text-transform: none !Important;
}

.cb_brand_div{
padding-top: 30px;
}

.testimonials{
background-color: #f3f1ee;
}

.cb_brand,
.cb_container,
.cb_brand_div,
.cb_brand_boxss,
.brand-slider,
.slick-slider {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.cb_brand_boxss,
.brand-slider,
.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-slide {
  height: auto;
}

.slick-slide > div {
  width: 100%;
}

.cb_brand h2 {
  margin: 0 auto 30px;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
