.page-wrapper , .main-content__container.container, .container.site-header__inner__container{
    max-width: 100%;
}
.site-header__initial, .social-bar {
    display: none;
}
.site-branding, .site-header {
  min-height: unset;
}
.site-header__inner,.site-branding--bg-white,.header-nav, .main-content {
    background-color: #faf7f0;
}
#header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #faf7f0;
}
.main-content {
    width: 100%;
}
.view-featured-projects .views-view-grid__item {
    margin: 20;
}
.block__title {
    text-align: center;
    font-size: 30px;
    color: var(--color-text-neutral-loud);
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: underline;
}

.views-field.views-field-title {
    height: 65px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.views-view-responsive-grid {
   margin-left: 20px;
   margin-right: 20px;
}
.view-products-tags-block .views-field-name a, .view-project-landing-block .views-field-title a{
    color: var(--color-text-neutral-loud);
    text-decoration: unset;
}
.view-product-search h3 {
    background-color: #F1F2F2;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.view-product-search .views-field-title a , .view-blogs-landing-block .views-field-title a, .view-product-landing-block .views-field-title a {
    color: var(--color-text-neutral-loud);
    text-decoration: unset;
}
.grid-full {
    display: inherit;
}
.view-project-landing-block .view-filters {
    margin-bottom: 40px;
}
/* Footer */
footer.site-footer {
  border-inline-start: none !important;
  background: #242C32;
}
.site-footer__inner.container {
  max-width: 100%;
}
.site-footer__inner {
    padding-block: unset;
}
.site-footer .text-content {
    a {
    text-decoration : none;
    }
    * {
        color: white;
    }

}
.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.region--footer_top__inner {
    margin: 0px;
}
.footer-column h3 {
            margin-bottom: 15px;
            color: #ffc107;
            border-top: 12px solid #ffc107;
            padding-top: 10px;
            width: 100%;
            width: 70%;
    }
        
        .footer-column ul {
            list-style: none;
        }
        
        .footer-column ul li {
            font-size: 14px;
        }
        
        .footer-column a {
            color: #fff;
            text-decoration: none;
        }
        
        .footer-column a:hover {
            color: #ffc107;
        }
        
        .footer-column p {
            font-size: 14px;
            line-height: 1.6;
            margin-top: 0px;
            margin-bottom: 5px;
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            text-align: center;
            font-size: 13px;
            color: #bbb;
        }
        
        .footer-bottom a {
            color: #ffc107;
            text-decoration: none;
        }
        @media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
    }
}
.footer-bottom p {
    margin-block-start: unset;
    margin-block-end: unset;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
}

/* About Us */
#page .main-content__container.container {
    padding-block-start: unset;
}

        .section-header {
            text-align: center;
            margin-bottom: 70px;
        }

        .section-header h2 {
            font-weight: 700;
            letter-spacing: 3px;
            margin-bottom: 0px;
            color: #000;
        }

        .underline {
            width: 100px;
            height: 5px;
            background-color: #ffc107;
            margin: 0 auto;
        }

        .values-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
        }

        .value-item {
            text-align: left;
        }

        .value-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
        }

        .value-badge {
            border: 3px solid #ffc107;
            border-radius: 50px;
            padding: 12px 28px;
            font-size: 16px;
            font-weight: 700;
            color: #000;
            white-space: nowrap;
            flex-shrink: 0;
        }

        .connector-line {
            flex: 1;
            height: 2px;
            background-color: #ffc107;
        }

        .value-description {
            font-size: 15px;
            line-height: 1.8;
            color: #333;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .values-container {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }

            .section-header h2 {
                font-size: 36px;
            }

            .values-section {
                padding: 0 20px;
                margin: 60px auto;
            }
        }

        @media (max-width: 640px) {
            .values-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .section-header h2 {
                font-size: 28px;
                letter-spacing: 2px;
            }

            .section-header {
                margin-bottom: 50px;
            }

            .value-header {
                flex-direction: column;
                align-items: flex-start;
            }

            .connector-line {
                display: none;
            }

            .value-badge {
                width: 100%;
                text-align: center;
            }
        }

 .block__title {
    font-size: 36px;
    text-decoration-color: #ffc107;
    text-decoration-thickness: 5px;
    text-underline-offset: 8px;
 }       
 .view-what-we-do .view-content {
    margin-top: 50px;
 }
 .view-product-search .views-field-title, .view-product-landing-block .views-field-title, .view-blogs-landing-block .views-field-title, .view-products-tags-block .views-field-name, .view-project-landing-block  .views-field-title, .view-our-services .views-field-info {
    background-color: #ffc300;
    padding: 8px 20px;
    text-align: center;
    font-weight: bold;
 }
 /* Main form container */
.view-project-landing-block .views-exposed-form {
    display: flex;
    gap: 0;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    border-bottom: 3px solid #d9d9d9;
    padding-bottom: 0;
}

/* Hide the label */
.view-project-landing-block .form-item__label {
    display: none;
}

/* Links container */
.view-project-landing-block .bef-links-use-ajax {
    display: flex;
    gap: 0;
    width: 100%;
}

.view-project-landing-block .bef-links-use-ajax ul {
    display: flex;
    gap: 0;
    list-style: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.view-project-landing-block .bef-links-use-ajax li {
    margin: 0;
}

/* Tab link styling */
.view-project-landing-block .bef-link {
    display: inline-block;
    padding: 15px 20px;
    color: #666;
    text-decoration: none;
    font-size: 1.05em;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    background-color: #d9d9d9;
    margin: 2px;
    border-radius: 4px 4px 0 0;
}

.view-project-landing-block .bef-link:hover {
    color: #333;
    background-color: #e6e6e6;
    transform: translateY(-2px);
}

/* Active tab styling */
.view-project-landing-block .bef-link--selected {
    color: #333;
    font-weight: 600;
    background-color: #ffc300;
    border-bottom-color: #ffc300;
}

.view-project-landing-block .bef-link--selected:hover {
    background-color: #ffb300;
    transform: translateY(-2px);
}

/* Hide the submit button */
.view-project-landing-block .form-actions {
    display: none;
}

/* Hide the hidden input */
.view-project-landing-block input[type="hidden"] {
    display: none;
}

/* Tablet view - stack tabs better */
@media (max-width: 1024px) {
    .view-project-landing-block .bef-links-use-ajax ul {
        justify-content: center;
        gap: 5px;
    }

    .view-project-landing-block .bef-link {
        padding: 12px 16px;
        font-size: 0.95em;
        margin: 3px 2px;
    }
}

/* Mobile view - responsive stacking */
@media (max-width: 768px) {
    .view-project-landing-block .views-exposed-form {
        border-bottom: 2px solid #d9d9d9;
    }

    .view-project-landing-block .bef-links-use-ajax {
        width: 100%;
    }

    .view-project-landing-block .bef-links-use-ajax ul {
        justify-content: flex-start;
        gap: 8px;
        padding: 10px 15px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    .view-project-landing-block .bef-link {
        padding: 10px 14px;
        font-size: 0.9em;
        white-space: nowrap;
        margin: 0;
        flex-shrink: 0;
        border-radius: 20px;
    }

    .view-project-landing-block .bef-link--selected {
        box-shadow: 0 2px 8px rgba(255, 195, 0, 0.3);
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .view-project-landing-block .bef-links-use-ajax ul {
        padding: 8px 10px;
        gap: 6px;
    }

    .view-project-landing-block .bef-link {
        padding: 8px 12px;
        font-size: 0.85em;
        border-radius: 18px;
    }
}

/* Brand filter block wrapper */
/* Brand filter block wrapper */
.view-brand-filter-block {
  background-color: #242c32;
  padding: 20px;
  border-radius: 4px;
}

.view-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.views-row {
  margin: 0;
  padding: 0;
  list-style: none;
}

.views-field {
  margin: 0;
  padding: 0;
}

.field-content {
  display: block;
  margin: 0;
  padding: 0;
}

/* Brand item - main container */
.brand-item {
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-out;
  outline: none;
  border: none;
}

.brand-item:focus {
  outline: none;
}

.brand-item > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  outline: none;
}

.brand-item > a:focus {
  outline: none;
}

/* Radio button circle */
.brand-radio-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  border: 2px solid #6b7280;
  background-color: #242c32;
  transition: all 0.3s ease-out;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative;
  box-sizing: border-box;
  outline: none;
}

.brand-radio-circle:focus {
  outline: none;
}

.brand-item:hover .brand-radio-circle {
  border-color: #ffc300;
}

/* Brand link text */
.brand-link {
  font-size: 18px;
  font-weight: 500;
  color: #d1d5db;
  text-decoration: none;
  transition: all 0.3s ease-out;
  display: inline-block;
  outline: none;
}

.brand-link:focus {
  outline: none;
}

.brand-item:hover .brand-link {
  color: #ffffff;
}

/* Selected state */
.brand-item[aria-checked="true"] .brand-radio-circle {
  border-color: #ffc300;
  background-color: #ffc300;
  box-shadow: 0 0 16px rgba(255, 195, 0, 0.4);
}

.brand-item[aria-checked="true"] .brand-radio-circle::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #242c32;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
}

.brand-item[aria-checked="true"] .brand-link {
  color: #ffc300;
  font-weight: bold;
}
.view.view-brand-filter-block {
    gap: var(--sp2);
}
/* Products Grid Responsive */
.views-view-responsive-grid {
  --views-responsive-grid--column-count: 4 !important;
  --views-responsive-grid--cell-min-width: 150px !important;
  --views-responsive-grid--layout-gap: 20px !important;
}
.view-what-we-do .views-view-responsive-grid {
   --views-responsive-grid--column-count: 3 !important;
}
/* Tablet (768px and below) */
@media (max-width: 768px) {
  .views-view-responsive-grid {
    --views-responsive-grid--column-count: 2 !important;
    --views-responsive-grid--cell-min-width: 120px !important;
  }
}

/* Mobile (576px and below) */
@media (max-width: 576px) {
  .views-view-responsive-grid {
    --views-responsive-grid--column-count: 1 !important;
    --views-responsive-grid--cell-min-width: 100% !important;
  }
}

/* Product card item wrapper */
.views-view-responsive-grid__item {
  overflow: hidden;
  border-radius: 4px;
}

/* Make item inner a flex container for image + title */
.views-view-responsive-grid__item-inner {
  display: flex;
  flex-direction: column;
  height: auto;
}

/* Product image styling */
.views-field-field-image {
  width: 100%;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.views-field-field-image .field-content {
  display: block;
  width: 100%;
}

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

.views-field-field-image a {
  display: block;
  width: 100%;
}

/* Product name/title styling - only as tall as needed */
.views-field-name {
  background-color: #ffc300;
  padding: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.views-field-name .field-content {
  width: 100%;
}

.views-field-name a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
  display: block;
}

.views-field-name a:hover {
  text-decoration: underline;
}
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
  --font-family-base: 'Plus Jakarta Sans', sans-serif;
  --font-family-heading: 'Plus Jakarta Sans', sans-serif;
  --font-family-mono: 'Courier New', monospace;
}

body, input {
  font-family: var(--font-family-base);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-heading);
  font-weight: 700;
}

p, a, li, span, div {
  font-family: var(--font-family-base);
}

code, pre {
  font-family: var(--font-family-mono);
}

/* Optional: Add weights for different elements */
strong, b {
  font-weight: 700;
}

.brand-link {
  font-family: var(--font-family-base);
}

.views-field-name a {
  font-family: var(--font-family-base);
}
/* Remove default underline and padding */
body:not(.is-always-mobile-nav) .primary-nav__menu-link-inner::after {
  display: none !important;
}

/* Active menu link - only highlight color, no underline */
.primary-nav__menu-link.is-active {
  color: #ffc300;
}
.primary-nav__menu-link::before {
    display: none;
}
