@keyframes blink {
    50% {
        opacity: 1
    }
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
    }

    70% {
        box-shadow: 0 0 0 15px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: "Inter", sans-serif;
    background-color: #151616;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Archivo", sans-serif
}

.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 15px;
    z-index: 1000;
    transition: top .3s ease;
    text-decoration: none
}

.skip-to-content:focus {
    top: 10px
}

.owl-carousel {
    display: block;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none;
}

.owl-carousel img {
    width: 100%;
}

.contact-buttons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
    align-items: flex-end
}

.contact-btn {
    display: flex;
    align-items: center;
    background: #111;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    border-radius: 30px 0 0 30px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    transition: all .3s ease;
    overflow: hidden;
    width: 45px
}

.contact-btn i {
    font-size: 20px;
    margin-right: 10px
}

.contact-btn span {
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    transition: all .3s ease
}

.contact-btn:hover {
    width: 220px
}

.contact-btn:hover span {
    opacity: 1;
    max-width: 200px
}

.email-btn {
    background: #d93025
}

.phone-btn {
    background: #34a853
}

@media (max-width:991.98px) {
    .contact-buttons {
        top: auto;
        right: 0;
        bottom: 0;
        transform: none;
        flex-direction: row;
        width: 100%;
        background: #151616;
        gap: 0
    }

    .contact-btn {
        flex: 1;
        justify-content: center;
        border-radius: 0;
        width: 100% !important;
        flex-direction: column;
        padding: 10px
    }

    .contact-btn span {
        opacity: 1;
        max-width: none;
        margin: 5px 0 0;
        font-size: 15px
    }

    .contact-btn i {
        margin: 0;
        font-size: 20px
    }
}

.chat-header {
    position: fixed;
    right: 20px;
    width: 300px;
    z-index: 10002;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

.chat-content {
    background-color: #e5ddd5
}

.chat-content,
.message-input {
    position: fixed;
    right: 20px;
    width: 300px;
    z-index: 10002;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

.chat-header {
    top: calc(100% - 420px);
    height: 60px;
    background-color: #075e54;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 12px 12px 0 0
}

.avatar-container {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.chat-header img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.online-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background-color: #25d366;
    border-radius: 50%;
    border: 2px solid #075e54
}

.chat-header-info {
    flex-grow: 1
}

.chat-header h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}

.online-status {
    font-size: 12px
}

.close-btn {
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color .3s
}

.close-btn:hover {
    background-color: rgba(255, 255, 255, .1)
}

.chat-content {
    top: calc(100% - 360px);
    height: 300px;
    padding: 20px;
    overflow-y: auto
}

.message {
    max-width: 80%;
    padding: 8px 12px;
    margin-bottom: 10px;
    border-radius: 7.5px;
    position: relative;
    word-wrap: break-word
}

.message.received {
    background-color: #fff;
    align-self: flex-start
}

.message.sent {
    background-color: #dcf8c6;
    align-self: flex-end;
    margin-left: auto
}

.message-input {
    bottom: 20px;
    height: 60px;
    display: flex;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 0 0 12px 12px
}

.whatsapp-btn {
    background-color: #198754;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 12px;
    width: 100%;
    cursor: pointer;
    transition: background-color .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.whatsapp-btn:hover {
    background-color: #128c7e
}

.typing-indicator {
    background-color: #e5ddd5;
    padding: 10px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px
}

.typing-indicator span {
    height: 10px;
    width: 10px;
    float: left;
    margin: 0 1px;
    background-color: #9e9ea1;
    display: block;
    border-radius: 50%;
    opacity: .4
}

.typing-indicator span:nth-of-type(1) {
    animation: 1s blink infinite .3333s
}

.typing-indicator span:nth-of-type(2) {
    animation: 1s blink infinite .6666s
}

.typing-indicator span:nth-of-type(3) {
    animation: 1s blink infinite .9999s
}

.chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    z-index: 10001;
    animation: wave 2s infinite
}

.chat-icon img {
    width: 35px;
    height: 35px
}

.navbar {
    padding-block: 1.2rem
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-right: 15px
}

.navbar-nav .nav-link:hover {
    color: #ccc !important
}

.navbar-toggler-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important
}

.navbar-toggler {
    border-color: #ffffff !important;
}

.header-logo {
    height: 50px;
}

header[role="header"] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #151616;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in;
}

header[role="header"].scrolled{
    background-color: #000000ab;
    backdrop-filter: blur(20px);
}

.contact-info {
    color: #fff;
    font-size: 14px
}

.hero-section {
    background-color: #151616;
    color: #fff
}

.hero-section img {
    max-width: 500px;
    margin-left: auto
}

@media (max-width:1024px) {
    .hero-section img {
        max-width: 80%;
        margin-inline: auto
    }
}

.owl-carousel .row {
    min-height: 400px
}

@media (max-width:767.98px) {
    .hero-section h2 {
        font-size: 1.75rem
    }
}

.mbtn,
.mbtn:hover {
    text-decoration: none
}

.mbtn {
    background: #fff;
    color: #000;
    transition: all .3s ease;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    border: 2px solid transparent
}

.mbtn:hover {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, .3)
}

.our-expertise,
.services-section {
    background: #151616
}

.services-section .service-card {
    background: #fcfcfc
}

.services-section .service-card img {
    width: 125px;
    height: auto;
    object-fit: contain
}

@media (max-width:768px) {
    .services-section .service-card img {
        width: 125px;
        margin-bottom: 20px
    }
}

.our-expertise hr {
    border-bottom: 3px solid #fff;
    width: 20%;
    opacity: 1
}

.our-expertise h2 {
    color: #fff;
    margin-top: 24px
}

.our-expertise p {
    color: #d9d9d9;
    line-height: 26px
}

.our-expertise li {
    color: #d9d9d9
}

@media (min-width:769px) {
    .our-expertise img {
        max-width: 500px
    }
}

ul.custom-list {
    list-style: none;
    padding-left: 0
}

ul.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #fff
}

ul.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.33786 12.9995L5.3086 2.99749C5.00899 2.25002 5.36578 1.39861 6.10548 1.09587C6.56554 0.90759 7.06618 0.974631 7.45045 1.23293L23.1115 11.7831C23.7763 12.231 23.956 13.1386 23.5127 13.8104C23.4023 13.9784 23.2581 14.1215 23.0893 14.2308L7.45045 24.766C6.78571 25.2139 5.88746 25.0323 5.44425 24.3606C5.15387 23.9205 5.13092 23.379 5.33663 22.932L9.33786 12.9995Z' stroke='white' stroke-width='0.976569' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75877 21.8361L3.25545 23.5225C2.66096 23.923 1.85764 23.7606 1.4613 23.1599C1.20159 22.7662 1.18108 22.2821 1.36501 21.8823L4.94334 12.9996L1.33997 4.05468C1.072 3.38623 1.39109 2.6248 2.05261 2.35405C2.46404 2.18564 2.91175 2.2456 3.25545 2.47665L5.77249 4.17226' stroke='white' stroke-width='0.976569' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.82324 19.6347L19.6735 12.999L9.82324 6.36328L12.4964 12.999L9.82324 19.6347Z' fill='white'/%3E%3C/svg%3E")no-repeat center center;
    background-size: contain
}

.our-certifications {
    background-color: #151616;
    color: #fff
}

.our-certifications .cert-desc {
    width: 100%;
    color: #d9d9d9;
    line-height: 26px
}

@media (min-width:992px) {
    .our-certifications .cert-desc {
        width: 70%
    }
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    justify-items: center
}

@media (min-width:768px) {
    .cert-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:992px) {
    .cert-grid {
        grid-template-columns: repeat(6, 1fr)
    }
}

.certification-wrapper,
.social-links a {
    justify-content: center;
    align-items: center
}

.certification-wrapper {
    width: 140px;
    height: 140px;
    overflow: hidden;
    display: flex;
    border: 4px solid #797979
}

@media (max-width:768px) {
    .certification-wrapper {
        width: 180px;
        height: 180px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 4px solid #797979
    }
}

@media (max-width:380px) {
    .certification-wrapper {
        width: 140px;
        height: 140px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 4px solid #797979
    }
}

@media (min-width:1400px) {
    .certification-wrapper {
        width: 170px;
        height: 170px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 4px solid #797979
    }
}

.certification-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    transition: transform .3s ease
}

.certification-wrapper img:hover {
    transform: scale(1.05)
}

.our-certifications hr,
.our-packaging hr {
    border-bottom: 3px solid #fff;
    width: 10%;
    opacity: 1;
    margin-inline: auto
}

.our-packaging,
footer {
    background: #161515
}

.our-packaging h2 {
    color: #fff;
    text-align: center
}

.our-packaging .pack-desc {
    width: 100%;
    color: #d9d9d9;
    line-height: 26px;
    text-align: center
}

@media (min-width:992px) {
    .our-packaging .pack-desc {
        width: 70%;
        margin-inline: auto
    }
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    pointer-events: none;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev {
    pointer-events: auto;
    background: rgba(0, 0, 0, .5) !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 10px 15px;
    font-size: 20px;
    height: 45px !important;
    width: 45px !important;
    cursor: pointer
}

.owl-nav button.owl-next:hover,
.owl-nav button.owl-prev:hover {
    background: rgba(0, 0, 0, .8)
}

footer h5 {
    margin-bottom: 20px
}

.contacts-list li {
    margin-bottom: 8px
}

footer ul a {
    transition: all .3s ease-in
}

footer ul a:hover {
    color: #9e9ea1 !important
}

.social-links a {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 10px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: inline-flex;
    transition: all .3s ease
}

.social-links a i {
    color: #000;
    transition: color .3s ease
}

.social-links a:hover {
    background: #d9d9d9;
    color: #000
}

.social-links a:hover i {
    color: #000
}

@media (max-width:991.98px) {
    footer {
        padding-bottom: 140px !important
    }

    .chat-icon {
        bottom: 90px
    }

    .chat-header {
        top: calc(100% - 520px)
    }

    .chat-content {
        top: calc(100% - 460px)
    }

    .message-input {
        bottom: 100px
    }
}
