body{
    font-family: 'Poppins', sans-serif;
}
@font-face {
    font-family: 'BreathingPersonalUseOnly';
    src: url('fonts/BreathingPersonalUseOnly.ttf') format('truetype');;
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'Fontspring-DEMO-vanguardcf-heavy', format('opentype');
    src: url('fonts/Fontspring-DEMO-vanguardcf-heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

#hotspot-509 .hotspots-image-container, #hotspot-509 .leaflet-container {
    background: #262525 !important;
}

#hotspot-509 .hotspots-placeholder, .featherlight .featherlight-content.lightbox-509 {
    background: #262525 !important;
    border: 0 #262525 solid !important;
    color: #6a6a6a !important;
}

#hotspot-2187 .hotspots-placeholder, .featherlight .featherlight-content.lightbox-2187 {
    background: #262525 !important;
    border: 0 #262525 solid !important;
    color: #6a6a6a !important;
}

#hotspot-2187 .hotspots-image-container, #hotspot-2187 .leaflet-container {
    background: #262525 !important;
}
.home-banner {
    width: 100%;
}
.banner-image img{
    width: 100%;
}
.banner-image{
    height: 94vh;
}
.banner-image video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.desktop-video {
    display: block;
}

.mobile-video {
    display: none;
}
/* .banner-image{
    height: 899px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/home/home-banner-video.mp4');
} */
/* Home Banner Mobile */
@media(max-width:767px){
   
    .banner-image{
        background-image: url('../images/home/home-banner-mb.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .desktop-video {
        display: none;
    }

    .mobile-video {
        display: block;
    }
}



main{
    padding-top: 0 !important;
}


/* Our Legacy Section */
.legacy-section{
    background:#1f1f1f;
    padding:50px 0;
    text-align:center;
}

.legacy-svg{
    width:100%;
    display:block;
    margin:0 auto 0px;
}

.legacy-mask-text{
    fill:rgb(0, 0, 0);
    font-size:400px;
    text-transform:uppercase;
    letter-spacing: 20px;
}

.legacy-mask-text--mobile{
    display:none;
}

/* .legacy-svg video{
    width:100%;
    height:100%;
    object-fit:cover;
} */
.legacy-content{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.legacy-content-text{
    font-family: 'Poppins';
    font-size: 16px;
    text-align: center;
    color: #fff !important;
    line-height: 1.5;
    max-width: 1100px;
    margin: 0 auto 40px;
}

/* Our Legacy Section Mobile */
@media(max-width:767px){

    .legacy-section{
        padding: 10px 0px 40px;
    }

    .legacy-section .container{
        padding:0;
    }

    .legacy-svg{
        max-height:340px;
        margin-bottom:28px;
    }

    .legacy-mask-text--desktop{
        display:none;
    }

    .legacy-mask-text--mobile{
        display:block;
        font-size:240px;
        letter-spacing:8px;
        text-transform:uppercase;
    }

    .legacy-mask-line--our{
        font-size:480px;
        letter-spacing:14px;
    }

    .legacy-mask-line--legacy{
        font-size:258px;
        letter-spacing:10px;
    }

    .legacy-content{
        padding:0 4px;
    }

    .legacy-content-text{
        font-size:14px;
        line-height:1.75;
        margin-bottom:32px;
    }

    .legacy-section .view-all-btn{
        display:inline-block;
        min-width:180px;
        padding:12px 40px;
    }
}

/* Brand Section */
.brands-section{
    min-height:90vh;
    padding:30px 20px;
    background:#ffbe34;
    transition:.4s ease;
    overflow:hidden;
}

.brands-top-tabs{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:40px;
    margin-bottom:40px;
}

.brand-tab{
    border:none;
    background:none;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
    transition: color .4s ease, opacity .4s ease;
}

.brands-content{
    position:relative;
    min-height:450px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.brand-heading{
    font-size: 148px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    letter-spacing: 5px;
}

.brand-heading-top,
.brand-heading-bottom{
    display:none;
}

.brand-product{
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
}



.brands-sub-tabs{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:30px;
    margin-top:30px;
}

.sub-tab{
    border:none;
    background:none;
    font-weight:700;
    font-size: 18px;
    cursor:pointer;
    transition: color .4s ease, opacity .4s ease;
}

.sub-tab.active{
    text-decoration:none;
    opacity:1;
}


.brand-product img{
    width:100%;
    height: 100%;
    max-height: 460px;
    /* max-width:100%; */
}

/* Forward */
.slide-from-right{
    animation: rotateFromRight 0.3s ease-in-out forwards;
}
/* Backward */
.slide-from-left{
    animation: rotateFromLeft 0.3s ease-in-out forwards;
}

.slide-from-right-reverse{
    animation: rotateFromRightReverse 0.5s ease-in-out forwards;
}

.slide-from-left-reverse{
    animation: rotateFromLeftReverse 0.5s ease-in-out forwards;
}

@keyframes rotateFromRight{
    0%{
        /* opacity:0; */
        transform:
            translateX(60vw)
            rotate(35deg)
            scale(.7);
    }
    100%{
        /* opacity:1; */
        transform:
            translateX(0)
            rotate(0deg)
            scale(1);
    }
}

@keyframes rotateFromRightReverse{
    0%{
        /* opacity:1; */
        transform:
            translateX(0)
            rotate(0deg)
            scale(1);
    }
    100%{
        /* opacity:0; */
        transform:
            translateX(60vw)
            rotate(35deg)
            scale(.7);
    }
}




@keyframes rotateFromLeft{
    0%{
        /* opacity:0; */
        transform:
            translateX(-60vw)
            rotate(-35deg)
            scale(.7);
    }
    100%{
        /* opacity:1; */
        transform:
            translateX(0)
            rotate(0deg)
            scale(1);
    }
}



@keyframes rotateFromLeftReverse{
    0%{
        /* opacity:1; */
        transform:
            translateX(0)
            rotate(0deg)
            scale(1);
    }
    100%{
        /* opacity:0; */
        transform:
            translateX(-60vw)
            rotate(-35deg)
            scale(.7);
    }
}


.brands-top-tabs .brand-tab,
    .brands-sub-tabs .sub-tab{
        position:relative;
        flex-shrink:0;
        padding-bottom:6px;
        white-space:nowrap;
        font-family: 'fredoka_oneregular';
        font-weight: 500;
    }

    .sub-tab{
        font-size:14px;
    }

    .brand-tab.active::after,
    .sub-tab.active::after{
        content:'';
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:2px;
        background:currentColor;
    }


/* Brand Section Mobile */
@media(max-width:767px){

    .brands-section{
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        min-height:60vh;
        padding:24px 16px 20px;
    }

    .brand-tab{
        font-size:16px;
    }

    .brands-top-tabs{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items:center;
        gap:12px 18px;
        margin-bottom:0;
        overflow:visible;
    }

    .brands-top-tabs .brand-tab:nth-child(4){
        flex:0 0 100%;
        text-align:center;
    }

    .brands-content{
        flex:1;
        display:flex;
        align-items:center;
        justify-content:center;
        min-height:0;
        margin:20px 0;
        padding:0;
    }

    .brand-heading{
        position:absolute;
        inset:0;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        align-items:center;
        width:100%;
        height:100%;
        font-size:0;
        line-height:1;
        letter-spacing:4px;
        pointer-events:none;
        margin:0;
        padding:8px 0;
    }

    .brand-heading-full{
        display:none;
    }

    .brand-heading-top,
    .brand-heading-bottom{
        display:block;
        font-size:72px;
        font-weight:500;
        line-height:1;
        text-transform:uppercase;
        text-align:center;
        width:100%;
    }

    .brand-product{
        position:absolute;
        z-index:5;
        margin:0 auto;
    }

    .brand-product img{
        width:100%;
        max-width:100%;
        height:100%;
        filter:drop-shadow(0 10px 18px rgba(0,0,0,.18));
    }

    .brands-sub-tabs{
        display:flex;
        flex-wrap:nowrap;
        justify-content:flex-start;
        gap:15px;
        margin-top:0;
        padding:0 4px 4px;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }

    .brands-sub-tabs::-webkit-scrollbar{
        display:none;
    }

    .brands-top-tabs .brand-tab,
    .brands-sub-tabs .sub-tab{
        position:relative;
        flex-shrink:0;
        padding-bottom:6px;
        white-space:nowrap;
    }

    .sub-tab{
        font-size:14px;
    }

    .brand-tab.active::after,
    .sub-tab.active::after{
        content:'';
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:2px;
        background:currentColor;
    }

    .sub-tab.active{
        text-decoration:none;
    }
}

/* Why Choose Us Section */
.why-us-section {
    background: #111;
    padding: 60px 0;
    overflow: hidden;
}

.why-title {
    text-align: center;
    font-size: 50px;
    color: #a9a9a9;
}

.why-wrapper {
    display: flex;
    align-items: center;
    /* gap: 80px; */
}

/* IMAGE */

.why-image {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.circle-wrap{
    /* padding: 105px; */
    background-image: url(../images/home/why-us-bg.webp);
    position: relative;
    top: 0;
    left: -20%;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 850px;
    /* max-height: 89vh;
    min-height: 85vh; */
}
/* .circle-wrap img {
    width: 100%;
    height: 100%;
    margin-top: -30px;
    object-fit: contain;
    max-height: 67vh;
} */

/* CONTENT */

.why-content {
    flex: 1;
    position: relative;
    width: 50%;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 170px;
    top: 0;
    width: 8px;
    height: 100%;
    background: #555;
    border-radius: 10px;
}

.timeline-progress {
    position: absolute;
    left: 170px;
    top: 0;
    width: 8px;
    height: 0;
    background: #ff8b0d;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 2;
}

.why-item {
    display: flex;
    gap: 5vw;
    margin-bottom: 40px;
    position: relative;
}

.why-left {
    width: 140px;
    text-align: right;
    margin-left: 0vw;
}

.number {
    display: block;
    font-size: 50px;
    font-weight: 700;
    font-size: 40px;
    color: #555;
}

.why-left h3 {
    color: rgba(169, 169, 169, 0.42);
    font-size: 20px;
    font-weight: 500;
}

.why-right {
    flex: 1;
}

.why-right p {
    line-height: 1.5;
    max-width: 470px;
    font-size: 16px;
    color: rgba(169, 169, 169, 0.42);
    font-family: 'Poppins';
    margin: 0;
}

.why-item.active .number,
.why-item.active h3 {
    color: #ff8413;
}

.why-item.active .why-right p {
    color: #fff;
}

.why-btn-text-mobile{
    display:none;
}

.know-btn {
    display: inline-block;
    margin-top: 30px;
    background: #ff8b0d;
    color: #fff;
    padding: 16px 50px;
    border-radius: 12px;
    text-decoration: none;
}
.why-us-btn{
    margin: 0 auto;
    text-align: center;
    display: block;
    width: min-content;
}

@media (min-width: 992px) {
    .why-video {
        position: absolute;
        top: 49%;
        left: 50%;
        width: 80%;
        height: 80%;
        max-width: 440px;
        max-height: 430px;
        transform: translate(-50%, -50%);
        object-fit: cover;
        border-radius: 50%;
        overflow: hidden;
    }
}

/* Why choose Us Mobile */
@media(max-width:767px){

    .why-us-section{
        padding:50px 0 40px;
    }

    .why-us-section .container-fluid{
        padding:0 20px;
    }

    .why-title{
        font-size:28px;
        margin-bottom:28px;
        color:#a9a9a9;
    }

    .why-wrapper{
        flex-direction:column;
        gap:0;
    }
    .circle-wrap .why-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        overflow: hidden;
    }
    .why-image{
        width:100%;
        margin-bottom:32px;
    }

    .circle-wrap{
        padding: 50px;
        left: 0;
        top: 0;
        width: min(400px, 88vw);
        height: min(400px, 88vw);
        max-height: none;
        margin: 0 auto;
        min-height: auto;
    }

    .circle-wrap img{
        width:100%;
        height:100%;
        margin-top:0;
        max-height:none;
        object-fit:contain;
    }

    .why-content{
        width:100%;
        flex:none;
    }

    .timeline{
        padding-left:25px;
    }

    .timeline::before{
        left: 15px;
        width:5px;
        background: rgb(169 169 169);
        border-radius:10px;
    }

    .timeline-progress{
        left:15px;
        width:5px;
        background:#ff8413;
        border-radius:10px;
    }

    .why-item{
        display:block;
        margin-bottom:28px;
        padding: 0px 10px 0px 10px;
    }

    .why-item:last-child{
        margin-bottom:0;
    }

    .why-left{
        width:100%;
        text-align:left;
        margin-left:0;
        margin-bottom:10px;
    }

    .why-item .number,
    .why-item .why-left h3{
        color:#ff8413;
    }

    .why-item .why-right p{
        color:#fff;
        font-size:14px;
        line-height:1.75;
        max-width:none;
    }

    .number{
        font-size:28px;
        line-height:1;
        margin-bottom:6px;
    }

    .why-left h3{
        font-size:16px;
        line-height:1.3;
    }

    .why-us-btn{
        display:block;
        width:fit-content;
        min-width:180px;
        margin:32px auto 0;
        text-align:center;
        padding:12px 40px;
    }

    .why-btn-text-desktop{
        display:none;
    }

    .why-btn-text-mobile{
        display:inline;
    }

    .know-btn{
        display:block;
        text-align:center;
        width:180px;
        margin:20px auto 0;
    }
}




.imageMappingSection{
    background: #111111;
    padding: 0px 20px;
}

/* Know your Meat Section */
.imageMappingSection > .container >.row {
    background: #262525;
    border-radius: 35px 10px 10px 35px;
    border-right: 10px solid #e00c1b;
}

/* Farm to Plate Section */
.farm-section {
    padding: 60px 0px;
    background: #e00c1b;
    margin: 0px !important;
}

.farm-inner-block .heading-text {
    color: #f8f1e9;
    font-size: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.heading-text >  span{
    text-align: center;
  color: #fbb040;
  font-size: 50px;
  text-transform: lowercase;
}

.farm-inner-block {
    background: #e00c1b;
    padding: 0px 5px;
    border-radius: 50px 0 0 50px;
    position: relative;
    z-index: 1;
}

.farm-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e00c1b;
    left: 50%;
    top: 0;
}

.farm-inner-block::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background: #e00c1b;
    left: -50px;
    top: 0;
    border-radius: 50px 0 0 50px;
}

/* Farm to Plate Section Mobile */
@media(max-width:767px){
    .farm-section{
        padding:40px 0;
    }

    .farm-inner-block .heading-text{
        font-size: 28px;
        word-spacing: 10px;
    }
    .heading-text > span{
        font-size: 36px;
    }
    .farm-plate{
        margin-bottom: 30px;
    }
    .img-text-col:before{
        border-left: 2px dashed #ffffff;
    }
    .img-text-col{
        padding: 40px 15px;
    }
    .imageMappingSection {
        background: #111111;
        padding: 40px 20px;
    }
    .imageMappingSection > .container >.row{
        border-right: 0px;
        border-radius: 15px;
        padding: 0px;
    }
    .hotspots-interaction .hotspots-placeholder{
        min-height: 340px;
    }
}

/* Recipe Section */


.recipe-section {
    background-image: url('../images/home/receipe-bg.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* overflow: hidden; */
    text-align: center;
    height: 100%;
    background: #121212;
}

.recipe-title {
    font-size: 50px;
    color: #a9a9a9;
    margin-bottom: 50px;
    /* font-weight: 700; */
    text-align: center;
    /* font-family: 'fredoka_oneregular'; */
    padding-top: 50px;
}

.recipeSlider {
    /* padding: 40px 0 70px; */
    /* overflow: visible; */
    width:100%;
    overflow:hidden;
}


.recipeSlider .swiper-wrapper{
    align-items:center;
}

.recipeSlider .swiper-slide{
    display:flex;
    justify-content:center;
    transition: all .5s ease;
    transform: scale(.75);
    opacity: .5;
}

.recipeSlider .swiper-slide-active {
    transform: scale(1.05);
    opacity: 1;
    z-index: 10;
}

.recipeSlider .recipe-card img {
    width: 230px !important;
    height: 230px;
    object-fit: contain;
    transition: all .5s ease;
}

.recipeSlider .swiper-slide-active .recipe-card img {
    width: 280px !important;
    height: 280px;
}

.recipeSlider .swiper-slide-active .recipe-card {
    transform: translateY(-20px);
}

.recipe-card {
    text-align: center;
    transition: .4s ease;
}

.recipe-card img {
    width: 260px;
    height: 260px;
    object-fit: contain;
    transition: .4s ease;
}

.recipe-card h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'fredoka_oneregular';
}

.recipe-card p {
    color: #fff;
    max-width: 260px;
    margin: 0px auto 0;
    font-size: 16px;
    line-height: 1.5;
}
.swiper{
    padding: 30px 0 !important;
}

.swiper-slide {
    transition: all .5s ease;
    transform: scale(.75);
    opacity: .5;
}

.swiper-slide-active {
    transform: scale(1.05);
    opacity: 1;
    z-index: 10;
}

.recipe-card {
    text-align: center;
    margin-bottom: 40px;
}

.recipe-card img {
    width: 230px !important;
    transition: all .5s ease;
}

.swiper-slide-active .recipe-card img {
    width: 280px !important;
}

.swiper-slide-active .recipe-card {
    transform: translateY(-20px);
}

.swiper-button-next, .swiper-button-prev{
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid rgba(255,255,255,.2) !important;
    border-radius: 50% !important;
}

.view-all-btn {
    background: rgb(255, 132, 19);
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    font-family: 'fredoka_oneregular';
    font-size: 18px;
    padding: 10px 56px;
    border-radius: 15px 0px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
}

/* arrows */

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 18px;
}

.recipeSlider .swiper-button-prev.swiper-button-disabled,
.recipeSlider .swiper-button-next.swiper-button-disabled{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}

/* receipe section mobile */
@media(max-width:767px){

    .recipe-section{
        padding:36px 0 44px;
        background-size:contain;
        background-position:center top;
        background-repeat:no-repeat;
        background-image:url('../images/home/receipe-bg-mb.webp');
        background-color: #1b1b1b;
        overflow:visible;
    }

    .recipe-section .view-all-btn{
        display:none;
    }

    .recipe-section .container-fluid{
        padding:0;
        overflow:visible;
    }

    .recipe-title{
        font-size:24px;
        margin-bottom:24px;
        padding-top:0;
        padding-inline:16px;
        color:#a9a9a9;
    }

    .recipeSlider.swiper{
        width:100%;
        padding:0 0 70px !important;
        overflow:visible;
    }

    .recipeSlider .swiper-wrapper{
        align-items:flex-start;
    }

    .recipeSlider .swiper-slide{
        width:69%;
        transform:scale(.88);
        opacity:.55;
    }
    .swiper-backface-hidden .swiper-slide{
        transform: scale(0.88) !important;
    }
    .recipeSlider .swiper-slide-active{
        transform:scale(1) !important;
        opacity:1;
        z-index:5;
    }

    .recipeSlider .swiper-slide-active .recipe-card{
        transform:none;
    }

    .recipeSlider .swiper-slide-prev,
    .recipeSlider .swiper-slide-next{
        transform:scale(.88);
        opacity:.65;
    }

    .recipeSlider .swiper-slide-prev .recipe-card h3,
    .recipeSlider .swiper-slide-next .recipe-card h3{
        font-size:14px;
        margin-top:10px;
        opacity:.75;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:clip;
    }

    .recipeSlider .swiper-slide-prev .recipe-card p,
    .recipeSlider .swiper-slide-next .recipe-card p{
        font-size:11px;
        line-height:1.4;
        max-width:100%;
        margin-top:6px;
        opacity:.6;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }

    /* .recipeSlider .recipe-card img{
        width:140px !important;
        height:140px;
    } */

        .recipeSlider .swiper-slide-active .recipe-card img{
            width:220px !important;
            height:220px;
        }

    /* .recipeSlider .swiper-slide-prev .recipe-card img,
    .recipeSlider .swiper-slide-next .recipe-card img{
        width: 100% !important;
        height: 100%;
    } */

    .recipe-card{
        margin-bottom:0;
    }

    .recipe-card h3{
        font-size:16px;
        font-weight:500;
        margin-top:14px;
        letter-spacing:.5px;
    }

    .recipe-card p{
        font-size:13px;
        line-height:1.55;
        max-width:240px;
        margin:8px auto 0;
        color:rgba(255,255,255,.85);
    }

    .recipeSlider .swiper-button-prev,
    .recipeSlider .swiper-button-next{
        display:flex !important;
        align-items:center;
        justify-content:center;
        top:auto;
        bottom:0;
        width:42px !important;
        height:42px !important;
        margin-top:0;
        background:rgba(0,0,0,.35);
        border:1px solid rgba(255,255,255,.35) !important;
        border-radius:50% !important;
    }

    .recipeSlider .swiper-button-prev{
        left:calc(50% - 52px);
        right:auto;
    }

    .recipeSlider .swiper-button-next{
        left:calc(50% + 10px);
        right:auto;
    }

    .recipeSlider .swiper-button-prev:after,
    .recipeSlider .swiper-button-next:after{
        font-size:16px !important;
    }
}



/* FAQ Section */
.faq-section {
    background: #121212;
    padding: 60px 0;
}

.faq-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.faq-title {
    text-align: center;
    font-size: 50px;
    line-height: 1;
    /* font-weight: 500; */
    color: #a9a9a9;
    margin-bottom: 50px;
    /* font-family: 'fredoka_oneregular'; */
    text-transform: uppercase;
}

.faq-list {
    border-top: 1px solid rgba(255,255,255,0.08);
}

.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    padding: 15px 0;
    cursor: pointer;
    font-family: Poppins;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;

    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    line-height: 1;
    transition: .3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease;
}

.faq-answer p {
    color: #bdbdbd;
    font-size: 16px;
    line-height: 1.5;
    max-width: 900px;
    margin-bottom: 10px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* FAQ Section Mobile */
@media (max-width: 767px) {

    .faq-section {
        padding: 40px 0;
    }

    .faq-section .container {
        padding: 0 16px;
    }

    .faq-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .faq-question {
        font-size: 16px;
        line-height: 1.5;
        padding: 18px 0;
        text-align: left;
    }

    .faq-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 14px;
        line-height: 1.7;
    }
    .hotspot-title{
        text-align: center;
    }
    .hotspot-content p{
        text-align: center;
    }

}