* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "inter_regular";
    src: url(../font/Inter/Inter_Regular.ttf);
}

@font-face {
    font-family: "inter_medium";
    src: url(../font/Inter/Inter_Medium.ttf);
}

@font-face {
    font-family: "inter_semibold";
    src: url(../font/Inter/Inter_SemiBold.ttf);
}

@font-face {
    font-family: "inter_bold";
    src: url(../font/Inter/Inter_Bold.ttf);
}

@font-face {
    font-family: "bricolage_grotesque_regular";
    src: url(../font/Bricolage_Grotesque/BricolageGrotesque-Regular.ttf);
}

@font-face {
    font-family: "bricolage_grotesque_medium";
    src: url(../font/Bricolage_Grotesque/BricolageGrotesque-Medium.ttf);
}

@font-face {
    font-family: "bricolage_grotesque_semibold";
    src: url(../font/Bricolage_Grotesque/BricolageGrotesque-SemiBold.ttf);
}

@font-face {
    font-family: "bricolage_grotesque_bold";
    src: url(../font/Bricolage_Grotesque/BricolageGrotesque-Bold.ttf);
}

:root {
    --inter_regular: "inter_regular";
    --inter_medium: "inter_medium";
    --inter_semibold: "inter_semibold";
    --inter_bold: "inter_bold";
    --bricolage_grotesque_regular: "bricolage_grotesque_regular";
    --bricolage_grotesque_medium: "bricolage_grotesque_medium";
    --bricolage_grotesque_semibold: "bricolage_grotesque_semibold";
    --bricolage_grotesque_bold: "bricolage_grotesque_bold";

    --fs_12: 12px;
    --fs_14: 14px;
    --fs_16: 16px;
    --fs_18: 18px;
    --fs_20: 20px;
    --fs_22: 22px;
    --fs_24: 24px;
    --fs_26: 26px;
    --fs_28: 28px;
    --fs_30: 30px;
    --fs_32: 32px;
    --fs_34: 34px;
    --fs_36: 36px;
    --fs_38: 38px;
    --fs_40: 40px;
    --fs_42: 42px;
    --fs_44: 44px;
    --fs_46: 46px;
    --fs_48: 48px;
    --fs_50: 50px;
    --fs_52: 52px;
    --fs_54: 54px;
    --fs_56: 56px;
    --fs_58: 58px;
    --fs_60: 60px;
    --fs_70: 70px;
    --fs_80: 80px;

    --bg_color_1: #000000;
    --bg_color_2: #FFFFFF;
    --bg_color_3: #4CAF50;
    --bg_color_4: #1F1F1F;
    --bg_color_5: #3B633D;
    --bg_color_6: #FBFFFF;
    --bg_color_7: #EFEFEF;
    --bg_color_8: #F6EDD9;
    --bg_color_9: #112430;
    --bg_color_10: #F2F2F2;
    --bg_color_11: #303030;
    --bg_color_12: #F0FEFB;
    --bg_color_13: #F5FAF5;
    --bg_color_14: #F7FDFB;

    --text_color_1: #000000;
    --text_color_2: #FFFFFF;
    --text_color_3: #4CAF50;
    --text_color_4: #1F1F1F;
    --text_color_5: #D2D2D2;
    --text_color_6: #454545;
    --text_color_7: #303030;
    --text_color_8: #D6D6D6;
    --text_color_9: #12D21A;
    --text_color_10: #124975;
    --text_color_11: #757575;

}

header {
    border-bottom: 1px solid #E4E1E0;
}

header .main_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menu_part {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    letter-spacing: 2%;
    display: flex;
    align-items: center;
}

header .menu_part svg {
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

header .request_button_part .request_button {
    border-radius: 4px;
    font-size: var(--fs_16);
    font-family: var(--inter_regular);
    letter-spacing: 2%;
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
    padding: 10px 20px;
    gap: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
    text-wrap-mode: nowrap;
}

header .request_button_part .request_button svg {
    height: 24px;
    width: 24px;
    color: var(--text_color_2);
}

header .left {
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 54px;
}

header .middle {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
}

header .right {
    display: flex;
    justify-content: end;
    align-items: center;
    min-height: 54px;
}

.menu_offcanvas .offcanvas-header {
    align-items: start;
}

.menu_offcanvas .offcanvas-header .btn-close {
    font-size: var(--fs_16);
    padding-top: 20px;
    padding-right: 20px;
}

.menu_offcanvas .offcanvas-header .btn-close:focus {
    box-shadow: none;
}

.menu_offcanvas .offcanvas-body {
    padding: 20px 30px;
}

.menu_offcanvas .offcanvas-body .mobile_menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu_offcanvas .offcanvas-body .mobile_menu_list>li {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.menu_offcanvas .offcanvas-body .mobile_menu_list>li>a {
    text-decoration: none;
    color: var(--text_color_4);
    font-size: var(--fs_18);
    font-family: var(--inter_medium);
    transition: color 0.3s ease;
    display: block;
    width: 100%;
}

.menu_offcanvas .offcanvas-body .mobile_menu_list>li>a:hover,
.menu_offcanvas .offcanvas-body .mobile_menu_list>li>a.active {
    color: var(--text_color_3);
}

.menu_offcanvas .offcanvas-body .mobile_menu_list .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
    float: right;
    margin-top: 10px;
}

.menu_offcanvas .offcanvas-body .mobile_menu_list .dropdown-menu {
    position: static !important;
    transform: none !important;
    border: none;
    box-shadow: none;
    padding: 10px 0 0 14px;
    margin-top: 8px;
    background-color: transparent;
    min-width: 100%;
    width: 100%;
    float: none;
}

.menu_offcanvas .offcanvas-body .mobile_menu_list .dropdown-item {
    padding: 8px 0;
    color: var(--text_color_4);
    font-size: var(--fs_18);
    font-family: var(--inter_medium);
    background-color: transparent;
    display: block;
    width: 100%;
    white-space: normal;
    transition: color 0.3s ease;
}

.menu_offcanvas .offcanvas-body .mobile_menu_list .dropdown-item:hover {
    color: var(--text_color_3);
    background-color: transparent;
    background-image: none;
}

.menu_offcanvas .offcanvas-body .mobile_request_button {
    display: none;
}

.menu_offcanvas .offcanvas-footer {
    position: absolute;
    bottom: 0;
}

.homepage_first_section {
    position: relative;
    overflow: hidden;
}

.homepage_first_section .heroSwiper {
    width: 100%;
    height: 93vh;
    min-height: 600px;
}

.homepage_first_section .heroSwiper .hero_slide {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
}

.homepage_first_section .heroSwiper .hero_slide .hero_bg,
.homepage_first_section .heroSwiper .hero_slide .hero_bg img {
    width: 100%;
    height: 100%;
}

.homepage_first_section .heroSwiper .hero_slide .hero_bg img {
    object-fit: cover;
    display: block;
}

.homepage_first_section .heroSwiper .hero_slide .hero_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 20%, rgba(0, 0, 0, 0.10) 100%);
    z-index: 1;
    pointer-events: none;
}

.homepage_first_section .heroSwiper .hero_slide .hero_content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.homepage_first_section .heroSwiper .hero_slide .hero_content_inner {
    max-width: 800px;
    padding: 0 15px;
    pointer-events: auto;
}

.homepage_first_section .heroSwiper .hero_slide .hero_title {
    font-size: var(--fs_60);
    line-height: 1.1;
    color: var(--text_color_2);
    margin: 0 0 20px;
    font-family: var(--bricolage_grotesque_semibold);
}

.homepage_first_section .heroSwiper .hero_slide .hero_desc {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text_color_2);
    margin-bottom: 30px;
    max-width: 800px;
    font-family: var(--inter_regular);
}

.homepage_first_section .heroSwiper .hero_slide .hero_btn_group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.homepage_first_section .heroSwiper .hero_slide .common_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 52px;
    padding: 0 24px;
    border-radius: 50px;
    background-color: var(--bg_color_3);
    color: var(--text_color_2);
    text-decoration: none;
    font-size: 15px;
    font-family: var(--inter_medium);
    transition: all 0.3s ease;
    border: 1px solid #4CAF50;
}

.homepage_first_section .heroSwiper .hero_slide .common_btn:hover {
    background-color: #3f9844;
    border-color: #3f9844;
    color: var(--text_color_2);
}

.homepage_first_section .heroSwiper .hero_slide .common_btn_border {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: var(--text_color_2);
}

.homepage_first_section .heroSwiper .hero_slide .common_btn_border:hover {
    background-color: var(--bg_color_2);
    color: var(--text_color_4);
}

.homepage_first_section .heroSwiper .hero_button_next,
.homepage_first_section .heroSwiper .hero_button_prev {
    color: var(--text_color_2);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    backdrop-filter: blur(6px);
    z-index: 10;
}

.homepage_first_section .heroSwiper .hero_button_next:after,
.homepage_first_section .heroSwiper .hero_button_prev:after {
    font-size: 18px;
    font-weight: 700;
}

.homepage_first_section .heroSwiper .hero_pagination {
    bottom: 30px !important;
    z-index: 10;
}

.homepage_first_section .heroSwiper .hero_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--bg_color_2);
    opacity: 0.5;
}

.homepage_first_section .heroSwiper .hero_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 26px;
    border-radius: 30px;
}

.homepage_second_section {
    position: relative;
    height: 120vh;
    overflow: hidden;
    background-image: url("../images/biuldtolastbg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.homepage_second_section .second_section_sticky_part {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.homepage_second_section .second_section_text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.homepage_second_section .second_section_text_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    will-change: transform;
}

.homepage_second_section .animated_word {
    position: relative;
    display: inline-block;
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_80);
    line-height: 0.9;
    color: var(--text_color_4);
    text-transform: uppercase;
    white-space: nowrap;
    will-change: transform;
    margin: 0;
    padding: 0;
}

.homepage_second_section .highlight_word {
    color: var(--text_color_3);
}

.homepage_second_section .word_1 {
    transform: translateY(-200px);
}

.homepage_second_section .word_2 {
    transform: translateY(-120px);
}

.homepage_second_section .word_3 {
    transform: translateY(-40px);
}

.homepage_second_section .word_4 {
    transform: translateY(60px);
}

.homepage_second_section .word_5 {
    transform: translateY(140px);
}

.homepage_second_section .word_6 {
    transform: translateY(220px);
}

.homepage_third_section {
    padding: 100px 0;
    background-color: var(--bg_color_4);
}

.homepage_third_section .first_row .content_part .heading_part {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.homepage_third_section .first_row .content_part .heading_part h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_3);
    margin-bottom: 0;
    margin-left: 10px;
}

.homepage_third_section .first_row .content_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_50);
    color: var(--text_color_2);
    margin-bottom: 20px;
    line-height: 1.2;
}

.homepage_third_section .first_row .content_part .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    color: var(--text_color_5);
}

.homepage_third_section .second_row {
    margin-top: 50px;
}

.homepage_third_section .second_row .card {
    border: 1px solid var(--text_color_6);
    background-color: var(--bg_color_11);
    padding: 30px 16px;
    border-radius: 10px;
    transition: all 0.4s ease;
    cursor: pointer;
    height: 100%;
}

.homepage_third_section .second_row .card .image_wrapper {
    padding: 20px;
    background-color: var(--bg_color_5);
    width: fit-content;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.homepage_third_section .second_row .card .image_wrapper .icon {
    height: 24px;
    width: 24px;
}

.homepage_third_section .second_row .card .title {
    font-family: var(--bricolage_grotesque_regular);
    font-size: var(--fs_20);
    color: var(--text_color_2);
    margin-top: 20px;
}

.homepage_third_section .second_row .card .desc {
    font-family: var(--bricolage_grotesque_regular);
    font-size: var(--fs_16);
    color: var(--text_color_5);
    margin-bottom: 0;
}

.homepage_third_section .second_row .card:hover {
    background-color: #272727;
}

.homepage_third_section .second_row .card:hover .image_wrapper {
    background-color: var(--bg_color_3);
}

.homepage_fourth_section {
    padding: 100px 0;
    background-color: var(--bg_color_6);
}

.homepage_fourth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.homepage_fourth_section .heading_part .info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.homepage_fourth_section .heading_part .info h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_3);
    margin-bottom: 0;
    margin-left: 10px;
}

.homepage_fourth_section .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_10);
    margin-bottom: 20px;
    line-height: 1.2;
}

.homepage_fourth_section .card_part {
    padding: 0 50px;
}

.homepage_fourth_section .card_part .card {
    border-radius: 10px;
    border: none;
    background-color: var(--bg_color_7);
    padding: 24px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.homepage_fourth_section .card_part .card .image_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 20px;
}

.homepage_fourth_section .card_part .card .image_wrapper .pvc_garden_pipe {
    width: 90%;
    transform: translateY(35%);
    transition: transform 2s ease;
}

.homepage_fourth_section .card_part .card:hover .image_wrapper .pvc_garden_pipe {
    transform: translateY(0);
}

.homepage_fourth_section .card_part .card .title {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_32);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.homepage_fourth_section .card_part .card .desc {
    font-size: var(--fs_16);
    font-family: var(--inter_regular);
    color: var(--text_color_11);
}

.homepage_fifth_section {
    background-color: var(--bg_color_2);
    padding: 50px 0 100px 0;
    overflow: hidden;
}

.homepage_fifth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.homepage_fifth_section .heading_part .info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.homepage_fifth_section .heading_part .info h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_3);
    margin-bottom: 0;
    margin-left: 10px;
}

.homepage_fifth_section .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_10);
    /* margin-bottom: 20px; */
    line-height: 1.2;
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main {
    padding: 0;
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main a.owl-element {
    text-decoration: none;
    display: block;
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main a.owl-element .industry-card {
    background-color: #F3F3F3;
    border-radius: 10px;
    padding: 30px;
    transition: all 0.35s ease;
    height: 100%;
    min-height: 315px;
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main a.owl-element .industry-card .industry-card-image {
    width: 100%;
    max-height: 370px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 16px;
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main a.owl-element .industry-card .industry-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main a.owl-element .industry-card .industry-card-content .title {
    margin: 0 0 6px 0;
    font-size: var(--fs_32);
    color: var(--text_color_10);
    font-family: var(--bricolage_grotesque_semibold);
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main a.owl-element .industry-card .industry-card-content .desc {
    margin: 0;
    font-size: var(--fs_16);
    color: var(--text_color_11);
    font-family: var(--inter_medium);
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main .industry-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main .industry-carousel .owl-item {
    padding: 10px 12px;
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main .industry-carousel .owl-item.center .industry-card {
    transform: scale(1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main .industry-carousel .owl-item:not(.center) .industry-card {
    transform: scale(0.95);
    opacity: 1;
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main .industry-carousel .owl-nav {
    display: none;
}

.homepage_fifth_section .assignfixedwidth .carousel-custom-main .industry-carousel .owl-dots {
    display: none;
}

.homepage_sixth_section {
    padding: 0 0 100px 0;
    margin: 0 50px;
    background-color: var(--bg_color_6);
}

.homepage_sixth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.homepage_sixth_section .heading_part .info {
    display: flex;
    align-items: center;
}

.homepage_sixth_section .heading_part .info h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_3);
    margin-bottom: 0;
    margin-left: 10px;
}

.homepage_sixth_section .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_10);
    margin-bottom: 20px;
    line-height: 1.2;
}

.homepage_sixth_section .card_part .card {
    border: none;
    border-radius: 10px;
    padding: 26px 16px;
    background-color: var(--bg_color_12);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.homepage_sixth_section .card_part .card .image_wrapper {
    height: 60px;
    width: 60px;
    border-radius: 10px;
    background-color: var(--bg_color_9);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.homepage_sixth_section .card_part .card .image_wrapper svg {
    height: 22px;
    width: 22px;
    color: var(--text_color_2);
}

.homepage_sixth_section .card_part .card .content .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_20);
    color: var(--text_color_1);
}

.homepage_sixth_section .card_part .card .content .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    margin-bottom: 0;
}

.homepage_seventh_section {
    background-color: var(--bg_color_4);
    padding: 60px 0;
    margin: 0 50px;
    overflow: hidden;
    border-radius: 10px;
}

.homepage_seventh_section .trusted_title {
    color: var(--text_color_2);
    text-align: center;
    font-size: var(--fs_40);
    font-family: var(--bricolage_grotesque_semibold);
    margin-bottom: 45px;
}

.homepage_seventh_section .logo_marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
}

.homepage_seventh_section .logo_track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 24px;
    will-change: transform;
}

.homepage_seventh_section .logo_item {
    width: 140px;
    height: 80px;
    flex: 0 0 auto;
    background-color: var(--bg_color_2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

.homepage_seventh_section .logo_item img {
    max-width: 100%;
    /* max-height: 42px; */
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.homepage_seventh_section .logo_marquee::before,
.homepage_seventh_section .logo_marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 70px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.homepage_seventh_section .logo_marquee::before {
    left: 0;
    background: linear-gradient(to right, var(--bg_color_4), transparent);
}

.homepage_seventh_section .logo_marquee::after {
    right: 0;
    background: linear-gradient(to left, var(--bg_color_4), transparent);
}

.homepage_eighth_section {
    padding: 100px 0;
    background-color: var(--bg_color_6);
}

.homepage_eighth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.homepage_eighth_section .heading_part .info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.homepage_eighth_section .heading_part .info h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_3);
    margin-bottom: 0;
    margin-left: 10px;
}

.homepage_eighth_section .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_10);
    margin-bottom: 20px;
    line-height: 1.2;
}

.homepage_eighth_section .card_part {
    padding: 0 50px;
}

.homepage_eighth_section .card_part .card {
    border: none;
    border-radius: 10px;
    padding: 20px;
    background-color: var(--bg_color_10);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.homepage_eighth_section .card_part .card .image_wrapper {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage_eighth_section .card_part .card .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .col-xl-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.homepage_nineth_section {
    padding: 0 50px 100px 50px;
    background-color: var(--bg_color_6);
}

.homepage_nineth_section .first_row .left_side_part .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-bottom: 15px;
}

.homepage_nineth_section .first_row .left_side_part .heading_part .info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.homepage_nineth_section .first_row .left_side_part .heading_part .info h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_3);
    margin-bottom: 0;
    margin-left: 10px;
}

.homepage_nineth_section .first_row .left_side_part .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_10);
    margin-bottom: 20px;
    line-height: 1.2;
}

.homepage_nineth_section .second_row .left_side_part .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.homepage_nineth_section .second_row .left_side_part .card .image_wrapper .blog {
    border-radius: 10px;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.homepage_nineth_section .second_row .left_side_part .card .card-body {
    padding-left: 0;
}

.homepage_nineth_section .second_row .left_side_part .card .card-body .title {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    margin-bottom: 5px;
}

.homepage_nineth_section .second_row .left_side_part .card .card-body .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.homepage_nineth_section .second_row .right_side_part .blog_part {
    margin-bottom: 20px;
}

.homepage_nineth_section .second_row .right_side_part .blog_part .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.homepage_nineth_section .second_row .right_side_part .blog_part .card .image_wrapper .blog {
    border-radius: 10px;
    height: 100%;
}

.homepage_nineth_section .second_row .right_side_part .blog_part .card .card-body {
    padding-top: 0;
}

.homepage_nineth_section .second_row .right_side_part .blog_part .card .card-body .title {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    margin-bottom: 5px;
}

.homepage_nineth_section .second_row .right_side_part .blog_part .card .card-body .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.homepage_tenth_section {
    background-color: var(--bg_color_4);
    padding: 50px;
}

.homepage_tenth_section .card_part {
    background-image: url(../images/ctabg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
}

.homepage_tenth_section .card_part .tagline {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_46);
    line-height: 1.3;
    color: var(--text_color_2);
    margin-bottom: 10px;
}

.homepage_tenth_section .card_part .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs_18);
    color: var(--text_color_2);
    margin-bottom: 25px;
}

.homepage_tenth_section .card_part .subscribe_part {
    display: flex;
    gap: 20px;
}

.homepage_tenth_section .card_part .subscribe_part .form-control {
    border-radius: 4px;
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    padding: 10px 20px 12px 20px;
    color: var(--text_color_4);
}

.homepage_tenth_section .card_part .subscribe_part .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--bg_color_3);
}

.homepage_tenth_section .card_part .subscribe_part .subscribe_btn {
    font-size: var(--fs_14);
    font-family: var(--inter_regular);
    background-color: var(--bg_color_3);
    padding: 5px 15px;
    text-transform: uppercase;
    color: var(--text_color_2);
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    background-image: url(../images/footerbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px 0;
}

footer .logo_part {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

footer .footer_line_part {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
}

footer .quick_links .title {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    margin-bottom: 18px;
}

footer .quick_links .page_link {
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

footer .quick_links .page_link:hover {
    color: var(--text_color_3);
}

.aboutus_first_section {
    background-image: url(../images/bannerbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutus_first_section .content {
    text-align: center;
}

.aboutus_first_section .content .title {
    font-family: var(--bricolage_grotesque_regular);
    color: var(--text_color_1);
    font-size: var(--fs_50);
}

.aboutus_first_section .content .title span {
    color: var(--text_color_3);
}

.aboutus_first_section .content .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_20);
    color: var(--text_color_11);
}

.aboutus_first_section .content .button_part {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.aboutus_first_section .content .button_part .know_more_btn {
    border-radius: 4px;
    font-size: var(--fs_16);
    font-family: var(--inter_semibold);
    letter-spacing: 2%;
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
    border: 1px solid var(--bg_color_3);
    padding: 10px 20px;
    gap: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
    text-decoration: none;
}

.aboutus_first_section .content .button_part .explore_products_btn {
    border-radius: 4px;
    font-size: var(--fs_16);
    font-family: var(--inter_semibold);
    letter-spacing: 2%;
    color: var(--text_color_3);
    background-color: var(--bg_color_2);
    border: 1px solid var(--bg_color_3);
    padding: 10px 20px;
    gap: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
    text-decoration: none;
}

.aboutus_second_section {
    padding: 60px 0;
    background: var(--bg_color_13);
}

.aboutus_second_section .left_sticky_col {
    position: sticky;
    top: 20px;
}

.aboutus_second_section .left_side_part {
    position: relative;
}

.aboutus_second_section .left_side_part .img_main {
    position: relative;
    display: inline-block;
}

.aboutus_second_section .left_side_part .img_main::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 100%;
    background-color: var(--bg_color_3);
    border-radius: 20px;
    z-index: 1;
}

.aboutus_second_section .left_side_part .img_main img {
    width: 100%;
    border-radius: 20px;
    display: block;
    position: relative;
    z-index: 2;
}

.aboutus_second_section .left_side_part .img_overlap {
    position: absolute;
    bottom: 25px;
    right: 10px;
    z-index: 3;
}

.aboutus_second_section .left_side_part .img_overlap img {
    width: 100%;
    border-radius: 16px;
    padding: 6px;
}

.aboutus_second_section .right_side_part .info .title {
    font-family: var(--inter_regular);
    font-size: var(--fs_40);
    color: var(--text_color_3);
    margin-bottom: 20px;
}

.aboutus_second_section .right_side_part .info .desc {
    font-size: var(--fs_16);
    color: var(--text_color_1);
    font-family: var(--inter_regular);
    margin-bottom: 20px;
    line-height: 1.5;
}

.aboutus_second_section .right_side_part .info .question {
    font-family: var(--inter_regular);
    font-size: var(--fs_20);
    color: var(--text_color_3);
    margin-bottom: 20px;
}

.aboutus_second_section .right_side_part .stats {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.aboutus_second_section .right_side_part .stats .stat_box {
    width: calc(50% - 10px);
    background: var(--bg_color_2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutus_second_section .right_side_part .stats .stat_box .num {
    font-size: var(--fs_32);
    color: var(--text_color_10);
    font-family: var(--inter_medium);
    margin-bottom: 0;
}

.aboutus_second_section .right_side_part .stats .stat_box .desc {
    font-size: var(--fs_16);
    color: var(--text_color_1);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

.aboutus_fourth_section {
    padding: 50px 0;
    background-color: var(--bg_color_4);
}

.aboutus_fourth_section .left_side_part .title {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_2);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.aboutus_fourth_section .left_side_part img {
    width: 100%;
    border-radius: 10px;
}

.aboutus_fourth_section .right_side_part {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.aboutus_fourth_section .right_side_part .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
    /* gap: 24px; */
    isolation: isolate;
    background-color: var(--bg_color_11);
    border: 1px solid #454545;
    border-radius: 10px;
}

.aboutus_fourth_section .right_side_part .card .title {
    font-family: var(--inter_bold);
    font-size: var(--fs_14);
    color: var(--text_color_3);
    margin-bottom: 20px;
}

.aboutus_fourth_section .right_side_part .card .subtitle {
    font-size: var(--fs_24);
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    margin-bottom: 20px;
}

.aboutus_fourth_section .right_side_part .card .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    letter-spacing: 3%;
    margin-bottom: 0;
    line-height: 1.3;
}

.aboutus_fifth_section {
    padding: 50px 0;
}

.aboutus_fifth_section .image_part img {
    width: 100%;
    border-radius: 10px;
}

.aboutus_fifth_section .content_part .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.aboutus_fifth_section .content_part .heading_part .info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.aboutus_fifth_section .content_part .heading_part .info .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_3);
    margin-bottom: 0;
    margin-left: 10px;
}

.aboutus_fifth_section .content_part .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_10);
    line-height: 1.1;
    margin-bottom: 20px;
}

.aboutus_fifth_section .content_part .heading_part .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.aboutus_sixth_section {
    background-color: var(--bg_color_2);
    padding: 100px 0;
}

.aboutus_sixth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.aboutus_sixth_section .heading_part .info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.aboutus_sixth_section .heading_part .info h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_3);
    margin-bottom: 0;
    margin-left: 10px;
}

.aboutus_sixth_section .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_10);
    margin-bottom: 0;
    line-height: 1.2;
}

.aboutus_sixth_section .card_part .card {
    padding: 20px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    /* border-right: 1px solid #e5e5e5; */
}

/* .aboutus_sixth_section .card_part .col-lg-4:nth-child(3n) .card {
    border-right: none;
} */

/* .aboutus_sixth_section .card_part .card svg {
    height: 44px;
    width: 44px;
    margin-bottom: 20px;
    color: #4F9846;
} 

.aboutus_sixth_section .card_part .card .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_20);
    color: var(--text_color_1);
} */

.aboutus_sixth_section .card_part .card .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    letter-spacing: 0.8px;
}

.aboutus_sixth_section .card_part .card .desc a,
.aboutus_sixth_section .card_part .card .desc span {
    color: var(--text_color_3);
    font-weight: 600;
}

.aboutus_seventh_section {
    background-color: var(--bg_color_4);
    padding: 50px 0;
    overflow: hidden;
}

.aboutus_seventh_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    text-align: center;
}

.aboutus_seventh_section .heading_part .info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.aboutus_seventh_section .heading_part .info h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_3);
    margin-bottom: 0;
    margin-left: 10px;
}

.aboutus_seventh_section .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_2);
    line-height: 1.2;
}

.aboutus_seventh_section .testimonial_slider {
    position: relative;
    overflow: hidden;
}

.aboutus_seventh_section .testimonial_slider::before,
.aboutus_seventh_section .testimonial_slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.aboutus_seventh_section .testimonial_slider::before {
    left: 0;
    background: linear-gradient(to right, var(--bg_color_4), transparent);
}

.aboutus_seventh_section .testimonial_slider::after {
    right: 0;
    background: linear-gradient(to left, var(--bg_color_4), transparent);
}

.aboutus_seventh_section .testimonial_track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: testimonialScroll 25s linear infinite;
}

.aboutus_seventh_section .testimonial_card {
    width: 350px;
    min-width: 350px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    padding: 22px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aboutus_seventh_section .testimonial_card .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: 3%;
}

.aboutus_seventh_section .testimonial_card .name {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_20);
    color: var(--text_color_3);
    margin-bottom: 4px;
}

.aboutus_seventh_section .testimonial_card .role {
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 0;
    letter-spacing: 3%;
}

.aboutus_seventh_section .testimonial_track:hover {
    animation-play-state: paused;
}

@keyframes testimonialScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 10px));
    }
}

.aboutus_eighth_section {
    padding: 100px 0;
}

.aboutus_eighth_section .image_part img {
    border-radius: 10px;
}

.aboutus_eighth_section .content_part .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.aboutus_eighth_section .content_part .heading_part .info {
    display: flex;
    align-items: center;
}

.aboutus_eighth_section .content_part .heading_part .info .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_3);
    margin-bottom: 0;
    margin-left: 10px;
}

.aboutus_eighth_section .content_part .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_10);
    line-height: 1.1;
    margin-bottom: 20px;
}

.aboutus_eighth_section .content_part .heading_part .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs_18);
    color: var(--text_color_11);
    margin-bottom: 0;
}

.aboutus_eighth_section .content_part .director_info {
    margin-top: 20px;
}

.aboutus_eighth_section .content_part .director_info .dname,
.aboutus_eighth_section .content_part .director_info .dposition {
    font-family: var(--inter_medium);
    font-size: var(--fs_18);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.productpage_first_section {
    background-image: url(../images/productbannerbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.productpage_first_section .content {
    text-align: center;
}

.productpage_first_section .content .title {
    font-family: var(--bricolage_grotesque_regular);
    color: var(--text_color_2);
    font-size: var(--fs_50);
}

.productpage_first_section .content .title span {
    color: var(--text_color_3);
}

.productpage_first_section .content .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_20);
    color: var(--text_color_2);
    margin-bottom: 30px;
}

.productpage_first_section .content .button_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.productpage_seond_section {
    padding: 100px 0;
    background-image: url(../images/productbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.productpage_seond_section .filter_buttons_card_part {
    display: flex;
    justify-content: center;
}

.productpage_seond_section .filter_buttons_card {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    gap: 10px;
    border: 1px solid #E4E1E0;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--bg_color_2);
    width: fit-content;
}

.productpage_seond_section .filter_buttons_card::-webkit-scrollbar {
    display: none;
}

.productpage_seond_section .filter_buttons_card .btn {
    padding: 12px 20px;
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.productpage_seond_section .filter_buttons_card .active {
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
}

.productpage_seond_section .container .card_part {
    border: 1px solid #E4E1E0;
    border-radius: 10px;
    padding: 20px;
    background-color: var(--bg_color_2);
    margin-top: 50px;
}

.productpage_seond_section .container .card_part .card {
    border: none;
    border-radius: 10px;
    text-decoration: none;
}

.productpage_seond_section .container .card_part .card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-height: 400px;
    max-width: 400px;
    border-radius: 10px;
}

.productpage_seond_section .container .card_part .card .pname {
    font-family: var(--inter_semibold);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    margin-top: 12px;
    line-height: 1.3;
    text-align: center;
    transition: color 0.4s ease;
}

.productpage_seond_section .container .card_part .card:hover .pname {
    color: var(--text_color_3);
}

.productpage_seond_section .filter_item.hide {
    display: none;
}

/* .productpage_seond_section {
    padding: 100px 0;
    background-image: url(../images/productbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.productpage_seond_section .filter_buttons_card_part {
    display: flex;
    justify-content: center;
}

.productpage_seond_section .filter_buttons_card {
    display: flex;
    overflow-x: scroll;
    text-wrap-mode: nowrap;
    gap: 10px;
    border: 1px solid #E4E1E0;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--bg_color_2);
    width: fit-content;
}

.productpage_seond_section .filter_buttons_card::-webkit-scrollbar {
    display: none;
}

.productpage_seond_section .filter_buttons_card .btn {
    padding: 12px 20px;
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.productpage_seond_section .filter_buttons_card .active {
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
}

.productpage_seond_section .container .card_part {
    border: 1px solid #E4E1E0;
    border-radius: 10px;
    padding: 20px;
    background-color: var(--bg_color_2);
    margin-top: 50px;
}

.productpage_seond_section .container .card_part .card {
    border: none;
    border-radius: 10px;
    text-decoration: none;
}

.productpage_seond_section .container .card_part .card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-height: 400px;
    max-width: 400px;
    border-radius: 10px;
}

.productpage_seond_section .container .card_part .card .pname {
    font-family: var(--inter_semibold);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    margin-top: 12px;
    line-height: 1.3;
} */

.productdetail_first_section {
    padding: 0 0 100px 0;
    background-image: url(../images/productdetailbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.productdetail_first_section .breadcrumb_part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}

.productdetail_first_section .breadcrumb_part .pname {
    font-family: var(--bricolage_grotesque_regular);
    font-size: var(--fs_14);
    color: var(--text_color_11);
    display: flex;
    align-items: center;
    text-decoration: none;
}

.productdetail_first_section .breadcrumb_part .pname svg {
    height: 16px;
    margin-right: 5px;
}

.productdetail_first_section .breadcrumb_part .active {
    color: var(--text_color_3);
}

.productdetail_first_section .breadcrumb_part .righticon svg {
    margin: 0 10px;
}

.productdetail_first_section .filter_buttons_card_part {
    display: flex;
    justify-content: center;
}

.productdetail_first_section .filter_buttons_card {
    display: flex;
    overflow-x: scroll;
    text-wrap-mode: nowrap;
    gap: 10px;
    border: 1px solid #E4E1E0;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--bg_color_2);
    width: fit-content;
}

.productdetail_first_section .filter_buttons_card::-webkit-scrollbar {
    display: none;
}

.productdetail_first_section .filter_buttons_card .btn {
    padding: 12px 20px;
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productdetail_first_section .filter_buttons_card .btn svg {
    height: 20px;
    margin-right: 5px;
}

.productdetail_first_section .filter_buttons_card .active {
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
}

.productdetail_first_section .product_detail_part {
    margin-top: 50px;
}

.productdetail_first_section .product_detail_part .left_side_part img {
    max-height: 600px;
    object-fit: contain;
}

.productdetail_first_section .product_detail_part .right_side_part .name {
    font-family: var(--inter_semibold);
    font-size: var(--fs_14);
    color: var(--text_color_3);
    padding: 8px 20px;
    border: 1px solid var(--text_color_3);
    width: fit-content;
    border-radius: 20px;
    background-color: #F5FAF5;
    letter-spacing: 3%;
    margin-bottom: 20px;
}

.productdetail_first_section .product_detail_part .right_side_part .proname {
    font-family: var(--inter_semibold);
    color: var(--text_color_1);
    font-size: var(--fs_32);
    margin-bottom: 10px;
}

.productdetail_first_section .product_detail_part .right_side_part .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_11);
}

.productdetail_first_section .product_detail_part .right_side_part .button_part {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.productdetail_first_section .product_detail_part .right_side_part .button_part .request_bulk_btn {
    border-radius: 4px;
    font-size: var(--fs_16);
    font-family: var(--inter_semibold);
    letter-spacing: 2%;
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
    border: 1px solid var(--bg_color_3);
    padding: 10px 20px;
    gap: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
    text-decoration: none;
}

.productdetail_first_section .product_detail_part .right_side_part .button_part .become_distributer_btn {
    border-radius: 4px;
    font-size: var(--fs_16);
    font-family: var(--inter_semibold);
    letter-spacing: 2%;
    color: var(--text_color_3);
    background-color: var(--bg_color_2);
    border: 1px solid var(--bg_color_3);
    padding: 10px 20px;
    gap: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
    text-decoration: none;
}

.productdetail_first_section .product_detail_part .right_side_part .keyfeaturs {
    font-family: var(--inter_bold);
    font-size: var(--fs_14);
    color: var(--text_color_10);
    text-transform: uppercase;
    letter-spacing: 5%;
}

.productdetail_first_section .product_detail_part .right_side_part ul li {
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    margin-bottom: 5px;
}

.productdetail_first_section .technical_specification_part {
    margin-top: 50px;
}

.productdetail_first_section .technical_specification_part .title {
    font-size: var(--fs_20);
    margin-bottom: 10px;
    font-family: var(--bricolage_grotesque_regular);
    color: var(--text_color_10);
}

.productdetail_first_section .technical_specification_part .technical_table_wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.productdetail_first_section .technical_specification_part .technical_specification_table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background-color: var(--bg_color_2);
}

.productdetail_first_section .technical_specification_part .technical_specification_table thead th {
    background-color: var(--text_color_10);
    color: var(--text_color_2);
    font-size: var(--fs_16);
    font-family: var(--inter_medium);
    text-align: left;
    font-weight: 500;
    padding: 10px 14px;
    border: 1px solid #EEEEEE;
    text-align: center;
}

.productdetail_first_section .technical_specification_part .technical_specification_table tbody td {
    font-size: var(--fs_16);
    font-family: var(--inter_medium);
    color: var(--text_color_4);
    padding: 10px 14px;
    background-color: var(--bg_color_2);
    border: 1px solid #EEEEEE;
    text-align: center;
}

.productdetail_first_section .application_part {
    margin-top: 50px;
}

.productdetail_first_section .application_part .card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: none;
}

.productdetail_first_section .application_part .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.productdetail_first_section .application_part .card .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.75%, #000000 100%);
    pointer-events: none;
}

.productdetail_first_section .application_part .card .title {
    position: absolute;
    bottom: 12px;
    left: 16px;
    margin: 0;
    color: var(--text_color_2);
    font-size: var(--fs_16);
    font-family: var(--inter_medium);
    z-index: 2;
    letter-spacing: 2%;
}

.productdetail_first_section .color_availability_part {
    margin-top: 50px;
}

.productdetail_first_section .color_availability_part .card {
    border: 1px solid #E4E1E0;
    border-radius: 10px;
    padding: 20px;
    background-color: var(--bg_color_2);
}

.productdetail_first_section .color_availability_part .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productdetail_first_section .color_availability_part .card .title {
    color: var(--text_color_4);
    font-size: var(--fs_16);
    font-family: var(--inter_medium);
    letter-spacing: 2%;
    text-align: center;
    margin-bottom: 0;
}

.productdetail_first_section .download_part {
    margin-top: 50px;
}

.productdetail_first_section .download_part .card {
    border: 1px solid #E4E1E0;
    border-radius: 10px;
    padding: 20px;
    background-color: var(--bg_color_2);
    text-decoration: none;
}

.productdetail_first_section .download_part .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productdetail_first_section .download_part .card .title {
    color: var(--text_color_4);
    font-size: var(--fs_16);
    font-family: var(--inter_medium);
    letter-spacing: 2%;
    text-align: center;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.productdetail_first_section .download_part .card .title:hover {
    color: var(--text_color_3);
}

.productdetail_first_section .filter_section {
    display: none;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.industry_second_section {
    padding: 0 0 100px 0;
}

.industry_second_section .heading_part h2 {
    color: var(--text_color_2);
    font-family: var(--roboto_light);
    font-size: 50px;
}

.industry_second_section .heading_part {
    text-align: center;
    padding: 0 0 70px 0;
}

.industry_second_section .information_part .desc_part {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}

.industry_second_section .information_part .desc_part h3 {
    color: var(--text_color_10);
    font-family: var(--bricolage_grotesque_bold);
    font-size: var(--fs_42);
    margin-bottom: 20px;
}

.csr_first_section {
    padding: 50px;
}

.csr_first_section .card_part {
    background-image: url("../images/csr_activity_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.csr_first_section .card_part::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    border-radius: 10px;
}

.csr_first_section .card_part .content_wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 600px;
    padding-left: 80px;
}

.csr_first_section .card_part .tagline {
    font-family: var(--bricolage_grotesque_regular);
    font-size: var(--fs_42);
    color: var(--text_color_2);
    margin-bottom: 0;
    text-align: center;
}

.csr_second_section {
    padding: 100px 0;
    background-color: var(--bg_color_4);
}

.csr_second_section .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.csr_second_section .details .title {
    font-family: var(--bricolage_grotesque_regular);
    font-size: var(--fs_50);
    color: var(--text_color_2);
    margin-bottom: 26px;
}

.csr_second_section .details .desc {
    font-family: var(--bricolage_grotesque_regular);
    font-size: var(--fs_24);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.csr_third_section {
    padding: 50px 0;
}

.csr_third_section .card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: none;
}

.csr_third_section .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.csr_third_section .card .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69.58%, rgba(0, 0, 0, 0.9) 100%);
    pointer-events: none;
}

.csr_third_section .card .title {
    position: absolute;
    bottom: 12px;
    left: 16px;
    margin: 0;
    color: var(--text_color_2);
    font-size: var(--fs_24);
    font-family: var(--inter_medium);
    z-index: 2;
    letter-spacing: 2%;
}

.become_distributor_first_section img {
    object-fit: cover;
    max-height: 525px;
}

.become_distributor_second_section {
    background-color: var(--bg_color_13);
    padding: 50px 0;
}

.become_distributor_second_section .content .title {
    font-family: var(--inter_regular);
    font-size: var(--fs_32);
    color: var(--text_color_4);
    text-align: center;
    margin-bottom: 0;
}

.become_distributor_second_section .card_part {
    margin-top: 40px;
}

.become_distributor_second_section .card_part .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    border: 1px solid #E4E1E0;
    border-radius: 10px;
    height: 100%;
}

.become_distributor_second_section .card_part .card .image_wrapper {
    width: 48px;
    height: 48px;
    background-color: var(--bg_color_3);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.become_distributor_second_section .card_part .card .title {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    margin: 20px 0 10px 0;
    text-align: center;
}

.become_distributor_second_section .card_part .card .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_6);
    margin-bottom: 0;
    text-align: center;
}

.become_distributor_third_section {
    background-color: #FBFFFF;
    padding: 50px 0;
}

.become_distributor_third_section .application_form_box {
    background-color: var(--bg_color_2);
    padding: 34px 34px 22px;
    border: 1px solid #E4E1E0;
}

.become_distributor_third_section .content {
    margin-bottom: 26px;
}

.become_distributor_third_section .content .title {
    font-family: var(--inter_regular);
    font-size: var(--fs_30);
    color: var(--text_color_4);
    margin-bottom: 8px;
}

.become_distributor_third_section .content .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    margin-bottom: 0;
    line-height: 1.6;
}

.become_distributor_third_section .form_section {
    margin-bottom: 18px;
}

.become_distributor_third_section .section_title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--inter_regular);
    font-size: var(--fs_20);
    color: var(----text_color_4);
    margin-bottom: 16px;
}

.become_distributor_third_section .section_icon {
    color: var(--bg_color_4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.become_distributor_third_section .section_icon i {
    color: var(--text_color_3);
}

.become_distributor_third_section .form_group {
    margin-bottom: 15px;
}

.become_distributor_third_section .form_group label {
    display: block;
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    margin-bottom: 6px;
    line-height: 1.4;
}

.become_distributor_third_section .form_group label span {
    color: var(--bg_color_4);
}

.become_distributor_third_section .form_group input,
.become_distributor_third_section .form_group select,
.become_distributor_third_section .form_group textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #E4E1E0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 0 12px;
    background-color: var(--bg_color_2);
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    transition: 0.3s ease;
}

.become_distributor_third_section .form_group textarea {
    min-height: 120px;
    padding: 12px;
}

.become_distributor_third_section .form_group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%23201C43' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.become_distributor_third_section .form_group input::placeholder,
.become_distributor_third_section .form_group textarea::placeholder {
    color: var(--text_color_11);
}

.become_distributor_third_section .form_group input:focus,
.become_distributor_third_section .form_group select:focus,
.become_distributor_third_section .form_group textarea:focus {
    border-color: var(--text_color_11);
}

.become_distributor_third_section .form_check_wrap {
    /* margin-top: 4px; */
    margin-bottom: 18px;
}

.become_distributor_third_section .custom_check {
    display: flex;
    align-items: start;
    gap: 8px;
    min-height: auto;
    padding-left: 0;
}

.become_distributor_third_section .custom_check .form-check-input {
    width: 15px;
    height: 15px;
    margin: 5px 0 0 0;
    border-radius: 2px;
    border: 1px solid #E4E1E0;
    box-shadow: none;
}

.become_distributor_third_section .custom_check .form-check-input:checked {
    background-color: var(--bg_color_3);
    border-color: var(--bg_color_3);
}

.become_distributor_third_section .custom_check .form-check-label {
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_11);
    line-height: 1.5;
    cursor: pointer;
}

.become_distributor_third_section .form_btn_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.become_distributor_third_section .form_btn_wrap .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 18px;
    border-radius: 4px;
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    letter-spacing: 3%;
    flex: 1;
}

.become_distributor_third_section .btn_submit_fill {
    background-color: var(--bg_color_3);
    color: var(--text_color_2);
    border: 1px solid var(--bg_color_3);
}

.become_distributor_third_section .btn_reset_outline {
    background-color: var(--bg_color_2);
    color: var(--text_color_3);
    border: 1px solid var(--bg_color_3);
}

.become_distributor_fourth_section {
    background-color: var(--bg_color_13);
    padding: 50px 0;
}

.become_distributor_fourth_section .content .title {
    font-family: var(--inter_regular);
    font-size: var(--fs_32);
    color: var(--text_color_4);
    text-align: center;
}

.become_distributor_fourth_section .content .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    text-align: center;
    margin-bottom: 0;
}

.become_distributor_fourth_section .card_part {
    margin-top: 40px;
}

.become_distributor_fourth_section .card_part .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 1px solid #E4E1E0;
    border-radius: 10px;
    height: 100%;
}

.become_distributor_fourth_section .card_part .card .image_wrapper {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.become_distributor_fourth_section .card_part .card .image_wrapper svg {
    height: 30px;
    width: 30px;
    color: var(--text_color_3);
}

.become_distributor_fourth_section .card_part .card .title {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    margin: 12px 0 5px 0;
    text-align: center;
}

.become_distributor_fourth_section .card_part .card .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_6);
    margin-bottom: 0;
    text-align: center;
}

.career_second_section {
    background-color: var(--bg_color_13);
    padding: 100px 0 50px 0;
}

.career_second_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.career_second_section .heading_part .title {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_52);
    color: var(--text_color_10);
}

.career_second_section .heading_part .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_20);
    color: var(--text_color_11);
}

.career_third_section {
    padding: 50px 0;
}

.career_third_section .content .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_42);
    color: var(--text_color_3);
    text-align: center;
    margin-bottom: 30px;
}

.career_third_section .job_posts_list {
    margin-top: 10px;
}

.career_third_section .career_accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-bg: transparent;
}

.career_third_section .career_accordion_item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #E4E1E0;
    border-radius: 0 !important;
    padding: 26px 0;
}

.career_third_section .career_accordion_item:first-child {
    border-top: 1px solid #E4E1E0;
}

.career_third_section .career_accordion_btn {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.career_third_section .career_accordion_btn::after {
    order: 2;
    width: 35px;
    height: 35px;
    min-width: 35px;
    background-size: 15px;
    border: 1px solid #E4E1E0;
    border-radius: 50%;
    background-position: center;
    margin-left: 14px;
}

.career_third_section .career_accordion_btn:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.career_third_section .career_accordion_btn .job_left {
    flex: 1;
    text-align: left;
}

.career_third_section .career_accordion_btn .job_right {
    display: flex;
    align-items: center;
    order: 3;
}

.career_third_section .career_accordion_btn .job_title {
    font-family: var(--inter_medium);
    font-size: var(--fs_26);
    color: var(--text_color_10);
    margin-bottom: 8px;
    line-height: 1.3;
}

.career_third_section .career_accordion_btn .job_meta {
    margin-bottom: 0;
    font-family: var(--inter_medium);
    font-size: var(--fs_18);
    color: var(--text_color_6);
    line-height: 1.8;
}

.career_third_section .career_accordion_btn .job_meta span {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    padding-right: 18px;
}

.career_third_section .career_accordion_btn .job_meta span::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    color: #8b8b8b;
}

.career_third_section .career_accordion_btn .job_meta span:last-child::after {
    display: none;
}

.career_third_section .career_accordion_btn .job_meta span:last-child {
    margin-right: 0;
    padding-right: 0;
}

.career_third_section .career_accordion_btn .apply_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 18px;
    background-color: var(--bg_color_3);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    font-family: var(--inter_semibold);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    letter-spacing: 3%;
}

.career_third_section .career_accordion_body {
    padding: 18px 0 0 0;
}

.career_third_section .job_desc_box {
    border: 1px solid #E4E1E0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 30px;
    border-radius: 2px;
}

.career_third_section .job_desc_box .title {
    font-family: var(--inter_medium);
    font-size: var(--fs_20);
    color: var(--text_color_4);
    margin-bottom: 10px;
}

.career_third_section .job_desc_box ul {
    margin: 0 0 18px 0;
    padding-left: 14px;
}

.career_third_section .job_desc_box ul li {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    line-height: 1.6;
}

.career_third_section .job_desc_box ul:last-child {
    margin-bottom: 0;
}

.news_media_second_section {
    padding: 0 0 50px 0;
    /* padding: 100px 0 50px 0; */
}

.news_media_second_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.news_media_second_section .heading_part .info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.news_media_second_section .heading_part .info h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_3);
    margin-bottom: 0;
    margin-left: 10px;
    text-transform: uppercase;
}

.news_media_second_section .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_50);
    color: var(--text_color_10);
    /* margin-top: 15px; */
    line-height: 1.2;
}

.news_media_second_section .card {
    border: 1px solid #E4E1E0;
    border-radius: 8px;
    padding: 15px;
    background-color: transparent;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.news_media_second_section .card .image_wrapper {
    position: relative;
}

.news_media_second_section .card .image_wrapper .blogimage {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.news_media_second_section .card .image_wrapper .arrowimage {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.news_media_second_section .card .title {
    font-family: var(--inter_medium);
    font-size: var(--fs_18);
    color: var(--text_color_1);
    line-height: 1.3;
    margin-top: 20px;
}

.news_media_second_section .card .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    line-height: 1.3;
    margin-bottom: 0;
}

.news_media_third_section {
    padding: 100px 0 50px 0;
}

.news_media_third_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.news_media_third_section .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_50);
    color: var(--text_color_10);
    margin-top: 15px;
    line-height: 1.2;
}

.news_media_third_section .card {
    border: 1px solid #E4E1E0;
    border-radius: 8px;
    padding: 15px;
    background-color: transparent;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    display: block;
    transition: all 0.3s ease;
}

.news_media_third_section .video_card {
    cursor: default;
}

.news_media_third_section .card .image_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.news_media_third_section .card .image_wrapper .blogimage {
    width: 100%;
    display: block;
    border-radius: 6px;
    max-height: 240px;
    object-fit: contain;
}

.news_media_third_section .card .image_wrapper .arrowimage {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 3;
}

.news_media_third_section .card .title {
    font-family: var(--inter_medium);
    font-size: var(--fs_18);
    color: var(--text_color_1);
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
}

.news_media_third_section .card .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    line-height: 1.3;
    margin-bottom: 0;
}

.news_media_third_section .filter_buttons_card_part {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.news_media_third_section .filter_buttons_card {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    border: 1px solid #E4E1E0;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--bg_color_2);
    width: fit-content;
}

.news_media_third_section .filter_buttons_card::-webkit-scrollbar {
    display: none;
}

.news_media_third_section .filter_buttons_card .btn {
    padding: 10px 20px;
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.news_media_third_section .filter_buttons_card .btn.active {
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
}

.news_media_third_section .filter_item.hide {
    display: none;
}

.news_media_third_section .video_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--bg_color_2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.news_media_third_section .video_play_btn .play_icon {
    font-size: 28px;
    color: var(--text_color_4);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_media_third_section .video_play_btn .play_icon svg {
    color: var(--text_color_10);
    height: 35px;
    width: 35px;
}

.news_media_third_section .card_content_link {
    text-decoration: none;
    display: block;
}

.video_modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.video_modal.show {
    display: flex;
}

.video_modal_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.video_modal_content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.video_modal_content video {
    width: 100%;
    display: block;
    max-height: 80vh;
}

.video_modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.video_modal_close svg {
    color: var(--text_color_4);
    height: 30px;
}

/* .news_media_third_section {
    padding: 100px 0 50px 0;
}

.news_media_third_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.news_media_third_section .heading_part .subtitle {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_50);
    color: var(--text_color_10);
    margin-top: 15px;
    line-height: 1.2;
}

.news_media_third_section .card {
    border: 1px solid #E4E1E0;
    border-radius: 8px;
    padding: 15px;
    background-color: transparent;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.news_media_third_section .card .image_wrapper {
    position: relative;
}

.news_media_third_section .card .image_wrapper .blogimage {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.news_media_third_section .card .image_wrapper .arrowimage {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.news_media_third_section .card .title {
    font-family: var(--inter_medium);
    font-size: var(--fs_18);
    color: var(--text_color_1);
    line-height: 1.3;
    margin-top: 20px;
}

.news_media_third_section .card .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    line-height: 1.3;
    margin-bottom: 0;
}

.news_media_third_section .filter_buttons_card_part {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.news_media_third_section .filter_buttons_card {
    display: flex;
    overflow-x: scroll;
    text-wrap-mode: nowrap;
    gap: 10px;
    border: 1px solid #E4E1E0;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--bg_color_2);
    width: fit-content;
}

.news_media_third_section .filter_buttons_card::-webkit-scrollbar {
    display: none;
}

.news_media_third_section .filter_buttons_card .btn {
    padding: 12px 20px;
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_11);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news_media_third_section .filter_buttons_card .active {
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
} */

.news_media_detail_first_section {
    padding: 50px 0;
}

.news_media_detail_first_section .news_left {
    background: var(--bg_color_2);
    border-radius: 12px;
    overflow: hidden;
}

.news_media_detail_first_section .news_left .news_main_image {
    width: 100%;
    overflow: hidden;
}

.news_media_detail_first_section .news_left .news_main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news_media_detail_first_section .news_left .news_content {
    padding: 30px 0;
}

.news_media_detail_first_section .news_left .news_title {
    font-family: var(--bricolage_grotesque_regular);
    font-size: var(--fs_24);
    line-height: 1.3;
    color: var(--text_color_4);
    margin-bottom: 10px;
}

.news_media_detail_first_section .news_left .news_meta {
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
    color: var(--text_color_11);
    margin-bottom: 20px;
}

.news_media_detail_first_section .news_left .news_content p {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    line-height: 1.5;
    color: var(--text_color_6);
    margin-bottom: 12px;
}

.news_media_detail_first_section .news_left .news_content .title {
    font-family: var(--bricolage_grotesque_medium);
    font-size: var(--fs_20);
    color: var(--text_color_4);
    margin-top: 25px;
    margin-bottom: 15px;
}

.news_media_detail_first_section .news_left .news_content ul {
    padding-left: 18px;
    margin-bottom: 18px;
}

.news_media_detail_first_section .news_left .news_content ul li {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    line-height: 1.5;
    color: var(--text_color_6);
    margin-bottom: 0;
}

.news_media_detail_first_section .news_left .news_content .highlight_text {
    font-family: var(--inter_medium);
    font-size: var(--fs_20);
    line-height: 1.5;
    color: var(--text_color_3);
    font-style: italic;
    margin-bottom: 10px;
}

.news_media_detail_first_section .news_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news_media_detail_first_section .news_right .sidebar_box {
    background: var(--bg_color_2);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #E5E5E5;
}

.news_media_detail_first_section .news_right .sidebar_title {
    font-family: var(--bricolage_grotesque_semibold);
    font-size: var(--fs_24);
    color: var(--text_color_4);
    margin-bottom: 15px;
}

.news_media_detail_first_section .news_right .related_post {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.news_media_detail_first_section .news_right .related_post img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.news_media_detail_first_section .news_right .related_post p {
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_4);
    line-height: 1.4;
    margin: 0;
}

.news_media_detail_first_section .news_right .view_more_btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    background: var(--bg_color_3);
    color: var(--text_color_2);
    font-family: var(--inter_semibold);
    font-size: var(--fs_14);
    text-decoration: none;
}

.contactus_first_section {
    padding: 80px 0;
}

.contactus_first_section .left_side_part {
    position: relative;
    display: inline-block;
    width: 100%;
}

.contactus_first_section .left_side_part .details_part {
    max-width: 500px;
    background-color: var(--bg_color_14);
    border: 1px solid var(--bg_color_3);
    padding: 30px;
    border-radius: 0 100px 0 100px;
    position: relative;
    z-index: 2;
}

.contactus_first_section .left_side_part .contact_bg_shape {
    position: absolute;
    right: 50px;
    bottom: -150px;
    max-width: none;
    z-index: 1;
    pointer-events: none;
    animation: rotateTouch 30s linear infinite;
    transform-origin: center center;
}

@keyframes rotateTouch {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contactus_first_section .left_side_part .details_part {
    max-width: 500px;
    background-color: var(--bg_color_14);
    border: 1px solid var(--bg_color_3);
    padding: 30px;
    border-radius: 0 100px 0 100px;
}

.contactus_first_section .left_side_part .details_part .heading_part .title {
    font-family: var(--bricolage_grotesque_regular);
    font-size: var(--fs_40);
    color: var(--text_color_4);
}

.contactus_first_section .left_side_part .details_part .heading_part .title span {
    color: var(--text_color_3);
}

.contactus_first_section .left_side_part .details_part .heading_part .desc {
    font-size: var(--fs_16);
    font-family: var(--inter_regular);
    color: var(--text_color_11);
    padding-bottom: 25px;
    border-bottom: 1px solid var(--bg_color_11);
}

.contactus_first_section .left_side_part .details_part .detail_info .info {
    margin-bottom: 20px;
}

.contactus_first_section .left_side_part .details_part .detail_info .info .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_14);
    color: var(--text_color_10);
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5%;
}

.contactus_first_section .left_side_part .details_part .detail_info .info .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs_22);
    color: var(--text_color_3);
    line-height: 1.3;
    margin-bottom: 0;
}

.contactus_first_section .left_side_part .details_part .detail_info .info a {
    text-decoration: none;
}

.contactus_first_section .contact_form_card {
    background: #1A1A1A;
    padding: 40px 35px;
    border-radius: 4px;
}

.contactus_first_section .contact_form_card .form_group {
    margin-bottom: 28px;
}

.contactus_first_section .contact_form_card .form_group label {
    font-size: var(--fs_14);
    color: var(--text_color_2);
    font-family: var(--inter_regular);
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.contactus_first_section .contact_form_card .form_group input,
.contactus_first_section .contact_form_card .form_group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--bg_color_6);
    color: var(--bg_color_6);
    font-family: var(--inter_regular);
    padding: 8px 0 12px;
    outline: none;
    font-size: var(--fs_18);
}

.contactus_first_section .contact_form_card .form_group input:focus,
.contactus_first_section .contact_form_card .form_group textarea:focus {
    border-bottom-color: var(--bg_color_6);
}

.contactus_first_section .contact_form_card .submit_btn {
    border-radius: 4px;
    font-size: var(--fs_16);
    font-family: var(--inter_regular);
    letter-spacing: 2%;
    color: var(--text_color_2);
    background-color: var(--bg_color_3);
    padding: 10px 50px;
    gap: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
    text-wrap-mode: nowrap;
    width: fit-content;
    text-decoration: none;
}

.job_apply_modal .modal-content {
    border: none;
    border-radius: 0;
    background: transparent;
}

.job_apply_modal .modal-body {
    padding: 0;
    position: relative;
}

.job_apply_modal .job_apply_modal_content {
    background-color: var(--bg_color_2);
    padding: 25px;
    border: 1px solid #E4E1E0;
    position: relative;
}

.job_apply_modal .custom_close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    box-shadow: none;
    font-size: 12px;
}

.job_apply_modal .content {
    margin-bottom: 15px;
}

.job_apply_modal .content .title {
    font-family: var(--inter_medium);
    font-size: var(--fs_24);
    color: var(--text_color_10);
    margin-bottom: 4px;
}

.job_apply_modal .content .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_15);
    color: var(--text_color_11);
    margin-bottom: 0;
    line-height: 1.6;
}

.job_apply_modal .position_info_box {
    background-color: #F6F6F6;
    padding: 16px 18px;
    margin-bottom: 18px;
}

.job_apply_modal .position_info_box .position_title,
.job_apply_modal .position_info_box .position_meta {
    margin-bottom: 4px;
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_11);
    line-height: 1.5;
}

.job_apply_modal .position_info_box .position_meta:last-child {
    margin-bottom: 0;
}

.job_apply_modal .position_info_box .label_text {
    font-family: var(--inter_medium);
    color: var(--text_color_1);
    font-size: var(--fs_15);
    margin-right: 4px;
}

.job_apply_modal .position_info_box .value_text {
    font-family: var(--inter_regular);
    color: var(--text_color_4);
    font-size: var(--fs_15);
}

.job_apply_modal .job_apply_form .form_group {
    margin-bottom: 12px;
}

.job_apply_modal .job_apply_form .form_group label {
    display: block;
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_10);
    margin-bottom: 6px;
    line-height: 1.4;
}

.job_apply_modal .job_apply_form .form_group input,
.job_apply_modal .job_apply_form .form_group select,
.job_apply_modal .job_apply_form .form_group textarea {
    width: 100%;
    border: 1px solid #E4E1E0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 0 12px;
    background-color: var(--bg_color_2);
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_4);
    transition: 0.3s ease;
}

.job_apply_modal .job_apply_form .form_group input,
.job_apply_modal .job_apply_form .form_group select {
    height: 40px;
}

.job_apply_modal .job_apply_form .form_group textarea {
    height: 90px;
    padding: 12px;
    resize: none;
}

.job_apply_modal .job_apply_form .form_group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%23201C43' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.job_apply_modal .job_apply_form .form_group input::placeholder,
.job_apply_modal .job_apply_form .form_group textarea::placeholder {
    color: var(--text_color_11);
}

.job_apply_modal .job_apply_form .form_group input:focus,
.job_apply_modal .job_apply_form .form_group select:focus,
.job_apply_modal .job_apply_form .form_group textarea:focus {
    border-color: var(--bg_color_4);
}

.job_apply_modal .form_check_wrap {
    margin-top: 4px;
    margin-bottom: 18px;
}

.job_apply_modal .custom_check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-height: auto;
    padding-left: 0;
}

.job_apply_modal .custom_check .form-check-input {
    width: 15px;
    height: 15px;
    margin: 3px 0 0 0;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    flex-shrink: 0;
}

.job_apply_modal .custom_check .form-check-input:checked {
    background-color: var(--bg_color_3);
    border-color: var(--bg_color_3);
}

.job_apply_modal .custom_check .form-check-label {
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_11);
    line-height: 1.5;
    cursor: pointer;
}

.job_apply_modal .form_btn_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.job_apply_modal .form_btn_wrap .btn_submit_fill {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 18px;
    background-color: var(--bg_color_3);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    font-family: var(--inter_semibold);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    letter-spacing: 3%;
    border: none;
}