* {
    padding: 0;
    margin: 0;
}

@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);
}

:root {
    --inter_regular: "inter_regular";
    --inter_medium: "inter_medium";
    --inter_semibold: "inter_semibold";
    --inter_bold: "inter_bold";

    /* --bg_color_1: #EA4335; */
    /* --bg_color_1: #E17200; */
    --bg_color_1: #B98C37;
    --bg_color_2: #F1F1F1;
    --bg_color_3: #161729;
    --bg_color_4: #888888;
    --bg_color_5: #FFFFFF;
    --bg_color_6: #FFF3E6;
    --bg_color_7: #171729;
    --bg_color_8: #73747F;
    --bg_color_9: #D5D5D5;
    --bg_color_10: #F2F2F2;
    --bg_color_11: #F9F9F9;
    --bg_color_12: #F0F0F0;
    --bg_color_13: #333582;

    /* --text_color_1: #EA4335; */
    --text_color_1: #814300;
    --text_color_2: #F1F1F1;
    --text_color_3: #161729;
    --text_color_4: #888888;
    --text_color_5: #FFFFFF;
    --text_color_6: #FFE7E7;
    --text_color_7: #171729;
    --text_color_8: #73747F;
    --text_color_9: #D5D5D5;
    --text_color_10: #616161;
    --text_color_11: #818181;
    --text_color_12: #B4B4B4;
    --text_color_13: #5B5B5B;

    --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-36: 36px;
    --fs-34: 34px;
    --fs-42: 42px;
    --fs-52: 52px;

}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--inter_semibold);
}

a,
p,
span,
td {
    font-family: var(--inter_regular) !important;
}

.btn,
button[type="button"],
button[type="submit"] {
    font-family: var(--inter_regular);
    border: none;
    font-size: var(--fs-14);
    padding: 10px 18px;
    border-radius: 8px;
}

a {
    text-decoration: none;
}

main {
    flex: 1;
}

footer {
    margin-top: auto;
}

.toast-message {
    font-family: var(--inter_regular);
}

label {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    text-transform: uppercase;
    margin-bottom: 10px;
}

input,
select {
    background: #F7F7F7;
    border: 1px solid #EEE;
    border-radius: 8px;
    width: 100%;
    outline: none;
    font-family: var(--inter_medium);
    color: var(--text_color_3);
}

input:focus,
select:focus {
    box-shadow: none;
    border: 1px solid var(--bg_color_1);
}




/* .main_navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
} */

/* .main_navbar {
    width: 100%;
    background: white;
    transition: box-shadow 0.3s ease;
} */

.main_navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .12);
}

/* .top_header_part {
    background-color: var(--bg_color_5);
}

.top_header_part .logo_part {
    display: flex;
    align-items: center;
    height: 100%;
}

.top_header_part .logo_part .logo_img_part .site_logo {
    width: auto;
    height: 78px;
    object-fit: cover;
}

.topadvertisement_box {
    border-radius: 10px;
    border: 1px solid var(--text_color_9);
    background-color: var(--bg_color_2);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.topadvertisement_box .topadvertisement_text {
    color: var(--text_color_3);
    font-size: var(--fs-24);
    font-family: var(--inter_regular);
    padding: 30px;
} */

.navbar {
    background: var(--bg_color_1);
}

.navbar .navbar-brand img {
    background-color: var(--bg_color_5);
    border-radius: 10px;
    padding: 10px 20px;
}

.navbar .navbar-toggler {
    width: 100%;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--text_color_5);
    font-family: var(--inter_semibold) !important;
    font-size: var(--fs-14);
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

/* .navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--bg_color_5);
} */

.navbar .navbar-nav .nav-item .search_input_field {
    padding: 8px 10px;
}

.navbar .navbar-nav .nav-item .search_input_field:focus {
    box-shadow: none;
}

.navbar .navbar-nav .select_city_dropdown .dropdown-menu {
    max-height: 390px;
    height: fit-content;
    overflow-y: scroll;
    padding-top: 0;
}

.header-mobile .select_city_dropdown .dropdown-menu::-webkit-scrollbar,
.navbar .navbar-nav .select_city_dropdown .dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.header-mobile .select_city_dropdown .dropdown-menu::-webkit-scrollbar-track,
.navbar .navbar-nav .select_city_dropdown .dropdown-menu::-webkit-scrollbar-track {
    background-color: var(--bg_color_2);
}

.header-mobile .select_city_dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.navbar .navbar-nav .select_city_dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: var(--bg_color_1);
}


/* .navbar .navbar-nav .select_city_dropdown .dropdown-menu::-webkit-scrollbar {
    display: none;
} */

.navbar .navbar-nav .select_city_dropdown .dropdown-menu .dropdown-item {
    text-transform: uppercase;
}

.navbar .navbar-nav .select_city_dropdown .dropdown-menu .search_city_field_part {
    padding: 0 10px 5px 10px;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.navbar .navbar-nav .select_city_dropdown .dropdown-menu .search_city_field_part input {
    border: none;
    width: 100%;
    font-family: var(--inter_regular);
    padding: 10px;
}

.navbar .navbar-nav .select_city_dropdown .dropdown-menu .search_city_field_part input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.navbar .navbar-toggler-icon-invert {
    display: inline-flex;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.navbar .navbar-nav .nav-item .nav-search {
    border-radius: 50%;
    color: var(--text_color_5);
}

.navbar .navbar-nav .nav-item .btn-payment {
    background-color: var(--bg_color_5);
    color: var(--bg_color_1);
    border-radius: 9px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: var(--inter_semibold) !important;
}

.main_content_part {
    padding: 20px 0;
}

.main_content_part .home_first_section .swiper .swiper-wrapper {
    height: 100%;
}

/* .main_content_part .home_first_section .swiper .swiper-wrapper .swiper-slide {
    cursor: pointer;
    height: 600px;
    border-radius: 10px;
}

.main_content_part .home_first_section .swiper .swiper-wrapper .swiper-slide img {
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.main_content_part .home_first_section .swiper .swiper-pagination-bullet-active {
    color: var(--text_color_1);
    background-color: var(--text_color_1);
} */

.main_content_part .home_first_section .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    cursor: pointer;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.main_content_part .home_first_section .swiper .swiper-wrapper .swiper-slide img {
    /* height: 600px;
    object-fit: cover; */
    height: auto;
    max-height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.main_content_part .home_first_section .swiper .slide_content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.35));
}

.main_content_part .home_first_section .swiper .slide_content h2 {
    font-family: var(--inter_regular);
    font-size: var(--fs-52);
    color: var(--text_color_5);
    margin-bottom: 10px;
    max-width: 80%;
    /* margin: auto; */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.main_content_part .home_first_section .swiper .slide_content p {
    font-family: var(--inter_regular);
    font-size: var(--fs-20);
    color: var(--text_color_5);
    line-height: 1.5;
    max-width: 80%;
    /* margin: auto; */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.main_content_part .home_first_section .swiper .swiper-pagination-bullet-active {
    background-color: var(--text_color_1);
}

@media (max-width: 992px) {
    .main_content_part .home_first_section .swiper .slide_content h2 {
        font-size: 30px;
    }

    .main_content_part .home_first_section .swiper .slide_content p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .main_content_part .home_first_section .swiper .slide_content h2 {
        font-size: 20px;
    }

    .main_content_part .home_first_section .swiper .slide_content p {
        font-size: 14px;
    }
}

.main_content_part .home_second_section {
    padding: 40px 0 40px 0;
}

.main_content_part .home_second_section .card {
    border: 1px solid var(--bg_color_9);
    border-radius: 10px;
    height: fit-content;
    max-height: 300px;
    background-color: var(--bg_color_10);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    width: auto;
}

.main_content_part .home_second_section .card .content .camera_image {
    height: 24px;
    width: 24px;
    margin-bottom: 10px;
}

.main_content_part .home_second_section .card .content p {
    font-size: var(--fs-24);
    color: var(--text_color_10);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

.main_content_part .home_third_section .main_left_part {
    background-color: var(--bg_color_11);
    padding-top: 40px;
    padding-bottom: 40px;
}

.main_content_part .home_third_section .left_side_part img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.main_content_part .home_third_section .right_side_part .title {
    font-family: var(--inter_semibold);
    font-size: var(--fs-24);
    color: var(--text_color_3);
}

/* .main_content_part .home_third_section .right_side_part .desc1 {
    font-family: var(--inter_regular);
    font-size: var(--fs-24);
    color: var(--text_color_3);
    line-height: 1.4;
} */

.main_content_part .home_third_section .right_side_part .desc1,
.main_content_part .home_third_section .right_side_part .desc2,
.main_content_part .home_third_section .right_side_part .desc3,
.main_content_part .home_third_section .right_side_part .desc4 {
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    color: var(--text_color_11);
}

.main_content_part .home_third_section .right_side_part .btn_payment {
    background-color: var(--bg_color_1);
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    color: var(--text_color_5);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    letter-spacing: 0.7px;
    width: fit-content;
}

.main_content_part .home_fourth_section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.main_content_part .home_fourth_section .title_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.main_content_part .home_fourth_section .title_part h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs-32);
    color: var(--text_color_3);
    margin-bottom: 0;
}

.main_content_part .home_fourth_section .title_part .view_all_btn {
    color: var(--text_color_5);
    background-color: var(--bg_color_1);
    /* border: 1px solid var(--bg_color_9); */
    border: none;
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    padding: 10px 18px;
    border-radius: 8px;
    text-wrap-mode: nowrap;
}

.main_content_part .home_fourth_section .card {
    border: 1px solid var(--bg_color_9);
    border-radius: 10px;
    height: 100%;
    background-color: var(--bg_color_6);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.main_content_part .home_fourth_section .card .content .category_image {
    height: 75px;
    width: auto;
    margin-bottom: 10px;
}

.main_content_part .home_fourth_section .card .content p {
    font-size: var(--fs-14);
    color: var(--text_color_3);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

/* @media (min-width: 1200px) {
    .home_fourth_section .row.g-4>[class*="col-lg-"] {
        flex: 0 0 20%;
        max-width: 20%;
    }
} */

.main_content_part .home_fifth_section {
    padding-bottom: 40px;
}

.main_content_part .home_fifth_section .card {
    border: 1px solid var(--bg_color_9);
    border-radius: 10px;
    height: 260px;
    background-color: var(--bg_color_10);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main_content_part .home_fifth_section .card .content .camera_image {
    height: 24px;
    width: 24px;
    margin-bottom: 10px;
}

.main_content_part .home_fifth_section .card .content p {
    font-size: var(--fs-24);
    color: var(--text_color_10);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

.main_content_part .home_sixth_section .main_left_part {
    background-color: var(--bg_color_10);
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
}

.main_content_part .home_sixth_section .main_left_part .left_part .title_part h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs-24);
    color: var(--text_color_1);
    margin-bottom: 15px;
}

.main_content_part .home_sixth_section .main_left_part .left_part p {
    font-family: var(--inter_medium);
    font-size: var(--fs-14);
    color: var(--text_color_11);
    margin-top: 9px;
    margin-bottom: 0;
}

.main_content_part .home_sixth_section .main_left_part .left_part p span {
    color: var(--text_color_3);
}

.main_content_part .home_sixth_section .main_left_part .right_part .title_part h2 {
    font-family: var(--inter_semibold);
    font-size: var(--fs-24);
    color: var(--text_color_1);
    margin-bottom: 15px;
}

.main_content_part .home_sixth_section .main_left_part .right_part p {
    font-family: var(--inter_medium);
    font-size: var(--fs-14);
    color: var(--text_color_3);
    margin-top: 9px;
    margin-bottom: 0;
}

.main_content_part .home_sixth_section .main_left_part .right_part {
    position: relative;
}

.main_content_part .home_sixth_section .main_left_part .useful-swiper {
    height: 200px;
    overflow: hidden;
}

.main_content_part .home_sixth_section .main_left_part .right_part p {
    font-family: var(--inter_medium);
    font-size: var(--fs-14);
    color: var(--text_color_3);
    margin-bottom: 9px;
}

.main_content_part .home_sixth_section .main_left_part .useful-swiper::before,
.main_content_part .home_sixth_section .main_left_part .useful-swiper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}

.main_content_part .home_sixth_section .main_left_part .useful-swiper::before {
    top: 0;
}

.main_content_part .home_sixth_section .main_left_part .useful-swiper::after {
    bottom: 0;
}

.main_content_part .home_sixth_section .main_left_part .news-swiper {
    height: 200px;
    overflow: hidden;
}

.main_content_part .home_sixth_section .main_left_part .right_part p {
    font-family: var(--inter_medium);
    font-size: var(--fs-14);
    color: var(--text_color_3);
    margin-bottom: 9px;
}

.main_content_part .home_sixth_section .main_left_part .news-swiper::before,
.main_content_part .home_sixth_section .main_left_part .news-swiper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}

.main_content_part .home_sixth_section .main_left_part .news-swiper::before {
    top: 0;
}

.main_content_part .home_sixth_section .main_left_part .news-swiper::after {
    bottom: 0;
}

.main_content_part .home_sixth_section .main_left_part .nottobemissed-swiper {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.main_content_part .home_sixth_section .main_left_part .nottobemissed-swiper::before,
.main_content_part .home_sixth_section .main_left_part .nottobemissed-swiper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}

.main_content_part .home_sixth_section .main_left_part .nottobemissed-swiper::before {
    top: 0;
}

.main_content_part .home_sixth_section .main_left_part .nottobemissed-swiper::after {
    bottom: 0;
}

.main_content_part .home_sixth_section .main_left_part .swiper-slide {
    display: flex;
    align-items: center;
}

.main_content_part .home_sixth_section .main_left_part .swiper-slide p {
    margin: 0;
}

.main_content_part .home_sixth_section .main_right_part {
    background-color: var(--bg_color_3);
    margin-left: auto;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main_content_part .home_sixth_section .main_right_part .title_part p {
    font-family: var(--inter_medium);
    font-style: italic;
    font-size: var(--fs-24);
    color: var(--text_color_5);
    margin-bottom: 5px;
}

.main_content_part .home_sixth_section .main_right_part .title_part h4 {
    font-family: var(--inter_medium);
    font-size: var(--fs-34);
    color: var(--text_color_5);
    margin-bottom: 30px;
}

.main_content_part .home_sixth_section .main_right_part .button_part img {
    cursor: pointer;
}

.main_content_part .home_sixth_section .main_right_part .right_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_content_part .home_sixth_section .card {
    height: 100%;
    border: none;
}

.main_content_part .home_seventh_section {
    padding: 0 0 40px 0;
}

.main_content_part .home_seventh_section .card {
    border: 1px solid var(--bg_color_9);
    border-radius: 10px;
    height: 200px;
    background-color: var(--bg_color_10);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.main_content_part .home_seventh_section .card .content .card_image {
    height: 24px;
    width: 24px;
    margin-bottom: 10px;
}

.main_content_part .home_seventh_section .card .content p {
    font-size: var(--fs-24);
    color: var(--text_color_12);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .main_content_part .home_seventh_section .col-lg-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.main_content_part .category_left_side_main_part {
    padding-bottom: 80px;
}

.main_content_part .category_left_side_main_part .title_part {
    padding-top: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.main_content_part .category_left_side_main_part .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .category_left_side_main_part .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .category_left_side_main_part .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
}

/* .main_content_part .category_left_side_main_part .title_part {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 5px;
}

.main_content_part .category_left_side_main_part .title_part h4 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-52);
} */

.main_content_part .category_left_side_main_part .card {
    border: 1px solid var(--bg_color_9);
    border-radius: 10px;
    height: 100%;
    background-color: var(--bg_color_6);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    text-decoration: none;
}

.main_content_part .category_left_side_main_part .card .content .category_image {
    height: 75px;
    width: auto;
    margin-bottom: 10px;
}

.main_content_part .category_left_side_main_part .card .content p {
    font-size: var(--fs-14);
    color: var(--text_color_3);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

/* @media (min-width: 1200px) {
    .main_content_part .category_left_side_main_part .row.g-4>[class*="col-lg-"] {
        flex: 0 0 20%;
        max-width: 20%;
    }
} */

.main_content_part .about_page_first_section {
    padding-bottom: 80px;
}

/* .main_content_part .about_page_first_section .title_part {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 5px;
}

.main_content_part .about_page_first_section .title_part h4 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-52);
} */

.main_content_part .about_page_first_section .title_part {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}

.main_content_part .about_page_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .about_page_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .about_page_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .about_page_first_section .info {
    margin-top: 50px;
}

.main_content_part .about_page_first_section .card {
    border: 1px solid var(--bg_color_9);
    border-radius: 10px;
    height: 220px;
    background-color: var(--bg_color_5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}

.main_content_part .about_page_first_section .card .content .category_image {
    height: 24px;
    width: 24px;
    margin-bottom: 10px;
}

.main_content_part .about_page_first_section .first_row {
    position: relative;
    margin-top: 40px;
}

.main_content_part .about_page_first_section .first_row .first_image_part img {
    height: 470px;
    object-fit: cover;
}

.main_content_part .about_page_first_section .first_row .card .content p {
    font-size: var(--fs-16);
    color: var(--text_color_3);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

.main_content_part .about_page_first_section .first_row .first_description p {
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    color: var(--text_color_10);
    /* position: absolute; */
    /* bottom: 0; */
    /* margin-bottom: 0; */
}

.main_content_part .about_page_first_section .second_row {
    padding-top: 80px;
}

.main_content_part .about_page_first_section .second_row .second_left_side_part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.main_content_part .about_page_first_section .second_row .second_left_side_part .second_image {
    height: 230px;
    width: 250px;
    object-fit: cover;
}

.main_content_part .about_page_first_section .second_row .second_left_side_part p {
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    color: var(--text_color_10);
}

.main_content_part .about_page_first_section .second_row .third_image_part img {
    height: 650px;
    object-fit: cover;
}

.main_content_part .about_page_first_section .third_row {
    padding-top: 40px;
}

.main_content_part .about_page_first_section .third_row p {
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    color: var(--text_color_10);
}

.main_content_part .category_detail_second_section {
    padding-bottom: 0;
}

.main_content_part .category_detail_second_section .breadcrumb_part {
    /* padding-bottom: 25px;
    padding-left: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; */

    /* padding-bottom: 25px; */
    padding-left: 0;
    text-align: start;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
}

.main_content_part .category_detail_second_section .breadcrumb_part .home,
.main_content_part .category_detail_second_section .breadcrumb_part .directory,
.main_content_part .category_detail_second_section .breadcrumb_part .category_name {
    font-family: var(--inter_regular);
    color: var(--text_color_3);
    font-size: var(--fs-14);
    margin-left: 3px;
}

.main_content_part .category_detail_second_section .breadcrumb_part .home a,
.main_content_part .category_detail_second_section .breadcrumb_part .directory a,
.main_content_part .category_detail_second_section .breadcrumb_part .category_name a {
    text-decoration: none;
    color: var(--text_color_3);
    transition: color 0.3s ease;
    cursor: pointer;
}

.main_content_part .category_detail_second_section .breadcrumb_part .home a:hover,
.main_content_part .category_detail_second_section .breadcrumb_part .directory a:hover,
.main_content_part .category_detail_second_section .breadcrumb_part .category_name a:hover {
    color: var(--text_color_1);
}


/* .main_content_part .category_detail_second_section .breadcrumb_part .category_name {
    font-family: var(--inter_semibold);
    font-size: var(--fs-32);
    color: var(--text_color_3);
    text-transform: uppercase;
    margin-left: 5px;
} */

.main_content_part .category_detail_third_section .card {
    background-color: #FDFCFF;
    padding: 0;
    border-radius: 10px;
    height: 100%;
}

.main_content_part .category_detail_third_section .card .top_detail_part {
    display: flex;
    align-items: center;
    background-color: var(--bg_color_1);
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
}

.main_content_part .category_detail_third_section .card .top_detail_part .img_wrapper img {
    height: 60px;
}

/* .main_content_part .category_detail_third_section .card .top_detail_part .desc_part {
    margin-left: 15px;
} */

.main_content_part .category_detail_third_section .card .top_detail_part .desc_part h4 {
    font-family: var(--inter_bold);
    font-size: var(--fs-16);
    color: var(--text_color_5);
    margin-bottom: 0;
}

.main_content_part .category_detail_third_section .card .top_detail_part .desc_part h4 a {
    font-family: var(--inter_bold);
}

.main_content_part .category_detail_third_section .card .top_detail_part .desc_part p:nth-of-type(1) {
    font-family: var(--inter_regular);
    font-size: var(--fs-14);
    color: var(--text_color_13);
    margin-bottom: 2px;
}

.main_content_part .category_detail_third_section .card .top_detail_part .desc_part p:nth-of-type(2) {
    font-family: var(--inter_regular);
    font-size: var(--fs-14);
    color: var(--text_color_13);
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.main_content_part .category_detail_third_section .card .top_detail_part .desc_part p:nth-of-type(2) img {
    height: 20px;
    width: auto;
    margin-right: 5px;
}

.main_content_part .category_detail_third_section .card .middle_detail_part {
    margin-top: 15px;
    padding: 0 15px;
    display: flex;
    height: 100%;
}

.main_content_part .category_detail_third_section .card .middle_detail_part .img_wrapper img {
    height: auto;
    width: 80px;
    max-width: 80px;
}

.main_content_part .category_detail_third_section .card .middle_detail_part p {
    font-family: var(--inter_regular);
    font-size: var(--fs-14);
    color: var(--text_color_13);
    margin-bottom: 0;
    /* margin-top: 10px; */
    display: flex;
    align-items: center;
}

.main_content_part .category_detail_third_section .card .middle_detail_part p img {
    height: 16px;
    width: auto;
    margin-right: 5px;
}

.main_content_part .category_detail_third_section .card .bottom_detail_part {
    margin-top: 20px;
    display: flex;
    /* padding: 0 20px 20px 20px; */
    padding: 0 0 20px 0;
    gap: 10px;
}

.main_content_part .category_detail_third_section .card .bottom_detail_part a {
    text-decoration: none;
}

.main_content_part .category_detail_third_section .card .bottom_detail_part .enquiry_now_button {
    color: var(--bg_color_1);
    background-color: var(--bg_color_5);
    border: 1px solid var(--bg_color_1);
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    padding: 6px 10px;
    border-radius: 8px;
}

.main_content_part .category_detail_third_section .card .bottom_detail_part .visit_site_button {
    color: var(--text_color_1);
    background-color: transparent;
    border: 1px solid var(--text_color_1);
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    padding: 6px 10px;
    border-radius: 8px;
    margin-left: 5px;
}

.main_content_part .category_detail_third_section .new_category_card {
    border: 1px solid var(--bg_color_9);
    border-radius: 10px;
    background-color: var(--bg_color_10);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    min-height: 268px;
}

.main_content_part .category_detail_third_section .new_category_card .content .camera_image {
    height: 24px;
    width: 24px;
    margin-bottom: 10px;
}

.main_content_part .category_detail_third_section .new_category_card .content p {
    font-size: var(--fs-24);
    color: var(--text_color_10);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

.main_content_part .contact_first_section {
    padding-bottom: 50px;
    /* padding-top: 30px; */
    /* padding-left: 10px; */
}

.main_content_part .contact_first_section .title_part {
    padding-top: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.main_content_part .contact_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .contact_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .contact_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

/* .main_content_part .contact_first_section .card_part {
    margin-top: 50px;
} */

.main_content_part .contact_first_section .card_part .card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    cursor: pointer;
}

.main_content_part .contact_first_section .card_part .card .icon_wrap {
    width: 90px;
    height: 90px;
    background-color: var(--bg_color_6);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.4s ease;
}

.main_content_part .contact_first_section .card_part .card .icon_wrap i {
    font-size: var(--fs-36);
    color: var(--bg_color_1);
    transition: color 0.4s ease;
}

.main_content_part .contact_first_section .card_part .card:hover .icon_wrap i {
    color: var(--text_color_5);
}

.main_content_part .contact_first_section .card_part .card:hover .icon_wrap {
    background-color: var(--bg_color_1);
}

.main_content_part .contact_first_section .card_part .card .title {
    font-size: var(--fs-24);
    margin-top: 20px;
    color: var(--text_color_3);
    font-family: var(--inter_semibold);
    margin-bottom: 15px;
}

.main_content_part .contact_first_section .card_part .card .detail {
    font-size: var(--fs-14);
    color: var(--text_color_13);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

.main_content_part .contact_first_section .card_part .card .social_icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Base icon wrapper */
.main_content_part .contact_first_section .card_part .card .social_icons .social {
    width: 40px;
    height: 40px;
    background-color: var(--bg_color_6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Base icon color */
.main_content_part .contact_first_section .card_part .card .social_icons .social i {
    font-size: 18px;
    color: var(--text_color_1);
    transition: all 0.3s ease;
}

.main_content_part .contact_first_section .card_part .card .social_icons .social:hover i.fb {
    color: var(--text_color_5);
}

.main_content_part .contact_first_section .card_part .card .social_icons .social:hover {
    background-color: var(--bg_color_1);
}

.main_content_part .contact_first_section .card_part .card .social_icons .social:hover i.insta {
    color: var(--text_color_5);
}

.main_content_part .contact_first_section .card_part .card .social_icons .social:hover {
    background-color: var(--bg_color_1);
}

.main_content_part .contact_first_section .card_part .card .social_icons .social:hover i.linkedin {
    color: var(--text_color_5);
}

.main_content_part .contact_first_section .card_part .card .social_icons .social:hover {
    background-color: var(--bg_color_1);
}


.main_content_part .contact_second_section {
    padding: 0 0 40px 0;
}

.main_content_part .contact_second_section .card {
    background-color: var(--bg_color_5);
}

.main_content_part .contact_second_section .card .enquiry_form {
    padding: 30px 20px;
}

.main_content_part .contact_second_section .card .enquiry_form .enquiry_title {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main_content_part .contact_second_section .card .enquiry_form .input_box {
    position: relative;
    background: #F7F7F7;
    border: 1px solid #EEE;
    border-radius: 8px;
    padding-left: 45px;
    margin-bottom: 15px;
    height: 50px;
    display: flex;
    align-items: center;
}

.main_content_part .contact_second_section .card .enquiry_form .input_box .input_icon {
    position: absolute;
    left: 15px;
    color: var(--bg_color_1);
    font-size: 18px;
}

.main_content_part .contact_second_section .card .enquiry_form .input_box input {
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    outline: none;
    font-family: var(--inter_medium);
    color: var(--text_color_3);
}

.main_content_part .contact_second_section .card .enquiry_form .textarea_box {
    background: #F7F7F7;
    border: 1px solid #EEE;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 20px;
}

.main_content_part .contact_second_section .card .enquiry_form .textarea_with_icon {
    position: relative;
    padding-left: 45px;
}

.main_content_part .contact_second_section .card .enquiry_form .textarea_with_icon .textarea_icon {
    position: absolute;
    left: 15px;
    color: var(--bg_color_1);
    font-size: 18px;
}

.main_content_part .contact_second_section .card .enquiry_form .textarea_box textarea {
    width: 100%;
    height: 120px;
    border: none;
    background: transparent;
    outline: none;
    resize: none;
    font-family: var(--inter_medium);
    color: var(--text_color_3);
}

.main_content_part .contact_second_section .card .enquiry_form .send_btn_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_content_part .contact_second_section .card .enquiry_form .send_btn_wrapper .send_btn {
    background: var(--bg_color_1);
    color: var(--text_color_5);
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    font-family: var(--inter_medium);
    font-size: var(--fs-16);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_content_part .contact_second_section .map_part {
    border-radius: 10px;
    border: none;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    background-color: var(--bg_color_5);
    padding: 0px;
}

.main_content_part .contact_second_section .map_part .card {
    border-radius: 10px;
}

.main_content_part .contact_second_section .map_part .card iframe {
    border: none;
    border-radius: 10px;
    height: 300px;
}

.main_content_part .contact_second_section .mki_image_part {
    border-radius: 10px;
    background-color: var(--bg_color_5);
    margin-top: 30px;
    /* border: none;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}

.main_content_part .contact_second_section .mki_image_part .card {
    border-radius: 10px;
    padding: 30px;
}

.main_content_part .contact_second_section .mki_image_part .card img {
    border-radius: 10px;
}





















.main_content_part .category_detail_fourth_section {
    padding: 40px 0 40px 0;
}

.main_content_part .category_detail_fourth_section .card {
    border: 1px solid var(--bg_color_9);
    border-radius: 10px;
    height: 200px;
    background-color: var(--bg_color_10);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.main_content_part .category_detail_fourth_section .card .content .card_image {
    height: 24px;
    width: 24px;
    margin-bottom: 10px;
}

.main_content_part .category_detail_fourth_section .card .content p {
    font-size: var(--fs-24);
    color: var(--text_color_12);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .main_content_part .category_detail_fourth_section .col-lg-3 {
        width: 20%;
        flex: 0 0 20%;
    }
}

.main_content_part .category_detail_fifth_section {
    padding: 10px 0 40px 0;
}

.main_content_part .category_detail_fifth_section .card {
    border-radius: 10px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px;
}

.main_content_part .category_detail_fifth_section .card h1,
.main_content_part .category_detail_fifth_section .card h2,
.main_content_part .category_detail_fifth_section .card h3,
.main_content_part .category_detail_fifth_section .card h4,
.main_content_part .category_detail_fifth_section .card h5,
.main_content_part .category_detail_fifth_section .card h6 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
}

.main_content_part .category_detail_fifth_section .description {
    color: var(--text_color_3);
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    margin-bottom: 0;
}

.main_content_part .category_detail_first_section {
    position: sticky;
    top: 178px;
    /* top: 210px; */
    width: 100%;
    z-index: 10;
    padding-bottom: 40px;
}

.main_content_part .category_detail_first_section .card {
    border: 1px solid var(--bg_color_9);
    border-radius: 10px;
    height: 250px;
    background-color: var(--bg_color_10);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.main_content_part .category_detail_first_section .card img {
    height: 24px;
    width: 24px;
    margin-bottom: 10px;
}

.main_content_part .category_detail_first_section .card p {
    font-size: var(--fs-24);
    color: var(--text_color_10);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

.main_content_part .category_detail_sixth_section {
    padding-bottom: 30px;
    /* padding-bottom: 50px; */
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.main_content_part .category_detail_sixth_section .title_part {
    /* padding-top: 15px; */
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .category_detail_sixth_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .category_detail_sixth_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .category_detail_sixth_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
}

.main_content_part .about_page_first_section .main_content_part .right_side_main_ad_part {
    border-radius: 10px;
}

.main_content_part .blog_page_first_section .title_part {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}

.main_content_part .blog_page_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .blog_page_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .blog_page_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .blog_page_first_section .blogpage_title_part {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}

.main_content_part .blog_page_first_section .blogpage_title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .blog_page_first_section .blogpage_title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .blog_page_first_section .blogpage_title_part h2 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .blog_page_first_section .blog_card_part {
    margin-top: 50px;
    margin-bottom: 40px;
}

.main_content_part .blog_page_first_section .blog_card_part a {
    text-decoration: none;
    color: var(--text_color_3);
}

.main_content_part .blog_page_first_section .blog_card_part .card {
    border: 1px solid var(--text_color_12);
    background-color: #F7F7F7;
    border-radius: 10px;
    height: 100%;
}

.main_content_part .blog_page_first_section .blog_card_part .card .image_wrapper {
    padding: 20px 20px 0 20px;
}

.main_content_part .blog_page_first_section .blog_card_part .card .image_wrapper img {
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.main_content_part .blog_page_first_section .blog_card_part .card .card_detail_part {
    padding: 20px 20px 20px 20px;
}

.main_content_part .blog_page_first_section .blog_card_part .card .card_detail_part .read_more_btn {
    background-color: var(--bg_color_5);
    color: var(--text_color_1);
    border: 1.5px solid var(--bg_color_1);
    font-family: var(--inter_medium);
    display: flex;
    justify-content: start;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.main_content_part .blog_page_first_section .blog_card_part .card .card_detail_part .read_more_btn i {
    margin-left: 5px;
    font-size: 12px;
}

.main_content_part .blog_page_first_section .blog_card_part .card .card_detail_part .read_more_btn:hover {
    background-color: var(--bg_color_1);
    border: 1.5px solid var(--bg_color_1);
    color: var(--text_color_5);
}

.main_content_part .blog_page_first_section .blog_card_part .card .card_detail_part .title {
    font-family: var(--inter_medium);
    font-size: var(--fs-18);
    margin-bottom: 0;
    color: var(--text_color_3);
}

.main_content_part .blog_page_first_section .blog_card_part .card .card_detail_part .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs-14);
    margin-bottom: 0;
    color: var(--text_color_3);
}

.main_content_part .right_side_main_ad_part .card {
    /* border: 1px solid var(--bg_color_9); */
    border: none;
    border-radius: 10px;
    /* height: 600px; */
    background-color: var(--bg_color_10);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.right_side_main_ad_part .adSwiper {
    width: 100%;
    height: 100%;
}

.right_side_main_ad_part .adSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_side_main_ad_part .adSwiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (min-width: 992px) {
    .right_side_main_ad_part {
        position: sticky;
        top: 210px;
        z-index: 10;
    }
}

@media (max-width: 991px) {
    .right_side_main_ad_part {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: var(--bg_color_10);
    }

    .right_side_main_ad_part .card {
        border-radius: 0;
        height: auto;
        padding: 0;
    }

    /* .right_side_main_ad_part .adSwiper {
        height: 100px;
    } */

    .right_side_main_ad_part img {
        /* max-height: 100%; */
        object-fit: cover;
    }
}

.main_content_part .category_right_side_main_ad_part {
    position: sticky;
    top: 210px;
    width: 100%;
    z-index: 10;
}

.main_content_part .category_right_side_main_ad_part .card {
    border: 1px solid var(--bg_color_9);
    border-radius: 10px;
    height: 600px;
    background-color: var(--bg_color_10);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.main_content_part .category_right_side_main_ad_part .card .cam_img {
    height: 24px;
    width: 24px;
    margin-bottom: 10px;
}

.main_content_part .category_right_side_main_ad_part .card p {
    font-size: var(--fs-24);
    color: var(--text_color_10);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

/* .main_content_part .company_detail_page_breadcrumb_section {
    padding: 30px 0 10px 0;
} */

.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part {
    /* padding-bottom: 25px;
    padding-left: 5px;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center; */

    /* padding-bottom: 25px; */
    padding-left: 0;
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
}

.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .home,
.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .directory,
.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .category,
.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .category_name {
    font-family: var(--inter_regular);
    color: var(--text_color_3);
    font-size: var(--fs-14);
    margin-left: 3px;
}

.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .home a,
.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .directory a,
.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .category a,
.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .category_name a {
    text-decoration: none;
    color: var(--text_color_3);
    transition: color 0.3s ease;
    cursor: pointer;
}

.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .home a:hover,
.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .directory a:hover,
.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .category a:hover,
.main_content_part .company_detail_page_breadcrumb_section .breadcrumb_part .category_name a:hover {
    color: var(--text_color_1);
}

.main_content_part .company_detail_page_first_section {
    /* padding-bottom: 50px; */
    padding-bottom: 30px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
}

.main_content_part .company_detail_page_first_section .title_part {
    padding-top: 15px;
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .company_detail_page_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .company_detail_page_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .company_detail_page_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
}

.main_content_part .company_detail_page_second_section .card {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: var(--bg_color_12);
    padding: 30px;
    border-radius: 10px;
}

.main_content_part .company_detail_page_second_section .main_top_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_content_part .company_detail_page_second_section .main_top_part .left_part {
    display: flex;
    align-items: center;
}

.main_content_part .company_detail_page_second_section .card .company_name_part h1 {
    font-family: var(--inter_semibold);
    font-size: var(--fs-24);
    margin-bottom: 0;
    color: var(--text_color_1);
    /* margin-left: 20px; */
}

.main_content_part .company_detail_page_second_section .card .company_logo_part .company_logo {
    object-fit: contain;
    height: 70px;
    margin-right: 20px;
}

.main_content_part .company_detail_page_second_section .card .whatsapp_icon_part .whatsapp {
    height: 50px;
    width: auto;
    cursor: pointer;
}

.main_content_part .company_detail_page_third_section {
    margin-top: 20px;
}

.main_content_part .company_detail_page_third_section .card {
    border-radius: 10px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px;
    /* overflow-x: scroll; */
}

.main_content_part .company_detail_page_third_section .card table tbody tr td {
    padding: 10px;
}

.main_content_part .company_detail_page_third_section .card table tbody tr:nth-last-of-type(1) {
    border: transparent;
}

.main_content_part .company_detail_page_third_section .card table tbody tr td i {
    color: var(--bg_color_1);
}

.main_content_part .company_detail_page_third_section .card table tbody .title {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-16);
    text-wrap-mode: nowrap;
}

.main_content_part .company_detail_page_third_section .card table tbody .detail {
    font-family: var(--inter_regular);
    color: var(--text_color_3);
    font-size: var(--fs-16);
}

.main_content_part .company_detail_page_third_section .card table tbody .detail a {
    text-decoration: none;
}

.main_content_part .company_detail_page_fourth_section {
    padding: 0 0 40px 0;
}

.main_content_part .company_detail_page_fourth_section .card {
    background-color: var(--bg_color_5);
}

.main_content_part .company_detail_page_fourth_section .card .enquiry_form {
    padding: 30px 20px;
}

.main_content_part .company_detail_page_fourth_section .card .enquiry_form .enquiry_title {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main_content_part .company_detail_page_fourth_section .card .enquiry_form .input_box {
    position: relative;
    background: #F7F7F7;
    border: 1px solid #EEE;
    border-radius: 8px;
    padding-left: 45px;
    margin-bottom: 15px;
    height: 50px;
    display: flex;
    align-items: center;
}

.main_content_part .company_detail_page_fourth_section .card .enquiry_form .input_box .input_icon {
    position: absolute;
    left: 15px;
    color: var(--bg_color_1);
    font-size: 18px;
}

.main_content_part .company_detail_page_fourth_section .card .enquiry_form .input_box input {
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    outline: none;
    font-family: var(--inter_medium);
    color: var(--text_color_3);
}

.main_content_part .company_detail_page_fourth_section .card .enquiry_form .textarea_box {
    background: #F7F7F7;
    border: 1px solid #EEE;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 20px;
}

.main_content_part .company_detail_page_fourth_section .card .enquiry_form .textarea_with_icon {
    position: relative;
    padding-left: 45px;
}

.main_content_part .company_detail_page_fourth_section .card .enquiry_form .textarea_with_icon .textarea_icon {
    position: absolute;
    left: 15px;
    color: var(--bg_color_1);
    font-size: 18px;
}

.main_content_part .company_detail_page_fourth_section .card .enquiry_form .textarea_box textarea {
    width: 100%;
    height: 120px;
    border: none;
    background: transparent;
    outline: none;
    resize: none;
    font-family: var(--inter_medium);
    color: var(--text_color_3);
}

.main_content_part .company_detail_page_fourth_section .card .enquiry_form .send_btn_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_content_part .company_detail_page_fourth_section .card .enquiry_form .send_btn_wrapper .send_btn {
    background: var(--bg_color_1);
    color: var(--text_color_5);
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    font-family: var(--inter_medium);
    font-size: var(--fs-16);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_content_part .company_detail_page_fifth_section {
    margin-top: 20px;
}

.main_content_part .company_detail_page_fifth_section .title_part {
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .company_detail_page_fifth_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .company_detail_page_fifth_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .company_detail_page_fifth_section .card {
    border-radius: 10px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px;
}

.main_content_part .company_detail_page_fifth_section .title_part h5 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-34);
}

.main_content_part .company_detail_page_fifth_section .about_company {
    color: var(--text_color_3);
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    margin-bottom: 0;
    margin-top: 30px;
}

.main_content_part .company_detail_page_sixth_section {
    padding-bottom: 50px;
    margin-top: 20px;
}

.main_content_part .company_detail_page_sixth_section .card {
    border-radius: 10px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px;
}

.main_content_part .company_detail_page_sixth_section .card iframe {
    border-radius: 10px;
}

.main_content_part .company_detail_page_our_image_section .title_part {
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .company_detail_page_our_image_section .title_part h5 {
    font-size: var(--fs-42);
}

.main_content_part .company_detail_page_our_image_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .company_detail_page_our_image_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .company_detail_page_our_image_section .card {
    border-radius: 10px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px;
}

.main_content_part .company_detail_page_our_image_section .card .card-body {
    margin-top: 40px;
    padding: 0;
}

.main_content_part .company_detail_page_our_image_section .company-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.main_content_part .company_detail_page_our_image_section .company_img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.main_content_part .office_bearers_first_section {
    padding-bottom: 50px;
    padding-top: 30px;
    /* padding-left: 10px; */
}

.main_content_part .office_bearers_first_section .title_part {
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .office_bearers_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .office_bearers_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .office_bearers_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .office_bearers_first_section .bearers_detail_part {
    margin-top: 50px;
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card {
    /* background-color: var(--bg_color_5); */
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 20px;
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .image_part {
    display: flex;
    justify-content: start;
    align-items: center;
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .person_image {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .info {
    margin: 20px 0 0 0;
    text-align: start;
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .info .companyname {
    font-family: var(--inter_semibold);
    font-size: var(--fs-20);
    color: royalblue;
    margin-bottom: 10px;
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .info .ownername {
    font-family: var(--inter_semibold);
    font-size: var(--fs-18);
    color: var(--text_color_1);
    margin-bottom: 0;
    text-transform: uppercase;
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .info .ownerpost {
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    color: var(--text_color_3);
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .info .address {
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    color: var(--text_color_13);
    margin-bottom: 10px;
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .info .address i {
    color: var(--text_color_1);
    margin-right: 5px;
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .info .mobilenumber {
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    color: var(--text_color_13);
    margin-bottom: 0;
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .info .mobilenumber a {
    text-decoration: none;
    color: var(--text_color_13);
    transition: color 0.3s ease;
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .info .mobilenumber a:hover {
    color: var(--text_color_1);
}

.main_content_part .office_bearers_first_section .bearers_detail_part .card .info .mobilenumber i {
    color: var(--text_color_1);
    margin-right: 5px;
}

.main_content_part .member_list_first_section {
    padding-bottom: 30px;
    padding-top: 30px;
    /* padding-left: 10px; */
}

.main_content_part .member_list_first_section .title_part {
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .member_list_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .member_list_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .member_list_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .member_list_first_section .member_list_part {
    margin-top: 50px;
}

.main_content_part .member_list_first_section .member_list_part .card {
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
}

.main_content_part .member_list_first_section .member_list_part .card a {
    text-decoration: none;
}

.main_content_part .member_list_first_section .member_list_part .card .company_title_part {
    background-color: var(--bg_color_1);
    padding: 10px 20px;
    border-radius: 10px;
}

.main_content_part .member_list_first_section .member_list_part .card .company_title_part p {
    margin-bottom: 0;
    font-family: var(--inter_semibold);
    font-size: var(--fs-20);
    color: var(--text_color_5);
    letter-spacing: 1.5px;
}

.main_content_part .member_list_first_section .member_list_part .card .info_part .manufacturing_unit {
    font-family: var(--inter_semibold);
    color: var(--text_color_1);
    margin-top: 15px;
    font-size: var(--fs-18);
    margin-bottom: 10px;
}

.main_content_part .member_list_first_section .member_list_part .card .info_part .address {
    font-family: var(--inter_regular);
    color: var(--text_color_13);
    font-size: var(--fs-16);
    margin-bottom: 10px;
}

.main_content_part .member_list_first_section .member_list_part .card .info_part .address i {
    color: var(--text_color_1);
    margin-right: 5px;
}

.main_content_part .member_list_first_section .member_list_part .card .info_part .website {
    font-family: var(--inter_regular);
    color: var(--text_color_13);
    font-size: var(--fs-16);
    margin-bottom: 10px;
}

.main_content_part .member_list_first_section .member_list_part .card .info_part .website i {
    color: var(--text_color_1);
    margin-right: 5px;
}

.main_content_part .member_list_first_section .member_list_part .card .info_part .website a {
    text-decoration: none;
}

.main_content_part .member_list_first_section .member_list_part .card .info_part .emailid {
    font-family: var(--inter_regular);
    color: var(--text_color_13);
    font-size: var(--fs-16);
    margin-bottom: 10px;
}

.main_content_part .member_list_first_section .member_list_part .card .info_part .emailid i {
    color: var(--text_color_1);
    margin-right: 5px;
}

.main_content_part .member_list_first_section .member_list_part .card .info_part .emailid a {
    text-decoration: none;
}

.main_content_part .member_pagination_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_content_part .member_pagination_wrapper #pagination_member_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 0;
}

.main_content_part .member_pagination_wrapper #pagination_member_list .page-item {
    display: flex;
    color: var(--text_color_1);
    font-family: var(--inter_regular);
}

.main_content_part .member_pagination_wrapper #pagination_member_list .page-item a {
    color: var(--text_color_1);
}

.main_content_part .member_pagination_wrapper #pagination_member_list .page-item .page-link {
    padding: 8px 20px;
}

.main_content_part .member_pagination_wrapper #pagination_member_list .page-item .page-link:focus {
    box-shadow: none;
}

.main_content_part .member_pagination_wrapper #pagination_member_list .page-item.active .page-link {
    background-color: var(--bg_color_1);
    color: var(--text_color_5);
}

.active>.page-link,
.page-link.active {
    border-color: transparent !important;
}

.main_content_part .activity_glia_first_section {
    padding-bottom: 30px;
    padding-top: 30px;
    /* padding-left: 10px; */
}

.main_content_part .activity_glia_first_section .title_part {
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .activity_glia_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .activity_glia_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .activity_glia_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .activity_glia_first_section .information_part {
    margin-top: 50px;
}

.main_content_part .activity_glia_first_section .information_part .card {
    border-radius: 10px;
    /* border: none; */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px, rgba(0, 0, 0, 0.12) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px 30px 15px 30px;
}

.main_content_part .activity_glia_first_section .information_part .card .heading_part p {
    font-family: var(--inter_medium);
    font-size: var(--fs-24);
    color: var(--text_color_3);
}

.main_content_part .activity_glia_first_section .information_part .card .desc_part ul li {
    font-family: var(--inter_regular);
    margin-bottom: 4px;
    color: var(--text_color_7);
}

.main_content_part .blood_dontation_first_section {
    padding-bottom: 30px;
    padding-top: 30px;
    /* padding-left: 10px; */
}

.main_content_part .blood_dontation_first_section .title_part {
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .blood_dontation_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .blood_dontation_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .blood_dontation_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .blood_dontation_first_section .blood_donation_info_part {
    margin-top: 50px;
}

.main_content_part .blood_dontation_first_section .blood_donation_info_part .card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px, rgba(0, 0, 0, 0.12) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px 30px 30px 30px;
}

.main_content_part .blood_dontation_first_section .blood_donation_info_part .card .left_side_content_part .heading {
    font-family: var(--inter_medium);
    font-size: var(--fs-24);
    color: var(--text_color_3);
    line-height: 1.3;
    margin-bottom: 20px;
}

.main_content_part .blood_dontation_first_section .blood_donation_info_part .card .left_side_content_part .details p {
    font-family: var(--inter_regular);
    color: var(--text_color_7);
}

.main_content_part .blood_dontation_first_section .right_side_image_part img {
    margin-bottom: 20px;
}

.main_content_part .blood_dontation_first_section .right_side_image_part img:nth-last-child(1) {
    margin-bottom: 0;
}

.main_content_part .infrastructure_first_section {
    padding-bottom: 30px;
    padding-top: 30px;
    /* padding-left: 10px; */
}

.main_content_part .infrastructure_first_section .title_part {
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .infrastructure_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .infrastructure_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .infrastructure_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .infrastructure_first_section .infrastructure_info_part {
    margin-top: 50px;
}

.main_content_part .infrastructure_first_section .infrastructure_info_part .card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px, rgba(0, 0, 0, 0.12) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px 30px 30px 30px;
}

.main_content_part .infrastructure_first_section .infrastructure_info_part .card .left_side_content_part .heading {
    font-family: var(--inter_medium);
    font-size: var(--fs-24);
    color: var(--text_color_3);
    line-height: 1.3;
    margin-bottom: 20px;
}

.main_content_part .infrastructure_first_section .infrastructure_info_part .card .topdetails {
    margin-bottom: 15px;
}

.main_content_part .infrastructure_first_section .infrastructure_info_part .card .topdetails p {
    font-family: var(--inter_regular);
    color: var(--text_color_7);
}

.main_content_part .infrastructure_first_section .infrastructure_info_part .card.image_part img {
    margin-bottom: 20px;
}

.main_content_part .infrastructure_first_section .infrastructure_info_part .card.image_part img:nth-last-child(1) {
    margin-bottom: 0;
}

.main_content_part .infrastructure_first_section .infrastructure_info_part .card .content_part .title {
    font-family: var(--inter_medium);
    font-size: var(--fs-24);
    color: var(--text_color_3);
    margin-bottom: 10px;
}

.main_content_part .infrastructure_first_section .infrastructure_info_part .card .content_part p {
    font-family: var(--inter_regular);
    color: var(--text_color_7);
}

.main_content_part .coe_first_section {
    padding-bottom: 30px;
    padding-top: 30px;
    /* padding-left: 10px; */
}

.main_content_part .coe_first_section .title_part {
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .coe_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .coe_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .coe_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .coe_first_section .coe_info_part {
    margin-top: 50px;
}

.main_content_part .coe_first_section .coe_info_part .card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px, rgba(0, 0, 0, 0.12) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px 30px 30px 30px;
}

.main_content_part .coe_first_section .coe_info_part .card .left_side_content_part .heading {
    font-family: var(--inter_medium);
    font-size: var(--fs-24);
    color: var(--text_color_3);
    line-height: 1.3;
    margin-bottom: 20px;
}

.main_content_part .coe_first_section .coe_info_part .card .topdetails {
    margin-bottom: 15px;
}

.main_content_part .coe_first_section .coe_info_part .card .topdetails p {
    font-family: var(--inter_regular);
    color: var(--text_color_7);
}

.main_content_part .coe_first_section .coe_info_part .card.image_part img {
    margin-bottom: 20px;
}

.main_content_part .coe_first_section .coe_info_part .card.image_part img:nth-last-child(1) {
    margin-bottom: 0;
}

.main_content_part .coe_first_section .coe_info_part .card .content_part .title {
    font-family: var(--inter_medium);
    font-size: var(--fs-24);
    color: var(--text_color_3);
    margin-bottom: 10px;
}

.main_content_part .coe_first_section .coe_info_part .card .content_part p {
    font-family: var(--inter_regular);
    color: var(--text_color_7);
}

.main_content_part .services_glia_first_section {
    padding-bottom: 30px;
    padding-top: 30px;
    /* padding-left: 10px; */
}

.main_content_part .services_glia_first_section .title_part {
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .services_glia_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .services_glia_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .services_glia_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .services_glia_first_section .information_part {
    margin-top: 50px;
}

.main_content_part .services_glia_first_section .information_part .card {
    border-radius: 10px;
    /* border: none; */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px, rgba(0, 0, 0, 0.12) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px 30px 15px 30px;
}

.main_content_part .services_glia_first_section .information_part .card .desc {
    font-family: var(--inter_regular);
    color: var(--text_color_7);
}

.main_content_part .services_glia_first_section .information_part .card .heading_part p {
    font-family: var(--inter_medium);
    font-size: var(--fs-24);
    color: var(--text_color_3);
    margin-bottom: 10px;
}

.main_content_part .services_glia_first_section .information_part .card .desc_part ul li {
    font-family: var(--inter_regular);
    margin-bottom: 4px;
    color: var(--text_color_7);
}

.main_content_part .skill_development_first_section {
    padding-bottom: 30px;
    padding-top: 30px;
    /* padding-left: 10px; */
}

.main_content_part .skill_development_first_section .title_part {
    position: relative;
    padding-bottom: 10px;
}

.main_content_part .skill_development_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .skill_development_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .skill_development_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .skill_development_first_section .information_part {
    margin-top: 50px;
}

.main_content_part .skill_development_first_section .information_part .card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px, rgba(0, 0, 0, 0.12) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px 30px 30px 30px;
}

.main_content_part .skill_development_first_section .information_part .card .heading_part p {
    font-family: var(--inter_medium);
    font-size: var(--fs-24);
    color: var(--text_color_3);
    margin-bottom: 10px;
}

.main_content_part .skill_development_first_section .information_part .card .desc_part p {
    font-family: var(--inter_regular);
    margin-bottom: 4px;
    color: var(--text_color_7);
}

.main_content_part_404 {
    background-color: var(--bg_color_11);
}

.main_content_part_404 .first_404_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.main_content_part_404 .first_404_section .logo_part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.main_content_part_404 .first_404_section .image_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_content_part_404 .first_404_section .image_wrapper .lottie_gif {
    height: 400px;
}

.main_content_part_404 .first_404_section .info {
    margin-top: 10px;
}

.main_content_part_404 .first_404_section .info .text,
.main_content_part_404 .first_404_section .info .thepage {
    text-align: center;
    font-family: var(--inter_medium);
    color: var(--text_color_13);
    font-size: var(--fs-20);
    margin-bottom: 10px;
}

.main_content_part_404 .first_404_section .info .oops {
    text-align: center;
    font-family: var(--inter_bold);
    font-size: var(--fs-42);
}

.main_content_part_404 .first_404_section .info .button_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_content_part_404 .first_404_section .info .button_part .backtohomepage {
    background: var(--bg_color_1);
    color: var(--text_color_5);
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    font-family: var(--inter_medium);
    font-size: var(--fs-16);
    cursor: pointer;
    width: fit-content;
    margin-top: 20px;
}

.main_content_part .blog_detail_first_section .title_part {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}

.main_content_part .blog_detail_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .blog_detail_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .blog_detail_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .blog_detail_first_section .info_part {
    margin-top: 50px;
}

.main_content_part .blog_detail_first_section .info_part .left_side_main_part .image_wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.main_content_part .blog_detail_first_section .info_part .left_side_main_part .details_part {
    margin-top: 40px;
    margin-bottom: 40px;
}

.main_content_part .blog_detail_first_section .info_part .left_side_main_part .details_part h3 {
    font-family: var(--inter_semibold);
    font-size: var(--fs-32);
    color: var(--text_color_1);
    margin-bottom: 20px;
}

.main_content_part .blog_detail_first_section .info_part .left_side_main_part .details_part p {
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    color: var(--text_color_3);
    margin-bottom: 15px;
}

.main_content_part .blog_detail_first_section .info_part .left_side_main_part .details_part p:last-of-type {
    margin-bottom: 0;
}

.main_content_part .blog_detail_first_section .info_part .right_side_main_part {
    border: 1px solid var(--text_color_12);
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 20px;
}

.main_content_part .blog_detail_first_section .info_part .right_side_main_part .title_part {
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
}

.main_content_part .blog_detail_first_section .info_part .right_side_main_part .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .blog_detail_first_section .info_part .right_side_main_part .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .blog_detail_first_section .info_part .right_side_main_part .title_part {
    margin-bottom: 35px;
}

.main_content_part .blog_detail_first_section .info_part .right_side_main_part .title_part h3 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-28);
    text-transform: uppercase;
}

.main_content_part .blog_detail_first_section .info_part .right_side_main_part .card {
    border: 1px solid var(--text_color_12);
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
}

.main_content_part .blog_detail_first_section .info_part .right_side_main_part .card .blog_img {
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}

.main_content_part .blog_detail_first_section .info_part .right_side_main_part .card .text {
    font-family: var(--inter_medium);
    font-size: var(--fs-20);
    text-decoration: none;
    color: var(--text_color_3);
    margin-top: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.main_content_part .blog_detail_first_section .info_part .right_side_main_part .card .text:hover {
    color: var(--text_color_1);
}

.main_content_part .sitemap_first_section .title_part {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}

.main_content_part .sitemap_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .sitemap_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .sitemap_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .sitemap_first_section .list_part {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 20px;
    margin-top: 50px;
}

.main_content_part .sitemap_first_section .list_part a {
    text-decoration: none;
}

.main_content_part .sitemap_first_section .list_part p {
    margin: 0;
    font-size: var(--fs-16);
    color: var(--text_color_3);
    font-family: var(--inter_regular);
    transition: color 0.3s ease;
}

.main_content_part .sitemap_first_section .list_part p:hover {
    color: var(--text_color_1);
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.search-overlay.active {
    display: flex;
    opacity: 1;
}

.search-overlay .form-control {
    font-family: var(--firasans_regular);
}

.search-overlay .form-control:focus {
    border: 2px solid var(--bg_color_1);
    box-shadow: none;
}

.search-overlay .search-content {
    position: relative;
    width: 90%;
    max-width: 600px;
}

.search-overlay .search-input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    font-size: 18px;
    border: 2px solid var(--bg_color_1);
    border-radius: 5px;
    outline: none;
    font-family: var(--inter_regular);
}

.search-overlay .close-search {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 40px;
    background: transparent;
    border: none;
    color: var(--bg_color_1);
    cursor: pointer;
    line-height: 1;
}

.search-overlay .close-search:hover {
    color: var(--text_color_3);
}

.header-desktop header {
    padding: 10px 0;
}

.header-desktop .navbar {
    background: var(--bg_color_1);
}

.header-desktop .navbar .nav-item {
    padding: 0 20px;
}

.header-desktop .navbar .navbar-nav {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.header-desktop .nav-link {
    color: var(--text_color_5);
}

.header-desktop .btn-payment {
    background-color: var(--bg_color_5);
    color: var(--text_color_1);
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    border-radius: 9px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
}

.header-mobile {
    display: block;
    padding-bottom: 10px;
}

.header-mobile .logo_row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    /* padding: 20px; */
}

.header-mobile .logo_img_part {
    width: auto;
    padding-left: 0;
}

.header-mobile .logo_row .site_logo {
    /* width: 85%; */
    height: 80px;
    margin-left: 12px;
}

.header-mobile .navbar-toggler {
    margin-left: auto;
    border: 0;
    box-shadow: none;
    width: auto;
    padding-right: 0;
}

.header-mobile .navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-mobile .mobile-nav {
    background: var(--bg_color_1);
    height: scroll;
    min-height: scroll;
    max-height: fit-content;
}

.header-mobile .mobile-nav {
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.header-mobile .select_city_dropdown .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

/* .header-mobile .mobile-nav .navbar-nav {
    overflow: scroll;
} */

.header-mobile .mobile-nav .user_icon_part .nav-link {
    color: var(--bg_color_1);
    padding-right: 20px !important;
}

.header-mobile .nav-item.dropdown>.nav-link::after {
    margin-left: 8px !important;
}

.header-mobile .mobile-nav .nav-link {
    color: var(--text_color_5);
    font-family: var(--inter_semibold) !important;
    font-size: var(--fs-14);
    letter-spacing: 1.3px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.header-mobile .mobile-nav .search_input_field {
    padding: 8px 10px;
    margin: 0 15px;
    /* width: 97%; */
    width: auto;
}

.header-mobile .mobile-nav .search_input_field:focus {
    box-shadow: none;
}

.header-mobile .mobile-nav .mobile_view_search {
    padding: 8px 10px;
    margin: 0 15px;
    /* width: 97%; */
    width: auto;
}

.header-mobile .mobile-nav .mobile_view_search:focus {
    box-shadow: none;
}

/* .header-mobile .mobile-nav .nav-link:hover {
    background: rgba(255, 255, 255, .08);
} */

.header-mobile .mobile-nav .usericon {
    height: 22px;
    width: auto;
}

.header-mobile .btn-payment {
    background-color: var(--bg_color_5);
    color: var(--bg_color_1);
    border-radius: 9px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    font-family: var(--inter_semibold) !important;
    font-size: var(--fs-14);
    width: fit-content;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.3;
}

.header-mobile .select_city_dropdown .dropdown-menu {
    max-height: 315px;
    height: fit-content;
    overflow-y: scroll;
    padding-top: 0;
}

.header-mobile .select_city_dropdown .dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.header-mobile .select_city_dropdown .dropdown-menu::-webkit-scrollbar-track {
    background-color: var(--bg_color_2);
}

.header-mobile .select_city_dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: var(--bg_color_1);
}

/* .header-mobile .select_city_dropdown .dropdown-menu .dropdown-item {
    text-transform: uppercase;
} */

.header-mobile .select_city_dropdown .dropdown-menu .search_city_field_part {
    /* padding: 0 10px 5px 10px; */
    padding: 0 10px 0 10px;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.header-mobile .select_city_dropdown .dropdown-menu .search_city_field_part input {
    border: none;
    width: 100%;
    font-family: var(--inter_regular);
    padding: 10px;
}

.header-mobile .select_city_dropdown .dropdown-menu .search_city_field_part input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.header-desktop {
    display: none;
}

@media (min-width: 1200px) {
    .header-desktop {
        display: block;
    }

    .header-mobile {
        display: none;
    }
}

.header-mobile .nav-item.dropdown>.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.header-mobile .nav-item.dropdown>.nav-link::after {
    margin-left: auto;
}

.header-mobile .dropdown-menu {
    position: static !important;
    transform: none !important;
    float: none;
    box-shadow: none;
    background-color: var(--bg_color_5);
    border: none;
    margin: 0;
    padding: 4px 0 8px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.header-mobile .dropdown-item {
    color: var(--text_color_1);
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    letter-spacing: 1.1px;
    padding: 8px 20px;
    text-wrap: auto;
    /* text-transform: uppercase; */
}

.header-mobile .dropdown-item:hover {
    background-color: var(--bg_color_5);
    color: var(--text_color_1);
}

.header-desktop .navbar .nav-item.dropdown {
    position: relative;
}

.header-desktop .navbar .dropdown-menu {
    position: absolute !important;
    top: 110%;
    left: 0;
    background: var(--bg_color_1);
    border: none;
    border-radius: 0;
    padding: 8px 0;
    min-width: fit-content;
    z-index: 100;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.header-desktop .navbar .dropdown-item {
    color: var(--text_color_5);
    font-size: var(--fs-14);
    font-family: var(--inter_semibold) !important;
    padding: 8px 18px;
    white-space: nowrap;
    text-transform: uppercase;
}

.header-desktop .navbar .dropdown-item:hover {
    background-color: var(--bg_color_5);
    color: var(--text_color_1);
}

.header-mobile .mobile-nav::-webkit-scrollbar {
    display: none;
}

footer .home_eighth_section {
    background-color: var(--bg_color_3);
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
}

footer .home_eighth_section .first .title,
footer .home_eighth_section .second .title,
footer .home_eighth_section .third .title,
footer .home_eighth_section .fourth .title {
    color: var(--text_color_5) !important;
    font-family: var(--inter_bold);
    font-size: var(--fs-16);
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

footer .home_eighth_section .first a,
footer .home_eighth_section .second a,
footer .home_eighth_section .third a {
    text-decoration: none;
}

footer .home_eighth_section .first span {
    font-family: var(--inter_regular);
    font-size: var(--fs-14);
    color: var(--text_color_5);
    margin-top: 0;
    margin-bottom: 0;
}

footer .home_eighth_section .first p,
footer .home_eighth_section .second p,
footer .home_eighth_section .third p {
    font-family: var(--inter_regular);
    font-size: var(--fs-14);
    color: var(--text_color_5);
    /*margin-top: 8px;*/
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

footer .home_eighth_section .first p:hover,
footer .home_eighth_section .second p:hover,
footer .home_eighth_section .third p:hover {
    color: var(--text_color_1);
}

footer .home_eighth_section .first p img,
footer .home_eighth_section .second p img,
footer .home_eighth_section .third p img {
    margin-left: 5px;
}

footer .home_eighth_section .fourth .img_part {
    display: grid;
    height: auto;
    width: auto;
    gap: 15px;
}

footer .home_nineth_section {
    /*background-color: var(--bg_color_3);*/
    /*border-radius: 10px;*/
    padding: 15px 15px 15px 15px;
    /*margin-top: 10px;*/
    /*margin-bottom: 20px;*/
}

footer .home_nineth_section .content {
    display: flex;
    justify-content: space-between;
}

footer .home_nineth_section .content .first p {
    margin-bottom: 0;
    color: var(--text_color_8);
    font-size: var(--fs-14);
    font-family: var(--inter_medium);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .home_nineth_section .content .first p span {
    color: var(--text_color_1);
    margin-left: 10px;
}

footer .home_nineth_section .content .second p {
    margin-bottom: 0;
    color: var(--text_color_3);
    font-size: var(--fs-14);
    font-family: var(--inter_medium);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .home_nineth_section .content .third p {
    margin-bottom: 0;
    font-size: var(--fs-14);
    font-family: var(--inter_medium);
    color: var(--text_color_3);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .home_nineth_section .content .third p img {
    margin-left: 5px;
    margin-right: 5px;
}

.main_content_part .member_pagination_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.main_content_part .member_pagination_wrapper p {
    font-family: var(--inter_regular);
    color: var(--text_color_13);
    font-size: var(--fs-16);
    margin-right: 10px;
}

.main_content_part .member_pagination_wrapper .page-item {
    display: flex;
    color: var(--text_color_1);
    font-family: var(--inter_regular);
}

.main_content_part .member_pagination_wrapper .page-item a {
    color: var(--text_color_1);
}

.main_content_part .member_pagination_wrapper .page-item .page-link {
    padding: 8px 20px;
}

.main_content_part .member_pagination_wrapper .page-item .page-link:focus {
    box-shadow: none;
}

.main_content_part .member_pagination_wrapper .page-item.active .page-link {
    background-color: var(--bg_color_1);
    color: var(--text_color_5);
}

.active>.page-link,
.page-link.active {
    border-color: transparent !important;
}

.home_article_section .title_part {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.home_article_section .title_part .view_all_btn {
    color: var(--text_color_5);
    background-color: var(--bg_color_1);
    border: none;
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    padding: 10px 18px;
    border-radius: 8px;
    text-wrap-mode: nowrap;
}

.home_article_section .title_part .blogtitle_homepage {
    font-family: var(--inter_semibold);
    font-size: var(--fs-32);
    color: var(--text_color_3);
    text-align: center;
    margin-bottom: 0;
}

.home_article_section .blog_card_part {
    margin-bottom: 40px;
}

.home_article_section .blog_card_part a {
    text-decoration: none;
    color: var(--text_color_3);
}

.home_article_section .blog_card_part .card {
    border: 1px solid var(--text_color_12);
    background-color: #F7F7F7;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home_article_section .blog_card_part .card .image_wrapper {
    padding: 20px 20px 0 20px;
}

.home_article_section .blog_card_part .card .image_wrapper img {
    border-radius: 10px;
    /* height: 330px; */
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.home_article_section .blog_card_part .card .card_detail_part {
    padding: 20px 20px 20px 20px;
}

.home_article_section .blog_card_part .card .card_detail_part .title {
    font-family: var(--inter_medium);
    font-size: var(--fs-18);
    margin-bottom: 0;
    color: var(--text_color_3);
}

.home_article_section .blog_card_part .card .card_detail_part .title:hover {
    color: var(--bg_color_1);
}

.home_article_section .blog_card_part .card .card_detail_part .desc {
    font-family: var(--inter_medium);
    font-size: var(--fs-14);
    margin-bottom: 0;
    color: var(--text_color_3);
}

.home_article_section .blog_card_part .card .card_detail_part .read_more_btn {
    background-color: var(--bg_color_5);
    color: var(--text_color_1);
    border: 1.5px solid var(--text_color_1);
    font-family: var(--inter_medium);
    display: flex;
    justify-content: start;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}

.home_article_section .blog_card_part .card .card_detail_part .read_more_btn i {
    margin-left: 5px;
    font-size: 12px;
}

.home_article_section .blog_card_part .card .card_detail_part .read_more_btn:hover {
    background-color: var(--bg_color_1);
    border: 1.5px solid var(--bg_color_1);
    color: var(--text_color_5);
}

.home_article_section .blog_card_part .blog_card_link {
    display: block;
    height: 100%;
}

.home_article_section .blog_card_part .flip_card {
    width: 100%;
    height: 100%;
    perspective: 1200px;
}

.home_article_section .blog_card_part .flip_card_inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transform-style: preserve-3d;
    transition: transform 0.7s ease;
}

.home_article_section .blog_card_part .flip_face {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.home_article_section .blog_card_part .flip_card:hover .flip_card_inner {
    transform: rotateY(180deg);
}

.home_article_section .blog_card_part .flip_front {
    position: relative;
    z-index: 2;
}

.home_article_section .blog_card_part .flip_back {
    position: absolute;
    inset: 0;
    transform: rotateY(180deg);
    display: flex;
}

.home_article_section .blog_card_part .back_card {
    background: var(--bg_color_5);
    /* display: flex;
    align-items: center; */
}

.membership_page_first_section {
    padding: 50px 0;
}

.membership_page_first_section .table-custom-header {
    background-color: #B98C37 !important;
    color: white !important;
    vertical-align: middle;
}

.membership_page_first_section .table-bordered th {
    letter-spacing: 1px;
    border: 1px solid #dee2e6;
    text-align: center;
    vertical-align: middle;
    font-family: var(--inter_regular);
}

.membership_page_first_section .table-bordered td {
    border: 1px solid #dee2e6;
    text-align: center;
    vertical-align: middle;
    font-family: var(--inter_regular);
    letter-spacing: 0.5px;
}

.membership_page_first_section .text-purple {
    color: #2e266d;
    font-weight: bold;
}

.membership_page_first_section table tbody tr td.title a {
    font-weight: bold;
    color: var(--bg_color_1) !important;
}

.membership_blade_first_section {
    padding: 0;
}

.membership_blade_first_section .title_part {
    padding-top: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.membership_blade_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.membership_blade_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.membership_blade_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.membership_blade_first_section form label {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.membership_blade_first_section form input,
.membership_blade_first_section form select,
.membership_blade_first_section form textarea,
.profile_page form .form-control,
.profile_page form textarea {
    background: #F7F7F7;
    border: 1px solid #EEE;
    border-radius: 8px;
    width: 100%;
    outline: none;
    font-family: var(--inter_medium);
    color: var(--text_color_3);
}

.membership_blade_first_section form input:focus,
.membership_blade_first_section form select:focus,
.membership_blade_first_section form textarea:focus,
.profile_page form .form-control:focus,
.profile_page form textarea:focus {
    box-shadow: none;
    border: 1px solid var(--bg_color_1);
}

.membership_blade_first_section form .submit_button_part {
    display: flex;
    justify-content: end;
}

.membership_blade_first_section form .submit_button_part .submit_button {
    color: var(--text_color_5);
    background-color: var(--bg_color_1);
    /* border: 1px solid var(--text_color_1); */
    border: none;
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    padding: 10px 18px;
    border-radius: 8px;
}

.membership_blade_first_section .view_membership_btn_part {
    display: flex;
    justify-content: end;
    margin-top: 10px;
    padding-bottom: 40px;
}

.membership_blade_first_section .view_membership_btn_part .view_membership_btn {
    color: var(--text_color_5);
    background-color: var(--bg_color_1);
    /* border: 1px solid var(--text_color_1); */
    border: none;
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    padding: 10px 18px;
    border-radius: 8px;
}

#membershipModal .modal-header .modal-title {
    font-family: var(--inter_semibold);
}

#membershipModal .modal-footer .close_btn {
    color: var(--text_color_5);
    background-color: var(--bg_color_1);
    /* border: 1px solid var(--text_color_1); */
    border: none;
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    padding: 10px 18px;
    border-radius: 8px;
}

.main_content_part .download_first_section {
    padding-bottom: 50px;
}

.main_content_part .download_first_section .title_part {
    padding-top: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.main_content_part .download_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .download_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .download_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .download_first_section .desc_part p {
    font-family: var(--inter_regular);
    color: var(--text_color_7);
    font-size: var(--fs-18);
}

.main_content_part .download_first_section .desc_part {
    margin-bottom: 30px;
}

.main_content_part .download_first_section .page-item {
    display: flex;
    color: var(--text_color_1);
    font-family: var(--inter_regular);
}

.main_content_part .download_first_section .page-item a {
    color: var(--text_color_1);
}

.main_content_part .download_first_section .page-item .page-link {
    padding: 8px 20px;
}

.main_content_part .download_first_section .page-item .page-link:focus {
    box-shadow: none;
}

.main_content_part .download_first_section .page-item.active .page-link {
    background-color: var(--bg_color_1);
    color: var(--text_color_5);
}

.active>.page-link,
.page-link.active {
    border-color: transparent !important;
}

.main_content_part .download_first_section .card {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_content_part .download_first_section .card .image_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.main_content_part .download_first_section .card .image_wrapper i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.main_content_part .download_first_section .card .image_wrapper .thumb_image {
    max-height: 330px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main_content_part .download_first_section .card .content h3 {
    font-family: var(--inter_medium);
    font-size: var(--fs-20);
    margin-bottom: 0;
    margin-top: 20px;
    color: var(--text_color_3);
}

.radio_card_group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    /*padding-bottom: 40px;*/
}

.radio_card {
    position: relative;
    cursor: pointer;
}

.radio_card input {
    display: none;
}

.radio_content {
    min-width: 160px;
    padding: 12px 18px;
    border-radius: 12px;
    background: var(--bg_color_5);
    border: 1.5px solid var(--bg_color_8);
    transition: all 0.2s ease;
}

.radio_label {
    display: block;
    font-size: var(--fs-14);
    color: var(--text_color_13);
    margin-bottom: 4px;
}

.radio_value {
    font-size: var(--fs-18);
    color: var(--text_color_7);
}

.radio_card:hover .radio_content {
    border-color: var(--bg_color_1);
}

.radio_card input:checked+.radio_content {
    border-color: var(--bg_color_1);
    background-color: var(--bg_color_1);
}

.radio_card input:checked+.radio_content .radio_label,
.radio_card input:checked+.radio_content .radio_value {
    color: var(--text_color_5);
}

.main_content_part .event_first_section {
    padding: 0 0 40px 0;
}

.main_content_part .event_first_section .title_part {
    padding-top: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.main_content_part .event_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.main_content_part .event_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.main_content_part .event_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.main_content_part .event_first_section .card {
    border: 1px solid var(--text_color_12);
    background-color: transparent;
    border-radius: 10px;
    height: 100%;
}

.main_content_part .event_first_section .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_content_part .event_first_section .card .card-header {
    color: var(--bg_color_13);
    background-color: var(--bg_color_13);
}

.main_content_part .event_first_section .card .card-header span {
    color: var(--text_color_5);
    font-size: var(--fs-18);
    font-family: var(--inter_semibold);
}

.main_content_part .event_first_section .card .card-body p {
    font-size: var(--fs-18);
    color: var(--text_color_3);
    font-family: var(--inter_regular);
}

.main_content_part .event_first_section .card .btn-read-more {
    background-color: var(--bg_color_5);
    color: var(--text_color_7);
    border: 1.5px solid var(--bg_color_7);
    font-family: var(--inter_medium);
    display: flex;
    justify-content: start;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.main_content_part .event_first_section .card .btn-read-more:hover {
    background-color: var(--bg_color_1);
    border: 1.5px solid var(--bg_color_1);
    color: var(--text_color_5);
}

.main_content_part .event_first_section .page-item {
    display: flex;
    color: var(--text_color_1);
    font-family: var(--inter_regular);
}

.main_content_part .event_first_section .page-item a {
    color: var(--text_color_1);
}

.main_content_part .event_first_section .page-item .page-link {
    padding: 8px 20px;
}

.main_content_part .event_first_section .page-item .page-link:focus {
    box-shadow: none;
}

.main_content_part .event_first_section .page-item.active .page-link {
    background-color: var(--bg_color_1);
    color: var(--text_color_5);
}

.main_content_part .event_detail_first_section {
    padding: 0 0 40px 0;
}

#topAdvertisementSlider .top_advertisment_image {
    max-height: 125px;
    width: 100%;
    object-fit: contain;
    /*object-fit: cover;*/
}

.main_navbar .header-desktop header .site_logo {
    width: auto;
    height: 125px;
    min-height: 125px;
    max-height: 125px;
    object-fit: cover;
}

.navbar .navbar-nav .usericon {
    height: 22px;
    width: auto;
}







/* company detail page start */


/* .company_main_header_part {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .12);
}

.company_main_header_part .navbar {
    background: var(--bg_color_1);
}

.company_main_header_part .navbar .navbar .navbar-brand img {
    background-color: var(--bg_color_5);
    border-radius: 10px;
    padding: 10px 20px;
}

.company_main_header_part .navbar .navbar .navbar-toggler {
    width: 100%;
}

.company_main_header_part .navbar .navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.company_main_header_part .navbar .navbar .navbar-nav .nav-item .nav-link {
    color: var(--text_color_5);
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    letter-spacing: 1.3px;
}

.company_main_header_part .navbar .navbar .navbar-nav .nav-item .nav-link:hover,
.company_main_header_part .navbar .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--bg_color_5);
}

.company_main_header_part .navbar .navbar .navbar-toggler-icon-invert {
    display: inline-flex;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.company_main_header_part .navbar .navbar .navbar-nav .nav-item .nav-search {
    border-radius: 50%;
    color: var(--text_color_5);
}

.company_main_header_part .navbar .navbar .navbar-nav .nav-item .btn-payment {
    background-color: var(--bg_color_7);
    color: var(--text_color_5);
    border-radius: 9px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
}

.company_main_header_part .header-desktop {
    display: none;
}

.company_main_header_part .header-desktop header {
    padding: 10px 0;
}

.company_main_header_part .header-desktop .navbar {
    background: var(--bg_color_1);
}

.company_main_header_part .header-desktop .navbar .nav-item {
    padding: 0 20px;
}

.company_main_header_part .header-desktop .navbar .navbar-nav {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.company_main_header_part .header-desktop .nav-link {
    color: var(--text_color_5);
}

.company_main_header_part .header-desktop .btn-payment {
    background-color: var(--bg_color_1);
    color: var(--text_color_5);
    border-radius: 9px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
}

.company_main_header_part .header-desktop .navbar .nav-item.dropdown {
    position: relative;
}

.company_main_header_part .header-desktop .navbar .dropdown-menu {
    position: absolute !important;
    top: 110%;
    left: 0;
    background: var(--bg_color_1);
    border: none;
    border-radius: 0;
    padding: 8px 0;
    min-width: 220px;
    z-index: 100;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.company_main_header_part .header-desktop .navbar .dropdown-item {
    color: var(--text_color_5);
    font-size: var(--fs-14);
    font-family: var(--inter_semibold);
    padding: 8px 18px;
    white-space: nowrap;
}

.company_main_header_part .header-desktop .navbar .dropdown-item:hover,
.company_main_header_part .header-desktop .navbar .dropdown-item:focus,
.company_main_header_part .header-desktop .navbar .dropdown-item:active {
    background-color: var(--bg_color_5);
    color: var(--text_color_1);
}

.company_main_header_part .header-desktop .call_mail_part {
    display: flex;
    justify-content: end;
    align-items: center;
}

.company_main_header_part .header-desktop .call_mail_part img {
    height: 45px;
    width: auto;
    margin-left: 30px;
}

.company_main_header_part .header-mobile {
    display: block;
    padding-bottom: 10px;
}

.company_main_header_part .header-mobile .logo_row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
}

.company_main_header_part .header-mobile .logo_img_part {
    width: 85%;
}

.company_main_header_part .header-mobile .logo_row .site_logo {
    width: 85%;
}

.company_main_header_part .header-mobile .navbar-toggler {
    margin-left: auto;
    border: 0;
    box-shadow: none;
    width: auto;
}

.company_main_header_part .header-mobile .navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.company_main_header_part .header-mobile .mobile-nav {
    background: var(--bg_color_1);
}

.company_main_header_part .header-mobile .mobile-nav .nav-link {
    color: var(--text_color_5);
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    letter-spacing: 1.3px;
    padding: 10px 20px;
}

.company_main_header_part .header-mobile .mobile-nav .nav-link:hover {
    background: rgba(255, 255, 255, .08);
}

.company_main_header_part .header-mobile .btn-payment {
    background-color: var(--bg_color_7);
    color: var(--text_color_5);
    border-radius: 9px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    width: fit-content;
}

.company_main_header_part .header-mobile .call_mail_part {
    display: flex;
    justify-content: start;
    align-items: center;
}

.company_main_header_part .header-mobile .call_mail_part img {
    height: 45px;
    width: auto;
    margin-left: 30px;
}

.company_main_header_part .header-mobile .nav-item.dropdown>.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.company_main_header_part .header-mobile .nav-item.dropdown>.nav-link::after {
    margin-left: auto;
}

.company_main_header_part .header-mobile .dropdown-menu {
    position: static !important;
    transform: none !important;
    float: none;
    box-shadow: none;
    background-color: var(--bg_color_5);
    border: none;
    margin: 0;
    padding: 4px 0 8px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.company_main_header_part .header-mobile .dropdown-item {
    color: var(--text_color_1);
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    letter-spacing: 1.3px;
    padding: 8px 20px;
    text-wrap: auto;
}

.company_main_header_part .header-mobile .dropdown-item:hover {
    background-color: var(--bg_color_5);
    color: var(--text_color_1);
}

@media only screen and (min-width: 1200px) {
    .company_main_header_part .header-desktop {
        display: block;
    }

    .company_main_header_part .header-mobile {
        display: none;
    }
}

.company_detail_page_first_section .image_part .company_banner_main_img {
    height: 600px;
    object-fit: cover;
}

.company_detail_page_second_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}

.company_detail_page_second_section .heading_part h2 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-52);
}

.company_detail_page_second_section .heading_part .welcome_title {
    font-family: var(--inter_medium);
    color: var(--text_color_3);
    font-size: var(--fs-30);
    margin-bottom: 15px;
}

.company_detail_page_second_section .heading_part .desc {
    font-family: var(--inter_medium);
    color: var(--text_color_3);
    font-size: var(--fs-24);
}

.company_detail_page_second_section .heading_part .about_info {
    color: var(--text_color_3);
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    margin-bottom: 0;
}

.company_detail_page_second_section .info_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.company_detail_page_second_section .info_part .title {
    font-family: var(--inter_medium);
    color: var(--text_color_3);
    font-size: var(--fs-24);
    margin-top: 30px;
    margin-bottom: 15px;
}

.company_detail_page_second_section .info_part .desc {
    color: var(--text_color_3);
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
}

.company_detail_page_second_section .info_part ul li {
    color: var(--text_color_3);
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
}

.company_detail_page_third_section {
    background-color: #F7F7F7;
    padding: 30px 0;
    margin-top: 50px;
}

.company_detail_page_third_section .heading_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.company_detail_page_third_section .heading_part .title {
    font-family: var(--inter_medium);
    color: var(--text_color_1);
    font-size: var(--fs-36);
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 5px double var(--bg_color_1);
    width: fit-content;
    padding-bottom: 10px;
}

.company_detail_page_third_section .blog_card_part {
    margin-top: 50px;
    margin-bottom: 40px;
}

.company_detail_page_third_section .blog_card_part a {
    text-decoration: none;
    color: var(--text_color_3);
}

.company_detail_page_third_section .blog_card_part .card {
    border: 1px solid var(--text_color_12);
    background-color: var(--bg_color_5);
    border-radius: 10px;
    height: 100%;
}

.company_detail_page_third_section .blog_card_part .card .image_wrapper {
    padding: 20px 20px 0 20px;
}

.company_detail_page_third_section .blog_card_part .card .image_wrapper img {
    border-radius: 10px;
    height: 330px;
    object-fit: cover;
    width: 100%;
}

.company_detail_page_third_section .blog_card_part .card .card_detail_part {
    padding: 20px 20px 20px 20px;
}

.company_detail_page_third_section .blog_card_part .card .card_detail_part p {
    font-family: var(--inter_medium);
    font-size: var(--fs-20);
    margin-bottom: 0;
    color: var(--text_color_3);
}

.company_detail_page_third_section .blog_card_part .card .card_detail_part .read_more_btn {
    background-color: var(--bg_color_5);
    color: var(--text_color_1);
    border: 1.5px solid var(--bg_color_1);
    font-family: var(--inter_medium);
    display: flex;
    justify-content: start;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.company_detail_page_fourth_section {
    padding-top: 80px;
    padding-bottom: 50px;
}

.company_detail_page_fourth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.company_detail_page_fourth_section .heading_part .title {
    font-family: var(--inter_medium);
    color: var(--text_color_1);
    font-size: var(--fs-36);
    margin-bottom: 0;
    text-align: center;
    border-bottom: 5px double var(--bg_color_1);
    width: fit-content;
}

.company_detail_page_fourth_section .heading_part .desc {
    color: var(--text_color_3);
    font-family: var(--inter_regular);
    font-size: var(--fs-16);
    margin-top: 20px;
    margin-bottom: 0;
}

.company_detail_page_fourth_section .card_part {
    margin-top: 50px;
}

.company_detail_page_fourth_section .card_part .card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: var(--bg_color_5);
    padding: 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    cursor: pointer;
}

.company_detail_page_fourth_section .card_part .card .icon_wrap {
    width: 90px;
    height: 90px;
    background-color: var(--bg_color_6);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_detail_page_fourth_section .card_part .card .icon_wrap i {
    font-size: var(--fs-36);
    color: var(--text_color_1);
    transition: color 0.4s ease;
}

.company_detail_page_fourth_section .card_part .card .title {
    font-size: var(--fs-24);
    margin-top: 20px;
    color: var(--text_color_3);
    font-family: var(--inter_semibold);
    margin-bottom: 15px;
}

.company_detail_page_fourth_section .card_part .card .detail {
    font-size: var(--fs-14);
    color: var(--text_color_13);
    font-family: var(--inter_regular);
    margin-bottom: 0;
}

.company_detail_page_fourth_section .card_part .card .social_icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.company_detail_page_fourth_section .card_part .card .social_icons .social {
    width: 40px;
    height: 40px;
    background-color: var(--bg_color_6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.company_detail_page_fourth_section .card_part .card .social_icons .social i {
    font-size: 18px;
    color: var(--text_color_1);
}

.company_detail_page_fifth_section {
    padding: 100px 0 0 0;
}

.company_detail_page_fifth_section .card {
    background-color: var(--bg_color_5);
}

.company_detail_page_fifth_section .card .enquiry_form {
    padding: 30px 20px;
}

.company_detail_page_fifth_section .card .enquiry_form .enquiry_title_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.company_detail_page_fifth_section .card .enquiry_form .enquiry_title_part .enquiry_title {
    font-family: var(--inter_medium);
    color: var(--text_color_1);
    font-size: var(--fs-36);
    margin-bottom: 0;
    text-align: center;
    border-bottom: 5px double var(--bg_color_1);
    width: fit-content;
    margin-bottom: 30px;
}

.company_detail_page_fifth_section .card .enquiry_form .input_box {
    position: relative;
    background: #F7F7F7;
    border: 1px solid #EEE;
    border-radius: 8px;
    padding-left: 45px;
    margin-bottom: 15px;
    height: 50px;
    display: flex;
    align-items: center;
}

.company_detail_page_fifth_section .card .enquiry_form .input_box .input_icon {
    position: absolute;
    left: 15px;
    color: var(--text_color_1);
    font-size: 18px;
}

.company_detail_page_fifth_section .card .enquiry_form .input_box input {
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    outline: none;
    font-family: var(--inter_medium);
    color: var(--text_color_3);
}

.company_detail_page_fifth_section .card .enquiry_form .textarea_box {
    background: #F7F7F7;
    border: 1px solid #EEE;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 20px;
}

.company_detail_page_fifth_section .card .enquiry_form .textarea_with_icon {
    position: relative;
    padding-left: 45px;
}

.company_detail_page_fifth_section .card .enquiry_form .textarea_with_icon .textarea_icon {
    position: absolute;
    left: 15px;
    color: var(--text_color_1);
    font-size: 18px;
}

.company_detail_page_fifth_section .card .enquiry_form .textarea_box textarea {
    width: 100%;
    height: 120px;
    border: none;
    background: transparent;
    outline: none;
    resize: none;
    font-family: var(--inter_medium);
    color: var(--text_color_3);
}

.company_detail_page_fifth_section .card .enquiry_form .send_btn_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company_detail_page_fifth_section .card .enquiry_form .send_btn_wrapper .send_btn {
    background: var(--bg_color_1);
    color: var(--text_color_5);
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    font-family: var(--inter_medium);
    font-size: var(--fs-16);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company_detail_page_fifth_section .map_part {
    border-radius: 10px;
    border: none;
    background-color: var(--bg_color_5);
    padding: 0px;
}

.company_detail_page_fifth_section .map_part .card {
    border-radius: 10px;
}

.company_detail_page_fifth_section .map_part .card iframe {
    border: none;
    border-radius: 10px;
    height: 300px;
}

.company_detail_page_fifth_section .mki_image_part {
    border-radius: 10px;
    background-color: var(--bg_color_5);
    margin-top: 30px;
}

.company_detail_page_fifth_section .mki_image_part .card {
    border-radius: 10px;
    padding: 30px;
}

.company_detail_page_fifth_section .mki_image_part .card img {
    border-radius: 10px;
}

.category_page_footer_section {
    background-color: var(--bg_color_3);
    padding: 15px 15px 15px 15px;
}

.category_page_footer_section p {
    font-family: var(--inter_medium);
    font-size: var(--fs-16);
    margin-bottom: 0;
    color: var(--text_color_5);
    text-align: center;
}

.category_page_footer_section p span {
    color: var(--text_color_1);
} */

/* company detail page end */


.login_page {
    padding: 40px 0 60px;
}

.login_page .alert {
    font-family: var(--inter_regular);
}

.login_page .title_part {
    /* padding-top: 15px; */
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.login_page .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.login_page .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.login_page .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

.login_page form label {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.login_page form input {
    background: #F7F7F7;
    border: 1px solid #EEE;
    border-radius: 8px;
    width: 100%;
    outline: none;
    font-family: var(--inter_medium);
    color: var(--text_color_3);
    padding: 10px 14px;
}

.login_page form input:focus {
    box-shadow: none;
    border: 1px solid var(--bg_color_1);
}

.login_page .input-group .input-group-text {
    background: #F7F7F7;
    border: 1px solid #EEE;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    color: var(--text_color_3);
}

.login_page .input-group .form-control {
    border-radius: 8px 0 0 8px;
}

.login_page .submit_button_part {
    display: flex;
    justify-content: flex-end;
}

.login_page .submit_button {
    color: var(--text_color_5);
    background-color: var(--bg_color_1);
    border: none;
    /* border: 1px solid var(--text_color_1); */
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    padding: 10px 18px;
    border-radius: 8px;
}

.login_page .dont_account_part {
    display: flex;
    justify-content: end;
}


.profile_page_title {
    padding-top: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.profile_page_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.profile_page_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.profile_page_title h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}



.catalogue_first_section .title_part {
    padding-top: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.catalogue_first_section .title_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: var(--bg_color_3);
}

.catalogue_first_section .title_part::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: 3px;
    background: var(--bg_color_1);
}

.catalogue_first_section .title_part h1 {
    font-family: var(--inter_semibold);
    color: var(--text_color_3);
    font-size: var(--fs-42);
    text-transform: uppercase;
}

#landscape-block {
    display: none;
}

#landscape-block .landscape-box {
    font-size: 18px;
    font-family: system-ui, sans-serif;
    padding: 20px;
}

@media (orientation: landscape) and (pointer: coarse) and (hover: none) and (max-height: 500px) {
    #landscape-block {
        display: flex;
    }

    body {
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .header-desktop .navbar .navbar-nav.navbar-desktop-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
    }

    .header-desktop .navbar .navbar-nav .nav-right-group {
        display: flex;
        align-items: center;
        /* margin-left: auto; */
    }

    .header-desktop .navbar .nav-item {
        padding: 0 14px;
    }

    .header-desktop .navbar .nav-city-left {
        background-color: var(--bg_color_5);
        color: var(--bg_color_1);
        border-radius: 9px;
        padding: 3px 18px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-family: var(--inter_bold);
    }

    .header-desktop .navbar .nav-city-left .nav-link {
        color: var(--bg_color_1);
    }

    .header-desktop .navbar .select_city_dropdown .dropdown-menu {
        background: var(--bg_color_5);
    }

    .header-desktop .navbar .select_city_dropdown .dropdown-item {
        color: var(--bg_color_1);
    }

    .header-desktop .navbar .select_city_dropdown .dropdown-item:hover,
    .header-desktop .navbar .select_city_dropdown .dropdown-item:focus {
        background-color: var(--bg_color_1);
        color: var(--bg_color_5);
    }
}



.blog_detail_first_section .blog_content {
    word-break: break-word;
}

.header-mobile .logo_row .top_button_part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-mobile .logo_row .top_button_part .select_city_dropdown {
    position: relative;
}

.header-mobile .logo_row .top_button_part .select_city_dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
    margin-top: 6px;
    z-index: 99;
}

.header-mobile .logo_row .top_button_part .btn_city_dropdown_mobile {
    width: 100%;
    text-align: left;
    background-color: var(--bg_color_1);
    border: 1px solid var(--bg_color_1);
    padding: 8px 14px;
    font-family: var(--inter_regular);
    color: var(--text_color_5);
    font-size: var(--fs-14);
    text-transform: capitalize;
}

.header-mobile .logo_row .top_button_part .btn_city_dropdown_mobile:focus {
    background-color: var(--bg_color_1);
    border: none;
    box-shadow: none;
}

.header-mobile .logo_row .top_button_part .search_city_field_part input {
    font-size: var(--fs-14);
}

.search-suggestion-list {
    position: absolute;
    top: 100%;
    left: 15px;
    max-width: 80%;
    background-color: var(--bg_color_5);
    border: 1px solid #ececec;
    border-top: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9;
    display: none;
    max-height: 320px;
    overflow-y: auto;
    font-family: var(--inter_regular);
    text-align: start;
    font-size: var(--fs-16);
}

.search-suggestion-list::-webkit-scrollbar {
    display: none;
}

.search-suggestion-list li {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
}

.search-suggestion-list li:hover {
    background: #f5f5f5;
}

.main_content_part .home_sixth_section .right_part img {
    border-radius: 10px;
}

.blog_detail_first_section .back_btn_part .back_btn svg {
    height: 18px;
    width: auto;
}

.blog_detail_first_section .back_btn_part .back_btn {
    color: var(--text_color_5);
    background-color: var(--bg_color_1);
    border: none;
    font-family: var(--inter_semibold);
    font-size: var(--fs-14);
    padding: 10px 18px 10px 12px;
    border-radius: 8px;
    text-wrap-mode: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}