/* WordPress Theme Custom Styles */

/* Contact form messages */
.contact-message {
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
}
.mobile .text-wrapper-42 {
    width: 238px;
    padding-top: 5px;
}
.contact-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.contact-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Contact form styling */
.text-fields-2 .component-3 {
    margin-bottom: 15px;
}

.text-fields-2 .input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.text-fields-2 .input:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 1px #007cba;
}

.text-fields-2 textarea.input {
    min-height: 100px;
    resize: vertical;
}

.frame-92 button {
    background: #007cba;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.frame-92 button:hover {
    background: #005a87;
}

/* Debug info cho Mobile Extended Testing */
.mobile-debug-info {
    position: fixed;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 12px;
    border-radius: 8px;
    font-family: monospace;
    font-size: 11px;
    z-index: 99999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    max-width: 250px;
}

.debug-row {
    margin: 3px 0;
    display: flex;
    justify-content: space-between;
}

.debug-label {
    color: #4ecdc4;
    margin-right: 8px;
}

.debug-value {
    color: #fff;
    font-weight: bold;
}

.zone-indicator {
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: 6px;
    text-align: center;
    font-weight: bold;
}

.zone-mobile {
    background: #ff6b6b;
}

.zone-mobile-extended {
    background: #4ecdc4;
}

.zone-desktop {
    background: #45b7d1;
}

.zone-large {
    background: #96ceb4;
}

/* Hide debug on very small screens */
@media (max-width: 320px) {
    .mobile-debug-info {
        display: none;
    }
}

/* WordPress specific styles */
.loading {
    opacity: 0.5;
}

/* Language switcher styles for Polylang */
.language-switcher {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.language-switcher select {
    border: none;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
}

.language-switcher-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.language-switcher-widget li {
    display: inline-block;
}

.language-switcher-widget a {
    text-decoration: none;
    padding: 5px 10px;
    background: #f0f0f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.language-switcher-widget a:hover {
    background: #e0e0e0;
}

.language-switcher-widget img {
    width: 16px;
    height: auto;
}

/* Archive page styles */
.archive-posts {
    margin: 20px 0;
}

.archive-post {
    margin-bottom: 40px;
    position: relative;
}

.archive-post .quote-link {
    color: inherit;
    text-decoration: none;
}

.archive-post .quote-link:hover {
    opacity: 0.8;
}

.post-excerpt h3 {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

.post-excerpt h3 a {
    color: inherit;
    text-decoration: none;
}

.post-excerpt h3 a:hover {
    text-decoration: underline;
}

.post-meta-archive {
    margin-top: 10px;
    opacity: 0.7;
}

/* Navigation styles */
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.nav-previous,
.nav-next {
    flex: 1;
    max-width: 48%;
}

.nav-next {
    text-align: right;
}

.nav-subtitle {
    display: block;
    font-size: 0.9em;
    opacity: 0.7;
    margin-bottom: 5px;
}

.nav-title {
    display: block;
    font-weight: bold;
}

/* Pagination styles */
.archive-pagination {
    margin: 40px 0;
    text-align: center;
}

.archive-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    text-decoration: none;
    background: #f0f0f0;
    border-radius: 4px;
}

.archive-pagination .page-numbers:hover,
.archive-pagination .page-numbers.current {
    background: #333;
    color: white;
}

.text-fields-2 .input:focus,
.text-fields-2 .input {
    outline: none;
    border: none;
    box-shadow: unset;
    padding: initial;
    font-size: 19px;
}

.text-field-2 p {
    width: 100%;
}

.mobile .wpcf7-submit {
    position: relative;
    width: 100%;
    font-family: "Manrope", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    letter-spacing: 0;
    line-height: 19.6px;
    white-space: nowrap;
    background: transparent;
    border: none;
    text-align: center;
    margin: auto;
    flex: 99999999;
    cursor: pointer;
}

.mobile .frame-90 {
    width: unset;
}

.mobile .frame-92 {
    background: unset;
    padding: 0;
    margin-top: 20px;
}

.mobile .frame-92 p {
    position: relative;
    background: linear-gradient(163deg,
            rgba(249, 177, 7, 1) 0%,
            rgba(220, 52, 58, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 50px;
    box-shadow: inset 0px 0px 1px #ffffff;
	
    min-width: 180px;
}
.lang-de .mobile .frame-92 p {
   max-width: 200px; 
}

.text-fields-2 textarea.input {
    min-height: unset;
    resize: vertical;
    height: 31px;
}

span.wpcf7-spinner {
    display: none;
}

.polyswitcher a {
    color: #fff !important;
    margin-right: 10px;
    text-transform: uppercase;
    border: solid 1px #f1f0f0;
    border-radius: 40px;
    padding: 7px;
}

.frame-62 a {
    max-width: 220px;
    display: contents;
}

.mobile .overlap-21 {

    top: 8471px;
}

.lang-de .mobile .frame-27 {
   
    top: 28px;
    
}
.lang-de  .mobile .frame-106 {
    
    top: 36px;
    left: 24px;
    
}

/* Responsive improvements */
@media (max-width: 768px) {
.house-of-games-2 img{
 width: 50vw;
}
.mobile .frame-48{
gap:0;
}
.mobile .frame-48 * {
    color: #fff;
    padding-left: 4px;
    
}
    .language-switcher {
        position: relative;
        margin-bottom: 20px;
        display: inline-block;
    }

    .homepage-lang-switcher {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 1000;
    }

    .archive-lang-switcher {
        margin: 20px 0;
        position: relative;
    }

    .post-navigation {
        flex-direction: column;
        gap: 20px;
    }

    .nav-previous,
    .nav-next {
        max-width: 100%;
        text-align: left;
    }
}

/* Admin bar compatibility */
.admin-bar .mobile-debug-info {
    top: 42px;
}

.admin-bar .language-switcher {
    top: 42px;
}

/* Print styles */
@media print {

    .mobile-debug-info,
    .language-switcher,
    .post-navigation,
    .archive-pagination {
        display: none !important;
    }
}

/* Widget styles */
.widget {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

.widget-title {
    margin: 0 0 15px 0;
    font-size: 1.1em;
    font-weight: bold;
}

/* Single post styles */
.single-post-wrapper .post-content {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    margin: 20px 0;
}

.single-post-wrapper .post-meta {
    margin: 20px 0;
    padding: 15px;
    background: #f0f0f0;
    border-radius: 4px;
}

.mobile .frame-49 {
    gap: 10px;
    width: 80% !important;
}

.mobile .frame-68 {
    animation: unset;
    gap: 8px;

}

input:focus,
select:focus {
    outline: none;
    box-shadow: none;
    /* Nếu có thêm hiệu ứng đổ bóng */

}

select {
  appearance: none;
  background: none;
  border: 1px solid #ccc; /* nếu muốn chỉnh border lại */
  padding-right: 1.5rem;  /* tránh text tràn vào icon */
}

.mobile .medianet-text {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 130%;
    letter-spacing: -3%;

}

.mobile .text-wrapper-55 {
    letter-spacing: -1px;
}

.mobile .text-wrapper-50 {
    font-weight: 700;
    letter-spacing: -0.5px;
}

.mobile .frame-95 {
    position: relative;
    flex: 0 0 auto;
    max-width: 118px;
}

.mobile .ellipse-15 {
    z-index: 1;
}

.mobile.mobile-wrapper .overlap-10 .navbar,
.mobile.mobile-wrapper .div .frame-18 {
    z-index: 2;
}

.mobile .heading-projects-3 {
    width: fit-content;

}


.frame-68 .tenant-item {
    flex: 0 0 100px;
    padding: 20px 0;
    white-space: nowrap;
}

.frame-68 .tenant-item>div {
    width: fit-content;
}

.frame-68 .tenant-item>div>div {
    width: fit-content;
    left: 0;
    padding: 0 24px;
}

.tenant-scroll-track {
    gap: 8px;
}

.tenant-scroll-container {

    margin-top: -20px;
}

.mobile .tenant-scroll-container .frame-69,
.mobile .tenant-scroll-container .frame-74 {

    background: linear-gradient(90deg,
            rgba(247, 168, 12, 1) 0%,
            rgba(223, 67, 52, 1) 100%);

    backdrop-filter: blur(12.5px) brightness(100%);
    -webkit-backdrop-filter: blur(12.5px) brightness(100%);
}

.mobile .rectangle-6 {
    position: absolute;
    width: 155px;
    height: 72px;
    top: 0;
    left: 0;
    background: linear-gradient(270deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
}

.mobile .rectangle-7 {
    position: absolute;
    width: 155px;
    height: 73px;
    top: 0px;
    left: 1285px;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
}

/* mobile styles */
.mobile .overlap-14 {

    top: 900px;

}

.mobile .frame-108 {

    top: 1750px;

}

.mobile .frame-97 {

    top: 2000px;
}

.mobile .overlap-15 {

    top: 2561px;

}

.mobile .moreinfobt {
    display: none;
}

.mobile .frame-53>div {
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    background-color: #d2d2d24c;
    border-radius: 26.66px;
    border: none;
    backdrop-filter: blur(100px) brightness(100%);
    -webkit-backdrop-filter: blur(100px) brightness(100%);
    background-blend-mode: luminosity;
    height: min-content;
    display: block;
    min-height: 250px;
}

.mobile .frame-53>div p {
    display: table-row;
}

.mobile .overlap-17 {

    top: 6397px;
}

.mobile .text-wrapper-65 {

    top: 6667px;

}

.mobile .overlap-18 {

    top: 7003px;
}

.mobile .text-wrapper-58 {

    top: 7174px;

}

.mobile .overlap-19 {

    top: 7687px;

}

.mobile .text-wrapper-59 {

    top: 7834px;

}

.mobile .mask-group-8 {

    top: 2852px;
}

.mobile .frame-51 {

    top: 3206px;

}

.mobile .with-a-record-wrapper {

    top: 3411px;
}

html {
    scroll-padding-top: 300px;
    /* chiều cao header */
}

#contactform {
    scroll-margin-top: 300px;
    /* chiều cao header cố định */
}
.mobile .frame-53>div p {
    display: flow-root;
    max-width: 200px;
}
.mobile .medianet-logo-2 {
    position: relative;
    width: 225px;
    height: 53px;
    max-width: unset !important;
}
@media only screen and (max-width: 1439px) {

.mobile .frame-63 * {
    font-size: 14px;
}
    .mobile .navbar-2 {
        width: 100% !important;
    }

    .mobile .navbar-3>div {
        width: fit-content !important;
    }

    .mobile .text-wrapper-33 {
        font-size: 7vw;
        text-align: center;
    }

    .mobile .overlap-14 {

        left: 25vw;

    }

    .mobile .frame-108 {
        left: 40vw !important;
        width: 230px !important;
    }

    .mobile .frame-98 {

        width: 100% !important;
    }

    .frame-99 [class*="frame"] {
        width: fit-content !important;
        padding-right: 10px;
    }

    .mobile .heading-UX-UI,
    .mobile .heading-UX-UI-2,
    .mobile .heading-UX-UI-3,
    .mobile .heading-UX-UI-4,
    .mobile .heading-UX-UI-5 {
        width: fit-content;
        font-size: 14px;
        padding-right: 10px;
    }

    .mobile .frame-106,
    .mobile .frame-27 {

        left: 15px;

    }

    .mobile .overlap-15 {

        left: -903px;
    }

    .mobile .rectangle-5 {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        height: auto;
    }

    .house-of-games-3 {
        left: 92vw !important;
    }

    .mobile .text-wrapper-38 {
        font-size: 2.2rem;
    }

    .mobile .frame-53 {
        width: calc((1000/1440)*100vw) !important;

    }

    .mobile .frame-54 {
        width: 75vw !important;
    }

    .mobile .frame-56 {
        width: calc((1100/1440)*100vw) !important
    }

    .mobile .frame-53 p {
        display: block !important;
        width: 100% !important;
        /*margin-top: 15px;*/
    }

    .mobile .frame-53 img {
        height: auto;
    }

    .mobile .frame-54>div {
        height: 195px !important;
    }

    .mobile .frame-50,
    .mobile .frame-51 {

        top: 1833px;

    }

    .mobile .mask-group-6,
    .mobile .mask-group-8,
    .mobile .mask-group-10,
    .mobile .mask-group-7,
    .mobile .mask-group-9,
    .mobile .mask-group-11 {

        height: auto;

    }

    .mobile .frame-51 {
        top: calc(2956px + 15vw);
    }

    .mobile .frame-50 {
        top: calc(1600px + 15vw);
    }

    .mobile .frame-51 {
        top: calc(2956px + 15vw);
    }

    .mobile .frame-60 {
        top: calc(250px + 15vw);
    }

    /* left block */
    .mobile .frame-52 {
        top: calc(2255px + 15vw);
    }

    .mobile .frame-59 {
        top: calc(254px + 15vw);
    }

    .mobile .frame-61 {
        top: calc(254px + 15vw);
    }

    .mobile .mask-group-11 {
        width: calc((355/1440)*100vw) !important;
        left: calc(127/16*1rem) !important;
    }

    .mobile .frame-66 {

        left: 25vw;
    }

    .mobile .overlap-21 {
        left: 5vw;
    }

    .mobile .frame-67,
    .mobile .frame-68 {
        width: unset !important;
    }

    .overlap-22 [class*="frame"] {
        width: auto !important;
        padding: 0;
    }

    .overlap-22 [class*="frame"]>div {
        font-size: 17px;
        top: 5px;
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
    }

    .frame-68 .frame-71 {
        padding-right: 30px;
        padding-left: 0;
    }

    .mobile .rectangle-6 {
        width: calc((155/1440)*100vw) !important;
        display: none;
    }


    .mobile .text-wrapper-60 {
        width: fit-content !important;
        min-width: 200px;
        margin-left: -20px;
    }

    .mobile .frame-96,
    .mobile .frame-96 .text-wrapper-61 {
        width: unset !important;
    }

    .mobile .frame-90,
    .mobile .frame-91,
    .mobile .frame-92 {
        width: unset !important;
    }

    .mobile .text-wrapper-57 {
        width: 150px !important;
    }

    .mobile .overlap-23 [class*="frame"] {
        width: auto !important;
        max-width: 90vw !important;
    }
    .lang-de .mobile .overlap-23 [class*="frame"] {
        width: auto !important;
        max-width: unset !important;
    }


    .mobile .moreinfobt {
        width: 241px;
        display: block;
        background: linear-gradient(273deg,
                rgba(216, 33, 64, 1) 0%,
                rgba(255, 203, 0, 1) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding: 16px 20px;
        border-radius: 50px;
        box-shadow: inset 0px 0px 1px #ffffff;
        margin-top: 250px;
    }

    .mobile .frame-108 {
        display: none;
    }

    .frame-68 .tenant-item>div>div {
        width: fit-content;
        left: 0;
        padding: 15px;
        display: inline-flex;
    }

}

@media only screen and (max-width: 1300px) {
    .mobile .moreinfobt {
        margin-top: 200px;

    }

}

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

    .mobile .frame-53 p {
        font-size: 16px;
    }

    .mobile .moreinfobt {
        margin-top: 150px;

    }

    .mobile .frame-49 {
        left: 20px;
        width: 100% !important;
    }

    .mobile .overlap-21 {
        left: 13vw;
    }

    .mobile .text-wrapper-51 {
        font-size: 6rem;
    }

    .mobile .vector-7 {
        width: calc((500/1440)*100vw) !important;
    }

    .mobile .vector-8 {
        width: calc((500/1440)*100vw) !important;
        left: calc(513/16*1rem) !important;
    }

    .mobile .vector-9 {
        width: calc((500/1440)*100vw) !important;
        left: calc(270/16*1rem) !important;
    }

    .mobile .navbar-3>div {
        font-size: 3.5rem;
    }

    .mobile .navbar-3 {

        left: calc(1020.0/16*1rem) !important;
    }

    .mobile .frame-65 {

        left: calc(1110.0/16*1rem) !important;
    }

    .mobile .text-wrapper-47 {

        font-size: 24px;

    }

    .mobile .frame-108>div {

        font-size: 16px;
    }

    .mobile .text-wrapper-64 {
        width: 70vw !important;
        font-size: 2rem;
    }

    .mobile .rectangle-5 {

        max-width: 90vw;
    }

    .house-of-games-3 {
        left: 100vw !important;
    }

    .mobile .text-wrapper-38 {
        left: calc(1120/16*1rem) !important;
        font-size: 2rem;
    }

    .mobile .frame-50,
    .mobile .frame-51 {

        left: calc(1600.0/16*1rem) !important;
    }

    .mobile .frame-60 {
        left: -7rem !important;
    }

    .mobile .mask-group-10 {
        left: 1rem !important;
    }

    .mobile .mask-group-6,
    .mobile .mask-group-8 {
        left: calc(1658.0/16*1rem) !important;
    }


    .mobile .ellipse-21 {
        left: calc(1844.0/16*1rem) !important;
    }

    .mobile .text-wrapper-37 {
        font-size: 16px;
        top: 1500px;
    }

    .mobile .with-a-record-2,
    .mobile .text-wrapper-58 {
        font-size: 16px;
    }

    /* left blocks */
    .mobile .with-the-house-of-2 {

        font-size: 16px;

    }

    .mobile .with-the-house-of-wrapper {
        left: calc(1471/16*1rem) !important;
    }

    .mobile .frame-59 {
        top: calc(204px + 15vw);
    }

    .mobile .with-the-house-of-wrapper {
        left: calc(1483/16*1rem) !important;
    }

    .mobile .text-wrapper-59 {
        width: calc((558/1440)*100vw) !important;
        left: calc(595/16*1rem) !important;
    }

    .mobile .text-wrapper-37,
    .mobile .text-wrapper-65,
    .mobile .text-wrapper-59 {
        font-size: 16px;
    }

    .mobile .mask-group-6 {
        width: calc((355/1440)*100vw) !important;
        left: calc(1643/16*1rem) !important;
    }

    .mobile .mask-group-8 {
        width: calc((355/1440)*100vw) !important;
        left: calc(1652/16*1rem) !important;
    }

    .mobile .text-wrapper-65 {
        left: calc(640/16*1rem) !important;
    }

    .mobile .mask-group-10 {
        left: -2rem !important;
    }

    .mobile .text-wrapper-37 {
        width: calc((553/1440)*100vw) !important;
        left: calc(1059/16*1rem) !important;
    }

    .mobile .ellipse-21,
    .mobile .ellipse-23 {
        left: calc(1700/16*1rem) !important;
    }

    .mobile .ellipse-25 {
        left: calc(0/16*1rem) !important;
    }

    .mobile .mask-group-10 {
        left: -4rem !important;
    }

    .mobile .mask-group-7 {
        width: calc((355/1440)*100vw) !important;
        left: calc(1063/16*1rem) !important;
    }

    .mobile .with-a-record-wrapper {

        left: calc(1060/16*1rem) !important;
    }

    .mobile .text-wrapper-65 {
        left: calc(630/16*1rem) !important;
    }

    .mobile .mask-group-9 {
        width: calc((355/1440)*100vw) !important;
        left: calc(121/16*1rem) !important;
    }

    .mobile .text-wrapper-51 {

        line-height: 106.4px;
    }

    .mobile .frame-66 {

        top: 300px;
    }

    .mobile .overlap-21 {
        left: 12%;
    }


    .mobile .frame-67 {

        left: 10%;
    }

    .mobile .text-wrapper-54 {

        font-size: 28px;

        line-height: 32px;

    }

    .mobile .navbar-2 .frame-64 .content,
    .mobile .frame-63 * {

        font-size: 12px !important;

    }


}

@media only screen and (max-width: 1100px) {
    .mobile .text-wrapper-65 {
        left: calc(600/16*1rem) !important;
    }

    .mobile .text-wrapper-59 {
        width: calc((558/1440)*100vw) !important;
        left: calc(610/16*1rem) !important;
    }

    .mobile .mask-group-10 {
        left: -3rem !important;
    }

    .mobile .frame-93 {

        left: 20% !important;
    }

    .mobile .frame-87 {

        left: 120vw;
    }

    .frame-85 * {
        font-size: 16px;
    }

    .mobile .text-wrapper-43,
    .mobile .connect-2 {

        font-size: 14px;

    }

    .mobile .frame-53 p {
        font-size: 14px !important;
    }

}

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

    .mobile .frame-67 {

        left: 15%;
    }

    .mobile .overlap-21 {
        left: 5%;
    }

    .mobile .frame-64 {

        gap: 10px;

    }

    .mobile .connect-2,
    .mobile .text-wrapper-43,
    .mobile .text-wrapper-42 {

        font-size: 14px !important;

    }

    .mobile .frame-62 {
        gap: 0 !important
    }

    .mobile .navbar-3>div {
        font-size: 2.5rem;
    }

    .mobile .navbar-3 {
        left: calc(1000.0/16*1rem) !important;
    }

    .mobile .frame-65 {
        left: calc(920.0/16*1rem) !important;
        width: 100vw !important;
    }

    .mobile .text-wrapper-47 {

        font-size: 22px;

    }

    .mobile .the-house-of-games-2 {

        font-size: 22px;

    }

    .mobile .frame-108 {
        left: 40vw !important;
        min-width: 200px;
    }


    .mobile .frame-97 {

        left: 16vw !IMPORTANT;
    }

    .mobile .rectangle-5 {

        max-width: 88vw;
    }

    .mobile .house-of-games-3 {

        font-size: 19px;

        left: 120vw !important;
    }

    .mobile .frame-53 p {
        font-size: 16px;
    }

    .mobile .frame-53 {

        left: calc(1030.0/16*1rem) !important;
    }

    .mobile .ellipse-21 {
        left: calc(1644.0/16*1rem) !important;
    }

    .mobile .mask-group-6,
    .mobile .mask-group-8 {
        left: calc(1538/16*1rem) !important;
    }

    .mobile .frame-50,
    .mobile .frame-51 {
        left: calc(1500.0/16*1rem) !important;
    }

    .mobile .frame-60 {
        left: -13rem !important;
    }

    .mobile .mask-group-10 {
        left: -11rem !important;
    }

    /* left block */
    .mobile .with-the-house-of-wrapper {
        left: calc(1402/16*1rem) !important;
    }

    .text-wrapper-37 {
        width: calc((553/1440)*100vw) !important;
        left: calc(1025/16*1rem) !important;
    }

    .mobile .mask-group-7 {
        left: calc(1022/16*1rem) !important;
    }

    .mobile .frame-52 {
        left: calc(1023/16*1rem) !important;
    }

    .mobile .text-wrapper-65 {
        left: calc(540/16*1rem) !important;
    }

    .mobile .frame-61 {
        top: calc(240px + 15vw);
    }

    .mobile .text-wrapper-59 {
        left: calc(500/16*1rem) !important;
    }

    .mobile .with-a-record-wrapper {
        left: calc(1019/16*1rem) !important;
    }

    .mobile .mask-group-9 {
        left: calc(80/16*1rem) !important;
    }

    .mobile .frame-59 {

        left: calc(80/16*1rem) !important;
    }

    .mobile .text-wrapper-58 {
        left: calc(125/16*1rem) !important;
    }

    .mobile .mask-group-11 {
        width: calc((355/1440)*100vw) !important;
        left: calc(47/16*1rem) !important;
    }

    .mobile .frame-61 {

        left: calc(47/16*1rem) !important;
    }

    .mobile .frame-87 {
        left: 55%;
    }

    .mobile .text-wrapper-43,
    .mobile .connect-2,
    .mobile .frame-64 .content {

        font-size: 12px !important;

    }

    .mobile .frame-64 {
        gap: 0;
    }

    .mobile .navbar-2 .frame-64 .content,
    .mobile .frame-63 * {

        font-size: 11px !important;

    }

}

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

    .mobile .frame-63 {
        display: none;
    }

    .mobile .house-of-games-3 {

        font-size: 19px;

        left: 120vw !important;
    }

    .mobile .mask-group-6,
    .mobile .mask-group-8 {
        left: calc(1458.0/16*1rem) !important;
    }

    .mobile .frame-50,
    .mobile .frame-51 {
        left: calc(1460.0/16*1rem) !important;
    }

    .mobile .frame-60 {
        left: -17rem !important;
    }

    .mobile .mask-group-10 {
        left: -15rem !important;
    }

    .mobile .with-the-house-of-wrapper {
        left: calc(1369/16*1rem) !important;
    }

    .mobile .ellipse-23 {
        left: calc(1667/16*1rem) !important;
    }

    .mobile .text-wrapper-65 {
        left: calc(500/16*1rem) !important;
    }

    .mobile .frame-61 {
        top: calc(210px + 15vw);
    }

    .mobile .text-wrapper-37 {
        left: calc(1029/16*1rem) !important;
    }

    .mobile .with-the-house-of-wrapper {
        left: calc(1344/16*1rem) !important;
    }

    .mobile .millon-zahino-3 {
        font-size: 22px;
    }

    .mobile .frame-50,
    .mobile .frame-51 {
        left: calc(1445/16*1rem) !important;
    }

    .mobile .text-wrapper-65 {
        left: calc(484/16*1rem) !important;
    }

    .mobile .mask-group-10 {
        left: -17rem !important;
    }

    .mobile .text-wrapper-59 {
        left: calc(450/16*1rem) !important;
    }

    .overlap-22 [class*="frame"]>div {
        font-size: 15px;

    }

    .mobile .house-of-games-3 {
        font-size: 19px;
        left: 135vw !important;
        text-align: center;
        /* color: #000; */
    }

    .mobile .overlap-23 [class*="frame"] {
        width: auto !important;
        max-width: 85vw !important;
    }

    .mobile .text-wrapper-56 {

        font-size: 40.4px;

    }

    .mobile .frame-87 {
        left: 65%;
    }

}

.mobile.mobile-wrapper .component-2 {
    width: 100%;
    top: 0;
}

@media only screen and (max-width: 760px) {
    .mobile-lang {

        right: 60px !important;
        position: absolute;
        text-transform: capitalize;
        color: #eee;
        border: solid 1px;
        border-radius: 37px;
        padding: 2px;

    }

    .mobile-lang a {

        color: #fff;
        margin-right: 10px;
        font-family: "TRIAL Rooftop-Medium", Helvetica;
        font-size: 10px;

    }

    /* .mobile .frame-30 {

        animation: slideItems 20s linear infinite;
    } */

    .mobile.mobile-wrapper .div .overlap-13 [class*="frame"] {
        width: max-content !important;
        height: unset !important;
        min-height: 20px !important;
        top: 0 !important;
    }

    .mobile.mobile-wrapper .div .overlap-13 [class*="frame"] * {
        height: fit-content !important;
    }

    .mobile .frame-30 {
        display: flex;
        width: 402px;
        justify-content: flex-start;
        gap: 8px;
        top: 4px;
        left: 0;
        overflow: initial;
        align-items: center;
        position: absolute;
        animation: slideItems 20s linear infinite;
    }

    table.tenant-types-table {
        margin-top: 10px;
    }
    
    .mobile .frame-27 .heading-UX-UI-4 {
        padding-left: 12px;
    }

    .mobile .frame-29 {

        left: 0;

    }
    
    input.wpcf7-form-control.wpcf7-submit.has-spinner.text-wrapper-57 {
    width: fit-content !important;
}

}

@media only screen and (max-width: 760px) and (min-width: 402px) {
    .mobile .mobile-dropdown-menu {

        right: 10px;

        border-radius: 8px;

    }

    .mobile.mobile-wrapper .component-2 {
        width: 100%;
        top: 0;
    }

    .mobile.mobile-wrapper .text-wrapper-18,
    .mobile.mobile-wrapper .text-wrapper-19,
    .mobile.mobile-wrapper .text-wrapper-20 {
        font-size: 2rem;
    }

    .mobile.mobile-wrapper .overlap-10 .navbar {
        width: 100% !important;
    }

    .mobile .text-wrapper-21 {

        font-size: 22px;

    }

    .mobile .text-wrapper-22 {

        font-size: 14px;

        line-height: 1.2rem;
    }

    .mobile .text-wrapper-21,
    .mobile .text-wrapper-22 {
        width: 50vw;

    }

    .mobile .div-wrapper {
        width: auto;
        left: 32vw;

    }

    .mobile .text-wrapper-23 {

        font-size: 18px;

        padding: 10px 15px;
    }

    .mobile .frame-22 {
        position: relative;
        width: 100%;

    }

    .mobile .heading-UX-UI,
    .mobile .heading-UX-UI-2,
    .mobile .heading-UX-UI-3,
    .mobile .heading-UX-UI-4,
    .mobile .heading-UX-UI-5 {
        width: fit-content;
        font-size: 18px;
        padding-right: 37px;
    }


    .mobile .house-of-games {
        position: absolute;
        top: 675px;
        left: 45vw;
        font-family: "Manrope", Helvetica;
        font-weight: 600;
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        letter-spacing: -0.36px;
        line-height: 16px;
        width: 100vw;
        padding: 10px 20px;
    }

    .mobile .overlap-8 {
        position: absolute;
        width: 1378px;
        height: 1589px;
        top: 2856px;
        left: -275px;
    }

    .frame-29 * {
        width: 90% !important;
    }

    .mobile .rectangle-3,
    .mobile .rectangle-2 {
        display: none;
    }

    .mobile .frame-40,
    .mobile .frame-43 {

        width: 100%;

    }

    .mobile .ellipse {
        position: absolute;
        width: 1128px;
        height: 638px;
        top: 84px;
        left: -300px;
        background-color: #d82140;
        border-radius: 564px / 318.94px;
        filter: blur(100px);
    }

    .mobile.mobile-wrapper .div .ellipse-4,
    .mobile.mobile-wrapper .div .ellipse-5,
    .mobile.mobile-wrapper .div .ellipse-6,
    .mobile.mobile-wrapper .div .ellipse-8,
    .mobile.mobile-wrapper .div .ellipse-9 {
        width: calc(100 * 100vw / 402) !important;
        right: 0;
        left: unset;
    }

    .mobile.mobile-wrapper .div .ellipse-7,
    .mobile.mobile-wrapper .div .ellipse-8,
    .mobile.mobile-wrapper .div .ellipse-9 {
        width: calc(100 * 100vw / 402) !important;
        right: unset;
        left: 100px;

    }

    .mobile.mobile-wrapper .div .ellipse-7 {
        top: 300px;
    }

    .mobile .mask-group-3 {
        top: 450px;

    }

    .mobile .frame-9 {

        top: 668px;

    }

    .mobile .mask-group,
    .mobile .frame-6 {

        left: unset;
        right: 0;
    }

    .mobile .overlap-3 .img {
        top: 118px;
        left: unset;
        position: absolute;
        width: 205px;
        height: 222px;
        right: 100px;
    }

    .mobile .overlap-3 .frame-7 {
        display: flex;
        left: unset;
        right: 50px;
    }

    .mobile .mask-group-2,
    .mobile .frame-8 {
        left: unset;
        right: 0;
    }

    .mobile .text-wrapper-5,
    .mobile .with-a-record,
    .mobile .text-wrapper-7 {

        left: 100px;

    }

    .mobile .vector-2,
    .mobile .vector-3,
    .mobile .vector-4 {

        width: 100vw;

    }

    .mobile .frame-28 {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 19.39px;
        position: absolute;
        top: 193px;
        left: 260px;
        width: 100vw;
    }

    .mobile .frame-30 {
        animation: unset;
    }

    .mobile.mobile-wrapper .div .overlap-13 [class*="frame"] {
        width: auto;
        padding-top: 0;
        top: 10px;
        margin-bottom: 14px;

    }

   .mobile.mobile-wrapper .div .overlap-13 [class*="frame"] * {
    font-size: 18px;
    padding-top: 4px;
    overflow: hidden;
    height: 70px;
    padding-left: 2px;
    /* padding-right: 18px; */
    margin-left: 0;
}

    .mobile .frame-30 {

        gap: -5px !important;

    }

    .ipad-img {
        display: block;
        max-height: 600px;
    }

    .rectangle {
        display: none;
    }
    
   .mobile .div-wrapper.fqamb{
    top: 1857px !important;
    padding: 6px;
}

}

@media only screen and (max-width: 760px) and (min-width: 430px) {

.mobile .div-wrapper.fqamb {
    width: 198px;
}

.mobile .text-wrapper-23 {
    font-size: 18px;
    padding: 10px 15px;
    padding-right: 8px;
}

}

@media only screen and (max-width: 630px) and (min-width: 402px) {
    .mobile .overlap-8 {

        left: -313px;
    }

    .mobile .house-of-games {

        left: 60vw;

        width: 80vw;
    }
}

@media only screen and (max-width: 578px)and (min-width: 402px) {
    .mobile .overlap-8 {

        left: -333px;
    }

    .mobile .house-of-games {

        left: 70vw;

        width: 80vw;
    }

    .mobile .div-wrapper {
        width: auto;
        left: 26vw;
    }

    .mobile .house-of-games {
        left: 340px;
        width: 100vw;
        line-height: 1.5rem;
    }

    .mobile .text-wrapper-5,
    .mobile .with-a-record,
    .mobile .text-wrapper-7 {
        left: 10vw !important;
    }

    .mobile .overlap-3 .frame-7 {
        display: flex;
        left: unset;
        right: 80px;
        /* width: 230px; */
    }
}

@media only screen and (max-width: 500px) and (min-width: 402px) {

    .mobile.mobile-wrapper .text-wrapper-18,
    .mobile.mobile-wrapper .text-wrapper-19,
    .mobile.mobile-wrapper .text-wrapper-20 {
        font-size: 1.5rem;
    }

    .mobile .text-wrapper-21,
    .mobile .text-wrapper-22 {
        width: 80vw;

    }

    .mobile .frame-18 {

        left: 550px;
    }

    .mobile .navbar {

        left: 529px;
    }
}

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

    .mobile .mobile-dropdown-menu {

        right: 10px;

        border-radius: 8px;

    }


    .ipad-img {
        display: none;
    }

    .rectangle {
        display: block;
    }

    .mobile .frame-30 {
        animation: none;
    }

    .mobile.mobile-wrapper .div .overlap-13 [class*="frame"] {
        width: max-content;
        padding-top: 0;
        top: 10px;
        margin-bottom: 14px;
    }

    .mobile .heading-UX-UI,
    .mobile .heading-UX-UI-2,
    .mobile .heading-UX-UI-3,
    .mobile .heading-UX-UI-4,
    .mobile .heading-UX-UI-5 {
        width: fit-content;
        font-size: 17px;
        padding-right: 30px;
        padding-top: 16px;
    }

    .mobile .rectangle-2,
    .mobile .rectangle-3 {
        top: 10px;
    }

}

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

    .mobile .frame-12 {

        left: 375px;
    }

    .mobile .with-a-record,
    .mobile .text-wrapper-5,
    .mobile .text-wrapper-7 {
        width: 294px !important;
        padding-right: 10px;
    }


    .mobile .text-wrapper-9 {
        width: 75vw !important;
        left: 30vw !important;
    }

    .mobile p.text-wrapper-8 {
        width: 75vw !important;
        left: 36vw !important;
    }
    
    

}
@media only screen and (max-width: 430px) and (min-width: 400px){
	.mobile .frame-29 {
       
        left: 0;
        
    }
}

@media only screen and (max-width: 416px) {
    .mobile .overlap-7 .text-wrapper-9 {
        width: 75vw !important;
        left: 45vw !important;
    }
}

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

    .mobile .frame-12 {
        left: 362px;
    }

    .mobile .text-wrapper-26 {
        width: 315px;

    }

    .mobile.mobile-wrapper .frame-19 [class*="frame"] {
        max-width: 350px;

    }

    .mobile.mobile-wrapper .frame-19 [class*="frame"] p {
        padding-top: 0;

    }

    .mobile .house-of-games {
        left: 100;
        top: 620px;
    }

    .mobile .div-wrapper {
        width: auto;
        left: 26vw;
    }

    .mobile.mobile-wrapper .frame-19 [class*="frame"] p {
        padding-top: 0;
        font-size: 1rem;
    }

    .mobile .house-of-games {

        line-height: 1.5rem !important;
    }



    .mobile .div-wrapper {
        width: auto;
        left: 151px;
    }

    .mobile .text-wrapper-23 {
        font-size: 10px;
        padding: 0;
    }

    .mobile .with-a-record {
        left: 10vw !important;


    }



}

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

    .mobile .connect {

        letter-spacing: 0px;

    }

    .mobile .text-wrapper-14 {
        letter-spacing: -1px;
        line-height: 14.9px;
        font-size: 13px;
    }

    div#wpcf7-f9-o1 {
        overflow: hidden;
    }

    form.wpcf7-form {
        max-width: 85vw;
        overflow: hidden;
    }

    .mobile .frame-19 .heading-UX-UI,
    .mobile .frame-19 .heading-UX-UI-2,
    .mobile .frame-19 .heading-UX-UI-3,
    .mobile .frame-19 .heading-UX-UI-4,
    .mobile .frame-19 .heading-UX-UI-5 {
        width: fit-content;
        font-size: 17px;
        padding-right: 30px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 540px) {
    .mobile .overlap-8 .frame-12 {

        left: 400px;
    }


}


@media only screen and (max-width: 471px) {
    .mobile .overlap-8 .frame-12 {
        left: 364px;
        width: 85vw;
    }
   .mobile .div-wrapper {
    width: auto;
    left: 119px;
    min-width: 205px;
}

.lang-de .mobile .div-wrapper {
    width: auto;
    left: 94px;
    min-width: 205px;
}
.lang-de .mobile .div-wrapper.fqamb {
    width: 243px;
}

}


 .lang-de .mobile .text-wrapper-57 {
        width: 1660px !important;
    }
@media only screen and (max-width: 760px) and (min-width: 415px){
   .lang-de .mobile .div-wrapper.fqamb {
        width: 243px;
    }

}
@media only screen and (max-width: 412px) {
  .lang-de .mobile .div-wrapper.fqamb {
    width: auto;
}

}


@media only screen and (max-width: 500px) and (min-width: 400px){
    
.mobile.mobile-wrapper .div .ellipse-7 {
    top: 350px;
}
.mobile .mask-group-3 {
    top: 500px;
}
.mobile .frame-9 {
    top: 707px;
}

}
@media only screen and (max-width: 370px) {
.mobile .with-the-house-of , .mobile .with-a-record, .mobile .overlap-7 .text-wrapper-9, .mobile .text-wrapper-7, .mobile p.text-wrapper-8{
   
    font-size: 13px;
    
}

}


@media only screen and (max-width: 402px) {
    .mobile .overlap-8 .frame-12 {
        left: 445px !important;
    }

    .mobile .frame-6,
    .mobile .frame-9 {

        width: 212px;

    }

    .mobile .text-wrapper-7 {
        width: 294px !important;
        padding-right: 10px;
        left: 5vw;
    }

    .mobile .mask-group {
        left: 135px;

    }

    .mobile .frame-6 {
        left: 131px;
    }

    .mobile .with-the-house-of {
        left: 150px;
    }

    .mobile .overlap-3 .img {

        left: 67px;

    }

    .mobile .frame-7 {

        width: 214px;

        left: 59px;

    }

    .mobile .overlap-7 .text-wrapper-9 {
        width: 75vw !important;
        left: 35vw !important;
    }

    .mobile .mask-group-2 {

        left: 137px;

    }

    .mobile .frame-8 {

        width: 220px;

        left: 125px;

    }

    .mobile .house-of-games {
        top: 698px;
    }

}

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

    .mobile .frame-6,
    .mobile .frame-9 {

        width: 212px;

    }

    .mobile .frame-12 {

        left: 442px;
    }

    .mobile .text-wrapper-26 {
        width: 315px;

    }

    .mobile.mobile-wrapper .frame-19 [class*="frame"] {
        max-width: 350px;

    }

    .mobile.mobile-wrapper .frame-19 [class*="frame"] p {
        padding-top: 0;

        font-size: 1rem;

    }

    .mobile .house-of-games {

        left: 440px;

    }

    .mobile .frame {

        left: 355px;
    }

    .mobile .mask-group,
    .mobile .frame-6 {
        left: 35vw !important;


    }

    .mobile .with-the-house-of {
        width: 73vw;
        left: 30vw;

    }

    .mobile .text-wrapper-30,
    .mobile .connect {

        font-size: 10px !important;

    }

    .page-id-27 .mobile .opening {

        font-size: 61px;

    }

    .page-id-27 .mobile .text-wrapper-29 {

        font-size: 17.4px;

    }

.mobile .frame-8 {
    width: 220px;
    left: 98px;
}
}

.frame-53 * {
    text-align: left;
}
.frame-53 img {
    float: left;
    max-width: 168px !important;
}

@media only screen and (max-width: 375px) {
    .page-id-27 .mobile .div-wrapper {
        width: auto;
        left: 119px;
    }

    .mobile .overlap-10 .navbar * {
        font-size: 23px !important;
    }

    .mobile .frame-18 {

        left: 562px;
    }

    .mobile.mobile-wrapper .frame-19 [class*="frame"] {
        max-width: 320px;
    }

    .mobile .frame-12 {

        left: 430px;
    }

    .mobile .text-wrapper-26 {
        width: 315px;

    }

    .mobile.mobile-wrapper .frame-19 [class*="frame"] {
        max-width: 330px;

    }

    .mobile.mobile-wrapper .frame-19 [class*="frame"] p {
        padding-top: 0;
        font-size: 1rem;

    }

    .mobile .house-of-games {
        left: 440px;
        top: 700px;
    }

    .mobile .frame-17 {
        left: 0;
    }

    .mobile .frame-17 {
        left: unset;
    }

    .mobile .mask-group,
    .mobile .frame-6 {

        left: 133px;

    }

    .mobile .frame-7 {

        left: 53px;

    }

    .mobile .frame-6,
    .mobile .frame-9,
    .mobile .frame-7 {
        width: 204px;
    }

    .mobile .with-the-house-of {

        left: 142px;

    }

    .mobile .overlap-3 .img {
        left: 55px;
    }

    .mobile .text-wrapper-9 {
        left: 173px;
    }

    .mobile .mask-group-2 {

        left: 131px;

    }

    .mobile .frame-8 {
        width: 259px;
    }

    .mobile .text-wrapper-8 {
        left: 139px;
    }

    .mobile .frame-40 {
        left: -16px;
    }

    .mobile .frame-45 {

        width: 100vw;

    }

    .mobile .frame {

        width: auto;

    }

    .mobile .overlap-7 .text-wrapper-9 {
        width: 75vw !important;
        left: 35vw !important;
    }

    .mobile .overlap-3 {

        left: 75px;
    }


}

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

    .mobile p.text-wrapper-8,
    .mobile .text-wrapper-9 {
        width: 80vw !important;
        left: 30vw !important;
    }

    .mobile .overlap-8 .frame-12 {
        left: 450px !important;
        width: 80vw;
    }

    .mobile .frame-18 {
        left: 553px;
    }

    .mobile .frame-17 {

        width: 361px;

    }

    .mobile.mobile-wrapper .frame-19 [class*="frame"] {
        max-width: 310px;
    }

    .mobile.mobile-wrapper .frame-19 [class*="frame"] p {
        font-size: 0.95rem;
    }

    .mobile .text-wrapper-14 {
        letter-spacing: -0.6px;
        line-height: 14.9px;
    }

    .mobile .frame-12 {
        width: 340px;
    }

    .mobile .mask-group,
    .mobile .frame-6 {
        left: 120px;
    }

    .mobile .with-the-house-of {
        left: 127px;
    }

    .mobile .overlap-3 .img {
        left: 42px;
    }

    .mobile .frame-6,
    .mobile .frame-9,
    .mobile .frame-7 {
        width: 197px;
    }

    .mobile .text-wrapper-9 {
        left: 164px;
    }

    .mobile .mask-group-2 {
        left: 119px;
    }

    .mobile .frame-8 {
        width: 248px;
    }

    .mobile .text-wrapper-8 {
        left: 130px;
    }

    .mobile .frame-28 {

        left: 315px;
    }

    .mobile .text-wrapper-29 {

        font-size: 20.4px;

    }

    .mobile .text-fields {
        width: 320px;

    }

    .mobile .frame {

        left: 349px;
    }

    .mobile .div-wrapper {
        width: auto;
        left: 131px;
    }

    .mobile .mask-group,
    .mobile .frame-6 {
        left: 20vw !important;
    }

    .mobile .overlap-3 {

        left: 75px;
    }

    .mobile .mask-group-2 {
        left: 91px;
    }

    .mobile .frame-8 {
        width: 222px;
    }

    .mobile .text-wrapper-14 {

        font-size: 12px;
    }


}

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



    .mobile .overlap-10 .navbar * {
        font-size: 19px !important;
    }

    .mobile .frame-18 {
        left: 532px;
    }

    .mobile .frame-17 {
        width: 328px;
    }

    .mobile .frame-wrapper {

        background-position-x: -34px;
    }

    .mobile .div-wrapper {

        left: 89px;

    }

    .mobile.mobile-wrapper .frame-19 [class*="frame"] {
        max-width: 279px;
    }

    .mobile.mobile-wrapper .frame-20 * {
        font-size: 14px !important;
    }

    .mobile.mobile-wrapper .text-wrapper-26 {
        padding: 0 10px;
    }

    .mobile .text-wrapper-14 {
        letter-spacing: -1px;
        line-height: 14.9px;
    }

    .mobile .frame-12 {
        width: 298px;
    }

    .mobile .text-wrapper-10 {
        font-size: 16px;
        line-height: 20px;
    }

    .mobile .mask-group,
    .mobile .frame-6 {
        left: 77px;
    }

    .mobile .with-the-house-of {
        left: 88px;
    }

    .mobile .overlap-3 .img {
        left: 4px;
    }

    .mobile .frame-7 {
        left: 13px;
    }

    .mobile .text-wrapper-9 {
        left: 124px;
    }

    .mobile .mask-group-2 {
        left: 77px;
    }

    .mobile .frame-8 {
        width: 209px;
    }

    .mobile .text-wrapper-8 {
        left: 90px;
    }

    .mobile .frame-10 {
        width: 220px;
    }

    .mobile .vector-4 {
        position: absolute;
        width: 329px;
        height: 579px;
        top: 41px;
        left: 0;
    }

    .mobile .opening {

        font-size: 54px;

    }

    .mobile .frame-29 {
        left: 0;
    }

    .mobile .frame-40 {
        left: -38px;
    }

    .mobile .text-wrapper-29 {
        font-size: 18.4px;
        padding: 0 14px;
    }

    .mobile .text-fields {
        width: 280px;
    }

    .mobile .frame-2 * {
        font-size: 12px !important;
    }

    .mobile .text-wrapper-13 {

        width: auto;

    }

    .mobile .frame {
        left: 112vw;
        width: 90vw;
    }

    .mobile .text-wrapper-30,
    .mobile .connect {

        font-size: 8px !important;

    }
    
    .mobile .with-the-house-of {
        width: 80vw;
        left: 30vw;
    }


}


@media screen and (min-width: 1441px) {

html, body {
    margin: 0px;
    height: 100%;
    width: 100vw;
    overflow-x: hidden;
}
  .mobile .v {
   
        overflow: inherit;
        
    }
    .mobile .overlap-22 .rectangle-6, 
    .mobile .overlap-22  .rectangle-7{
         display: none; 

    }

.mobile .navbar-2 {
    
    background-color: transparent;
    backdrop-filter: unset;
    background-blend-mode: unset;
   
}
    .navbar-2top {
    
    width: 100%;
    justify-content: space-between;
    padding: 24px 80px;
    top: 306px;
    left: 0;
    background-color: #ffffff1a;
    backdrop-filter: blur(50px) brightness(100%);
    -webkit-backdrop-filter: blur(50px) brightness(100%);
    background-blend-mode: luminosity;
    display: flex;
    align-items: center;
    position: absolute;
    height: 85px;
}

}

/* iPhone/Safari + mobile: badge tự giãn theo nội dung, không bị crop chiều rộng */
@media (max-width: 767px) {
  /* Để table không bó chiều rộng ô */
  .tenant-types-table { table-layout: auto; }
  .tenant-types-table td { width: auto !important; }

  /* Khối vỏ gradient của chip */
  .frame-31,
  .frame-32 {
    display: inline-flex;
    align-items: center;
    width: auto !important;
    flex: 0 0 auto;                       /* không co lại */
    min-width: -webkit-max-content;       /* Safari iOS */
    min-width: max-content;
    overflow: visible !important;         /* tránh cắt nền/bo tròn */
    box-sizing: border-box;
  }

  /* Nội dung chữ trong chip */
  .heading-UX-UI-5 {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;                   /* 1 dòng */
    line-height: 1;
    height: 44px;                          /* đồng nhất chiều cao chip */
    padding: 0 20px;                       /* tạo bề ngang */
    border-radius: 9999px;
    width: auto !important;
    min-width: -webkit-max-content;        /* để nền giãn theo chữ */
    min-width: max-content;
    overflow: visible;
    width:100vw;
  }

  /* iOS Safari: ngăn auto zoom font làm lệch tính toán width */
  @supports (-webkit-touch-callout: none) {
    .heading-UX-UI-5 { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
  }
  
   .mobile .frame-31{
     margin: 5px;
   }
    .mobile .frame-33{
     margin-right: 5px;
   }
   
   .mobile .heading-UX-UI, .mobile .heading-UX-UI-2, .mobile .heading-UX-UI-3, .mobile .heading-UX-UI-4, .mobile .heading-UX-UI-5 {
    width: fit-content;
    font-size: 17px;
    padding-right: 30px;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 45px;
}
}

.getintouchus {
    position: relative;
    background: linear-gradient(163deg,
            rgba(249, 177, 7, 1) 0%,
            rgba(220, 52, 58, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 50px;
    box-shadow: inset 0px 0px 1px #ffffff;
    min-width: 180px;
    color:#fff;
    font-family: "Manrope", Helvetica;
        font-weight: 700;
}
.letterlink{
color:#27548b;
}