.product-hero-section {
    background-size: cover;
    background-position: center center;
    padding: 300px 0 200px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.1);
    overflow: hidden;
}

.hero-inner-container {
    position: relative;
}

h1 {
    font-size: 90px;
    font-weight: 500;
    line-height: 92px;
    letter-spacing: -4px;
    margin-bottom: 5px;
}

.hero-inner-info {
    position: relative;
    z-index: 2;
}

.hero-inner-info:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    top: -20px;
    left: -20px;
    background-image: url("/wp-content/uploads/2025/08/h1-rounded-corner.svg");
    background-position: center center;
}

.hero-inner-subtitle {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1px;
}

.product-hero-image-column {
    position: relative;
}

.product-hero-image {
    position: absolute;
    left: 0;
    width: 42vw;
    bottom: -13vw;
}

.product-hero-image img {
    height: 100%;
    display: block;
    object-fit: cover;
}

.single-products #tullo-header {
    background-color: #1A253A;
}

.product-info-section {
    padding-block: 100px;
}

.product-info-column {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
}

.product-gallery-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2,160px);
    gap: 10px;
}

.product-gallery-images img {
    border-radius: 10px;
    box-shadow: 0px 2px 2px 0px rgba(47, 71, 114, 0.1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery-images img:hover {
    box-shadow: 0px 18px 35px 0px rgba(47, 71, 114, 0.18);
}

.product-main-image img {
    margin-inline: auto;
    display: block;
}

.product-bottom-part {
    box-sizing: border-box;
    border: 3px solid var(--blue);
    border-radius: 20px 20px 60px 20px;
    padding: 52px;
}

.product-price-type {
    display: flex;
    align-items: center;
    column-gap: 36px;
}

.product-price {
    font-size: 40px;
    font-weight: 500;
    line-height: 30px;
}

.product-type p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.product-buttons {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 45px;
}

.product-type .types {
    display: flex;
    align-items: center;
}

.product-buttons a, .product-buttons a:first-of-type {
    width: 100%;
    display: block;
    text-align: center;
}

.video-tab-container {
    position: relative;
    padding-block: 200px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.video-block-tab video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 20px;
}

.video-faqs-section {
    padding: 0;
    overflow: hidden;
}

.tab-row-container {
    position: relative;
}

.tab-row-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: rgba(47, 71, 114, 0.3);
}

.tab-row:before {
    left: -1000px;
}

.tab-row:after {
    right: -1000px;
}

.video-tab-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0.00deg, rgba(26, 37, 58, 0.85),rgba(26, 37, 58, 0.6) 100%);
    border-radius: 20px;
}

.video-block {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.video-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-faqs-section a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.29);
    width: 140px;
    height: 140px;
    border-radius: 70px;
}

.video-faqs-section a span {
    transition: 0.3s all ease-in;
    -webkit-mask: url('/wp-content/uploads/2025/08/Polygon-1.svg');
    -webkit-mask-position: center center;
    width: 53px;
    height: 53px;
    border-radius: 2px;
    background: var(--White, rgba(255, 255, 255, 1));
}

.video-button-wrapper {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.video-faqs-section .faq-content a {
	display: unset;
    align-items: unset;
    justify-content: unset;
    box-shadow: unset;
    backdrop-filter: unset;
    background: unset;
    width: unset;
    height: unset;
    border-radius: unset;
	color:var(--green);
	border-bottom: 1px solid var(--green);
}

.video-faqs-section:before {
    display: none;
}

.video-button-wrapper:hover a {
    background-color: #ffffff;
}

.video-button-wrapper:hover span {
    background-color: var(--green);
}


.video-block h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 5px;
}


.tab-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 40px;
}

.tab-column {
    width: 50%;
    border: 1px solid rgba(47, 71, 114, 0.3);
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 40px;
    position: relative;
}

.tab-column:before, .tab-column:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: rgba(47, 71, 114, 0.3);
    right: -1px;
    bottom: -10px;
}

.tab-column:before {
    right: unset;
    left: -1px;
}

.tab-column:after {
    opacity: 0;
}

.active .tab-line {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 4px;
    background-color: #F0F9FD;
    z-index: 111;
}

.right-tab-column {
    border-left: none;
    border-top-left-radius: 0;
}

.tab-column:not(.active) {
    background-color: var(--light-blue);
    border-bottom: 1px solid rgba(47, 71, 114, 0.3);
}


.active.right-tab-column {
    border-left: 1px solid rgba(47, 71, 114, 0.3);
}

.active.right-tab-column {
    position: relative;
    top: -10px;
    border-top-left-radius: 10px;
}

.active.right-tab-column:after {
    opacity: 1;
}


.left-tab-column {
    border-right: none;
    border-top-right-radius: 0;
}

.active.left-tab-column {
    border-right: 1px solid rgba(47, 71, 114, 0.3);
    border-top-right-radius: 10px;
}

.active.left-tab-column {
    top: -10px;
}

.active.left-tab-column  h3{
    top: 10px;
}


.tab-column h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: center;
    position: relative;
}

.active.tab-column h3 {
    top: 10px;
}

.left-tab-column:before, .left-tab-column:after {
    opacity: 0;
}

.active.left-tab-column:before, .active.left-tab-column:after {
    opacity: 1;
}

.right-tab-column:before, .right-tab-column:after {
    opacity: 0;
}

.active.right-tab-column:before, .active.right-tab-column:after {
    opacity: 1;
}

.blocks-container {
    position: relative;
}

.tab-block {
    opacity: 0;
    z-index: -1;
    transition: 0.3s all ease-in;
    display: none;
}

.active.tab-block {
    opacity: 1;
    z-index: 1;
    display: block;
}

.faq-item-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.faq-item-heading h4 {
    width: calc(100% - 50px);
}

.faq-item-heading h4 p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    width: calc(100% - 50px);
    width: fit-content;
    border-bottom: 1px solid rgba(255,255,255,0);
}

.faq-item-heading span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 61px;
    box-shadow: 0px 2px 2px 0px rgba(47, 71, 114, 0.1);
    background-color: #ffffff;
}

.faq-item-heading span i {
    font-size: 17px;
    color: var(--blue);
}

.faq-item {
    padding-block: 32px;
    cursor: pointer;
}

.faq-item:hover h4 p {
    text-decoration: underline;
    text-decoration-color: rgba(47, 71, 114, 0.51);
    text-decoration-thickness: 1px;
}

.faq-item .faq-content {

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.faq-item.active .faq-content {
    max-height: 1000px;
}

.faq-item p {
    font-size: 18px;
}

.faq-item.active i:before {
    content: "\f068";
}

.faq-item.active span {
    background-color: var(--blue);
}

.faq-item.active i {
    color: #ffffff;
}


.faq-item i:before {
    transition: 0.3s all ease-in-out;
}

.video-block p {
    color: rgba(255,255,255,.5);
}

.buttons-section {
    padding-block: 90px;
}

.buttons-wrapper {
    background-color: var(--light-blue);
    padding: 60px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.buttons-wrapper span {
    margin-top: auto;
}

.buttons-container .row {
    align-items: stretch;
    row-gap: 20px;
}

.buttons-inner p {
    font-weight: 600;
}

.single-products .video-section {
    margin-top: 90px;
}

.single-products .main-testimonial-slider .slick-dots {
    bottom: -115px;
}

.video-faqs-section {
    margin-top: 90px;
}

.video-faqs-section .video-poster {
    border-radius: 20px;
}

.single .banner-container h2 {
    width: auto;
}

@media(min-width: 1920px) {
    .product-hero-image {
        position: absolute;
        left: 0;
        width: 160%;
        bottom: -250px;
    }
}


@media(max-width: 1200px) {
    .product-hero-image {

        bottom: -100px;
    }

    .product-bottom-part {
        padding: 30px;
    }
}

@media(max-width: 1300px) {
    .hero-inner-info:before {
        left: -10px;
    }
}

@media(max-width: 991px) {
    .product-hero-image {
        top: unset;
        left: unset;
        bottom: unset;
        position: relative;
        width: auto;
    }

    .product-hero-section {
        padding: 170px 0 0;
    }

    .hero-inner-info {
        text-align: center;
    }

    .hero-inner-info:before {
        display: none;
    }

    .product-main-image img {
        height: 550px !important;
        margin-bottom: 40px;
    }

    .product-info-section {
        padding-block: 80px;
    }

    .tab-row-mobile {
        flex-direction: column;
    }

    .tab-column-mobile {
        width: 100%;
        margin-inline: auto;
        padding-block: 24px;
        border-top: 1px solid rgba(47, 71, 114, 0.3);
        border-bottom: 1px solid rgba(47, 71, 114, 0.3);
    }

    .tab-heading-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tab-heading-mobile h3 {
        width: calc(100% - 50px);
    }

    .tab-mobile-block {
        display: none;
        padding-top: 35px;
    }

    .tab-heading-mobile h3 {
        font-size: 30px;
    }

    .active.tab-mobile-block {
        display: block;
    }

    .tab-row-mobile .tab-column-mobile:first-of-type {
        border-bottom: none;
    }

    .video-tab-container {
        padding-block: 100px;
    }

    .single-products .main-testimonial-slider .slick-dots {
        bottom: -180px;
    }

    .product-gallery-images {
        grid-template-rows: repeat(2,200px);
    }

    .product-hero-section {
        border-bottom: none;
    }

    .hero-inner-container{
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .hero-text {
        padding-top: 40px
    }

}

@media(max-width: 768px) {
    .hero-inner-info:before {
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        height: 4px;
        background-color: var(--green);
        background-image: unset;
    }

    .hero-inner-info {
        text-align: center;
    }


    .video-tab-container {
        padding-block: 50px;
    }

    .video-button-wrapper {
        width: 101px;
        height: 101px;
    }

    .video-button-wrapper a {
        width: 86px;
        height: 86px;
    }

    .product-gallery-images {
        grid-template-rows: repeat(2,160px);
    }

}

@media (max-width: 575px) {
    #hero-inner.product-hero-section {
        padding-top: 110px;
    }

    .product-hero-image img {
        height: 370px;
        margin: 20px auto 0;
    }

    .postid-70 .product-hero-image img {
        height: auto;
    }

    .postid-70 .hero-inner-info {
        margin-inline: -15px;
    }

    .product-info-section {
        padding-block: 40px;
    }

    .product-info-column {
        row-gap: 32px;
    }

    .product-bottom-part {
        padding: 0;
        border: none;
    }

    .product-price-type {
        flex-direction: column;
        row-gap: 10px;
    }

    .product-price-type {
        padding-top: 20px;
    }

    .product-type {
        display: flex;
    }

    .product-buttons {
        margin-top: 52px;
    }

    .tab-heading-mobile h3 {
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        letter-spacing: -1px;
    }

    .tab-mobile-block {
        padding-top: 24px;
    }

    .buttons-section {
        padding-block: 12px;
    }

    .buttons-section .row {
        row-gap: 12px;
    }

    .buttons-wrapper {
        padding: 32px;
    }

    .buttons-inner {
        row-gap: 20px;
    }

    .single-products .video-faqs-section {
        margin-top: 10px;
        margin-bottom: 38px;
    }

    .single-products .main-testimonial-slider .slick-dots {
        bottom: -160px;
    }

    .single-products .video-section {
        margin-top: 50px;
    }

    .product-gallery-images {
        grid-template-rows: repeat(2,120px);
    }

    .hero-inner-subtitle {
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 0;
    }

    .tab-column-mobile, .faq-item {
        padding-block: 20px;
    }

    .faq-item-heading h4 p {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
    }

    .faq-item p {
        line-height: 26px;
    }

    .video-block h2 {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -1px;
    }

    .video-section a span {
        -webkit-mask-size: 70%;
        -webkit-mask-repeat: no-repeat;
    }

    .hero-inner-subtitle {
        letter-spacing: 0;
    }
}