/* @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&family=Nunito:wght@300;400;500;600;700&display=swap"); */

@font-face {
    font-family: "Johnstown Demo";
    font-weight: normal;
    font-style: normal;
    src: url("/web/assets/fonts/johnstown/JohnstownDemoRegular.ttf")
        format("truetype");
}

@font-face {
    font-family: "Nunito Sans";
    font-weight: normal;
    font-style: normal;
    src: url("/web/assets/fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf")
        format("truetype");
}

/* 
  font-family: 'Nunito', sans-serif;
  font-family: 'Nunito Sans', sans-serif; 
*/

:root {
    --brand-color: #00a859;
    --brand-color-dark: #0b845c;
    --yellow: #f7c35f;
    --border-radius: 10px;
    --animation-circ: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
    --animate-delay: 0.5s;
}

html {
    box-sizing: border-box;
    font-size: 16px;
}

*,
*:before,
*:after {
    scrollbar-gutter: stable both;
    box-sizing: inherit;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

body {
    min-height: 100vh !important;
    position: static !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: "Nunito Sans", sans-serif;
}

.pointer_events_none {
    pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.normal-line-height {
    line-height: normal;
}

h1 {
    font-weight: bold;
    /* font-size: clamp(1.875rem, 1.5897rem + 1.6304vw, 2.8125rem); */
}

h6 {
    font-weight: 300;
}

p {
    text-align: start;
}

input {
    border: 0;
}

input:focus {
    outline: none;
}

button {
    outline: none;
    border: 0;
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-item .dropdown-item {
    white-space: normal;
}

img {
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.slider-leaf-img {
    position: absolute;
    z-index: 2;
    width: 400px;
    bottom: 100%;
    transform: translate(-50%, 60%);
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    outline: none;
    border: 1px solid var(--brand-color);
}

/* Track */
::-webkit-scrollbar-track {
    background: #0b80496f;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--brand-color-dark);
    background: var(--yellow);
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--brand-color-dark);
    background: var(--yellow);
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.navbar {
    position: absolute;
    background: transparent;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.619);
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.navbar-logo-img {
    width: clamp(2.8125rem, 2.5862rem + 1.2931vw, 3.75rem);
}

.mobile-navbar-menu:active,
.mobile-navbar-menu:not(:active) {
    outline: none !important;
    border: 0;
    padding: 0;
    background-color: transparent !important;
}

.btn-close {
    padding: 14px;
    opacity: 0.75;
    border-radius: 50%;
    font-size: 10px;
    border: 1px;
    box-shadow: 0 0 5px var(--brand-color-dark);
    transition: all 0.3s 0s linear;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -ms-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    filter: invert(26%) sepia(92%) saturate(1514%) hue-rotate(140deg)
        brightness(98%) contrast(91%);
    -webkit-filter: invert(26%) sepia(92%) saturate(1514%) hue-rotate(140deg)
        brightness(98%) contrast(91%);
}

.btn-close:hover {
    box-shadow: 0 0 5px var(--brand-color-dark);
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.25);
    /* backdrop-filter: blur(6px); */
    background: #ffffff;
    box-shadow: 0 0 8px #00000070;
}

.navbar .megamenu {
    padding: 1rem;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 0.3rem;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav li .nav-link {
    padding: 10px 0;
    font-weight: 700;
    /*font-size: clamp(1.125rem, 0.7182rem + 0.5568vw, 1.375rem);
  */
    font-size: 0.9rem;
    color: var(--brand-color-dark);
}

.navbar-nav li .nav-link.active {
    border-bottom: 3.5px solid var(--brand-color-dark);
    color: var(--brand-color-dark) !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

[data-bs-toggle="pill"] {
    border: initial !important;
}

.nav-pills .nav-link {
    color: #ffffff !important;
}

.navbar-nav li.nav-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 0%;
    height: 3.5px;
    background: var(--brand-color-dark);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.navbar-nav li.nav-item.dropdown::after {
    left: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.navbar-nav li.nav-item.dropdown::after:hover {
    background-color: var(--brand-color-dark);
    left: 100%;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/* .navbar-nav li.nav-item.dropdown::before{
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
} */

.nav-item:hover .nav-link.dropdown {
    /* border-bottom-width: 0px; */
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.navbar-nav li.nav-item:hover::before,
.navbar-nav li .nav-item .nav-link.active::before {
    opacity: 1;
    width: 100%;
    color: var(--brand-color-dark) !important;
}
.hover_before{
    position: initial !important;
}
.dropdown_after::after {
    content: '';
    display: block;
    height: 32px;
    position: absolute;
    background: transparent;
    left: auto;
    width: 100%;
    top: -5%;
}
.navbar-nav li.nav-item.dropdown:hover::before {
    width: 0;
}
#v-pills-tab{
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    overflow: hidden;
}
.dropdown-hover:hover > .dropdown-menu {
    display: inline-block;
    position: absolute;
    top: 63px;
    left: 0;
    max-height: 85vh;   
    /* overflow-y: auto; */
}

.header_megamenu_position {
    position: relative;
    /* height: 130%; */
}

#navbarDropdown {
    pointer-events: all;
}

.dropdown-hover > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
    animation: all 0.3s linear;
    -webkit-animation: all 0.3s linear;
}

.dropdown-hover > .dropdown-toggle::after {
    border: solid var(--brand-color-dark);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-hover .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.dropdown-hover .dropdown-menu .nav-link {
    text-align: start;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

a:hover {
    color: inherit;
}

.products {
    display: flex;
    align-items: start;
    gap: 10px;
    flex-wrap: wrap;
}

.products .product-card {
    min-width: 24%;
    /* padding: 10px; */
    width: 24%;
    margin-bottom: 10px;
    /* aspect-ratio: 1/1; */
    /* box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07); */
    /* border-radius: 8px; */
}

.products .product-card:hover {
    cursor: pointer;
}

.product-img {
    margin: 0 auto;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.product-title {
    padding: 5px 30px;
}

.product-title p {
    font-size: 14px;
    font-weight: 500;
}

.nav-pills .nav-link.active {
    color: var(--brand-color-dark) !important;
    background-color: var(--yellow);
}

.nav-pills .show > .nav-link {
    color: white;
    background-color: #53d553;
}

.nav-pills .nav-link {
    color: black;
}

#navbarOffcanvas {
    width: 100%;
    /* height: 100vh; */
    min-height: 100dvh;
    overflow-x: hidden;
}

.offcanvas-body {
    /* position: relative; */
    padding: 5px 0px;
}

.offcanvas-body .nav-link {
    padding: 15px 13px;
    font-weight: 500;
    flex: 1;
    color: black;
}

.offcanvas-body a.nav-link {
    /* margin-bottom: 10px; */
    border-bottom: 1px solid lightgray;
}

.offcanvas-body .nav-link.active {
    background-color: #49a649;
    color: white;
}

.nav-tabs .nav-link.active {
    border-radius: 8px;
}

#watermelonOffcanvas {
    min-height: 100%;
    height: 100%;
    background-color: red;
    position: fixed;
    left: 100%;
    transition: all ease-in 0.2s;
    display: none;
}

#watermelonOffcanvas.active {
    left: 0;
    display: block;
}

.w-tab-div {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    /* display: none; */
    background: white;
    z-index: 9;
    min-height: 100%;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    animation: slideIn 0.6s forwards;
}

.w-tab-div ul li {
    padding: 5px 0px;
    margin-bottom: 0.5rem;
}

ul#mobile_menu {
    /* position: absolute; */
    left: 100%;
    top: 0px;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    /* border-top: 1px solid #f4f4f4; */
    background: #ffffff;
}

ul#mobile_menu iconify-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    font-size: 24px;
}

ul#mobile_menu .mobile_menu_back iconify-icon {
    width: max-content;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

ul#mobile_menu .mobile_menu_back {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 16px 13px;
}

ul#mobile_menu .mobile_menu_back span {
    margin-left: auto;
    padding: 0;
    font-weight: 700;
}

ul#mobile_menu .mobile_menu_back div {
    padding-left: 15px;
}

ul#mobile_menu a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 10px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #000000;
}

ul#mobile_menu span {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #000000;
}

ul#mobile_menu a:hover {
    background-color: #e6e6e69c;
}

#mobile_menu span:hover {
    background-color: #e6e6e600;
}

#mobile_menu .sub_sub_menu span {
    padding: 16px 13px;
}

#mobile_menu .sub_sub_menu span:hover {
    background-color: #e6e6e69c;
}

#mobile_menu .sub_sub_menu > ul {
    position: absolute;
    width: 100%;
    left: 100%;
    z-index: 2;
    top: 0;
    bottom: 0;
    background-color: #fafafa;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}

#mobile_menu .sub_sub_menu > ul.open {
    left: 0;
    height: 115dvh;
    overflow-y: auto;
}

/* li.has-dropdown {
padding: 3px 10px;
font-weight: 500;
  color: black;
} */

#mobile_menu .submenu {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0;
    background-color: #fafafa;
    left: 200%;
    z-index: 1;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}

#mobile_menu .submenu.open {
    left: 0;
    overflow: hidden;
    overflow-y: auto;
}

#mobile_menu .submenu li {
    border-bottom: 1px solid lightgrey;
}

.mobile_menu_back span {
    color: var(--brand-color-dark) !important;
}

#mobile_menu .has_submenu {
    padding: 10px 3px;
    border-bottom: 1px solid lightgrey;
}

#mobile_menu .has_submenu:hover {
    background: #e6e6e69c;
}

.tab-list-parent {
    background: var(--brand-color);
    /* border-radius: var(--border-radius); */
    flex: 0 0 220px;
}

.tab-list-parent button + button {
    margin-top: 0px;
}

.tab-list-parent button:hover {
    background: var(--yellow);
    border-radius: 0.375rem;
    font-weight: 700;
    color: var(--brand-color-dark) !important;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}

.tab-content {
    flex-grow: 1;
    padding: 10px;
}

/* #mobile_menu .submenu > */

@keyframes slideIn {
    0% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}

@keyframes rtl {
    0% {
        transform: translateX(25%);
        -webkit-transform: translateX(25%);
        -moz-transform: translateX(25%);
        -ms-transform: translateX(25%);
        -o-transform: translateX(25%);
    }

    100% {
        transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%);
    }
}

@keyframes slideOut {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

.product-img-parent {
    /* background-image: url("/web/assets/images/products/product-card/watermelon.webp"); */
    background-repeat: no-repeat;
    background-size: 73%;
    background-position: center;
    width: 100px;
    margin: 0 auto;
    aspect-ratio: 1;
    border-radius: 50%;
}

.dropdown-hover:hover > .dropdown-menu {
    border-radius: 0;
    display: inline-block;
    animation: bounceUp 0.5s cubic-bezier(0.7, 0.53, 1, 1) forwards;
    -webkit-animation: bounceUp 0.5s cubic-bezier(0.7, 0.53, 1, 1) forwards;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

@keyframes bounceUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
    }

    50% {
        opacity: 0.5;
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

.dropdown-hover > .dropdown-toggle:active {
    /* Without this, clicking will make it sticky */
    pointer-events: none;
    animation: all 0.3s ease-in-out;
    -webkit-animation: all 0.3s ease-in-out;
}

.nav-item {
    animation: all 0.3s ease-in-out;
    -webkit-animation: all 0.3s ease-in-out;
}

/* Hide the dropdown menu when hovering outside of the parent item */
.nav-item:not(:hover) .dropdown-menu {
    display: none;
}

.nav-item:not(:hover) .nav-link.dropdown-toggle.active {
    /* color: #0000008c; */
    border-bottom: 0px solid var(--brand-color-dark);
    font-weight: 700;
    /* background-color: #fff; */
    border-radius: 0;
}

.nav-item:hover .nav-link.dropdown-toggle {
    /* color: #0000008c; */
    /* border-bottom: 3.5px solid var(--brand-color-dark); */
    font-weight: 700;
    /* background-color: #fff; */
    border-radius: 0;
}

/* FOOTER */

.footer {
    /* position: absolute; */
    /* bottom: 0; */
    background-image: url("/web/assets/images/footerBg.webp");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    color: #e8e8e8;
}

.footer-heading {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    text-align: start;
}

.footer-nav-link > div > div::before {
    content: "";
    border-left: 3px solid var(--brand-color);
    padding-left: 10px;
}

.footer .contact-btn {
    background: #00a859;
    color: #ffffff;
    min-width: 170px;
    width: auto;
    font-weight: 600;
    font-size: clamp(1rem, 0.9736rem + 0.1514vw, 1.125rem);
}

.footer .hr,
#vendorForm.hr,
.hr {
    border-bottom: 2px solid #d2d2d2;
    padding: 10px 0px 15px 0px;
}

.footer-nav-link > div > div {
    /* margin-top: 20px; */
}

/* OffscreenCanvas */

.footer-social-icons > div {
    width: initial;
}

.fold-device-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: start;
}

.fold-device-links a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.fold-device-links .flex {
    flex: 1 1 100%;
    align-self: stretch;
    font-size: 18px;
    font-weight: 600;
    padding-block: 5px;
}

.fold-device-links .flex + .flex {
    margin-top: 1.5rem;
}

.addresses ul li:first-of-type {
    margin-bottom: 10px;
}

.addresses ul li:first-of-type::after {
    /* content: ""; */
    display: block;
    /* width: 90px; */
    /* border-bottom: 3px solid var(--brand-color); */
    margin-bottom: 10px;
    margin-top: 5px;
}

.addresses a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.flag-bb {
    position: relative;
}

.flag-bb::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 130px;
    height: 3px;
    background-color: var(--brand-color);
    /* Change color as needed */
}

/* Single Product  */

.products__container {
    background: #f9f4ef;
}

.product__container {
    padding: 0px 0px;
    /* background: radial-gradient(circle, #003f7a 0, #003260 50%, #00203e 100%); */
    overflow: hidden;
}

.product-img__container {
    position: relative;
    min-height: 380px;
    overflow: hidden;
}

.toggle_div {
    color: #001324;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: -38px;
    right: 0px;
    z-index: 4;
    cursor: pointer;
}

iconify-icon.toggle {
    height: 25px;
    width: 25px;
    background: #ffffff;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.toggle_text_wrapper span {
    animation: slide_up 1s;
}

@keyframes slide_up {
    0% {
        transform: translateY(0%);
    }

    25% {
        transform: translateY(25%);
    }

    50% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(100%);
    }
}

.product-img__container img {
    max-width: -webkit-fill-available;
    overflow: hidden;
}

.img__wrapper img {
    max-width: 230px;
}

.product__image1 {
    position: absolute;
    left: 50%;
    transform: translate(-69%, 17%);
    z-index: 3;
}

.product__image2 {
    position: absolute;
    left: 50%;
    transform: translate(-30%, 3%);
    z-index: 2;
}

.product__circle {
    background-color: #c1c1c1;
    border-radius: 50%;
    display: block;
    opacity: 0.3;
    position: absolute;
    top: 100%;
    width: calc(100% - 50px);
    margin: 0px 25px;
    transform: translate(0%, -50%);
    z-index: 0;
}

.product__circle::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/* .product__header {
} */

.col__title {
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

.col__title span {
}

.product__description {
    /* max-width: 500px; */
    width: 100%;
}

.product__tag {
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px;
    margin-top: 10px;
}

.product__icons {
}

.product__icons-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* opacity: 0; */
    /* transform: translateY(50px); */
    /* transition: 1.25s cubic-bezier(.34,.7,.27,1); */
}

.product__icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 5px;
}

.product__icon + .product__icon {
    /* content: ""; */
    border-left: 1px solid var(--brand-color);
}

.product__icon-image {
    width: 35px;
    margin-bottom: 5px;
}

.product_detail {
    height: 100%;
    width: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1e1e1f;
    transition: 0.5s;
    padding: 0px;
    overflow: hidden;
    z-index: 3;
    opacity: 0;
}

.product_detail.active img {
    opacity: 0;
    padding-top: 30px;
    transition: all 1s;
}

.product_detail img {
    opacity: 1;
    transition: all 2s forwards;
}

.product_detail.active {
    width: 350px;
    padding: 50px;
    opacity: 1;
    transition: all 2s forwards;
}

#newsletterForm {
    display: flex;
    background: var(--brand-color-dark);
    align-items: center;
    border: 2px solid #ffffff;
    border-radius: var(--border-radius);
    padding-right: 0px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.newsletter p:first-child {
    margin-bottom: 5px;
    font-size: clamp(1.125rem, 1.0194rem + 0.6056vw, 1.625rem);
}

#newsletterForm #email {
    position: relative;
    flex: 1 1 100%;
    padding: 12px 0 12px 16px;
    padding: 0.7em 0.3em 0.7em 0.7em;
    font-size: 16px;
    border-radius: var(--border-radius);
    background: var(--brand-color-dark);
    color: #ffffff;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

input::placeholder {
    color: #ffffff80;
}

#newsletterForm span {
    display: block;
}

.submit-btn {
    /*padding: 10px 16px;
  */
    padding: 0.7em 1.562em;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    background-color: var(--yellow);
    transition: all 0.15s ease-in;
    color: var(--brand-color-dark);
    width: auto;
    /*min-width: 170px;
  */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
}

.submit_btn {
    min-width: 170px;
    width: auto;
    background-color: var(--yellow) !important;
    border-radius: 0.375rem;
    padding: 0.6em 1.5em;
    color: var(--brand-color-dark) !important;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}

.submit_btn:hover,
.submit_btn:active,
.submit_btn:focus {
    background-color: var(--yellow) !important;
    padding: 0.6em 1.5em;
    color: var(--brand-color-dark) !important;
    /* outline: 2px solid black; */
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 4px, rgba(0, 0, 0, 0.23) 0px 3px 4px;
    opacity: 1;
}

.error {
    font-size: 14px;
    display: none;
}

/* Index Banner */
.index_banner {
    /* background-image: url("/web/assets/images/index_banner/banner_page.png"); */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* height: 100vh; */
    overflow: hidden;
}

.abs-desc {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

/* .abs-desc>div {
  height: 100%;
} */

.abs-desc > div > div {
    height: 100% !important;
}

.img-pos {
    background: rgb(230 255 235 / 20%);
    backdrop-filter: blur(3px);
    position: relative;
    overflow: hidden;
}

.img-pos img {
    position: absolute;
}

.img-1,
.img-2,
.img-3 {
    width: 400px;
    height: 400px;
    pointer-events: none;
}

.img-2 {
    right: 0%;
    transform: translateX(60%);
    bottom: 25%;
}

.img-3 {
    right: 30%;
    bottom: 0%;
}

.banner_slider {
    height: 100vh;
}

.owl-banner-slider {
    position: absolute;
    bottom: 0px;
    width: inherit;
    height: 100vh;
}

.owl-banner-slider .owl-stage-outer,
.owl-banner-slider .owl-stage,
.owl-banner-slider .owl-item,
.owl-banner-slider .banner-item,
.owl-banner-slider .owl-item img {
    height: 100%;
}

.banner-item img {
    /* width: 50% !important; */
}

.owl-banner-slider .owl-dots {
    position: absolute;
    bottom: 90px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.owl-banner-slider .owl-dot {
    height: 10px;
    padding: 0;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.owl-banner-slider .owl-dot + .owl-dot {
    margin-left: 10px;
}

.owl-banner-slider .owl-dot.active {
    /* background-color: var(--brand-color); */
    width: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.glass-btn {
    text-wrap: nowrap;
    padding: 0.7em 1.562em;
    text-decoration: none;
    border-radius: var(--border-radius);
    min-width: 170px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--brand-color-dark);
    border: none;
    backdrop-filter: blur(15px);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.glass-btn:nth-child(1) {
    background-color: var(--yellow);
    color: var(--brand-color-dark);
    font-weight: 700;
    transition-duration: 0.2s;
}

.glass-btn:nth-child(1):hover {
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 10px 0px;
}

.brand-darkBorder-1 {
    border: 1px solid var(--brand-color-dark);
}

.brand-dark,
.brand-dark:hover,
.brand-dark:visited,
.brand-dark:active {
    color: var(--brand-color-dark);
}

.glass-btn:nth-child(2) {
    background-color: transparent;
    color: var(--brand-color-dark);
    font-weight: 700;
    transition-duration: 0.2s;
}

.glass-btn:nth-child(2):hover {
    box-shadow: 0px 0px 5px 0px rgb(156, 160, 156);
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 10px 0px;
}

.heading-desc {
    color: var(--brand-color-dark);
}

.heading {
    color: var(--brand-color-dark);
    line-height: normal;
}

.heading-desc {
    font-size: 20px;
    font-weight: 500;
}

@keyframes rotating {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
}

.whiteYellowBox {
    width: clamp(1.875rem, 0.7813rem + 6.25vw, 6.25rem);
}

.sumDiv {
    width: 70px;
    aspect-ratio: 1;
    position: absolute;
    left: 50%;
    z-index: 5;
    bottom: 5vh;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* .leafImg {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.leafImg {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.abs-desc .rotate:hover {
    animation: rotating 10s linear infinite running;
    -webkit-animation: rotating 10s linear infinite running;
}

.keepRotate {
    width: 90px;
    left: 50%;
    bottom: 0%;
    position: absolute;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    animation: rotating 10s linear infinite;
    -webkit-animation: rotating 10s linear infinite;
    animation-play-state: running;
}

/* .sumDiv .rotate {
  width: 90px;
  left: 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 5px #343434;
  bottom: 0%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
} */
.sumDiv .rotate {
    width: 90px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #343434;
    bottom: 0%;
    /* z-index: 5; */
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product_slider-swiper {
    height: 70%;
    width: 50%;
}

.product_slider-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product_slider-swiper .swiper-slide img {
    object-fit: cover;
    height: 50%;
}

.swiper-button-prev {
    color: var(--brand-color);
    left: 0;
}

.swiper-button-next {
    color: var(--brand-color);
    right: 0;
}

.product_slider-swiper [class^="swiper-button-"]::after {
    font-size: 30px;
}

.swiper-pagination-bullet {
    background-color: var(--brand-color);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15%;
}

/* Product slider swiper */
.product-slider {
    padding-block: 20px;
}

.owl-product-slider .product-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.owl-product-slider .product-item img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
}

.owl-product-slider .product-item p {
    color: var(--brand-color-dark);
    font-weight: 700;
}

.owl-product-slider .owl-dots {
    display: none;
}

/* CONTACT US PAGE  */

.contact-map {
    height: calc(100% + 55px);
    width: 100%;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.contact_area > div > * {
    margin-top: 10px;
}

#g-mapdisplay img {
    max-width: none !important;
    background: none !important;
    font-size: inherit;
    font-weight: inherit;
}

.contact-lists li + li {
    margin-top: 10px;
}

.loc-block_parent {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.loc-block {
    flex: 1 0 min(280px, 100%);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 9px;
    background-color: rgba(248, 248, 248, 0.817);
}

.loc-block > a > * {
    margin-top: 10px;
}

.loc-block > * {
    margin-top: 10px;
}

.circle-info {
    position: relative;
    background: var(--brand-color-dark);
}

.circ-animated-div {
    max-height: 500px;
    min-height: 450px;
}

.round-image-1,
.round-image-2,
.round-image-3,
.round-image-4 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.round-image-1 {
    background-image: url("/web/assets/images/product_circle/circle-images-01.webp");
}

.round-image-2 {
    background-image: url("/web/assets/images/product_circle/circle-images-4-01.webp");
}

.round-image-3 {
    background-image: url("/web/assets/images/product_circle/circle-images-3-01.webp");
}

.round-image-4 {
    background-image: url("/web/assets/images/product_circle/circle-images-2-01.webp");
}

.section-heading,
.section-para {
    color: #132f3a;
}

.circle-info .row:nth-child(2) {
    height: 55vh;
}

.circle-info .circ-small-image {
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 100px #f9b75d;
    transform: translate(-50%, -50%) rotate(0.001deg);
    width: 60%;
    max-width: 250px;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: var(--animation-circ);
    overflow: hidden;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0.001deg);
    -moz-transform: translate(-50%, -50%) rotate(0.001deg);
    -ms-transform: translate(-50%, -50%) rotate(0.001deg);
    -o-transform: translate(-50%, -50%) rotate(0.001deg);
}

.circle-info .circ-big-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0.001deg);
    width: 90%;
    max-width: 360px;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: var(--animation-circ);
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.circle-info .circ-big-image img {
    background: #00a85a80;
}

.circle-info .anime.active0 .circ-big-image {
    transform: translate(-50%, -50%) rotate(0deg);
}

.circle-info .circ-big-image-overlay {
    opacity: 0;
    transition: var(--animation-circ);
    border-radius: 100em;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.circle-info .circ-small-image-overlay {
    opacity: 0;
    transition: var(--animation-circ);
    border-radius: 100em;
}

.circle-info .anime.active0 .circ-big-image-overlay:nth-child(1) {
    opacity: 1;
    /*transform: scale(1);*/
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

.circle-info .anime.active0 .circ-small-image-overlay:nth-child(1) {
    opacity: 1;
    /*transform: scale(1);*/
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

.circle-info .anime .circ-big-image-overlay:nth-child(1) {
    transform: rotate(90deg) scale(1);
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    -ms-transform: rotate(90deg) scale(1);
    -o-transform: rotate(90deg) scale(1);
}

.circle-info .anime .circ-small-image-overlay:nth-child(1) {
    transform: rotate(-90deg) scale(1);
    -webkit-transform: rotate(-90deg) scale(1);
    -moz-transform: rotate(-90deg) scale(1);
    -ms-transform: rotate(-90deg) scale(1);
    -o-transform: rotate(-90deg) scale(1);
}

.circle-info .anime .circ-big-image-overlay:nth-child(2) {
    transform: rotate(180deg) scale(1);
    -webkit-transform: rotate(180deg) scale(1);
    -moz-transform: rotate(180deg) scale(1);
    -ms-transform: rotate(180deg) scale(1);
    -o-transform: rotate(180deg) scale(1);
}

.circle-info .anime .circ-small-image-overlay:nth-child(2) {
    transform: rotate(-180deg) scale(1);
    -webkit-transform: rotate(-180deg) scale(1);
    -moz-transform: rotate(-180deg) scale(1);
    -ms-transform: rotate(-180deg) scale(1);
    -o-transform: rotate(-180deg) scale(1);
}

.circle-info .anime.active1 .circ-big-image-overlay:nth-child(2) {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

.circle-info .anime.active1 .circ-small-image-overlay:nth-child(2) {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

.circle-info .anime.active2 .circ-big-image-overlay:nth-child(3) {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

.circle-info .anime.active2 .circ-small-image-overlay:nth-child(3) {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

.circle-info .anime .circ-big-image-overlay:nth-child(3) {
    transform: rotate(270deg) scale(1);
    -webkit-transform: rotate(270deg) scale(1);
    -moz-transform: rotate(270deg) scale(1);
    -ms-transform: rotate(270deg) scale(1);
    -o-transform: rotate(270deg) scale(1);
}

.circle-info .anime .circ-small-image-overlay:nth-child(3) {
    transform: rotate(-270deg) scale(1);
    -webkit-transform: rotate(-270deg) scale(1);
    -moz-transform: rotate(-270deg) scale(1);
    -ms-transform: rotate(-270deg) scale(1);
    -o-transform: rotate(-270deg) scale(1);
}

.circle-info .anime.active3 .circ-small-image-overlay:nth-child(4) {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

.circle-info .anime.active3 .circ-big-image-overlay:nth-child(4) {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

.circle-info .anime .circ-big-image-overlay:nth-child(4) {
    transform: rotate(180deg) scale(1);
}

.circle-info .anime .circ-small-image-overlay:nth-child(4) {
    transform: rotate(-180deg) scale(1);
    -webkit-transform: rotate(-180deg) scale(1);
    -moz-transform: rotate(-180deg) scale(1);
    -ms-transform: rotate(-180deg) scale(1);
    -o-transform: rotate(-180deg) scale(1);
}

.text-blocks {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.text-block {
    width: 350px;
    position: absolute;
    width: min(48%, 25em);
    /* padding: 10px; */
    /* scale: 0.85; */
    transition: var(--animation-circ);
    -webkit-transition: var(--animation-circ);
    -moz-transition: var(--animation-circ);
    -ms-transition: var(--animation-circ);
    -o-transition: var(--animation-circ);
}

.circle-info .text-block .desc {
    /* letter-spacing: 2px; */
    text-align: center;
    transform: translate(0, 0) scale(0.9) rotate(0.001deg);
    transition: var(--animation-circ);
    -webkit-transform: translate(0, 0) scale(0.9) rotate(0.001deg);
    -moz-transform: translate(0, 0) scale(0.9) rotate(0.001deg);
    -ms-transform: translate(0, 0) scale(0.9) rotate(0.001deg);
    -o-transform: translate(0, 0) scale(0.9) rotate(0.001deg);
}

.circle-info .text-block p {
    font-size: 20px;
    font-weight: 600;
}

.circle-info .anime.active0 .text-block:nth-child(1) .desc,
.circle-info .anime.active1 .text-block:nth-child(2) .desc,
.circle-info .anime.active2 .text-block:nth-child(3) .desc,
.circle-info .anime.active3 .text-block:nth-child(4) .desc {
    transition: var(--animation-circ);
    transform: translate(0, 0) rotate(0.001deg);
    -webkit-transform: translate(0, 0) rotate(0.001deg);
    -moz-transform: translate(0, 0) rotate(0.001deg);
    -ms-transform: translate(0, 0) rotate(0.001deg);
    -o-transform: translate(0, 0) rotate(0.001deg);
    -webkit-transition: var(--animation-circ);
    -moz-transition: var(--animation-circ);
    -ms-transition: var(--animation-circ);
    -o-transition: var(--animation-circ);
    font-weight: 600;
}

.circle-info .anime .text-block:nth-child(1) .desc h4,
.circle-info .anime .text-block:nth-child(2) .desc h4,
.circle-info .anime .text-block:nth-child(3) .desc h4,
.circle-info .anime .text-block:nth-child(4) .desc h4 {
    color: #ffffff;
    transition: var(--animation-circ);
    -webkit-transition: var(--animation-circ);
    -moz-transition: var(--animation-circ);
    -ms-transition: var(--animation-circ);
    -o-transition: var(--animation-circ);
}

.circle-info .anime.active0 .text-block:nth-child(1) .desc h4,
.circle-info .anime.active1 .text-block:nth-child(2) .desc h4,
.circle-info .anime.active2 .text-block:nth-child(3) .desc h4,
.circle-info .anime.active3 .text-block:nth-child(4) .desc h4 {
    color: #ffffff;
    font-weight: 700;
    /* text-shadow: 0 3px 3px #00000096; */
}

.circle-info .anime .text-block:nth-child(1) .desc p,
.circle-info .anime .text-block:nth-child(2) .desc p,
.circle-info .anime .text-block:nth-child(3) .desc p,
.circle-info .anime .text-block:nth-child(4) .desc p {
    color: #ffffff;
    text-align: center;
    transition: var(--animation-circ);
    -webkit-transition: var(--animation-circ);
    -moz-transition: var(--animation-circ);
    -ms-transition: var(--animation-circ);
    -o-transition: var(--animation-circ);
}

.circle-info .anime.active0 .text-block:nth-child(1) .desc p,
.circle-info .anime.active1 .text-block:nth-child(2) .desc p,
.circle-info .anime.active2 .text-block:nth-child(3) .desc p,
.circle-info .anime.active3 .text-block:nth-child(4) .desc p {
    color: var(--yellow);
    /* text-shadow: 0 3px 3px #00000096; */
}

.text-block:nth-of-type(2) {
    left: auto;
    right: 0;
}

.text-block:nth-of-type(3) {
    right: auto;
    bottom: 0;
}

.text-block:nth-of-type(4) {
    right: 0;
    bottom: 0;
}

/* why choose africasia section */

.why-choose .choose-card {
    background: transparent;
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

.why-choose .choose-card .card-body {
    padding-inline: 20px;
}

.why-choose .choose-card .card-body .cardTitle {
    margin-block: 6px;
}

.why-choose .choose-card .card-body p,
.why-choose .choose-card .card-body .cardTitle {
    text-align: center;
}

/* Blogs container  */
.blogs_container .row:nth-child(1) {
    position: relative;
}

.blog_card {
    border: 1px solid rgba(202, 202, 202, 0.37);
    padding: 15px;
    border-radius: calc(var(--border-radius) * 2);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: calc(var(--border-radius) * 2);
    -moz-border-radius: calc(var(--border-radius) * 2);
    -ms-border-radius: calc(var(--border-radius) * 2);
    -o-border-radius: calc(var(--border-radius) * 2);
}

.blog_card:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.view_all_btn {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translate(0px, -50%);
    width: fit-content;
    min-width: 170px;
    border-radius: var(--border-radius);
    cursor: pointer;
    background-color: #f0f0f0;
    right: 0;
    font-weight: 700;
    /* padding: 10px 25px; */
    padding: 0.7em 1.562em;

    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    -moz-transition: 0.25s ease-in;
    -ms-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
}

.view_all_btn:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 10px 0px;
    font-weight: 700;
}

.blog_pic {
    min-height: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: calc(var(--border-radius) * 2);
    -webkit-border-radius: calc(var(--border-radius) * 2);
    -moz-border-radius: calc(var(--border-radius) * 2);
    -ms-border-radius: calc(var(--border-radius) * 2);
    -o-border-radius: calc(var(--border-radius) * 2);
}

.blog_pic_img {
    object-fit: cover;
}

.blog_card .card-title {
    color: #1e1e1fe4;
}

.blog_footer {
    display: flex;
    justify-content: space-between;
    color: rgb(112, 112, 112);
    margin-top: 10px;
}

/* ABOUT US  */

.about_us {
    background-color: var(--brand-color-dark);
    /* min-height: 85vh; */
    height: auto;
}

.about_us_bg {
    width: 50%;
    z-index: 0;
    pointer-events: none;
}

.about-us_div {
    border-radius: 5px;
    /* overflow: hidden; */
    max-height: 500px;
    min-height: 500px;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.about-us_div img {
    min-height: inherit;
}

.about-us_div::before,
.about-us_div::after {
    content: "";
    display: block;
    height: 10px;
    width: 33%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: var(--yellow);
    z-index: 999;
    position: absolute;
}

.about-us_div::before {
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.about-us_div::after {
    transform: translate(-50%, -400%) rotate(-90deg);
    -webkit-transform: translate(-50%, -400%) rotate(-90deg);
    -moz-transform: translate(-50%, -400%) rotate(-90deg);
    -ms-transform: translate(-50%, -400%) rotate(-90deg);
    -o-transform: translate(-50%, -400%) rotate(-90deg);
    top: 80%;
}

.img-value {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* width: max-content; */
    width: 260px;
    background: var(--brand-color);
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    align-self: center;
    overflow: hidden !important;
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 4px, rgba(0, 0, 0, 0.23) 0px 3px 4px;
}

.img-value span,
.value span {
    flex-grow: 1;
    font-weight: 700;
    font-size: 26px;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 10px;
}

.value h3 {
    flex-grow: 1;
    font-weight: 600;
    font-size: 22px;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 10px;
}

.col_title_container {
}

.col_title {
    font-weight: 600;
}

.col_subtitle_container {
}

.col_subtitle {
    display: block;
    /* max-width: 500px; */
    width: auto;
}

.bb-2 {
    border-bottom: 2px solid #ffffff;
}

.sub-head {
    color: var(--yellow);
    font-size: 20px;
    display: block;
}

.value_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px 100px;
    grid-template-areas:
        ". ."
        ". .";
}

.value {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.about-us_svg {
    width: 40px;
}

.img-value > div {
    border-left: 1px solid #ffffff35;
    padding-left: 15px;
}

.about-us_svg-right {
    width: 45px;
}

.icon-container {
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--brand-color);
    border: 2px solid #ffffff5e;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 4px, rgba(0, 0, 0, 0.23) 0px 3px 4px;
}

.value:hover .icon-container {
    border: 2px solid rgba(247, 195, 95, 0.5);
    /* cursor: pointer !important; */
}

.abt_video {
    background-image: url("/web/assets/images/video_bg.webp");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.play {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

@keyframes ripple-block {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }
}

.ripple-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ripple-block {
    /* display: block; */
    padding: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ripple-block::after {
    display: block;
    padding: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ripple-block::after {
    position: absolute;
    top: 0;
    content: "";
    z-index: 0;
    animation: ripple-block 1.5s ease 0s infinite;
    -webkit-animation: ripple-block 1.5s ease 0s infinite;
}

.play-text {
    font-family: "johnstown Demo", Nunito Sans;
    color: var(--yellow);
    display: inline;
}

.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: transform 0s linear 0s;
    transition: transform 0s linear 0s;
    /*usingflexboxforverticalcentering*/
    /*Flexboxdisplay*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /*Verticalalignment*/
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform: translate(500%, 0%);
    -ms-transform: translate(500%, 0%);
    -o-transform: translate(500%, 0%);
    -moz-transition: transform 0s linear 0s;
    -ms-transition: transform 0s linear 0s;
    -o-transition: transform 0s linear 0s;
}

.video-modal .overlay {
    z-index: 0;
    background: #000000a3;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;

    margin: 0 auto;

    overflow-y: visible;

    background: #000000;

    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
    /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
        /* 16:9 calc */
    }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}

/* modal close button */
.close-video-modal {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;

    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    background: #000000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1;

    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

/* Our Story */
.our_story {
    background-color: var(--brand-color-dark);
}

.timeline {
    padding-bottom: 3em;
}

.timeline h4 {
    width: 100%;
    margin: 0;
    padding: 0.8em 0;
    font-size: 1.15em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.timeline-carousel .owl-dots {
    padding: 1.6em 0 0;
    display: flex;
    justify-content: center;
}

.owl-dot {
    width: 10px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.timeline-carousel .owl-dot + .owl-dot {
    margin-left: 10px;
}

.owl-dot.active {
    background-color: var(--yellow);
}

.owl-item {
    height: 100%;
    position: relative;
}

.owl-item__inner {
    padding: 0 0.9375em;
    position: relative;
    z-index: 1;
    min-height: 270px;
    max-height: 270px;
    overflow: hidden;
    border-bottom: 2px solid #ffffff;
}

.owl-item__inner::after {
    /* content: "";
  height: 5px;
  width: 5px;
  background:#ffffff;
  display: block; */
}

.date-wrap {
    /* float: left; */
    height: 100%;
    width: 30%;
    font-size: 16px;
    text-align: center;
}

.date-wrap .date {
    display: inline-block;
    /* height: 0.9em; */
    /* width: 0.9em; */
    /* padding: 1em; */
    /* background-color: #fff; */
    /* border: 3px solid var(--brand-color); */
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.3em;
    letter-spacing: -2px;
    text-indent: -0.6em;
    line-height: 0;
}

.date-wrap .date:after {
    content: "";
    position: absolute;
    top: 2.15em;
    bottom: 0;
    left: 0%;
    z-index: 0;
    border-left: 2px solid #ffffff;
}

.owl-item__inner .text-wrap {
    float: left;
    width: 90%;
    padding: 1em 0.9375em 3em;
}

.text-wrap ul {
    margin: 0;
    padding: 0;
}

.text-wrap li {
    list-style-type: none;
}

.breadcrumb {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.breadcrumb a {
    color: var(--yellow);
    font-weight: 600;
}

a.notranslate {
    -ms-user-select: none;
    user-select: none;
}

.breadcrumb-item a:hover {
    color: var(--yellow);
}

/*------------------------------------*\ :: Owl Specific Styles \*------------------------------------*/

/* .owl-buttons {
  width: 100%;
  position: absolute;
  top: -2.35em;
  overflow: hidden;
} */

/* .owl-buttons .owl-prev,
.owl-buttons .owl-next {
  width: 0;
  height: 0;
} */

/* .owl-buttons .owl-prev {
  float: left;
  margin-left: 38%;
  text-indent: 9999px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 11px solid #2273ba;
} */

/* @media (max-width: 1024px) {
  .owl-buttons .owl-prev {
    margin-left: 35%;
  }
}

@media (max-width: 850px) {
  .owl-buttons .owl-prev {
    margin-left: 30%;
  }
}

@media (max-width: 640px) {
  .owl-buttons .owl-prev {
    margin-left: 25%;
  }
}

@media (max-width: 500px) {
  .owl-buttons .owl-prev {
    margin-left: 15%;
  }
}

@media (max-width: 400px) {
  .owl-buttons .owl-prev {
    margin-left: 10%;
  }
}

.owl-buttons .owl-next {
  float: right;
  margin-right: 38%;
  text-indent: -9999px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid #2273ba;
}

@media (max-width: 1024px) {
  .owl-buttons .owl-next {
    margin-right: 35%;
  }
}

@media (max-width: 850px) {
  .owl-buttons .owl-next {
    margin-right: 30%;
  }
}

@media (max-width: 640px) {
  .owl-buttons .owl-next {
    margin-right: 25%;
  }
}

@media (max-width: 500px) {
  .owl-buttons .owl-next {
    margin-right: 15%;
  }
}

@media (max-width: 400px) {
  .owl-buttons .owl-next {
    margin-right: 10%;
  }
}

.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: -2.7em;
  text-align: center;
}

@media (max-width: 640px) {
  .owl-pagination {
    display: none;
  }
}

.owl-pagination .owl-page {
  display: inline-block;
  margin: 0 10px;
}

.owl-pagination .owl-page span {
  display: block;
  height: 0.95em;
  width: 0.95em;
  box-shadow: inset 0px 0px 0px 2px #2bb591;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 300ms;
}

.owl-pagination .owl-page:hover span,
.owl-pagination .owl-page.active span {
  background-color: #2bb591;
} */

/* Team section  */
.team_container {
    background-color: var(--brand-color-dark);
}

.container .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.tm_view_all_parent {
}

.tm_view_all {
    position: absolute;
}

.team-member {
    margin: 0;
    position: relative;
    width: 100%;
    padding-block: 0;
    max-width: 400px;
    margin: auto;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.team-member-img {
    width: 100%;
    aspect-ratio: 1;
}

.team-member .content-overlay {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--yellow);
    border-radius: var(--border-radius);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.team-member:hover .content-overlay {
    opacity: 1;
}

.team-member:hover {
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.team-member2 {
    backdrop-filter: brightness(0.8);
    border-radius: 8px;
}

/* .team-member2:hover .content-details2-div,
.team-member2:hover .team-member2-card {
    display: block;
    backdrop-filter: brightness(0.8);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
} */

.content-image2-div {
    padding: 5%;
    aspect-ratio: 1;
    overflow: hidden;
    background-color: #ffffff;
    min-width: 225px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.content-title2 {
    color: var(--yellow);
    font-weight: 500;
    margin-bottom: 0.5em;
    font-size: 0.625em;
}

.content-name2 {
    color: #fff;
    font-size: 1em;
    /* margin-bottom: 0.25em; */
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.content-number2 {
    color: #fff;
    font-size: 1em;
    display: inline-flex;
    width: 100%;
}

.content-number2:hover {
    text-decoration: underline;
    color: #fff;
}

.member_desc2 {
    max-height: 100px;
    overflow: auto;
    color: #d2d2d2;
}

.content-details2-div {
    padding: 1em 0.625em;
    /* opacity: 1; */
    /* display: none; */
    display: block;
    backdrop-filter: brightness(0.8);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.content-image2 {
    height: 100%;
    object-fit: contain;
    width: -webkit-fill-available;
    border-radius: 5px;
}

.content-image {
    width: 100%;
    aspect-ratio: inherit;
    object-fit: cover;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.content-details {
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-member:hover .content-details {
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-block: 15px;
    backdrop-filter: brightness(0.9);
    -webkit-backdrop-filter: brightness(0.9);
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.content-details span {
    color: var(--yellow);
    font-weight: 500;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 0.625em;
}

.content-details p {
    color: #fff;
    font-size: 1em;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.content-details .member_desc {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    overflow: auto;
    flex: 1;
}

.fadeIn-bottom {
    top: 100%;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

/* Section Gap */

.section-gap {
    height: 60px;
    overflow-x: clip;
}

/* Why Africasia */

.why_africasia {
    background-color: var(--brand-color-dark);
}

.why_africasia_svg2,
.why_africasia_svg1 {
    object-fit: contain;
    height: 90%;
    pointer-events: none;
}

.right_description {
    padding-inline: 3%;
    margin-inline: auto;
    margin-top: 6%;
    padding-right: 10%;
}

.right_description-list {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}

.svg_container {
    padding: 17px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid;
    border: 2px solid #ffffff5e;
    /* flex-basis: 100px;
  width: 100px; */
    flex: 1 0 80px;
}

.svg_container img {
    width: 60px;
}

.l-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.l-item:hover .about-us_svg-right {
    border: 2px solid rgba(247, 195, 95, 0.5);
    /* cursor: pointer !important; */
}

/* Get In Touch Section */

.get_in_touch {
    background-color: var(--brand-color-dark);
    background-image: url("/web/assets/images/gitBg.webp");
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}

.contact_info_container {
}

.contact_info a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.list-head {
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    gap: 10px;
}

form {
}

#enquiryContactForm #dcountry {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* max-width: 65px; */
    width: 100%;
    height: 100%;
    border: 1px solid #ced4da;
    background-color: rgb(255, 255, 255);
    color: black;
}

#enquiryContactForm #dcountry option {
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

/* Add some padding to the option text to make space for the flag icon */
#enquiryContactForm #dcountry option {
    padding-right: 30px;
}

#enquiryContactForm #dcountry:focus,
#enquiryContactForm #dcountry:focus-within {
    border: 1.5px solid #e5e5e5;
    background-color: white;
    color: #000000;
    outline: none;
    box-shadow: none;
}

#registrationForm #ccountry {
    /* max-width: 70px; */
    width: 100%;
    height: 100%;
    background-color: var(--brand-color-dark);
    color: white;
}

#registrationForm #ccountry:focus,
#registrationForm #ccountry:focus-within {
    border: 1.5px solid #ffffff;
    background-color: var(--brand-color-dark);
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.homemodalcountrywithnumber,.productmodalcountrywithnumber {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.countrywithnumber {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

#your-message {
    max-height: 140px;
    overflow: auto;
}

button[type="submit"] {
    background-color: var(--yellow);
    border-radius: var(--border-radius);
    padding: 0.6em 1.5em;
    color: var(--brand-color-dark);
    font-size: 16px;
    opacity: 0.9;
    font-weight: 700;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

button[type="submit"]:focus-visible,
button[type="submit"]:active {
    color: var(--brand-color-dark) !important;
    background-color: var(--yellow) !important;
    font-weight: 700;
    outline: 1px solid black;
}

button[type="submit"]:hover {
    background-color: var(--yellow);
    opacity: 1;
    font-weight: 700;
    color: var(--brand-color-dark);
}

.form-control {
    padding: 0.75em;
    font-size: 16px;
    border: 1.5px solid #ffffff;
    background-color: var(--brand-color-dark);
    color: #ffffff;
}

.form-control::placeholder {
    color: #ffffff80;
}

.form-control:focus {
    border: 1.5px solid #ffffff;
    background-color: var(--brand-color-dark);
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

/* Category Section  */

.category_section {
    background-color: var(--brand-color-dark);
    background-image: url("/web/assets/images/categoryBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: contain; */
    background-position: center center;
}

.yellow-btn {
    text-wrap: nowrap;
    padding: 0.7em 1.562em;
    text-decoration: none;
    border-radius: var(--border-radius);
    width: auto;
    min-width: 170px;
    border: 1.5px solid #ffffff;
    height: fit-content;
    background-color: var(--brand-color-dark);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.2s linear;
    cursor: pointer;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.yellow-btn {
    text-wrap: nowrap;
    padding: 0.7em 1.562em;
    text-decoration: none;
    border-radius: 8px;
    width: auto;
    min-width: 170px;
    height: fit-content;
    border: none;
    background-color: var(--yellow);
    color: var(--brand-color-dark);
    font-size: 16px;
    font-weight: 700;
    transition: all 0.2s linear;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.yellow-btn:focus {
    /* outline: 2px solid black; */
}

.yellow-btn:hover {
    color: var(--brand-color-dark);
    cursor: pointer;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 4px, rgba(0, 0, 0, 0.23) 0px 3px 4px;
}

.app-icon {
    opacity: 0.9;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.7) 0%,
        var(--brand-color) 50%
    );
    width: max-content;
    padding: 18px;
    transition: background 0.2s ease;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
}

.app-icon:hover {
    background: linear-gradient(
        0deg,
        rgb(45 45 45 / 70%) 0%,
        var(--brand-color) 60%
    );
}

.app-icon img {
    width: 30px;
    /* aspect-ratio: 1; */
}

.prod_card {
    max-width: 240px;
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    position: relative;
    display: block;
    /* margin-inline: auto; */
    /* min-width: 230px; */
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.prod_card:hover {
    box-shadow: 0 0 100px -20px var(--yellow);
}

.greenStar {
    position: absolute;
    top: 20px;
    right: 20px;
}

.seed {
    display: flex;
    flex-direction: column;
    margin-block: 30px;
}

.seed img {
    max-width: 50px;
    margin-bottom: 5px;
}

.seed p {
    color: var(--brand-color-dark);
    font-weight: 600;
}

.seed-bottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /* justify-content: center; */
    gap: 5px;
}

.seed-bottom span {
    font-size: 13px;
    margin-left: 5px;
    margin-right: auto;
    margin-inline: 5px;
    flex-grow: 1;
}

.seed-bottom iconify-icon:last-child {
    background: var(--brand-color-dark);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* .seed-bottom:hover{
  cursor: pointer;
} */

.cta-container {
    background: linear-gradient(
        270deg,
        rgba(11, 132, 92, 0.8) 0%,
        rgba(226, 175, 81, 0.9) 50%
    );
}

.cta-container p {
    font-family: "Johnstown Demo", Nunito Sans;
    font-size: 36px;
    /* padding: 0em 3em; */
    color: var(--brand-color-dark);
}

.testimonial-container {
    background-color: var(--brand-color-dark);
}

.testimonial-desc-col img {
    width: 100px !important;
}

.customers-testimonials-slider .owl-dots {
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.customers-testimonials-slider .owl-dot {
    height: 10px;
    width: 10px;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.customers-testimonials-slider .owl-dot + .owl-dot {
    margin-left: 10px;
}

.customers-testimonials-slider .owl-dot.active {
    background-color: var(--yellow);
    width: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.pull-right {
    padding: 20px;
    max-width: 125px !important;
    border-radius: 50%;
    aspect-ratio: 1;
}

.designation {
    color: rgb(202, 202, 202);
}

.testimonial-desc {
    max-height: 250px;
    overflow: auto;
}

.article {
    background-color: var(--brand-color-dark);
    /* height: 60vh; */
}

.article_card {
    /* width: 100%; */
    height: 80%;
    flex-grow: 1;
    box-shadow: 0px 0px 5px #343434;
}

.article_pic {
    /* box-shadow: 0px 2px 5px #343434; */
    /* flex-basis: 80%; */
    flex-shrink: 0;
    height: 230px;
    /* overflow: hidden; */
}

.article_pic_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_card .card-title span {
    display: inline-block;
    height: calc(29 * 2px);
    overflow: auto;
}

.article_detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
}

.article_detail img {
    width: 16px !important;
}

.article_date {
    background-color: var(--yellow);
    color: var(--brand-color-dark);
    padding: 0.2em 1.2em;
    border-top-left-radius: var(--border-radius);
}

.owl-article-slider .owl-stage-outer .owl-stage {
    padding: 10px;
}

.owl-article-slider .owl-stage-outer {
    min-height: 565px !important;
    height: auto;
}

.owl-article-slider .owl-item {
    margin-top: 0px !important;
    transition: all 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    -webkit-transition: all 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    -moz-transition: all 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    -ms-transition: all 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    -o-transition: all 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

.owl-article-slider .owl-item.active.center {
    margin-top: 0px;
}

.owl-article-slider .owl-item.cloned:last-child {
    display: none;
}

.owl-article-slider .owl-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.owl-article-slider .owl-dots {
    position: absolute;
    left: 25%;
    bottom: 15%;
    width: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.owl-article-slider .owl-dot + .owl-dot {
    margin-left: 10px;
}

.owl-article-slider .owl-dot.active {
    width: 36px;
    height: 10px;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.owl-article-slider .owl-item.active + .owl-item.active {
    margin-top: 150px !important;
}

.right-gap-img {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    width: 300px;
    bottom: 100%;
    transform: translate(50%, 65%) scaleX(1);
    right: 0%;
    -webkit-transform: translate(50%, 65%) scaleX(1);
    -moz-transform: translate(50%, 65%) scaleX(1);
    -ms-transform: translate(50%, 65%) scaleX(1);
    -o-transform: translate(50%, 65%) scaleX(1);
}

.left-gap-img {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    width: 300px;
    bottom: 100%;
    transform: translate(50%, 60%) scaleX(1);
    right: 100%;
}

/* ABOUT PAGE  */
.about-banner,
.team-members-banner,
.contact-banner,
.category-details-banner,
.product-details-banner,
.find_vendor-banner {
    position: relative;
    height: 45vh;
    overflow: hidden;
    padding-top: 70px;
}

.banner-leaf {
    width: clamp(5rem, 4.8438rem + 0.8929vw, 5.625rem);
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    -o-transform: translateX(-60%);
}

.banner_heading {
    text-transform: uppercase;
    color: #10855b;
    text-align: center;
    width: fit-content;
    position: relative;
    line-height: 26px;
}

.banner_heading img {
    z-index: -1;
}

.ge1,
.ge2,
.or1 {
    position: absolute;
    bottom: 0;
    pointer-events: none;
}

.ge1 {
    width: 300px;
    left: 0;
    top: 10%;
}

.or1 {
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.ge2 {
    width: 300px;
    right: 100px;
    top: 10%;
}

.abt-bird {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 15%;
    pointer-events: none;
}

/* // Scroll to top  */
/* .backToTopBtn{
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 2%;
  right: 1%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid var(--brand-color-dark);
  z-index: 1;
} */

/* Style for scroll-top button */
.backToTopBtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 3;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: none;
    color: #ffffff;
    border-radius: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.backToTopBtn iconify-icon {
    transform: translateY(15%);
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -o-transform: translateY(15%);
}

.backToTopBtn:not(:hover) {
    background: var(--brand-color-dark);
    border: 2px solid #ffffff;
}

.backToTopBtn:hover,
.backToTopBtn.active:focus {
    background: var(--brand-color-dark);
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px #ffffff78;
}

.backToTopBtn.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.backToTopBtn:not(.active) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.social-icons {
    position: fixed;
    right: 3px;
    z-index: 9;
    background-color: #ffffff;
    padding: 6px;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    border-radius: var(--border-radius);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.social-icons-list {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.social-icons-list li a {
    display: flex;
    aspect-ratio: 1;
}

.icon-bar {
    position: fixed;
    /* position: absolute; */
    top: 50%;
    transform: translate(0%, -50%);
    right: 0px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: white;
    padding: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.icon-bar a {
    color: var(--brand-color);
    display: block;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.icon-bar a:hover {
    color: var(--brand-color-dark);
}

.icon-bar iconify-icon {
    display: block;
}

/* CATEGORY DETAILS */
.category-details_section,
.product-details_section,
.vendor-form_section,
.contact-section {
    background-color: var(--brand-color-dark);
}

.owl-category-details-slider,
.owl-sub-category-details-slider {
    max-height: 500px;
    height: auto;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

/* .owl-sub-category-details-slider img,
.owl-category-details-slider img {
    object-fit: contain !important;
} */

.owl-category-details-slider .owl-stage-outer,
.owl-sub-category-details-slider .owl-stage-outer {
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    height: 100%;
}

.owl-category-details-slider .owl-stage,
.owl-sub-category-details-slider .owl-stage {
    height: 100%;
}

.owl-category-details-slider .owl-dots,
.owl-sub-category-details-slider .owl-dots {
    position: absolute;
    bottom: 15%;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.owl-category-details-slider .owl-dot,
.owl-sub-category-details-slider .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.owl-category-details-slider .owl-dot.active,
.owl-sub-category-details-slider .owl-dot.active {
    width: 30px;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.owl-category-details-slider .owl-dot + .owl-dot,
.owl-sub-category-details-slider .owl-dot + .owl-dot {
    margin-left: 5px;
}

.category-details-item img {
    aspect-ratio: 1;
    object-fit: cover;
}

.category-product_container,
.product-details_container {
    background-color: var(--brand-color-dark);
    scroll-snap-align: end;
    scroll-margin-top: 40px;
}

.category-product,
.sub-category-product {
    aspect-ratio: 1 / 1.2;
    width: 100%;
    margin: 0;
    display: block;
    border: 1px solid var(--yellow);
    overflow: hidden;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    background-image: linear-gradient(to bottom, #ffffff, rgba(0, 0, 0, 0.5));
    animation: all 1s;
    -webkit-animation: all 1s;
}

.category-product-image,
.sub-category-product-image {
    min-height: 80%;
    height: 80%;
    width: 100%;
}

.category-product-footer,
.sub-category-product-footer {
    height: 20%;
    padding: 10px 20px;
    justify-content: center;
    transition: justify-content 0.5s;
    -webkit-transition: justify-content 0.5s;
    -moz-transition: justify-content 0.5s;
    -ms-transition: justify-content 0.5s;
    -o-transition: justify-content 0.5s;
}

.r-wrap {
    opacity: 0;
    transition: flex 0.5s;
    -webkit-transition: flex 0.5s;
    -moz-transition: flex 0.5s;
    -ms-transition: flex 0.5s;
    -o-transition: flex 0.5s;
}

.l-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 300px !important;
    max-height: 70px;
    transition: flex 0.5s;
    -webkit-transition: flex 0.5s;
    -moz-transition: flex 0.5s;
    -ms-transition: flex 0.5s;
    -o-transition: flex 0.5s;
}

.category-product:hover .category-product-footer .l-wrap,
.sub-category-product:hover .sub-category-product-footer .l-wrap {
    flex: 1;
}

a.sub-category-product:hover .l-wrap,
a.category-product:hover .l-wrap {
    align-items: flex-start;
    transition: flex 0.9s;
    -webkit-transition: flex 0.9s;
    -moz-transition: flex 0.9s;
    -ms-transition: flex 0.9s;
    -o-transition: flex 0.9s;
}

.category-product:hover .r-wrap,
.sub-category-product:hover .r-wrap {
    animation: rtl 0.55s linear infinite alternate;
    -webkit-animation: rtl 0.55s linear infinite alternate;
    opacity: 1;
    transition: flex 0.5s;
    -webkit-transition: flex 0.5s;
    -moz-transition: flex 0.5s;
    -ms-transition: flex 0.5s;
    -o-transition: flex 0.5s;
}

.team-member .line-end-arrow-notch {
    animation: rtl 0.55s linear infinite alternate;
    -webkit-animation: rtl 0.55s linear infinite alternate;
    opacity: 1;
}

.category-product:hover,
.sub-category-product:hover {
    background-image: linear-gradient(to bottom, #ffffff, rgba(0, 0, 0, 0.7));
}

.category-title {
    color: var(--yellow);
    font-size: 12px;
    text-wrap: nowrap;
}

.category-text {
    color: #ffffff;
    font-size: 18px;
    text-wrap: wrap;
    width: 80%;
}

/* ICONIFY ICONS */
.line-end-arrow-notch {
    color: var(--yellow);
    width: 25px;
}

.menu {
    color: #00a859;
    vertical-align: middle;
    font-size: 24px;
}

.angle-right {
    color: #00a859;
    width: 24px;
}

.angle-left-b {
    color: #000000;
    width: 24px;
}

.bell {
    color: var(--brand-color-dark);
}

.circle-chevron-right {
    color: var(--yellow);
    /* width: 24px; */
    font-size: 25px;
}

.message-circle {
    color: var(--yellow);
}

/* Pop up Enquiry Modal */

.enquiryModal-bg {
    /* background-image: url("/web/assets/images/index_banner/africa_slider-04.webp"); */
    background-image: url("/web/assets/images/index_banner/africa_slider-03.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

/* #popupEnquiryModal {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#popupEnquiryModal .modal-dialog {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 95%;
  max-width: 750px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
} */

.enquiry-rcol-wrapper {
    padding: 1rem !important;
    display: flex;
    flex-direction: column !important;
    gap: 15px;
}

.enquiry-rcol-wrapper .btn-close {
    font-size: 10px;
    padding: 8px;
}

.enquiry-rcol-wrapper .form-select {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
    /* background: var(--brand-color-dark); */
    /* color: #ffffff80; */
}

.form-select:focus,
.form-select:focus-within {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #363636;
}

#enquiryContactForm label {
    font-weight: 500;
}

#enquiryContactForm input {
    border: 1px solid #ced4da;
    background-color: white;
    color: rgba(0, 0, 0, 1);
}

#enquiryContactForm select {
    border: 1px solid #ced4da;
    background-color: white;
    color: rgba(0, 0, 0, 1);
}

select#category:disabled,
select#product:disabled {
    opacity: 0.7;
}

#enquiryContactForm textarea {
    appearance: none;
    width: 100%;
    padding: 0.75em;
    max-height: 70px;
    min-height: 50px;
    border: 1px solid #ced4da;
    background-color: white;
    color: rgba(0, 0, 0, 1);
    border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}

textarea:focus-within,
input:focus-within {
    outline: 1px solid #ced4da;
}

#enquiryContactForm input::placeholder {
    color: rgba(48, 45, 45, 0.758);
}

#enquiryContactForm .error,
#registrationForm .error {
    position: absolute !important;
    top: 100%;
}

.iti.iti--allow-dropdown {
    display: block;
}

/* thank you popup */
/* .thankyou-popup {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: var(--border-radius);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  -ms-border-radius: var(--border-radius);
  -o-border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: 95%;
  max-width: 400px;
}

.modal_head {}


.thankyou-popup .close {
  position: absolute;
  right: 0px;
  cursor: pointer !important;
  background: none;
  font-size: 20px;
  color: var(--brand-color);
  border-radius: 50%;
  font-size: 14px;
  height: 23px;
  width: 23px;
  border: 1px;
  box-shadow: 0 0 5px var(--brand-color-dark);
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  filter: invert(26%) sepia(92%) saturate(1514%) hue-rotate(140deg) brightness(98%) contrast(91%);
  -webkit-filter: invert(26%) sepia(92%) saturate(1514%) hue-rotate(140deg) brightness(98%) contrast(91%);
  transform: translateY(40%);
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
}

.modal_head .btn-close {
  top: 8px;
  font-size: 10px;
}

.modal_head .btn-close:hover {
  cursor: pointer !important;
} */

#thankYouModal .btn-close {
    margin: 0;
}

#thankYouModal h3 {
    color: var(--brand-color-dark);
}

.check-container {
    width: 4.25rem;
    height: 5.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
}

.check-container .check-background {
    z-index: 1;
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #0b845c, #0b845cd8);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
        0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: animateContainer 0.5s ease-out forwards 0.5s;
    -webkit-animation: animateContainer 0.5s ease-out forwards 0.5s;
}

.check-container .check-background svg {
    width: 65%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 1s ease-out;
    -webkit-animation: animateCheck 0.35s forwards 1s ease-out;
}

.check-container .check-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(closest-side, #0b845c, transparent);
    animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@keyframes animateContainer {
    0% {
        opacity: 0;
        transform: scale(0);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    25% {
        opacity: 1;
        transform: scale(0.9);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    43.75% {
        transform: scale(1.15);
        box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    62.5% {
        transform: scale(1);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }

    81.25% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }

    100% {
        opacity: 1;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
}

@keyframes animateCheck {
    from {
        stroke-dashoffset: 80;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animateShadow {
    0% {
        opacity: 0;
        width: 100%;
        height: 15%;
    }

    25% {
        opacity: 0.25;
    }

    43.75% {
        width: 40%;
        height: 7%;
        opacity: 0.35;
    }

    100% {
        width: 85%;
        height: 15%;
        opacity: 0.25;
    }
}

.thankU-text p {
    font-size: 18px;
    color: var(--brand-color-dark);
    line-height: 1.5;
    /* font-weight: 700; */
    text-align: center;
}

#thankYouModal .modal-footer a {
    font-size: 18px;
    background-color: var(--yellow);
    background-color: var(--brand-color-dark);
    padding: 10px;
    display: block;
    font-weight: 600;
    border: 0;
    text-transform: capitalize;
}


/* Language translator */
/* .translated-ltr {
    margin-top: -40px;
}

.translated-ltr {
    margin-top: -40px;
} */

.goog-te-banner-frame {
    display: none;
    margin-top: -20px;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget .goog-te-combo {
    cursor: pointer;
    padding: 10px;
    color: var(--brand-color-dark) !important;
    width: 160px;
    margin: 0px 0px !important;
    font-family: "Nunito Sans";
    color: rgb(75, 73, 73);
    font-weight: 600;
    font-size: 0.9rem;
    background: #f4f4f4;
    display: block !important;
    border: 1px solid rgba(229, 229, 229, 0.666);
    /*  */
    /* background: transparent;
  display: block !important;
  border: 0px solid rgba(229, 229, 229, 0.666); */
    /*  */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.goog-te-combo:focus-within {
    outline: none !important;
}

.goog-te-combo option {
    padding-block: 5px;
}

.skiptranslate {
    color: transparent !important;
    line-height: 0;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

/* div[id="\\:0\\.targetLanguage"] {
  color: transparent !important;
} */

.skiptranslate.goog-te-gadget span {
    display: none !important;
}

/* Style the options */
.goog-te-combo option {
    padding: 10px !important;
    font-size: 16px;
    background-color: #f4f4f4;
    color: #333;
}

/* Style the selected option */
.goog-te-combo option:checked {
    background-color: #e9e9e9;
}

/* Style the hover effect */
.goog-te-combo option:hover {
    background-color: #e0e0e0;
}

.g-translate-desktop {
    display: block;
}

.g-translate-mobile {
    /* display: none; */
    min-width: 160px;
}

/* Coming Soon */
#coming-soon-page a:hover {
    color: #000000 !important;
}

#coming-soon-page a:visited {
    color: inherit;
}

#coming-soon-page .nav-phone-btn {
    color: var(--brand-color) !important;
}

#coming-soon-page footer {
    min-height: 10vh;
    background-color: honeydew;
}

.comingsoon-page-logo {
    position: static !important;
    width: clamp(3.125rem, 2.9348rem + 1.087vw, 3.75rem);
}

.cs-banner-img {
    /* width: 100%;
  height: auto;
  display: block; */
    background-image: url("/web/assets/images/coming-soon-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    min-height: 65vh;
}

.coming-soon-icon-bar {
    color: var(--brand-color-dark);
}

.text-col {
    max-width: 480px;
    margin-left: auto;
}

/* Loading screen */
.loader {
    --speed: 1500ms;
    background-color: #fff;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    position: static;
    font-size: 2.5em;
}

.loader .tile {
    width: 1em;
    height: 1em;
    top: 48%;
    left: 48%;
    position: absolute;
    animation: var(--speed) ease infinite jump;
    transform-origin: 0 100%;
    will-change: transform;
    -webkit-animation: var(--speed) ease infinite jump;
    /* background-image: url("/web/assets/images/africasia-logo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: transparent; */
}

.loader .tile::before {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    border-radius: 0.15em;
    background-image: url("/web/assets/images/africasia-logo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: transparent;
    /* background-color: var(--brand-color); */
    will-change: transform;
    animation: var(--speed) ease-out infinite spin;
    -webkit-animation: var(--speed) ease-out infinite spin;
}

.loader::after {
    content: "";
    display: block;
    width: 1.1em;
    height: 0.2em;
    /* background-color: #0132; */
    border-radius: 60%;
    position: absolute;
    left: -0.05em;
    bottom: -0.1em;
    z-index: -1;
    animation: var(--speed) ease-in-out infinite shadow;
    filter: blur(0.02em);
    will-change: transform filter;
}

@keyframes jump {
    0% {
        transform: scaleY(1) translateY(0);
    }

    16% {
        transform: scaleY(0.6) translateY(0);
    }

    22% {
        transform: scaleY(1.2) translateY(-5%);
    }

    24%,
    62% {
        transform: scaleY(1) translateY(-33%);
    }

    66% {
        transform: scaleY(1.2) translateY(0);
    }

    72% {
        transform: scaleY(0.8) translateY(0);
    }

    88% {
        transform: scaleY(1) translateY(0);
    }
}

@keyframes spin {
    0%,
    18% {
        transform: rotateZ(0);
        border-radius: 0.15em;
    }

    38% {
        border-radius: 0.25em;
    }

    66%,
    100% {
        transform: rotateZ(1turn);
        border-radius: 0.15em;
    }
}

@keyframes shadow {
    0% {
        transform: scale(1);
        filter: blur(0.02em);
    }

    25%,
    60% {
        transform: scale(0.8);
        filter: blur(0.06em);
    }

    70% {
        transform: scale(1.1);
        filter: blur(0.02em);
    }

    90% {
        transform: scale(1);
    }
}

.customFade {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transition: opacity 1s, transform 1s;
    -webkit-transition: opacity 1s, transform 1s;
    -moz-transition: opacity 1s, transform 1s;
    -ms-transition: opacity 1s, transform 1s;
    -o-transition: opacity 1s, transform 1s;
}

.fw-800 {
    font-weight: 800;
}

.fs20to16 {
    font-size: clamp(1rem, 0.9397rem + 0.3448vw, 1.25rem);
}

.fs18to15 {
    font-size: clamp(0.9375rem, 0.8922rem + 0.2586vw, 1.125rem);
}

.characteristics {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: auto;
    grid-row-gap: 40px;
    grid-column-gap: 20px;
}

.characteristic {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

#loadingSpinner {
    width: 48px;
    height: 48px;
    position: relative;
    left: 48%;
    animation: rotate 1.5s linear infinite forwards;
    -webkit-animation: rotate 1.5s linear infinite forwards;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#loadingSpinner::before,
#loadingSpinner::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: prixClipFix 2s linear infinite;
    -webkit-animation: prixClipFix 2s linear infinite;
}

#loadingSpinner::after {
    inset: 8px;
    border-color: var(--yellow);
    transform: rotate3d(90, 90, 0, 180deg);
    -webkit-transform: rotate3d(90, 90, 0, 180deg);
    -moz-transform: rotate3d(90, 90, 0, 180deg);
    -ms-transform: rotate3d(90, 90, 0, 180deg);
    -o-transform: rotate3d(90, 90, 0, 180deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }

    75%,
    100% {
        clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }
}

.vendor-form_section .left-column {
    max-height: 550px;
    min-height: 440px;
    overflow-y: auto;
}

#vendorForm .form-select {
    padding: 0.75em 0.75em;
    background-color: transparent;
    color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='white' d='M104.704 338.752a64 64 0 0 1 90.496 0l316.8 316.8l316.8-316.8a64 64 0 0 1 90.496 90.496L557.248 791.296a64 64 0 0 1-90.496 0L104.704 429.248a64 64 0 0 1 0-90.496'/%3E%3C/svg%3E");
}

#vendorForm .form-select option {
    color: #000000;
}

#vendorForm .form-select option:hover {
    background-color: #d1d1d1;
    color: #000;
}

#vendorForm button[type="submit"] {
    padding: 0.75em 0.75em;
}

#vendorForm button[type="submit"]:focus {
    border: 2px solid #ffffff;
    /* outline: 2px solid black; */
}

#vendorForm .form-select:focus {
    border: 2px solid #ffffff;
}

/* .vendorDetail{} */

.vendorName {
    position: relative;
    text-transform: capitalize;
    min-height: 65px;
    height: auto;
    font-size: clamp(1.125rem, 1.0647rem + 0.3448vw, 1.375rem);
}

.vendorName::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin-block: -0.5rem;
    background-color: var(--yellow);
    position: absolute;
    top: calc(100% + 5px);
}

.vendorAddress,
.vendorContact {
    margin-top: 0.15em;
    text-transform: capitalize;
    font-size: clamp(0.875rem, 0.8147rem + 0.3448vw, 1.125rem);
}

.vendorEmail {
    display: inline-block;
    font-size: clamp(0.875rem, 0.8147rem + 0.3448vw, 1.125rem);
    word-break: break-all;
}

.vendorEmail a:hover {
    text-decoration: underline;
}

.mapp,
.mapp2 {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    min-height: 350px;
    height: 100%;
}

.mapp2 {
    max-height: 400px;
}

iframe {
    /* margin-top:-62px;  */
    height: 100%;
    width: 100%;
}

.max-height-550 {
    max-height: 550px;
}

/* *:focus{
  background-color: white;
  color: black;
  height: 100px;
  display: block;
  width: 100px;
} */

.iti__country-list {
    overflow: auto !important;
}

.category-details_section .right-column,
.product-details_section .right-column {
    max-height: 550px;
    height: auto;
    overflow: hidden;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.text_truncate1 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    width: 100%;
}

.text_truncate6 {
    -webkit-box-orient: vertical;
    display: -webkit-inline-box !important;
    -webkit-line-clamp: 6 !important;
    overflow: hidden;
    width: 100%;
}

.text_truncate2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    width: 100%;
}
