/* ---------about us - start --------------*/
.we-are{
    background: #E6E7E8;
    display: flex;
    padding-top: 234px;
    padding-bottom: 64px;
    position: relative;
}
.we-are .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.we-are h1{
    font-family: "Gilroy", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}
.we-are-content p{
    color: var(--Text, #1C1C1C);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 675px;
    padding-bottom: 20px;
}
.bl-star{
    position: absolute;
    bottom: 0;
    left: -10px;
}
.we-are-video{
    position: relative;
    background: #E6E7E8;
    padding: 64px;
    display: flex;
    justify-content: center;
}
.we-video {
    position: relative;
    height: 600px;
    width: 1040px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}
.we-video img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; 
    display: block; 
}
  
.we-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
    display: none;
}
.bl-star2{
    position: absolute;
    bottom: 0;
    right: 0;
}

.strategy-cards-wrapper {
    overflow: unset;
}


@media screen and (max-width: 480px) {
    .strategy-cards-wrapper {
        overflow: hidden;
    }

    .strategy-cards {
        display: flex !important;
        max-width: 100% !important;
        /* overflow-x: auto; */
    }

    .we-are {
        padding-top: 110px;
        padding-bottom: 40px;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .we-are .swiper {
        max-width: 100%;
    }

    .we-are .swiper-wrapper {
        gap: 0 !important
    }

    .we-are > .container {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }
    .we-are h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .we-are-content p {
        font-size: 14px;
        line-height: 22px;
        width: 100%;
        padding-bottom: 15px;
    }
    .bl-star, .bl-star2 {
        display: none;
    }
    .we-are-video {
        padding: 0 20px;
        justify-content: center;
        align-items: center;
    }
    .we-video{
        height: 300px;
        width: 361px;
    }

}
#strategy{
    background: #E6E7E8;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
}
.strategy-cards .container{
    display: flex;
    flex-direction: column;
    gap: 44px;
}
.str-card{
    margin-top: 64px;
    display: flex;
    position: relative;
    cursor: pointer;
}
.str-card img{
    width: 793px;
    height: 420px;
    border-radius: 20px;
    float: left;
}
.str-context{
    position: absolute;
    top: 50px;
    left: 605px;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    width: 600px;
    padding: 35px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.str-context h2{
    color: var(--Text, #1C1C1C);
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}
.str-context p{
    color: var(--Text, #1C1C1C);
    font-size: 20px;
    font-weight: 400;
    opacity: 0.8;
}
.str-card2{
    display: flex;
    position: relative;
    margin-top: 528px;
    margin-left: -818px;
    cursor: pointer;
    width: unset !important;
    max-width: 100% !important;
}
.str-card2 .str-img2{
    width: 793px;
    height: 420px;
    border-radius: 20px;
}


.str-card2 {
    display: flex !important;
    flex-direction: column-reverse !important;
}

.str-context2{
    position: absolute;
    top: 50px;
    right: 605px;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    width: 600px;
    padding: 35px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.str-context2 h2{
    color: var(--Text, #1C1C1C);
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}
.str-context2 p{
    color: var(--Text, #1C1C1C);
    font-size: 20px;
    font-weight: 400;
    opacity: 0.8;
}

@media screen and (max-width: 480px) {

    .strategy-cards-wrapper {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #strategy {
        background: var(--BG-Light, #E6E7E8);
    }
    .strategy-cards .container {
        display: flex;
        flex-direction: row;
        gap: 20px;
        overflow-x: auto;
    }
     .str-card, .str-card2 {
        background: #EAE4DF;
        border-radius: 20px;
        /* padding: 8px 8px 16px 8px; */
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 16px;
    }
    .str-card img, .str-card2 .str-img2 {
        width: 100%;
        height: 220px;
        border-radius: 20px;
        object-fit: cover;
    }
    .str-context, .str-context2 {
        background: #EAE4DF;
        padding: 16px;
        width: 100%;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .str-context h2, .str-context2 h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }

    .str-context p, .str-context2 p {
        font-size: 14px;
        opacity: 0.8;
        line-height: 20px;
    }

    .str-context, .str-context2 {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .str-context2 {
        order: 0 !important;
    }

    .str-card2 {
        margin-left: 0;
        margin-top: 16px;
    }
    .str-card2 {
        display: flex;
        flex-direction: column;
    }
    .str-card2 .str-img2 {
        order: 1;
        width: 100%;
        height: 220px;
    }
    .str-card2 .str-context2 {
        order: 2;
        width: 100%;
        padding: 16px;
    }
}
.leaders{
    display: flex;
    padding: 64px 0;
    flex-direction: column;
    align-items: flex-start;
}
.leaders h2{
    color: #000;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px; 
    margin-bottom: 12px;
}
.leaders h3{
    color: var(--Text-Text-100, #333B52);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    width: 488px;
}
.leaders-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    justify-content: center; 
    gap: 0 103px;
}
.leaders-content-mobile {
    display: none;
}
.leaders-card{
    display: flex;
    width: 240px;
    flex-direction: column;
    align-items: center;
    margin-top: 64px;
    position: relative;
}
.leaders-card h4{
    color: var(--gray-900, #18181B);
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px; 
    margin-top: 24px;
    margin-bottom: 8px;
}
.leaders-card h5{
    color: var(--gray-600, #52525B);
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; 
    width: 200px;
}
.leaders-card .leaders_img {
    filter: grayscale(100%);
    transition: filter 0.3s ease, brightness 0.3s ease; 
    border-radius: 240px;
    width: 240px;
    height: 240px;
    aspect-ratio: 1/1;
}
.leaders-card:hover .leaders_img {
    filter: grayscale(100%) brightness(0.6); 
}
.zoom-btn {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    display: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    background-color: inherit;
}
.leaders-card:hover .zoom-btn {
    display: block;
}
@media screen and (max-width: 480px) {
    .leaders {
        padding: 32px 0;
    }
    .leaders h2 {
        font-size: 28px; 
        margin-bottom: 0;
    }
    .leaders h3 {
        font-size: 16px;  
        width: 100%;
    }
    .leaders-content {
        margin-top: 30px;
        display: flex; 
        overflow-x: auto;  
        gap: 25px;  
        padding-bottom: 16px;
        margin-left: -50px;
        width: 130%; 
    }
    .leaders-card {
        width: 100%;  
        margin-top: 0;  
        flex-shrink: 0;  
    }
    .leaders-card h4 {
        font-size: 18px; 
        margin-top: 16px;  
    }
    .leaders-card h5 {
        font-size: 14px;  
    }
    .zoom-btn {
        top: 40%;  
    }
    .leaders-card .leaders_img {
        width: 164px;
        height: 164px;
        aspect-ratio: 1/1;
        border-radius: 164px;
    }
    .leaders-content {
        display: none;
    }
    .leaders-content-mobile {
        display: block;
        padding-top: 32px;
        width: 100%;
    }
}
.about-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.about-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    display: flex;
    border-radius: 12px;
    background: #FFF;
    display: flex;
    width: 900px;
    padding: 24px 24px 32px 24px;
    position: relative;
    align-items: flex-start;
}
.modal-image {
    width: 240px;
    height: 240px;
    aspect-ratio: 1/1;

}
.close-btn {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 36px;
    color: #18181B;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #B01116;
}
.leaders-card img {
    cursor: pointer;
    filter: grayscale(100%);
    transition: filter 0.3s ease, brightness 0.3s ease;
}
.leaders-card:hover img {
    filter: grayscale(100%) brightness(0.6);
}
.zoom-btn {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    display: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    background-color: inherit;
}
.leaders-card:hover .zoom-btn {
    display: block;
}
.profile{
    margin-top: 30px;
    filter: grayscale(100%);
    transition: filter 0.3s ease, brightness 0.3s ease; 
}
#profile-social{
    margin: 24px 35px;
}
.profile-info{
    margin: 30px 16px;
}
.profile-info h1{
    color: #1E2437;
    font-family: "Inter";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    margin-bottom: 8px;
}
.profile-info h2{
    color: #1E2437;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.profile-info p{
    color: #1E2437;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; 
    margin-top: 15px;
}
#adapt-a-news{
    display: none;
}
@media screen and (max-width: 480px) {
    .about-modal {
        align-items: left;
        justify-content: center;
        padding: 10px;
    }
    .about-modal-content {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }
    .modal-image {
        width: 150px; 
        height: 150px;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .profile {
        margin-top: 20px;
        filter: grayscale(100%);
        transition: filter 0.3s ease, brightness 0.3s ease;
    }
    #profile-social {
        margin: 10px 0;
        display: flex;
        justify-content: center;
        gap: 12px;
    }

}

/* ---------about us - end --------------*/

/* --------- news - start --------------*/
#news-section{
    position: relative;
    padding-top: 114px;
    background: #E6E7E8;
    height: auto;
    padding-bottom: 260px;
}
#news-section .pr-cards{
    position: absolute;
}
.news-title {
    color: #1C1C1C;
    font-family: "Gilroy", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; 
}
#news-content .news-card{
    border: 1px solid #EAE4DF;
    background: #FFF;
}
.news-card h4{
    margin: 16px 0 8px 0;
}
#news-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    justify-content: center; 
}
#news-form{
    margin-top: 64px;
}
#news-switcher{
    display: flex;
    align-items: center;
    gap: 20px;
}
.switcher-numbers{
    display: flex;
    align-items: center;
    gap: 10px;
}
.switcher-numbers button{
    border-radius: 12px;
    border: 1px solid var(--BG-Footer, #EAE4DF);
    background: var(--BG-Light, #F7F7F5);
    width: 48px;
    padding: 3px 0px;
    justify-content: center;
    align-items: center;

    color: #1C1C1C;
    font-family: "Gilroy", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; 
}
.filter-btn {
    color: black;
    background: none;
    border: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.filter-btn:hover{
    background-color: #EAE4DF;
}
.filter-btn img {
    display: none;
    width: 16px;
    height: 16px;
}
.filter-btn.active {
    color: red;
    border: none;
}

.filter-btn.active img {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.dots {
    display: none !important;
}
#objects-filtr-adapt{
    display: none;
}
@media screen and (max-width: 480px) {
    .filter-btn:hover{
        background-color: #ffffff;
    }
    .dots {
        display: flex !important;
    }

    #news-section {
        position: relative;
        height: auto;
        padding-bottom: 30px;
        overflow: visible !important;
    }
    
    .news-title {
        display: none;
    }
    #news-section .objects-filtr {
        display: flex;
        flex-direction: column;
        width: 120%;
        max-width: 100vw;
        box-sizing: border-box;
        background: inherit;
        z-index: 10;
        padding: 15px 0;
    }
    #news-section .filter-btn {
        width: 205px;
        text-align: left;
    }
    #news-section .news-all {
        height: auto;
        display: flex;
        flex-direction: column;
        overflow-x: clip !important;
        margin-top: 30px;
    }
    
    
    #news-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding-left: 30px;
    }

    .icon-news-in-card-wrapper {
        align-self: end;
    }

    .icon-news-in-card {
        border-radius: 12px;
        background: var(--Primary-Red, #B01116);
        display: flex;
        width: 40px;
        height: 40px;
        object-fit: none;
    }
    
    .news-card {
        width: 100%;
        padding: 16px 12px;
        text-align: left;
    }
    .news-card h5{
       display: none;
    }
    .news-card .news-date{
        display: block;
    }
    #news-switcher {
        display: none;
    }
    
    .switcher-numbers {
        gap: 5px;
    }
    
    .switcher-numbers button {
        width: 36px;
        font-size: 16px;
    }
    .article-nav{
        display: block;
    }
    #objects-filtr-pk{
        display: none !important;
    }

    .objects-filtr {
  position: relative;
  display: flex;



  
}

.filter-btn {
  color: rgb(249, 55, 55);
  background: none;
  border: 1px solid #ccc;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  min-width: 225px;
}

.filter-btn img {
  display: none;
  width: 16px;
  height: 16px;
}

.filter-btn.main-btn img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  flex-direction: column;
  display: flex;
  gap: 2px;
}
.hidden {
  display: none;
}
}
.news-article{
    display: flex;
    padding-top: 114px;
    align-items: flex-start;
    gap: 60px;
    justify-content: space-between;
}
.article-nav{
    display: flex;
}
.article-nav a{
    color: var(--Grey, #777E90);
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    opacity: 0.9;
}
.article-all{
    display: flex;
    width: 880px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.article-all h6{
    color: var(--Grey, #777E90);
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 24px;
}
.article-all h1{
    color: #000;
    font-family: "Gilroy", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; 
}
.article-all p{
    color: #000;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    opacity: 0.9;
}
.article-all p span{
    color: #000000;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;

}

.article-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.switcher-count {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 750px;
    z-index: 3;
}
.switcher-count img {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.articleSwiper {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.article-all h2{
    color: #000;
    text-align: justify;
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; 
    opacity: 0.9;
}
.red-span{
    opacity: 0.9;
    color: #B01116;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.similar-article{
    display: flex;
    width: 340px;
    padding-top: 44px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.similar-article h1{
    color: #000;
    font-family: "Gilroy", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; 
}
.news-in-article{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.news-in-article-mobile {
    display: none;
}
.back-to{
    border-radius: 12px;
    border: 1px solid var(--BG-Footer, #EAE4DF);
    background: var(--White, #FFF);
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 8px;

    color: var(--Primary-Red, #B01116);
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
@media (max-width: 768px) {
    .news-article {
        flex-direction: column;
        padding: 40px 20px;
    }  
}

@media screen and (max-width: 480px) {
    .news-article {
        flex-direction: column;
        padding: 10px;
        gap: 20px;
        margin-top: 80px;
    }
    .article-nav {
        display: none;
    }
    .article-all {
        width: 100%;
        gap: 16px;
        word-wrap: break-word;
        p {
            word-wrap: break-word;
        }
    }
    .article-img {
        height: 460px;
    }
    .article {
        width: 100%;
        overflow: hidden;
    }
    .article-all h1 {
        font-size: 28px;
        line-height: 26px;
    }
    .article-all h2{
        font-size: 22px;
    }
    .article-all p {
        font-size: 16px;
        line-height: 18px;
    }
    .article-switcher {
        width: 100%;
        height: auto;
    }
    .switcher-count {
        gap: unset;
        justify-content: space-between;
        width: 100%;
        padding: 0 16px;
    }
    .switcher-count img {
        width: 32px;
        height: 32px;
    }
    .news-in-article-mobile {
        display: block;
        width: 100%;
    }
    .swiperArticle .swiper-slide {
        width: 100% !important;
        a {
            width: 100%;
            display: flex;
        }
    }
    .news-in-article {
        gap: 10px;
    }
    .back-to {
        height: 40px;
        font-size: 16px;
        padding: 8px 12px;
    }
    .article-switcher {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; 
    }
    .article-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
    }
    .similar-article {
    width: 100%;
    /* max-width: 340px; */
    padding-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.news-in-article {
    display: none;
    flex-direction: row; 
    gap: 16px;
    overflow-x: auto; 
    white-space: wrap; 
    margin-left: -20px;
    padding-left: 20px;
    width: 120%;
}

.news-card {
    flex: 0 0 auto; 
}
.news-card h5{
    font-size: 18px;
}
.news-card h4{
    font-size: 22px;
}
}

/* --------- news - end --------------*/

/* --------- contact - start -----------*/
.mainnn{
    background: #F7F7F5;
}
.contact-info{
    background: #F3F4F5;

}
.contact-info .container{
    display: flex;
    padding-top: 200px;
    padding-bottom: 64px;
    align-items: center;
    gap: 153px;
}
.contact-context{
    display: flex;
    width: 464px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.contact-context h4{
    color: var(--Text, #1C1C1C);
    font-family: "Gilroy", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 24px;
}
.contact-context a, .contact-context p{
    color: #1C1C1C;
    font-family: "Gilroy", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 12px;
}
.contact-context a:hover{
    text-decoration: underline;
}
.contact-context h5{
    color: var(--Grey, #777E90);
    font-family: "Gilroy", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: -0.2px;
    padding-top: 12px;
    padding-bottom: 14px;
}
.contact-context .contact-star-bg{
    position: absolute;
    bottom: -62px;
    right: -160px;
}
#map {
    width: 663px;
    height: 429px; 
    border-radius: 24px;
    border: 6px solid #EAE4DF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    margin-top: 0;
    overflow: hidden;
}
.map-toggle {
    display: none; 
    position: absolute;
}
.cont-map{
    display: flex;
}

@media screen and (max-width: 480px) {
    .cont-map{
        justify-content: space-between;
    }
    .map-toggle {
        display: inline-block;
        position: relative;
        border-radius: 12px;
        border: none;
        cursor: pointer;
        width: 102px;
        height: 48px;
    }
    .object-map{
        display: none;
    }
    .cont-map{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .contact-map{
        width: 100%;
        height: 100%; 
        border-radius: 24px;
        border: 6px solid #EAE4DF;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
        margin-top: 0;
    }
    #map.show{
        width: 100%;
        height: 100%; 
        margin-top: 120px;
    }
}


/* --------- contact - end -----------*/

/* --------- job - start -----------*/
.job-all{
    display: flex;
    justify-content: space-between;
}
.job-list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-family: "Gilroy", sans-serif;
}
.job-card{
    margin-top: 24px;
    border-radius: 24px;
    background: #FFF;
    width: 637px;
    padding: 24px 20px;
    cursor: pointer;
}
.job-card h1{
    color: var(--Text-Text-100, #333B52);
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
}
.job-card h2{
    color: var(--Black-F, #3D3C3B);
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    margin-top: 12px;
    margin-bottom: 4px;
}
.job-card h3{
    color: var(--Grey, #777E90);
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    list-style: disc;
}
.job-hr{
    background: #D9D9D9;
    height: 1px;
    width: 100%;
    margin: 8px 0;
}
.job-salary{
    display: flex;
    justify-content: space-between;
}
.job-salary h4{
    color: var(--Neutrals-2, #23262F);
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
}
.job-salary button{
    color: var(--Primary-Red, #B01116);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    background-color: #fff;
    cursor: pointer;
}
.job-salary button:hover {
    text-decoration: underline;
}
.job-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 100%;
    background: var(--Background-BG-200, #E6E7E8);
    border-radius: 12px;
  }
.job-loader.loading img {
    animation: spin 1s linear infinite;
    opacity: 0.6;
}
  
  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
.hidden {
    display: none;
}
.job-detail {
    border-radius: 24px;
    background: #FFF;
    width: 593px;
    padding: 24px 16px;
    margin-top: 24px;
    height: 0;  
    overflow: hidden;  
    transition: height 0.5s ease; 
}
.job-detail.desktop {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.18);
}
.job-detail h1{
    color: var(--Text-Text-100, #333B52);
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
}
.job-detail h2{
    color: var(--Black-F, #3D3C3B);
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    margin-top: 12px;
}
.job-detail h5{
    color: var(--Black-F, #3D3C3B);
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
    margin-top: 14px;
}
.job-detail h3{
    color: var(--Grey, #777E90);
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    margin-top: 6px;
}
.job-detail h4{
    color: var(--Neutrals-2, #23262F);
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
}
.job-detail button{
    color: #B01116;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    letter-spacing: -0.5px;
    margin-top: 16px;
    padding-bottom: 30px;
    background-color: #fff;
    cursor: pointer;
}
.job-detail button:hover {
    text-decoration: underline;
}

#jobs-about-us{
    background-image: none;
    border-radius: 20px;
    background: #FFF;position: relative;
    z-index: 1;
}
.job-star-bg{
    position: absolute;
    bottom: 0;
    right: 0;
}
.job-modal-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh; 
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-end; 
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}
.job-modal-content {
    font-family: "Gilroy", sans-serif;
    background: #E6E7E8;
    border-radius: 20px 20px 0 0; 
    padding: 50px 80px 64px 80px;
    width: 100%;
    height: 100%; 
    max-height: 90vh;
    position: relative;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto; 
    display: flex;
    justify-content: center;
}
.job-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.job-modal-overlay.active .job-modal-content {
    transform: translateY(0);
}
.close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
}
.job-modal-content h1{
    color: var(--Text, #1C1C1C);
    font-family: "Gilroy", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; 
    width: 814.076px;
    align-self: stretch;
}
#job-form{
    margin-left: 0;
    margin-top: 30px;
}
.resume-upload {
    border-radius: 12px;
    border: 1px solid var(--BG-Footer, #EAE4DF);
    background: var(--White, #FFF);
    display: flex;
    height: 48px;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    position: relative;
    label {
        width: 100%;
        justify-content: space-between;
    }
}
.resume-upload input {
    display: none;
}
.resume-upload-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.resume-upload-label h6 {
    color: var(--Primary-Red, #B01116);
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
}
.upload-icon {
    width: 20px; 
    height: 20px; 
}
.file-name {
    position: absolute;
    top: 50%;
    margin-left: 45%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 14px;
    visibility: hidden; 
}
.adapt-jobs{
    display: none;
}
@media screen and (max-width: 480px) {
    .job-all {
        flex-direction: column;  
        align-items: center; 
    }
    .job-detail {
        width: 100%; 
        padding: 16px;  
        margin-top: 16px;  
        order: -1;  
    }
    .job-list {
        width: 100%;
    }
    .job-card {
        width: 100%;  
        margin-top: 16px;  
        padding: 16px; 
    }
    .job-card h1 {
        font-size: 20px;  
    }
    .job-card h2 {
        font-size: 14px; 
    }
    .job-card h3 {
        font-size: 12px;  
    }
    .job-salary button {
        font-size: 14px;  
    }
    .job-detail h1 {
        font-size: 20px;  
    }
    .job-detail h2 {
        font-size: 14px;  
    }
    .job-detail h5 {
        font-size: 14px;  
    }
    .job-detail h3 {
        font-size: 12px;
    }
    .job-detail button {
        font-size: 16px; 
    }
    .job-loader {
        display: flex;
        justify-content: center;  
        align-items: center; 
        border-radius: 12px;
        background: var(--Background-BG-200, #F6F6F6);
        width: 100%;
        height: 42px;
        flex-shrink: 0;
    }
    .job-loader img {
        width: 20px;  
        height: 20px; 
    }
    .job-star-bg{
        width: 93px;
        height: 93px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .job-detail button{
        display: none;
    }
    /* .adapt-jobs{
        display: block;
    } */
    .adapt-jobs h4{
        color: #B01116;
        font-family: Gilroy;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 111.111% */
        letter-spacing: -0.5px;
        padding-bottom: 10px;
    }
    .adapt-jobs h6{
        color:  #23262F !important;
        font-family: Gilroy;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; 
        text-decoration: none !important;
    }
    .adapt-jobs a{
        color: var(--Neutrals-2, #23262F);
        font-family: Gilroy;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; 
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
    .about-us{
        padding-bottom: 80px;
    }
    .job-loader {
        display: none !important;
    }
    .job-modal-content h1 {
        width: 100%;
        font-size: 20px;
        line-height: unset;
    }

}
/* --------- job - end -----------*/
/* --------- 404 - end -----------*/
.not-found h1{
    color: var(--Text, #1C1C1C);
    font-family: "Gilroy", sans-serif; 
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;
}
.not-found h2{
    color: var(--Text, #1C1C1C);
    font-family: "Gilroy", sans-serif; 
    font-size: 24px;
    font-style: normal;
    margin-left: 20px;
    font-weight: 400;
    line-height: 24px; 
    margin-top: 8px;
    margin-bottom: 36px;
    text-align: center;
}
.to-main-btn{
    margin: auto;
}
.to-main-btn h5{
    white-space: nowrap;
    margin-left: 24px;
}
.to-main-btn:hover h5 {
    transform: translateX(-25%);
    background-color: #B01116;
    color: #fff;
  }
.to-main-btn:hover .o-icon {
    transform: translateX(395%);
    opacity: 0;
  }
.to-main-btn:hover .hover-icon2 {
    transform: translateX(395%);
    opacity: 1;
}
/* --------- 404 - end -----------*/