body {
	font-family: 'Muli', sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: rgba(0, 51, 74, 1) /*{body-font-colour}*/;
	background-color: #fff;
}
/*------------- Text Styling -------------*/
a,
.pagination > li > a,
.pagination > li > span  {
	color: rgba(2, 35, 75, 1) /*{link-text-colour}*/;
}
img{
    max-width:100%;
}
a:hover,
a:focus {
	color: rgba(2, 35, 75, 1) /*{link-text-colour}*/;
	opacity:0.8;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
	color: rgba(0, 51, 74, 1) /*{headers-colour}*/;
}
h1,
.h1 {
	font-size: 32px /*{header-1-font-size}*/;
    font-weight: 600;
    font-style: italic;
    letter-spacing: normal;
    text-transform: capitalize;
}
h2,
.h2 {
	font-size: 24px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 20px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 15px /*{header-5-font-size}*/;
}
/*------------- Button Styling -------------*/
.btn-default,
.label-default,
body.active #mobile-menu .closebtn {
	color: rgba(235, 231, 223, 1) /*{btn-default-text-colour}*/;
	background-color: rgb(13 51 75) 
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover
.open .dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	color: rgba(235, 231, 223, 1) /*{btn-default-text-colour-hover}*/;
	background-color: rgba(0, 51, 74, 1) /*{btn-default-bg-colour-hover}*/;
}
.btn-primary,
.btn-success,
.label-primary,
.label-success,
.blog-thumbnail .blog-date,
#wrapper-staticmenu .navbar-nav > li > a:after,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: rgba(235, 231, 223, 1) /*{btn-primary-text-colour}*/;
	background-color: rgba(0, 51, 74, 1) /*{btn-primary-bg-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	color: rgba(0, 51, 74, 1) /*{btn-primary-text-colour-hover}*/;
	background-color: rgba(0, 51, 74, 1) /*{btn-primary-bg-colour-hover}*/;
}
.btn-warning,
.label-warning {
	color: rgba(0, 51, 74, 1) /*{btn-warning-text-colour}*/;
	background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
}
.thumbnail-badge.label-warning span {
	color: rgba(0, 51, 74, 1) /*{btn-warning-text-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:hover,
.open .dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	color: rgba(235, 231, 223, 1) /*{btn-warning-text-colour-hover}*/;
	background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
}
.btn-danger,
.label-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
}
.thumbnail-badge.label-danger span {
	color: #ffffff /*{btn-danger-text-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:hover,
.open .dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
}
.btn-info,
.label-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: rgba(0, 51, 74, 1) /*{btn-primary-bg-colour}*/;
    border-radius: 50px;
    opacity: 0.6;
}
.thumbnail-badge.label-info span {
	color: #ffffff /*{btn-info-text-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:hover,
.open .dropdown-toggle.btn-info,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #9b9cab /*{btn-info-bg-colour-hover}*/;
}
.btn-inverse {
	color: rgba(0, 51, 74, 1) /*{btn-inverse-text-colour}*/;
  border-color: rgba(0, 51, 74, 1) /*{btn-inverse-border-colour}*/;
	background-color: #ffffff;
}
/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 50%;
}
.pagination > li > a,
.pagination > li > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #989898;
  background-color:#fff;
  margin: 0 3px;
  border: none;
  display: inline-block;
  text-align: center;
}
.nSwatchProduct img {
    border-radius: 50%;
}
/*--------- HEADER ---------*/
/* Annoucement Bar */
#wrapper-announcement {
  background-color: rgba(0, 51, 74, 1) /*{announcement-bg}*/;
}
#wrapper-announcement,
#wrapper-announcement a {
  color: rgba(235, 231, 223, 1) /*{announcement-text}*/;
}
/* Header Cart */
#header-cart span,
.mob-cart span.cart-count {
  background-color: rgba(0, 51, 74, 1) /*{btn-primary-bg-colour}*/;
  color: rgba(235, 231, 223, 1) /*{btn-primary-text-colour}*/;
}
/* Main Menu */
#wrapper-staticmenu .navbar-nav > li > a {
    color: rgba(0, 51, 74, 1) /*{header-menu-link}*/;
    font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
    font-weight: 700;
    font-style: italic;
    font-size: medium;
}
#wrapper-staticmenu .navbar-nav > li:hover > a,
#mobile-menu a:focus,
header .list-social a:hover .fa,
footer .list-social .fa:hover {
  color: rgba(0, 51, 74, 1) /*{header-menu-link-hover}*/;
}
/*--------- HOME PAGE ---------*/
.carousel-caption-wrapper,
.wrapper-featured-grid .caption,
.wrapper-featured-grid .grid-item:hover:before,
#instafeed > a:hover:after {
	background-color: rgba(0, 51, 74, 0.9) /*{carousel-bg-colour}*/;
}
.carousel-caption h1,
.carousel-caption h1 a,
.carousel-caption p,
.wrapper-featured-grid .caption h2.headline,
.wrapper-featured-grid .caption .linktext,
#instafeed > a span.likes {
	color: rgba(255, 255, 255, 1) /*{carousel-text-colour}*/;
}
/*--------- FOOTER ---------*/
/* USPS */
.wrapper-usps .fa {
  color: rgba(0, 51, 74, 1) /*{usp-colour}*/;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slick-dots li button:before {
   font-size: 16px !important;
}
a.btn-banner {
    font-size: 14px;
    border-width: .5px;
    border-radius: 30px;
    padding: 12px 32px !important;
    line-height: 1;
    color: #fff;
    border: 0.8px solid #00334a;
    width: fit-content;
    background: #00334a;
}
.carousel-caption-wrappersc {
    width: 458px;
    text-align: left;
}
.carousel-caption-wrappersc a {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
section#footer-bottom {
    background-color: #000;
}
.custom_banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    color: white;
    padding: 100px 0px;
}
    .custom_banner img {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 6s ease; /* smooth zoom */
      z-index: 0;
    }
    .custom_banner:hover img {
      transform: scale(1.2); /* zoom on hover */
    }
    .custom_banner-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5);
      z-index: 1;
    }
    .custom_banner-content {
      position: relative;
      z-index: 2;
      max-width: 700px;
      padding: 20px;
    }
    .custom_banner h1 {
      font-size: 3rem;
      margin-bottom: 10px;
      color: #fff;
    }
    .custom_banner p {
      font-size: 1.2rem;
      margin-bottom: 20px;
    }
    .custom_banner .btn {
      background: #02234b;
      color: 000;
      padding: 12px 28px;
      border: none;
      border-radius: 30px;
      font-size: 1rem;
      cursor: pointer;
      text-decoration: none;
      transition: 0.3s ease;
    }
    .custom_banner .btn:hover {
      background: #000;
       color: #fff;
      
    }
    section.content_banner {
    padding: 100px 0px;
    background-color: #f0f2ed;
}
section.content_banner h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
}
.custom_set .col-md-6.col-lg-6 {
    position: relative;
    display: flex;
}
.custom_set .caption {
    padding: 23px 20px;
    position: absolute;
    width: 100%;
    top: 0;
    color: #000;
    font-size: 18px;
    width: 41%;
    background-color: unset !important;
}
.custom_set .caption h5{
    color: #fff;
    font-size: 27px;
    text-align: justify;
}
.custom_set .caption h5 a{
    color: #fff;
    font-size: 27px;
}
.custom_set .caption p a {
    position: relative;
    border-bottom: 2px solid #ffff;
    color: #ffff;
    font-size: 20px;
    font-weight: bold;
}
.custom_set .caption p br {
   display: none !important;
}
/*.custom_set a.image.pull-left img:hover {*/
/*    transform: scale(1.1);*/
/*    opacity: 1;*/
/*}*/
.custom_set a.image.pull-left {
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
    width: 100%;
}
.custom_set img {
    transition: 0.3s;
}
.custom_set .container {
    padding: unset;
}
.custom_set .thumbnail {
    display: block;
    width: 100%;
}
section.wrapper-featured-grid.fadeinslow.custom_set h3 {
    color: #00254b;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 50px;
}
section.wrapper-featured-grid.fadeinslow.custom_set h4 {
    font-size: 27px;
}
.content_wrp_grid {
    padding-left: 15px;
}
section.mission-section.text-center {
    background-color: #f0f2ed;
    padding: 100px 0px;
}
.content_wrp_grid {
    padding-left: 15px;
}
p.mission-copy {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
}
a.mission-cta {
    background-color: #02234b;
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 50px;
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.thumbnail .caption h3 a {
    font-weight: 600;
    font-size: 2rem;
}
.thumbnail .caption .price span {
    font-size: 1.8rem !important;
}
.slick-next:before {
    content: ' ' !important;
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    font-size: 25px;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: 1px 1px 0px #0000007a;
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='%23000'%3E%3Cpath d='M256 120.768L306.432 64 768 512l-461.568 448L256 903.232 659.072 512z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.slick-prev:before {
    content: ' ' !important;
    display: inline-block;
    width: 25px;
    position: absolute;
    height: 25px;
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='%23000'%3E%3Cpath d='M768 903.232l-50.432 56.768L256 512l461.568-448 50.432 56.768L364.928 512z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.progress {
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.progress span {
  display: block;
  height: 100%;
  width: 0;
  background: #000; /* change color */
  transition: width 0.4s linear;
}
.thumbnail {
  position: relative;
  display: inline-block;
}
.thumbnail .product-image.primary {
  display: block;
}
.thumbnail .product-image.secondary {
  display: none;
  top: 0;
  left: 0;
}
.thumbnail:hover .product-image.primary {
  display: none;
}
.thumbnail:hover .product-image.secondary {
  display: block;
}
.thumbnail:hover img {
    opacity: 1 !important;
}
.page-header.fullwidth {
    text-align: justify;
}
header ul.navbar-nav {
    width: unset;
}
.title_sect{
margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: 3rem;
    text-transform: capitalize;
    text-align: left;
    font-style: italic;
    font-family: 'Montserrat';
    font-weight: 600;
    
}
.tabs_wrp.hidden-xs {
    border-top: 2px solid #02234b;
    margin-top: 30px;
}
.logo_imgft {
    text-align: end;
}
.logo_imgft img {
    width: 150px;
}
.caption.text_prod {
    display: flex;
    text-align: left;
    justify-content: space-around;
    height: 100%;
}
.thumbnail .caption h3 {
    line-height: 132%;
}
header#wrapper-header {
    background-color: #e9e6df;
}
.det_product.row {
    padding-top: 50px;
}
.column-newsletter input.btn.btn-default {
    background-color: #e9e6df;
    color: #000 !important;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 50px !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
}
.column-newsletter input.form-control {
    background-color: unset;
    border: unset;
    color: #fff;
}
.column-newsletter .input-group {
    border-bottom: 3px solid #e9e6df;
    padding: 10px 0px;
}
footer h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #e9e6df;
    font-style: italic;
}
button.btn {
    border-radius: 50px;
    font-weight: 600;
}
form#register .radio label a, form#register .checkbox label a {
    color: #000;
}
#wrapper-header {
  transition: all 0.4s ease;
}
/* Sticky state */
.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  animation: slideDown 0.4s ease forwards;
}
/* Slide down animation */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.size_chartSize {
    display: inline;
    font-size: 16px;
}
.specific.Size {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}
.product-variant._itmspec_lnk {
    background-color: #e9e6df;
    display: inline;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 600;
    padding: 5px 20px !important;
}
.product-variant._itmspec_selected {
    font-weight: bold;
    background-color: #02234b !important;
    display: inline;
    color: #fff;
    text-transform: capitalize;
}
.row.fliex_reverse.Sdecss {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.variation-name strong {
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
}
.size_chartSize {
    display: inline;
    font-size: 16px;
    margin-bottom: 20px;
}
p.descri_sub {
    padding: 30px 10px 0px 0px;
    margin-bottom: unset !important;
}
.header_out {
    display: flex;
    align-items: center;
    justify-content: center;
}
header ul.navbar-nav {
    width: 100% !important;
 }
 .sticky-col-right hr {
    border: unset !important;
    margin: 10px !important;
}
.sticky-col-right{
    display: block;
    position: sticky;
    top: 8rem;
    z-index: 2;
    margin-top: 0;
}
.quantity-field a {
    padding: 0px 8px;
    display: inline-block;
    border-left: 1px solid #c5c5c6;
    border-right: 1px solid #c5c5c6;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
}
.quantity-field .qty {
    display: inline-block;
    width: 42px;
    height: 26px;
}
.caption.text_prod {
  display: grid;
  grid-template-columns: 66% 33%;
  align-items: anchor-center; 
}
.caption.text_prod h3 {
  margin: 0;
}
.caption.text_prod .price {
  margin: 0;
  text-align: right; /* optional: aligns price to the right */
}
span.brand_name {
    display: block;
    padding: 5px 0px;
    font-weight: 500;
}
.quantity-field {
    margin-left: 20px;
    border-top: 1px solid #c5c5c6;
    border-bottom: 1px solid #c5c5c6;
}
.tabs_wrp .image_size img {
    width: 100%;
    height: 100%;
    display: block;
}
.specific.size {
    display: flex;
}
/* 1. Hide all content blocks by default */
.image_size{
   display: none; 
}
/* 2. Optional: Add a simple fade animation */
.image_size {
    animation: fadeIn 0.5s;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.features-grid__inner {
    padding: 44px 30px;
    padding-bottom: 44px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    gap: 100px;
    margin-top: 250px;
}
.features-grid__item {
    display: contents;
}
.feature.feature--full {
    grid-template-columns: 100px 1fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: -200px;
}
.grid_content_wrp {
    margin: 50px auto;
    width: 100%;
    height: 100%;
    display: grid;
    grid-auto-columns: 1fr;
    gap: 50px;
    grid-template-areas:
        'one two'
        'three four'
        'five six';
    align-items: center;
}
.tabs_wrp [role="tablist"] {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    margin: 20px 0px;
}
button {
    background: #fff;
    border: 0;
    color: black;
    cursor: pointer;
    font-size: 12px;
    padding: 3px 7px;
    font-weight: 600;
    font-style: italic;
    border-radius: 50px;
}
button[aria-selected="true"] {
    border: 1px solid #02234b;
    box-shadow: none;
    color: #02234b;
}
div#_jstl__prod_specifications .information_wrp {
    display: none;
}
.serservice-grid {
    gap: 20px;
    border: 1PX SOLID;
    DISPLAY: inline-flex;
    padding: 20px;
    border-radius: 20px;
}

        .about_us_hero h1 {
            color: var(--white);
            font-size: 3rem;
            font-weight: 300;
            font-style: italic;
            letter-spacing: 2px;
        }

        /* --- Intro Section --- */
        .about_us_intro {
            padding: 80px 20px;
            text-align: center;
            width: 900px;
            margin: 0 auto;
        }

        .about_us_intro h2 {
            font-style: italic;
            font-size: 3rem;
            margin-bottom: 20px;
        }

        .about_us_intro p {
            color: var(--text-gray);
            font-size: 16px;
        }

        /* --- Content Rows (The Grip) --- */
        .about_us_row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            min-height: 500px;
        }

        .about_us_row_reverse {
            flex-direction: row-reverse;
        }

        .about_us_image_side {
            flex: 1;
            width: 50%;
            align-self: stretch;
        }

        .about_us_image_side img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .about_us_text_side {
            flex: 1;
            padding: 60px;
            width: 300px;
        }

        .about_us_text_side h3 {
            font-weight: 500;
            font-size: 3.4rem;
            margin-bottom: 20px;
        }

        .about_us_text_side p {
            color: var(--text-gray);
            font-size: 16px;
            width: 500px;
        }

        /* --- Sustainability Banner --- */
        .about_us_sustainability {
            background-color: var(--bg-light);
            padding: 100px 20px;
            text-align: center;
        }

        .about_us_sustainability p {
            width: 600px;
            margin: 0 auto;
            font-size: 16px;
            color: var(--text-gray);
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .about_us_image_side {
                width: 100%;
                height: 350px;
            }
            .about_us_text_side {
                padding: 40px 20px;
            }
            .about_us_hero h1 {
                font-size: 2rem;
            }
        }

