* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "roboto_regular";
    src: url(../font/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: "roboto_medium";
    src: url(../font/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: "roboto_semibold";
    src: url(../font/Roboto/Roboto-SemiBold.ttf);
}

@font-face {
    font-family: "roboto_bold";
    src: url(../font/Roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: "playfair_regular";
    src: url(../font/Playfair_Display/PlayfairDisplay-Regular.ttf);
}

@font-face {
    font-family: "playfair_medium";
    src: url(../font/Playfair_Display/PlayfairDisplay-Medium.ttf);
}

@font-face {
    font-family: "playfair_semibold";
    src: url(../font/Playfair_Display/PlayfairDisplay-SemiBold.ttf);
}

@font-face {
    font-family: "playfair_bold";
    src: url(../font/Playfair_Display/PlayfairDisplay-Bold.ttf);
}

@font-face {
    font-family: "inter_regular";
    src: url(../font/Inter/Inter_28pt-Regular.ttf);
}

@font-face {
    font-family: "inter_medium";
    src: url(../font/Inter/Inter_28pt-Medium.ttf);
}

@font-face {
    font-family: "inter_semibold";
    src: url(../font/Inter/Inter_28pt-SemiBold.ttf);
}

@font-face {
    font-family: "inter_bold";
    src: url(../font/Inter/Inter_28pt-Bold.ttf);
}

:root {
    --roboto_regular: "roboto_regular";
    --roboto_medium: "roboto_medium";
    --roboto_semibold: "roboto_semibold";
    --roboto_bold: "roboto_bold";
    --playfair_regular: "playfair_regular";
    --playfair_medium: "playfair_medium";
    --playfair_semibold: "playfair_semibold";
    --playfair_bold: "playfair_bold";
    --inter_regular: "inter_regular";
    --inter_medium: "inter_medium";
    --inter_semibold: "inter_semibold";
    --inter_bold: "inter_bold";

    --fs_10: 10px;
    --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;

    --bg_color_1: #000000;
    --bg_color_2: #FFFFFF;
    --bg_color_3: #EEF0F4;
    --bg_color_4: #EE1D23;
    --bg_color_5: #151313;
    --bg_color_6: #F9F9F9;
    --bg_color_7: #EBEFF3;
    --bg_color_8: #222222;
    --bg_color_9: #313131;
    --bg_color_10: #EBEFF3;
    --bg_color_11: #FBFBFB;
    --bg_color_12: #F1F1F1;

    --text_color_1: #000000;
    --text_color_2: #FFFFFF;
    --text_color_3: #797979;
    --text_color_4: #17191B;
    --text_color_5: #107ED8;
    --text_color_6: #C2C2C2;
    --text_color_7: #383838;
    --text_color_8: #E6E6E6;
    --text_color_9: #3B96DD;
    --text_color_10: #151313;
    --text_color_11: #EE1D23;
    --text_color_12: #808080;
    --text_color_13: #119246;
    --text_color_14: #191616;
    --text_color_15: #ADADAD;
    --text_color_16: #D5D5D5;
    --text_color_17: #FFF3F3;

}

/* .main_section {
    height: 100vh;
} */

.main_section .navbar_section .navbar-toggler {
    border: none;
}

.main_section {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: var(--bg_color_2);
    transition: all 0.3s ease;
}

.main_section.scrolled {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.main_section .navbar_section .navbar-nav .nav-item .nav-link {
    font-size: var(--fs_14);
    font-family: var(--inter_regular);
    color: var(--text_color_10);
    margin: 0 10px;
}

.main_section .navbar_section .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: var(--fs_14);
    font-family: var(--inter_regular);
    color: var(--text_color_10);
}

.main_section .navbar_section .request_quote_button_part .request_quote_btn {
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border-radius: 4px;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 5%;
    text-wrap-mode: nowrap;
}

.home_page_first_section {
    height: 90vh;
}

.home_page_first_section .slick-dotted.slick-slider {
    overflow: hidden;
    margin-bottom: 0;
}

.home_page_first_section .slider .slide {
    position: relative;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home_page_first_section .slider .slide .info {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 700px;
}

.home_page_first_section .slider .slide .info h3 {
    font-size: var(--fs_50);
    font-family: var(--inter_bold);
    color: var(--text_color_2);
    margin-bottom: 15px;
    letter-spacing: 0.8px;
}

.home_page_first_section .slider .slide .info p {
    margin-bottom: 35px;
    font-family: var(--inter_medium);
    font-size: var(--fs_24);
    color: var(--text_color_2);
    letter-spacing: 0.8px;
}

.home_page_first_section .slider .slide .info .request_quote_btn {
    font-size: var(--fs_16);
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    padding: 15px 18px;
    background-color: var(--bg_color_5);
    text-decoration: none;
    letter-spacing: 5%;
}

.home_page_first_section .slick-vertical .slick-slide {
    border: none;
    height: 90vh;
}

.home_page_first_section .slick-dots {
    top: 50%;
    left: -25px;
    transform: translateY(-50%) rotate(90deg);
    width: auto;
    bottom: auto;
}

.home_page_first_section .slick-dots li button:before {
    color: var(--text_color_2);
    font-size: 10px;
}

.home_page_first_section .slick-dots li.slick-active button:before {
    color: var(--text_color_2);
    font-size: 10px;
}

.home_page_second_section {
    padding: 80px 0 50px 0;
    background-color: var(--bg_color_6);
}

.home_page_second_section .title {
    font-size: var(--fs_50);
    font-family: var(--inter_medium);
    color: var(--text_color_10);
    text-align: center;
}

.home_page_second_section .title span {
    color: var(--text_color_11);
}

.home_page_second_section .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_20);
    color: var(--text_color_12);
    text-align: center;
    margin-top: 15px;
}

.home_page_third_section {
    padding: 100px 0;
    background-color: var(--bg_color_7);
}

.home_page_third_section .heading_part .left_side_part .title {
    font-size: var(--fs_14);
    font-family: var(--inter_medium);
    color: var(--text_color_13);
    text-transform: uppercase;
    letter-spacing: 5%;
}

.home_page_third_section .heading_part .left_side_part .sub_title {
    font-size: var(--fs_40);
    color: var(--text_color_10);
    font-family: var(--inter_semibold);
    margin-bottom: 0;
}

.home_page_third_section .heading_part .left_side_part .sub_title span {
    color: var(--text_color_11);
}

.home_page_third_section .heading_part .right_side_part p {
    font-size: var(--fs_20);
    font-family: var(--inter_medium);
    color: var(--text_color_12);
    margin-bottom: 0;
}

.home_page_third_section .card_part {
    margin-top: 40px;
}

.home_page_third_section .card_part .card {
    border: none;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}

.home_page_third_section .card_part .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/wave.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.6s ease;
    z-index: 0;
}

.home_page_third_section .card_part .card:hover::before {
    clip-path: inset(0 0 0 0);
}

.home_page_third_section .card_part .card .image_wrapper img {
    max-height: 350px;
    height: 350px;
    object-fit: contain;
}

.home_page_third_section .card_part .card .image_wrapper,
.home_page_third_section .card_part .card .card-body {
    position: relative;
    z-index: 1;
    transition: 0.5s ease;
    padding-bottom: 0;
}

.home_page_third_section .card_part .card:hover .card-body {
    padding-bottom: 0;
}

.home_page_third_section .card_part .card:hover .image_wrapper {
    transform: translateY(-12px);
}

.home_page_third_section .card_part .card:hover .card-body {
    transform: translateY(8px);
}

.home_page_third_section .card_part .card .card-body h4 {
    font-family: var(--inter_bold);
    font-size: var(--fs_24);
    color: var(--text_color_14);
    text-transform: uppercase;
    transition: 0.3s ease;
    margin-bottom: 0;
}

.home_page_fourth_section {
    padding: 100px 0;
    background-image: url(../images/strengthbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_page_fourth_section .heading_part .left_side_part .title {
    font-size: var(--fs_14);
    font-family: var(--inter_medium);
    color: var(--text_color_13);
    text-transform: uppercase;
    letter-spacing: 5%;
}

.home_page_fourth_section .heading_part .left_side_part .sub_title {
    font-size: var(--fs_40);
    color: var(--text_color_10);
    font-family: var(--inter_semibold);
    margin-bottom: 0;
}

.home_page_fourth_section .heading_part .left_side_part .sub_title span {
    color: var(--text_color_11);
}

.home_page_fourth_section .heading_part .right_side_part p {
    font-size: var(--fs_20);
    font-family: var(--inter_medium);
    color: var(--text_color_12);
    margin-bottom: 0;
}

.home_page_fourth_section .info_part {
    margin-top: 40px;
}

.home_page_fourth_section .info_part .right_side_main_part .card {
    border: 1px solid #CACACA;
    border-radius: 20px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home_page_fourth_section .info_part .right_side_main_part .card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border: 1px solid #CACACA;
}

.home_page_fourth_section .info_part .right_side_main_part .card img {
    height: 50px;
    width: 50px;
}

.home_page_fourth_section .info_part .right_side_main_part .card p {
    margin-bottom: 0;
    margin-top: 50px;
    font-family: var(--inter_medium);
    font-size: var(--fs_20);
    color: var(--text_color_10);
    text-transform: uppercase;
}

.home_page_fifth_section {
    --top-base: 50px;
    --top-step: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    height: auto;
    align-items: center;
    padding: 100px 0;
}

.home_page_fifth_section .section-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.home_page_fifth_section .section-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.home_page_fifth_section .card {
    margin: 0 20px;
    height: 100%;
    border-radius: 20px;
    position: sticky;
    top: calc(var(--top-base) + (var(--i) * var(--top-step)));
    display: flex;
    align-items: start;
    justify-content: center;
    border: none;
    padding: 40px;
    z-index: 2;
    transition: transform 0.4s ease;
}

.home_page_fifth_section .card .card-body {
    padding: 0 0 20px 0;
}

.home_page_fifth_section .card .card-body p {
    margin-bottom: 0;
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    font-size: var(--fs_14);
    letter-spacing: 5%;
}

.home_page_fifth_section .card .card-body h5 {
    margin-bottom: 0;
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    font-size: var(--fs_20);
}

.home_page_fifth_section .card .image_wrapper img {
    border-radius: 20px;
}

.home_page_fifth_section .three {
    background: linear-gradient(180deg, #2371A3 0%, #32BEE0 100%);
    transform: rotate(-10deg);
}

.home_page_fifth_section .two {
    background: linear-gradient(180deg, #335C9A 0%, #2C406C 100%);
    transform: rotate(10deg);
}

.home_page_fifth_section .one {
    background: linear-gradient(180deg, #C09F30 0%, #938438 100%);
    transform: rotate(-10deg);
}

.home_page_fifth_section .card.active {
    transform: rotate(0deg);
}

.home_page_sixth_section {
    padding: 100px 0 50px 0;
    background-color: var(--bg_color_6);
}

.home_page_sixth_section .heading_part .left_side_part .title {
    font-size: var(--fs_14);
    font-family: var(--inter_medium);
    color: var(--text_color_13);
    text-transform: uppercase;
    letter-spacing: 5%;
}

.home_page_sixth_section .heading_part .left_side_part .sub_title {
    font-size: var(--fs_40);
    color: var(--text_color_10);
    font-family: var(--inter_semibold);
    margin-bottom: 0;
}

.home_page_sixth_section .heading_part .left_side_part .sub_title span {
    color: var(--text_color_11);
}

.home_page_sixth_section .heading_part .right_side_part p {
    font-size: var(--fs_20);
    font-family: var(--inter_medium);
    color: var(--text_color_12);
    margin-bottom: 0;
}

.home_page_sixth_section .quality-flow__wrap .flow-svg {
    width: 100%;
    height: auto;
    display: block;
}

.home_page_sixth_section .quality-flow__wrap .flow-base {
    fill: none;
    stroke: #ededed;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home_page_sixth_section .quality-flow__wrap .flow-anim {
    fill: none;
    stroke: #EE1D23;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
}

.home_page_sixth_section .quality-flow__wrap .node-bg {
    fill: #F7CDCE;
}

.home_page_sixth_section .quality-flow__wrap .node-label {
    font-size: var(--fs_16);
    font-family: var(--inter_medium);
    color: var(--text_color_10);
}

.home_page_sixth_section .quality-flow__wrap .brush-grey {
    opacity: 1;
    transition: .35s ease;
}

.home_page_sixth_section .quality-flow__wrap .brush-red {
    opacity: 0;
    transition: .35s ease;
}

.home_page_sixth_section .quality-flow__wrap .node.active .brush-grey {
    opacity: 0;
}

.home_page_sixth_section .quality-flow__wrap .node.active .brush-red {
    opacity: 1;
}

.home_page_sixth_section .quality-flow__wrap .node-bg {
    fill: #ededed;
    stroke: #d9d9d9;
    stroke-width: 4;
    transition: .35s ease;
}

.home_page_sixth_section .quality-flow__wrap .node.active .node-bg {
    fill: #F7CDCE;
    stroke: #F7CDCE;
}

.home_page_sixth_section .quality-flow__wrap .quality-flow-mobile {
    display: none;
}

.home_page_seventh_section {
    padding: 50px 0;
}

.home_page_seventh_section .first_part {
    background-color: var(--bg_color_4);
    border-radius: 20px;
    padding: 30px;
}

.home_page_seventh_section .first_part .heading_part .title {
    font-size: var(--fs_14);
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    text-transform: uppercase;
    letter-spacing: 5%;
}

.home_page_seventh_section .first_part .heading_part .sub_title {
    font-size: var(--fs_40);
    color: var(--text_color_2);
    font-family: var(--inter_semibold);
    margin-bottom: 0;
    line-height: 1.2;
}

.home_page_seventh_section .first_part .heading_part .desc {
    font-size: var(--fs_20);
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    margin-top: 15px;
    /* margin-bottom: 0; */
    padding-bottom: 25px;
    border-bottom: 1px dashed var(--bg_color_2);
}

.home_page_seventh_section .first_part .detail_part {
    padding-top: 10px;
}

.home_page_seventh_section .first_part .detail_part .no {
    font-family: var(--inter_medium);
    font-size: var(--fs_24);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.home_page_seventh_section .first_part .detail_part .text {
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.home_page_seventh_section .second_part {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.home_page_eighth_section {
    position: relative;
    background-image: url("../images/readytopartner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}

.home_page_eighth_section .readytopartner_overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(74, 0, 0, 0.6), rgba(74, 0, 0, 0.6));
}

.home_page_eighth_section .readytopartner_content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
}

.home_page_eighth_section .readytopartner_content h2 {
    font-size: var(--fs_32);
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    letter-spacing: 5%;
}

.home_page_eighth_section .readytopartner_content p {
    font-size: var(--fs_20);
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    letter-spacing: 5%;
}

.home_page_eighth_section .contact_btn_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_page_eighth_section .contact_btn_part .contact_btn {
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border-radius: 4px;
    padding: 10px 15px;
    text-decoration: none;
    width: fit-content;
    letter-spacing: 5%;
}

.home_page_nineth_section {
    padding: 100px 0;
}

.home_page_nineth_section .heading_part .title {
    font-size: var(--fs_14);
    font-family: var(--inter_medium);
    color: var(--text_color_13);
    text-transform: uppercase;
    letter-spacing: 5%;
}

.home_page_nineth_section .heading_part .sub_title {
    font-size: var(--fs_40);
    color: var(--text_color_10);
    font-family: var(--inter_semibold);
    margin-bottom: 0;
}

.home_page_nineth_section .heading_part .sub_title span {
    color: var(--text_color_11);
}

.home_page_nineth_section .client_wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.home_page_nineth_section .slick-track {
    display: flex !important;
    align-items: center;
}

.home_page_nineth_section .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.home_page_nineth_section .client_wrap .slick::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/software-shadow.png");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    z-index: 11;
}

.home_page_nineth_section .slick-slide img {
    height: 80px;
    width: auto;
    transition: 0.3s ease;
}

footer {
    background-color: var(--bg_color_8);
    padding: 40px 0;
}

footer .left_side_main_part .main_links_part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

footer .left_side_main_part .second_sub_part {
    margin-top: 50px;
}

footer .left_side_main_part .second_part h4,
footer .left_side_main_part .second_sub_part h4,
footer .left_side_main_part .third_part h4 {
    font-family: var(--inter_bold);
    color: var(--text_color_11);
    font-size: var(--fs_16);
    text-transform: uppercase;
    letter-spacing: 5%;
}

footer .left_side_main_part .second_part a,
footer .left_side_main_part .second_sub_part a,
footer .left_side_main_part .third_part a {
    text-decoration: none;
}

footer .left_side_main_part .second_part a p,
footer .left_side_main_part .second_sub_part a p,
footer .left_side_main_part .third_part a p {
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    margin-bottom: 8px;
    cursor: pointer;
    transition: color 0.3s ease;
}

footer .left_side_main_part .second_part a p:hover,
footer .left_side_main_part .second_sub_part a p:hover,
footer .left_side_main_part .third_part a p:hover {
    color: var(--text_color_11);
}

/* footer .bottom_part .left_side_part .wrapper {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid var(--text_color_2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

footer .bottom_part .left_side_part .wrapper img {
    height: 16px;
    width: 16px;
} */

footer .bottom_part .left_side_part .wrapper {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid var(--text_color_2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--text_color_2);
}

footer .bottom_part .left_side_part .wrapper img {
    height: 16px;
    width: 16px;
    transition: all 0.3s ease;
}

footer .bottom_part .left_side_part .wrapper:hover {
    border-color: var(--text_color_11);
    background-color: var(--text_color_11);
}

footer .bottom_part .left_side_part .wrapper:hover img {
    filter: brightness(0) invert(1);
}

footer .right_side_form_part .heading_part h3 {
    font-family: var(--inter_bold);
    color: var(--text_color_11);
    font-size: var(--fs_16);
    text-transform: uppercase;
    letter-spacing: 5%;
}

footer .right_side_form_part .heading_part .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_28);
    color: var(--text_color_2);
}

footer .right_side_form_part .heading_part .desc1 {
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_15);
}

footer .right_side_form_part {
    background-color: var(--bg_color_9);
    padding: 32px 24px;
    border-radius: 16px;
}

footer .right_side_form_part form .fields_part input,
footer .right_side_form_part form .fields_part textarea {
    background-color: transparent;
    border: 1px solid #5A5A5A;
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    padding: 10px 12px;
    border-radius: 4px;
    width: 100%;
}

footer .right_side_form_part form .fields_part input::placeholder,
footer .right_side_form_part form .fields_part textarea::placeholder {
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
}

footer .right_side_form_part form .fields_part input:focus,
footer .right_side_form_part form .fields_part textarea:focus {
    outline: none;
}

footer .right_side_form_part .send_request_btn_part .send_request_btn {
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border-radius: 4px;
    padding: 10px 32px;
    text-decoration: none;
    width: fit-content;
    letter-spacing: 5%;
    margin-top: 30px;
}

footer .bottom_part .left_side_part {
    display: flex;
    gap: 10px;
}

footer .bottom_part .right_side_part {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

footer .bottom_part .right_side_part p {
    font-family: var(--inter_regular);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    margin-bottom: 0;
}

.product_page_first_section {
    background-color: var(--bg_color_10);
    padding: 10px;
}

.product_page_first_section .breadcrumb_part {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.product_page_first_section .breadcrumb_part span {
    color: var(--text_color_12);
    font-family: var(--roboto_regular);
    font-size: var(--fs_14);
}

.product_page_first_section .breadcrumb_part span .home_icon {
    height: 16px;
    width: 16px;
    margin-right: 2px;
}

.product_page_first_section .breadcrumb_part span .right_arrow {
    height: 10px;
}

.product_page_first_section .breadcrumb_part .active {
    color: var(--text_color_1);
}

.product_page_second_section {
    background-color: var(--bg_color_6);
    padding: 80px 0;
}

.product_page_second_section .left_side_main_part .main-swiper {
    background-color: var(--bg_color_2);
    border: 1px solid var(--text_color_8);
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.03);
}

.product_page_second_section .left_side_main_part .main-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_page_second_section .left_side_main_part .main-swiper img {
    max-height: 100%;
    object-fit: contain;
}

.product_page_second_section .left_side_main_part .thumb-swiper {
    margin-top: 16px;
}

.product_page_second_section .left_side_main_part .thumb-swiper .swiper-wrapper {
    justify-content: center;
}

.product_page_second_section .left_side_main_part .thumb-swiper .swiper-slide {
    width: 32px !important;
    height: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.product_page_second_section .left_side_main_part .thumb-swiper .swiper-slide .color-swatch {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.product_page_second_section .left_side_main_part .thumb-swiper .swiper-slide-thumb-active {
    border-color: var(--bg_color_4);
}

.product_page_second_section .right_side_main_part .product_name {
    font-family: var(--roboto_medium);
    font-size: var(--fs_32);
    color: var(--text_color_1);
}

.product_page_second_section .right_side_main_part .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs_20);
    color: var(--text_color_12);
}

.product_page_second_section .right_side_main_part .request_quote_btn {
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border-radius: 4px;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 5%;
    width: fit-content;
    margin-bottom: 25px;
}

.product_page_second_section .right_side_main_part .quick_specification {
    font-family: var(--roboto_semibold);
    font-size: var(--fs_16);
    color: var(--text_color_13);
}

.product_page_second_section .right_side_main_part .information {
    border: 1px solid var(--text_color_16);
    border-radius: 10px;
    padding: 5px 20px;
}

.product_page_second_section .right_side_main_part .information .info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--text_color_16);
    padding: 12px 0;
}

.product_page_second_section .right_side_main_part .information .info:nth-last-of-type(1) {
    border-bottom: none;
}

.product_page_second_section .right_side_main_part .information .info .title {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_12);
}

.product_page_second_section .right_side_main_part .information .info .data {
    font-family: var(--roboto_medium);
    font-size: var(--fs_16);
    color: var(--text_color_4);
}

.product_page_third_section {
    background-image: url(../images/product_material_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.product_page_third_section .row {
    display: flex;
    align-items: stretch;
}

.product_page_third_section .left_side_part,
.product_page_third_section .right_side_part {
    height: 100%;
}

.product_page_third_section .left_side_part {
    background-color: var(--bg_color_2);
    border: 1px solid var(--text_color_16);
    border-radius: 10px;
    padding: 20px;
}

.product_page_third_section .left_side_part .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_32);
    color: var(--text_color_10);
    margin-bottom: 20px;
}

.product_page_third_section .left_side_part .title span {
    color: var(--text_color_11);
}

.product_page_third_section .left_side_part .desc_part {
    padding: 10px;
    background: linear-gradient(90deg, #EBEFF3 0%, #FFFFFF 100%);
    border: 1px solid var(--text_color_16);
    border-radius: 4px;
}

.product_page_third_section .left_side_part .desc_part p {
    margin-bottom: 0;
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_12);
}

.product_page_third_section .right_side_part {
    background-color: var(--bg_color_2);
    border: 1px solid var(--text_color_16);
    border-radius: 10px;
    padding: 20px;
}

.product_page_third_section .right_side_part .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_32);
    color: var(--text_color_10);
    margin-bottom: 20px;
}

.product_page_third_section .right_side_part .title span {
    color: var(--text_color_11);
}

.product_page_third_section .right_side_part .info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product_page_third_section .right_side_part .desc_part {
    padding: 10px 20px;
    background: linear-gradient(90deg, #EBEFF3 0%, #FFFFFF 100%);
    border: 1px solid var(--text_color_16);
    border-radius: 4px;
}

.product_page_third_section .right_side_part .desc_part p {
    margin-bottom: 0;
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_12);
    letter-spacing: 2%;
}

.product_page_fourth_section {
    position: relative;
    background-image: url("../images/need_custom_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}

.product_page_fourth_section .readytopartner_overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(74, 0, 0, 0.6), rgba(74, 0, 0, 0.6));
}

.product_page_fourth_section .readytopartner_content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
}

.product_page_fourth_section .readytopartner_content h2 {
    font-size: var(--fs_32);
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    letter-spacing: 5%;
}

.product_page_fourth_section .readytopartner_content p {
    font-size: var(--fs_20);
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    letter-spacing: 5%;
}

.product_page_fourth_section .contact_btn_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_page_fourth_section .contact_btn_part .contact_btn {
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border-radius: 4px;
    padding: 10px 15px;
    text-decoration: none;
    width: fit-content;
    letter-spacing: 5%;
}

.product_page_fifth_section {
    padding: 100px 0;
}

.product_page_fifth_section .heading_part .left_side_part .title {
    font-size: var(--fs_14);
    font-family: var(--inter_medium);
    color: var(--text_color_13);
    text-transform: uppercase;
    letter-spacing: 5%;
}

.product_page_fifth_section .heading_part .left_side_part .sub_title {
    font-size: var(--fs_40);
    color: var(--text_color_10);
    font-family: var(--inter_semibold);
    margin-bottom: 0;
}

.product_page_fifth_section .heading_part .left_side_part .sub_title span {
    color: var(--text_color_11);
}

.product_page_fifth_section .heading_part .right_side_part p {
    font-size: var(--fs_20);
    font-family: var(--inter_medium);
    color: var(--text_color_12);
    margin-bottom: 0;
}

.product_page_fifth_section .card_part {
    margin-top: 40px;
}

.product_page_fifth_section .card_part .card {
    background-color: var(--bg_color_6);
    border: none;
    border-radius: 10px;
    padding: 20px;
}

.product_page_fifth_section .card_part .card .image_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--text_color_16);
    border-radius: 10px;
}

.product_page_fifth_section .card_part .card .image_wrapper img {
    object-fit: cover;
    width: 100%;
}

.product_page_fifth_section .card_part .card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.product_page_fifth_section .card_part .card .card-body .name {
    font-family: var(--inter_semibold);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    text-decoration: none;
}

.product_page_fifth_section .card_part .card .card-body .view_detail_btn {
    text-decoration: none;
    background-color: var(--bg_color_4);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    font-family: var(--inter_medium);
    border-radius: 4px;
    width: 100%;
    padding: 10px 32px;
    margin-top: 25px;
}

.aboutpage_first_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
}

.aboutpage_first_section .title_part {
    color: var(--text_color_2);
    font-size: var(--fs_50);
    font-family: var(--inter_semibold);
    text-align: center;
}

.aboutpage_second_section {
    padding: 100px 0;
}

.aboutpage_second_section .left_side_part .title {
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
    color: var(--text_color_13);
    letter-spacing: 5%;
}

.aboutpage_second_section .left_side_part .sub_title {
    font-family: var(--inter_medium);
    font-size: var(--fs_50);
    color: var(--text_color_1);
    line-height: 1.2;
}

.aboutpage_second_section .left_side_part .sub_title span {
    color: var(--text_color_13);
}

.aboutpage_second_section .left_side_part .download_our_brochure_btn {
    text-decoration: none;
    background-color: var(--bg_color_4);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    font-family: var(--inter_medium);
    border-radius: 4px;
    width: fit-content;
    padding: 10px;
    margin-top: 25px;
}

.aboutpage_second_section .right_side_part .datainfo {
    margin-top: 30px;
}

.aboutpage_second_section .right_side_part .datainfo p {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    color: var(--text_color_12);
    margin-bottom: 0;
    margin-top: 14px;
}

.aboutpage_third_section {
    background-image: url(../images/numbers_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.aboutpage_third_section .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutpage_third_section .content .numbers {
    font-family: var(--inter_regular);
    font-size: var(--fs_50);
    color: var(--text_color_11);
    margin-bottom: 0;
}

.aboutpage_third_section .content .text_part {
    font-family: var(--inter_medium);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.aboutpage_fourth_section {
    padding: 100px 0;
    background-image: url(../images/strengthbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--bg_color_11);
}

.aboutpage_fourth_section .heading_part .left_side_part .title {
    font-size: var(--fs_14);
    font-family: var(--inter_medium);
    color: var(--text_color_13);
    text-transform: uppercase;
    letter-spacing: 5%;
}

.aboutpage_fourth_section .heading_part .left_side_part .sub_title {
    font-size: var(--fs_40);
    color: var(--text_color_10);
    font-family: var(--inter_semibold);
    margin-bottom: 0;
}

.aboutpage_fourth_section .heading_part .left_side_part .sub_title span {
    color: var(--text_color_11);
}

.aboutpage_fourth_section .heading_part .right_side_part p {
    font-size: var(--fs_20);
    font-family: var(--inter_medium);
    color: var(--text_color_12);
    margin-bottom: 0;
}

.aboutpage_fourth_section .info_part {
    margin-top: 40px;
}

.aboutpage_fourth_section .info_part .right_side_main_part .card {
    border: 1px solid #CACACA;
    border-radius: 20px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.aboutpage_fourth_section .info_part .right_side_main_part .card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border: 1px solid #CACACA;
}

.aboutpage_fourth_section .info_part .right_side_main_part .card img {
    height: 50px;
    width: 50px;
}

.aboutpage_fourth_section .info_part .right_side_main_part .card p {
    margin-bottom: 0;
    margin-top: 50px;
    font-family: var(--inter_medium);
    font-size: var(--fs_20);
    color: var(--text_color_10);
    text-transform: uppercase;
}

.aboutpage_fifth_section {
    padding: 100px 0;
    background-color: var(--bg_color_10);
}

.aboutpage_fifth_section .right_side_part .title {
    font-size: var(--fs_32);
    font-family: var(--inter_medium);
    color: var(--text_color_1);
    margin-bottom: 20px;
}

.aboutpage_fifth_section .right_side_part .title span {
    color: var(--text_color_11);
}

.aboutpage_fifth_section .right_side_part .desc {
    font-family: var(--inter_regular);
    color: var(--text_color_3);
    font-size: var(--fs_20);
}

.aboutpage_sixth_section {
    padding: 50px 0;
}

.aboutpage_sixth_section .container {
    position: relative;
    background-image: url("../images/need_custom_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 100px;
    overflow: hidden;
    border-radius: 20px;
}

.aboutpage_sixth_section .readytopartner_overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(32, 0, 0, 0.8), rgba(32, 0, 0, 0.8));
}

.aboutpage_sixth_section .readytopartner_content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
}

.aboutpage_sixth_section .readytopartner_content p {
    font-size: var(--fs_32);
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    letter-spacing: 5%;
    margin-bottom: 0;
}

.qualitypage_second_section {
    background-color: var(--bg_color_12);
    padding: 100px 0;
}

.qualitypage_second_section .content_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.qualitypage_second_section .content_part .title {
    font-family: var(--inter_medium);
    color: var(--text_color_10);
    font-size: var(--fs_50);
}

.qualitypage_second_section .content_part .title span {
    color: var(--text_color_11);
}

.qualitypage_second_section .content_part .content {
    font-family: var(--inter_regular);
    font-size: var(--fs_20);
    color: var(--text_color_12);
    margin-bottom: 0;
}

.qualitypage_third_section {
    padding: 50px 0;
}

.qualitypage_third_section .left_side_part .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_1);
    margin-top: 10px;
    margin-bottom: 15px;
}

.qualitypage_third_section .left_side_part .title span {
    color: var(--text_color_11);
}

.qualitypage_third_section .left_side_part .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_20);
    color: var(--text_color_12);
}

.qualitypage_third_section .right_side_part {
    position: relative;
}

.qualitypage_third_section .right_side_part .image_wrapper {
    position: relative;
    display: inline-block;
    border-radius: 20px;
}

.qualitypage_third_section .right_side_part .image_wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--bg_color_4);
    border-radius: 20px;
    bottom: -18px;
    right: -18px;
    z-index: 0;
}

.qualitypage_third_section .right_side_part img {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    display: block;
}

.qualitypage_fourth_section {
    background-color: var(--bg_color_8);
    padding: 50px 0;
}

.qualitypage_fourth_section .heading_part .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_2);
    text-align: center;
    margin-bottom: 40px;
}

.qualitypage_fourth_section .heading_part .title span {
    color: var(--text_color_11);
}

.qualitypage_fourth_section .card {
    border: none;
    padding: 0 24px 24px 24px;
    border-radius: 20px;
    height: 100%;
}

.qualitypage_fourth_section .card .sequence {
    font-family: var(--inter_semibold);
    font-size: 150px;
    color: var(--text_color_17);
}

.qualitypage_fourth_section .card .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_24);
    color: var(--text_color_10);
}

.qualitypage_fourth_section .card .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_20);
    color: var(--text_color_12);
    margin-bottom: 0;
}

.qualitypage_fifth_section {
    padding: 70px 0;
}

.qualitypage_fifth_section .left_side_part {
    position: relative;
}

.qualitypage_fifth_section .left_side_part .image_wrapper {
    position: relative;
    display: inline-block;
    border-radius: 20px;
}

.qualitypage_fifth_section .left_side_part .image_wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--bg_color_4);
    border-radius: 20px;
    bottom: -18px;
    right: -18px;
    z-index: 0;
}

.qualitypage_fifth_section .left_side_part img {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    display: block;
}

.qualitypage_fifth_section .right_side_part .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_1);
    margin-top: 10px;
    margin-bottom: 15px;
}

.qualitypage_fifth_section .right_side_part .title span {
    color: var(--text_color_11);
}

.qualitypage_fifth_section .right_side_part .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_20);
    color: var(--text_color_12);
}

.infrastructure_first_section {
    padding: 50px 0;
    background-color: var(--bg_color_11);
}

.infrastructure_first_section .heading_part .title {
    font-family: var(--inter_semibold);
    color: var(--text_color_1);
    font-size: var(--fs_40);
    text-align: center;
}

.infrastructure_first_section .heading_part .title span {
    color: var(--text_color_11);
}

.infrastructure_first_section .wrap {
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
}

.infrastructure_first_section .wrap .hero-image {
    max-width: 420px;
    height: auto;
    margin: 0 auto 15px auto;
    overflow: hidden;
    position: relative;
    background-color: var(--text_color_2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    touch-action: pan-y;
}

.infrastructure_first_section .wrap .hero-image .image-track {
    display: flex;
    height: 100%;
    transition: transform .55s cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
}

.infrastructure_first_section .wrap .hero-image .image-track .slide {
    flex: 0 0 100%;
    height: 100%;
}

.infrastructure_first_section .wrap .hero-image .image-track .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.infrastructure_first_section .wrap .steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 10px 0;
    margin: 0 auto;
}

.infrastructure_first_section .wrap .steps::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    height: 1.5px;
    background-color: var(--text_color_16);
}

.infrastructure_first_section .wrap .step {
    position: relative;
    flex: 1;
    text-align: center;
    color: #7d7d7d;
    cursor: pointer;
    font-size: var(--fs_14);
    line-height: 1.25;
    user-select: none;
    padding-top: 22px;
    transition: .2s ease;
    white-space: nowrap;
    font-family: var(--inter_regular);
}

.infrastructure_first_section .wrap .step::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--bg_color_7);
    box-shadow: 0 0 0 5px var(--bg_color_2);
    transition: 0.3s ease;
}

.infrastructure_first_section .wrap .step.active {
    color: var(--text_color_11);
}

.infrastructure_first_section .wrap .step.active::before {
    background: var(--bg_color_4);
    transform: translateX(-50%);
}

.infrastructure_third_section {
    padding: 50px 0;
    background-color: var(--bg_color_11);
}

.infrastructure_third_section .heading_part .title {
    font-family: var(--inter_semibold);
    color: var(--text_color_1);
    font-size: var(--fs_40);
    text-align: center;
}

.infrastructure_third_section .heading_part .title span {
    color: var(--text_color_11);
}

.infrastructure_third_section .wrap {
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
}

.infrastructure_third_section .wrap .hero-image {
    max-width: 420px;
    height: auto;
    margin: 0 auto 15px auto;
    overflow: hidden;
    position: relative;
    background-color: var(--text_color_2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    touch-action: pan-y;
}

.infrastructure_third_section .wrap .hero-image .image-track {
    display: flex;
    height: 100%;
    transition: transform .55s cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
}

.infrastructure_third_section .wrap .hero-image .image-track .slide {
    flex: 0 0 100%;
    height: 100%;
}

.infrastructure_third_section .wrap .hero-image .image-track .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.infrastructure_third_section .wrap .steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 10px 0;
    margin: 0 auto;
}

.infrastructure_third_section .wrap .steps::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    height: 1.5px;
    background-color: var(--text_color_16);
}

.infrastructure_third_section .wrap .step {
    position: relative;
    flex: 1;
    text-align: center;
    color: #7d7d7d;
    cursor: pointer;
    font-size: var(--fs_14);
    line-height: 1.25;
    user-select: none;
    padding-top: 22px;
    transition: .2s ease;
    white-space: nowrap;
    font-family: var(--inter_regular);
}

.infrastructure_third_section .wrap .step::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--bg_color_7);
    box-shadow: 0 0 0 5px var(--bg_color_2);
    transition: 0.3s ease;
}

.infrastructure_third_section .wrap .step.active {
    color: var(--text_color_11);
}

.infrastructure_third_section .wrap .step.active::before {
    background: var(--bg_color_4);
    transform: translateX(-50%);
}

.infrastructure_second_section {
    padding: 50px 0;
    background-color: var(--bg_color_11);
}

.infrastructure_second_section .image_part img {
    border-radius: 20px;
}

.infrastructure_second_section .content_part .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_1);
    margin-bottom: 0;
}

.infrastructure_second_section .content_part .title span {
    color: var(--text_color_11);
}

.infrastructure_second_section .content_part .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_16);
    color: var(--text_color_12);
    margin-bottom: 0;
}

.industries_first_section {
    background-color: var(--bg_color_11);
    padding: 100px 0;
}

.industries_first_section .left_main_part {
    padding: 20px;
    background-color: var(--bg_color_2);
    position: sticky;
    top: 0;
}

.industries_first_section .left_main_part .heading_part .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs_40);
    color: var(--text_color_1);
    margin-top: 10px;
    margin-bottom: 15px;
}

.industries_first_section .left_main_part .heading_part span {
    color: var(--text_color_11);
}

.industries_first_section .left_main_part .heading_part .desc {
    font-family: var(--inter_regular);
    font-size: var(--fs_20);
    color: var(--text_color_12);
}

.industries_first_section .right_main_part .box {
    border-bottom: 1px dashed #a2a2a2;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.industries_first_section .right_main_part .box:nth-last-of-type(1) {
    border-bottom: none;
    padding-bottom: none;
    margin-bottom: none;
}

.industries_first_section .right_main_part .box .title {
    font-family: var(--inter_bold);
    font-size: var(--fs_24);
    color: var(--text_color_11);
    margin-bottom: 0;
    text-transform: uppercase;
}

.industries_first_section .right_main_part .box .desc {
    font-family: var(--inter_medium);
    color: var(--text_color_3);
    margin-bottom: 10px;
    font-size: var(--fs_16);
    text-transform: uppercase;
}

.industries_first_section .right_main_part .box .product_use_title {
    font-family: var(--inter_medium);
    color: var(--text_color_1);
    margin-bottom: 0;
    font-size: var(--fs_16);
    text-transform: uppercase;
}

.industries_first_section .right_main_part .box .product_usage {
    font-family: var(--inter_medium);
    color: var(--text_color_1);
    font-size: var(--fs_16);
    text-transform: uppercase;
}

.contactus_first_section {
    padding: 50px 0;
}

.contactus_first_section .left_side_part {
    background-color: var(--bg_color_8);
    border-radius: 10px;
    padding: 20px;
}

.contactus_first_section .left_side_part .heading_part .title {
    font-size: var(--fs_14);
    font-family: var(--inter_medium);
    color: var(--text_color_2);
    text-transform: uppercase;
    letter-spacing: 5%;
}

.contactus_first_section .left_side_part .heading_part .main_heading {
    font-family: var(--roboto_regular);
    color: var(--text_color_2);
    font-size: var(--fs_50);
    line-height: 1;
    margin-bottom: 10px;
}

.contactus_first_section .left_side_part .heading_part .desc {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_16);
}

.contactus_first_section .left_side_part .social_media_icon {
    display: flex;
    gap: 18px;
    margin-top: 60px;
}

.contactus_first_section .left_side_part .social_media_icon a {
    text-decoration: none;
}

.contactus_first_section .left_side_part .social_media_icon .icon {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid var(--bg_color_2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.contactus_first_section .left_side_part .social_media_icon .icon i {
    color: var(--text_color_2);
    font-size: var(--fs_16);
}

.contactus_first_section .left_side_part .map_part {
    margin-top: 30px;
    width: 100%;
}

.contactus_first_section .left_side_part .map_part iframe {
    width: 100%;
    border-radius: 10px;
    height: 200px;
}

.contactus_first_section .right_side_part .title_part p {
    font-family: var(--roboto_bold);
    font-size: var(--fs_24);
    margin: 0 0 25px 0;
    color: var(--text_color_1);
}

.contactus_first_section .right_side_part .form_part .label_title {
    font-family: var(--roboto_regular);
    font-size: var(--fs_16);
    color: var(--text_color_1);
    margin-bottom: 7px;
}

.contactus_first_section .right_side_part .form_part .form-control {
    padding: 8px 12px;
    background: #F5F8FA;
    border: 1px solid #EEEEEE;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: var(--fs_14);
    font-family: var(--inter_regular);
}

.contactus_first_section .right_side_part .form_part .form-control:focus {
    border: 1px solid #EEEEEE;
    outline: none;
    box-shadow: none;
}

.contactus_first_section .right_side_part .form_part .submit_button_part a {
    text-decoration: none;
}

.contactus_first_section .right_side_part .form_part .submit_button_part button {
    font-family: var(--inter_medium);
    font-size: var(--fs_14);
    color: var(--text_color_2);
    background-color: var(--bg_color_4);
    border-radius: 4px;
    padding: 10px 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 5%;
    margin-top: 20px;
    border: none;
}

.contactus_second_section {
    background-image: url(../images/ContactInfo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.contactus_second_section .first_part .title {
    font-family: var(--roboto_regular);
    font-size: var(--fs_24);
    color: var(--text_color_1);
}

.contactus_second_section .first_part .subtitle {
    font-family: var(--roboto_semibold);
    font-size: var(--fs_50);
    color: var(--text_color_1);
    line-height: 1;
    margin-top: 22px;
}

.contactus_second_section .middle_part .heading {
    font-family: var(--inter_semibold);
    font-size: var(--fs_22);
    color: var(--text_color_1);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.contactus_second_section .middle_part .heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background-color: var(--bg_color_1);
}

.contactus_second_section .middle_part .link {
    font-family: var(--inter_semibold);
    font-size: var(--fs_22);
    color: var(--text_color_1);
    text-decoration: none;
}

.contactus_second_section .middle_part .hours {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    margin-bottom: 0;
    margin-top: 15px;
}

.contactus_second_section .middle_part .days {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_1);
}

.contactus_second_section .last_part .heading {
    font-family: var(--inter_semibold);
    font-size: var(--fs_22);
    color: var(--text_color_1);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.contactus_second_section .last_part .heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background-color: var(--bg_color_1);
}

.contactus_second_section .last_part .link {
    font-family: var(--inter_semibold);
    font-size: var(--fs_22);
    color: var(--text_color_1);
    text-decoration: none;
}

.contactus_second_section .last_part .hours {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    margin-bottom: 0;
    margin-top: 15px;
}

.contactus_second_section .last_part .days {
    font-family: var(--roboto_regular);
    font-size: var(--fs_20);
    color: var(--text_color_1);
    margin-bottom: 0;
}