body {
    font-family: "Inter", serif;
    max-width: 1920px;
    margin: auto;

}

#main {
    overflow: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#header {
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    top: 0;
}

#header.sticky-header {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(to bottom, rgba(13, 30, 33, 0.9) 0%, rgba(13, 30, 33, 0) 100%) !important;
    background-size: cover;
    margin-top: -2px;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    #header.sticky-header {
        background: linear-gradient(to bottom, rgba(13, 30, 33, 0.9) 0%, rgba(13, 30, 33, 0) 100%) !important;
        background-size: cover !important;
    }
}


.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    /* Chiều cao full màn hình */
    /* overflow: hidden; */
}

.banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    /* Giữ tỷ lệ mà không bị méo */
}

.md\:px-\[3\.125rem\] {
    padding-left: 75px;
    padding-right: 67px;
}

.navigation .\33xl\:gap-\[1\.667rem\] {
    gap: 30px;
}

.navigation.hidden.md\:block {
    padding-left: 6px;
}

ul#menu-top-left-menu li {
    padding-right: 5px;
}

.navigation.hidden.md\:block li {
    padding: 0;
}

ul#menu-top-right-menu li {
    padding-right: 7px;
}

#header .navigation li a,
.homePage #header .navigation li a,
.servicesPage #header .navigation li a {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 21.78px !important;
    letter-spacing: 0;
    color: #E3E0D7 !important;
}

header#header img {

    margin-top: -5px;
}


.mycontainer>div,
.mycontainer .w-full {
    max-width: 1440px;
    margin: auto;
}


.mycontainer {
    padding-top: 130px !important;
    padding-bottom: 60px !important;
}

.main-banner h1#type-banner {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 115px;
    letter-spacing: 0;
}

.main-banner h1#type-banner span {
    color: #E3E0D7;
}

.headb1 h3 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 64px !important;
    line-height: 77.45px !important;
    letter-spacing: 0 !important;
    margin-bottom: 0;
    max-width: 649px;
}

.headb1 .\33xl\:pr-8 {
    padding-right: 1rem;
}

.headb1 .\33xl\:pl-8 {
    padding-left: 0;
}

.headb1 .text * {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

.text-link-arrow {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 21.78px !important;
    letter-spacing: 0;
    color: #0D1E21;
}

.headb1 .mt140 {
    margin-top: 120px;
}

.homePage .home_casestudy .icon-arrow-right {
    margin-top: 0;
    font-size: 12px !important;
    margin-bottom: 3px;
}

.home_casestudy h2 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 115px;
    letter-spacing: 0;
    color: #0D1E21
}

span.icon-arrow-right {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 3px;
}

.home_casestudy.mycontainer {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.home_casestudy .\33xl\:mt-\[3\.333rem\] {
    margin-top: 65px;
}

.home_casestudy h4 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: 0;
    color: #0D1E21 !important;
}

.home_casestudy .text-link-arrow {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 19.36px !important;
    letter-spacing: 0;
    color: #0D1E21;
}

#main a:hover,
#main a:hover * {
    text-decoration: none !important;
    /* color: rgb(212, 10, 47) !important; */
}

.home_services h3 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 77.45px;
    letter-spacing: 0;
    color: #E3E0D7
}

.home_services .list-number .item .number {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    color: #E3E0D7;
}

.home_services .list-number .item .content h4 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 33.89px;
    letter-spacing: 0;
    color: #E3E0D7;
}

.home_services .list-number .item .content p {
    font-family: "Inter", serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #E3E0D7;
}

.home_services.mycontainer {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
}

.newslist.mycontainer {
    padding-top: 130px !important;
    padding-bottom: 110px !important;
    background-color: #E3E0D7;
}

.newslist h3 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58.09px;
    letter-spacing: 0;
    color: #0D1E21;
}

.newslist .text-link-arrow span {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 19.36px !important;
    letter-spacing: 0;
    color: #0D1E21;
}

.homePage .newslist .card-news h4 {
    margin-top: 65px;
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 33.89px;
    letter-spacing: 0;
    /* margin-bottom: 35px; */
    color: #0D1E21 !important;
    /* height: 32px;
    overflow: hidden; */
}

.list-number .item .number {
    flex: 0 0 64px;
    max-width: 64px;
    font-size: 2rem;
    line-height: 2.375rem;
    width: 64px;
}

.list-number .item .content {
    flex: 0 0 calc(100% - 64px);
    max-width: calc(100% - 64px);
    padding-left: 10px;
}

.newslist .card-news p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

.newslist .card-news .text-link-arrow {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 21.78px !important;
    letter-spacing: 0;
    color: #0D1E21;
    margin-top: 34px;
}

.newslist .owl-dots,
.newslist .owl-nav {
    display: none;
}

#footer .grid.grid-cols-12 {
    max-width: 1440px;
    margin: auto;
}

#footer .widget__item-desc p,
.copy.text-base {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #E3E0D7;
}

#footer .gap-1\.5 {
    gap: 0;
}

#footer .ft_menu a {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #E3E0D7;
}

#footer .social a {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0;
    color: #E3E0D7 !important;
}

.maxw1920 {
    max-width: 1440px;
    margin: auto;
}

header#header img {
    width: 220px;
    height: auto;
}

header#header a {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 21.78px !important;
    letter-spacing: 0;
    color: #E3E0D7 !important;
}

.main-banner.mycontainer {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
}

/* case study */

.case-studies h1 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 0;
    color: #0D1E21;
}

.case-studies .xblock1 p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}


body.post header#header a,
.page.contact header#header a,
.case-studies header#header a,
.case-study header#header a,
.page.about-us header#header a {
    color: #0D1E21 !important;
}

body.post header#header a:hover,
.page.contact header#header a:hover,
.case-studies header#header a:hover,
.case-study header#header a:hover,
.page.about-us header#header a:hover {
    color: #0D1E21 !important;
    opacity: 0.7;
    text-decoration: 2px solid #0D1E21 !important;
    ;
}

header#header li:hover {
    opacity: 0.7;
}

body header#header.white li:hover a,
body header#header.black.sticky-header li:hover a {
    color: #E3E0D7 !important;
    border-bottom: 2px solid #E3E0D7 !important;
}

body header#header.black li a {
    color: #0D1E21 !important;
}

body header#header.black li:hover a {
    color: #0D1E21 !important;
    border-bottom: 2px solid #0D1E21 !important;
}

.homePage.post header#header a,
body.servicesPage header#header a,
body.venture-studio header#header a,
/* sticker */
body.page header#header.sticky-header a,
body.post header#header.sticky-header a,
.page.contact header#header.sticky-header a,
.case-studies header#header.sticky-header a,
.case-study header#header.sticky-header a,
.page.about-us header#header.sticky-header a {
    color: #E3E0D7 !important;
}


a:hover {
    opacity: 0.7;
    /* color: #2A6079 !important; */
}


.case-studies .case-study h3,
.study-detail h3 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 41.15px;
    letter-spacing: 0;
    color: #0D1E21;
    max-width: 90%;
}

.case-studies .case-study .case_p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

.case-studies .case-study .text-link {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 21.78px !important;
    letter-spacing: 0;
    color: #0D1E21;
    margin-top: 33px !important;
    padding-top: 0 !important;
}

.case-studies .headblock {
    min-height: 647px;
    justify-content: flex-end;
    padding-bottom: 0 !important;
}

.case-studies .case-study .mycontainer {
    padding-top: 64px !important;
    padding-bottom: 60px !important;
}

.sidebar.newslist .card-news h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 33.89px;
    letter-spacing: 0;
    color: #0D1E21 !important;

}

.caseStudiesPage .item__img.h-\[39\.063rem\].md\:h-auto.relative {
    max-width: 1920px;
    margin: auto;
}

.sidebar.newslist .card-news__content {
    margin-top: 67px;
}

.sidebar.newslist h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 48px;
    line-height: 58.09px;
    letter-spacing: 0;
    color: #0D1E21;
}

/* about us */

.about-us .text-fullwidth {
    text-align: center;
    margin-bottom: -120px;
}

.about-us .text-fullwidth span {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 345px;
    line-height: 417.53px;
    letter-spacing: 0;
    color: #101E20;
}

.about-us .heading-text {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: 0;
    text-align: center;
    color: #0D1E21;
    max-width: 430px;
    margin: auto;
    margin-top: 30px;
}

.about-us .mycontainer h3 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 41.15px;
    letter-spacing: 0;
    color: #0D1E21;
}

.about-us .about-us {
    padding-bottom: 85px;
}

.md\:col-start-2 {
    grid-column-start: 2;
}

.bg-\[\#E3E0D6\] {
    background-color: #E3E0D7;
}

.mycontainer.ourstory {
    padding-bottom: 95px !important;
}

.ourstory p {
    margin-bottom: 38px;
}

.about-us .mycontainer p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

.about-us .number20 {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 300px;
    line-height: 363.07px;
    letter-spacing: 0;
    color: #fff;
    padding-left: 55px;
}

.about-us .yeartext {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0;
    color: #fff;
    margin-top: 0;
    padding-left: 113px;
    padding-bottom: 76px;
}

.year20cover {
    height: 814px;
    padding-top: 330px !important;
}

.ourteam .md\:px-\[3\.125rem\] {
    padding-left: 45px;
    padding-right: 20px;
}

.col-span-12.md\:col-span-6.md\:col-start-2.p-m-5.order-2.md\:order-1.text-\[1\.4rem\].leading-\[1\.8rem\].md\:text-xl.md\:leading-\[1\.625rem\].\33 xl\:text-base.\33 xl\:leading-\[1\.292rem\] {
    max-width: 621px;
}

.ourteam {
    padding-bottom: 127px !IMPORTANT;
}

.colortext .md\:mt-\[3\.125rem\] {
    margin-top: 45px;
}

.visions {
    padding-bottom: 115px !important;
}

.about-us .inner-bounce li {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 0;
    color: #E3E0D7;
}

.about-us .colortext p {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: 0;
    text-align: center;
    color: #E3E0D7;
}

.about-us .colortext .font-normal p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 58.09px;
    letter-spacing: 0;
    text-align: center;
    color: #E3E0D7;
}

.mycontainer.spotify {
    padding-top: 50px !important;
}
/*
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 422px;
    height: auto;
}*/

/* Venture Studio */
.venture-studio h1 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 120px !important;
    letter-spacing: 0;
    color: #E3E0D7;
}

.venture-studio .headtext {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #E3E0D7;
    padding-bottom: 12px;
    margin-left: -20px;
    max-width: 500px;
}

.venture-studio .head2 h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 64px;
    line-height: 77.45px;
    letter-spacing: 0;
    color: #0D1E21;

}

.venture-studio .we_create .text {
    width: 90%;
}

.venture-studio .pdleft100 {
    padding-left: 78px;
}

.venture-studio .head2 .text {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

.venture-studio .\33xl\:gap-x-\[1\.25rem\] {
    -moz-column-gap: 0;
    column-gap: 0;
}

.venture-studio .mycontainer {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.venture-studio .\33xl\:gap-y-\[8\.333rem\].mb100 {
    row-gap: 100px;
}

.venture-studio .mycontainer.we_create {
    background-color: #E3E0D7;
}

.venture-studio .head2 p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

.our_venturesy h2 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 0;
    color: #0D1E21;
    padding: 0;
}

.our_venturesy h2 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 4px;
    color: #0D1E21;
    padding: 0;
}

.our_venturesy h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0;
    color: #0D1E21;
}

.our_venturesy .md\:px-\[3\.125rem\] {
    padding-left: 65px;
    padding-right: 67px;
}

.our_venturesy .xtext {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 21.78px !important;
    letter-spacing: 0;
    color: #0D1E21;
    max-width: 416px;
}

.our_venturesy .text-link {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 21.78px !important;
    letter-spacing: 0;
    color: #0D1E21;
    margin-top: 40px;
}

.venture-studio .item__desc.mycontainer {
    padding-top: 60px !important;
    padding-bottom: 58px !important;
}

.venture-studio .block3 .fontw200 p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #E3E0D7;
    max-width: 470px !important;
}

.venture-studio .block3 .text-link-arrow {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 24.2px !important;
    letter-spacing: 0;
    color: #E3E0D7 !important;
    margin-top: 60px;
}

.venture-studio .block3.bg-\[\#0D1E21\] {
    background-color: #101E20;
}

.venture-studio .block3 h3 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 41.15px;
    letter-spacing: 0;
    color: #E3E0D7;
    padding-left: 18px;
}

.venture-studio .main-banner.\33xl\:pb-\[6\.25rem\] {
    padding-bottom: 0;
    padding-top: 192px;
}

.venture-studio .main-banner .mycontainer {
    padding-bottom: 84px !important;
}

.our_venturesy .text-link:hover,
.venture-studio .block3 .text-link-arrow:hover {
    text-decoration: none !important;
    /* color: red !important; */
}

.venture-studio .main-banner .md\:gap-8 {
    gap: 0;
}


.servicesPage .banner h1 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 0;
    color: #E3E0D7;
}

.servicesPage .headtext {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #E3E0D6;
}

.servicesPage .banner .mt120 {
    margin-top: 95px;
}

.servicesPage .banner .title {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24.2px;
    letter-spacing: 0;
    color: #E3E0D7 !important;
}

.servicesPage .banner .title p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #E3E0D7;
}

.servicesPage .item-service p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;

}

.servicesPage .item-service .title {
    padding-bottom: 7px;
    margin-bottom: 17px;
}

.servicesPage .banner .text-base {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #E3E0D7;
    margin-top: 55px;
    margin-bottom: 5px;
}

.servicesPage #main .banner a.item-service:hover *,
.servicesPage #main .banner a.item-service:hover {
    color: #E3E0D6 !important;
}

.servicesPage .our_process {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 0;
    color: #fff;
}

.servicesPage .mbOurProcess {
    padding: 235px;
}

.servicesPage .heading {

    padding-top: 200px !important;
}

.processlist .bg-\[\#E3E0D6\] {
    background-color: #E3E0D7;
}

.mycontainer.processlist {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.processlist h3 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58.09px !important;
    letter-spacing: 0;
    color: #0D1E21;
}

.processlist h4 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
    width: 88%;
}

.processlist .desc p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
    padding-right: 40px;
    display: block;
}

.processlist .desc li {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

.processlist #concept-brand-development h3,
.processlist #concept-brand-development h4,
.processlist #concept-brand-development .desc p,
.processlist #concept-brand-development .desc li,
.processlist #creative-services-content-creation h3,
.processlist #creative-services-content-creation h4,
.processlist #creative-services-content-creation .desc p,
.processlist #creative-services-content-creation .desc li {
    color: #E3E0D7 !important;
}

.processlist .bg-\[\#0D617C\] {

    background-color: #2A6079;
}

.processlist .bg-\[\#0D617C\] {

    background-color: #2A6079;
}

.processlist .bg-\[\#0D1E21\] {

    background-color: #101E20;
}

#we_also h3,
#main #we_also a {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px !important;
    letter-spacing: 0;
    color: #E3E0D7 !important;
    transition: all 0.23s ease-in-out;
}



#we_also span {
    color: #E3E0D7 !important;
    display: inline-block;
    transition: transform 0.23s ease-in-out;

}

#we_also span:hover {

    transform: translateX(20px);

}

.processlist .\33xl\:pt-\[4\.167rem\],
.processlist .md\:pt-\[6\.25rem\] {
    padding-top: 65px !important;
    padding-bottom: 47px !important;
}

.processlist .mt-\[9\.375rem\] {
    margin-top: 100px !important;
}

.processlist .collapse-content .desc {
    margin-top: 38px;
}

.processlist ul.list.\!mt-10.md\:\!mt-20 {
    margin-top: 36px !important;
}

.processlist .desc li {
    margin-bottom: 25px;
    width: 90%;
}

.branches h3 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 0;
    color: #E3E0D7;
}

.branchestext {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 21.78px !important;
    letter-spacing: 0;
    color: #E3E0D7;
    padding-left: 100px;
}

.branches.bg-\[\#0D1E21\] {
    background-color: #101E20;
}

.branchestext p {
    margin-bottom: 21px;
}

.branches.\33xl\:py-\[6\.25rem\] {
    padding-top: 127px;
    padding-bottom: 128px;
}

.icon-vuongten:before {
    content: "\e900";
}

.branches .\33xl\:mt-\[4\.167rem\] {
    margin-top: 85px;
}

.case-tudies h3 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58.09px;
    letter-spacing: 0;
    color: #0D1E21;

}

.servicesPage .case-tudies .maxw1920 {
    padding-right: 0;

}

.servicesPage .case-tudies .col-span-12.md\:col-span-2.flex.items-end.order-2.md\:order-1.px-12.md\:px-0 {
    width: 150%;
}

.servicesPage .case-tudies .text-link.text-link-arrow span {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.36px;
    letter-spacing: 0;
    color: #0D1E21;
}

.servicesPage .col-span-12.md\:col-span-10.order-1.md\:order-2 {
    padding-left: 36px;
}

.servicesPage .card__content a h4 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24.2px;
    letter-spacing: 0;
    color: #0D1E21;

}

.study-detail .\33xl\:pt-\[8\.333rem\] {
    padding-top: 8.333rem;
    padding-bottom: 60px;
}

.case-tudies.\33xl\:pt-\[8\.333rem\] {
    padding-top: 130px;
    padding-bottom: 60px;
}

body.case-study .heading h1 {
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 120px;
    line-height: 115px;
    letter-spacing: 0;
    text-align: center;
    color: #0D1E21;
    margin-top: 68px;
}

body.case-study .heading h5 {
    font-family: Inter;
    font-weight: 400;
    font-size: 34px;
    line-height: 58.09px;
    letter-spacing: 0;
    text-align: center;
    color: #0D1E21;
    margin-top: 13px;
}

.topcontent .wyswyg {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: 0;
    text-align: center;
    color: #0D1E21;
    max-width: 803px;
    margin: auto;
}

.block_editor.mycontainer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 1440px;
    margin: auto;
}

.topcontent {

    padding-bottom: 10px;
}

.owl-theme .owl-nav {

    display: none;
}

.blockmargin,
.block_editor.mycontainer {
    max-width: 1440px;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 48px;

}

.col-span-12.item.blockmargin.photo_centered {
    padding-top: 10px;
    padding-bottom: 10px;
}

.blockmargin {

    padding: 0;
}

.topcontent {
    max-width: 1440px;
    margin: auto;
}

.blockmargin.photo_centered>div {
    padding: 0;
}

body.case-study .item__desc h3 {
    font-family: Inter;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0;
    color: #0D1E21;
}

body.case-study .item__desc p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

.page.contact h1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 64px;
    line-height: 77.45px;
    letter-spacing: 0;
    color: #0D1E21;
    margin-top: 10px;
}

.page.contact .font-normal {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #101E20;
    padding-left: 0;
}

.addrdetail {
    margin-top: 20px;
}

.contact-us .md\:gap-20 {
    gap: 0;
}

.contact-us .social li {
    width: 180px;
}

.contact-us .social li a span {
    padding-left: 10px;
    font-size: 16px;
}

.contact-us .mt-6 {
    margin-top: 22px;
}

.contact-us .md\:px-\[3\.125rem\] {
    padding-left: 65px;
    padding-right: 67px;
}

body.page.contact .headblock {
    min-height: 600px;
}

body.page.contact .headblock>div {
    margin-bottom: 0;
}

.category .mycontainer {
    margin-top: 78px;
}

.category .my-9 {
    margin-top: 25px;
}

.page.contact .font-normal strong,
.page.contact a.font-medium {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: 0;

}

ul.flex.flex-wrap.gap-4.mt-1.social a {
    color: #0D1E21 !important;
    font-weight: bold !important;
}

body.post .page_text p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

footer#footer a:hover {
    color: #E3E0D7 !important;
    opacity: 0.7;
}

/* 
body.post .dropdown span {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21
}

body.post .dropdown a {
    border-bottom: 2px solid #fff;
}

body.post .dropdown a:hover,
body.post .dropdown a:focus {

    --tw-text-opacity: 1;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-bottom: 2px solid #0D1E21;
    border-radius: 0;
}

.menu :where(li:not(.menu-title)>*:not(ul):not(details):not(.menu-title)),
.menu :where(li:not(.menu-title)>details>summary:not(.menu-title)) {
    border-radius: 0%;
}

body.post .dropdown :where(.menu li),
body.post .dropdown a {

    padding: 4px;
} */

body.post .card-news h4 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24.2px;
    letter-spacing: 0;
    color: #0D1E21 !important;
    /* min-height: 46px; */
}

body.post .card-news p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

body.post .card-news a {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 19.36px !important;
    letter-spacing: 0;
    color: #0D1E21;
}

.blog-detail h1 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 58.09px;
    letter-spacing: 0;
    color: #0D1E21;
    margin-bottom: 62px;
    margin-top: 59px;
}

.blog-detail .atag * {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

.blog-detail .author,
.blog-detail .author p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

.blog-detail .wyswyg,
.blog-detail .wyswyg p {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 21.78px !important;
    letter-spacing: 0;
    color: #0D1E21;
}

.blogs .blog_list {
    gap: 60px 25px;
}

.blogs .card-news__content span.icon-arrow-right {
    margin-right: 10px;
}

.blog-detail .grid {
    gap: 0;
}

span.icon-arrow-right.after {
    display: none;
}

.heading h5 {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58.09px;
    letter-spacing: 0;
    text-align: center;
    color: #0D1E21;
}

.servicesPage .card__content h4 span {
    margin-top: 4px;
    display: flex;
    right: 0;
    float: right;
    padding-left: 15px;
    ;
}

body.post .field.search input::placeholder {
    color: #0D1E21;
    font-weight: 500;
    font-size: 16px;
}

.search .input.input-bordered {
    border-radius: 0;
    outline: none;
    border-bottom: 1px solid #0D1E21;
}

.dropdown>*:not(summary):hover,
.dropdown>*:not(summary) {
    background: #fff;
    border-bottom: solid 1px #0D1E21;
    border-radius: 0;
}

.dropdown-content.w-52 {
    width: 227px;
}

.search .input.\33xl\:h-\[2rem\],
.dropdown .\33xl\:min-h-\[2rem\] {
    height: 40px;
    min-height: unset;
}

.backtoblog {
    display: none;
}

.backblog a {
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 21.78px !important;
    letter-spacing: 0;

}

.backblog a span {
    font-size: 1rem;
}

.other-page h1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 64px;
    line-height: 77.45px;
    letter-spacing: 0;
    color: #0D1E21;
}

.other-page .wyswyg,
.other-page p {
    font-family: "Inter", serif;
    font-weight: 400;

    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

body.post .category .card-news .\33xl\:mt-\[2\.083rem\] {
    margin-top: 20px;
}

body.post .category .card-news a {
    font-family: "Inter", serif;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19.36px !important;
    letter-spacing: 0;
    margin-top: 20px;
}

body.page .\33xl\:pt-\[10\.417rem\] {
    padding-top: 36px;
}

/* upgrade css fit to figma design */
.col-span-12.md\:col-span-5.mb-\[1\.6rem\].md\:mb-0.\33 xl\:col-span-4.\33 xl\:pr-8,
.col-span-12.md\:col-span-5.\33 xl\:col-span-4.\33 xl\:pl-8 {
    grid-column: span 5 / span 5;
    padding-right: 95px;
}

.headb1 .grid.grid-cols-12.md\:gap-x-\[6\.25rem\].md\:gap-14.\33 xl\:gap-\[1\.25rem\] {
    gap: 70px;
}

.md\:col-span-10 {
    grid-column: span 10/span 10;
}


/* .home_casestudy .owl-carousel.owl-drag .owl-item .card-news,
.newslist .owl-carousel.owl-drag .owl-item .card-news,
.servicesPage .owl-carousel.owl-drag .owl-item .card-news {
    max-width: 422px !important;
    overflow: hidden;
} */

.home_casestudy .col-span-12.md\:col-span-10.order-1.md\:order-2 {
    padding-left: 42px;
}

.home_casestudy .col-span-12.md\:col-span-2.flex.items-end.order-2.md\:order-1.px-12.md\:px-0 {
    width: 150%;
}

.home_casestudy .\33xl\:mt-\[2\.083rem\] {
    margin-top: 35px;
}

.home_casestudy>div,
.newslist>div {
    padding-right: 0 !important;
}

.home_services .list-number {
    padding-left: 15px;
    margin-top: -35px;
}

.home_services .md\:gap-x-20 {
    -moz-column-gap: 5rem;
    column-gap: 3rem;
}

.home_services .list-number .item .content h4 {
    margin-bottom: 32px;
    max-width: 350px;
}

.home_services .list-number .item {

    padding: 33px 0;
}

.home_services.mycontainer {
    padding-bottom: 100px !important;
    padding-top: 132px !important;
}

.home_services .text-link.text-link-arrow span {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #E3E0D7;
}

.home_services .list-number .item:last-child a {
    padding-top: 85px;
}

.newslist .icon-arrow-right {
    font-weight: 500;
    margin-right: 10px;
    font-size: 12px;
}

.newslist .col-span-12.md\:col-span-10.order-2.md\:order-3.mt-20.md\:mt-0.md\:mt-0.-mx-12.md\:mx-0.owl-theme {
    padding-left: 60px;
}

.newslist .col-span-12.md\:col-span-2.order-3.md\:order-2.mt-24.md\:mt-0 {
    width: 200%;
}

.newslist h3 {
    margin-left: -55px;
    margin-bottom: 5px;
}

#footer.bg-\[\#0D1E21\] {

    background-color: #101E20;
}

#footer .social li {
    width: 170px;
}

#footer .social li a {
    font-weight: 500;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #E3E0D7;
}

#footer .col-span-12.md\:col-span-6.mt-\[3\.125rem\].order-5.hidden.md\:block.\33 xl\:mt-0 {
    margin-top: 20px;
    padding-left: 35px;
}

#footer .widget__logo.md\:mb-\[3\.125rem\].\33 xl\:mb-0 {
    margin-bottom: 30px;
}

.widget__item.md\:col-span-6.col-span-12.order-4.md\:order-3.mt-10.md\:mt-0.hidden.md\:block.ft_menu {
    padding-left: 35px;
}

/* service */
.servicesPage .bg-\[\#0D1E21\].banner {
    background-color: #101E20;
}

.servicesPage .banner h1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 126px;
    line-height: 120px;
    letter-spacing: 0;
    color: #E3E0D7;
}

.servicesPage .md\:px-\[3\.125rem\] {
    padding-left: 67px;
    padding-right: 67px;
}

.servicesPage .grid.grid-cols-12.gap-y-24.md\:gap-8.mt-20.md\:mt-16.\33 xl\:mt-\[3\.333rem\] {
    margin-top: 64px;
}

.servicesPage .case-tudies h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 50px;
    line-height: 58.09px;
    letter-spacing: 0;
    color: #0D1E21;
}

.servicesPage .case-tudies .card__content.flex.flex-wrap.mt-12.px-12.md\:px-0.\33 xl\:mt-\[2\.083rem\] {
    margin-top: 35px;
}


.caseStudiesPage .md\:px-\[3\.125rem\] {
    padding-left: 60px;
    padding-right: 67px;
}

.caseStudiesPage .case-studies h1 {
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 0;
    color: #0D1E21;
}

.caseStudiesPage .xblock1 {
    gap: 0;
    padding-top: 68px;
}

.owl-theme .owl-dots {
    display: none;

}

.study-detail .md\:px-\[3\.125rem\] {
    padding-left: 65px;
    padding-right: 67px;
}

.mobile-case-study,
.hide_desk {
    display: none;
}

/* .blog-detail .col-span-12.item.blockmargin {
    padding-top: 50px;
    padding-bottom: 50px;
} */
.blog-detail .tags,
.blog-detail .tags a {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;
}

.blog-detail .blockmargin,
.blog-detail .mycontainer {
    max-width: 1440px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mycontainer.tags {
    padding-top: 0 !important;
}

.desktop-backtoblog {
    margin-top: 50px;
}

.desktop-backtoblog span {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: 0;
    color: #0D1E21;

}

.wp-container-core-group-is-layout-1 .wp-block-video {
    width: 23%;
    float: right;
    margin: 1%;
}

.tags .text-left {
    padding-left: 20px;
    margin-bottom: 100px;
}

ol.wp-paginate.wpp-modern-grey.font-inherit {
    margin-top: 85px;
}

.wp-paginate.wpp-modern-grey a,
.wp-paginate.wpp-modern-grey .current {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #0D1E21;
}

.text-link.text-link-arrow span {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.36px;
    letter-spacing: 0;
    color: #0D1E21;
}

.category .text-link.text-link-arrow span {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.36px;
    letter-spacing: 0;
    color: #0D1E21;
}

.blog-detail>.mycontainer {
    padding-bottom: 20px !important;
}
.category .field * {
    font-size: 16px;
    font-weight: 500;
}

/* .blockmargin.photo_centered img.object-cover {
    max-height: unset !important;
    margin: auto;
} */

@media screen and (max-width: 1390px) {
    .home_services .list-number .item .content h4 {
        font-size: 25px;
    }

    .home_services .list-number .item .number {
        font-size: 42px;
    }

    .branches h3,
    .servicesPage .our_process {
        font-size: 110px;
    }

    .item__img.innerslider.owl-theme {
        max-height: 400px;
        overflow: hidden;
    }

    .venture-studio .head2 h3 {

        font-size: 54px;

    }

    .about-us .text-fullwidth span {

        font-size: 20vw;

    }

    .servicesPage .mbOurProcess {
        padding: 200px 100px;
    }

    .venture-studio .head2 h3 {
        font-size: 54px;
        line-height: 66px;
    }

    .about-us .number20 {

        font-size: 200px !important;
        line-height: 200px;

    }

    body.case-study .heading h1 {

        font-size: 80px;
        line-height: 85px;

    }

}

@media screen and (max-width: 1090px) {

    .about-us .number20 {

        font-size: 150px !important;
        line-height: 150px;

    }

    .case-studies h1,
    .venture-studio h1 {

        font-size: 80px;
        line-height: 80px !important;

    }

    .navigation .\33xl\:gap-\[1\.667rem\] {
        gap: 5px;
    }

    header#header img {
        width: 195px;
        height: auto;
    }

    .branches h3,
    .servicesPage .our_process {
        font-size: 90px;
    }

    .about-us .number20 {

        font-size: 200px;

    }

    #we_also h3,
    #main #we_also a {

        font-size: 60px;

    }

    .home_casestudy h2 {

        font-size: 80px;

    }

    .homePage #header .navigation li a,
    .servicesPage #header .navigation li a {

        font-size: 16px !important;

    }



    .home_services .list-number .item .content h4 {
        font-size: 25px !important;
        line-height: 35px;
        padding-top: 3px;
    }

    .home_services .list-number .item .number {
        font-size: 38px;
    }

    .home_services h3 {
        font-size: 39px;
        line-height: 43px;
    }

    #header .navigation li a {
        font-size: 15px !important;
    }

    header#header img {
        width: 150px;
        height: auto;
    }
}

@media only screen and (max-width: 900px) {
    .hidden {
        display: none;
    }

    .block {
        display: block;
    }

    .hammer-menu .closemn,
    .hammer-menu.active .openmn {
        display: none;
    }

    body.page header#header .hammer-menu.active a.closemn.text-xl.\!leading-\[1\.5rem\].text-white {
        color: #E3E0D6 !important;
        display: block;
    }

    .servicesPage .banner {
        height: auto;
    }
}

/* css for mobile */
@media only screen and (max-width: 768px) {


    .homePage .h-screen,
    .homePage .main-banner {
        height: 547px;
    }

    .md\:px-\[3\.125rem\] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .main-banner h1#type-banner {
        font-family: Inter;
        font-weight: 500;
        font-size: 71.95px;
        line-height: 76.75px;
        letter-spacing: 0;
        margin-left: 0;
        padding-bottom: 50px;
    }

    .headb1 .grid.grid-cols-12.md\:gap-x-\[6\.25rem\].md\:gap-14.\33 xl\:gap-\[1\.25rem\] {
        gap: 0;
    }

    .mycontainer {
        padding-top: 82px !important;
        padding-bottom: 43px !important;
    }

    .homePage .headb1 a {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 0;
    }



    .homePage .headb1 h3 {
        font-family: Inter;
        font-weight: 500;
        font-size: 48px !important;
        line-height: 54px !important;
        letter-spacing: 0;
        margin-bottom: 80px;
    }

    .col-span-12.md\:col-span-5.mb-\[1\.6rem\].md\:mb-0.\33 xl\:col-span-4.\33 xl\:pr-8,
    .col-span-12.md\:col-span-5.\33 xl\:col-span-4.\33 xl\:pl-8 {
        grid-column: span 12 / span 12;
        padding-right: 0;
    }

    .homePage .headb1 .text * {
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;
        margin-bottom: 10px;

    }

    .homePage .headb1 .mt140 {
        margin-top: 30px;
    }

    .home_casestudy {
        display: none;

    }

    .mobile-case-study {
        display: block;
    }

    .text-link span {
        font-size: 16px;
        margin-left: .625rem;
        transition: all .3s ease-in-out;

    }

    .mobile-case-study .item__desc h3 {
        margin-left: 0;
        font-family: Inter;
        font-weight: 600;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;

    }

    .mobile-case-study .item__desc h3 .text-link span {
        margin-left: 20px;
    }

    .mobile-case-study h2 {
        font-family: Inter;
        font-weight: 500;
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .mobile-case-study .py-20 {
        padding-bottom: 80px;
        padding-top: 25px;
    }

    .mobile-case-study .text-link.text-link-arrow span {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        margin-bottom: 10px;
        margin-left: -10px;
    }

    .home_casestudy.mycontainer {
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }

    .home_casestudy h4 {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;

    }

    .home_casestudy .text-link-arrow {
        font-family: "Inter", serif;
        font-weight: 400;
        font-weight: normal;
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: 0;

    }

    .home_casestudy .text-link span {
        font-size: 1.4rem;
        margin-left: .625rem;
        transition: all .3s ease-in-out;
    }

    span.icon-arrow-right.before {
        display: none;
    }

    span.icon-arrow-right.after {
        display: block;
    }

    .home_services.mycontainer {
        padding-top: 70px !important;
        padding-bottom: 20px !important;
    }

    .home_services h3 {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 34px;
        line-height: 41.15px;
        letter-spacing: 0;
        margin-top: 10px;
    }

    .home_services .list-number {
        padding-left: 0;
        margin-top: -35px;
    }

    .home_services .list-number .item .number {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0;
        padding-top: 4px;


    }

    .home_services .list-number .item .content h4 {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 20px !important;
        line-height: 24.2px;
        letter-spacing: 0;
        margin-bottom: 30px;
    }

    .home_services .list-number .item {
        padding-bottom: 18px;
    }

    .home_services .item.col-span-2.md\:col-span-1.items-center.mt-20.md\:mt-0 {
        padding-top: 0;
        margin-top: -20px;
    }

    .home_services .list-number .item .content p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;

    }

    .text-link-arrow {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 14px !important;
        line-height: 16.94px !important;
        letter-spacing: 0;

    }

    .newslist.mycontainer {
        padding-top: 80px !important;
        padding-bottom: 70px !important;
        background-color: #E3E0D7;
    }

    .newslist .col-span-12.md\:col-span-10.order-2.md\:order-3.mt-20.md\:mt-0.md\:mt-0.-mx-12.md\:mx-0.owl-theme {
        padding-left: 0;
    }

    .newslist h3 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 34px;
        line-height: 41.15px;
        letter-spacing: 0;
        text-align: left;
        padding: 0;
        max-width: 80%;
        margin: 0 !important;
    }

    body.post .card-news p {
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 21.78px;
        letter-spacing: 0;
    }

    * .newslist .card-news h4,
    .homePage .newslist .card-news h4 {
        font-family: Inter;
        font-weight: 600;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;
        height: auto;
        margin-bottom: 20px;
        margin-top: 25px;

    }

    .hide_desk {
        display: block;
    }

    .hide_mb {
        display: none;
    }

    .newslist .card-news .text-link-arrow {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 16px !important;
        line-height: 16.94px !important;
        letter-spacing: 0;
        margin-top: 20px;
        color: #0D1E21;
    }

    .newslist .text-link-arrow span.hide_desk {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .newslist .text-link-arrow {
        font-family: "Inter", serif;
        font-weight: 400;
        font-weight: normal;
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: 0;

    }

    .newslist .mt-24 {
        margin-top: 40px;
    }

    #footer {
        padding-top: 40px;
    }

    a.footer-logo img {
        width: 80px;
    }

    #footer .widget__logo.md\:mb-\[3\.125rem\].\33 xl\:mb-0 {
        margin-bottom: 45px;
    }

    #footer .widget__item.md\:col-span-6.col-span-12.text-nature-90.gap-4 {
        margin-bottom: 50px;
    }

    #footer .widget__item-desc p,
    .copy.text-base,
    #footer .social a,
    #footer .widget__item li a {
        font-family: Inter;
        font-weight: 400 !important;
        font-size: 14px !important;

        line-height: 20px !important;
        letter-spacing: 0;


    }




    #footer .social .icon-arrow-right {
        display: none;
    }

    #footer .social li {
        width: auto;
    }

    #footer .gap-y-20 {
        row-gap: 2rem;
    }

    #mobile-menu.pt-60 {
        padding-top: 220px;
    }

    #mobile-menu ul li a {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 58.09px;
        letter-spacing: 0;

    }

    .navigation.block a {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;

    }

    #mobile-menu .pt-52 {
        padding-top: 140px;
    }

    #mobile-menu a.text-\[\#E3E0D6\].text-\[1\.6rem\].\!leading-\[2rem\] {
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;

    }

    #header {
        padding-top: 22px;
        padding-bottom: 22px;
        position: absolute;
        top: 0;
    }

    #header.sticky-header .logo span img {
        display: block;
        width: 180px;
    }

    .caseStudiesPage .md\:px-\[3\.125rem\] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .caseStudiesPage .xblock1 {
        gap: 0;
        padding-top: 0;
    }

    #header a,
    body.post.homePage header#header a,
    .homePage #header a {
        color: #E3E0D7 !important;
    }


    .page.contact header#header a,
    .case-studies header#header a,
    .case-study header#header a,
    .page.about-us header#header a {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;
        color: #0D1E21 !important;

    }

    header#header img {
        width: 180px;
        height: auto;
    }

    .case-studies h1 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 64px;
        line-height: 72px;
        letter-spacing: 0;
        margin-bottom: 39px;
    }

    .case-studies .xblock1 p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 21.78px;
        letter-spacing: 0;
        color: #0D1E21;
    }

    .case-studies .mycontainer.item__desc {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    .case-studies .case-study h3 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 30px;
        line-height: 33.89px;
        letter-spacing: 0;
        margin: 0;
        color: #0D1E21;
    }

    .case-studies .case-study .case_p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #0D1E21;
        letter-spacing: 0;
    }

    .case-studies .case-study .text-link {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 16px !important;
        line-height: 16.94px !important;
        letter-spacing: 0;
    }

    .case-studies .mycontainer.item__desc {
        padding-top: 40px !important;
        padding-bottom: 50px !important;
    }

    .servicesPage .md\:px-\[3\.125rem\] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .servicesPage .heading {
        padding-top: 160px !important;
        padding-bottom: 82px !important;
    }

    .servicesPage .mbOurProcess {
        padding: 123px 0;
    }

    .about-us .text-fullwidth span {
        font-family: "Inter", serif;
        font-weight: 300;
        font-size: 100px;
        line-height: 110px;
        letter-spacing: 0;
        text-align: center;
    }

    .about-us .heading-text {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;
        text-align: center;

    }

    .about-us .mycontainer h3 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0;

    }

    .about-us .mycontainer p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        color: #0D1E21;
    }

    .about-us .number20 {
        font-family: "Inter", serif;
        font-weight: 300;
        font-size: 211.45px;
        line-height: 178.8px;
        letter-spacing: 0;

    }

    .about-us .yeartext {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 38.73px;
        letter-spacing: 0;
        padding: 0;
    }

    .about-us .ourteam h3 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0;

    }

    .ourteam.mycontainer {
        padding-top: 80px !important;
        padding-bottom: 70px !important;
    }

    .about-us .inner-bounce li {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 64.34px;
        line-height: 61.65px;
        letter-spacing: 0;
    }

    .about-us .mycontainer.spotify {
        padding-top: 050px !important;
        padding-bottom: 50px !important;
    }

    .about-us .colortext p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;
        text-align: center;

    }

    .about-us .colortext .font-normal p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 34px;
        line-height: 41.15px;
        letter-spacing: 0;
        text-align: center;
        padding: 0 2rem;

    }

    .about-us .maxw200 h3 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 34px;
        line-height: 41.15px;
        letter-spacing: 0;
        max-width: unset;

    }

    .venture-studio h1 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 64px;
        line-height: 72px !important;
        letter-spacing: 0;
        margin-bottom: 37px;
    }

    .venture-studio .headtext {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 21.78px;
        letter-spacing: 0;
        margin-left: 0;

    }

    .venture-studio.homePage .h-screen,
    .venture-studio.homePage .main-banner {
        height: auto;
    }


    .venture-studio .main-banner .mycontainer {
        padding-bottom: 37px !important;
    }

    .venture-studio .mycontainer {
        padding-top: 130px !important;
        padding-bottom: 50px !important;
    }

    .venture-studio .we_create.mycontainer {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .venture-studio .head2 h3 {
        font-family: Inter;
        font-weight: 500;
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0;
        margin-bottom: 84px;
    }

    .venture-studio .pdleft100 {
        padding-left: 0;
    }

    .venture-studio .we_create .text {
        width: 100%;
    }

    .our_venturesy .md\:px-\[3\.125rem\] {
        padding-left: 40px;
        padding-right: 67px;
    }

    .venture-studio .\33xl\:gap-y-\[8\.333rem\].mb100 {
        row-gap: 0;
    }

    .venture-studio .head2 p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .our_venturesy h2 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0;
        text-align: left;
        width: 50%;
    }

    .venture-studio .our_venturesy .mycontainer {
        padding: 40px 0 !important;
        /* padding-bottom: 80px !important; */
    }

    .venture-studio .our_venturesy h3 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 30px;
        line-height: 33.89px;
        letter-spacing: 0;
        width: 100%;
        color: #0D1E21;
    }

    .venture-studio .xtext p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        color: #0D1E21;
    }

    .venture-studio .our_venturesy .text-link {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 16px !important;
        line-height: 16.94px !important;
        letter-spacing: 0;
    }

    .venture-studio h3.text-\[2\.6rem\].leading-\[3\.2rem\].md\:text-4xl.text-\[\#E3E0D6\].md\:leading-\[2\.75rem\].\33 xl\:text-\[2rem\].\33 xl\:leading-\[2\.417rem\].md\:pl-10 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 34px;
        line-height: 41.15px;
        letter-spacing: 0;
        padding-left: 0;
        margin-bottom: 28px;
    }

    .venture-studio .block3 .fontw200 p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 21.78px;
        letter-spacing: 0;

    }

    .venture-studio .block3 .text-link-arrow {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 16px !important;
        line-height: 16.94px !important;
        letter-spacing: 0;
        margin-top: 50px;
    }

    .venture-studio .block3.mycontainer {
        padding-top: 80px !important;
        padding-bottom: 58px !important;
    }

    .venture-studio .newslist.mycontainer {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
        background-color: #E3E0D7;
    }

    .servicesPage .banner h1 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 64px;
        line-height: 72px;
        letter-spacing: 0;

    }

    .servicesPage .headtext {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;

    }

    .servicesPage .our_process {
        font-family: Inter;
        font-weight: 500;
        font-size: 40px;
        line-height: 72px;
        letter-spacing: 0;
        text-align: center;
        color: #E3E0D7;

    }

    .processlist h3 {
        font-family: Inter;
        font-weight: 600;
        font-size: 28px;
        line-height: 33.89px !important;
        letter-spacing: 0;

    }

    .processlist ul.list.\!mt-10.md\:\!mt-20 {
        margin-top: 50px !important;
    }

    .processlist .list li:before {
        content: "+";
        display: inline-block;
        width: 1em;
        flex: 0 0 3.125rem;
        max-width: 31px;
    }

    .processlist .desc li {
        margin-bottom: 25px;
        width: 95%%;
    }

    .processlist .collapse-arrow>.collapse-title:after {

        height: 10px;
        font-weight: bold;
        width: 10px;
        --tw-translate-y: -100%;
        --tw-rotate: 131deg;

    }

    .mbOurProcess .px-12 {
        padding: 0;
    }

    .processlist h3 {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 28px;
        line-height: 33.89px;
        letter-spacing: 0;

    }

    .branchestext {

        padding-left: 0;
    }

    .branches.\33xl\:py-\[6\.25rem\] {
        padding-top: 82px;
        padding-bottom: 50px;
    }

    .processlist .\33xl\:pt-\[4\.167rem\],
    .processlist .md\:pt-\[6\.25rem\] {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .processlist h4 {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 21.78px;
        letter-spacing: 0;

    }

    .processlist .desc p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 21.78px;
        letter-spacing: 0;

    }

    .processlist .desc li {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 21.78px;
        letter-spacing: 0;

    }

    .branches h3 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 60px;
        letter-spacing: 0;
        color: #E3E0D7;
        margin-top: 35px;
    }

    .post_excerpt {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 21.78px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    .servicesPage .case-tudies h3 {
        font-family: Inter;
        font-weight: 600;
        font-size: 34px;
        line-height: 41.15px;
        letter-spacing: 0;
        color: #0D1E21;
        margin-top: 8px;
    }

    .servicesPage .mobile-case-study .py-20 {
        padding-bottom: 82px;
        padding-top: 25px;
    }

    .wordbreak {
        word-spacing: 0;
    }

    .servicesPage .case-tudies h3,
    .servicesPage .case-tudies .pl-12,
    .servicesPage .case-tudies .col-span-12.md\:col-span-10.order-1.md\:order-2 {

        padding-left: 0;
    }

    .branches.\33xl\:py-\[6\.25rem\] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .branchestext {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 21.78px !important;
        letter-spacing: 0;


    }

    .branchestext strong {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 18px !important;
        line-height: 21.78px !important;
        letter-spacing: 0;

    }

    .venture-studio .main-banner.\33xl\:pb-\[6\.25rem\] {
        padding-bottom: 0;
        padding-top: 90px;
    }

    .venture-studio .mycontainer {
        padding-top: 0 !important;
    }

    .case-tudies h3 {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 34px;
        line-height: 41.15px;
        letter-spacing: 0;
        padding-bottom: 15px;
        text-align: left;
        padding-left: 3rem;
    }

    .case-tudies.\33xl\:pt-\[8\.333rem\] {
        padding-top: 70px;
    }

    .servicesPage .card__content h4 {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;

    }

    .servicesPage .text-link-arrow {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: 0;
    }

    .servicesPage .text-link-arrow span {
        font-size: 1.4rem;
        padding-left: 15px;
        padding-top: 5px;
    }

    body.case-study .heading h5 {
        font-family: Inter;
        font-weight: 500;
        font-size: 48px;
        line-height: 58.09px;
        letter-spacing: 0;
        text-align: center;
        color: #0D1E21;
    }

    body.case-study .heading h1 {
        font-family: Inter;
        font-weight: 400;
        font-size: 120px;
        line-height: 115px;
        letter-spacing: 0;
        text-align: center;
        color: #0D1E21;

    }


    body.case-study .item__desc p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;
        text-align: center;

    }

    /* .study-detail .pt-40.pb-40 {
        padding-top: 0;
        padding-bottom: 0;
    } */

    .study-detail figure.wp-block-pullquote.has-medium-font-size {
        padding-bottom: 0;
    }

    body.case-study .study-detail .item__desc h3 {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0;
        color: #0D1E21;
    }

    body.case-study .study-detail .item__desc p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        text-align: unset;

        color: #0D1E21;

    }

    .owl-nav {
        display: none;
    }

    .page.contact h1 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0;

    }

    .page.contact .font-normal {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;

    }

    .page.contact .font-normal strong,
    .page.contact a.font-medium {
        font-family: "Inter", serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .page.contact .gap-y-40 {
        row-gap: 7rem;
    }

    .newslist .mt-20 {
        margin-top: 40px;
    }


    body.post .page_text {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;

    }

    body.post .dropdown span.mr-2 {
        font-size: 16px;
    }

    body.post .dropdown span,
    body.post .field.search input::placeholder {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 21.78px;
        letter-spacing: 0;
        color: #0D1E21;

    }

    body.post .category .card-news h4 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 20px !important;
        line-height: 24.2px !important;
        letter-spacing: 0;
        margin-bottom: 10px;

    }

    body.post .category .card-news p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: 0;
        margin-bottom: 10px;
        width: 90%;

    }

    body.post .category .card-news a {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 14px !important;
        line-height: 16.94px !important;
        letter-spacing: 0;

    }

    body.post .category .card-news a span {
        font-size: 1.4rem;
    }

    .backtoblog {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 16.94px;
        letter-spacing: 0;
        display: block;
    }

    .blog-detail h1 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 34px;
        line-height: 41.15px;
        letter-spacing: 0;
        margin-top: 30px;
        padding-bottom: 0;
        margin-bottom: 50px;
    }

    .blog-detail .author {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;


    }

    .blog-detail .shordesc,
    .blog-detail .wyswyg,
    .blog-detail .p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: 0;

    }

    .blog-detail .gap-y-20 {
        row-gap: 3rem;
    }

    .backblog {
        display: none;
    }

    .backtoblog a {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 14px !important;
        line-height: 16.94px !important;
        letter-spacing: 0;

    }

    .backtoblog span {
        font-size: 1.2rem;
    }

    .other-page h1 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0;

    }

    .other-page .wyswyg,
    .other-page p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;

    }

    .other-page .gap-y-40 {
        row-gap: 7rem;
    }

    .case-studies .headblock {
        min-height: unset;
        justify-content: flex-end;
        padding-bottom: 50px !important;
    }

    .newslist .icon-arrow-right::before {
        font-size: 12px !important;
        /* width: 10px !important; */
    }

    .newslist .icon-arrow-right {
        font-weight: 500;
        margin-right: 0;
        font-size: 12px;
    }

    .sidebar.newslist .card-news h4 {
        font-family: Inter;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        color: #0D1E21 !important;
    }

    .about-us .text-fullwidth {
        text-align: center;
        margin-bottom: 0;
    }

    .about-us .outstory {
        width: 75%;
    }

    .newslist.mycontainer h3 {
        font-family: Inter;
        font-weight: 500;
        font-size: 34px;
        line-height: 41.15px;
        letter-spacing: 0;
        color: #101E20;
    }

    body.page.contact .headblock>div {
        margin-bottom: 0;
        padding-top: 50px;
    }

    .category .mycontainer {
        margin-top: 50px;
    }

    body.page header#header a.closemn.text-xl.\!leading-\[1\.5rem\].text-white {
        color: #E3E0D6 !important;
    }

    .about-us .text-fullwidth {
        text-align: center;
        margin-bottom: 0;
        margin-top: 73px;
    }

    .about-us .about-us .md\:px-\[3\.125rem\] {
        padding-left: 0;
        padding-right: 0;
    }

    .about-us .heading-text {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 21.78px;
        letter-spacing: 0;
        text-align: center;
        padding-top: 51px;
        color: #0D1E21;
    }

    .mycontainer.ourstory {
        padding-bottom: 17px !important;
    }

    .mycontainer.year20cover {
        padding-top: 82px !important;
        padding-bottom: 43px !important;
        height: auto;
    }

    .about-us .number20 {
        padding-left: 0;
        padding-bottom: 49px;
    }

    .year20cover .px-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .about-us .ourteam h3 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 54px;
        width: 85%;
    }

    .about-us .md\:col-start-2 {
        grid-column-start: unset;
    }

    .about-us .colortext .font-normal p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 34px;
        line-height: 41.15px;
        letter-spacing: 0;
        text-align: center;
        padding: 0;
        color: #fff;
    }

    .about-us .colortext p {
        font-family: "Inter", serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 0;
        letter-spacing: 0;
        text-align: center;
        color: #fff;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    body.case-study .heading h5 {
        font-family: Inter;
        font-weight: 600;
        font-size: 20px;
        line-height: 24.2px;
        letter-spacing: 0;
        text-align: center;
        margin-top: 26px;
    }

    body.case-study .heading h1 {
        font-family: Inter;
        font-weight: 400;
        font-size: 50px;
        line-height: 64px;
        letter-spacing: 0;
        text-align: center;

    }

    .study-detail .md\:px-\[3\.125rem\] {
        padding-left: 40px;
        padding-right: 40px;
    }

    body.case-study .study-detail .item__desc p {
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 21.78px;
        letter-spacing: 0;
        text-align: center;

    }

    .topcontent {
        padding-bottom: 27px;
    }

    body.case-study .study-detail .item__desc h3 {
        margin-left: 0;
    }

    body.case-study .study-detail .block_editor .item__desc p {
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        color: #0D1E21;
    }

    body.case-study .study-detail .px-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .item__img.innerslider.owl-theme {
        max-height: 400px;
        overflow: hidden;
        height: auto;
    }

    .case-study .study-detail .h-\[39\.063rem\] {
        height: 300px;
        margin: 0;
        padding: 0;
    }

    .col-span-12.item.blockmargin.photo_centered {
        padding-top: 0;
        padding-bottom: 0;
    }

    .block_editor .item__desc.md\:pb-0 p {
        padding: 0 !important;
    }

    .page.contact .gap-y-40 {
        row-gap: 16px;
    }

    body.page.contact .headblock>div {
        margin-bottom: 12px;
        padding-top: 17px;
    }

    .page.contact h1 {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0;
        margin-bottom: 59px;
    }

    ul.flex.flex-wrap.gap-4.mt-1.social a {
        color: #0D1E21 !important;
        font-weight: normal !important;
    }

    .contact-us .social li a span {
        padding-left: 10px;
        font-size: 16px;
        display: none !important;
    }

    .contact-us .social li {
        width: auto;
    }

    .contact-us .addrdetail * {
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .contact-us .md\:px-\[3\.125rem\] {
        padding-left: 40px;
        padding-right: 40px;
    }

    body.post .page_text p {
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        color: #0D1E21;
    }

    body.post .dropdown span,
    body.post .field.search input::placeholder {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 21.78px;
        letter-spacing: 0;
        color: #0D1E21;
    }

    .category .mycontainer {
        margin-top: 32px;
    }

    body.post .category .card-news .\33xl\:mt-\[2\.083rem\] {
        margin-top: 41px;
        margin-bottom: 10px;
    }

    body.post .category .card-news a span {
        font-family: Inter;
        font-weight: 500;
        font-size: 14px;
        line-height: 16.94px;
        letter-spacing: 0;

    }

    .backtoblog {

        margin-top: 24px;
    }

    .fullscreen_photo img.absolute.md\:relative.top-0.left-0.w-full.h-full.object-cover img {
        max-width: unset;
        margin: auto;
        width: 100vw;
        margin-left: -40px;
    }

    .blog-detail .atag * {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;

        color: #0D1E21;
    }

    .other-page .gap-y-40 {
        row-gap: 5rem;
    }

    body #header a.closemn.text-xl.\!leading-\[1\.5rem\].text-white {
        color: #E3E0D7 !important;
    }

    #mobile-menu.pt-60 {
        padding-top: 150px;
    }

    .study-detail .px-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .list-number .item .content {

        padding-left: 0;
    }

    a.text-link.text-link-arrow.desktop-backtoblog {
        display: none;
    }

    .blog-detail .tags,
    .blog-detail .tags a {
        font-family: Inter;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .tags .text-left {
        padding: 0 0;
    }

    .blog-detail .tags {
        padding: 40px;
        padding-top: 0;
    }

    .blog-detail .h-\[39\.063rem\] {
        height: 39.063rem;
        max-height: 300px;
    }

    .blockmargin,
    .block_editor.mycontainer {
        max-width: 1440px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .wp-container-core-group-is-layout-1 .wp-block-video {
        width: 100%;
        float: right;
        margin: 1%;
    }


    /* update css mobile    */


    header#header a {

        font-size: 16px !important;

    }

    .text-link.text-link-arrow span {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 19.36px !important;
        letter-spacing: 0;
        color: #0D1E21;
        margin-top: 6px;
    }

    #footer .policy a {
        color: #E3E0D7;
    }

    #load-more-posts {
        font-size: 14px;
        font-weight: 500;
    }

    .instagram-row {

        overflow-y: scroll;
    }
    .banner {
        height: auto;
        min-height: auto;
    }
    
    
.col-span-12.item.blockmargin.fullscreen_photo, .col-span-12.item.blockmargin.fullscreen_photo * {
    margin: 0 !important;
    padding: 0 !IMPORTANT;
}

.study-detail .blockmargin,.study-detail .block_editor.mycontainer {

    padding-top: 0px !important;
    padding-bottom: 20px !important;
}

}
.filter-categories {
    font-size: 16px !important;
	font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}
.dropdown-content {
    font-size: 16px !important; /* Match "Filter Categories" text size */
    padding: 5px 5px; /* Adjust spacing inside the dropdown */
    min-width: auto !important; /* Prevent unnecessary width */
    width: max-content; /* Shrinks the dropdown to fit text */
    text-align: left; /* Ensure text alignment is consistent */
}

.dropdown-content li {
    font-size: 16px !important; /* Ensure all dropdown items match */
    padding: 5px 5px; /* Reduce spacing between items */
    line-height: 1.2; /* Keep spacing compact */
}
/* Add a "–" before each category item */
.dropdown-content li a::before {
    content: "– "; /* Adds a dash before the text */
    font-weight: normal; /* Ensure it's not bold */
}

/* Set text opacity to 70% */
.dropdown-content li a {
    color: rgba(0, 0, 0, 0.7) !important; /* Adjust opacity */
}

/* Remove grey hover effect */
.dropdown-content li a:hover {
    background-color: transparent !important; /* No hover background */
}

/* Remove rounded corners */
.dropdown-content {
    border-radius: 0 !important; /* No rounded corners */
}


@media only screen and (max-width: 420px) {
    
    .about-us .text-fullwidth span {
    font-family: "Inter", serif;
    font-weight: 300;
    font-size: 90px;
    line-height: 110px;
    letter-spacing: 0;
    text-align: center;
}
	

    .category .md\:px-\[3\.125rem\] {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.post .dropdown span,
    body.post .field.search input::placeholder {
        font-family: "Inter", serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 21.78px;
        letter-spacing: 0;
        color: #0D1E21;
    }
}