/*
Theme Name: Blocksy Child
Theme URI: https://yourwebsite.com/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: A child theme for the Blocksy theme.
Template: blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blocksy-child
*/

/* #region Global */
  /*------ Body ------*/
  body {
    font-family: 'Lato', sans-serif !important;
  }

  /*------ Heading Fonts ------*/
  h1, h3, h4, h5 {
    font-family: 'Lato', sans-serif !important;
  }

  /*------ Hero Section (Global) ------*/
  .hero-title {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
  }

  .hero-info,
  .location-title {
    color: #C5C5C5;
  }

  h1.hero-title,
  p.hero-info,
  h2.sub-heading,
  h4.cards-title,
  p.location-title {
    margin: 0;
  }

  .hero-container {
    text-align: center;
  }

  /*------ Breadcrumb ------*/
  .breadcrumb {
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    display: inline-block;
    align-items: center;
  }

  .breadcrumb a {
    color: #30bb8b;
    text-decoration: none;
    font-weight: 600;
  }

  .breadcrumb a:hover {
    color: #ffffff;
  }

  .separator {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
    padding: 0 10px;
  }
/* #endregion */

/* #region Homepage */
  .heading-container {
    text-align: center;
  }

  .line-seperator {
    width: 70px;
    border-top: 3px solid;
    color: #0c7a54;
    opacity: 1;
    margin: 0 auto;
    padding-bottom: 15px;
  }

  /*------ Hero Section ------*/
  .hero-text-widget {
    position: relative;
    text-align: center;
    color: #fff;
    background-size: cover;
    padding: 50px;
  }

  .hero-text-widget .hero-main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    line-height: 1.15; /* prevents the “overlap” look on real mobile */
    margin: 0;
  }

  .hero-text-widget h1 {
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1.15; /* was 1.05 + other conflicts */
    margin: 0; /* fixed typo from margin: o;; */
  }

  .main-heading {
    font-size: 70px;
    position: relative;
    font-weight: 900;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    opacity: 0.8;
  }

  .bold-text {
    font-size: 80px;
    font-weight: 900;
    color: #fff;
  }

  .sub-heading {
    font-size: 15px;
    margin-top: 10px;
  }

  .line-vr-divider {
    position: relative;
    margin: -35px auto;
    border: 0;
    border-left: 3px solid;
    border-color: #0c7a54;
    width: 3px;
    height: 50px;
    z-index: 10;
    opacity: 1;
  }

  /*------ About Section ------*/
  .about-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }

  .about-content {
    width: 60%;
  }

  .section-subtitle {
    color: #0c7a54;
    font-family: "Architects Daughter", Sans-serif;
    margin: 0;
  }

  .section-title {
    color: #000;
    font-weight: 800;
    font-size: 40px;
    margin: 0 !important;
  }

  .section-text {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
  }

  .about-image {
    width: 35%;
  }

  .about-image img {
    width: 100%;
    border-radius: 20px !important;
  }

  /*------ Services Section ------*/
  .cards-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 20px;
  }

  .card {
    position: relative;
    width: 220px;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }

  .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.5);
  }

  .card .content {
    position: relative;
    z-index: 2;
  }

  .icon {
    display: block;
    font-size: 30px;
    margin-bottom: 8px;
  }

  .card:nth-child(1)::before { background-image: url('https://erhmain1479.live-website.com/wp-content/uploads/2025/04/traffic-phone.webp'); }
  .card:nth-child(2)::before { background-image: url('https://erhmain1479.live-website.com/wp-content/uploads/2025/03/traffic-signal.webp'); }
  .card:nth-child(3)::before { background-image: url('https://erhmain1479.live-website.com/wp-content/uploads/2025/03/shutterstock_1653839683.webp'); }
  .card:nth-child(4)::before { background-image: url('https://erhmain1479.live-website.com/wp-content/uploads/2025/03/electric-car-power-charging.webp'); }

  /*------ Socail Network ------*/
  .social-icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .social-icons {
    display: flex;
  }

  .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 0.5rem;
    border-radius: 20%;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.15s ease;
    color: #fff;
  }

  .social-icon--linkedin { background: #006599; }
  .social-icon--twitter { background: #2b97f1; }
  .social-icon--facebook { background: #3b5a9b; }
  .social-icon--instagram { background: purple; }
  .social-icon--youtube { background: red; }

  .social-icon:hover { color: #fff; }

  .social-icon:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  }

  .tooltip {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0.5rem 1rem;
    border-radius: 40px;
    font-size: 0.5rem;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    transform: translate(-50%, -100%);
    transition: all 0.3s ease;
    background: #000;
    color: #fff;
  }

  .social-icon:hover .tooltip {
    opacity: 1;
  }

  /*------ Careers ------*/
  .career-card {
    width: min(800px, 92vw);
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .career-subtitle {
    color: #2d6a4f;
    font-style: italic;
    font-size: 16px;
  }

  .career-title {
    font-weight: bold;
    font-size: 28px;
    color: #111;
    margin: 10px 0;
  }

  .divider {
    width: 50px;
    height: 3px;
    background: #2d6a4f;
    margin: 10px auto;
  }

  .career-description {
    color: #444;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
  }

  .career-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: #0c7a54;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
  }

  .career-button:hover {
    background: #1b4d34;
    color: #fff;
  }

  /*------ Testimonials ------*/
  .testimonials-container {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding-top: 30px;
  }

  .testimonial {
    background: #f2f2f5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 30%;
    text-align: left;
  }

  .quote-icon {
    font-size: 100px;
    color: #0c7a54;
    font-family: "Georgia", Sans-serif;
    margin: -40px 0 -80px 0;
  }

  .testimonial p {
    font-size: 12px;
    color: #333;
    line-height: 1.6;
  }

  .testimonial hr {
    margin: 10px 0;
    border: none;
    border-top: 1px solid #ccc;
  }

  .testimonial h4 {
    font-size: 16px;
    color: #0c7a54;
    margin-top: 10px;
  }

  /*------ Sustainability ------*/
  .sustain-title {
    color: #fff;
    padding: 10px;
  }

  .play-container {
    display: flex;
    justify-content: center;
  }

  .play-button {
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-radius: 50%;
    border: 8px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: border-color 0.3s ease;
  }

  .play-button::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 24px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    transition: border-left-color 0.3s ease;
  }

  .play-button:hover { border-color: #0c7a54; }
  .play-button:hover::before { border-left-color: #0c7a54; }

  /*------ Partners ------*/
  .partners-label {
    background-color: blue;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
  }

  .logos {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
  }

  .logos img {
    width: 150px;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .logos img:hover {
    filter: grayscale(0%);
  }

  /*------ Contact ------*/
  .buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }

  .btn {
    display: flex;
    align-items: center;
    padding: 10px 50px;
    border-radius: 47px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
  }

  .call-btn,
  .enquiry-btn {
    background-color: #1b7f5f;
    color: #fff;
  }

  .btn i {
    margin-right: 10px;
  }

  .btn:hover {
    background-color: #fff;
    color: #1b7f5f;
  }
/* #endregion */

/* #region Our Story Page */
  .office-container {
    display: flex;
    gap: 15px;
    flex: 1;
    min-width: 500px;
    flex-wrap: nowrap;
    margin-left: 30px;
  }

  .office-card {
    background-color: transparent;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 300px;
  }

  .head-office { flex: 2; }
  .branch-office { flex: 1; }

  .office-card:hover { transform: translateY(-5px); }

  .office-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: -1;
  }

  .office-info {
    padding: 200px 10px 15px;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(180deg, #00000000 50%, #000000bf 86%);
  }

  .office-info h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    color: #fff;
  }

  .office-info p {
    margin: 0;
    color: #fff;
  }

  /*------ Our Vision ------*/
  .vision-mission-section {
    color: #2c2c2c;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 20px;
  }

  .content-wrapper.reverse {
    flex-direction: row-reverse;
  }

  .box {
    flex: 1 1 45%;
    min-width: 280px;
  }

  .image-box {
    display: flex;
    justify-content: center;
  }

  .styled-image {
    width: 100%;
    border-radius: 20px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  /*------ Meet the team ------*/
  .responsive-container-block,
  .meet-team-card-wrapper {
    display: flex;
    justify-content: center;
  }

  .inner-container {
    max-width: 1320px;
    text-align: center;
    margin: 20px auto;
  }

  .meet-team-card-container {
    width: 212px;
    margin: 15px;
  }

  .meet-team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f0f0f3;
    padding: 19px;
  }

  .meet-team-img {
    width: 80% !important;
    height: 100%;
    border-radius: 50%;
    padding-bottom: 10px;
  }

  .name, .position { font-weight: 700; }

  .position {
    font-size: 12px;
    color: #0087B1;
    margin-bottom: 20px;
  }

  .name {
    font-size: 15px;
    margin: 0;
  }

  /*------ Our Values ------*/
  .core-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 20px 20px;
    text-align: center;
  }

  .value-box {
    padding: 20px;
    border-radius: 12px;
  }

  .value-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #111;
  }

  .value-box h3 {
    margin: 10px 0;
    font-size: 22px;
    color: #111;
  }

  .value-box p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
  }
/* #endregion */

/* #region Social Values Page */
  .sustainability-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 40px;
    flex-wrap: wrap;
  }

  .sustainability-box {
    background-color: #eeeeef;
    text-align: center;
    padding: 30px 20px;
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }

  .sustainability-box .icon {
    font-size: 36px;
    margin-bottom: 15px;
    color: #444;
  }

  .sustainability-box h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
  }

  .sustainability-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
  }

  .projects-social a {
    color: #000;
    margin-right: 10px;
  }

  /*------ Support Section ------*/
  .support-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    padding-top: 1rem;
  }

  .image-pair {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .support-image {
    width: 300px;
    max-width: 100%;
    height: auto;
    z-index: 1;
  }

  .image-pair:first-of-type .support-image { margin-right: auto; }
  .image-pair:last-of-type .support-image { margin-left: auto; }

  .accent-image {
    width: 170px;
    height: auto;
    position: absolute;
    z-index: 0;
    opacity: 0.9;
    border-radius: 4px;
  }

  .image-pair:first-of-type .below {
    top: 100%;
    left: 90px;
    margin-top: 10px;
  }

  .image-pair:last-of-type .above {
    bottom: 100%;
    right: 90px;
    margin-bottom: 10px;
  }

  /*------ Values Video ------*/
  .values-description {
    color: #333;
  }

  .urbansitter-modern-container {
    font-family: 'Inter', sans-serif;
    padding: 40px 20px;
    color: #ffffff;
    border-radius: 16px;
    max-width: 960px;
    margin: 40px auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .urbansitter-modern-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .urbansitter-modern-text {
    flex: 1 1 100%;
    padding: 20px;
    text-align: center;
  }

  .urbansitter-modern-text h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 600;
  }

  .urbansitter-modern-video {
    flex: 0 1 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .video-wrapper {
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    max-width: 800px; /* optional – controls width */
    width: 100%;
    overflow: hidden;
  }

  .video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
  }
/* #endregion */

/* #region Service Page */
  .options {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    height: 400px;
  }

  .option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    flex-grow: 1;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
  }

  .option .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .option .heading {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    transition: opacity 0.1s ease-out;
  }

  .details-heading {
    font-size: 18px;
    color: #fff;
  }

  .option .details {
    position: absolute;
    bottom: 100px;
    left: 50px;
    color: #fff;
    font-size: 1rem;
    display: none;
    width: 90%;
  }

  .option .icon {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    transition: all 0.3s ease;
  }

  .option.active .icon {
    left: auto;
    right: 18px;
    transform: none;
  }

  .option.active {
    flex-grow: 10;
    border-radius: 40px;
  }

  .option.active .heading { opacity: 0; }
  .option.active .details { display: block; }

  .intro-options {
    font-size: 26px;
    font-weight: 600;
    color: #000;
  }

  .info-options {
    font-size: 15px;
    color: #000;
  }

  .subheading-options {
    color: #5d5d5d;
  }

  .serivces-heading {
    font-size: 30px;
    color: #0c7a54;
  }

  /*------ Managers ------*/
  .team-section {
    text-align: center;
    margin: 20px 0;
  }

  .team-section h2 {
    font-size: 30px;
    color: #0c7a54;
    margin-bottom: 15px;
  }

  .team-container {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .team-card {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    text-align: left;
    width: 220px;
  }

  .team-card h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
  }

  .team-card p {
    margin: 5px 0 10px;
    font-size: 14px;
    color: #666;
  }

  .icons {
    display: flex;
    gap: 10px;
  }

  .icons a {
    text-decoration: none;
    color: #666;
    font-size: 18px;
  }

  .icons a:hover {
    color: #0c7a54;
  }
/* #endregion */

/* #region Careers Page */
  .custom-office-cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 20px;
  }

  .custom-office-card {
    border-radius: 16px;
    background-size: cover;
    background-position: center;
  }

  .custom-office-card.card-one {
    width: 260px;
    height: 360px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .custom-office-card.card-two {
    width: 240px;
    height: 320px;
    box-shadow: 0 6px 14px rgba(0, 128, 128, 0.3);
  }

  /*------ Careers ------*/
 .training-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0;
  }

  .training-column {
    flex: 1 1 30%;
    text-align: center;
  }

  .training-column h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .training-column p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .training-video iframe {
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }

  /*------ Next Gen ------*/
  .network75-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #222;
    background-color: #f4f7fb;
  }

  .network75-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .network75-header p {
    font-size: 1em;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
  }

  .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }

  .info-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
  }

  .info-card:hover {
    transform: translateY(-5px);
  }

  .info-card h3 {
    margin-bottom: 15px;
    font-size: 1.25em;
  }

  .info-card p {
    font-size: 0.95em;
    color: #444;
    line-height: 1.5;
  }

  /*------ Perks & Benefits ------*/
  .benefits-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 0;
  }

  .benefit-box {
    flex: 1 1 180px;
    max-width: 220px;
    background-color: #f5f5f5;
    text-align: center;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
  }

  .benefit-box:hover {
    transform: translateY(-5px);
  }

  .benefit-icon {
    font-size: 2rem;
    color: #444;
    margin-bottom: 0.5rem;
  }

  .benefit-box h3 {
    font-size: 1.1rem;
    margin: 0.5rem 0;
    color: #222;
  }

  .benefit-box p {
    font-size: 0.95rem;
    color: #555;
  }
/* #endregion */

/* #region Sustainability Page */
  .ev-charging-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
  }

  .ev-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
  }

  .ev-images {
    display: flex;
    flex: 1;
    min-width: 300px;
    gap: 10px;
  }

  .ev-images .img-left {
    flex: 1;
  }

  .ev-images .img-right {
    flex: 2;
  }

  .ev-images img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px !important;
  }

  .ev-text {
    flex: 1.5;
    min-width: 300px;
  }

  .ev-text h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 15px;
  }

  .ev-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .ev-illustration-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .ev-illustration {
    max-width: 100%;
    width: 490px;
    height: auto;
  }


  .ev-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }

  .ev-divider hr {
    flex-grow: 1;
    border: none;
    border-top: 1px solid #54595F;
    margin: 0 10px;
  }

  .ev-divider i.fa-leaf {
    color: #54595F;
    font-size: 20px;
  }

  /*------ Carbon ------*/
  .carbon-section {
    padding: 40px 20px;
    background-color: #fff;
  }

  .carbon-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
  }

  .carbon-text {
    flex: 1 1 45%;
  }

  .carbon-text h2 {
    font-size: 2em;
    font-weight: 700;
    margin: 0 0 20px;
  }

  .carbon-text p {
    margin-bottom: 1em;
    line-height: 1.6;
    color: #333;
  }

  .download-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0c7a54;
    color: white !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .download-btn:hover {
    background-color: #005d32;
  }

  /*------ Recycling ------*/
  .waste-recycling-banner {
    background-color: #0c7a54;
    color: white;
    border-radius: 15px;
    padding: 30px;
    max-width: 1150px;
    margin: 20px auto;
  }

  .waste-recycling-banner h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
  }

  .waste-recycling-banner p {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .white-subtitle {
    color: white !important;
  }
/* #endregion */

/* #region Case Studies Page */
  .case-study-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  }

  .case-study-image-box {
    position: relative;
    width: 100%;
    height: 589px;
    overflow: hidden;
    border-radius: 6px;
    
  }

  .case-study-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
  }

  .case-study-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009E;
    z-index: 1;
    pointer-events: none;
  }

  .case-study-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 575px;
    height: 307px;
    background: #0c7a53c5;
    color: white;
    padding: 30px;
    border-top-right-radius: 100px;
    box-sizing: border-box;
    z-index: 2;
  }

  .case-study-box h3 {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3em;
    color: white;
  }

  .case-study-box h3 span {
    font-weight: normal;
  }

  .case-study-box h2 {
    margin-top: 10px;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.4em;
    color: white;
  }

  .case-study-box p {
    margin-top: 15px;
    font-size: 0.95em;
    line-height: 1.6em;
  }

  .custom-header-box {
    background-color: #0c7a54;
    padding: 20px 10px;
    text-align: center;
  }

  .custom-header {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
  }

  .social-share {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .social-share a {
    width: 40px;
    height: 40px;
    background-color: #333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
  }

  .social-share .facebook { background: #3b5998; }
  .social-share .twitter { background: #1DA1F2; }
  .social-share .linkedin { background: #0077B5; }

  .challenge-container {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
    font-family: Arial, sans-serif;
    background-color: #fff;
  }

  .challenge-text {
      flex: 1.5;
  }

  .challenge-text h1 {
      color: #0c7a54;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 1rem;
  }

  .challenge-text p {
      line-height: 1.6;
      margin-bottom: 1rem;
      font-size: 14px;
  }

  .challenge-text strong {
      font-weight: 700;
  }

  .challenge-media {
      flex: 1;
  }

  .challenge-media video.main {
      width: 100%;
      height: auto;
      border-radius: 4px;
      margin-bottom: 1rem;
      object-fit: cover;
  }

  .challenge-thumbnail-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.5rem;
  }

  .challenge-thumbnail-grid img {
      width: 100% !important;
      height: 100px !important;
      border-radius: 4px !important;
      cursor: pointer;
      transition: transform 0.2s;
      object-fit: cover;
      object-position: center;
  }

  .challenge-thumbnail-grid img:hover {
      transform: scale(1.05);
  }

  .challenge-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
  }

  .challenge-lightbox.active {
    opacity: 1;
    pointer-events: all;
  }

  .challenge-lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .challenge-lightbox img.visible {
    opacity: 1;
  }

  .challenge-lightbox .arrow,
  .challenge-lightbox .close {
    position: absolute;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    user-select: none;
  }

  .challenge-lightbox .arrow.left {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .challenge-lightbox .arrow.right {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .challenge-lightbox .close {
    top: 20px;
    right: 30px;
    font-size: 2.5rem;
  }

  /*------ Pagination ------*/
  .pagination-container {
    text-align: center;
    margin-top: 20px;
  }

  .pagination-container .page-num {
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }

  .pagination-container a {
    text-decoration: none;
    color: #333;
  }

  .pagination-container .current {
    background-color: #0073aa;
    color: #fff;
  }

  .pagination-container a:hover {
    background-color: #ddd;
  }

  .pagination-container .prev,
  .pagination-container .next {
    font-weight: bold;
  }

  .pagination-container .prev { margin-right: 15px; }
  .pagination-container .next { margin-left: 15px; }

  /*------ Blog/Case Back Button ------*/
  .back-to-button {
    display: inline-flex;
    align-items: center;
    color: #0c7a54;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .back-to-button .arrow {
    margin-right: 8px;
    font-size: 20px;
  }

  .back-to-button:hover {
    color: #30b06f;
  }  

  /*------ Case Studies Grid ------*/
  .case-studies-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .case-study-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 220px;
    width: 200px;
    cursor: pointer;
  }

  .case-study-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }

  .case-study-item .wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .case-study-item:hover .wp-post-image {
    filter: grayscale(0%);
  }

  .case-study-item .image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s ease-in-out, background 0.5s ease-in-out;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1rem;
  }

  .case-study-item:hover .image-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
  }

  .case-study-item h4 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
    z-index: 2;
  }

  .case-study-item .image-overlay .arrow {
    color: #fff;
    font-size: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out 0.2s, transform 0.5s ease-in-out 0.2s;
  }

  .case-study-item:hover .image-overlay .arrow {
    opacity: 1;
    transform: translateY(0);
  }
/* #endregion */

/* #region Blog Page */
  .blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .blog-post-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 280px;
    width: 239px;
    cursor: pointer;
  }

  .blog-post-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }

  .blog-post-item .wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .blog-post-item:hover .wp-post-image {
    filter: grayscale(0%);
  }

  .blog-post-item .image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1rem;
    transition: opacity 0.5s ease-in-out, background 0.5s ease-in-out;
  }

  .blog-post-item:hover .image-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
  }

  .blog-post-item h4 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
    z-index: 2;
  }

  .blog-post-item .image-overlay .arrow {
    color: #fff;
    font-size: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out 0.2s, transform 0.5s ease-in-out 0.2s;
  }

  .blog-post-item:hover .image-overlay .arrow {
    opacity: 1;
    transform: translateY(0);
  }

  .blog-main-image {
    margin-bottom: 10px;
  }

  /*------ Blog Templates ------*/
  .blog-banner {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .blog-banner-text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    max-width: 900px;
  }

  .blog-testimonial-box {
    background-color: #f9f9fb;
    border-radius: 8px;
    padding: 2rem;
    max-width: 600px;
    margin: 2rem auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    text-align: center;
  }

  .blog-testimonial-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 2rem;
  }

  .blog-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .blog-testimonial-author img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
  }

  .author-info {
    text-align: left;
  }

  .author-name {
    font-weight: 600;
    color: #00796b;
  }

  .author-role {
    font-size: 0.9rem;
    color: #888;
  }

  /*------ Blog/services Lightbox ------*/
  .custom-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .custom-lightbox.show {
    display: flex;
    opacity: 1;
  }

  .custom-lightbox img {
    max-width: 90%;
    max-height: 90%;
    transition: transform 0.3s ease-in-out;
  }

  .custom-lightbox.show img {
    transform: scale(1);
  }

  .custom-lightbox .custom-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
  }

  /*------ Blog/Services Gallery ------*/
  .custom-gallery {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: repeat(2, 150px);
  gap: 10px;
  width: auto;
  height: auto;
  }

  .custom-gallery img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px !important;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .custom-gallery img:hover { transform: scale(1.05); }

  .custom-gallery img:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    height: 310px !important;
  }

  .custom-gallery img:nth-child(4),
  .custom-gallery img:nth-child(5) {
    height: 203px !important;
  }
/* #endregion */

/* #region Certificates & policies Page */
  .updated {
    font-size: 15px;
    font-weight: 500;
  }

  .date-mod {
    padding-top: 20px;
  }

  .dropdown-content {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
  }

  .dropdown-content.show {
    display: block;
  }

  .doc-label {
    font-size: 1rem;
    color: #333;
    margin-bottom: 5px;
  }

  .download-link {
    display: block;
    color: #231f62;
    font-size: 1.1rem;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    transition: color 0.3s ease, border-bottom 0.3s ease;
  }

  .download-link:hover {
    color: #30bb8b;
    border-bottom: 1px solid #30bb8b;
  }

  .dropdown-toggle {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    color: #231f62;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 10px 0 0 0 !important;
  }

  .dropdown-toggle .arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }

  .dropdown-toggle.active .arrow {
    transform: rotate(180deg);
  }
/* #endregion */

/* #region Footer */
  .footer-about h2,
  .footer-about p,
  .footer-about h3,
  .footer-links h3,
  .footer-subscribe h3,
  .footer-subscribe p,
  .footer-box a {
    color: #fff;
  }

  .dot { color: #008000; }

  .footer-cta .row {
    display: flex;
    gap: 225px;
  }

  .single-cta {
    display: flex;
    align-items: center;
  }

  .single-cta i {
    color: #0c7a54;
    font-size: 30px;
  }

  .cta-text { padding-left: 15px; }

  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }

  .cta-text span {
    color: #fff;
    font-size: 15px;
  }

  .footer-box {
    flex: 1;
    max-width: 30%;
  }

  .footer-box h3 { color: #fff; }

  .footer-box p { font-size: 14px; }

  .footer-box i {
    color: #ff5e14;
    font-size: 30px;
  }

  .footer-divider {
    border: 1px solid #ddd;
    margin: 20px 0;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
  }

  .footer-about,
  .footer-links,
  .footer-subscribe {
    flex: 1;
  }

  .media-icons a {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .media-icons a:hover {
    color: #30bb8b;
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
  }

  .footer-links ul li {
    margin-bottom: 8px;
  }

  .footer-links ul li a {
    text-decoration: none;
    color: #fff;
  }

  .footer-links ul li a:hover {
    color: #30bb8b;
  }

  .footer-links .line-seperator,
  .footer-subscribe .line-seperator {
    margin: 0;
  }

  .footer-subscribe form {
    display: flex;
    align-items: center;
  }

  .footer-subscribe button {
    padding: 10px;
    background: orange;
    border: none;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
  }

  .footer-subscribe button:hover {
    background: #0c7a54;
  }

  .footer-subscribe input {
    background: grey !important;
    padding: 14px 28px !important;
    width: 100% !important;
    color: #fff !important;
    border: 1px solid grey !important;
  }

  .footer-about p { margin-right: -160px; }

  .footer-bottom {
    gap: 305px;
    margin-left: 140px;
  }

  .footer-cta.pt-5.pb-5 {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .footer-links h3,
  .footer-subscribe h3 {
    font-size: 15px;
  }
/* #endregion */

/* #region Media Queries */
  @media (max-width: 1200px) {
    .footer-cta .row { gap: 60px; }
    .footer-bottom { gap: 60px; margin-left: 0; }
    .footer-about p { margin-right: 0; }
    .logos { gap: 50px; }
  }

  @media (max-width: 1024px) {
    .hero-title { font-size: 36px; }
    .hero-text-widget { padding: 35px 20px; }
    .hero-text-widget h1 { line-height: 1.15; }
    .main-heading { font-size: 52px; }
    .bold-text { font-size: 60px; }

    .breadcrumb { font-size: 14px; }
    .separator { padding: 0 8px; }

    .about-section {
      flex-direction: column;
      gap: 20px;
    }

    .about-content,
    .about-image {
      width: 100%;
    }

    .cards-container {
      flex-wrap: wrap;
      gap: 12px;
      padding: 10px;
    }

    .card {
      width: calc(50% - 12px);
      max-width: 320px;
    }

    .testimonials-container {
      flex-wrap: wrap;
      gap: 15px;
    }

    .testimonial {
      width: calc(50% - 15px);
    }

    .logos {
      flex-wrap: wrap;
      gap: 30px;
    }

    .logos img { width: 120px; }

    .buttons {
      flex-wrap: wrap;
      gap: 12px;
    }

    .btn { padding: 10px 24px; }

    .office-container {
      min-width: unset;
      margin-left: 0;
      flex-wrap: wrap;
    }

    .office-card { height: 280px; }
    .office-info { padding: 180px 10px 15px; }

    .responsive-container-block,
    .meet-team-card-wrapper {
      flex-wrap: wrap;
    }

    .core-values {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .options {
      flex-direction: column;
      min-width: unset;
      height: auto;
    }

    .option {
      width: 100%;
      min-width: unset;
      height: 56px;
      margin: 10px 0;
      border-radius: 20px;
    }

    .option.active {
      height: 300px;
      border-radius: 24px;
    }

    .option .heading {
      writing-mode: horizontal-tb;
      left: 18px;
      top: 18px;
      transform: none;
    }

    .option .details {
      left: 18px;
      bottom: 18px;
      width: calc(100% - 36px);
    }

    .option .icon { display: none; }

    .custom-gallery {
      grid-template-columns: repeat(2, 1fr) !important;
      grid-template-rows: auto !important;
      width: 100% !important;
      gap: 8px !important;
    }

    .custom-gallery img { height: auto !important; }

    .custom-gallery img:nth-child(1) {
      grid-column: auto !important;
      grid-row: auto !important;
      height: auto !important;
    }

    .custom-gallery img:nth-child(4),
    .custom-gallery img:nth-child(5) {
      height: auto !important;
    }

    .blog-post-item {
      width: 100%;
      max-width: 320px;
      height: 260px;
    }

    img.accent-image.above,
    img.accent-image.below {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .hero-title { font-size: 30px; }
    .main-heading { font-size: 44px; }
    .bold-text { font-size: 50px; }

    .hero-text-widget h1 { line-height: 1.2; }
    .hero-text-widget .main-heading { margin-bottom: 8px; }

    .section-title { font-size: 32px; }

    .core-values {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .testimonial { width: 100%; }

    .team-container {
      flex-direction: column;
      align-items: center;
    }

    .team-card {
      width: 100%;
      max-width: 320px;
    }

    .option.active { height: 260px; }
    .option .heading { font-size: 1rem; }
    .option .details { font-size: 0.95rem; }

    .custom-gallery { grid-template-columns: 1fr !important; }

    .challenge-container { flex-direction: column; }
    .challenge-thumbnail-grid { grid-template-columns: repeat(3, 1fr); }

    /* Footer mobile adjustments (kept as you had them) */
    .container {
      width: 100%;
      max-width: 100%;
      padding-left: 16px;
      padding-right: 16px;
    }

    .footer-cta {
      padding-top: 28px;
      padding-bottom: 18px;
    }

    .footer-cta .row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      margin: 0;
    }

    .footer-cta [class*="col-"] {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin: 0 !important;
    }

    .single-cta {
      display: grid;
      grid-template-columns: 28px 1fr;
      column-gap: 12px;
      align-items: start;
    }

    .single-cta i {
      font-size: 20px;
      line-height: 1;
      margin: 2px 0 0 0;
    }

    .cta-text h4 {
      margin: 0 0 6px 0;
      font-size: 16px;
      line-height: 1.2;
    }

    .cta-text span {
      display: block;
      font-size: 14px;
      line-height: 1.4;
      opacity: 0.9;
      word-break: break-word;
    }

    .footer-divider {
      margin: 18px 0;
      opacity: 0.35;
    }

    .footer-bottom {
      display: grid;
      grid-template-columns: 1fr;
      gap: 22px;
      padding-bottom: 18px;
    }

    .footer-about h2 {
      margin: 0 0 10px 0;
      font-size: 22px;
    }

    .footer-about p {
      margin: 0;
      font-size: 14px;
      line-height: 1.55;
      opacity: 0.9;
    }

    .footer-links h3,
    .footer-subscribe h3 {
      margin: 0 0 10px 0;
      font-size: 16px;
    }

    .footer-links ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footer-links li { margin: 0 0 10px 0; }

    .media-icons {
      display: flex;
      gap: 14px;
      align-items: center;
    }

    .media-icons a {
      display: inline-flex;
      width: 38px;
      height: 38px;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      text-decoration: none;
    }

    .media-icons a i {
      font-size: 18px;
      line-height: 1;
    }

    .footer-copyright,
    .footer-bottom p:last-child {
      margin-top: 10px;
      font-size: 13px;
      text-align: center;
      opacity: 0.85;
    }

    img.accent-image.above,
    img.accent-image.below {
      display: none;
    }

    .blog-banner-text { 
      font-size: 18px; 
    }
  }

  @media (max-width: 480px) {
    .hero-info { font-size: 14px; }
    .main-heading { font-size: 36px; }
    .bold-text { font-size: 38px; }
    .sub-heading { display: none; }

    .breadcrumb { font-size: 12px; }

    .container {
      padding-left: 14px;
      padding-right: 14px;
    }

    .footer-cta {
      padding-top: 22px;
      padding-bottom: 14px;
    }

    .footer-bottom { gap: 18px; }

    .single-cta {
      grid-template-columns: 26px 1fr;
      column-gap: 10px;
    }

    .cta-text h4 { font-size: 15px; }
    .cta-text span { font-size: 13.5px; }

    .media-icons a {
      width: 36px;
      height: 36px;
      border-radius: 10px;
    }

    .media-icons a i { font-size: 17px; }

    .footer-about { text-align: center; }
    .footer-links { display: none; }

    .footer-subscribe h3,
    .footer-subscribe .line-seperator {
      display: none;
    }

    .media-icons { justify-content: center; }

    .section-title {
      font-size: 24px;
      margin-bottom: 5px !important;
    }

    .card {
      height: 60px;
      width: 100%;
      max-width: 360px;
    }

    .icon { display: none; }

    .career-card .heading-container .section-title { font-size: 12px; }
    .career-description { font-size: 12px; }

    .career-card {
      width: 100%;
      max-width: 500px;
      padding: 25px;
      margin-left: auto;
      margin-right: auto;
    }

    .quote-icon { display: none; }

    .sustain-title { font-size: 19px !important; }

    .play-button {
      width: 40px;
      height: 40px;
      border: 4px solid #fff;
    }

    .play-button::before {
      border-left: 8px solid #fff;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
    }

    .phone-text,
    .enquiry-text {
      display: none;
    }

    .btn {
      width: 12%;
      justify-content: center;
      padding: 10px 18px;
    }

    .btn i,
    .buttons,
    .hero-text-widget h1 {
      margin: 0 !important;
    }

    .hero-text-widget h1 {
      display: flex;
      flex-direction: column;
      gap: 10px;
      line-height: 1.15;
    }

    .hero-text-widget .main-heading {
      margin-bottom: 8px;
    }

    .logos img { width: 100px; }

    .office-card { height: 240px; }
    .office-info { padding: 150px 10px 12px; }

    .option.active { height: 240px; }

    .map-wrapper { height: 280px; }

    .case-study-box {
      width: 100%;
      height: auto;
      border-top-right-radius: 40px;
      padding: 20px;
    }

    img.accent-image.above,
    img.accent-image.below {
      display: none;
    }

    .values-description {
      font-size: 10px;
    }
  }
/* #endregion */