@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
    --primary-colour: #009696;
    --secondary-colour: #2e3192;
}

@font-face {
  font-family: 'Gilroy-Extra Bold';
  src: url('webfonts/gilroy-extrabold.woff2') format('woff2'),
       url('webfonts/gilroy-extrabold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.primary-text{
    color:var(--primary-colour);
}

.secondary-text{
    color:var(--secondary-colour);
}

html, body {
    margin: 0;
    padding: 0;
    background-color:#164040;
}


body, caption, span{
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}


p {
    font-size: clamp(1rem, 1vw, 2rem);
}

:lang(en) {
    font-family: "Inter", sans-serif;
}


p:lang(en) {
    font-weight: 300;
}


h1, h2, h3 {
    font-family: 'Gilroy-Extra Bold';
}


h1 {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #fff;
}

a {
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #009696;
}

th, td, i {
    color: #fff;
}


.section {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: transform 0.8s ease-in-out;
        overflow:hidden;
        position: relative;
}

.section-title {
    position:relative;
}

.section img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter:blur(2px);
}

.section .section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}


@media only screen and (max-width: 480px) {

    .section .section-content {
        transform: translate(-40%, -50%);
    }

    .innovators-wrapper {
        width: 100%;
        max-width: 300px;
        padding: 0 !important;
    }

}

@media only screen and (min-width: 481px) {

    .section .section-content {
        transform: translate(-50%, -50%);
    }

}


.section-content h2, .section-content p,  .section-content span{
    color: #fff;
    margin:0;
}

.section-content p {
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: bold;
    text-shadow: 0 0 5em #000;
}

.section-content h2{
font-size: clamp(3rem, 6vw, 6rem);
line-height: 0.9;
text-shadow: 0 0 5em #000;
}

.section-content .btn {
    margin-top: 2em;
}

.btn {
    margin: 1em 0;
    border-radius: 999px;
    padding: 10px 10%;
    background-color: #009696;
    -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
    transition: background 1s; /* For modern browsers */
    border:2px solid #009696;
    font-weight: bold;
    color: #fff;
}

.btn:hover {
    background-color: transparent;
    color: #009696;
    font-weight: bold;
}

@keyframes fadeMove {
    0% { opacity: 0; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(20px); } /* Fade in + Move down */
    100% { opacity: 0; transform: translateY(0); } /* Fade out + Move up */
}

.shake {
    display: inline-block;
    animation: fadeMove 2s ease-in-out infinite;
}


.section .shake a {
    display: inline-block;
    width: 30px;
    height: 64px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/scroll.svg) no-repeat center top;
    background-size: 30px auto;
    cursor: pointer;
}

.bottom-icon {
    position: relative;
    bottom: 0;
    width: 50px;
    margin-top: 0.5em;
    z-index:999;
}


img.custom-logo {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto auto;
    max-width: 200px;
}

span.display-name {
    color: #fff;
}

.widget-title{
    text-align:center;
    text-transform:uppercase;
}



#frontpage-sidebar1 a, #product-archive-sidebar a {

    font-size: medium;

    font-weight: 600;

}



header {
    padding: 2em 2em 2em 1em;
    min-width: 90px;
    z-index: 10;

}

header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    mix-blend-mode: multiply;
    transition: opacity 0.3s ease;
    pointer-events: none; /* Prevents blocking clicks */
}

header:hover::after {
    opacity: 0.7;
}

header.active::after {
    opacity: 0.7;
}

header.active, header:hover {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* For Safari */
}

footer {
    z-index: 2;
    position:relative;
    color:#fff;
}

footer .container {
    padding: 1em 1em 2em 5em;
}

footer a{
    color:#fff;
}


.section:after {
    content: '';
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    mix-blend-mode: multiply;
}

.footer-title {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: small;
    margin-bottom:1em;
}

.footer-title:before {
    content: '|';
    margin: 0 10px 0 0;
    color: var(--primary-colour);
    font-size: x-small;
    vertical-align: text-top;
}


.container {
    padding: 5em 1em 2em 5em;
}

.page-title {
    font-family: Gilroy-Extra Bold;
    font-size: clamp(16px, 10vw, 80px);
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
}

.page-title span {
    display: block;
}

#brand-filter-bar{
    background-color:#2b2f33;
    padding: 0 2%;
    border-radius: 0.5em;
    margin: 3rem 0 2rem 0;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    gap: 10px; /* optional for spacing */
}

.brand-filter-item {
    text-align: center;
    display: flex;
    align-items: center;
}

#brand-filter-bar .brand-filter-item img {
        height:20px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    #brand-filter-bar .brand-filter-item img {
        height: 15px!important;
    }
}



@media only screen and (max-width: 767px) {

    #brand-filter-bar{
        display:none;
    }

}

@media only screen and (min-width: 768px) {

    #brand-custom-dropdown{
        display:none;
    }

}

#brand-custom-dropdown {
    position: relative;
    width: 100%;
    background-color: #2b2f33;
    border-radius: 0.5em;
    padding: 10px;
    margin-bottom: 1em;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.dropdown-toggle img {
    height: 20px;
    margin-right: 10px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 80%;
    z-index: 10;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #2b2f33;
    border: 0;
    border-radius: 0 10px 10px 0;
}

.dropdown-menu.open {
    display: block;
}

.dropdown-item {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown-item img {
    height: 20px;
    margin-right: 10px;
}

.dropdown-item:hover {
    background-color: #009696;
}

.dropdown-arrow {
    margin-left: auto;
}



.divider {
    display: flex;
    align-items: center;
    color: #414448;
    padding: 0 5px;
    font-weight: lighter;
    user-select: none;
    font-size: 2em;
}


#service-archive{
    margin:3em 0 1em 0;
}


#service-archive .service-items{
    position:relative;
}

#service-archive img {
    filter: brightness(0.5) grayscale(0.1);
}


.thumbnail-caption {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 5% 2%;
    text-align: center;
}

.page-featured-image{
    margin:3em 0 1em 0;
}

.page-featured-image img.responsive-featured-image {
    width: 100%;
    height: auto;
    display: block;
}

.round-border{
    border-radius: 10px;
    overflow:hidden;
}

#service-list{
    margin:3em auto;
    max-width: 1024px;

}

#service-list .service-items{
    display:flex;
    padding:5%;
    background-color:#2b2f33;
}

#service-list .service-items div{
    margin:auto 0;
    padding:1%;
    font-weight: bold;
}


#business-widget {
    max-width: 1024px;
    margin: 10em auto;
}

#business-widget div{
    margin: auto 0;
}


.thumbnail-container {
    width: 90%;
    position: relative;
    z-index: 1;
}

.thumbnail-container .round-border:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    right: -10%;
    bottom: -10%;
    z-index: -1;
}


.btn{
    background-color: #009696;
    color:#fff;
    margin:0 1em;
}


#our-branches{
    margin: 5em auto;
}

#our-branches .round-border{
    margin-bottom: 1em;
    position:relative;
}


@media only screen and (max-width: 767px) {
    #our-branches .branch {
        aspect-ratio: 16 / 9;
    }
}

#our-branches .round-border:hover > .overlay {
    display: block !important;
}

#our-branches .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display:none;
}


#our-branches .overlay-content {
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
}

.overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2e3192;
    opacity: 0.5;
    z-index: -1;
}


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

.latest-videos{
    margin: 5em auto;
}

.menu-logo {
    margin: 0em 2em 2em 2em;
    z-index: 1;
    position: relative;
}


.green-checked {
    list-style-type: none;
    padding-left: 1.5em; /* spacing for icon */
    position: relative;
}

.green-checked::before {
    content: '\f00c'; /* Font Awesome checkmark icon */
    font-family: 'Font Awesome 6 Free'; /* or 'FontAwesome' */
    font-weight: bold;
    color: #47e513;
    position: absolute;
    left: 0;
    top: 0.1em;
}


#social-group {
    position: absolute;
    top: 50%;
    left: 0.85em;
    transform: translateY(-50%);
    z-index: 1;
    width: 45px;
    font-size: x-large;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    height: 82%;
    justify-content: center;
}

.social-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.vertical-line,
.spacer-line {
    width: 1px;
    background-color: #fff;
}

.vertical-line {
    flex: 1;
    margin-bottom: 0.5em;
}

.spacer-line {
    flex: 1;
    margin-top: 0.5em;
}

.bottom-icon img {
    margin-top: 0.5em;
}


#social-group i {
    padding: 0.2em;
}

#overlay-whatsapp {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* For Safari */
    z-index: 10;
    cursor: pointer;
    overflow: scroll;
}



#image-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.popup-bg {
    position: absolute;
    inset: 0;
    cursor: zoom-out;
}
.popup-content {
    position: relative;
    max-height: 100vh;
    max-width: 90vw;
    z-index: 10000;
    overflow: auto; /* optional, if content exceeds */
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content img {
    max-height: 100vh;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
}


.vehicle-card.loading {
    background-color: #f0f0f0;
    height: 200px;
    border-radius: 10px;
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% { background-color: #f0f0f0; }
    50% { background-color: #e0e0e0; }
    100% { background-color: #f0f0f0; }
}



.vehicles-listing {
    padding: 0;
}

.vehicles-listing a {
    font-family: 'Gilroy-Extra Bold';
    font-size: xx-large;
    color: #24252a;
    padding: 0.5em;
    background-color: #fff;
    border-radius: 30px;
    margin: 0.5em 0.3em;
}

.post-thumbnail {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.post-thumbnail img{
    object-fit: cover;
    width:100%;
    height:100%;
}


.post-container {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    color: #24252a;
    padding:0;
    height:100%;
}

.post-container .text-box{
    padding:5%;
}

.post-container h2{
    color: #24252a;
    margin: 0 0 10px 0;
    text-align: center;
}


#tag-filter-bar {
    margin: 2em 0;
}

#tag-filter-bar a {
    padding: 0.5em;
    background-color: var(--primary-colour);
    margin: 0.5em;
    border-radius: 7px;
    font-size: small;
    font-weight: bold;
}



.horizontal-accordion {
    display: flex;
    height: 85vh;
    overflow: hidden;
}

.accordion-panel {
  flex: 1;
  background-size: cover;
  background-position: center;
  transition: flex 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background-color:#666;
  background-blend-mode: multiply;
}

.accordion-panel:hover {
  flex: 3;
}

.panel-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    margin-bottom: 1rem;
    position: absolute;
    top: 1em;
    left: 1em;
}

.panel-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
  text-align: left;
  font-size: 0.9em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.panel-info h6{
  color: var(--primary-colour);
}

.accordion-panel:hover .panel-info {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 768px) {
  .horizontal-accordion {
    flex-direction: column;
    height: auto;
  }

  .accordion-panel {
    flex: unset;
    height: 15vh;
    background-position: center;
    display: grid;
    transition: height 0.5s ease-in-out;
  }

  .accordion-panel:hover {
    flex: unset;
    height: 50vh;
  }

  .panel-title {
    writing-mode: horizontal-tb;
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.2em;
    padding: 1rem;
  }

  .panel-info {
    position: relative;
    padding: 1rem;
  }

  .panel-info h4 {
    display:none;
  }
}






::marker {
    color: var(--primary-colour);
}





.flowchart {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 4rem;
      max-width: 1200px;
      margin: auto;
    }

    .flow-step {
      background: white;
      padding: 2%;
      border-radius: 5px;
      border-left: 5px solid #00c292;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      flex: 1 1 382px;
      position: relative;
      margin:0;
    }

    .flow-step::after {
      content: '\f054';
      position: absolute;
      font-family: fontawesome;
      right: -1.8rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2rem;
      color: #00c292;
    }

    .flow-step:last-child::after {
      content: '';
    }

    .flow-step h4 {
      margin: 0 0 0.5rem;
      font-size: 1.2rem;
      color: #333;
    }

    .flow-step p, .flow-step li {
      font-size: 0.95rem;
      color: #666;
    }

    @media (max-width: 768px) {
      .flowchart {
        flex-direction: column;
        gap: 3rem;
      }

      .flow-step::after {
        content: '\f078';
        font-family: fontawesome;
        right: 50%;
        top: auto;
        bottom: -3rem;
        transform: translateX(50%);
        color: #00c292;
      }

      .flow-step .icon-box {
        aspect-ratio: 1/1;
      }

      .flow-step:last-child::after {
        content: '';
      }
    }