/**/
.box-shadow {
    background-color: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 50px 0 rgba(61, 66, 69, .18);
}
body h2.title {
    font-size: 28px;
    line-height: 34px;
    color: #17181A;
    font-weight: 600;
}
body section {
    padding: 0;
    margin: 50px 0;
}
textarea {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #cdcfd4;
    border-radius: 16px;
    outline: none;
    height: 56px;
    color: #17181a;
    box-sizing: border-box;
    font-weight: 500;
    min-height: 120px;
}

.content-section-item .btn:hover, 
.global-supplier-section .btn:hover,
.faq-section .btn:hover {
    border: 1px solid #2AA466;
}
/**/
.hero-section {
    padding: 0;
    margin: 40px 0 24px;
}
.hero-inner {
    position: relative;
    height: 465px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 50px 0 rgba(61, 66, 69, .18);
    z-index: 1;
    width: calc(100% - 440px);
}
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.hero-content {
    width: 70%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 24px;
    border-radius: 18px;
}
.hero-content .subtitle {
    font-size: 18px;
    font-weight: 700;
}
.hero-content .title {
    font-size: 32px;
    line-height: 48px;
    margin: 4px 0;
}
.btn.btn-light {
    background-color: #F2F7EE;
    border-color: #F2F7EE;
    color: #2AA466;
}
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.action-buttons .btn {
    margin: 0;
}
.btn.btn-light:hover {
    background-color: #2AA466;
    border-color: #2AA466;
    color: #fff;
}
.hero-section-main {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/**/
.partners-block {
    width: 420px;
    box-shadow: 0 0 20px 0 rgba(61, 66, 69, .12);
}
.partners-block .title-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
body .partners-block h2.title {
    font-size: 26px;
}
.partners-block .location-count, .comingsoon-badge {
    background: #eafdc6;
    color: #6E9033;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 999px;
    display: inline-block;
    font-weight: 500;
    width: fit-content;
}
.partners-img {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5px));
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.partners-img img {
    width: 100%;
    height: auto;
}
.hero-caption {
    margin-bottom: 18px;
}

/**/
.typing-container {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #2AA466;
    align-items: center;
}
.typing-text {
    font-weight: 600;
}
.typing-cursor {
    font-weight: 600;
    animation: blink 0.7s infinite;
    position: relative;
    top: -2px;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

/**/
.heading-block h2.title {
    margin: 18px 0 12px;
}
.heading-block {
    max-width: 900px;
}
.heading-block h4.subtitle {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f3f3f3;
    border-radius: 8px;
    font-size: 15px;
    color: #17181A;
    border: 1px solid #d4d4d4;
}
/**/
.card-block {
    display: flex;
    margin-top: 32px;
    gap: 20px;
}
.card-block-item {
    width: 33.33%;
    border: 6px solid #f2f7ee;
    padding: 24px;
    border-radius: 18px;
}
.card-block-item .number {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F7EE;
    font-size: 24px;
    border-radius: 12px;
    font-weight: 700;
    color: #2aa467;
}
.card-block-item h3.title {
    font-size: 20px;
    margin: 16px 0 12px;
    line-height: 28px;
    font-weight: 700;
}
.card-block-item p:last-child {
    margin-bottom: 0;
}

/**/
.global-supplier-inner {
    display: flex;
    padding: 40px;
    background-color: #F2F7EE;
    border-radius: 24px;
}
.global-supplier-section .btn.btn-light,.hero-section .btn.btn-light {
    border: 1px solid #2AA466;
}
.global-supplier-section .content-block {
    width: 50%;
}
.global-supplier-section .image-block {
    width: 50%;
    text-align: center;
}
.global-supplier-section .image-block img {
    max-width: 440px;
    margin-inline: auto;
    height: auto;
    width: 100%;
}
.global-supplier-section .heading-block h2.title {
    max-width: 600px;
}

/**/
.industries-coverage-section .card-block-item {
    background-color: #F3F3F3;
    border: 0;
}
.industries-coverage-section h2.title {
    max-width: 500px;
}
.card-block-item .icon svg {
    width: 28px;
    height: 28px;
}
.comingsoon-badge {
    background-color: #FDF2C6;
    color: #A18612;
    /* position: absolute;
    right: 10px;
    top: 10px; */
    margin-left: 8px;
}
.industries-coverage-section .card-block-item {
    position: relative;
}

/**/
.image-with-text_inner {
    display: flex;
    gap: 50px;
    align-items: center;
    border: 6px solid #f2f7ee;
    padding: 40px;
    border-radius: 24px;
}
.image-with-text_inner .image-block {
    width: 50%;
    position: relative;
}
.image-with-text_inner .content-block {
    width: 50%;
}
.image-with-text_inner .image-block img {
    width: 100%;
    height: auto;
    border-radius: 18px;
}
.image-with-text_inner .image-block .play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/**/
.icon-list {
    margin-top: 24px;
}
.icon-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}
.icon-list li .icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.icon-list-content .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}
.icon-list-content .text {
    margin: 0;
}
.icon-list li:last-child {
    margin: 0;
}

/**/
.content-section-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.content-section-item {
    width: calc(50% - 10px);
    padding: 40px;
    background-color: #F2F7EE;
    border-radius: 24px;
}
.content-section-item h3.title {
    font-size: 20px;
    margin: 16px 0 8px;
    line-height: 28px;
    font-weight: 700;
}
ul.ul-list-block {
    list-style: inside;
    padding-left: 2px;
}
.ul-list-block li {
    margin: 3px 0;
}
video.video {
    border-radius: 18px;
    margin: 16px 0 24px;
}
.content-section-item p:last-child {
    margin: 0;
}

/**/
.count-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
}
.count-box-item {
    width: calc(50% - 10px);
}
.count-number {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}
.count-box-item .counter-title {
    font-size: 18px;
    margin-top: 4px;
}
.count-number.green {
    color: #2AA466;
}

/**/
.faq-section .heading-block h4.subtitle {
    background-color: #f8f8f8;
}
.faq-section-inner {
    display: flex;
    gap: 50px;
    padding: 40px;
    background-color: #f3f3f3;
    border-radius: 24px;
}
.faq-section-inner .faq-content,.faq-section-inner .faq-accordion {
    width: calc(50% - 25px);
}
.faq-accordion details {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}
.faq-accordion details:last-child, .ctn-info p:last-child {
    margin-bottom: 0;
}
/**/
details {
	cursor: pointer;
	margin-inline: auto;
	width: 75%;
	
	&::details-content {
		height: 0;
  	interpolate-size: allow-keywords;
		opacity: 0;
		overflow: hidden;
		transition: height 0.5s ease-in-out,
					content-visibility 0.5s ease-in-out,
					opacity 0.5s ease-in-out,
					scale 0.5s ease-in-out;
		transition-behavior: allow-discrete;
	}
	&[open] > summary {
		color: #ffffff;
	}
	&[open] > summary:after {
		transform: rotate(45deg);
	}
	&[open]::details-content {
		height: auto;
		opacity: 1;
	}
}
summary {
	background-color: black;
	border-top: 1px solid white;
	color: white;
	list-style: none;
	padding: 1rem;
	position: relative;
	transition: color 0.5s ease-in-out;
	
	&:after {
		border-radius: 50%;
		content: '+';
		color: #636363;
		font-size: 1.75rem;
		height: 1.5rem;
		line-height: 1.5rem;
		position: absolute;
		right: 10px;
		text-align: center;
		transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
		width: 1.5rem;
        transform-origin: center center;
	}
}
.ctn-info {
    background-color: #f2f7ee;
    padding: 1rem;
    border-top: 1px solid #e1e1e1;
}
.faq-accordion details summary {
    padding: 12px 16px;
    background-color: #ffffff;
    font-size: 18px;
    color: #17181A;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/**/
.testimonial-item {
    width: calc(50% - 10px);
    padding: 32px;
    background-color: #F2F7EE;
    border-radius: 24px;
}
.testimonial-section .testimonial-block {
    width: 100%;
    margin-top: 24px;
    display: flex;
    gap: 20px;
}
.testimonial-item .star-icon {
    display: flex;
    gap: 2px;
}
.testimonial-section .content-block {
    margin-top: 16px;
}
.testimonial-item .title {
    font-weight: 700;
}
.testimonial-item .subtitle {
    font-weight: 600;
    color: #2aa467;
    margin-top: 4px;
}
.testimonial-item .star-icon svg {
    width: 22px;
    height: 22px;
}

/**/
.video-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.video-popup-box {
    position: relative;
    background: #000;
    padding: 10px;
    border-radius: 10px;
    width: 1100px;
}
.close-popup {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #fff;
    color: #000;
    font-size: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}
.video-popup-box iframe {
    width: 1080px;
    height: 600px;
}

@media (max-width: 1023px) {
    .hero-inner {
        width: calc(100% - 300px);
        height: auto;
    }
    .partners-block {
        width: 280px;
    }
    .hero-content {
        width: 100%;
    }
    .partners-block .title-wrapper {
        row-gap: 10px;
    }
    .video-popup-box {
        width: 740px;
    }
    .video-popup-box iframe {
        width: 720px;
        height: 420px;
    }
    body h2.title, body .partners-block h2.title {
        font-size: 24px;
        line-height: 30px;
    }
    .count-box-item .counter-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hero-section-main {
        flex-direction: column;
    }
    .hero-inner {
        width: 100%;
        padding: 16px;
    }
    .hero-content {
        background-color: rgba(255, 255, 255, 0.8);
    }
    .action-buttons .btn {
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
    }
    .partners-block {
        width: 100%;
        border: 3px solid #f2f7ee;
        box-shadow: initial;
        padding: 16px;
    }
    body .partners-block h2.title {
        font-size: 22px;
    }
    .partners-img {
        grid-template-columns: repeat(4, calc(25% - 8px));
    }
    body section {
        margin: 40px 0;
    }
    .heading-block h4.subtitle {
        font-size: 13px;
        padding: 4px 8px;
    }
    .heading-block h2.title {
        margin: 14px 0 10px;
        font-size: 24px;
        line-height: 30px;
    }
    .card-block {
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 24px;
    }
    .card-block-item {
        border-width: 3px;
        width: 100%;
        padding: 16px;
    }
    .card-block-item .number {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
    .card-block-item h3.title {
        font-size: 18px;
        margin: 14px 0 8px;
    }
    .global-supplier-inner {
        padding: 24px;
        flex-wrap: wrap;
        gap: 40px;
    }
    .global-supplier-section .content-block {
        width: 100%;
    }
    .typing-container {
        font-size: 24px;
        line-height: 30px;
    }
    .image-with-text_inner {
        flex-wrap: wrap;
        border: 0;
        padding: 0;
        border-radius: 0;
    }
    .image-with-text_inner .image-block {
        width: 100%;
    }
    .play-icon svg {
        width: 56px;
        height: 56px;
    }
    .image-with-text_inner {
        gap: 24px;
    }
    .image-with-text_inner .content-block {
        width: 100%;
    }
    .content-section-item {
        padding: 24px;
        width: 100%;
    }
    .faq-section-inner {
        padding: 24px;
        flex-wrap: wrap;
        gap: 24px;
    }
    .faq-section-inner .faq-content, .faq-section-inner .faq-accordion {
        width: 100%;
    }
    .faq-accordion details summary {
        font-size: 16px;
    }
    .ctn-info p {
        font-size: 15px;
    }
    .testimonial-section .testimonial-block {
        flex-wrap: wrap;
        gap: 16px;
    }
    .testimonial-item {
        width: 100%;
        padding: 24px;
    }
    .hero-section {
        margin: 24px 0 24px;
    }
    .video-popup-box {
        width: 90%;
    }
    .video-popup-box iframe {
        width: 100%;
        height: inherit;
        aspect-ratio: 16 / 9;
    }
}
@media (max-width: 479px) {
    .hero-content .subtitle {
        font-size: 16px;
    }
    .hero-content .title {
        font-size: 28px;
        line-height: 36px;
    }
    .hero-caption {
        margin-bottom: 14px;
    }
    .partners-img {
        grid-template-columns: repeat(3, calc(33.33% - 8px));
    }
    .global-supplier-section .image-block {
        width: 100%;
    }
    .count-box-item .counter-title {
        font-size: 16px;
    }
    body .partners-block h2.title {
        margin-bottom: 0;
    }
}
@media (max-width: 400px) {
    .action-buttons .btn {
        padding: 0 15px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .partners-img {
        grid-template-columns: repeat(2, calc(50% - 8px));
    }
    .hero-content {
        padding: 16px;
    }
}