body {
    font-family: "Noto Sans", sans-serif;

    font-weight: 400;
    color: #000000;
    min-height: 100vh;
    width: fit-content;
    background-color: #ffffff;
    width: 100vw;
    overflow-x: hidden;
}


section {
    overflow-x: hidden;
}

/*************************************************************************************** home section ********************************************************************/

.home-hero {
    height: 100svh;
    width: 100svw;
    padding: min(2.0833333333svw, 40px);
    position: relative;
}

.home-hero h1 {
    padding-right: min(2.0833333333svw, 40px);
    padding-top: min(.54166667svw, 17px);
    padding-bottom: min(.8854166667svw, 17px);
    background: #ffffff;
    color: #000;
    border-top-right-radius: min(2.0833333333svw, 40px);
    position: absolute;
    font-size: 3vw;
    bottom: 2%;
    line-height: 1.5;
}

@media screen and (max-width: 991px) {
    .home-hero h1 {
        font-size: 7vw;
        bottom: 1%;
        width: 50%;
        text-align: center;
    }
}

.home-hero__background {
    border-radius: min(2.0833333333svw, 40px);
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.home-hero__background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: min(2.0833333333svw, 40px);
}

.header.home {
    transition: background-color .2s ease-out, box-shadow .2s ease-out, padding-top .2s ease-out;
    box-shadow: none;
    background-color: transparent;
}

.hero-radius {
    position: absolute;
    height: 15vh;
    background-color: #ffffff;
    top: -1vw;
    width: 12vw;
}

.hero-left-top-radius {
    border-bottom-right-radius: 3vw;
    left: 0;
}

.hero-right-top-radius {
    border-bottom-left-radius: 3vw;
    right: 0;
}

@media screen and (max-width: 500px) {
    .hero-radius {
        height: 10vh;
    }
}

.container {
    width: calc(100svw - (min(2.0833333333svw, 40px)*2));
    margin: 0 auto;
}

.header {
    position: fixed;
    z-index: 2000;
    left: min(2.0833333333svw, 40px);
    top: min(1.4583333333svw, 28px);

    border-radius: 100vw;
    /* background-color: #fbfdfd; */
    box-shadow: min(0svw, 0px) min(.2083333333svw, 4px) min(.78125svw, 15px) min(0svw, 0px) #93b8b24d;
    transition: background-color .2s ease-out .4s, box-shadow .2s ease-out .4s, padding-top .2s ease-out;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}

.header__inner.active {
    background-color: #e6f0ec;
    border-radius: 999px;
    overflow: hidden;
}

.header.home:after {
    transition: opacity .2s ease-out .8s;
    opacity: 1;
}

.header:after {
    content: "";
    opacity: 0;
    transition: opacity .2s ease-out;
    /* background-color: #e6f0ec; */
    position: absolute;
    bottom: calc(100% - min(.625svw, 12px));
    left: 0;
    width: 100%;
    height: min(2.0833333333svw, 40px);
}

.header.home .header__logo {
    width: min(10.78125svw, 207px);
    margin-left: 0;
    background-color: #e6f0ec;
    border-bottom-right-radius: 1vw;
    padding: 0.5vw;
}

.header__logo svg {
    width: 100%;
    height: auto;
}

.header.home .header__mask {
    transition: opacity .2s ease-out .8s;
    opacity: 1;
}

.header__mask--logo {
    border-bottom-right-radius: min(2.0833333333svw, 40px);
    left: 0;
    width: calc(100% + min(4.1145833333svw, 79px));
}

.header__mask {
    opacity: 0;
    transition: opacity .2s ease-out;
    position: absolute;
    top: 0;
    height: min(5.46875svw, 105px);
    /* background-color: #e6f0ec; */
    z-index: -1;
    pointer-events: none;
}

.header__controls {
    display: flex;
    align-items: center;
    gap: min(.78125svw, 15px);
    padding-right: min(.5208333333svw, 10px);
    background-color: #e6f0ec;
    border-bottom-left-radius: 1vw;
    position: relative;
}

.header.home .header__language,
.header.home .header__search {
    transition: opacity .2s ease-out;
    opacity: 0;
    pointer-events: none;
}

.hamburger {
    cursor: pointer;
    background-color: #314d4e;
    height: min(2.8645833333svw, 55px);
    width: min(5.7291666667svw, 110px);
    border-radius: min(3.6458333333svw, 70px);
    position: relative;
    transition: background-color .4s ease-out;
}

.header__mask {
    opacity: 0;
    transition: opacity .2s ease-out;
    position: absolute;
    top: 0;
    height: min(5.46875svw, 105px);
    /* background-color: #e6f0ec; */
    z-index: -1;
    pointer-events: none;
}

.home-hero__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 2;
}


.home-hero {
    height: 100svh;
    width: 100svw;
    padding: min(2.0833333333svw, 40px)
}

@media screen and (orientation: portrait) {
    .home-hero {
        padding: 0;
        padding-bottom: min(5.3333333333svw, 20px)
    }
}

.home-hero__inner {
    height: 100%;
    width: 100%;
    position: relative
}

.home-hero__background {
    border-radius: min(2.0833333333svw, 40px);
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

@media screen and (orientation: portrait) {
    .home-hero__background {
        border-radius: min(5.3333333333svw, 20px)
    }
}

.home-hero__background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: min(2.0833333333svw, 40px)
}

@media screen and (orientation: portrait) {
    .home-hero__background video {
        border-radius: min(5.3333333333svw, 20px)
    }
}

.home-hero__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 2
}

.home-hero__title {
    padding-right: min(2.0833333333svw, 40px);
    padding-top: min(.8854166667svw, 17px);
    padding-bottom: min(.8854166667svw, 17px);
    background: #e6f0ec;
    border-top-right-radius: min(2.0833333333svw, 40px);
    position: relative
}

@media screen and (orientation: portrait) {
    .home-hero__title {
        padding-left: min(5.6svw, 21px);
        padding-right: min(6.6666666667svw, 25px);
        padding-top: min(2.9333333333svw, 11px);
        padding-bottom: min(2.9333333333svw, 11px);
        width: 100%;
        max-width: min(61.3333333333svw, 230px);
        border-top-right-radius: min(5.3333333333svw, 20px)
    }
}

.home-hero__title:before,
.home-hero__title:after {
    content: "";
    width: min(2.1875svw, 42px);
    aspect-ratio: 1;
    background-color: #e6f0ec;
    -webkit-mask-image: url(../images/inverted-border-radius.svg);
    mask-image: url(../images/inverted-border-radius.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute
}

@media screen and (orientation: portrait) {

    .home-hero__title:before,
    .home-hero__title:after {
        width: min(5.6svw, 21px)
    }
}

.home-hero__title:before {
    bottom: calc(100% - min(.1041666667svw, 2px));
    left: max(-.1041666667svw, -2px)
}

@media screen and (orientation: portrait) {
    .home-hero__title:before {
        bottom: calc(100% - min(.2666666667svw, 1px));
        left: max(-.2666666667svw, -1px)
    }
}

.home-hero__title:after {
    bottom: max(-.1041666667svw, -2px);
    left: calc(100% - min(.1041666667svw, 2px))
}

@media screen and (orientation: portrait) {
    .home-hero__title:after {
        bottom: max(-.2666666667svw, -1px);
        left: calc(100% - min(.2666666667svw, 1px))
    }
}

.home-about {
    min-height: 100svh;
    width: 100vw;
    display: flex;
    flex-direction: column
}

.home-about__inner {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: min(15.625svw, 300px) 0
}

@media screen and (orientation: portrait) {
    .home-about__inner {
        padding: min(32svw, 120px) 0
    }
}

.home-about__text {
    max-width: min(71.09375svw, 1365px)
}

@media screen and (orientation: portrait) {
    .home-about__text {
        text-wrap: pretty;
        width: 100%;
        max-width: none
    }
}

/********************************************************************************** About section **************************************************************************/

.about-section {
    min-height: 100svh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin: 3% 0; */
}

.about-section p {
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    color: #000000;
    line-height: 1.5em;
}

.about-section span {
    display: block;
    transition: all 0.15s linear;
}

.about-section span strong {
    color: #dc2827;
    font-weight: bold;
}


@media screen and (max-width: 991px) {
    .about-section p {
        font-size: 6vw;
        width: 85%;
    }
}

/******************************************************************************** Product section *************************************************************************/

.product-section h2 {
    font-size: 3vw;
    width: 85%;
    margin: auto;
    text-transform: uppercase;
    line-height: 1.25;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    min-height: 55vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 85%;
    margin: auto;
}

.slider-container {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    padding-left: 100%;
}

.bottle-card {
    min-width: calc(33.333% - 20px);
    background: white;
    border-radius: 30px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); */
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.bottle-card:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12); */
}

.bottle-image {
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.bottle-image img {
    height: auto;
    width: 70%;
    object-fit: contain;
}

.bottle-image svg {
    width: auto;
    height: 100%;
    max-width: 150px;
}

.bottle-info {
    text-align: center;
    width: 100%;
}


.bottle-name {
    font-size: 2rem;
    color: #2c5f6f;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.25;
}

.bottle-count {
    font-size: 1.2rem;
    color: #5fb3cc;
    font-weight: 500;
    margin-top: 10px;
}

@media screen and (min-width: 501px) and (max-width: 991px) {
    .slider-container {
        margin-left: 100%;

    }

    .slider-wrapper {
        padding-left: unset;
    }
}

@media screen and (max-width: 500px) {
    .product-section h2 {
        font-size: 7vw;
        font-weight: bold;
    }

    .bottle-name {
        font-size: 1rem;
    }

    .bottle-count {
        font-size: .9rem;
    }
}

.navigation {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
    align-self: flex-start;
}

.nav-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #000000;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.3s;
}

.nav-btn:hover {
    background: #333333;
    transform: scale(1.1);
}

.nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: scale(1);
}

.nav-btn svg {
    width: 24px;
    height: 24px;
    fill: white;
}

@media (max-width: 1024px) {
    .bottle-card {
        min-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .bottle-card {
        min-width: calc(50% - 15px);
    }

    .header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .bottle-image {
        height: 100px;
    }
}

@media screen and (max-width: 500px) {
    .navigation {
        margin-top: 40px;
    }
}

.bottle-card {
    /* ...existing styles... */
    opacity: 0.5;
    /* Default faded */
    margin-top: 10%;
    transform: translateY(0);
    transition:
        opacity 0.3s,
        box-shadow 0.3s,
        transform 0.3s;
}

.bottle-card.active {
    opacity: 1;
    z-index: 2;
    /* box-shadow: 0 25px 70px rgba(0, 0, 0, 0.17); */
    transform: translateY(-23%);
    /* Lift active to center */
}

/* 
@media screen and (max-width:991px) {
    .slider-wrapper {
        padding-left: 35%;
    }
} */

.bottle-card.next {
    /* opacity: 1; */
    z-index: 1;
    transform: translateY(-15%);
    /* Slightly lift next card */
}

.bottle-card {
    min-width: calc(14.333% - 20px);
    /* Default: Desktop, 3 per view */
    opacity: 0.5;
    margin-top: 10%;
    transform: translateY(0);
    transition:
        opacity 0.3s,
        box-shadow 0.3s,
        transform 0.3s;
}

@media (max-width: 1024px) {
    .bottle-card {
        min-width: calc(33.333% - 20px);
        /* Tablet: Show at least 3 per view */
    }
}

@media (max-width: 991px) {
    .bottle-card {
        min-width: calc(33.333% - 20px);
        /* Tablet: Make sure you keep 3 per view */
    }
}

@media (max-width: 768px) {
    .slider-wrapper {
        padding-left: 50%;
    }
}

@media screen and (max-width: 500px) {

    .slider-wrapper {
        padding-left: 0 !important;
        align-items: flex-start;
        /* Remove all left padding */
    }

    .bottle-card {
        min-width: 44vw;
        /* Or use 40vw for tighter mobile layouts */
        max-width: 220px;
        /* Prevent from growing too large on landscape */
        max-height: 52vh;
    }
}

/***************************************************************************************** Vision section *******************************************************************/

.vision-section {
    width: 100%;
    min-height: 80vh;
    display: flex;
    border-radius: 2vw;
    padding: min(2.0833333333svw, 40px);
    flex-direction: row-reverse;

}

.vision-section>div {
    flex: 1;
    box-shadow: 2px 1px 9px 0px rgb(0 0 0 / 25%);
}

.vision-left-section {
    background-color: #ffffff;
    border-top-right-radius: 2vw;
    border-bottom-right-radius: 2vw;
    padding: 3vw;
    display: flex;

}

.vision-flex-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;

}

.vision-left-section h2 {
    font-size: 3vw;
    color: #000000;
    text-transform: uppercase;
}

.vision-left-section h3 {
    font-size: 1.5vw;
    margin-top: 2%;
    color: #dc2827;
}

.vision-bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5%;
    margin-top: 8%;
}

.vision-bottom p {
    font-size: 1vw;
    font-weight: bold;
}

/* project counter */

.project-counter-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 5%;
    margin: 2% 0;
    align-items: center;
    color: #000000;
}

.project-counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.project-counter-container span {
    font-size: 1.35vw;
    font-weight: bold;
    color: #dc2827;
}

.project-counter-container p {
    font-weight: 600;
    font-size: 1vw;
}

@media screen and (max-width: 991px) {
    .project-counter-container {
        margin: 7% 0;
    }

    .project-counter-container span {
        font-size: 3vw;
    }


}

@media screen and (max-width: 500px) {
    .project-counter-container {
        flex-direction: column;
        gap: 5vw;
    }


    .project-counter-container span {
        font-size: 6vw;
    }

    .project-counter-container p {
        font-size: 3vw !important;
    }
}

.mission-vision {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    font-size: 16px;
    color: #dc2827;
    cursor: pointer;
    transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    font-weight: bold;
    text-decoration: none;
}

.vision-bottom .mission-vision {
    margin-top: 5%;
}

.mission-vision .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    /* existing styles */
    position: relative;
    width: 40px;
    height: 40px;
    border: 1.5px solid #dc2827;
    border-radius: 50%;
    overflow: hidden;
    transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.mission-vision .circle i {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
    .mission-vision .circle i {
        font-size: 1.5vw;
    
    }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
    .mission-vision .circle i {
        font-size: 1.15rem;
    }
}

.mission-vision .arrow {
    position: absolute;
    z-index: 1;
    font-size: 30px;
    color: #b14949;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transform: translate(0%, -15%);

}

/* Pseudo-element for the fill animation */
.mission-vision .circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 0;
}


/* Hover effects */
.mission-vision:hover {
    color: #000000;
}

.mission-vision:hover .circle {
    border-color: #000000;
}

.mission-vision:hover .circle::before {
    transform: scaleX(1);
}

.mission-vision:hover .arrow {
    color: #fff;
}

.vision-right-video {
    /* border-radius: 2vw; */
    border-top-left-radius: 2vw;
    border-bottom-left-radius: 2vw;
    overflow: hidden;
}

.vision-right-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .vision-section {
        flex-direction: column;
        min-height: 100dvh;
        padding: 3vw;
    }

    .vision-left-section h2 {
        font-size: 6vw;
    }

    .vision-left-section h3 {
        font-size: 3.5vw;
    }

    .vision-bottom {
        margin-top: 6%;
    }

    .vision-bottom .mission-vision {
        margin-top: 0%;
        margin-bottom: 2%;
    }

    .vision-bottom p {
        font-size: 2vw;
        font-weight: bold;
    }

    .vision-flex-container {
        height: -webkit-fill-available;
    }

    .vision-right-video {
        flex-basis: min(112svw, 420px) !important;
    }

    .mission-vision .arrow {
        /* font-size: 18.5px; */
        top: 50%;
        transform: translateY(-50%);
    }
    
}

@media screen and (max-width: 500px) {

    .vision-section {
        flex-direction: column;
        padding: 5vw;
        min-height: 80vh;
    }

    .vision-left-section {

        padding: 5vw;

    }

    .vision-left-section h2 {
        font-size: 8vw;
    }

    .vision-left-section h3 {
        font-size: 3.5vw;
    }

    .vision-bottom {
        gap: 25px;
        margin-top: 5%;
    }

    .vision-bottom p {
        font-size: 3vw;
        font-weight: bold;
    }

    .vision-right-video {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        /* ✅ Keeps correct proportions */
        border-radius: 2vw;
        overflow: hidden;
    }

    .vision-right-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* ✅ Fully covers the container */
    }

    .mission-vision {
        font-size: 14px;
    }

    .mission-vision .circle {
        width: 35px;
        height: 35px;
    }

    .mission-vision .arrow {
        font-size: 18.5px;
        top: 50%;
        transform: translateY(-50%);
    }
}

/************************************************************************************* background video section ********************************************************/

.bg-animation-section {
    min-height: min(46svw, 1104px);
    padding: 1.5vw;
    display: flex;
    margin-top: 2vw;
}

.bg-animation-content {
    flex-grow: 1;
    height: auto;
    width: 100%;
    position: relative;
    border-radius: 1vw;
    overflow: hidden;
}

.bg-video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bg-video-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bg-animation-content {
    display: flex;
    justify-content: space-between;
    padding: 2vw;
}

.bg-animation-content>div {
    height: 100%;
}

.bg-animation-content h2 {
    font-size: 3vw;
    line-height: 1.3;
    color: #000000;
}

.bg-animation-right-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    width: 35%;
}

.bg-animation-right-content p {
    font-size: 1.5vw;
    color: #333333;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 3.25vw;
}

.bg-animation-right-content .mission-vision {
    color: #dbe9e4;
}

@media screen and (max-width: 991px) {
    .bg-animation-section {
        min-height: min(144svw, 540px);
        padding: 2VW;
        margin-top: 5vw;
    }

    .bg-animation-section br {
        display: none;
    }

    .bg-animation-section h2 {
        font-size: 3.5vw;
    }

    .bg-animation-content {
        border-radius: 3vw;
        flex-direction: column;
    }

    .bg-animation-right-content {
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 1%;
    }

    .bg-animation-right-content p {
        font-size: 2vw;
    }
}

@media screen and (max-width: 500px) {
    .bg-animation-content h2 {
        font-size: 6vw;
        width: 75%;
        text-align: center;
        margin: auto;
    }

    .bg-animation-right-content p {
        font-size: 3.5vw;
        text-align: center;
    }
}

/*********************************************************************************** section premium *****************************************************************/

.section-premium {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.section-premium h2 {
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    text-transform: capitalize;
    margin-top: 3%;
}

.premium-flex-outer-content {
    margin: 3vw 2vw 1vw 2vw;
    background-color: #ffffff;
    display: flex;
    border-radius: 3.5vw;
    overflow: hidden;
    flex-grow: 1;
    box-shadow: 2px 1px 9px 0px rgb(0 0 0 / 25%);
}

.premium-flex-content {
    display: flex;
    flex-direction: row-reverse;
}

.premium-flex-content>div {
    flex: 1;
}

.premium-left-video {
    overflow: hidden;
    border-top-right-radius: 3vw;
    border-bottom-right-radius: 3vw;
}

.premium-left-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.premium-right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5vw;
    gap: 3vw;
}

.premium-right-content h3 {
    font-size: 3vw;
    line-height: 1.3;
    color: #dc2827;
}

.premium-right-content span {
    color: #000000;
}

.premium-right-content p {
    font-size: 1vw;
    font-weight: 500;
}

.premium-right-content p:nth-child(3) {
    margin-bottom: 2vw;
}

.premium-buttons-container {
    display: flex;
    gap: 2vw;
}

.man-card-outer-container {
    display: flex;
    gap: 1rem;
}

.man-card-outer-container .man-card {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.man-card-outer-container .man-card:first-child {
    border-right: 1px solid #cccccc;
    padding-right: .75rem;
}

.man-card-content h4 {
    font-size: 1rem;
    color: #dc2827;
}

.man-card-content p {
    margin-top: .5rem;
    font-size: 0.85rem;
}

.man-card img {
    height: auto;
    width: 100%;
    object-fit: cover;
    max-width: 60px;
}

@media screen and (max-width: 991px) {
    .section-premium {
        min-height: unset;
    }

    .premium-flex-content {
        flex-direction: column;
    }

    .premium-flex-content>div {
        flex: unset;
    }

    .premium-right-content h3 {
        font-size: 4vw;

        margin-bottom: 2vw;
    }

    .premium-right-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 4vw;
        gap: 2vw;
    }

    .premium-right-content p {
        font-size: 2vw;
        font-weight: 600;
    }

    .premium-buttons-container {
        display: flex;
        gap: 2vw;
        flex-direction: column;
        margin-bottom: 1vw;
    }

    .man-card-outer-container {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .man-card-content h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 600px) {
    .man-card-outer-container {
        display: flex;
        gap: 2rem;
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {

    .section-premium h2 {
        font-size: 7vw;
        margin: 15% auto;
        width: 45%;
    }


    .section-premium br {
        display: none;
    }

    .premium-right-content h3 {
        font-size: 1.69rem;
        margin-top: 3vw;
    }

    .premium-right-content h3 span {
        width: 100%;
        display: block;
    }

    .man-card-outer-container .man-card:first-child {
        border: none;
    }


    .premium-right-content p {
        font-size: 0.8rem;
        font-weight: 500;
        margin-bottom: 0.5rem;
    }

    .premium-right-content p:nth-child(3) {
        margin-bottom: 5vw;
    }

    .man-card-outer-container .man-card {
        align-items: flex-start;
    }

    .man-card img {
        max-width: 40px;
    }

    .man-card-content h4 {
        font-size: 0.9rem;
    }

    .man-card-content p {
        font-weight: normal;
        font-size: 0.85rem;
        margin-top: .25rem;
    }
}

/* ********************************************************************************Certifications *******************************************************/


.certifications {
    min-height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.certifications h2 {
    text-align: center;
    font-size: 3vw;
}

.certificates-container {
    display: flex;
    width: 80%;
    margin: 2.5% auto;
    gap: 5%;
}

.certificate-image {
    height: 450px;
    flex: 1;
}

.certificate-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media screen and (min-width: 501px) and (max-width: 991px) {
    .certifications {
        min-height: unset;
    }

    .certificate-image {
        height: unset;
    }

}

@media screen and (max-width: 500px) {

    .certifications {
        min-height: unset;
        margin: 5.5% 0;
    }

    .certifications h2 {
        font-size: 7vw;
    }

    .certificates-container {
        flex-direction: column;
    }

    .certificate-image {
        height: unset;
        flex: 1;
    }

    .certificate-image img {
        width: 70%;
        display: block;
        margin: 4% auto;
    }
}


/******************************************************************************* product slider new ******************************************************************/

.product-slider-container {
    max-width: 90%;
    margin: 3rem auto;
    padding: 0 1rem;
}

.my-swiper {
    min-height: 60vh;
}

.product-slider-container h2 {
    font-size: 3vw;
    width: 85%;
    margin: auto;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 2vw;
    color: #000000;
}

@media screen and (max-width: 991px) {
    .product-slider-container h2 {
        font-size: 6vw;
    }
}

@media screen and (max-width: 500px) {
    .product-slider-container h2 {
        font-size: 7vw;
    }
}

/* ===== Product Card ===== */
.product-card {
    background: #fff;
    border-radius: 8px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
    box-shadow: 1px 2px 10px 3px rgb(0 0 0 / 28%);
    text-align: center;
    padding: 1.5rem;
    transition: transform .3s, box-shadow .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 57vh !important;
    gap: 1vw;
}

.product-card img {
    max-width: 100%;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.product-card h3 {
    font-size: 1.25vw;
    margin: .5rem 0;
    color: #333;
}

@media screen and (max-width: 1023px) {
    .my-swiper {
        min-height: 32vh;
    }

    .product-card {
        min-height: unset !important;
    }
}

@media screen and (max-width: 991px) {
    .product-card h3 {
        font-size: 2.25vw;
    }


}

@media screen and (max-width: 799px) {

    .product-card {
        width: 90%;
        display: block;
        margin: auto;
    }

    .my-swiper {
        min-height: 40vh;
    }
}

@media screen and (max-width: 500px) {


    .my-swiper {
        min-height: 45vh;
    }

    .product-card h3 {
        font-size: 4.25vw;
    }

    .product-card p {
        font-size: 4vw;
    }
}

.product-card .price {
    font-weight: bold;
    color: #dc2827;
    margin-bottom: 1rem;
}

.product-card .btn {
    background: #333333;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background .3s;
}

.product-card .btn:hover {
    background: #000000;
}

/* ===== Slider Effects ===== */
.swiper-slide {
    transform: translateY(10%) !important;
    height: 80%;
    opacity: 0.6;
    transition: all 1s !important;
}

.swiper-slide-prev {
    transition-delay: .2s !important;
}

.swiper-slide-next {
    transform: translateY(10%) !important;
    transition-delay: .5s !important;
}

.swiper-slide-active {
    transform: translateY(3%) !important;
    height: 100%;
    transition-delay: .65s !important;
    opacity: 1;
    z-index: 5;
}

/* ===== Custom Nav Buttons ===== */
.slider-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.slider-btn {
    background: #333333;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    font-size: 1rem;
    cursor: pointer;
    transition: background .3s, opacity .3s;
}

.slider-btn:hover:not(:disabled) {
    background: #000000;
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ****************************************************************************** Testimonial *************************************************************** */

.testimonial-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3%;
}

@media (min-width: 768px) {
    .testimonial-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .testimonial-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .testimonial-container {
        width: 1170px;
    }
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Columns */
[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Small columns (≥768px) */
@media (min-width: 768px) {
    .col-sm-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6667%;
    }
}

/* Medium columns (≥992px) */
@media (min-width: 992px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }
}

/* Text utilities */
.text-center {
    text-align: center;
}

/* Hidden on extra small screens */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

/* Image utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-circle {
    border-radius: 50%;
}

.section-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.section-title:after,
.section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
}

.section-title:after {
    height: 2px;
    background-color: #dc2827;
    left: 25%;
    right: 25%;
}

.section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #dc2827;
    left: 50%;
    transform: translatex(-50%);
    bottom: -8px;
    z-index: 9;
    border-radius: 50%;
}

.customer-feedback h2 {
    font-size: 3vw;
    font-weight: bold;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
    width: 85px;
    height: 85px;
}

.feedback-slider-item {
    position: relative;
    padding: 60px;
    margin-top: -40px;
}

.customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
}

.feedback-slider-item p {
    line-height: 1.875;
}

.customer-rating {
    background-color: #eee;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, 0.702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
}

.thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto;
}

.thumb-next .customer-rating {
    top: -20px;
    right: 0;
}

.customer-rating i {
    color: #dc2827;
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #f6f6f6;
    border: 1px solid rgba(251, 90, 13, 0.1);
    border-radius: 10px;
    z-index: -1;
}

.feedback-slider-item h3 {
    color: #dc2827;
    font-weight: bold;
    font-size: 20px;
}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    transition: all 0.3s;
}

.thumb-next {
    left: auto;
    right: -90px;
}

.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-slider-thumb:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    bottom: 45px;
    transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
    background-color: transparent;
    color: #dc2827;
    font-size: 25px;
}

.customer-feedback .owl-prev {
    left: -15px;
}

.customer-feedback .owl-prev:hover {
    left: -20px;
}

.customer-feedback .owl-next {
    right: -15px;
}

.customer-feedback .owl-next:hover {
    right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}

.customer-feedback .owl-dot {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #dc2827;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: #dc2827;
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .feedback-slider-item:after {
        left: 30px;
        right: 30px;
    }

    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto;
    }

    .customer-feedback .owl-prev {
        left: 0;

        &:hover {
            left: 0;
        }
    }

    .customer-feedback .owl-next {
        right: 0;

        &:hover {
            right: 0;
        }
    }

}

@media screen and (max-width: 500px) {
    .customer-feedback h2 {
        font-size: 7vw;
    }

    .customer-name {
        font-size: 14px;
    }

    .feedback-slider-item p {
        font-size: 12px;
    }
}


/* section title */

.section-title2 {
    padding-bottom: 1.25vw;
}

@media screen and (max-width: 991px) {
    .section-title2 {
        padding-bottom: 1rem;
    }
}

.section-title2:after {
    height: 2px;
    background-color: #dc2827;
    left: 25%;
    right: 25%;
    width: 20%;
    margin: auto;
}


@media screen and (max-width: 991px) {
    .section-title2::after {
        width: 35%;
    }
}

.section-title2:after,
.section-title2:before {
    content: "";
    position: absolute;
    bottom: 0;
}

.section-title2:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #dc2827;
    left: 50%;
    transform: translatex(-50%);
    bottom: -8px;
    z-index: 9;
    border-radius: 50%;
}